mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-23 12:13:14 +00:00
211 lines
38 KiB
Plaintext
211 lines
38 KiB
Plaintext
2026-03-03 04:35:08.468 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-03 04:35:08.469 DEBUG [tests.conftest] Running test: test_publish_on_not_subscribed_content_topic_works with id: 2026-03-03_04-35-08__bd6a24c1-596b-4d26-bf38-dbcd1fb0a0f6
|
|
2026-03-03 04:35:08.469 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-03 04:35:08.469 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-03 04:35:08.469 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-03 04:35:08.476 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:35:08.477 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-35-08__bd6a24c1-596b-4d26-bf38-dbcd1fb0a0f6__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:08.477 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:35:08.477 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:35:08.478 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:35:08.479 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.98.201
|
|
2026-03-03 04:35:08.479 DEBUG [src.node.docker_mananger] Generated ports ['20448', '20449', '20450', '20451', '20452']
|
|
2026-03-03 04:35:08.479 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:35:08.479 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:35:08.479 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:35:08.479 DEBUG [src.node.docker_mananger] docker run -i -t -p 20448:20448 -p 20449:20449 -p 20450:20450 -p 20451:20451 -p 20452:20452 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=20450 --rest-port=20448 --tcp-port=20449 --discv5-udp-port=20451 --rest-address=0.0.0.0 --nat=extip:172.18.98.201 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bb595f65ee8bad1ace23b9ccf5c8af9ab7ddbcaef72db7fbfeceefcf24716681 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20452 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-03 04:35:08.686 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.98.201 waku 021a9c2bfefb717a633dad9d54d6506f75f89998142f2b6ad47d7048bd6096e4
|
|
2026-03-03 04:35:08.719 DEBUG [src.node.docker_mananger] Container started with ID 021a9c2bfefb. Setting up logs at ./log/docker/node1_2026-03-03_04-35-08__bd6a24c1-596b-4d26-bf38-dbcd1fb0a0f6__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:08.721 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20448
|
|
2026-03-03 04:35:08.721 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:35:08.726 ERROR [src.node.docker_mananger] Max retries reached for container 76f50ce91dfe. Exiting log stream.
|
|
2026-03-03 04:35:09.258 ERROR [src.node.docker_mananger] Max retries reached for container 43958fd18b8f. Exiting log stream.
|
|
2026-03-03 04:35:09.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20448/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:09.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-03 04:35:09.727 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:35:09.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20448/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:09.730 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.98.201/tcp/20449/p2p/16Uiu2HAmTeB4gq3L38hswgpBif7HtsPhGDtZjVoL7TPJGrfqdXiW","/ip4/172.18.98.201/tcp/20450/ws/p2p/16Uiu2HAmTeB4gq3L38hswgpBif7HtsPhGDtZjVoL7TPJGrfqdXiW"],"enrUri":"enr:-L24QF0Q70Ny_f9i8mCpQ2x66uHAOxHRAt5GMuIj2fj8YwWBfCoKNYFItDkMHCoJ5XqD0kH55gmYe8xiBHpbqbWC32oCgmlkgnY0gmlwhKwSYsmKbXVsdGlhZGRyc5YACASsEmLJBk_hAAoErBJiyQZP4t0DgnJzhQACAQAAiXNlY3AyNTZrMaED3qnWUGsN3cnzv_1WcqEs9u6BnVVnrM4XtzLA6WraLr-DdGNwgk_hg3VkcIJP44V3YWt1MgU"}'
|
|
2026-03-03 04:35:09.730 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:35:09.737 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:35:09.737 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-03_04-35-08__bd6a24c1-596b-4d26-bf38-dbcd1fb0a0f6__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:09.738 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:35:09.738 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:35:09.739 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:35:09.739 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.1.100
|
|
2026-03-03 04:35:09.739 DEBUG [src.node.docker_mananger] Generated ports ['25799', '25800', '25801', '25802', '25803']
|
|
2026-03-03 04:35:09.740 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:35:09.740 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:35:09.740 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:35:09.740 DEBUG [src.node.docker_mananger] docker run -i -t -p 25799:25799 -p 25800:25800 -p 25801:25801 -p 25802:25802 -p 25803:25803 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=25801 --rest-port=25799 --tcp-port=25800 --discv5-udp-port=25802 --rest-address=0.0.0.0 --nat=extip:172.18.1.100 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dc3e9c35b7d60e31fdc9caade9365a7eba0d6cdc48e7fbb8c96cabc9ea8331ab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25803 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QF0Q70Ny_f9i8mCpQ2x66uHAOxHRAt5GMuIj2fj8YwWBfCoKNYFItDkMHCoJ5XqD0kH55gmYe8xiBHpbqbWC32oCgmlkgnY0gmlwhKwSYsmKbXVsdGlhZGRyc5YACASsEmLJBk_hAAoErBJiyQZP4t0DgnJzhQACAQAAiXNlY3AyNTZrMaED3qnWUGsN3cnzv_1WcqEs9u6BnVVnrM4XtzLA6WraLr-DdGNwgk_hg3VkcIJP44V3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-03 04:35:09.937 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.1.100 waku 24dd9a2e8116b9014069a4b591d0ffe0470ca80499435715b1a5fb06c0d797af
|
|
2026-03-03 04:35:09.971 DEBUG [src.node.docker_mananger] Container started with ID 24dd9a2e8116. Setting up logs at ./log/docker/node2_2026-03-03_04-35-08__bd6a24c1-596b-4d26-bf38-dbcd1fb0a0f6__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:09.971 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25799
|
|
2026-03-03 04:35:09.971 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:35:10.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25799/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:10.996 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-03 04:35:10.997 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:35:11.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25799/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:11.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.1.100/tcp/25800/p2p/16Uiu2HAmTtZZCwUUbw4y7Exe6LnTvkMoZnPXbksLRqJBXQqg8zqK","/ip4/172.18.1.100/tcp/25801/ws/p2p/16Uiu2HAmTtZZCwUUbw4y7Exe6LnTvkMoZnPXbksLRqJBXQqg8zqK"],"enrUri":"enr:-L24QEDcOe2wIz8cYuIOAn0NTGCKeNuzJgaP6conLAKcp0MNZVnidTd_a8yG6FUv0u49Rqb-YJWUStxKxY9j2w8XTY0CgmlkgnY0gmlwhKwSAWSKbXVsdGlhZGRyc5YACASsEgFkBmTIAAoErBIBZAZkyd0DgnJzhQACAQAAiXNlY3AyNTZrMaED4llmYwm1fjDSwLsxN7npT3b3Fmo81YS3U8nu4NHxuT6DdGNwgmTIg3VkcIJkyoV3YWt1MgE"}'
|
|
2026-03-03 04:35:11.008 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:35:11.009 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25799/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.98.201/tcp/20449/p2p/16Uiu2HAmTeB4gq3L38hswgpBif7HtsPhGDtZjVoL7TPJGrfqdXiW"]'
|
|
2026-03-03 04:35:11.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:11.013 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20448/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-03 04:35:11.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:11.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25799/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-03 04:35:11.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:11.019 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20448/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:35:11.022 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:20448/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-03-03 04:35:11.056 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-03 04:35:11.057 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-03 04:35:11.057 DEBUG [src.node.waku_node] Stopping container with id 021a9c2bfefb
|
|
2026-03-03 04:35:11.649 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:35:11.650 DEBUG [src.node.waku_node] Stopping container with id 24dd9a2e8116
|
|
2026-03-03 04:35:12.212 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:35:12.215 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-03 04:35:12.220 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:35:12.224 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:35:12.224 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-03 04:35:12.225 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-03 04:35:12.225 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-03_04-35-08__bd6a24c1-596b-4d26-bf38-dbcd1fb0a0f6__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:12.226 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-03_04-35-08__bd6a24c1-596b-4d26-bf38-dbcd1fb0a0f6__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:12.229 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-03 04:35:12.229 DEBUG [tests.conftest] Running test: test_publish_on_not_subscribed_content_topic_works with id: 2026-03-03_04-35-12__2d128cbd-9243-4768-ad2f-6ec8c70b5ed3
|
|
2026-03-03 04:35:12.230 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-03 04:35:12.230 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-03 04:35:12.230 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-03 04:35:12.237 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:35:12.238 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-35-12__2d128cbd-9243-4768-ad2f-6ec8c70b5ed3__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:12.238 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:35:12.238 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:35:12.240 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:35:12.240 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.77.190
|
|
2026-03-03 04:35:12.240 DEBUG [src.node.docker_mananger] Generated ports ['52645', '52646', '52647', '52648', '52649']
|
|
2026-03-03 04:35:12.240 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:35:12.240 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:35:12.240 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:35:12.241 DEBUG [src.node.docker_mananger] docker run -i -t -p 52645:52645 -p 52646:52646 -p 52647:52647 -p 52648:52648 -p 52649:52649 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=52647 --rest-port=52645 --tcp-port=52646 --discv5-udp-port=52648 --rest-address=0.0.0.0 --nat=extip:172.18.77.190 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=70a9f9f8b9c42a982bab1fdac5e6d7aad3aa21fffab7058c6adb7c7ef0cc9cb6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52649 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-03 04:35:12.431 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.77.190 waku 486c2472b98c57c79953827e55569612ceb291008417f3eb6dce13a33f8af6e3
|
|
2026-03-03 04:35:12.462 ERROR [src.node.docker_mananger] Max retries reached for container 021a9c2bfefb. Exiting log stream.
|
|
2026-03-03 04:35:12.467 DEBUG [src.node.docker_mananger] Container started with ID 486c2472b98c. Setting up logs at ./log/docker/node1_2026-03-03_04-35-12__2d128cbd-9243-4768-ad2f-6ec8c70b5ed3__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:12.468 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52645
|
|
2026-03-03 04:35:12.468 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:35:13.026 ERROR [src.node.docker_mananger] Max retries reached for container 24dd9a2e8116. Exiting log stream.
|
|
2026-03-03 04:35:13.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52645/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:13.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-03 04:35:13.472 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:35:13.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52645/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:13.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.77.190/tcp/52646/p2p/16Uiu2HAkwSJ9QfuxKrwYC98fgayWjfkkNUJpPaunWgxn1faLeJQm","/ip4/172.18.77.190/tcp/52647/ws/p2p/16Uiu2HAkwSJ9QfuxKrwYC98fgayWjfkkNUJpPaunWgxn1faLeJQm"],"enrUri":"enr:-L24QCio8FZu5kju8yoyLgsj-9Shw6muGqB3VjlFoflWGKR6fFU-QIWqT7iY7c65QkOVygqWfHUJSRHMJ1TYXoh1Ws0CgmlkgnY0gmlwhKwSTb6KbXVsdGlhZGRyc5YACASsEk2-Bs2mAAoErBJNvgbNp90DgnJzhQACAQAAiXNlY3AyNTZrMaECHeBEQiA3jmlnyA_X_PQzBW9m0yjLRZ0tZUHkWiyCEt6DdGNwgs2mg3VkcILNqIV3YWt1MgU"}'
|
|
2026-03-03 04:35:13.475 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:35:13.482 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:35:13.482 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-03_04-35-12__2d128cbd-9243-4768-ad2f-6ec8c70b5ed3__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:13.482 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:35:13.482 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:35:13.484 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:35:13.484 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.142.137
|
|
2026-03-03 04:35:13.484 DEBUG [src.node.docker_mananger] Generated ports ['53654', '53655', '53656', '53657', '53658']
|
|
2026-03-03 04:35:13.484 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:35:13.485 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:35:13.485 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:35:13.485 DEBUG [src.node.docker_mananger] docker run -i -t -p 53654:53654 -p 53655:53655 -p 53656:53656 -p 53657:53657 -p 53658:53658 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=53656 --rest-port=53654 --tcp-port=53655 --discv5-udp-port=53657 --rest-address=0.0.0.0 --nat=extip:172.18.142.137 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c50704ddd27b57c8dde9cbd480c2ce338ffeb03bb171b318daa037e9e01ff91c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53658 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCio8FZu5kju8yoyLgsj-9Shw6muGqB3VjlFoflWGKR6fFU-QIWqT7iY7c65QkOVygqWfHUJSRHMJ1TYXoh1Ws0CgmlkgnY0gmlwhKwSTb6KbXVsdGlhZGRyc5YACASsEk2-Bs2mAAoErBJNvgbNp90DgnJzhQACAQAAiXNlY3AyNTZrMaECHeBEQiA3jmlnyA_X_PQzBW9m0yjLRZ0tZUHkWiyCEt6DdGNwgs2mg3VkcILNqIV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-03 04:35:13.685 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.142.137 waku 149577551d33b505108e2550b4ebeced6f1a5c80a288e1fcab63fad38c1a4a82
|
|
2026-03-03 04:35:13.722 DEBUG [src.node.docker_mananger] Container started with ID 149577551d33. Setting up logs at ./log/docker/node2_2026-03-03_04-35-12__2d128cbd-9243-4768-ad2f-6ec8c70b5ed3__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:13.722 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53654
|
|
2026-03-03 04:35:13.722 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:35:14.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53654/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:14.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_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-03 04:35:14.742 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:35:14.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53654/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:14.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.142.137/tcp/53655/p2p/16Uiu2HAmLPjozjRaqsSKMUoFPZkhfXvZS2qUD7hDUKj7TgsgjK4i","/ip4/172.18.142.137/tcp/53656/ws/p2p/16Uiu2HAmLPjozjRaqsSKMUoFPZkhfXvZS2qUD7hDUKj7TgsgjK4i"],"enrUri":"enr:-L24QCs3H4YnTmb_OMDm-8And52uQ1wuq9Jqg26dd2McyeZwd2btk_5K1WheVGgITm4VdLT4I7KPoRKdIRZ-c-DZEyACgmlkgnY0gmlwhKwSjomKbXVsdGlhZGRyc5YACASsEo6JBtGXAAoErBKOiQbRmN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDcvVX5kHLmkXbIxCyFqr5cRTiUTiFTkYwIWQlzceUvV-DdGNwgtGXg3VkcILRmYV3YWt1MgE"}'
|
|
2026-03-03 04:35:14.750 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:35:14.751 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53654/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.77.190/tcp/52646/p2p/16Uiu2HAkwSJ9QfuxKrwYC98fgayWjfkkNUJpPaunWgxn1faLeJQm"]'
|
|
2026-03-03 04:35:14.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:14.755 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52645/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-03 04:35:14.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:14.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53654/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-03 04:35:14.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:14.761 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52645/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:35:14.763 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:52645/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-03-03 04:35:14.798 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-03 04:35:14.799 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-03 04:35:14.799 DEBUG [src.node.waku_node] Stopping container with id 486c2472b98c
|
|
2026-03-03 04:35:15.361 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:35:15.362 DEBUG [src.node.waku_node] Stopping container with id 149577551d33
|
|
2026-03-03 04:35:15.924 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:35:15.928 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-03 04:35:15.933 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:35:15.938 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:35:15.940 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-03 04:35:15.940 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-03 04:35:15.942 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-03_04-35-12__2d128cbd-9243-4768-ad2f-6ec8c70b5ed3__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:15.943 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-03_04-35-12__2d128cbd-9243-4768-ad2f-6ec8c70b5ed3__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:15.956 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-03 04:35:15.958 DEBUG [tests.conftest] Running test: test_publish_on_not_subscribed_content_topic_works with id: 2026-03-03_04-35-15__26da83fe-6f6c-42bc-9c6a-52a7483e62bb
|
|
2026-03-03 04:35:15.958 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-03 04:35:15.958 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-03 04:35:15.959 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-03 04:35:15.968 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:35:15.969 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-35-15__26da83fe-6f6c-42bc-9c6a-52a7483e62bb__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:15.969 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:35:15.969 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:35:15.970 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:35:15.970 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.43.34
|
|
2026-03-03 04:35:15.970 DEBUG [src.node.docker_mananger] Generated ports ['49278', '49279', '49280', '49281', '49282']
|
|
2026-03-03 04:35:15.970 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:35:15.971 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:35:15.971 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:35:15.971 DEBUG [src.node.docker_mananger] docker run -i -t -p 49278:49278 -p 49279:49279 -p 49280:49280 -p 49281:49281 -p 49282:49282 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=49280 --rest-port=49278 --tcp-port=49279 --discv5-udp-port=49281 --rest-address=0.0.0.0 --nat=extip:172.18.43.34 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ba758f81fa4dc247e4544166a63e8cff1bcac3b8a7dfcd6c7a97abb6b0e2362a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49282 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-03 04:35:16.166 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.43.34 waku c97d14fee6b20d6dd5c8ed9baa2ab8e0135507a914aed39af9c195c4bc72a7aa
|
|
2026-03-03 04:35:16.179 ERROR [src.node.docker_mananger] Max retries reached for container 486c2472b98c. Exiting log stream.
|
|
2026-03-03 04:35:16.200 DEBUG [src.node.docker_mananger] Container started with ID c97d14fee6b2. Setting up logs at ./log/docker/node1_2026-03-03_04-35-15__26da83fe-6f6c-42bc-9c6a-52a7483e62bb__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:16.200 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49278
|
|
2026-03-03 04:35:16.200 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:35:16.774 ERROR [src.node.docker_mananger] Max retries reached for container 149577551d33. Exiting log stream.
|
|
2026-03-03 04:35:17.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49278/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:17.203 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-03 04:35:17.204 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:35:17.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49278/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:17.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.43.34/tcp/49279/p2p/16Uiu2HAmVEedXkGRTuvYCZnziwkZ8QUx3BHRoSdKvyEnDxBUUiaZ","/ip4/172.18.43.34/tcp/49280/ws/p2p/16Uiu2HAmVEedXkGRTuvYCZnziwkZ8QUx3BHRoSdKvyEnDxBUUiaZ"],"enrUri":"enr:-L24QE2iOxK0RiEWKKL4sqvw49iSiqj4jopUCQjovkfg2TwGW2C8N3AXavDK0k_RDwSuEAaUs4-tUE08zgb9u_R6NvUCgmlkgnY0gmlwhKwSKyKKbXVsdGlhZGRyc5YACASsEisiBsB_AAoErBIrIgbAgN0DgnJzhQACAQAAiXNlY3AyNTZrMaED9lpw3TZ-6SGK305OPpvNkeEt2tzE-vLmSZzKEYZLmkaDdGNwgsB_g3VkcILAgYV3YWt1MgU"}'
|
|
2026-03-03 04:35:17.207 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:35:17.213 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:35:17.214 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-03_04-35-15__26da83fe-6f6c-42bc-9c6a-52a7483e62bb__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:17.214 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:35:17.215 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:35:17.216 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:35:17.216 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.36.60
|
|
2026-03-03 04:35:17.216 DEBUG [src.node.docker_mananger] Generated ports ['18655', '18656', '18657', '18658', '18659']
|
|
2026-03-03 04:35:17.216 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:35:17.216 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:35:17.217 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:35:17.217 DEBUG [src.node.docker_mananger] docker run -i -t -p 18655:18655 -p 18656:18656 -p 18657:18657 -p 18658:18658 -p 18659:18659 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=18657 --rest-port=18655 --tcp-port=18656 --discv5-udp-port=18658 --rest-address=0.0.0.0 --nat=extip:172.18.36.60 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=df83f1fdd5dbb0d8bb6dfc7adfbce248838d1fe4cd4d8b7d4a9fafb7df9ec588 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18659 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QE2iOxK0RiEWKKL4sqvw49iSiqj4jopUCQjovkfg2TwGW2C8N3AXavDK0k_RDwSuEAaUs4-tUE08zgb9u_R6NvUCgmlkgnY0gmlwhKwSKyKKbXVsdGlhZGRyc5YACASsEisiBsB_AAoErBIrIgbAgN0DgnJzhQACAQAAiXNlY3AyNTZrMaED9lpw3TZ-6SGK305OPpvNkeEt2tzE-vLmSZzKEYZLmkaDdGNwgsB_g3VkcILAgYV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-03 04:35:17.413 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.36.60 waku e54423b9cc06af2a46e2ed4afceb613b553c68cb92043fe25c11508b17075091
|
|
2026-03-03 04:35:17.448 DEBUG [src.node.docker_mananger] Container started with ID e54423b9cc06. Setting up logs at ./log/docker/node2_2026-03-03_04-35-15__26da83fe-6f6c-42bc-9c6a-52a7483e62bb__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:17.449 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18655
|
|
2026-03-03 04:35:17.450 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:35:18.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18655/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:18.467 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-03 04:35:18.468 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:35:18.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18655/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:18.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.36.60/tcp/18656/p2p/16Uiu2HAmSXWgTRg9NpwrDHcsN2eDh2KRaXBfZMytS7H5q9ym977t","/ip4/172.18.36.60/tcp/18657/ws/p2p/16Uiu2HAmSXWgTRg9NpwrDHcsN2eDh2KRaXBfZMytS7H5q9ym977t"],"enrUri":"enr:-L24QJNbLXfiB1L7hOJZlYzJ-laGz0dPD_6227L1de-UKUckW9c-tqbBetigig4M4yQ_KdWYJ9Y6ZeyyLGjS2pjiInMCgmlkgnY0gmlwhKwSJDyKbXVsdGlhZGRyc5YACASsEiQ8BkjgAAoErBIkPAZI4d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDzhlD57RPuOJBkSMIBxqqX7E4Leo4eEG9DCZbz2GL2WeDdGNwgkjgg3VkcIJI4oV3YWt1MgE"}'
|
|
2026-03-03 04:35:18.476 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:35:18.477 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18655/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.43.34/tcp/49279/p2p/16Uiu2HAmVEedXkGRTuvYCZnziwkZ8QUx3BHRoSdKvyEnDxBUUiaZ"]'
|
|
2026-03-03 04:35:18.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:18.481 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49278/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-03 04:35:18.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:18.484 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18655/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-03 04:35:18.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:18.487 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49278/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:35:18.490 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:49278/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-03-03 04:35:18.522 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-03 04:35:18.524 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-03 04:35:18.524 DEBUG [src.node.waku_node] Stopping container with id c97d14fee6b2
|
|
2026-03-03 04:35:19.143 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:35:19.145 DEBUG [src.node.waku_node] Stopping container with id e54423b9cc06
|
|
2026-03-03 04:35:19.699 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:35:19.702 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-03 04:35:19.710 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:35:19.715 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:35:19.715 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-03 04:35:19.716 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-03 04:35:19.716 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-03_04-35-15__26da83fe-6f6c-42bc-9c6a-52a7483e62bb__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:19.717 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-03_04-35-15__26da83fe-6f6c-42bc-9c6a-52a7483e62bb__wakuorg_nwaku:latest.log
|