mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-27 13:02:15 +00:00
141 lines
25 KiB
Plaintext
141 lines
25 KiB
Plaintext
2026-04-23 22:01:49.433 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-04-23 22:01:49.434 DEBUG [tests.conftest] Running test: test_multiple_pubsub_topics_same_cluster with id: 2026-04-23_22-01-49__7b445857-b788-470a-a362-6276fc4775aa
|
|
2026-04-23 22:01:49.434 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-04-23 22:01:49.434 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-04-23 22:01:49.434 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-04-23 22:01:49.441 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-04-23 22:01:49.441 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-23_22-01-49__7b445857-b788-470a-a362-6276fc4775aa__wakuorg_nwaku:latest.log
|
|
2026-04-23 22:01:49.441 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-04-23 22:01:49.441 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-04-23 22:01:49.443 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-04-23 22:01:49.443 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.155.26
|
|
2026-04-23 22:01:49.443 DEBUG [src.node.docker_mananger] Generated ports ['62638', '62639', '62640', '62641', '62642']
|
|
2026-04-23 22:01:49.443 DEBUG [src.node.waku_node] Cluster id was resolved to: 199
|
|
2026-04-23 22:01:49.443 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-04-23 22:01:49.444 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-04-23 22:01:49.444 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-04-23 22:01:49.444 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-04-23 22:01:49.444 DEBUG [src.node.docker_mananger] docker run -i -t -p 62638:62638 -p 62639:62639 -p 62640:62640 -p 62641:62641 -p 62642:62642 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=62640 --rest-port=62638 --tcp-port=62639 --discv5-udp-port=62641 --rest-address=0.0.0.0 --nat=extip:172.18.155.26 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=46d0eb64ac5275dc5cfacd79fcebdba3aed93e9d47c642c00cdabf3998aeec64 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62642 --metrics-logging=true --relay=true --filter=true
|
|
2026-04-23 22:01:49.598 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.155.26 waku c241e7e18561b13cf04a5cf87c79096eb1670d9c5d729cca5347d6903082ce19
|
|
2026-04-23 22:01:49.626 DEBUG [src.node.docker_mananger] Container started with ID c241e7e18561. Setting up logs at ./log/docker/node1_2026-04-23_22-01-49__7b445857-b788-470a-a362-6276fc4775aa__wakuorg_nwaku:latest.log
|
|
2026-04-23 22:01:49.627 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62638
|
|
2026-04-23 22:01:49.628 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-04-23 22:01:49.836 ERROR [src.node.docker_mananger] Max retries reached for container 54e826eba531. Exiting log stream.
|
|
2026-04-23 22:01:50.226 ERROR [src.node.docker_mananger] Max retries reached for container cdfb8ecca56a. Exiting log stream.
|
|
2026-04-23 22:01:50.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62638/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 22:01:50.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-04-23 22:01:50.631 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-04-23 22:01:50.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62638/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 22:01:50.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.155.26/tcp/62639/p2p/16Uiu2HAkvawew9pqAonGtPFuEubyDSRPhCLjXQrxdyR9CV5YuXCt","/ip4/172.18.155.26/tcp/62640/ws/p2p/16Uiu2HAkvawew9pqAonGtPFuEubyDSRPhCLjXQrxdyR9CV5YuXCt"],"enrUri":"enr:-L24QLevwA5Z1kyQd3hLA1O6Hmh-vcX9W3mnurYtwYY5aep1fS8dy9PDhaIWFKtGJ-lfrUiT5hZxNED724BDP_ruyC0CgmlkgnY0gmlwhKwSmxqKbXVsdGlhZGRyc5YACASsEpsaBvSvAAoErBKbGgb0sN0DgnJzhQDHAQAAiXNlY3AyNTZrMaECETujR5CWfnj6fwln0z989gkTd_AKDqCYUUm0ZwhacvmDdGNwgvSvg3VkcIL0sYV3YWt1MgU"}'
|
|
2026-04-23 22:01:50.633 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-04-23 22:01:50.640 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-04-23 22:01:50.640 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-04-23_22-01-49__7b445857-b788-470a-a362-6276fc4775aa__wakuorg_nwaku:latest.log
|
|
2026-04-23 22:01:50.640 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-04-23 22:01:50.640 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-04-23 22:01:50.641 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-04-23 22:01:50.641 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.171.194
|
|
2026-04-23 22:01:50.642 DEBUG [src.node.docker_mananger] Generated ports ['64002', '64003', '64004', '64005', '64006']
|
|
2026-04-23 22:01:50.642 DEBUG [src.node.waku_node] Cluster id was resolved to: 199
|
|
2026-04-23 22:01:50.642 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-04-23 22:01:50.642 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-04-23 22:01:50.642 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-04-23 22:01:50.642 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-04-23 22:01:50.642 DEBUG [src.node.docker_mananger] docker run -i -t -p 64002:64002 -p 64003:64003 -p 64004:64004 -p 64005:64005 -p 64006:64006 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=64004 --rest-port=64002 --tcp-port=64003 --discv5-udp-port=64005 --rest-address=0.0.0.0 --nat=extip:172.18.171.194 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=32636fce03a9e8a73380155fc01cadd080f17dd0aee9aaaae3ab142afaea6c7b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64006 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLevwA5Z1kyQd3hLA1O6Hmh-vcX9W3mnurYtwYY5aep1fS8dy9PDhaIWFKtGJ-lfrUiT5hZxNED724BDP_ruyC0CgmlkgnY0gmlwhKwSmxqKbXVsdGlhZGRyc5YACASsEpsaBvSvAAoErBKbGgb0sN0DgnJzhQDHAQAAiXNlY3AyNTZrMaECETujR5CWfnj6fwln0z989gkTd_AKDqCYUUm0ZwhacvmDdGNwgvSvg3VkcIL0sYV3YWt1MgU
|
|
2026-04-23 22:01:50.797 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.171.194 waku 1b54f880e526f5efcbb1d1b2e1a94b4de39abc07cc45cbc6d4ad55e7c1fb11bb
|
|
2026-04-23 22:01:50.822 DEBUG [src.node.docker_mananger] Container started with ID 1b54f880e526. Setting up logs at ./log/docker/node2_2026-04-23_22-01-49__7b445857-b788-470a-a362-6276fc4775aa__wakuorg_nwaku:latest.log
|
|
2026-04-23 22:01:50.822 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64002
|
|
2026-04-23 22:01:50.822 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-04-23 22:01:51.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64002/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 22:01:51.837 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-04-23 22:01:51.838 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-04-23 22:01:51.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64002/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 22:01:51.842 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.171.194/tcp/64003/p2p/16Uiu2HAm6rta2XyJUyjHNv5AYPP1MS9HMFjsLcukmi8f3wAaG2Mz","/ip4/172.18.171.194/tcp/64004/ws/p2p/16Uiu2HAm6rta2XyJUyjHNv5AYPP1MS9HMFjsLcukmi8f3wAaG2Mz"],"enrUri":"enr:-L24QBDpccHJ_KEaZVQPXZqpxTJjxWT0jztrwW74-ojdH4gkGSGn096de3W63j-JH6cS8wZoe_46a45JxUONoRyqGKMCgmlkgnY0gmlwhKwSq8KKbXVsdGlhZGRyc5YACASsEqvCBvoDAAoErBKrwgb6BN0DgnJzhQDHAQAAiXNlY3AyNTZrMaECqeZP7yqPFjRrhyjRgLOc-KWO0ZtX2DljfcKlmZzZIm2DdGNwgvoDg3VkcIL6BYV3YWt1MgE"}'
|
|
2026-04-23 22:01:51.842 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-04-23 22:01:51.843 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64002/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.155.26/tcp/62639/p2p/16Uiu2HAkvawew9pqAonGtPFuEubyDSRPhCLjXQrxdyR9CV5YuXCt"]'
|
|
2026-04-23 22:01:51.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 22:01:51.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62638/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/199/0", "/waku/2/rs/199/1", "/waku/2/rs/199/2", "/waku/2/rs/199/3", "/waku/2/rs/199/4", "/waku/2/rs/199/5", "/waku/2/rs/199/6", "/waku/2/rs/199/7"]'
|
|
2026-04-23 22:01:51.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 22:01:51.855 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64002/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/199/0", "/waku/2/rs/199/1", "/waku/2/rs/199/2", "/waku/2/rs/199/3", "/waku/2/rs/199/4", "/waku/2/rs/199/5", "/waku/2/rs/199/6", "/waku/2/rs/199/7"]'
|
|
2026-04-23 22:01:51.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 22:01:51.876 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62638/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-04-23 22:01:51.887 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 22:01:51.888 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-04-23 22:01:51.988 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-04-23 22:01:51.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62638/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 22:01:51.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776981711875846138,"ephemeral":false,"proof":""}]'
|
|
2026-04-23 22:01:51.993 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-04-23 22:01:51.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 22:01:51.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776981711875846138,"ephemeral":false,"proof":""}]'
|
|
2026-04-23 22:01:51.997 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62638/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-04-23 22:01:52.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 22:01:52.002 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-04-23 22:01:52.102 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-04-23 22:01:52.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62638/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 22:01:52.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776981711997105545,"ephemeral":false,"proof":""}]'
|
|
2026-04-23 22:01:52.107 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-04-23 22:01:52.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 22:01:52.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776981711997105545,"ephemeral":false,"proof":""}]'
|
|
2026-04-23 22:01:52.111 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62638/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-04-23 22:01:52.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 22:01:52.116 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-04-23 22:01:52.217 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-04-23 22:01:52.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62638/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 22:01:52.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776981712111157021,"ephemeral":false,"proof":""}]'
|
|
2026-04-23 22:01:52.221 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-04-23 22:01:52.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 22:01:52.224 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776981712111157021,"ephemeral":false,"proof":""}]'
|
|
2026-04-23 22:01:52.225 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62638/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-04-23 22:01:52.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 22:01:52.231 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-04-23 22:01:52.331 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-04-23 22:01:52.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62638/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 22:01:52.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776981712225523583,"ephemeral":false,"proof":""}]'
|
|
2026-04-23 22:01:52.335 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-04-23 22:01:52.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 22:01:52.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776981712225523583,"ephemeral":false,"proof":""}]'
|
|
2026-04-23 22:01:52.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62638/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-04-23 22:01:52.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 22:01:52.344 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-04-23 22:01:52.445 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-04-23 22:01:52.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62638/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 22:01:52.447 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776981712339707268,"ephemeral":false,"proof":""}]'
|
|
2026-04-23 22:01:52.449 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-04-23 22:01:52.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 22:01:52.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776981712339707268,"ephemeral":false,"proof":""}]'
|
|
2026-04-23 22:01:52.453 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62638/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-04-23 22:01:52.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 22:01:52.458 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-04-23 22:01:52.559 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-04-23 22:01:52.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62638/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 22:01:52.562 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776981712453076974,"ephemeral":false,"proof":""}]'
|
|
2026-04-23 22:01:52.563 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-04-23 22:01:52.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 22:01:52.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776981712453076974,"ephemeral":false,"proof":""}]'
|
|
2026-04-23 22:01:52.567 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62638/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-04-23 22:01:52.572 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 22:01:52.572 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-04-23 22:01:52.672 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-04-23 22:01:52.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62638/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 22:01:52.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776981712567510525,"ephemeral":false,"proof":""}]'
|
|
2026-04-23 22:01:52.677 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-04-23 22:01:52.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 22:01:52.679 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776981712567510525,"ephemeral":false,"proof":""}]'
|
|
2026-04-23 22:01:52.681 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62638/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-04-23 22:01:52.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 22:01:52.685 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-04-23 22:01:52.786 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-04-23 22:01:52.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62638/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 22:01:52.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776981712680945319,"ephemeral":false,"proof":""}]'
|
|
2026-04-23 22:01:52.790 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-04-23 22:01:52.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 22:01:52.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776981712680945319,"ephemeral":false,"proof":""}]'
|
|
2026-04-23 22:01:52.795 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-04-23 22:01:52.796 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-04-23 22:01:52.796 DEBUG [src.node.waku_node] Stopping container with id c241e7e18561
|
|
2026-04-23 22:01:53.203 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-04-23 22:01:53.204 DEBUG [src.node.waku_node] Stopping container with id 1b54f880e526
|
|
2026-04-23 22:01:53.605 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-04-23 22:01:53.606 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-04-23 22:01:53.619 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-04-23 22:01:53.633 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|