mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
141 lines
26 KiB
Plaintext
141 lines
26 KiB
Plaintext
2026-03-05 15:06:10.356 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 15:06:10.357 DEBUG [tests.conftest] Running test: test_publish_on_not_subscribed_content_topic_works with id: 2026-03-05_15-06-10__01562ef7-5f0e-4268-8800-b3b4df00db88
|
|
2026-03-05 15:06:10.358 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 15:06:10.358 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-05 15:06:10.359 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-05 15:06:10.369 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:06:10.370 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-05_15-06-10__01562ef7-5f0e-4268-8800-b3b4df00db88__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:06:10.370 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:06:10.370 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:06:10.372 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:06:10.373 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.183.61
|
|
2026-03-05 15:06:10.373 DEBUG [src.node.docker_mananger] Generated ports ['38567', '38568', '38569', '38570', '38571']
|
|
2026-03-05 15:06:10.373 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:06:10.373 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:06:10.374 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:06:10.374 DEBUG [src.node.docker_mananger] docker run -i -t -p 38567:38567 -p 38568:38568 -p 38569:38569 -p 38570:38570 -p 38571:38571 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=38569 --rest-port=38567 --tcp-port=38568 --discv5-udp-port=38570 --rest-address=0.0.0.0 --nat=extip:172.18.183.61 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=254cc9e5aa6b7bd0c915a9fdd1d3ce7a96fceeceaae7a894feac78a7e94a9b1d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38571 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-05 15:06:10.560 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.183.61 waku f4d1d44e95cc79973dd951a2bddc8649ff19f27797480093c3bfcc1b673ff1e7
|
|
2026-03-05 15:06:10.592 ERROR [src.node.docker_mananger] Max retries reached for container b96d0877e50a. Exiting log stream.
|
|
2026-03-05 15:06:10.594 DEBUG [src.node.docker_mananger] Container started with ID f4d1d44e95cc. Setting up logs at ./log/docker/node1_2026-03-05_15-06-10__01562ef7-5f0e-4268-8800-b3b4df00db88__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:06:10.594 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 38567
|
|
2026-03-05 15:06:10.595 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:06:11.192 ERROR [src.node.docker_mananger] Max retries reached for container baa864e78b7d. Exiting log stream.
|
|
2026-03-05 15:06:11.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38567/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:06:11.598 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-05 15:06:11.598 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:06:11.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38567/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:06:11.601 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.183.61/tcp/38568/p2p/16Uiu2HAmU3pznPBQ9nFRL17wvRLixgnt8xrY23vDvUKrxpvJXB9t","/ip4/172.18.183.61/tcp/38569/ws/p2p/16Uiu2HAmU3pznPBQ9nFRL17wvRLixgnt8xrY23vDvUKrxpvJXB9t"],"enrUri":"enr:-L24QAcmlGVA0h_lGkkIEHM6IEQFeq9y1juZ5yE8HwKJgjsMEyqt7kSMcN_7Ia9gap8tnLXkLUKgEN4YADPJf6TZWSoCgmlkgnY0gmlwhKwStz2KbXVsdGlhZGRyc5YACASsErc9BpaoAAoErBK3PQaWqd0DgnJzhQACAQAAiXNlY3AyNTZrMaED5LkWHibNVFuD_6mxRYPpqIFLjGZxQgd0vqkGxoqS7ouDdGNwgpaog3VkcIKWqoV3YWt1MgU"}'
|
|
2026-03-05 15:06:11.601 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:06:11.608 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:06:11.608 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-05_15-06-10__01562ef7-5f0e-4268-8800-b3b4df00db88__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:06:11.608 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:06:11.608 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:06:11.609 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:06:11.610 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.209.78
|
|
2026-03-05 15:06:11.610 DEBUG [src.node.docker_mananger] Generated ports ['63286', '63287', '63288', '63289', '63290']
|
|
2026-03-05 15:06:11.610 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:06:11.610 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:06:11.610 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:06:11.610 DEBUG [src.node.docker_mananger] docker run -i -t -p 63286:63286 -p 63287:63287 -p 63288:63288 -p 63289:63289 -p 63290:63290 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63288 --rest-port=63286 --tcp-port=63287 --discv5-udp-port=63289 --rest-address=0.0.0.0 --nat=extip:172.18.209.78 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=0cc27d82d19d8bff554ecaa09579d73ad225ccf7ddd1d9d5db74cfa3b0fcb2fc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63290 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAcmlGVA0h_lGkkIEHM6IEQFeq9y1juZ5yE8HwKJgjsMEyqt7kSMcN_7Ia9gap8tnLXkLUKgEN4YADPJf6TZWSoCgmlkgnY0gmlwhKwStz2KbXVsdGlhZGRyc5YACASsErc9BpaoAAoErBK3PQaWqd0DgnJzhQACAQAAiXNlY3AyNTZrMaED5LkWHibNVFuD_6mxRYPpqIFLjGZxQgd0vqkGxoqS7ouDdGNwgpaog3VkcIKWqoV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-05 15:06:11.802 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.209.78 waku c3f5b2b47d836a386b4c92a1c130b380a78b32155f2d966ab81094f84d2256f4
|
|
2026-03-05 15:06:11.836 DEBUG [src.node.docker_mananger] Container started with ID c3f5b2b47d83. Setting up logs at ./log/docker/node2_2026-03-05_15-06-10__01562ef7-5f0e-4268-8800-b3b4df00db88__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:06:11.837 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 63286
|
|
2026-03-05 15:06:11.837 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:06:12.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63286/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:06:12.854 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_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-05 15:06:12.858 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:06:12.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63286/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:06:12.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.209.78/tcp/63287/p2p/16Uiu2HAmBEHnQVdH51zZyrsNyuJYNv3dtX9dvR9vvd6yaS6Zdiop","/ip4/172.18.209.78/tcp/63288/ws/p2p/16Uiu2HAmBEHnQVdH51zZyrsNyuJYNv3dtX9dvR9vvd6yaS6Zdiop"],"enrUri":"enr:-L24QF7nbKutix__k_uKXTiWQrU4jFMfOW9KbD3gXOdBuPRVEuB7cVZl88-ZLPkEM2r5I5LUzGUWj_4Yn4MegqnU5pkCgmlkgnY0gmlwhKwS0U6KbXVsdGlhZGRyc5YACASsEtFOBvc3AAoErBLRTgb3ON0DgnJzhQACAQAAiXNlY3AyNTZrMaEC6tCBIxfgwYigSVIdOm_cmffYAx4tvNeXTKv_3YDQed-DdGNwgvc3g3VkcIL3OYV3YWt1MgE"}'
|
|
2026-03-05 15:06:12.866 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:06:12.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63286/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.183.61/tcp/38568/p2p/16Uiu2HAmU3pznPBQ9nFRL17wvRLixgnt8xrY23vDvUKrxpvJXB9t"]'
|
|
2026-03-05 15:06:12.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:06:12.871 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38567/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-05 15:06:12.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:06:12.874 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63286/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-05 15:06:12.876 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:06:12.876 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38567/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:06:12.879 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:38567/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-03-05 15:06:12.947 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 15:06:12.948 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 15:06:12.948 DEBUG [src.node.waku_node] Stopping container with id f4d1d44e95cc
|
|
2026-03-05 15:06:13.529 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:06:13.530 DEBUG [src.node.waku_node] Stopping container with id c3f5b2b47d83
|
|
2026-03-05 15:06:14.079 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:06:14.081 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 15:06:14.085 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:06:14.090 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:06:14.091 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-05 15:06:14.091 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-05 15:06:14.091 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-05_15-06-10__01562ef7-5f0e-4268-8800-b3b4df00db88__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:06:14.092 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-05_15-06-10__01562ef7-5f0e-4268-8800-b3b4df00db88__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:06:14.095 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 15:06:14.095 DEBUG [tests.conftest] Running test: test_publish_on_not_subscribed_content_topic_works with id: 2026-03-05_15-06-14__e4b47af7-2f2b-4e42-904b-1d78178df7a3
|
|
2026-03-05 15:06:14.096 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 15:06:14.096 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-05 15:06:14.096 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-05 15:06:14.103 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:06:14.103 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-05_15-06-14__e4b47af7-2f2b-4e42-904b-1d78178df7a3__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:06:14.104 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:06:14.104 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:06:14.105 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:06:14.105 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.210.74
|
|
2026-03-05 15:06:14.105 DEBUG [src.node.docker_mananger] Generated ports ['47001', '47002', '47003', '47004', '47005']
|
|
2026-03-05 15:06:14.105 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:06:14.106 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:06:14.106 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:06:14.106 DEBUG [src.node.docker_mananger] docker run -i -t -p 47001:47001 -p 47002:47002 -p 47003:47003 -p 47004:47004 -p 47005:47005 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47003 --rest-port=47001 --tcp-port=47002 --discv5-udp-port=47004 --rest-address=0.0.0.0 --nat=extip:172.18.210.74 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=379aaddab56c5abbb91c1e4240acba6c9b49b8a497ffce5ddbfca4bfad7885bb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47005 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-05 15:06:14.301 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.210.74 waku 306d003010ce7e38e0ac6053a95931ad1c66cd1e43e1d93de3c58e9279da00f8
|
|
2026-03-05 15:06:14.336 DEBUG [src.node.docker_mananger] Container started with ID 306d003010ce. Setting up logs at ./log/docker/node1_2026-03-05_15-06-14__e4b47af7-2f2b-4e42-904b-1d78178df7a3__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:06:14.337 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 47001
|
|
2026-03-05 15:06:14.337 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:06:14.346 ERROR [src.node.docker_mananger] Max retries reached for container f4d1d44e95cc. Exiting log stream.
|
|
2026-03-05 15:06:14.897 ERROR [src.node.docker_mananger] Max retries reached for container c3f5b2b47d83. Exiting log stream.
|
|
2026-03-05 15:06:15.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47001/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:06:15.340 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-05 15:06:15.340 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:06:15.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47001/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:06:15.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.210.74/tcp/47002/p2p/16Uiu2HAm3CksT3zvsfs7YDguBnBoKfUTzzVQPsvMbP9vUZdUUVGC","/ip4/172.18.210.74/tcp/47003/ws/p2p/16Uiu2HAm3CksT3zvsfs7YDguBnBoKfUTzzVQPsvMbP9vUZdUUVGC"],"enrUri":"enr:-L24QPdHAsekCAa0H5hKJGb1pyJ4qWeUz9ydOIxhUM8hrdGkAnzp30zuwiDMHwQSPnfgmgXIhKY_aWRWX2TvnR461RECgmlkgnY0gmlwhKwS0kqKbXVsdGlhZGRyc5YACASsEtJKBreaAAoErBLSSga3m90DgnJzhQACAQAAiXNlY3AyNTZrMaECc455iNkUcv96H_lWLdmPwIsshCaFf6uW9DHIRNVi0UmDdGNwgreag3VkcIK3nIV3YWt1MgU"}'
|
|
2026-03-05 15:06:15.344 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:06:15.351 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:06:15.351 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-05_15-06-14__e4b47af7-2f2b-4e42-904b-1d78178df7a3__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:06:15.352 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:06:15.352 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:06:15.353 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:06:15.353 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.188.144
|
|
2026-03-05 15:06:15.353 DEBUG [src.node.docker_mananger] Generated ports ['28820', '28821', '28822', '28823', '28824']
|
|
2026-03-05 15:06:15.354 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:06:15.354 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:06:15.354 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:06:15.354 DEBUG [src.node.docker_mananger] docker run -i -t -p 28820:28820 -p 28821:28821 -p 28822:28822 -p 28823:28823 -p 28824:28824 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28822 --rest-port=28820 --tcp-port=28821 --discv5-udp-port=28823 --rest-address=0.0.0.0 --nat=extip:172.18.188.144 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d6fbdfc530ab74b8d43184e18169f7b47c074c3fecbddc4eea0a4bb0cd085efa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28824 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPdHAsekCAa0H5hKJGb1pyJ4qWeUz9ydOIxhUM8hrdGkAnzp30zuwiDMHwQSPnfgmgXIhKY_aWRWX2TvnR461RECgmlkgnY0gmlwhKwS0kqKbXVsdGlhZGRyc5YACASsEtJKBreaAAoErBLSSga3m90DgnJzhQACAQAAiXNlY3AyNTZrMaECc455iNkUcv96H_lWLdmPwIsshCaFf6uW9DHIRNVi0UmDdGNwgreag3VkcIK3nIV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-05 15:06:15.542 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.188.144 waku 97c951517c1663a027576cb3ebc12587d680e3ba6dc5ed4ae02cc8099175dd9c
|
|
2026-03-05 15:06:15.579 DEBUG [src.node.docker_mananger] Container started with ID 97c951517c16. Setting up logs at ./log/docker/node2_2026-03-05_15-06-14__e4b47af7-2f2b-4e42-904b-1d78178df7a3__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:06:15.579 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 28820
|
|
2026-03-05 15:06:15.579 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:06:16.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28820/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:06:16.603 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_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-05 15:06:16.604 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:06:16.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28820/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:06:16.612 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.188.144/tcp/28821/p2p/16Uiu2HAm8nwce3qajz8VxPEXwHmJo8dZbijL3Jjm9DtnKMKQPYWv","/ip4/172.18.188.144/tcp/28822/ws/p2p/16Uiu2HAm8nwce3qajz8VxPEXwHmJo8dZbijL3Jjm9DtnKMKQPYWv"],"enrUri":"enr:-L24QL3Op0i-3yjGI8L376ryw3MdUozuCmal4LnqzrhEQOUndYRhe3GTRERKbVGB3dcrcmXZtFEwn_Ooz0Ib7S2i4BUCgmlkgnY0gmlwhKwSvJCKbXVsdGlhZGRyc5YACASsEryQBnCVAAoErBK8kAZwlt0DgnJzhQACAQAAiXNlY3AyNTZrMaECxprOT0pbmij7ZsjytQr_i_JD0VdStkjNYNZ0Kt60NEODdGNwgnCVg3VkcIJwl4V3YWt1MgE"}'
|
|
2026-03-05 15:06:16.612 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:06:16.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28820/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.210.74/tcp/47002/p2p/16Uiu2HAm3CksT3zvsfs7YDguBnBoKfUTzzVQPsvMbP9vUZdUUVGC"]'
|
|
2026-03-05 15:06:16.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:06:16.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47001/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-05 15:06:16.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:06:16.619 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28820/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-05 15:06:16.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:06:16.622 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47001/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:06:16.624 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:47001/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-03-05 15:06:16.660 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 15:06:16.661 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 15:06:16.661 DEBUG [src.node.waku_node] Stopping container with id 306d003010ce
|
|
2026-03-05 15:06:17.236 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:06:17.237 DEBUG [src.node.waku_node] Stopping container with id 97c951517c16
|
|
2026-03-05 15:06:17.774 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:06:17.777 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 15:06:17.787 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:06:17.793 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:06:17.796 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-05 15:06:17.797 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-05 15:06:17.799 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-05_15-06-14__e4b47af7-2f2b-4e42-904b-1d78178df7a3__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:06:17.803 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-05_15-06-14__e4b47af7-2f2b-4e42-904b-1d78178df7a3__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|