mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-01 16:13:13 +00:00
172 lines
34 KiB
Plaintext
172 lines
34 KiB
Plaintext
2026-03-04 04:32:37.965 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-04 04:32:37.966 DEBUG [tests.conftest] Running test: test_filter_auto_sharding_multiple_content_topics with id: 2026-03-04_04-32-37__e94087f9-b861-40e7-883d-683221c8fd37
|
|
2026-03-04 04:32:37.966 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-04 04:32:37.966 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-04 04:32:37.966 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-04 04:32:37.973 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-04 04:32:37.974 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-32-37__e94087f9-b861-40e7-883d-683221c8fd37__wakuorg_nwaku:latest.log
|
|
2026-03-04 04:32:37.974 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-04 04:32:37.974 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-04 04:32:37.976 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-04 04:32:37.976 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.184.83
|
|
2026-03-04 04:32:37.977 DEBUG [src.node.docker_mananger] Generated ports ['62455', '62456', '62457', '62458', '62459']
|
|
2026-03-04 04:32:37.977 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-04 04:32:37.977 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-04 04:32:37.977 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-04 04:32:37.977 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-04 04:32:37.977 DEBUG [src.node.docker_mananger] docker run -i -t -p 62455:62455 -p 62456:62456 -p 62457:62457 -p 62458:62458 -p 62459:62459 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=62457 --rest-port=62455 --tcp-port=62456 --discv5-udp-port=62458 --rest-address=0.0.0.0 --nat=extip:172.18.184.83 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=4977d13435cd4559b5107ede1ce2c4dfbba93b8fb8dd5af6a3ce6dd2fcd1e690 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62459 --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-04 04:32:38.172 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.184.83 waku 5b674082df0398f7b5a3887137e4a9340c7d9fdec0346ecae26f8300215b5b9a
|
|
2026-03-04 04:32:38.207 DEBUG [src.node.docker_mananger] Container started with ID 5b674082df03. Setting up logs at ./log/docker/node1_2026-03-04_04-32-37__e94087f9-b861-40e7-883d-683221c8fd37__wakuorg_nwaku:latest.log
|
|
2026-03-04 04:32:38.207 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62455
|
|
2026-03-04 04:32:38.207 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-04 04:32:38.771 ERROR [src.node.docker_mananger] Max retries reached for container 3d38b91fc75e. Exiting log stream.
|
|
2026-03-04 04:32:39.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62455/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:32:39.211 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-04 04:32:39.211 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-04 04:32:39.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62455/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:32:39.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.184.83/tcp/62456/p2p/16Uiu2HAkwTR12q1bpQEv724GCCpANUqjWD4tYC5paSmXWzyzPiD6","/ip4/172.18.184.83/tcp/62457/ws/p2p/16Uiu2HAkwTR12q1bpQEv724GCCpANUqjWD4tYC5paSmXWzyzPiD6"],"enrUri":"enr:-L24QNldg0be0Vwn7V_2dCpMoFxsIj_yaTIC33XKb5cfpEB8NL9hJ-wV9FMr0CYKUpz-sVVVFDe-pa-xSiTjjd6DgnwCgmlkgnY0gmlwhKwSuFOKbXVsdGlhZGRyc5YACASsErhTBvP4AAoErBK4Uwbz-d0DgnJzhQACAQAAiXNlY3AyNTZrMaECHimZXHl0huLCe4fKSnLY9X0suUXu_NYiJ1uoDGLoZ0GDdGNwgvP4g3VkcILz-oV3YWt1MgU"}'
|
|
2026-03-04 04:32:39.214 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-04 04:32:39.221 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-04 04:32:39.221 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-32-37__e94087f9-b861-40e7-883d-683221c8fd37__wakuorg_nwaku:latest.log
|
|
2026-03-04 04:32:39.221 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-04 04:32:39.221 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-04 04:32:39.222 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-04 04:32:39.223 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.232.235
|
|
2026-03-04 04:32:39.223 DEBUG [src.node.docker_mananger] Generated ports ['7551', '7552', '7553', '7554', '7555']
|
|
2026-03-04 04:32:39.223 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-04 04:32:39.223 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-04 04:32:39.223 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-04 04:32:39.223 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-04 04:32:39.223 DEBUG [src.node.docker_mananger] docker run -i -t -p 7551:7551 -p 7552:7552 -p 7553:7553 -p 7554:7554 -p 7555:7555 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=7553 --rest-port=7551 --tcp-port=7552 --discv5-udp-port=7554 --rest-address=0.0.0.0 --nat=extip:172.18.232.235 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=80cb916fbf587ddd8a3faa8cee41d4d36ee0fe8cadb228797bfe2bd674bd71ba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7555 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QNldg0be0Vwn7V_2dCpMoFxsIj_yaTIC33XKb5cfpEB8NL9hJ-wV9FMr0CYKUpz-sVVVFDe-pa-xSiTjjd6DgnwCgmlkgnY0gmlwhKwSuFOKbXVsdGlhZGRyc5YACASsErhTBvP4AAoErBK4Uwbz-d0DgnJzhQACAQAAiXNlY3AyNTZrMaECHimZXHl0huLCe4fKSnLY9X0suUXu_NYiJ1uoDGLoZ0GDdGNwgvP4g3VkcILz-oV3YWt1MgU --filternode=/ip4/172.18.184.83/tcp/62456/p2p/16Uiu2HAkwTR12q1bpQEv724GCCpANUqjWD4tYC5paSmXWzyzPiD6 --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-04 04:32:39.428 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.232.235 waku fa1a7141c5d3013d60919d90286b9ec355ffcc4a0c09a55ef8bacc59319bf509
|
|
2026-03-04 04:32:39.461 DEBUG [src.node.docker_mananger] Container started with ID fa1a7141c5d3. Setting up logs at ./log/docker/node2_2026-03-04_04-32-37__e94087f9-b861-40e7-883d-683221c8fd37__wakuorg_nwaku:latest.log
|
|
2026-03-04 04:32:39.462 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7551
|
|
2026-03-04 04:32:39.462 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-04 04:32:40.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7551/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:32:40.465 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-04 04:32:40.465 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-04 04:32:40.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7551/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:32:40.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.232.235/tcp/7552/p2p/16Uiu2HAmQRKm5XbFat6itCQXW3GyT4RcuquyHoBJkiNmmAejFSS5","/ip4/172.18.232.235/tcp/7553/ws/p2p/16Uiu2HAmQRKm5XbFat6itCQXW3GyT4RcuquyHoBJkiNmmAejFSS5"],"enrUri":"enr:-L24QDxCk-E7rTsvzU68_B7yze1DThk-sHfcXe9fK4_LwdG5FYMXB_Uz0aIUDduJSHNn_Vdd-kxOEIc4ZO5aNe1pYHUCgmlkgnY0gmlwhKwS6OuKbXVsdGlhZGRyc5YACASsEujrBh2AAAoErBLo6wYdgd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDrswPFXw07Bj08P0SvBE7PV74P5V_Eyg3aSsPh6SVQWKDdGNwgh2Ag3VkcIIdgoV3YWt1MgA"}'
|
|
2026-03-04 04:32:40.468 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-04 04:32:40.468 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7551/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.184.83/tcp/62456/p2p/16Uiu2HAkwTR12q1bpQEv724GCCpANUqjWD4tYC5paSmXWzyzPiD6"]'
|
|
2026-03-04 04:32:40.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:32:40.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62455/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-04 04:32:40.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:32:40.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7551/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "f062390a-a534-472a-9b5d-e6ee52908f7e", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-03-04 04:32:40.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"f062390a-a534-472a-9b5d-e6ee52908f7e","statusDesc":"OK"}'
|
|
2026-03-04 04:32:40.537 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7551/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e344ccb3-edae-4f09-96e4-657aef9da804", "contentFilters": ["/waku/2/content/test.js"], "pubsubTopic": "/waku/2/rs/2/1"}'
|
|
2026-03-04 04:32:40.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"e344ccb3-edae-4f09-96e4-657aef9da804","statusDesc":"OK"}'
|
|
2026-03-04 04:32:40.547 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7551/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "8ab664c3-0a94-4588-a08d-d3e954b3fdaf", "contentFilters": ["/app/22/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/2"}'
|
|
2026-03-04 04:32:40.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"8ab664c3-0a94-4588-a08d-d3e954b3fdaf","statusDesc":"OK"}'
|
|
2026-03-04 04:32:40.557 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7551/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "84f1936c-1b5b-48f3-a682-705311b64f00", "contentFilters": ["/toychat/2/huilong/proto"], "pubsubTopic": "/waku/2/rs/2/3"}'
|
|
2026-03-04 04:32:40.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"84f1936c-1b5b-48f3-a682-705311b64f00","statusDesc":"OK"}'
|
|
2026-03-04 04:32:40.567 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7551/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b9b25964-a09e-478d-8bd3-2caef84f12fc", "contentFilters": ["/statusim/1/community/cbor"], "pubsubTopic": "/waku/2/rs/2/4"}'
|
|
2026-03-04 04:32:40.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"b9b25964-a09e-478d-8bd3-2caef84f12fc","statusDesc":"OK"}'
|
|
2026-03-04 04:32:40.577 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7551/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "03f891bd-3fb7-4205-a55c-b7d7f6f60163", "contentFilters": ["/app/27/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/5"}'
|
|
2026-03-04 04:32:40.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"03f891bd-3fb7-4205-a55c-b7d7f6f60163","statusDesc":"OK"}'
|
|
2026-03-04 04:32:40.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7551/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "75f4b959-b1a4-4bfd-8cc1-671039005361", "contentFilters": ["/app/29/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/6"}'
|
|
2026-03-04 04:32:40.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"75f4b959-b1a4-4bfd-8cc1-671039005361","statusDesc":"OK"}'
|
|
2026-03-04 04:32:40.598 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7551/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1d1e0482-27e5-4ae8-964d-1b3784eecc47", "contentFilters": ["/app/20/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/7"}'
|
|
2026-03-04 04:32:40.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1d1e0482-27e5-4ae8-964d-1b3784eecc47","statusDesc":"OK"}'
|
|
2026-03-04 04:32:40.608 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62455/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-04 04:32:40.617 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:62455/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-03-04 04:32:40.685 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-04 04:32:40.686 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-04 04:32:40.686 DEBUG [src.node.waku_node] Stopping container with id 5b674082df03
|
|
2026-03-04 04:32:41.272 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-04 04:32:41.273 DEBUG [src.node.waku_node] Stopping container with id fa1a7141c5d3
|
|
2026-03-04 04:32:41.822 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-04 04:32:41.824 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-04 04:32:41.834 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-04 04:32:41.841 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-04 04:32:41.842 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-04 04:32:41.842 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-04 04:32:41.842 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-04_04-32-37__e94087f9-b861-40e7-883d-683221c8fd37__wakuorg_nwaku:latest.log
|
|
2026-03-04 04:32:41.843 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-04_04-32-37__e94087f9-b861-40e7-883d-683221c8fd37__wakuorg_nwaku:latest.log
|
|
2026-03-04 04:32:41.847 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-04 04:32:41.847 DEBUG [tests.conftest] Running test: test_filter_auto_sharding_multiple_content_topics with id: 2026-03-04_04-32-41__f56d2468-2189-44d3-9d30-d48ab8092b78
|
|
2026-03-04 04:32:41.847 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-04 04:32:41.847 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-04 04:32:41.848 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-04 04:32:41.855 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-04 04:32:41.855 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-32-41__f56d2468-2189-44d3-9d30-d48ab8092b78__wakuorg_nwaku:latest.log
|
|
2026-03-04 04:32:41.855 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-04 04:32:41.855 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-04 04:32:41.857 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-04 04:32:41.857 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.67.246
|
|
2026-03-04 04:32:41.857 DEBUG [src.node.docker_mananger] Generated ports ['62933', '62934', '62935', '62936', '62937']
|
|
2026-03-04 04:32:41.857 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-04 04:32:41.857 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-04 04:32:41.857 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-04 04:32:41.858 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-04 04:32:41.858 DEBUG [src.node.docker_mananger] docker run -i -t -p 62933:62933 -p 62934:62934 -p 62935:62935 -p 62936:62936 -p 62937:62937 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=62935 --rest-port=62933 --tcp-port=62934 --discv5-udp-port=62936 --rest-address=0.0.0.0 --nat=extip:172.18.67.246 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=3ece1d8baacab53ce95305ceef14da2fc8efc8b07724a9daa7d69d5e31a652f2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62937 --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-04 04:32:42.049 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.67.246 waku 0ab64cf5a6a2cff00a3c18278dcda2240c3f321841b23f111e61a84b508a5e55
|
|
2026-03-04 04:32:42.084 ERROR [src.node.docker_mananger] Max retries reached for container 5b674082df03. Exiting log stream.
|
|
2026-03-04 04:32:42.090 DEBUG [src.node.docker_mananger] Container started with ID 0ab64cf5a6a2. Setting up logs at ./log/docker/node1_2026-03-04_04-32-41__f56d2468-2189-44d3-9d30-d48ab8092b78__wakuorg_nwaku:latest.log
|
|
2026-03-04 04:32:42.090 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62933
|
|
2026-03-04 04:32:42.090 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-04 04:32:42.644 ERROR [src.node.docker_mananger] Max retries reached for container fa1a7141c5d3. Exiting log stream.
|
|
2026-03-04 04:32:43.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62933/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:32:43.095 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-04 04:32:43.095 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-04 04:32:43.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62933/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:32:43.098 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.67.246/tcp/62934/p2p/16Uiu2HAmUKzZjghUqP1cQEoRxtUWJbhuS3bHQcSxDJNF8mPA6zHY","/ip4/172.18.67.246/tcp/62935/ws/p2p/16Uiu2HAmUKzZjghUqP1cQEoRxtUWJbhuS3bHQcSxDJNF8mPA6zHY"],"enrUri":"enr:-L24QMh_bARdahRLaZFS5rLGkF02T9aZbpdUP8Mi2Q2yvccRTZ7-mvrM1su1ZfJ1_3i-CSGNZMN8l46mU7pUlK2jTiwCgmlkgnY0gmlwhKwSQ_aKbXVsdGlhZGRyc5YACASsEkP2BvXWAAoErBJD9gb1190DgnJzhQACAQAAiXNlY3AyNTZrMaED6N0ytqpCew_RHuvQIBg1qxuAK320EfLMjM_THSEZpVuDdGNwgvXWg3VkcIL12IV3YWt1MgU"}'
|
|
2026-03-04 04:32:43.098 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-04 04:32:43.105 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-04 04:32:43.105 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-32-41__f56d2468-2189-44d3-9d30-d48ab8092b78__wakuorg_nwaku:latest.log
|
|
2026-03-04 04:32:43.105 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-04 04:32:43.105 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-04 04:32:43.106 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-04 04:32:43.106 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.235.135
|
|
2026-03-04 04:32:43.107 DEBUG [src.node.docker_mananger] Generated ports ['19443', '19444', '19445', '19446', '19447']
|
|
2026-03-04 04:32:43.107 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-04 04:32:43.107 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-04 04:32:43.107 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-04 04:32:43.107 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-04 04:32:43.107 DEBUG [src.node.docker_mananger] docker run -i -t -p 19443:19443 -p 19444:19444 -p 19445:19445 -p 19446:19446 -p 19447:19447 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=19445 --rest-port=19443 --tcp-port=19444 --discv5-udp-port=19446 --rest-address=0.0.0.0 --nat=extip:172.18.235.135 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=9ee121d4b9cadd92b1fd7a98bebb9cacbdfdfc32ccd861b43cfffa217b9d520f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19447 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QMh_bARdahRLaZFS5rLGkF02T9aZbpdUP8Mi2Q2yvccRTZ7-mvrM1su1ZfJ1_3i-CSGNZMN8l46mU7pUlK2jTiwCgmlkgnY0gmlwhKwSQ_aKbXVsdGlhZGRyc5YACASsEkP2BvXWAAoErBJD9gb1190DgnJzhQACAQAAiXNlY3AyNTZrMaED6N0ytqpCew_RHuvQIBg1qxuAK320EfLMjM_THSEZpVuDdGNwgvXWg3VkcIL12IV3YWt1MgU --filternode=/ip4/172.18.67.246/tcp/62934/p2p/16Uiu2HAmUKzZjghUqP1cQEoRxtUWJbhuS3bHQcSxDJNF8mPA6zHY --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-04 04:32:43.295 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.235.135 waku a9b0917162503b872e403acc8a41577ffe9aa83141fffaf231075efddd9f6844
|
|
2026-03-04 04:32:43.330 DEBUG [src.node.docker_mananger] Container started with ID a9b091716250. Setting up logs at ./log/docker/node2_2026-03-04_04-32-41__f56d2468-2189-44d3-9d30-d48ab8092b78__wakuorg_nwaku:latest.log
|
|
2026-03-04 04:32:43.331 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19443
|
|
2026-03-04 04:32:43.331 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-04 04:32:44.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19443/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:32:44.335 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-04 04:32:44.335 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-04 04:32:44.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19443/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:32:44.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.235.135/tcp/19444/p2p/16Uiu2HAmTVPtyoqgD7arJnfGLGTeS85HE6U12YD51MJ51EGxAk3v","/ip4/172.18.235.135/tcp/19445/ws/p2p/16Uiu2HAmTVPtyoqgD7arJnfGLGTeS85HE6U12YD51MJ51EGxAk3v"],"enrUri":"enr:-L24QDJcdPkdYtlc8rmZDz0RbzD-YnJNCY06W7vrh8F0TL-udTvld9LaSnNKaR94sFZmflVrPCcBsTUqTGwiCp_ymKkCgmlkgnY0gmlwhKwS64eKbXVsdGlhZGRyc5YACASsEuuHBkv0AAoErBLrhwZL9d0DgnJzhQACAQAAiXNlY3AyNTZrMaED3GoeqmwGjL1ORmLgPOk_IVdku9jW31a_pIZtl7Vvsy2DdGNwgkv0g3VkcIJL9oV3YWt1MgA"}'
|
|
2026-03-04 04:32:44.338 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-04 04:32:44.338 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19443/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.67.246/tcp/62934/p2p/16Uiu2HAmUKzZjghUqP1cQEoRxtUWJbhuS3bHQcSxDJNF8mPA6zHY"]'
|
|
2026-03-04 04:32:44.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:32:44.375 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62933/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-04 04:32:44.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:32:44.394 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19443/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "763d53a9-ef3d-4414-95a5-1cd28aeb51c7", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-03-04 04:32:44.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"763d53a9-ef3d-4414-95a5-1cd28aeb51c7","statusDesc":"OK"}'
|
|
2026-03-04 04:32:44.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19443/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b064df6b-8a56-4b30-848d-9a54d8b74f14", "contentFilters": ["/waku/2/content/test.js"], "pubsubTopic": "/waku/2/rs/2/1"}'
|
|
2026-03-04 04:32:44.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"b064df6b-8a56-4b30-848d-9a54d8b74f14","statusDesc":"OK"}'
|
|
2026-03-04 04:32:44.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19443/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "3b1279d2-a811-499d-b9ad-5b745e9f344c", "contentFilters": ["/app/22/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/2"}'
|
|
2026-03-04 04:32:44.429 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"3b1279d2-a811-499d-b9ad-5b745e9f344c","statusDesc":"OK"}'
|
|
2026-03-04 04:32:44.430 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19443/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "aefe75ab-8c92-4a20-a426-4b7b75703896", "contentFilters": ["/toychat/2/huilong/proto"], "pubsubTopic": "/waku/2/rs/2/3"}'
|
|
2026-03-04 04:32:44.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"aefe75ab-8c92-4a20-a426-4b7b75703896","statusDesc":"OK"}'
|
|
2026-03-04 04:32:44.440 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19443/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "defa1a8c-b9f0-4b7b-9c4e-338662c6a6f5", "contentFilters": ["/statusim/1/community/cbor"], "pubsubTopic": "/waku/2/rs/2/4"}'
|
|
2026-03-04 04:32:44.450 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"defa1a8c-b9f0-4b7b-9c4e-338662c6a6f5","statusDesc":"OK"}'
|
|
2026-03-04 04:32:44.451 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19443/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "74e81dd4-c24c-46ec-ac1e-b9fd4e3e5032", "contentFilters": ["/app/27/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/5"}'
|
|
2026-03-04 04:32:44.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"74e81dd4-c24c-46ec-ac1e-b9fd4e3e5032","statusDesc":"OK"}'
|
|
2026-03-04 04:32:44.462 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19443/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1ca1331a-9100-4e34-85dd-485628fde283", "contentFilters": ["/app/29/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/6"}'
|
|
2026-03-04 04:32:44.473 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1ca1331a-9100-4e34-85dd-485628fde283","statusDesc":"OK"}'
|
|
2026-03-04 04:32:44.473 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19443/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "90d630ec-e1ec-41d1-8249-750067173fde", "contentFilters": ["/app/20/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/7"}'
|
|
2026-03-04 04:32:44.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"90d630ec-e1ec-41d1-8249-750067173fde","statusDesc":"OK"}'
|
|
2026-03-04 04:32:44.484 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62933/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-04 04:32:44.495 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:62933/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-03-04 04:32:44.531 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-04 04:32:44.532 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-04 04:32:44.533 DEBUG [src.node.waku_node] Stopping container with id 0ab64cf5a6a2
|
|
2026-03-04 04:32:45.116 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-04 04:32:45.118 DEBUG [src.node.waku_node] Stopping container with id a9b091716250
|
|
2026-03-04 04:32:45.683 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-04 04:32:45.687 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-04 04:32:45.695 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-04 04:32:45.702 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-04 04:32:45.703 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-04 04:32:45.703 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-04 04:32:45.704 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-04_04-32-41__f56d2468-2189-44d3-9d30-d48ab8092b78__wakuorg_nwaku:latest.log
|
|
2026-03-04 04:32:45.704 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-04_04-32-41__f56d2468-2189-44d3-9d30-d48ab8092b78__wakuorg_nwaku:latest.log
|