mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 09:03:25 +00:00
141 lines
25 KiB
Plaintext
141 lines
25 KiB
Plaintext
2026-02-28 20:23:30.026 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-28 20:23:30.026 DEBUG [tests.conftest] Running test: test_publish_on_not_subscribed_content_topic_works with id: 2026-02-28_20-23-30__a2a4a30a-13b5-4bd0-a9c0-43689dc1ecbc
|
|
2026-02-28 20:23:30.027 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-28 20:23:30.027 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-28 20:23:30.027 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-28 20:23:30.034 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 20:23:30.034 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-28_20-23-30__a2a4a30a-13b5-4bd0-a9c0-43689dc1ecbc__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:23:30.034 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 20:23:30.035 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 20:23:30.036 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 20:23:30.036 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.228.51
|
|
2026-02-28 20:23:30.036 DEBUG [src.node.docker_mananger] Generated ports ['40242', '40243', '40244', '40245', '40246']
|
|
2026-02-28 20:23:30.037 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 20:23:30.037 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 20:23:30.037 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 20:23:30.037 DEBUG [src.node.docker_mananger] docker run -i -t -p 40242:40242 -p 40243:40243 -p 40244:40244 -p 40245:40245 -p 40246:40246 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=40244 --rest-port=40242 --tcp-port=40243 --discv5-udp-port=40245 --rest-address=0.0.0.0 --nat=extip:172.18.228.51 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ad6f7ca6ecbaa9dfc54b6942f3f3cdfc6ea9581d9522b9ae0457bc406b3dcb88 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40246 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-02-28 20:23:30.229 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.228.51 waku 7e4bc57bff5eefb640a6e656f1875ed2fac057f7d5d7d1785330fe29a481cb2b
|
|
2026-02-28 20:23:30.262 DEBUG [src.node.docker_mananger] Container started with ID 7e4bc57bff5e. Setting up logs at ./log/docker/node1_2026-02-28_20-23-30__a2a4a30a-13b5-4bd0-a9c0-43689dc1ecbc__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:23:30.262 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40242
|
|
2026-02-28 20:23:30.262 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 20:23:30.287 ERROR [src.node.docker_mananger] Max retries reached for container 169fe4e0bc4d. Exiting log stream.
|
|
2026-02-28 20:23:30.821 ERROR [src.node.docker_mananger] Max retries reached for container 55d58c29fbc0. Exiting log stream.
|
|
2026-02-28 20:23:31.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40242/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:31.266 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-02-28 20:23:31.266 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 20:23:31.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40242/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:31.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.228.51/tcp/40243/p2p/16Uiu2HAmSjPEAcFqf4RB48m78TiKQq1v9fQ1QsQEXjSAcpD92bDC","/ip4/172.18.228.51/tcp/40244/ws/p2p/16Uiu2HAmSjPEAcFqf4RB48m78TiKQq1v9fQ1QsQEXjSAcpD92bDC"],"enrUri":"enr:-L24QCvTyL3ZV5OorS7bbnvWxf4eo00Jnpb9IcCCmE9LENV-a_t_BLFtrNDQoudfTjfuJH6EAZ7omFj0kfGpUoXeI2kCgmlkgnY0gmlwhKwS5DOKbXVsdGlhZGRyc5YACASsEuQzBp0zAAoErBLkMwadNN0DgnJzhQACAQAAiXNlY3AyNTZrMaED0SPOuYHDvFKJjkkQByBqwDAQ_D4UnyRHzo4ltxvZV_ODdGNwgp0zg3VkcIKdNYV3YWt1MgU"}'
|
|
2026-02-28 20:23:31.268 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 20:23:31.276 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 20:23:31.276 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-28_20-23-30__a2a4a30a-13b5-4bd0-a9c0-43689dc1ecbc__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:23:31.276 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 20:23:31.276 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 20:23:31.277 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 20:23:31.277 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.189.239
|
|
2026-02-28 20:23:31.278 DEBUG [src.node.docker_mananger] Generated ports ['39146', '39147', '39148', '39149', '39150']
|
|
2026-02-28 20:23:31.278 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 20:23:31.278 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 20:23:31.278 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 20:23:31.278 DEBUG [src.node.docker_mananger] docker run -i -t -p 39146:39146 -p 39147:39147 -p 39148:39148 -p 39149:39149 -p 39150:39150 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=39148 --rest-port=39146 --tcp-port=39147 --discv5-udp-port=39149 --rest-address=0.0.0.0 --nat=extip:172.18.189.239 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a4b48e6189df4ec1f4dcedd7a236bfaddc67f7868cf1ef37714e53e7d8c8f43c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39150 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCvTyL3ZV5OorS7bbnvWxf4eo00Jnpb9IcCCmE9LENV-a_t_BLFtrNDQoudfTjfuJH6EAZ7omFj0kfGpUoXeI2kCgmlkgnY0gmlwhKwS5DOKbXVsdGlhZGRyc5YACASsEuQzBp0zAAoErBLkMwadNN0DgnJzhQACAQAAiXNlY3AyNTZrMaED0SPOuYHDvFKJjkkQByBqwDAQ_D4UnyRHzo4ltxvZV_ODdGNwgp0zg3VkcIKdNYV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-02-28 20:23:31.486 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.189.239 waku 6bbbdf25f6fdb1ab9b0fd5b50c78f62535464319f7d37275eee390eca5ceb984
|
|
2026-02-28 20:23:31.523 DEBUG [src.node.docker_mananger] Container started with ID 6bbbdf25f6fd. Setting up logs at ./log/docker/node2_2026-02-28_20-23-30__a2a4a30a-13b5-4bd0-a9c0-43689dc1ecbc__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:23:31.523 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39146
|
|
2026-02-28 20:23:31.524 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 20:23:32.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39146/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:32.535 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-02-28 20:23:32.535 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 20:23:32.536 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39146/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:32.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.189.239/tcp/39147/p2p/16Uiu2HAmLvTBh9YwXNbMGnuWJqV97P93863NB8G7UBZ4fCEmbQww","/ip4/172.18.189.239/tcp/39148/ws/p2p/16Uiu2HAmLvTBh9YwXNbMGnuWJqV97P93863NB8G7UBZ4fCEmbQww"],"enrUri":"enr:-L24QCcUYxITS22cSbDyfPMrzHwHaG8T__a38YFtJs8OdpvNbOsHuCkYEn0oLfjsgU_fDzWwSHjc3WA6XZkWhDfmjsACgmlkgnY0gmlwhKwSve-KbXVsdGlhZGRyc5YACASsEr3vBpjrAAoErBK97waY7N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDetOMqQy4Z_BLqClnIHyWcq44TRv00Ab2AXBDaBg0Ip6DdGNwgpjrg3VkcIKY7YV3YWt1MgE"}'
|
|
2026-02-28 20:23:32.539 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 20:23:32.540 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39146/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.228.51/tcp/40243/p2p/16Uiu2HAmSjPEAcFqf4RB48m78TiKQq1v9fQ1QsQEXjSAcpD92bDC"]'
|
|
2026-02-28 20:23:32.550 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:32.551 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40242/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-02-28 20:23:32.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:32.555 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39146/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-02-28 20:23:32.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:32.557 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40242/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 20:23:32.560 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:40242/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-02-28 20:23:32.650 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-28 20:23:32.651 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-28 20:23:32.651 DEBUG [src.node.waku_node] Stopping container with id 7e4bc57bff5e
|
|
2026-02-28 20:23:33.209 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 20:23:33.209 DEBUG [src.node.waku_node] Stopping container with id 6bbbdf25f6fd
|
|
2026-02-28 20:23:33.771 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 20:23:33.774 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-28 20:23:33.779 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-28 20:23:33.783 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-28 20:23:33.783 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-02-28 20:23:33.783 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-02-28 20:23:33.784 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-02-28_20-23-30__a2a4a30a-13b5-4bd0-a9c0-43689dc1ecbc__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:23:33.784 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-02-28_20-23-30__a2a4a30a-13b5-4bd0-a9c0-43689dc1ecbc__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:23:33.788 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-28 20:23:33.788 DEBUG [tests.conftest] Running test: test_publish_on_not_subscribed_content_topic_works with id: 2026-02-28_20-23-33__31d93792-71cf-4a4b-b782-7b18c475d522
|
|
2026-02-28 20:23:33.788 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-28 20:23:33.788 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-28 20:23:33.789 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-28 20:23:33.796 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 20:23:33.796 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-28_20-23-33__31d93792-71cf-4a4b-b782-7b18c475d522__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:23:33.796 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 20:23:33.796 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 20:23:33.798 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 20:23:33.798 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.148.96
|
|
2026-02-28 20:23:33.798 DEBUG [src.node.docker_mananger] Generated ports ['37872', '37873', '37874', '37875', '37876']
|
|
2026-02-28 20:23:33.798 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 20:23:33.798 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 20:23:33.799 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 20:23:33.799 DEBUG [src.node.docker_mananger] docker run -i -t -p 37872:37872 -p 37873:37873 -p 37874:37874 -p 37875:37875 -p 37876:37876 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=37874 --rest-port=37872 --tcp-port=37873 --discv5-udp-port=37875 --rest-address=0.0.0.0 --nat=extip:172.18.148.96 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a1ca6d0bcfdbf2ef14c51f4a12a22fcdcedbfdb06311ca3bab27aebc97c37d0e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37876 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-02-28 20:23:34.004 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.148.96 waku af4bba2658f8c360126a7bb07baacb67d14f492301c89da48cde24c2fbec743e
|
|
2026-02-28 20:23:34.019 ERROR [src.node.docker_mananger] Max retries reached for container 7e4bc57bff5e. Exiting log stream.
|
|
2026-02-28 20:23:34.041 DEBUG [src.node.docker_mananger] Container started with ID af4bba2658f8. Setting up logs at ./log/docker/node1_2026-02-28_20-23-33__31d93792-71cf-4a4b-b782-7b18c475d522__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:23:34.042 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37872
|
|
2026-02-28 20:23:34.042 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 20:23:34.585 ERROR [src.node.docker_mananger] Max retries reached for container 6bbbdf25f6fd. Exiting log stream.
|
|
2026-02-28 20:23:35.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37872/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:35.045 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-02-28 20:23:35.045 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 20:23:35.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37872/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:35.048 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.148.96/tcp/37873/p2p/16Uiu2HAm9jrJGsSaJrMLw9yM8nnUqfK16HtWAupYqNtLJQkMiPWU","/ip4/172.18.148.96/tcp/37874/ws/p2p/16Uiu2HAm9jrJGsSaJrMLw9yM8nnUqfK16HtWAupYqNtLJQkMiPWU"],"enrUri":"enr:-L24QDzHLJffVzPZdk2CWOScAk1bf5FRUYKLgQ6i0Po5sEwDc8-_JJQ81K1yvMK_6WzL8rcLbefip-40ePldYoksMA8CgmlkgnY0gmlwhKwSlGCKbXVsdGlhZGRyc5YACASsEpRgBpPxAAoErBKUYAaT8t0DgnJzhQACAQAAiXNlY3AyNTZrMaEC1Ku9JWLlE0C8GSYiQ4PlxU9K4h0I28jH8ADNn9ovho2DdGNwgpPxg3VkcIKT84V3YWt1MgU"}'
|
|
2026-02-28 20:23:35.048 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 20:23:35.055 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 20:23:35.055 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-28_20-23-33__31d93792-71cf-4a4b-b782-7b18c475d522__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:23:35.056 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 20:23:35.056 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 20:23:35.057 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 20:23:35.058 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.31.127
|
|
2026-02-28 20:23:35.058 DEBUG [src.node.docker_mananger] Generated ports ['10621', '10622', '10623', '10624', '10625']
|
|
2026-02-28 20:23:35.058 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 20:23:35.058 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 20:23:35.058 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 20:23:35.058 DEBUG [src.node.docker_mananger] docker run -i -t -p 10621:10621 -p 10622:10622 -p 10623:10623 -p 10624:10624 -p 10625:10625 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=10623 --rest-port=10621 --tcp-port=10622 --discv5-udp-port=10624 --rest-address=0.0.0.0 --nat=extip:172.18.31.127 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c9c7b6617da06bfb25f1bbab3bdcb4a4b1a21718bce48a2e598695b39edebacd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10625 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDzHLJffVzPZdk2CWOScAk1bf5FRUYKLgQ6i0Po5sEwDc8-_JJQ81K1yvMK_6WzL8rcLbefip-40ePldYoksMA8CgmlkgnY0gmlwhKwSlGCKbXVsdGlhZGRyc5YACASsEpRgBpPxAAoErBKUYAaT8t0DgnJzhQACAQAAiXNlY3AyNTZrMaEC1Ku9JWLlE0C8GSYiQ4PlxU9K4h0I28jH8ADNn9ovho2DdGNwgpPxg3VkcIKT84V3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-02-28 20:23:35.255 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.31.127 waku 85a27b8a0cf937a02af984c9c95522d9c4608ce33f9e28f33126d7dda7bf2188
|
|
2026-02-28 20:23:35.290 DEBUG [src.node.docker_mananger] Container started with ID 85a27b8a0cf9. Setting up logs at ./log/docker/node2_2026-02-28_20-23-33__31d93792-71cf-4a4b-b782-7b18c475d522__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:23:35.290 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10621
|
|
2026-02-28 20:23:35.291 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 20:23:36.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10621/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:36.312 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-02-28 20:23:36.315 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 20:23:36.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10621/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:36.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.31.127/tcp/10622/p2p/16Uiu2HAkyqdknT5ZeAXqaEDaUT1qTShA3jU34qWf7mz3Tz1e4FMx","/ip4/172.18.31.127/tcp/10623/ws/p2p/16Uiu2HAkyqdknT5ZeAXqaEDaUT1qTShA3jU34qWf7mz3Tz1e4FMx"],"enrUri":"enr:-L24QBRb05hCWxPX7VBWiESC_8zXwI7mnpy8nVzO8uQKjrO8csk--lC5RHaEK5jyZDN1oYTFVfrx4Ru9JoEDmrana2ACgmlkgnY0gmlwhKwSH3-KbXVsdGlhZGRyc5YACASsEh9_Bil-AAoErBIffwYpf90DgnJzhQACAQAAiXNlY3AyNTZrMaECQZIsDxfEJoIcCERJKvl2riwZZ891_bsytOwcYT4FD7-DdGNwgil-g3VkcIIpgIV3YWt1MgE"}'
|
|
2026-02-28 20:23:36.321 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 20:23:36.322 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10621/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.148.96/tcp/37873/p2p/16Uiu2HAm9jrJGsSaJrMLw9yM8nnUqfK16HtWAupYqNtLJQkMiPWU"]'
|
|
2026-02-28 20:23:36.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:36.329 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37872/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-02-28 20:23:36.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:36.332 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10621/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-02-28 20:23:36.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:36.335 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37872/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 20:23:36.337 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:37872/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-02-28 20:23:36.371 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-28 20:23:36.372 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-28 20:23:36.372 DEBUG [src.node.waku_node] Stopping container with id af4bba2658f8
|
|
2026-02-28 20:23:36.943 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 20:23:36.943 DEBUG [src.node.waku_node] Stopping container with id 85a27b8a0cf9
|
|
2026-02-28 20:23:37.512 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 20:23:37.513 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-28 20:23:37.523 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-28 20:23:37.528 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-28 20:23:37.528 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-02-28 20:23:37.529 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-02-28 20:23:37.529 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-02-28_20-23-33__31d93792-71cf-4a4b-b782-7b18c475d522__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:23:37.530 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-02-28_20-23-33__31d93792-71cf-4a4b-b782-7b18c475d522__wakuorg_nwaku:latest.log
|