mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 00:53:08 +00:00
169 lines
31 KiB
Plaintext
169 lines
31 KiB
Plaintext
2026-03-07 04:39:37.430 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-07 04:39:37.430 DEBUG [tests.conftest] Running test: test_multiple_content_topics_different_shard with id: 2026-03-07_04-39-37__782ad2e8-ae71-43ac-881a-76ff55b349ad
|
|
2026-03-07 04:39:37.431 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-07 04:39:37.431 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-07 04:39:37.431 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-07 04:39:37.438 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:39:37.438 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-07_04-39-37__782ad2e8-ae71-43ac-881a-76ff55b349ad__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:39:37.439 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:39:37.439 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:39:37.440 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:39:37.440 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.70.166
|
|
2026-03-07 04:39:37.440 DEBUG [src.node.docker_mananger] Generated ports ['11164', '11165', '11166', '11167', '11168']
|
|
2026-03-07 04:39:37.441 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:39:37.441 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:39:37.441 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:39:37.441 DEBUG [src.node.docker_mananger] docker run -i -t -p 11164:11164 -p 11165:11165 -p 11166:11166 -p 11167:11167 -p 11168:11168 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=11166 --rest-port=11164 --tcp-port=11165 --discv5-udp-port=11167 --rest-address=0.0.0.0 --nat=extip:172.18.70.166 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=32be4c15c26eba2d87861437a18dca62aefbd0acec8fabffa6a328a7eddbff93 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11168 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --content-topic=/waku/2/content/test.js --content-topic=/app/22/sometopic/someencoding --content-topic=/toychat/2/huilong/proto --content-topic=/statusim/1/community/cbor --content-topic=/app/27/sometopic/someencoding --content-topic=/app/29/sometopic/someencoding --content-topic=/app/20/sometopic/someencoding
|
|
2026-03-07 04:39:37.630 ERROR [src.node.docker_mananger] Max retries reached for container 78e31e84b8b5. Exiting log stream.
|
|
2026-03-07 04:39:37.636 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.70.166 waku 5d127c7b4a98173cc187999dd9ab91721a993fece9e8a473e72eae2908232e10
|
|
2026-03-07 04:39:37.672 DEBUG [src.node.docker_mananger] Container started with ID 5d127c7b4a98. Setting up logs at ./log/docker/node1_2026-03-07_04-39-37__782ad2e8-ae71-43ac-881a-76ff55b349ad__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:39:37.672 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11164
|
|
2026-03-07 04:39:37.672 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:39:38.207 ERROR [src.node.docker_mananger] Max retries reached for container 90c86d59d717. Exiting log stream.
|
|
2026-03-07 04:39:38.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11164/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:38.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:39:38.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11164/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:38.785 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-07 04:39:38.786 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:39:38.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11164/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:38.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.70.166/tcp/11165/p2p/16Uiu2HAky7CwEz5WmxuxYqn3im8aaB3USVD7nnqWuEoSxZruvtat","/ip4/172.18.70.166/tcp/11166/ws/p2p/16Uiu2HAky7CwEz5WmxuxYqn3im8aaB3USVD7nnqWuEoSxZruvtat"],"enrUri":"enr:-L24QKfPzITQooWgcEWmYpHszesztnwjWEE1Yb4zwqjU4TfKElS5NmkDGQ5SsKI3Mug0N1GGRSLHoEHeeJ7qaQt4-5wCgmlkgnY0gmlwhKwSRqaKbXVsdGlhZGRyc5YACASsEkamBiudAAoErBJGpgYrnt0DgnJzhQACAQAAiXNlY3AyNTZrMaECNrO24wbwo1JDOtd-eN8FIz5MBr_mOGmINHyBLuFz7YGDdGNwgiudg3VkcIIrn4V3YWt1MgU"}'
|
|
2026-03-07 04:39:38.788 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:39:38.796 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:39:38.796 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-07_04-39-37__782ad2e8-ae71-43ac-881a-76ff55b349ad__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:39:38.796 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:39:38.797 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:39:38.798 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:39:38.798 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.53.215
|
|
2026-03-07 04:39:38.798 DEBUG [src.node.docker_mananger] Generated ports ['15465', '15466', '15467', '15468', '15469']
|
|
2026-03-07 04:39:38.799 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:39:38.799 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:39:38.799 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:39:38.799 DEBUG [src.node.docker_mananger] docker run -i -t -p 15465:15465 -p 15466:15466 -p 15467:15467 -p 15468:15468 -p 15469:15469 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=15467 --rest-port=15465 --tcp-port=15466 --discv5-udp-port=15468 --rest-address=0.0.0.0 --nat=extip:172.18.53.215 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=085ece9df17f670df7d66f65b0d31da93627017cec03b9200aeda22567eb566a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15469 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKfPzITQooWgcEWmYpHszesztnwjWEE1Yb4zwqjU4TfKElS5NmkDGQ5SsKI3Mug0N1GGRSLHoEHeeJ7qaQt4-5wCgmlkgnY0gmlwhKwSRqaKbXVsdGlhZGRyc5YACASsEkamBiudAAoErBJGpgYrnt0DgnJzhQACAQAAiXNlY3AyNTZrMaECNrO24wbwo1JDOtd-eN8FIz5MBr_mOGmINHyBLuFz7YGDdGNwgiudg3VkcIIrn4V3YWt1MgU --content-topic=/myapp/1/latest/proto --content-topic=/waku/2/content/test.js --content-topic=/app/22/sometopic/someencoding --content-topic=/toychat/2/huilong/proto --content-topic=/statusim/1/community/cbor --content-topic=/app/27/sometopic/someencoding --content-topic=/app/29/sometopic/someencoding --content-topic=/app/20/sometopic/someencoding
|
|
2026-03-07 04:39:38.999 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.53.215 waku a58429ddab030fa0e264455fcfacb8809fdf394650a059c42ead1aff744ea2f5
|
|
2026-03-07 04:39:39.036 DEBUG [src.node.docker_mananger] Container started with ID a58429ddab03. Setting up logs at ./log/docker/node2_2026-03-07_04-39-37__782ad2e8-ae71-43ac-881a-76ff55b349ad__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:39:39.036 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15465
|
|
2026-03-07 04:39:39.036 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:39:40.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15465/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:40.040 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"},{"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-07 04:39:40.041 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:39:40.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15465/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:40.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.53.215/tcp/15466/p2p/16Uiu2HAmJbv9ggvSZkoAeqogdqXyCua4PT4H1FJeKir2nTv1qgyB","/ip4/172.18.53.215/tcp/15467/ws/p2p/16Uiu2HAmJbv9ggvSZkoAeqogdqXyCua4PT4H1FJeKir2nTv1qgyB"],"enrUri":"enr:-L24QMyOl55z7lAX05Y6lBcWCxcP8wWgkk4Cb1S-0ECYPz38L4NgU6zZFYqhoWetTLNA4Z21OOGfjnimBjx2RMD-L8gCgmlkgnY0gmlwhKwSNdeKbXVsdGlhZGRyc5YACASsEjXXBjxqAAoErBI11wY8a90DgnJzhQACAQAAiXNlY3AyNTZrMaEDWFyhTRe5FMBOGTH52RB2Pc4od3qkWk3EX8HyCrCraNaDdGNwgjxqg3VkcII8bIV3YWt1MgE"}'
|
|
2026-03-07 04:39:40.045 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:39:40.045 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15465/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.70.166/tcp/11165/p2p/16Uiu2HAky7CwEz5WmxuxYqn3im8aaB3USVD7nnqWuEoSxZruvtat"]'
|
|
2026-03-07 04:39:40.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:39:40.075 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11164/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-03-07 04:39:40.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:39:40.084 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15465/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-03-07 04:39:40.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:39:40.092 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11164/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-07 04:39:40.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:39:40.101 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-07 04:39:40.202 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:39:40.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11164/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:40.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772858380092068834,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:39:40.207 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:39:40.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15465/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:40.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772858380092068834,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:39:40.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11164/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-07 04:39:40.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:39:40.220 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-07 04:39:40.320 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:39:40.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11164/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:40.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772858376008675448,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772858380211532402,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:39:40.332 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-07 04:39:40.333 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-07 04:39:40.333 DEBUG [src.node.waku_node] Stopping container with id 5d127c7b4a98
|
|
2026-03-07 04:39:40.965 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:39:40.967 DEBUG [src.node.waku_node] Stopping container with id a58429ddab03
|
|
2026-03-07 04:39:41.581 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:39:41.583 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-07 04:39:41.645 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:39:41.674 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:39:41.674 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-07 04:39:41.674 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-07 04:39:41.675 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-07_04-39-37__782ad2e8-ae71-43ac-881a-76ff55b349ad__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:39:41.676 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-07_04-39-37__782ad2e8-ae71-43ac-881a-76ff55b349ad__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:39:41.680 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-07 04:39:41.681 DEBUG [tests.conftest] Running test: test_multiple_content_topics_different_shard with id: 2026-03-07_04-39-41__797ecc29-b580-43e5-b772-583a4e82d95f
|
|
2026-03-07 04:39:41.681 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-07 04:39:41.681 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-07 04:39:41.682 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-07 04:39:41.689 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:39:41.689 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-07_04-39-41__797ecc29-b580-43e5-b772-583a4e82d95f__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:39:41.689 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:39:41.689 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:39:41.691 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:39:41.691 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.100.204
|
|
2026-03-07 04:39:41.691 DEBUG [src.node.docker_mananger] Generated ports ['39395', '39396', '39397', '39398', '39399']
|
|
2026-03-07 04:39:41.691 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:39:41.691 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:39:41.691 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:39:41.692 DEBUG [src.node.docker_mananger] docker run -i -t -p 39395:39395 -p 39396:39396 -p 39397:39397 -p 39398:39398 -p 39399:39399 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=39397 --rest-port=39395 --tcp-port=39396 --discv5-udp-port=39398 --rest-address=0.0.0.0 --nat=extip:172.18.100.204 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=5b0aa9fef791533bcbcc9a7c7b08ec0f2eef1da3addb26902607fe73f16fdf7e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39399 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --content-topic=/waku/2/content/test.js --content-topic=/app/22/sometopic/someencoding --content-topic=/toychat/2/huilong/proto --content-topic=/statusim/1/community/cbor --content-topic=/app/27/sometopic/someencoding --content-topic=/app/29/sometopic/someencoding --content-topic=/app/20/sometopic/someencoding
|
|
2026-03-07 04:39:41.890 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.100.204 waku 2d9ec27bb2e0c8481d4cb7c7a9ddeb64018d7d1a8179cbf3f7e7879968799624
|
|
2026-03-07 04:39:41.899 ERROR [src.node.docker_mananger] Max retries reached for container 5d127c7b4a98. Exiting log stream.
|
|
2026-03-07 04:39:41.926 DEBUG [src.node.docker_mananger] Container started with ID 2d9ec27bb2e0. Setting up logs at ./log/docker/node1_2026-03-07_04-39-41__797ecc29-b580-43e5-b772-583a4e82d95f__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:39:41.927 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39395
|
|
2026-03-07 04:39:41.927 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:39:42.456 ERROR [src.node.docker_mananger] Max retries reached for container a58429ddab03. Exiting log stream.
|
|
2026-03-07 04:39:42.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39395/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:42.931 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-07 04:39:42.932 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:39:42.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39395/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:42.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.100.204/tcp/39396/p2p/16Uiu2HAm1MtNMCLVhK2L1Z7KhyzCBrHQvvJEHXWehgrRvru89ewz","/ip4/172.18.100.204/tcp/39397/ws/p2p/16Uiu2HAm1MtNMCLVhK2L1Z7KhyzCBrHQvvJEHXWehgrRvru89ewz"],"enrUri":"enr:-L24QGAXCIz1o7k-O0VWqgVL-soMLUNbCBsDsax127Y8BKmBQc1t8i8HwULU6THnaHckvjnxC1hICWEG4EFllVZVWT4CgmlkgnY0gmlwhKwSZMyKbXVsdGlhZGRyc5YACASsEmTMBpnkAAoErBJkzAaZ5d0DgnJzhQACAQAAiXNlY3AyNTZrMaECWC3OdZqcmrKQgR6iyho3hylU3vLA9IITOIpRue-voJmDdGNwgpnkg3VkcIKZ5oV3YWt1MgU"}'
|
|
2026-03-07 04:39:42.934 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:39:42.942 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:39:42.942 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-07_04-39-41__797ecc29-b580-43e5-b772-583a4e82d95f__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:39:42.942 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:39:42.942 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:39:42.945 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:39:42.945 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.25.213
|
|
2026-03-07 04:39:42.946 DEBUG [src.node.docker_mananger] Generated ports ['31347', '31348', '31349', '31350', '31351']
|
|
2026-03-07 04:39:42.946 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:39:42.946 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:39:42.947 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:39:42.947 DEBUG [src.node.docker_mananger] docker run -i -t -p 31347:31347 -p 31348:31348 -p 31349:31349 -p 31350:31350 -p 31351:31351 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=31349 --rest-port=31347 --tcp-port=31348 --discv5-udp-port=31350 --rest-address=0.0.0.0 --nat=extip:172.18.25.213 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=27e5c09cafccfca51af2f92bdda08f2c9a9184e05bdd80351bbdcd7c9bcd3eed --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31351 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGAXCIz1o7k-O0VWqgVL-soMLUNbCBsDsax127Y8BKmBQc1t8i8HwULU6THnaHckvjnxC1hICWEG4EFllVZVWT4CgmlkgnY0gmlwhKwSZMyKbXVsdGlhZGRyc5YACASsEmTMBpnkAAoErBJkzAaZ5d0DgnJzhQACAQAAiXNlY3AyNTZrMaECWC3OdZqcmrKQgR6iyho3hylU3vLA9IITOIpRue-voJmDdGNwgpnkg3VkcIKZ5oV3YWt1MgU --content-topic=/myapp/1/latest/proto --content-topic=/waku/2/content/test.js --content-topic=/app/22/sometopic/someencoding --content-topic=/toychat/2/huilong/proto --content-topic=/statusim/1/community/cbor --content-topic=/app/27/sometopic/someencoding --content-topic=/app/29/sometopic/someencoding --content-topic=/app/20/sometopic/someencoding
|
|
2026-03-07 04:39:43.162 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.25.213 waku 9abc08a633b64153d66ecee0920c23bdb3ca5b9be31d474bc00c6e7cd1d87a19
|
|
2026-03-07 04:39:43.200 DEBUG [src.node.docker_mananger] Container started with ID 9abc08a633b6. Setting up logs at ./log/docker/node2_2026-03-07_04-39-41__797ecc29-b580-43e5-b772-583a4e82d95f__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:39:43.201 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31347
|
|
2026-03-07 04:39:43.201 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:39:44.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31347/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:44.204 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"},{"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-07 04:39:44.204 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:39:44.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31347/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:44.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.25.213/tcp/31348/p2p/16Uiu2HAmEWm1GU1FjNB9F2gF7xX3Wa1tGLVd9eLoHPGwQGxvHTjK","/ip4/172.18.25.213/tcp/31349/ws/p2p/16Uiu2HAmEWm1GU1FjNB9F2gF7xX3Wa1tGLVd9eLoHPGwQGxvHTjK"],"enrUri":"enr:-L24QK8X3G4FalKeOYjnNfYHYlOrrUm8Txdg9tPtDEPaMYDqCSYqtv6RgEc6Ggo2bEb_CnecFuG0ItGX4AzRs5T55RwCgmlkgnY0gmlwhKwSGdWKbXVsdGlhZGRyc5YACASsEhnVBnp0AAoErBIZ1QZ6dd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDG5ujTVGRAnG0jUMLy-ZxCwm_7IKw0keTYyaYqhjnnq6DdGNwgnp0g3VkcIJ6doV3YWt1MgE"}'
|
|
2026-03-07 04:39:44.207 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:39:44.207 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31347/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.100.204/tcp/39396/p2p/16Uiu2HAm1MtNMCLVhK2L1Z7KhyzCBrHQvvJEHXWehgrRvru89ewz"]'
|
|
2026-03-07 04:39:44.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:39:44.241 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39395/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-03-07 04:39:44.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:39:44.248 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31347/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-03-07 04:39:44.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:39:44.258 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39395/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-07 04:39:44.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:39:44.270 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-07 04:39:44.370 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:39:44.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39395/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:44.373 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772858384258039723,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:39:44.375 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:39:44.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31347/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:44.377 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772858384258039723,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:39:44.379 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39395/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-07 04:39:44.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:39:44.388 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-07 04:39:44.489 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:39:44.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39395/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:44.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772858380211532402,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772858384379064198,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:39:44.500 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-07 04:39:44.501 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-07 04:39:44.501 DEBUG [src.node.waku_node] Stopping container with id 2d9ec27bb2e0
|
|
2026-03-07 04:39:45.126 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:39:45.127 DEBUG [src.node.waku_node] Stopping container with id 9abc08a633b6
|
|
2026-03-07 04:39:45.722 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:39:45.724 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-07 04:39:45.761 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:39:45.795 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:39:45.797 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-07 04:39:45.798 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-07 04:39:45.800 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-07_04-39-41__797ecc29-b580-43e5-b772-583a4e82d95f__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:39:45.803 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-07_04-39-41__797ecc29-b580-43e5-b772-583a4e82d95f__wakuorg_nwaku:latest.log
|