mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-14 15:53:58 +00:00
172 lines
34 KiB
Plaintext
172 lines
34 KiB
Plaintext
2026-03-01 04:38:43.595 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-01 04:38:43.596 DEBUG [tests.conftest] Running test: test_filter_auto_sharding_multiple_content_topics with id: 2026-03-01_04-38-43__e429b933-d88c-45d3-97b4-77a2a8848297
|
|
2026-03-01 04:38:43.596 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-01 04:38:43.596 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-01 04:38:43.596 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-01 04:38:43.604 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:38:43.604 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-01_04-38-43__e429b933-d88c-45d3-97b4-77a2a8848297__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:38:43.604 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:38:43.604 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:38:43.605 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:38:43.605 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.121.73
|
|
2026-03-01 04:38:43.606 DEBUG [src.node.docker_mananger] Generated ports ['15507', '15508', '15509', '15510', '15511']
|
|
2026-03-01 04:38:43.606 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-01 04:38:43.606 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:38:43.606 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:38:43.606 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:38:43.606 DEBUG [src.node.docker_mananger] docker run -i -t -p 15507:15507 -p 15508:15508 -p 15509:15509 -p 15510:15510 -p 15511:15511 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=15509 --rest-port=15507 --tcp-port=15508 --discv5-udp-port=15510 --rest-address=0.0.0.0 --nat=extip:172.18.121.73 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e7a163d48697c39c25101cfaeca6fed2fda2dcfbba8aadd879d2ee871c7b66d2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15511 --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-01 04:38:43.805 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.121.73 waku 2efdf55417eebda51a8c6b3dfa4ab054bcaf45cb8cd4ab482d9ea2ed7686d66a
|
|
2026-03-01 04:38:43.838 DEBUG [src.node.docker_mananger] Container started with ID 2efdf55417ee. Setting up logs at ./log/docker/node1_2026-03-01_04-38-43__e429b933-d88c-45d3-97b4-77a2a8848297__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:38:43.839 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15507
|
|
2026-03-01 04:38:43.839 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:38:44.400 ERROR [src.node.docker_mananger] Max retries reached for container 643ea74af32d. Exiting log stream.
|
|
2026-03-01 04:38:44.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15507/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:38:44.842 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-01 04:38:44.842 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:38:44.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15507/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:38:44.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.121.73/tcp/15508/p2p/16Uiu2HAmGKDtKhNS1DQiwHo4JadNKLayAE8JuMHMZSAfCBtM9Z9E","/ip4/172.18.121.73/tcp/15509/ws/p2p/16Uiu2HAmGKDtKhNS1DQiwHo4JadNKLayAE8JuMHMZSAfCBtM9Z9E"],"enrUri":"enr:-L24QHhD0yox1bDMgu6IYVtxK-Z_VZXTtZ36dzr4G3JYotjzdlft3wQKH_SIS1NAes9X8uG2nURQY0uxLs2bYc7dlSICgmlkgnY0gmlwhKwSeUmKbXVsdGlhZGRyc5YACASsEnlJBjyUAAoErBJ5SQY8ld0DgnJzhQACAQAAiXNlY3AyNTZrMaEDNl5vh37tGVDC3f2zyHSypU7euCwVl3z2uTMsBaog8b2DdGNwgjyUg3VkcII8loV3YWt1MgU"}'
|
|
2026-03-01 04:38:44.845 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:38:44.852 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:38:44.852 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-01_04-38-43__e429b933-d88c-45d3-97b4-77a2a8848297__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:38:44.852 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:38:44.852 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:38:44.853 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:38:44.853 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.34.240
|
|
2026-03-01 04:38:44.854 DEBUG [src.node.docker_mananger] Generated ports ['5436', '5437', '5438', '5439', '5440']
|
|
2026-03-01 04:38:44.854 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-01 04:38:44.854 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:38:44.854 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:38:44.854 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:38:44.854 DEBUG [src.node.docker_mananger] docker run -i -t -p 5436:5436 -p 5437:5437 -p 5438:5438 -p 5439:5439 -p 5440:5440 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=5438 --rest-port=5436 --tcp-port=5437 --discv5-udp-port=5439 --rest-address=0.0.0.0 --nat=extip:172.18.34.240 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=cb5b46a7fb27d780bfcb3cd1eddf8cba0192c5c4c5fd9d63d9adbbf09afbb9f2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5440 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QHhD0yox1bDMgu6IYVtxK-Z_VZXTtZ36dzr4G3JYotjzdlft3wQKH_SIS1NAes9X8uG2nURQY0uxLs2bYc7dlSICgmlkgnY0gmlwhKwSeUmKbXVsdGlhZGRyc5YACASsEnlJBjyUAAoErBJ5SQY8ld0DgnJzhQACAQAAiXNlY3AyNTZrMaEDNl5vh37tGVDC3f2zyHSypU7euCwVl3z2uTMsBaog8b2DdGNwgjyUg3VkcII8loV3YWt1MgU --filternode=/ip4/172.18.121.73/tcp/15508/p2p/16Uiu2HAmGKDtKhNS1DQiwHo4JadNKLayAE8JuMHMZSAfCBtM9Z9E --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-01 04:38:45.046 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.34.240 waku db9b59c40d10bce571b7fe049a2ef9021c3e713a8c3708aef640faf6d9fdc53c
|
|
2026-03-01 04:38:45.081 DEBUG [src.node.docker_mananger] Container started with ID db9b59c40d10. Setting up logs at ./log/docker/node2_2026-03-01_04-38-43__e429b933-d88c-45d3-97b4-77a2a8848297__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:38:45.081 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5436
|
|
2026-03-01 04:38:45.082 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:38:46.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5436/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:38:46.085 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-01 04:38:46.085 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:38:46.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5436/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:38:46.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.34.240/tcp/5437/p2p/16Uiu2HAmC5nxMdpzFnC2y99DkEQh8La1fFdmaC2vkDaVrsVrAGVV","/ip4/172.18.34.240/tcp/5438/ws/p2p/16Uiu2HAmC5nxMdpzFnC2y99DkEQh8La1fFdmaC2vkDaVrsVrAGVV"],"enrUri":"enr:-L24QPVFSMEz0L6iNqrMPvgS_vjkXQW2Gi4Zo7VHs00exiNAE8-seIZTQw0QFu-JAmLWaZeqNySNXR1Dppn8ZjWAp9ECgmlkgnY0gmlwhKwSIvCKbXVsdGlhZGRyc5YACASsEiLwBhU9AAoErBIi8AYVPt0DgnJzhQACAQAAiXNlY3AyNTZrMaEC937yz4VZp-3zkFjdIJc8vzCrZGzzdrYy82ZskSSqnYiDdGNwghU9g3VkcIIVP4V3YWt1MgA"}'
|
|
2026-03-01 04:38:46.088 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:38:46.089 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5436/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.121.73/tcp/15508/p2p/16Uiu2HAmGKDtKhNS1DQiwHo4JadNKLayAE8JuMHMZSAfCBtM9Z9E"]'
|
|
2026-03-01 04:38:46.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:38:46.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15507/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-01 04:38:46.145 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:38:46.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5436/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "c62fbf34-d1ce-4b07-8265-31bbf42cb3bc", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-03-01 04:38:46.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"c62fbf34-d1ce-4b07-8265-31bbf42cb3bc","statusDesc":"OK"}'
|
|
2026-03-01 04:38:46.159 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5436/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "4b86fc85-3a73-4ff3-942a-083e71a6b412", "contentFilters": ["/waku/2/content/test.js"], "pubsubTopic": "/waku/2/rs/2/1"}'
|
|
2026-03-01 04:38:46.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"4b86fc85-3a73-4ff3-942a-083e71a6b412","statusDesc":"OK"}'
|
|
2026-03-01 04:38:46.170 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5436/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "0298e26a-ade5-414d-8c75-cb4695b0de6e", "contentFilters": ["/app/22/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/2"}'
|
|
2026-03-01 04:38:46.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"0298e26a-ade5-414d-8c75-cb4695b0de6e","statusDesc":"OK"}'
|
|
2026-03-01 04:38:46.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5436/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "c6296627-c9cb-48de-9c89-f6c5c5376704", "contentFilters": ["/toychat/2/huilong/proto"], "pubsubTopic": "/waku/2/rs/2/3"}'
|
|
2026-03-01 04:38:46.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"c6296627-c9cb-48de-9c89-f6c5c5376704","statusDesc":"OK"}'
|
|
2026-03-01 04:38:46.190 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5436/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "3bf36885-88ae-40c9-9ace-46ea8d416c01", "contentFilters": ["/statusim/1/community/cbor"], "pubsubTopic": "/waku/2/rs/2/4"}'
|
|
2026-03-01 04:38:46.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"3bf36885-88ae-40c9-9ace-46ea8d416c01","statusDesc":"OK"}'
|
|
2026-03-01 04:38:46.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5436/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ebde3e02-c899-454c-afdb-c6eaac073ba8", "contentFilters": ["/app/27/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/5"}'
|
|
2026-03-01 04:38:46.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ebde3e02-c899-454c-afdb-c6eaac073ba8","statusDesc":"OK"}'
|
|
2026-03-01 04:38:46.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5436/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e5ad4d33-7ff5-4dba-b7e0-e21db3ccd619", "contentFilters": ["/app/29/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/6"}'
|
|
2026-03-01 04:38:46.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"e5ad4d33-7ff5-4dba-b7e0-e21db3ccd619","statusDesc":"OK"}'
|
|
2026-03-01 04:38:46.221 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5436/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "4c3cb8b7-7cea-4177-80eb-6f90ab49a5ad", "contentFilters": ["/app/20/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/7"}'
|
|
2026-03-01 04:38:46.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"4c3cb8b7-7cea-4177-80eb-6f90ab49a5ad","statusDesc":"OK"}'
|
|
2026-03-01 04:38:46.232 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15507/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-01 04:38:46.241 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:15507/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-03-01 04:38:46.316 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-01 04:38:46.317 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-01 04:38:46.317 DEBUG [src.node.waku_node] Stopping container with id 2efdf55417ee
|
|
2026-03-01 04:38:46.890 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:38:46.893 DEBUG [src.node.waku_node] Stopping container with id db9b59c40d10
|
|
2026-03-01 04:38:47.460 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:38:47.463 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-01 04:38:47.471 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-01 04:38:47.479 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-01 04:38:47.479 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-01 04:38:47.479 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-01 04:38:47.480 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-01_04-38-43__e429b933-d88c-45d3-97b4-77a2a8848297__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:38:47.480 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-01_04-38-43__e429b933-d88c-45d3-97b4-77a2a8848297__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:38:47.484 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-01 04:38:47.484 DEBUG [tests.conftest] Running test: test_filter_auto_sharding_multiple_content_topics with id: 2026-03-01_04-38-47__5a1312cc-5fbc-48ff-b356-5eb7cb0db522
|
|
2026-03-01 04:38:47.485 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-01 04:38:47.485 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-01 04:38:47.485 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-01 04:38:47.492 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:38:47.492 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-01_04-38-47__5a1312cc-5fbc-48ff-b356-5eb7cb0db522__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:38:47.493 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:38:47.493 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:38:47.494 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:38:47.494 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.210.84
|
|
2026-03-01 04:38:47.494 DEBUG [src.node.docker_mananger] Generated ports ['35998', '35999', '36000', '36001', '36002']
|
|
2026-03-01 04:38:47.495 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-01 04:38:47.495 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:38:47.495 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:38:47.495 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:38:47.495 DEBUG [src.node.docker_mananger] docker run -i -t -p 35998:35998 -p 35999:35999 -p 36000:36000 -p 36001:36001 -p 36002:36002 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=36000 --rest-port=35998 --tcp-port=35999 --discv5-udp-port=36001 --rest-address=0.0.0.0 --nat=extip:172.18.210.84 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=57c578fbb1a2cde02bf61e7d2e34f18bc50e3fddfbbbeaaccea0d7ec44731396 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36002 --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-01 04:38:47.696 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.210.84 waku 96a5b30674d9e05eb2b9f249fa259295d6c387187430ecd95b9770655e7eb445
|
|
2026-03-01 04:38:47.704 ERROR [src.node.docker_mananger] Max retries reached for container 2efdf55417ee. Exiting log stream.
|
|
2026-03-01 04:38:47.734 DEBUG [src.node.docker_mananger] Container started with ID 96a5b30674d9. Setting up logs at ./log/docker/node1_2026-03-01_04-38-47__5a1312cc-5fbc-48ff-b356-5eb7cb0db522__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:38:47.736 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35998
|
|
2026-03-01 04:38:47.736 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:38:48.275 ERROR [src.node.docker_mananger] Max retries reached for container db9b59c40d10. Exiting log stream.
|
|
2026-03-01 04:38:48.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35998/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:38:48.740 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-01 04:38:48.740 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:38:48.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35998/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:38:48.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.210.84/tcp/35999/p2p/16Uiu2HAm55qYTB3ToWsT5X3dGDbGTrUXCAmhR2PpaMy35uCrData","/ip4/172.18.210.84/tcp/36000/ws/p2p/16Uiu2HAm55qYTB3ToWsT5X3dGDbGTrUXCAmhR2PpaMy35uCrData"],"enrUri":"enr:-L24QEZWxNQO5upDX0BZmJkwOGfaf9CXoW6gKY8gQX6G57ZhPbNq-SHiEXaAvhX7kFNZqpB7QiuCWF32GmYcYORDL7cCgmlkgnY0gmlwhKwS0lSKbXVsdGlhZGRyc5YACASsEtJUBoyfAAoErBLSVAaMoN0DgnJzhQACAQAAiXNlY3AyNTZrMaECj4AQ6z3YGyevJqJH19oDT_JM820Ut4Kr1Heuw_KLLiODdGNwgoyfg3VkcIKMoYV3YWt1MgU"}'
|
|
2026-03-01 04:38:48.743 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:38:48.749 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:38:48.750 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-01_04-38-47__5a1312cc-5fbc-48ff-b356-5eb7cb0db522__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:38:48.750 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:38:48.750 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:38:48.751 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:38:48.751 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.175.33
|
|
2026-03-01 04:38:48.752 DEBUG [src.node.docker_mananger] Generated ports ['24007', '24008', '24009', '24010', '24011']
|
|
2026-03-01 04:38:48.752 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-01 04:38:48.752 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:38:48.752 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:38:48.752 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:38:48.752 DEBUG [src.node.docker_mananger] docker run -i -t -p 24007:24007 -p 24008:24008 -p 24009:24009 -p 24010:24010 -p 24011:24011 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=24009 --rest-port=24007 --tcp-port=24008 --discv5-udp-port=24010 --rest-address=0.0.0.0 --nat=extip:172.18.175.33 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=8d8504d86019f0cecbd2f3c7d6e5ee8c7efa29d2c3569bbd3aea0982ddd37ee4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24011 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QEZWxNQO5upDX0BZmJkwOGfaf9CXoW6gKY8gQX6G57ZhPbNq-SHiEXaAvhX7kFNZqpB7QiuCWF32GmYcYORDL7cCgmlkgnY0gmlwhKwS0lSKbXVsdGlhZGRyc5YACASsEtJUBoyfAAoErBLSVAaMoN0DgnJzhQACAQAAiXNlY3AyNTZrMaECj4AQ6z3YGyevJqJH19oDT_JM820Ut4Kr1Heuw_KLLiODdGNwgoyfg3VkcIKMoYV3YWt1MgU --filternode=/ip4/172.18.210.84/tcp/35999/p2p/16Uiu2HAm55qYTB3ToWsT5X3dGDbGTrUXCAmhR2PpaMy35uCrData --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-01 04:38:48.944 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.175.33 waku b934cccea6f604a75678db1ebe627d7b4e9e85ae3a936d9b2d20997edc29de23
|
|
2026-03-01 04:38:48.977 DEBUG [src.node.docker_mananger] Container started with ID b934cccea6f6. Setting up logs at ./log/docker/node2_2026-03-01_04-38-47__5a1312cc-5fbc-48ff-b356-5eb7cb0db522__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:38:48.977 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24007
|
|
2026-03-01 04:38:48.977 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:38:49.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24007/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:38:49.981 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-01 04:38:49.982 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:38:49.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24007/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:38:49.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.175.33/tcp/24008/p2p/16Uiu2HAkvc58qY5esiSqY1Attd9fw2kbi2zPP5cdNdXBmengyaCP","/ip4/172.18.175.33/tcp/24009/ws/p2p/16Uiu2HAkvc58qY5esiSqY1Attd9fw2kbi2zPP5cdNdXBmengyaCP"],"enrUri":"enr:-L24QCRPWNVq2fYxQtFXJn3ZO-QsbYc-u6UMly9VL6fMWDmCEliWM4HFk9aAVNsPTE-qu-P1y0Ui5Bdv-uPyFv6b_JQCgmlkgnY0gmlwhKwSryGKbXVsdGlhZGRyc5YACASsEq8hBl3IAAoErBKvIQZdyd0DgnJzhQACAQAAiXNlY3AyNTZrMaECEYWtcZJ9TBU91KpsD4EofrMuq0DlrHOWcWXWC6-xGsiDdGNwgl3Ig3VkcIJdyoV3YWt1MgA"}'
|
|
2026-03-01 04:38:49.985 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:38:49.985 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24007/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.210.84/tcp/35999/p2p/16Uiu2HAm55qYTB3ToWsT5X3dGDbGTrUXCAmhR2PpaMy35uCrData"]'
|
|
2026-03-01 04:38:50.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:38:50.023 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35998/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-01 04:38:50.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:38:50.041 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24007/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "c5953811-7368-4d04-9d75-4eb08ca997fc", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-03-01 04:38:50.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"c5953811-7368-4d04-9d75-4eb08ca997fc","statusDesc":"OK"}'
|
|
2026-03-01 04:38:50.057 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24007/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ac93e516-6306-434d-be07-cf632de63781", "contentFilters": ["/waku/2/content/test.js"], "pubsubTopic": "/waku/2/rs/2/1"}'
|
|
2026-03-01 04:38:50.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ac93e516-6306-434d-be07-cf632de63781","statusDesc":"OK"}'
|
|
2026-03-01 04:38:50.066 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24007/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "3db7b137-575a-46f8-b7c0-13ecf751b52e", "contentFilters": ["/app/22/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/2"}'
|
|
2026-03-01 04:38:50.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"3db7b137-575a-46f8-b7c0-13ecf751b52e","statusDesc":"OK"}'
|
|
2026-03-01 04:38:50.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24007/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "a79761eb-2e1c-4c49-941b-fc2974a19703", "contentFilters": ["/toychat/2/huilong/proto"], "pubsubTopic": "/waku/2/rs/2/3"}'
|
|
2026-03-01 04:38:50.085 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"a79761eb-2e1c-4c49-941b-fc2974a19703","statusDesc":"OK"}'
|
|
2026-03-01 04:38:50.085 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24007/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "28142b32-7bf1-4900-baac-5f30f51625ed", "contentFilters": ["/statusim/1/community/cbor"], "pubsubTopic": "/waku/2/rs/2/4"}'
|
|
2026-03-01 04:38:50.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"28142b32-7bf1-4900-baac-5f30f51625ed","statusDesc":"OK"}'
|
|
2026-03-01 04:38:50.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24007/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "bd538dbd-e83e-4981-b591-191b871b73e9", "contentFilters": ["/app/27/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/5"}'
|
|
2026-03-01 04:38:50.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"bd538dbd-e83e-4981-b591-191b871b73e9","statusDesc":"OK"}'
|
|
2026-03-01 04:38:50.106 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24007/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "128bbde9-835e-42b4-af00-25a4309b5d7f", "contentFilters": ["/app/29/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/6"}'
|
|
2026-03-01 04:38:50.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"128bbde9-835e-42b4-af00-25a4309b5d7f","statusDesc":"OK"}'
|
|
2026-03-01 04:38:50.115 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24007/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1d35254e-d6f2-41e2-9dd0-879fefddbe6d", "contentFilters": ["/app/20/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/7"}'
|
|
2026-03-01 04:38:50.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1d35254e-d6f2-41e2-9dd0-879fefddbe6d","statusDesc":"OK"}'
|
|
2026-03-01 04:38:50.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35998/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-01 04:38:50.135 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:35998/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-03-01 04:38:50.171 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-01 04:38:50.173 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-01 04:38:50.173 DEBUG [src.node.waku_node] Stopping container with id 96a5b30674d9
|
|
2026-03-01 04:38:50.754 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:38:50.756 DEBUG [src.node.waku_node] Stopping container with id b934cccea6f6
|
|
2026-03-01 04:38:51.313 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:38:51.315 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-01 04:38:51.324 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-01 04:38:51.331 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-01 04:38:51.332 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-01 04:38:51.332 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-01 04:38:51.332 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-01_04-38-47__5a1312cc-5fbc-48ff-b356-5eb7cb0db522__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:38:51.333 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-01_04-38-47__5a1312cc-5fbc-48ff-b356-5eb7cb0db522__wakuorg_nwaku:latest.log
|