mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 17:43:17 +00:00
172 lines
34 KiB
Plaintext
172 lines
34 KiB
Plaintext
2026-03-03 04:34:32.488 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-03 04:34:32.488 DEBUG [tests.conftest] Running test: test_filter_auto_sharding_multiple_content_topics with id: 2026-03-03_04-34-32__4123093c-b657-45da-a171-506b3bf91fd1
|
|
2026-03-03 04:34:32.488 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-03 04:34:32.489 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-03 04:34:32.489 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-03 04:34:32.497 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:34:32.497 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-34-32__4123093c-b657-45da-a171-506b3bf91fd1__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:32.498 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:34:32.498 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:34:32.501 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:34:32.501 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.241.208
|
|
2026-03-03 04:34:32.501 DEBUG [src.node.docker_mananger] Generated ports ['38900', '38901', '38902', '38903', '38904']
|
|
2026-03-03 04:34:32.501 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-03 04:34:32.502 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:34:32.502 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:34:32.502 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:34:32.502 DEBUG [src.node.docker_mananger] docker run -i -t -p 38900:38900 -p 38901:38901 -p 38902:38902 -p 38903:38903 -p 38904:38904 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=38902 --rest-port=38900 --tcp-port=38901 --discv5-udp-port=38903 --rest-address=0.0.0.0 --nat=extip:172.18.241.208 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=db584516c0cece9e76f0aa9bab88097ef550ab0cfc7d2fe76e5cd6c369b40bcb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38904 --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 --num-shards-in-network=8
|
|
2026-03-03 04:34:32.705 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.241.208 waku 0c25e33661928b0079078fcbfb0e7bc9cbb0b2481428b821650a578824d34bc6
|
|
2026-03-03 04:34:32.742 DEBUG [src.node.docker_mananger] Container started with ID 0c25e3366192. Setting up logs at ./log/docker/node1_2026-03-03_04-34-32__4123093c-b657-45da-a171-506b3bf91fd1__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:32.743 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38900
|
|
2026-03-03 04:34:32.743 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:34:33.296 ERROR [src.node.docker_mananger] Max retries reached for container 58e97ea04dad. Exiting log stream.
|
|
2026-03-03 04:34:33.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38900/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:33.747 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-03 04:34:33.747 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:34:33.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38900/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:33.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.241.208/tcp/38901/p2p/16Uiu2HAmAX3cLtZGdhdJnxvRnvXa7Eehi1XT2AkJ7XfUZdxyHYmK","/ip4/172.18.241.208/tcp/38902/ws/p2p/16Uiu2HAmAX3cLtZGdhdJnxvRnvXa7Eehi1XT2AkJ7XfUZdxyHYmK"],"enrUri":"enr:-L24QK65GMRh_2Ikn4vQ-XdbY2u2H2_58DHLagnFEo54meARKhwqoME22uIn4ZtqkMfohLQZA_YBIX1tkm5EXQgmYWICgmlkgnY0gmlwhKwS8dCKbXVsdGlhZGRyc5YACASsEvHQBpf1AAoErBLx0AaX9t0DgnJzhQACAQAAiXNlY3AyNTZrMaEC4D-qTmT2LcRQ9n3Wy9_8oXFvHfZUz-ynw8M2s_1qRMaDdGNwgpf1g3VkcIKX94V3YWt1MgU"}'
|
|
2026-03-03 04:34:33.750 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:34:33.758 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:34:33.758 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-03_04-34-32__4123093c-b657-45da-a171-506b3bf91fd1__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:33.758 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:34:33.759 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:34:33.760 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:34:33.760 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.82.157
|
|
2026-03-03 04:34:33.760 DEBUG [src.node.docker_mananger] Generated ports ['33620', '33621', '33622', '33623', '33624']
|
|
2026-03-03 04:34:33.761 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-03 04:34:33.761 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:34:33.761 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:34:33.761 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:34:33.761 DEBUG [src.node.docker_mananger] docker run -i -t -p 33620:33620 -p 33621:33621 -p 33622:33622 -p 33623:33623 -p 33624:33624 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=33622 --rest-port=33620 --tcp-port=33621 --discv5-udp-port=33623 --rest-address=0.0.0.0 --nat=extip:172.18.82.157 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=afbebc0bede3afa0ab6b0f5baab5d7c6d99ce2b1bb7e28eecaff4d97abc4faaf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33624 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QK65GMRh_2Ikn4vQ-XdbY2u2H2_58DHLagnFEo54meARKhwqoME22uIn4ZtqkMfohLQZA_YBIX1tkm5EXQgmYWICgmlkgnY0gmlwhKwS8dCKbXVsdGlhZGRyc5YACASsEvHQBpf1AAoErBLx0AaX9t0DgnJzhQACAQAAiXNlY3AyNTZrMaEC4D-qTmT2LcRQ9n3Wy9_8oXFvHfZUz-ynw8M2s_1qRMaDdGNwgpf1g3VkcIKX94V3YWt1MgU --filternode=/ip4/172.18.241.208/tcp/38901/p2p/16Uiu2HAmAX3cLtZGdhdJnxvRnvXa7Eehi1XT2AkJ7XfUZdxyHYmK --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-03 04:34:33.974 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.82.157 waku 0760406ac3e0f6c304102c3bf1f5bf8cdd6e27357a24c30c2e9755f4843b6a02
|
|
2026-03-03 04:34:34.013 DEBUG [src.node.docker_mananger] Container started with ID 0760406ac3e0. Setting up logs at ./log/docker/node2_2026-03-03_04-34-32__4123093c-b657-45da-a171-506b3bf91fd1__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:34.013 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33620
|
|
2026-03-03 04:34:34.014 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:34:35.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33620/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:35.017 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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-03 04:34:35.017 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:34:35.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33620/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:35.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.82.157/tcp/33621/p2p/16Uiu2HAmFhSkh1vHMukCCeTgXjXSJdubjvPMtbcuzubi6T2s4yc1","/ip4/172.18.82.157/tcp/33622/ws/p2p/16Uiu2HAmFhSkh1vHMukCCeTgXjXSJdubjvPMtbcuzubi6T2s4yc1"],"enrUri":"enr:-L24QP4ZXR20wexdRVL0VPaeR1aP3xo7XSSIwqS13JJiUE_xEtbgS4yqH7YpngqlSUOzN1PwQp7dP-A_b854fN2HlXoCgmlkgnY0gmlwhKwSUp2KbXVsdGlhZGRyc5YACASsElKdBoNVAAoErBJSnQaDVt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDLTQTrvNY2VOuZ-ZUfsT6OHD8p0F6EFeLUEPm4zVlZQaDdGNwgoNVg3VkcIKDV4V3YWt1MgA"}'
|
|
2026-03-03 04:34:35.020 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:34:35.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33620/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.241.208/tcp/38901/p2p/16Uiu2HAmAX3cLtZGdhdJnxvRnvXa7Eehi1XT2AkJ7XfUZdxyHYmK"]'
|
|
2026-03-03 04:34:35.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:35.060 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38900/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-03 04:34:35.077 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:35.078 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33620/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "11ee4e91-1613-48dc-a5ba-ac02505f661d", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-03-03 04:34:35.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"11ee4e91-1613-48dc-a5ba-ac02505f661d","statusDesc":"OK"}'
|
|
2026-03-03 04:34:35.092 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33620/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "03e2aab1-666a-4820-81cf-355789e55eef", "contentFilters": ["/waku/2/content/test.js"], "pubsubTopic": "/waku/2/rs/2/1"}'
|
|
2026-03-03 04:34:35.102 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"03e2aab1-666a-4820-81cf-355789e55eef","statusDesc":"OK"}'
|
|
2026-03-03 04:34:35.103 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33620/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ce5cee69-3eae-4c2f-92ec-a3c127e6ab1f", "contentFilters": ["/app/22/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/2"}'
|
|
2026-03-03 04:34:35.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ce5cee69-3eae-4c2f-92ec-a3c127e6ab1f","statusDesc":"OK"}'
|
|
2026-03-03 04:34:35.115 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33620/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "64542058-32d6-4d43-a1ee-8347b96b04e3", "contentFilters": ["/toychat/2/huilong/proto"], "pubsubTopic": "/waku/2/rs/2/3"}'
|
|
2026-03-03 04:34:35.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"64542058-32d6-4d43-a1ee-8347b96b04e3","statusDesc":"OK"}'
|
|
2026-03-03 04:34:35.127 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33620/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "c1b1fd2b-812e-48bc-b22c-59687b40e4c0", "contentFilters": ["/statusim/1/community/cbor"], "pubsubTopic": "/waku/2/rs/2/4"}'
|
|
2026-03-03 04:34:35.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"c1b1fd2b-812e-48bc-b22c-59687b40e4c0","statusDesc":"OK"}'
|
|
2026-03-03 04:34:35.138 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33620/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "16f48853-f933-4f2e-bc6f-30ad89991b0f", "contentFilters": ["/app/27/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/5"}'
|
|
2026-03-03 04:34:35.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"16f48853-f933-4f2e-bc6f-30ad89991b0f","statusDesc":"OK"}'
|
|
2026-03-03 04:34:35.150 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33620/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "a63b16f7-2f0d-4a33-a16e-9e73f656fb3f", "contentFilters": ["/app/29/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/6"}'
|
|
2026-03-03 04:34:35.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"a63b16f7-2f0d-4a33-a16e-9e73f656fb3f","statusDesc":"OK"}'
|
|
2026-03-03 04:34:35.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33620/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "bc0aa348-23c2-488e-8239-0eae99a8b2c5", "contentFilters": ["/app/20/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/7"}'
|
|
2026-03-03 04:34:35.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"bc0aa348-23c2-488e-8239-0eae99a8b2c5","statusDesc":"OK"}'
|
|
2026-03-03 04:34:35.174 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38900/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:34:35.185 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:38900/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-03-03 04:34:35.255 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-03 04:34:35.257 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-03 04:34:35.257 DEBUG [src.node.waku_node] Stopping container with id 0c25e3366192
|
|
2026-03-03 04:34:35.859 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:34:35.859 DEBUG [src.node.waku_node] Stopping container with id 0760406ac3e0
|
|
2026-03-03 04:34:36.491 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:34:36.493 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-03 04:34:36.502 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:34:36.510 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:34:36.511 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-03 04:34:36.511 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-03 04:34:36.512 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-03_04-34-32__4123093c-b657-45da-a171-506b3bf91fd1__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:36.512 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-03_04-34-32__4123093c-b657-45da-a171-506b3bf91fd1__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:36.517 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-03 04:34:36.517 DEBUG [tests.conftest] Running test: test_filter_auto_sharding_multiple_content_topics with id: 2026-03-03_04-34-36__b1ceb5d2-b5e2-425a-98b3-ab095cea00e4
|
|
2026-03-03 04:34:36.517 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-03 04:34:36.518 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-03 04:34:36.518 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-03 04:34:36.526 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:34:36.527 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-34-36__b1ceb5d2-b5e2-425a-98b3-ab095cea00e4__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:36.527 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:34:36.527 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:34:36.529 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:34:36.529 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.176.92
|
|
2026-03-03 04:34:36.529 DEBUG [src.node.docker_mananger] Generated ports ['39867', '39868', '39869', '39870', '39871']
|
|
2026-03-03 04:34:36.529 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-03 04:34:36.529 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:34:36.529 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:34:36.529 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:34:36.529 DEBUG [src.node.docker_mananger] docker run -i -t -p 39867:39867 -p 39868:39868 -p 39869:39869 -p 39870:39870 -p 39871:39871 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=39869 --rest-port=39867 --tcp-port=39868 --discv5-udp-port=39870 --rest-address=0.0.0.0 --nat=extip:172.18.176.92 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bedbdb73dbfb4fb8b3ecfe2ea371a0ae9ba3d2ea5cd6edd34d11738f2dbc5caa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39871 --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 --num-shards-in-network=8
|
|
2026-03-03 04:34:36.676 ERROR [src.node.docker_mananger] Max retries reached for container 0c25e3366192. Exiting log stream.
|
|
2026-03-03 04:34:36.738 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.176.92 waku 7e81b043ac24e960d6854aa569d8e920cb951cccbaeb43642b94d06ea3d37dfd
|
|
2026-03-03 04:34:36.775 DEBUG [src.node.docker_mananger] Container started with ID 7e81b043ac24. Setting up logs at ./log/docker/node1_2026-03-03_04-34-36__b1ceb5d2-b5e2-425a-98b3-ab095cea00e4__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:36.777 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39867
|
|
2026-03-03 04:34:36.779 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:34:37.314 ERROR [src.node.docker_mananger] Max retries reached for container 0760406ac3e0. Exiting log stream.
|
|
2026-03-03 04:34:37.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39867/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:37.783 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-03 04:34:37.783 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:34:37.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39867/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:37.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.176.92/tcp/39868/p2p/16Uiu2HAmAFex47XKivYQNZUe9k1FLwcptdR8f76CQv8peAo1suj9","/ip4/172.18.176.92/tcp/39869/ws/p2p/16Uiu2HAmAFex47XKivYQNZUe9k1FLwcptdR8f76CQv8peAo1suj9"],"enrUri":"enr:-L24QFyr0IGrB6CdcN83lU_jeZI78rRXDi8iQaZuBIy4x65eVTzme4J3eBtqzvi4zGC4QmILpRgbsx2itgwPy5VXDPACgmlkgnY0gmlwhKwSsFyKbXVsdGlhZGRyc5YACASsErBcBpu8AAoErBKwXAabvd0DgnJzhQACAQAAiXNlY3AyNTZrMaEC3E5UyW45PeXzhULFx4Pxnj-o-LCnlgmaLk8jS2rA8SyDdGNwgpu8g3VkcIKbvoV3YWt1MgU"}'
|
|
2026-03-03 04:34:37.786 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:34:37.793 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:34:37.794 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-03_04-34-36__b1ceb5d2-b5e2-425a-98b3-ab095cea00e4__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:37.794 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:34:37.794 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:34:37.795 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:34:37.795 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.38.31
|
|
2026-03-03 04:34:37.796 DEBUG [src.node.docker_mananger] Generated ports ['28934', '28935', '28936', '28937', '28938']
|
|
2026-03-03 04:34:37.796 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-03 04:34:37.796 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:34:37.796 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:34:37.796 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:34:37.796 DEBUG [src.node.docker_mananger] docker run -i -t -p 28934:28934 -p 28935:28935 -p 28936:28936 -p 28937:28937 -p 28938:28938 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=28936 --rest-port=28934 --tcp-port=28935 --discv5-udp-port=28937 --rest-address=0.0.0.0 --nat=extip:172.18.38.31 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a80735feefd0ff5bf8ee5b4fb3e13c2df86ba608e85bddc85bde180fb7b5de0e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28938 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QFyr0IGrB6CdcN83lU_jeZI78rRXDi8iQaZuBIy4x65eVTzme4J3eBtqzvi4zGC4QmILpRgbsx2itgwPy5VXDPACgmlkgnY0gmlwhKwSsFyKbXVsdGlhZGRyc5YACASsErBcBpu8AAoErBKwXAabvd0DgnJzhQACAQAAiXNlY3AyNTZrMaEC3E5UyW45PeXzhULFx4Pxnj-o-LCnlgmaLk8jS2rA8SyDdGNwgpu8g3VkcIKbvoV3YWt1MgU --filternode=/ip4/172.18.176.92/tcp/39868/p2p/16Uiu2HAmAFex47XKivYQNZUe9k1FLwcptdR8f76CQv8peAo1suj9 --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-03 04:34:38.010 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.38.31 waku bd678ee1a09e1e66d9ed6d589b7cc2727b0717fdb030e9c451dea2ee0062a99b
|
|
2026-03-03 04:34:38.045 DEBUG [src.node.docker_mananger] Container started with ID bd678ee1a09e. Setting up logs at ./log/docker/node2_2026-03-03_04-34-36__b1ceb5d2-b5e2-425a-98b3-ab095cea00e4__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:38.046 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28934
|
|
2026-03-03 04:34:38.046 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:34:39.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28934/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:39.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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-03 04:34:39.050 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:34:39.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28934/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:39.053 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.38.31/tcp/28935/p2p/16Uiu2HAm7B624f9fcKRenVwLfHwD3Ywo3wTkarH3vHrN4tYNxZVe","/ip4/172.18.38.31/tcp/28936/ws/p2p/16Uiu2HAm7B624f9fcKRenVwLfHwD3Ywo3wTkarH3vHrN4tYNxZVe"],"enrUri":"enr:-L24QItI_1Tck-jVx3oD9W4SIlM8ySv_aDliQ2f28jfRCPEbHxORSzqJHowLH09bcstViJ_7nhAmdTfn0idzlei1KLECgmlkgnY0gmlwhKwSJh-KbXVsdGlhZGRyc5YACASsEiYfBnEHAAoErBImHwZxCN0DgnJzhQACAQAAiXNlY3AyNTZrMaECro-2TfZjAqCNDOBzOCy_FFT0g6Eaikm3CVjd6NT6r4WDdGNwgnEHg3VkcIJxCYV3YWt1MgA"}'
|
|
2026-03-03 04:34:39.053 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:34:39.054 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28934/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.176.92/tcp/39868/p2p/16Uiu2HAmAFex47XKivYQNZUe9k1FLwcptdR8f76CQv8peAo1suj9"]'
|
|
2026-03-03 04:34:39.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:39.089 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39867/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-03 04:34:39.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:39.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28934/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "3d200e4d-cf81-4083-a7ab-57c04ef09f02", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-03-03 04:34:39.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"3d200e4d-cf81-4083-a7ab-57c04ef09f02","statusDesc":"OK"}'
|
|
2026-03-03 04:34:39.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28934/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7214e728-af22-4955-8ddf-1b052be8f5d9", "contentFilters": ["/waku/2/content/test.js"], "pubsubTopic": "/waku/2/rs/2/1"}'
|
|
2026-03-03 04:34:39.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7214e728-af22-4955-8ddf-1b052be8f5d9","statusDesc":"OK"}'
|
|
2026-03-03 04:34:39.134 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28934/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "599f1ec8-b3c4-4430-984c-eaf50d0ee37a", "contentFilters": ["/app/22/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/2"}'
|
|
2026-03-03 04:34:39.145 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"599f1ec8-b3c4-4430-984c-eaf50d0ee37a","statusDesc":"OK"}'
|
|
2026-03-03 04:34:39.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28934/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "6eadfe1d-f7f8-405c-9412-e3a898163db4", "contentFilters": ["/toychat/2/huilong/proto"], "pubsubTopic": "/waku/2/rs/2/3"}'
|
|
2026-03-03 04:34:39.156 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"6eadfe1d-f7f8-405c-9412-e3a898163db4","statusDesc":"OK"}'
|
|
2026-03-03 04:34:39.157 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28934/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "085fca7f-7c0c-494d-9d12-64f104e00f52", "contentFilters": ["/statusim/1/community/cbor"], "pubsubTopic": "/waku/2/rs/2/4"}'
|
|
2026-03-03 04:34:39.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"085fca7f-7c0c-494d-9d12-64f104e00f52","statusDesc":"OK"}'
|
|
2026-03-03 04:34:39.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28934/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "91be48ff-94c4-4fbe-9bfb-93d9d5bbb997", "contentFilters": ["/app/27/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/5"}'
|
|
2026-03-03 04:34:39.177 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"91be48ff-94c4-4fbe-9bfb-93d9d5bbb997","statusDesc":"OK"}'
|
|
2026-03-03 04:34:39.177 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28934/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b326fac4-0dd8-4a5b-97e0-5e5e96a1e57c", "contentFilters": ["/app/29/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/6"}'
|
|
2026-03-03 04:34:39.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"b326fac4-0dd8-4a5b-97e0-5e5e96a1e57c","statusDesc":"OK"}'
|
|
2026-03-03 04:34:39.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28934/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "bc095274-9b07-45ef-9a98-a6f50ab3614f", "contentFilters": ["/app/20/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/7"}'
|
|
2026-03-03 04:34:39.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"bc095274-9b07-45ef-9a98-a6f50ab3614f","statusDesc":"OK"}'
|
|
2026-03-03 04:34:39.200 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39867/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:34:39.210 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:39867/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-03-03 04:34:39.250 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-03 04:34:39.251 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-03 04:34:39.251 DEBUG [src.node.waku_node] Stopping container with id 7e81b043ac24
|
|
2026-03-03 04:34:39.848 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:34:39.849 DEBUG [src.node.waku_node] Stopping container with id bd678ee1a09e
|
|
2026-03-03 04:34:40.377 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:34:40.379 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-03 04:34:40.389 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:34:40.398 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:34:40.401 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-03 04:34:40.401 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-03 04:34:40.402 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-03_04-34-36__b1ceb5d2-b5e2-425a-98b3-ab095cea00e4__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:40.405 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-03_04-34-36__b1ceb5d2-b5e2-425a-98b3-ab095cea00e4__wakuorg_nwaku:latest.log
|