mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 09:43:24 +00:00
187 lines
34 KiB
Plaintext
187 lines
34 KiB
Plaintext
2026-03-01 04:40:32.733 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-01 04:40:32.734 DEBUG [tests.conftest] Running test: test_unsubscribe_from_all_pubsub_topics_one_by_one with id: 2026-03-01_04-40-32__bfb3366a-a219-4ef8-9b63-3c44cc8ba5e0
|
|
2026-03-01 04:40:32.735 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-01 04:40:32.736 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-01 04:40:32.737 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-01 04:40:32.750 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:40:32.751 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-01_04-40-32__bfb3366a-a219-4ef8-9b63-3c44cc8ba5e0__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:40:32.751 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:40:32.751 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:40:32.753 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:40:32.753 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.30.106
|
|
2026-03-01 04:40:32.753 DEBUG [src.node.docker_mananger] Generated ports ['65312', '65313', '65314', '65315', '65316']
|
|
2026-03-01 04:40:32.753 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-01 04:40:32.754 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:40:32.754 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:40:32.754 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:40:32.754 DEBUG [src.node.docker_mananger] docker run -i -t -p 65312:65312 -p 65313:65313 -p 65314:65314 -p 65315:65315 -p 65316:65316 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=65314 --rest-port=65312 --tcp-port=65313 --discv5-udp-port=65315 --rest-address=0.0.0.0 --nat=extip:172.18.30.106 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=72ffda8eef39c80f2be43d7a0a56ebbfdce2f73bf3c1cbc7ed5a4af3f2aab087 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65316 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-01 04:40:32.956 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.30.106 waku b6b2b4eb1100054180a04b3a8bb00542157ea5cb29f38094eaac99df2666bce2
|
|
2026-03-01 04:40:32.979 ERROR [src.node.docker_mananger] Max retries reached for container 13bce66bf9ee. Exiting log stream.
|
|
2026-03-01 04:40:32.994 DEBUG [src.node.docker_mananger] Container started with ID b6b2b4eb1100. Setting up logs at ./log/docker/node1_2026-03-01_04-40-32__bfb3366a-a219-4ef8-9b63-3c44cc8ba5e0__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:40:32.994 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65312
|
|
2026-03-01 04:40:32.994 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:40:33.562 ERROR [src.node.docker_mananger] Max retries reached for container 4752a0cd556a. Exiting log stream.
|
|
2026-03-01 04:40:33.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65312/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:33.998 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"},{"Legacy 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"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are 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-03-01 04:40:33.998 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:40:33.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65312/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:34.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.30.106/tcp/65313/p2p/16Uiu2HAmJqi7SnzPBGnkxe6ip2nMASkyXvua9RRyGUfxiUZKfRph","/ip4/172.18.30.106/tcp/65314/ws/p2p/16Uiu2HAmJqi7SnzPBGnkxe6ip2nMASkyXvua9RRyGUfxiUZKfRph"],"enrUri":"enr:-L24QCCLXRORj87cBxRS2oaY3lIyda7IjUAkZFPbCrX4XPxyf01g4ON7RmckpwLtbYEA0SW327deCBgy5Vm9k2IpqWICgmlkgnY0gmlwhKwSHmqKbXVsdGlhZGRyc5YACASsEh5qBv8hAAoErBIeagb_It0DgnJzhQACAQAAiXNlY3AyNTZrMaEDW-UmOOzNKHmeAoosNujEuYvYhgDzapFQ7xF-h1IodX6DdGNwgv8hg3VkcIL_I4V3YWt1MgU"}'
|
|
2026-03-01 04:40:34.001 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:40:34.009 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:40:34.009 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-01_04-40-32__bfb3366a-a219-4ef8-9b63-3c44cc8ba5e0__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:40:34.009 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:40:34.009 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:40:34.011 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:40:34.011 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.254.85
|
|
2026-03-01 04:40:34.011 DEBUG [src.node.docker_mananger] Generated ports ['51843', '51844', '51845', '51846', '51847']
|
|
2026-03-01 04:40:34.011 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-01 04:40:34.011 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:40:34.011 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:40:34.011 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:40:34.012 DEBUG [src.node.docker_mananger] docker run -i -t -p 51843:51843 -p 51844:51844 -p 51845:51845 -p 51846:51846 -p 51847:51847 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=51845 --rest-port=51843 --tcp-port=51844 --discv5-udp-port=51846 --rest-address=0.0.0.0 --nat=extip:172.18.254.85 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=5333cc4b1aba1f473ae7eb69dee15bb4dca570fbbf6cd9b08a1ceec1d13b3e61 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51847 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCCLXRORj87cBxRS2oaY3lIyda7IjUAkZFPbCrX4XPxyf01g4ON7RmckpwLtbYEA0SW327deCBgy5Vm9k2IpqWICgmlkgnY0gmlwhKwSHmqKbXVsdGlhZGRyc5YACASsEh5qBv8hAAoErBIeagb_It0DgnJzhQACAQAAiXNlY3AyNTZrMaEDW-UmOOzNKHmeAoosNujEuYvYhgDzapFQ7xF-h1IodX6DdGNwgv8hg3VkcIL_I4V3YWt1MgU
|
|
2026-03-01 04:40:34.206 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.254.85 waku 263d192dd967ec0de435f88e589c8dc3b02b0bcd0d6505568fc8e8855b0e8996
|
|
2026-03-01 04:40:34.240 DEBUG [src.node.docker_mananger] Container started with ID 263d192dd967. Setting up logs at ./log/docker/node2_2026-03-01_04-40-32__bfb3366a-a219-4ef8-9b63-3c44cc8ba5e0__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:40:34.240 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51843
|
|
2026-03-01 04:40:34.241 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:40:35.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51843/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:35.259 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_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy 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"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are 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-03-01 04:40:35.259 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:40:35.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51843/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:35.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.254.85/tcp/51844/p2p/16Uiu2HAmPnPndPaNdnkHtUDHVfN64S1KZAFHmE2feSN5qEFTeYu9","/ip4/172.18.254.85/tcp/51845/ws/p2p/16Uiu2HAmPnPndPaNdnkHtUDHVfN64S1KZAFHmE2feSN5qEFTeYu9"],"enrUri":"enr:-L24QEVPE_Q9vX5_-F-RDRCMESe5P4dMqwc_STDCviKv8xOwer_lPMHLJQ32lY6rhDEuyELJ92OO6Uo6nvizKF-M7UYCgmlkgnY0gmlwhKwS_lWKbXVsdGlhZGRyc5YACASsEv5VBsqEAAoErBL-VQbKhd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDpVYfO69ih_HeIlJby0_l21WglDp6a3hXLKV4BfPDyJSDdGNwgsqEg3VkcILKhoV3YWt1MgE"}'
|
|
2026-03-01 04:40:35.267 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:40:35.269 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51843/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.30.106/tcp/65313/p2p/16Uiu2HAmJqi7SnzPBGnkxe6ip2nMASkyXvua9RRyGUfxiUZKfRph"]'
|
|
2026-03-01 04:40:35.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:35.274 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65312/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-03-01 04:40:35.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:35.286 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51843/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-03-01 04:40:35.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:35.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-01 04:40:35.316 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:35.317 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-01 04:40:35.417 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:40:35.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:35.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772340035306085484,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:40:35.422 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:40:35.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51843/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:35.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772340035306085484,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:40:35.426 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-01 04:40:35.430 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:35.431 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-01 04:40:35.532 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:40:35.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:35.534 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772340035426281444,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:40:35.536 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:40:35.536 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51843/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:35.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772340035426281444,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:40:35.540 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-01 04:40:35.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:35.546 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-01 04:40:35.646 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:40:35.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:35.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772340035540648682,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:40:35.650 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:40:35.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51843/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:35.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772340035540648682,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:40:35.655 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-01 04:40:35.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:35.660 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-01 04:40:35.761 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:40:35.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:35.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772340035654930308,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:40:35.765 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:40:35.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51843/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:35.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772340035654930308,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:40:35.769 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-01 04:40:35.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:35.774 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-01 04:40:35.875 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:40:35.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:35.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772340035769491766,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:40:35.879 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:40:35.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51843/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:35.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772340035769491766,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:40:35.883 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-01 04:40:35.887 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:35.888 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-01 04:40:35.989 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:40:35.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:35.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772340035883061461,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:40:35.993 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:40:35.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51843/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:35.997 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772340035883061461,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:40:35.999 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-01 04:40:36.003 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:36.003 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-01 04:40:36.104 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:40:36.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:36.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772340035998950640,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:40:36.108 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:40:36.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51843/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:36.111 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772340035998950640,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:40:36.112 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-01 04:40:36.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:36.117 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-01 04:40:36.217 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:40:36.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:36.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772340036112603534,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:40:36.223 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:40:36.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51843/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:36.226 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772340036112603534,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:40:36.228 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:65312/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-01 04:40:36.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:36.233 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:51843/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-01 04:40:36.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:36.239 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:65312/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2026-03-01 04:40:36.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:36.244 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:51843/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2026-03-01 04:40:36.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:36.249 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:65312/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2026-03-01 04:40:36.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:36.254 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:51843/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2026-03-01 04:40:36.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:36.259 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:65312/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
|
2026-03-01 04:40:36.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:36.265 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:51843/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
|
2026-03-01 04:40:36.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:36.270 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:65312/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
|
2026-03-01 04:40:36.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:36.275 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:51843/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
|
2026-03-01 04:40:36.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:36.280 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:65312/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
|
2026-03-01 04:40:36.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:36.285 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:51843/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
|
2026-03-01 04:40:36.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:36.291 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:65312/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
|
2026-03-01 04:40:36.296 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:36.297 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:51843/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
|
2026-03-01 04:40:36.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:36.302 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:65312/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
|
2026-03-01 04:40:36.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:36.307 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:51843/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
|
2026-03-01 04:40:36.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:36.313 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-01 04:40:36.316 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/0'
|
|
2026-03-01 04:40:36.318 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-01 04:40:36.320 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/1'
|
|
2026-03-01 04:40:36.321 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-01 04:40:36.324 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/2'
|
|
2026-03-01 04:40:36.325 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-01 04:40:36.328 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/3'
|
|
2026-03-01 04:40:36.329 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-01 04:40:36.331 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/4'
|
|
2026-03-01 04:40:36.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-01 04:40:36.335 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/5'
|
|
2026-03-01 04:40:36.337 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-01 04:40:36.340 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/6'
|
|
2026-03-01 04:40:36.341 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-01 04:40:36.343 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:65312/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/7'
|
|
2026-03-01 04:40:36.346 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-01 04:40:36.347 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-01 04:40:36.347 DEBUG [src.node.waku_node] Stopping container with id b6b2b4eb1100
|
|
2026-03-01 04:40:36.950 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:40:36.950 DEBUG [src.node.waku_node] Stopping container with id 263d192dd967
|
|
2026-03-01 04:40:37.501 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:40:37.502 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-01 04:40:37.515 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-01 04:40:37.529 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|