mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 17:43:17 +00:00
231 lines
40 KiB
Plaintext
231 lines
40 KiB
Plaintext
2026-03-10 04:34:08.015 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-10 04:34:08.015 DEBUG [tests.conftest] Running test: test_2_nodes_different_content_topic_different_shard with id: 2026-03-10_04-34-08__84177974-aad2-4b8e-8ea0-a63237486321
|
|
2026-03-10 04:34:08.016 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-10 04:34:08.016 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-10 04:34:08.016 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-10 04:34:08.024 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-10 04:34:08.024 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-10_04-34-08__84177974-aad2-4b8e-8ea0-a63237486321__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:08.024 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-10 04:34:08.024 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-10 04:34:08.025 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-10 04:34:08.026 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.237.227
|
|
2026-03-10 04:34:08.026 DEBUG [src.node.docker_mananger] Generated ports ['37531', '37532', '37533', '37534', '37535']
|
|
2026-03-10 04:34:08.026 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-10 04:34:08.026 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-10 04:34:08.026 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-10 04:34:08.026 DEBUG [src.node.docker_mananger] docker run -i -t -p 37531:37531 -p 37532:37532 -p 37533:37533 -p 37534:37534 -p 37535:37535 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=37533 --rest-port=37531 --tcp-port=37532 --discv5-udp-port=37534 --rest-address=0.0.0.0 --nat=extip:172.18.237.227 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=97c80fa172af7e505ccb7eabfba8bddac29b36e3fca651e19d031591347c6acb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37535 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto
|
|
2026-03-10 04:34:08.225 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.237.227 waku 6ed5f002c5d30a756e83991681ac2df27b2388d6f5f1812f791e88a552219206
|
|
2026-03-10 04:34:08.228 ERROR [src.node.docker_mananger] Max retries reached for container 019fbdb49967. Exiting log stream.
|
|
2026-03-10 04:34:08.260 DEBUG [src.node.docker_mananger] Container started with ID 6ed5f002c5d3. Setting up logs at ./log/docker/node1_2026-03-10_04-34-08__84177974-aad2-4b8e-8ea0-a63237486321__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:08.260 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37531
|
|
2026-03-10 04:34:08.261 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-10 04:34:08.775 ERROR [src.node.docker_mananger] Max retries reached for container 386e3a91e4e4. Exiting log stream.
|
|
2026-03-10 04:34:09.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37531/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:09.288 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-10 04:34:09.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37531/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:09.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-10 04:34:09.391 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-10 04:34:09.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37531/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:09.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.237.227/tcp/37532/p2p/16Uiu2HAmJ5FNQXTLha46qm23CN8VfNgy4tuC12Bmm6f1s75VtBqR","/ip4/172.18.237.227/tcp/37533/ws/p2p/16Uiu2HAmJ5FNQXTLha46qm23CN8VfNgy4tuC12Bmm6f1s75VtBqR"],"enrUri":"enr:-L24QFa69b4mIcxGX9ME1-G-yVabO4RRjqH8lAHrz4Ke2swlOzOtI7Aewew7NUUtIZ0qjDJ0QhfvZi7SGljlS5B63O0CgmlkgnY0gmlwhKwS7eOKbXVsdGlhZGRyc5YACASsEu3jBpKcAAoErBLt4waSnd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDUIFbOxnMu_CMGgYpuZBGoeqCaNCasP-wj5Myb87ByxiDdGNwgpKcg3VkcIKSnoV3YWt1MgU"}'
|
|
2026-03-10 04:34:09.394 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-10 04:34:09.403 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-10 04:34:09.403 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-10_04-34-08__84177974-aad2-4b8e-8ea0-a63237486321__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:09.404 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-10 04:34:09.404 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-10 04:34:09.407 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-10 04:34:09.407 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.145.1
|
|
2026-03-10 04:34:09.407 DEBUG [src.node.docker_mananger] Generated ports ['28794', '28795', '28796', '28797', '28798']
|
|
2026-03-10 04:34:09.408 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-10 04:34:09.408 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-10 04:34:09.410 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-10 04:34:09.410 DEBUG [src.node.docker_mananger] docker run -i -t -p 28794:28794 -p 28795:28795 -p 28796:28796 -p 28797:28797 -p 28798:28798 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=28796 --rest-port=28794 --tcp-port=28795 --discv5-udp-port=28797 --rest-address=0.0.0.0 --nat=extip:172.18.145.1 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=3f4adef6fc34d76feeea662ddf9f1e8def8dcafeb7cf4edd8b2dfa7a9feb27ba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28798 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFa69b4mIcxGX9ME1-G-yVabO4RRjqH8lAHrz4Ke2swlOzOtI7Aewew7NUUtIZ0qjDJ0QhfvZi7SGljlS5B63O0CgmlkgnY0gmlwhKwS7eOKbXVsdGlhZGRyc5YACASsEu3jBpKcAAoErBLt4waSnd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDUIFbOxnMu_CMGgYpuZBGoeqCaNCasP-wj5Myb87ByxiDdGNwgpKcg3VkcIKSnoV3YWt1MgU --content-topic=/waku/2/content/test.js
|
|
2026-03-10 04:34:09.620 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.145.1 waku ef0d684cc81b43273679800fa442720bae2ea80d08e7caf5e78b9b08e1ad9b14
|
|
2026-03-10 04:34:09.655 DEBUG [src.node.docker_mananger] Container started with ID ef0d684cc81b. Setting up logs at ./log/docker/node2_2026-03-10_04-34-08__84177974-aad2-4b8e-8ea0-a63237486321__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:09.656 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28794
|
|
2026-03-10 04:34:09.656 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-10 04:34:10.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28794/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:10.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-10 04:34:10.661 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-10 04:34:10.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28794/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:10.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.145.1/tcp/28795/p2p/16Uiu2HAmUcfnC4L3S3adrcUD8LXH6zFNaAud3nWz4CZGgKsJp6p5","/ip4/172.18.145.1/tcp/28796/ws/p2p/16Uiu2HAmUcfnC4L3S3adrcUD8LXH6zFNaAud3nWz4CZGgKsJp6p5"],"enrUri":"enr:-L24QEXL_8THIULn6jkCJQAq8n9JictInaB4ZKKbm8c3WAzfcsoxJW96YlUFVVHUPfqrpavFMMTDm_R5Z-jUgE7bS9sCgmlkgnY0gmlwhKwSkQGKbXVsdGlhZGRyc5YACASsEpEBBnB7AAoErBKRAQZwfN0DgnJzhQACAQAAiXNlY3AyNTZrMaED7SLUz1U97RHnSQOKE7poLxWZg95D67x77MTYUPs8_gaDdGNwgnB7g3VkcIJwfYV3YWt1MgE"}'
|
|
2026-03-10 04:34:10.665 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-10 04:34:10.666 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28794/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.237.227/tcp/37532/p2p/16Uiu2HAmJ5FNQXTLha46qm23CN8VfNgy4tuC12Bmm6f1s75VtBqR"]'
|
|
2026-03-10 04:34:10.695 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:10.697 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37531/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-10 04:34:10.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:10.710 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28794/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
|
2026-03-10 04:34:10.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:10.717 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37531/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-10 04:34:10.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:10.728 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-10 04:34:10.829 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-10 04:34:10.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37531/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:10.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773117246681022180,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773117250716862245,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773117250784493534,"ephemeral":false,"proof":""}]'
|
|
2026-03-10 04:34:10.885 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-10 04:34:10.886 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-10 04:34:10.886 DEBUG [src.node.waku_node] Stopping container with id 6ed5f002c5d3
|
|
2026-03-10 04:34:11.512 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-10 04:34:11.513 DEBUG [src.node.waku_node] Stopping container with id ef0d684cc81b
|
|
2026-03-10 04:34:12.108 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-10 04:34:12.109 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-10 04:34:12.148 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-10 04:34:12.182 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-10 04:34:12.184 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-10 04:34:12.184 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-10 04:34:12.184 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-10_04-34-08__84177974-aad2-4b8e-8ea0-a63237486321__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:12.185 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-10_04-34-08__84177974-aad2-4b8e-8ea0-a63237486321__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:12.189 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-10 04:34:12.190 DEBUG [tests.conftest] Running test: test_2_nodes_different_content_topic_different_shard with id: 2026-03-10_04-34-12__436c839a-f673-4af5-a297-e5c73724095e
|
|
2026-03-10 04:34:12.190 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-10 04:34:12.190 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-10 04:34:12.190 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-10 04:34:12.197 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-10 04:34:12.198 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-10_04-34-12__436c839a-f673-4af5-a297-e5c73724095e__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:12.198 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-10 04:34:12.198 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-10 04:34:12.199 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-10 04:34:12.199 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.180.214
|
|
2026-03-10 04:34:12.199 DEBUG [src.node.docker_mananger] Generated ports ['32883', '32884', '32885', '32886', '32887']
|
|
2026-03-10 04:34:12.200 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-10 04:34:12.200 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-10 04:34:12.200 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-10 04:34:12.200 DEBUG [src.node.docker_mananger] docker run -i -t -p 32883:32883 -p 32884:32884 -p 32885:32885 -p 32886:32886 -p 32887:32887 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=32885 --rest-port=32883 --tcp-port=32884 --discv5-udp-port=32886 --rest-address=0.0.0.0 --nat=extip:172.18.180.214 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=8ddc3fbc5fc2d19a7b609f083feac6d4976eddbeabafdc46a3cf624459caebee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32887 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto
|
|
2026-03-10 04:34:12.386 ERROR [src.node.docker_mananger] Max retries reached for container 6ed5f002c5d3. Exiting log stream.
|
|
2026-03-10 04:34:12.400 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.180.214 waku 0a6b1e119a2b283a1a19acfdd74bbcc0b5b26a0616e4154b573064105a31450a
|
|
2026-03-10 04:34:12.433 DEBUG [src.node.docker_mananger] Container started with ID 0a6b1e119a2b. Setting up logs at ./log/docker/node1_2026-03-10_04-34-12__436c839a-f673-4af5-a297-e5c73724095e__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:12.434 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32883
|
|
2026-03-10 04:34:12.435 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-10 04:34:12.972 ERROR [src.node.docker_mananger] Max retries reached for container ef0d684cc81b. Exiting log stream.
|
|
2026-03-10 04:34:13.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32883/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:13.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-10 04:34:13.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32883/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:13.541 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":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-10 04:34:13.542 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-10 04:34:13.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32883/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:13.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.180.214/tcp/32884/p2p/16Uiu2HAmAK9hjMitm6vDtFAAjHToft37tYBMR6Swbp6geBJk1a99","/ip4/172.18.180.214/tcp/32885/ws/p2p/16Uiu2HAmAK9hjMitm6vDtFAAjHToft37tYBMR6Swbp6geBJk1a99"],"enrUri":"enr:-L24QDjfZl_3Yob-YpIV3TYyTpANee_4BDWZWvY-UI3Y8t_zGLdEfyDKUq-eDrcFv9Ut5CJaCCig3I7HLMzLwd4O8DMCgmlkgnY0gmlwhKwStNaKbXVsdGlhZGRyc5YACASsErTWBoB0AAoErBK01gaAdd0DgnJzhQACAQAAiXNlY3AyNTZrMaEC3TOVtVEV6nH7Pey38a1hvzIZSCH5V8_ArsN7QsoYDMyDdGNwgoB0g3VkcIKAdoV3YWt1MgU"}'
|
|
2026-03-10 04:34:13.545 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-10 04:34:13.552 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-10 04:34:13.552 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-10_04-34-12__436c839a-f673-4af5-a297-e5c73724095e__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:13.553 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-10 04:34:13.553 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-10 04:34:13.554 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-10 04:34:13.554 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.179.218
|
|
2026-03-10 04:34:13.554 DEBUG [src.node.docker_mananger] Generated ports ['60676', '60677', '60678', '60679', '60680']
|
|
2026-03-10 04:34:13.554 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-10 04:34:13.555 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-10 04:34:13.555 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-10 04:34:13.555 DEBUG [src.node.docker_mananger] docker run -i -t -p 60676:60676 -p 60677:60677 -p 60678:60678 -p 60679:60679 -p 60680:60680 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=60678 --rest-port=60676 --tcp-port=60677 --discv5-udp-port=60679 --rest-address=0.0.0.0 --nat=extip:172.18.179.218 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bb97e205cfbed937de74764dc99bebbae54d46c4ef246b99a62a55fda60f2dd0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60680 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDjfZl_3Yob-YpIV3TYyTpANee_4BDWZWvY-UI3Y8t_zGLdEfyDKUq-eDrcFv9Ut5CJaCCig3I7HLMzLwd4O8DMCgmlkgnY0gmlwhKwStNaKbXVsdGlhZGRyc5YACASsErTWBoB0AAoErBK01gaAdd0DgnJzhQACAQAAiXNlY3AyNTZrMaEC3TOVtVEV6nH7Pey38a1hvzIZSCH5V8_ArsN7QsoYDMyDdGNwgoB0g3VkcIKAdoV3YWt1MgU --content-topic=/waku/2/content/test.js
|
|
2026-03-10 04:34:13.744 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.179.218 waku 2043ecfc5f2cdd658f6616da9741e3eab637b2b651b61fa08d8197547496a505
|
|
2026-03-10 04:34:13.780 DEBUG [src.node.docker_mananger] Container started with ID 2043ecfc5f2c. Setting up logs at ./log/docker/node2_2026-03-10_04-34-12__436c839a-f673-4af5-a297-e5c73724095e__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:13.781 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60676
|
|
2026-03-10 04:34:13.781 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-10 04:34:14.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60676/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:14.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-10 04:34:14.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60676/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:14.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-10 04:34:15.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60676/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:15.009 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-10 04:34:15.010 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-10 04:34:15.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60676/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:15.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.179.218/tcp/60677/p2p/16Uiu2HAmLrRgbRnMVTH7vGN33AMJRdeLCE3jnKEAkpvRVCQrQ6Tq","/ip4/172.18.179.218/tcp/60678/ws/p2p/16Uiu2HAmLrRgbRnMVTH7vGN33AMJRdeLCE3jnKEAkpvRVCQrQ6Tq"],"enrUri":"enr:-L24QETZm6ZnIpLaqGiFECvCoaP8MuGL0ry_2xOEMpNLKITvIM1RK7-q6x9hkvlDCTGDuIdegrv-3tqp5qbH7smOhHQCgmlkgnY0gmlwhKwSs9qKbXVsdGlhZGRyc5YACASsErPaBu0FAAoErBKz2gbtBt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDecuHOr7dPZDpp6NwLqi7OVeobTWQVpyx2f053w8M25CDdGNwgu0Fg3VkcILtB4V3YWt1MgE"}'
|
|
2026-03-10 04:34:15.013 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-10 04:34:15.013 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60676/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.180.214/tcp/32884/p2p/16Uiu2HAmAK9hjMitm6vDtFAAjHToft37tYBMR6Swbp6geBJk1a99"]'
|
|
2026-03-10 04:34:15.036 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:15.040 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32883/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-10 04:34:15.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:15.060 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60676/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
|
2026-03-10 04:34:15.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:15.067 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32883/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-10 04:34:15.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:15.083 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-10 04:34:15.184 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-10 04:34:15.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32883/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:15.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773117255067342033,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773117255143446731,"ephemeral":false,"proof":""}]'
|
|
2026-03-10 04:34:15.204 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-10 04:34:15.204 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-10 04:34:15.205 DEBUG [src.node.waku_node] Stopping container with id 0a6b1e119a2b
|
|
2026-03-10 04:34:15.793 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-10 04:34:15.794 DEBUG [src.node.waku_node] Stopping container with id 2043ecfc5f2c
|
|
2026-03-10 04:34:16.387 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-10 04:34:16.390 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-10 04:34:16.423 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-10 04:34:16.460 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-10 04:34:16.462 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-10 04:34:16.463 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-10 04:34:16.463 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-10_04-34-12__436c839a-f673-4af5-a297-e5c73724095e__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:16.464 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-10_04-34-12__436c839a-f673-4af5-a297-e5c73724095e__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:16.469 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-10 04:34:16.469 DEBUG [tests.conftest] Running test: test_2_nodes_different_content_topic_different_shard with id: 2026-03-10_04-34-16__19894f71-6697-4024-8668-63c73ba92301
|
|
2026-03-10 04:34:16.469 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-10 04:34:16.470 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-10 04:34:16.470 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-10 04:34:16.477 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-10 04:34:16.477 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-10_04-34-16__19894f71-6697-4024-8668-63c73ba92301__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:16.477 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-10 04:34:16.478 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-10 04:34:16.479 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-10 04:34:16.479 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.178.125
|
|
2026-03-10 04:34:16.479 DEBUG [src.node.docker_mananger] Generated ports ['29591', '29592', '29593', '29594', '29595']
|
|
2026-03-10 04:34:16.479 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-10 04:34:16.479 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-10 04:34:16.480 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-10 04:34:16.480 DEBUG [src.node.docker_mananger] docker run -i -t -p 29591:29591 -p 29592:29592 -p 29593:29593 -p 29594:29594 -p 29595:29595 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=29593 --rest-port=29591 --tcp-port=29592 --discv5-udp-port=29594 --rest-address=0.0.0.0 --nat=extip:172.18.178.125 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=948d76ad47a3bcafdfa5b3ffac8cb2c081d6b6ad8c1bee8ba9b78bfeeac5cd7b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29595 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto
|
|
2026-03-10 04:34:16.666 ERROR [src.node.docker_mananger] Max retries reached for container 0a6b1e119a2b. Exiting log stream.
|
|
2026-03-10 04:34:16.669 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.178.125 waku fabb2961f26b81e49bfbef30e32f63cecdb42dbe9e480dafaf8aca2a2e6d222d
|
|
2026-03-10 04:34:16.706 DEBUG [src.node.docker_mananger] Container started with ID fabb2961f26b. Setting up logs at ./log/docker/node1_2026-03-10_04-34-16__19894f71-6697-4024-8668-63c73ba92301__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:16.706 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29591
|
|
2026-03-10 04:34:16.706 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-10 04:34:17.274 ERROR [src.node.docker_mananger] Max retries reached for container 2043ecfc5f2c. Exiting log stream.
|
|
2026-03-10 04:34:17.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29591/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:17.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-10 04:34:17.710 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-10 04:34:17.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29591/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:17.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.178.125/tcp/29592/p2p/16Uiu2HAm41q7WRpkbGB3ugFVR5z9t4tQy7JEBgT4sHX1X89jXXvu","/ip4/172.18.178.125/tcp/29593/ws/p2p/16Uiu2HAm41q7WRpkbGB3ugFVR5z9t4tQy7JEBgT4sHX1X89jXXvu"],"enrUri":"enr:-L24QP5Ptiat-6x8pjNUn2iL6wVCIK_O9nP2xETi4-HXeYFuMBRs8tnIdLySGTz1WkhGFi7hfj6ejZEyorBK2naZy9MCgmlkgnY0gmlwhKwSsn2KbXVsdGlhZGRyc5YACASsErJ9BnOYAAoErBKyfQZzmd0DgnJzhQACAQAAiXNlY3AyNTZrMaECf52R1H3uKXl5_ZNiNANB2HSPqPz3mKCtIsqoL1rNi36DdGNwgnOYg3VkcIJzmoV3YWt1MgU"}'
|
|
2026-03-10 04:34:17.712 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-10 04:34:17.720 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-10 04:34:17.720 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-10_04-34-16__19894f71-6697-4024-8668-63c73ba92301__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:17.720 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-10 04:34:17.720 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-10 04:34:17.722 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-10 04:34:17.722 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.220.20
|
|
2026-03-10 04:34:17.722 DEBUG [src.node.docker_mananger] Generated ports ['3895', '3896', '3897', '3898', '3899']
|
|
2026-03-10 04:34:17.722 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-10 04:34:17.722 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-10 04:34:17.722 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-10 04:34:17.723 DEBUG [src.node.docker_mananger] docker run -i -t -p 3895:3895 -p 3896:3896 -p 3897:3897 -p 3898:3898 -p 3899:3899 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=3897 --rest-port=3895 --tcp-port=3896 --discv5-udp-port=3898 --rest-address=0.0.0.0 --nat=extip:172.18.220.20 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b7dafbc6c45ea08c722059fee9ec8ffdea66bd7c7b76bd25bfd2f37b75abfe8f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3899 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QP5Ptiat-6x8pjNUn2iL6wVCIK_O9nP2xETi4-HXeYFuMBRs8tnIdLySGTz1WkhGFi7hfj6ejZEyorBK2naZy9MCgmlkgnY0gmlwhKwSsn2KbXVsdGlhZGRyc5YACASsErJ9BnOYAAoErBKyfQZzmd0DgnJzhQACAQAAiXNlY3AyNTZrMaECf52R1H3uKXl5_ZNiNANB2HSPqPz3mKCtIsqoL1rNi36DdGNwgnOYg3VkcIJzmoV3YWt1MgU --content-topic=/waku/2/content/test.js
|
|
2026-03-10 04:34:17.937 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.220.20 waku dcb126c5f10585d65809756104eb02595ac67701675561bc22ebdb40a03c01d8
|
|
2026-03-10 04:34:17.971 DEBUG [src.node.docker_mananger] Container started with ID dcb126c5f105. Setting up logs at ./log/docker/node2_2026-03-10_04-34-16__19894f71-6697-4024-8668-63c73ba92301__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:17.971 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3895
|
|
2026-03-10 04:34:17.971 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-10 04:34:18.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3895/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:18.976 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-10 04:34:18.976 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-10 04:34:18.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3895/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:18.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.220.20/tcp/3896/p2p/16Uiu2HAmPGJDApFBcke5NToDxLX78LVNo4AMMvbejDSV8w44dU38","/ip4/172.18.220.20/tcp/3897/ws/p2p/16Uiu2HAmPGJDApFBcke5NToDxLX78LVNo4AMMvbejDSV8w44dU38"],"enrUri":"enr:-L24QLO_YO1mIs2HXOLlnD4RYs1QDGjGH9zgZVJzYIQqRUbvO4yt5TZCgFtwTpNy5s8CHX-VU9KqeXqulVmjsJxw9-UCgmlkgnY0gmlwhKwS3BSKbXVsdGlhZGRyc5YACASsEtwUBg84AAoErBLcFAYPOd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDnaBkVt-2XTqMyqg2NyqMwFinZjHJJQWqmOrJWW6-ifeDdGNwgg84g3VkcIIPOoV3YWt1MgE"}'
|
|
2026-03-10 04:34:18.979 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-10 04:34:18.979 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3895/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.178.125/tcp/29592/p2p/16Uiu2HAm41q7WRpkbGB3ugFVR5z9t4tQy7JEBgT4sHX1X89jXXvu"]'
|
|
2026-03-10 04:34:19.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:19.009 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29591/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-10 04:34:19.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:19.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3895/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
|
2026-03-10 04:34:19.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:19.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29591/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-10 04:34:19.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:19.032 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-10 04:34:19.133 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-10 04:34:19.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29591/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:19.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773117255143446731,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773117257395208102,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773117255067342033,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773117259022133619,"ephemeral":false,"proof":""}]'
|
|
2026-03-10 04:34:19.144 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-10 04:34:19.145 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-10 04:34:19.145 DEBUG [src.node.waku_node] Stopping container with id fabb2961f26b
|
|
2026-03-10 04:34:19.725 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-10 04:34:19.726 DEBUG [src.node.waku_node] Stopping container with id dcb126c5f105
|
|
2026-03-10 04:34:20.269 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-10 04:34:20.270 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-10 04:34:20.308 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-10 04:34:20.339 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-10 04:34:20.340 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-10 04:34:20.341 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-10 04:34:20.342 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-10_04-34-16__19894f71-6697-4024-8668-63c73ba92301__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:20.343 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-10_04-34-16__19894f71-6697-4024-8668-63c73ba92301__wakuorg_nwaku:latest.log
|