mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-01 16:13:13 +00:00
158 lines
26 KiB
Plaintext
158 lines
26 KiB
Plaintext
2026-03-10 04:34:24.154 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-10 04:34:24.155 DEBUG [tests.conftest] Running test: test_content_topic_also_in_docker_flags[/toychat/2/huilong/proto] with id: 2026-03-10_04-34-24__a1bd3f2c-896e-4da9-a3b8-ca05f29d229d
|
|
2026-03-10 04:34:24.156 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-10 04:34:24.156 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-10 04:34:24.156 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-10 04:34:24.167 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-10 04:34:24.167 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-10_04-34-24__a1bd3f2c-896e-4da9-a3b8-ca05f29d229d__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:24.168 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-10 04:34:24.168 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-10 04:34:24.169 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-10 04:34:24.169 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.250.164
|
|
2026-03-10 04:34:24.169 DEBUG [src.node.docker_mananger] Generated ports ['30142', '30143', '30144', '30145', '30146']
|
|
2026-03-10 04:34:24.169 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-10 04:34:24.169 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-10 04:34:24.170 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-10 04:34:24.170 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-10 04:34:24.170 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-10 04:34:24.170 DEBUG [src.node.docker_mananger] docker run -i -t -p 30142:30142 -p 30143:30143 -p 30144:30144 -p 30145:30145 -p 30146:30146 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=30144 --rest-port=30142 --tcp-port=30143 --discv5-udp-port=30145 --rest-address=0.0.0.0 --nat=extip:172.18.250.164 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=1aa5f3adb32bfe01deecd1c9bae0c90063f8ef86c0c684fee62e1fbeefaec4cd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30146 --metrics-logging=true --relay=true --filter=true --content-topic=/toychat/2/huilong/proto
|
|
2026-03-10 04:34:24.356 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.250.164 waku 6cbece2b2fb834ca96ba00a419c3079b549fd9786b959a20246120fc627feb9b
|
|
2026-03-10 04:34:24.386 ERROR [src.node.docker_mananger] Max retries reached for container 27dadfec740f. Exiting log stream.
|
|
2026-03-10 04:34:24.395 DEBUG [src.node.docker_mananger] Container started with ID 6cbece2b2fb8. Setting up logs at ./log/docker/node1_2026-03-10_04-34-24__a1bd3f2c-896e-4da9-a3b8-ca05f29d229d__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:24.395 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30142
|
|
2026-03-10 04:34:24.395 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-10 04:34:24.983 ERROR [src.node.docker_mananger] Max retries reached for container 056d41200b0a. Exiting log stream.
|
|
2026-03-10 04:34:25.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30142/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:25.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-10 04:34:25.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30142/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:25.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-10 04:34:25.502 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-10 04:34:25.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30142/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:25.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.250.164/tcp/30143/p2p/16Uiu2HAkwSr3s4kZnkVyWJSnCFNguAzE6aw8digPwTscbAAjCYJK","/ip4/172.18.250.164/tcp/30144/ws/p2p/16Uiu2HAkwSr3s4kZnkVyWJSnCFNguAzE6aw8digPwTscbAAjCYJK"],"enrUri":"enr:-L24QKjphBBfDxoNWcfNMUm9h5cDKfQdu-HhR4LdReU1JiEbVlzTMubVsJ1F6JPu2kANBhetHtgvPovli_Ya1UcSLEQCgmlkgnY0gmlwhKwS-qSKbXVsdGlhZGRyc5YACASsEvqkBnW_AAoErBL6pAZ1wN0DgnJzhQACAQAAiXNlY3AyNTZrMaECHgRXTyXjL_UjUkyFODQ4mGgvSNgCWR2y0Y3ZAXBmjoCDdGNwgnW_g3VkcIJ1wYV3YWt1MgU"}'
|
|
2026-03-10 04:34:25.504 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-10 04:34:25.511 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-10 04:34:25.511 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-10_04-34-24__a1bd3f2c-896e-4da9-a3b8-ca05f29d229d__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:25.511 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-10 04:34:25.512 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-10 04:34:25.513 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-10 04:34:25.513 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.12.77
|
|
2026-03-10 04:34:25.513 DEBUG [src.node.docker_mananger] Generated ports ['25790', '25791', '25792', '25793', '25794']
|
|
2026-03-10 04:34:25.513 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-10 04:34:25.514 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-10 04:34:25.514 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-10 04:34:25.514 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-10 04:34:25.514 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-10 04:34:25.514 DEBUG [src.node.docker_mananger] docker run -i -t -p 25790:25790 -p 25791:25791 -p 25792:25792 -p 25793:25793 -p 25794:25794 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=25792 --rest-port=25790 --tcp-port=25791 --discv5-udp-port=25793 --rest-address=0.0.0.0 --nat=extip:172.18.12.77 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ee0575eaf237ff34562beed6b5e2aa936395cf863452629aaf67ad49bdecc8c2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25794 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKjphBBfDxoNWcfNMUm9h5cDKfQdu-HhR4LdReU1JiEbVlzTMubVsJ1F6JPu2kANBhetHtgvPovli_Ya1UcSLEQCgmlkgnY0gmlwhKwS-qSKbXVsdGlhZGRyc5YACASsEvqkBnW_AAoErBL6pAZ1wN0DgnJzhQACAQAAiXNlY3AyNTZrMaECHgRXTyXjL_UjUkyFODQ4mGgvSNgCWR2y0Y3ZAXBmjoCDdGNwgnW_g3VkcIJ1wYV3YWt1MgU --content-topic=/toychat/2/huilong/proto
|
|
2026-03-10 04:34:25.719 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.12.77 waku 82e80df89ba2fed5a059c6ae439b32572708c682e91096b411490ef5a782ff4a
|
|
2026-03-10 04:34:25.752 DEBUG [src.node.docker_mananger] Container started with ID 82e80df89ba2. Setting up logs at ./log/docker/node2_2026-03-10_04-34-24__a1bd3f2c-896e-4da9-a3b8-ca05f29d229d__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:25.753 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25790
|
|
2026-03-10 04:34:25.754 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-10 04:34:26.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25790/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:26.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-10 04:34:26.763 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-10 04:34:26.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25790/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:26.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.12.77/tcp/25791/p2p/16Uiu2HAmJJfhdHAzL4DP5VNFxyrGWoc8Y22JHGRdaNi6e7VVzmoR","/ip4/172.18.12.77/tcp/25792/ws/p2p/16Uiu2HAmJJfhdHAzL4DP5VNFxyrGWoc8Y22JHGRdaNi6e7VVzmoR"],"enrUri":"enr:-L24QJeu4_BQBasjFSv_4iYmkykRJsobUQ08F2gqZqGRz23yU9U2eQHecUTGNqMXTM09hFvpc6C9uQKXYifzBu3msuUCgmlkgnY0gmlwhKwSDE2KbXVsdGlhZGRyc5YACASsEgxNBmS_AAoErBIMTQZkwN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDU_FrIIEl1XjUjZ1T0ZjpeBOqwUXuQfUh0UelALXNn9yDdGNwgmS_g3VkcIJkwYV3YWt1MgE"}'
|
|
2026-03-10 04:34:26.766 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-10 04:34:26.767 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25790/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.250.164/tcp/30143/p2p/16Uiu2HAkwSr3s4kZnkVyWJSnCFNguAzE6aw8digPwTscbAAjCYJK"]'
|
|
2026-03-10 04:34:26.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:26.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30142/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-10 04:34:26.811 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:26.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25790/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-10 04:34:26.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:26.819 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30142/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-10 04:34:26.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:26.830 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-10 04:34:26.931 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-10 04:34:26.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30142/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:26.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773117265604292332,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773117266819612651,"ephemeral":false,"proof":""}]'
|
|
2026-03-10 04:34:26.946 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-10 04:34:26.947 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-10 04:34:26.947 DEBUG [src.node.waku_node] Stopping container with id 6cbece2b2fb8
|
|
2026-03-10 04:34:27.567 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-10 04:34:27.568 DEBUG [src.node.waku_node] Stopping container with id 82e80df89ba2
|
|
2026-03-10 04:34:28.172 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-10 04:34:28.176 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-10 04:34:28.213 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-10 04:34:28.251 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-10 04:34:28.252 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-10 04:34:28.252 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-10 04:34:28.252 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-10_04-34-24__a1bd3f2c-896e-4da9-a3b8-ca05f29d229d__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:28.253 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-10_04-34-24__a1bd3f2c-896e-4da9-a3b8-ca05f29d229d__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:28.258 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-10 04:34:28.258 DEBUG [tests.conftest] Running test: test_content_topic_also_in_docker_flags[/toychat/2/huilong/proto] with id: 2026-03-10_04-34-28__97ac5fc6-7a73-4a24-9334-09b8ae172949
|
|
2026-03-10 04:34:28.258 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-10 04:34:28.258 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-10 04:34:28.259 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-10 04:34:28.268 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-10 04:34:28.268 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-10_04-34-28__97ac5fc6-7a73-4a24-9334-09b8ae172949__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:28.268 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-10 04:34:28.268 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-10 04:34:28.270 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-10 04:34:28.270 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.169.243
|
|
2026-03-10 04:34:28.270 DEBUG [src.node.docker_mananger] Generated ports ['9211', '9212', '9213', '9214', '9215']
|
|
2026-03-10 04:34:28.270 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-10 04:34:28.270 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-10 04:34:28.271 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-10 04:34:28.271 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-10 04:34:28.271 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-10 04:34:28.271 DEBUG [src.node.docker_mananger] docker run -i -t -p 9211:9211 -p 9212:9212 -p 9213:9213 -p 9214:9214 -p 9215:9215 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=9213 --rest-port=9211 --tcp-port=9212 --discv5-udp-port=9214 --rest-address=0.0.0.0 --nat=extip:172.18.169.243 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=4ee7ed1d73fdbffd0a8ebe2c2d44bccfbbaef0a4d4fcd26f5a06c9d0fddd330f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9215 --metrics-logging=true --relay=true --filter=true --content-topic=/toychat/2/huilong/proto
|
|
2026-03-10 04:34:28.454 ERROR [src.node.docker_mananger] Max retries reached for container 6cbece2b2fb8. Exiting log stream.
|
|
2026-03-10 04:34:28.458 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.169.243 waku e28c6e88fef6a7d2ac9b69741c296d2c57c1a1e87a97a3167764271665c29a60
|
|
2026-03-10 04:34:28.496 DEBUG [src.node.docker_mananger] Container started with ID e28c6e88fef6. Setting up logs at ./log/docker/node1_2026-03-10_04-34-28__97ac5fc6-7a73-4a24-9334-09b8ae172949__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:28.497 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9211
|
|
2026-03-10 04:34:28.497 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-10 04:34:29.024 ERROR [src.node.docker_mananger] Max retries reached for container 82e80df89ba2. Exiting log stream.
|
|
2026-03-10 04:34:29.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9211/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:29.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-10 04:34:29.501 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-10 04:34:29.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9211/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:29.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.169.243/tcp/9212/p2p/16Uiu2HAm89RGc39y7smBKVpxv58uXx6cKxSZWkts1fFQkFiJTvz4","/ip4/172.18.169.243/tcp/9213/ws/p2p/16Uiu2HAm89RGc39y7smBKVpxv58uXx6cKxSZWkts1fFQkFiJTvz4"],"enrUri":"enr:-L24QFodlJDblY6ptFh_-j9QakmVpcecJnomJXcxO0X2hqV-ZkJILO0QOEBMSreFRm9dYDD_jsBSBN-Sqgvwf1JBmM4CgmlkgnY0gmlwhKwSqfOKbXVsdGlhZGRyc5YACASsEqnzBiP8AAoErBKp8wYj_d0DgnJzhQACAQAAiXNlY3AyNTZrMaECvP4BGHWLsnAlnxDhTDRaxQMUZ4lLEAcfxvpr3CdeuCGDdGNwgiP8g3VkcIIj_oV3YWt1MgU"}'
|
|
2026-03-10 04:34:29.504 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-10 04:34:29.511 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-10 04:34:29.511 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-10_04-34-28__97ac5fc6-7a73-4a24-9334-09b8ae172949__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:29.512 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-10 04:34:29.512 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-10 04:34:29.513 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-10 04:34:29.513 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.13.25
|
|
2026-03-10 04:34:29.514 DEBUG [src.node.docker_mananger] Generated ports ['2811', '2812', '2813', '2814', '2815']
|
|
2026-03-10 04:34:29.514 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-10 04:34:29.514 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-10 04:34:29.514 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-10 04:34:29.514 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-10 04:34:29.514 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-10 04:34:29.514 DEBUG [src.node.docker_mananger] docker run -i -t -p 2811:2811 -p 2812:2812 -p 2813:2813 -p 2814:2814 -p 2815:2815 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=2813 --rest-port=2811 --tcp-port=2812 --discv5-udp-port=2814 --rest-address=0.0.0.0 --nat=extip:172.18.13.25 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=eeecadd0ed34cadea1379863b436ee0de700acf22fbefb7884253ff292dfa8d0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2815 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFodlJDblY6ptFh_-j9QakmVpcecJnomJXcxO0X2hqV-ZkJILO0QOEBMSreFRm9dYDD_jsBSBN-Sqgvwf1JBmM4CgmlkgnY0gmlwhKwSqfOKbXVsdGlhZGRyc5YACASsEqnzBiP8AAoErBKp8wYj_d0DgnJzhQACAQAAiXNlY3AyNTZrMaECvP4BGHWLsnAlnxDhTDRaxQMUZ4lLEAcfxvpr3CdeuCGDdGNwgiP8g3VkcIIj_oV3YWt1MgU --content-topic=/toychat/2/huilong/proto
|
|
2026-03-10 04:34:29.708 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.13.25 waku 34cc8e8bcd2bd0fc7d7771c757b7f223489ec786bcf6f1ee7fb647842db6f0db
|
|
2026-03-10 04:34:29.741 DEBUG [src.node.docker_mananger] Container started with ID 34cc8e8bcd2b. Setting up logs at ./log/docker/node2_2026-03-10_04-34-28__97ac5fc6-7a73-4a24-9334-09b8ae172949__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:29.742 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2811
|
|
2026-03-10 04:34:29.742 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-10 04:34:30.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2811/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:30.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-10 04:34:30.750 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-10 04:34:30.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2811/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:30.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.13.25/tcp/2812/p2p/16Uiu2HAm1Ewu6iWi2UtHzNpaenxawEBnJLh7vkncdxsXdKGoB4vX","/ip4/172.18.13.25/tcp/2813/ws/p2p/16Uiu2HAm1Ewu6iWi2UtHzNpaenxawEBnJLh7vkncdxsXdKGoB4vX"],"enrUri":"enr:-L24QAvJKPD35HkRB7urJhmPXatyuD9JUh00ysSozQDDeY6oXSayl_CAj3wgtGnc8YKr8l7XTHuqwbtwiH76Ffb8EeMCgmlkgnY0gmlwhKwSDRmKbXVsdGlhZGRyc5YACASsEg0ZBgr8AAoErBINGQYK_d0DgnJzhQACAQAAiXNlY3AyNTZrMaECVma7ftNmPDCFqJu3muWpCehhOt_9PEo4LkmICWe7_tyDdGNwggr8g3VkcIIK_oV3YWt1MgE"}'
|
|
2026-03-10 04:34:30.753 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-10 04:34:30.753 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2811/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.169.243/tcp/9212/p2p/16Uiu2HAm89RGc39y7smBKVpxv58uXx6cKxSZWkts1fFQkFiJTvz4"]'
|
|
2026-03-10 04:34:30.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:30.778 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9211/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-10 04:34:30.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:30.789 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2811/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-10 04:34:30.793 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:30.793 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9211/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-10 04:34:30.804 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:30.805 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-10 04:34:30.905 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-10 04:34:30.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9211/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:30.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773117270793769313,"ephemeral":false,"proof":""}]'
|
|
2026-03-10 04:34:30.913 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-10 04:34:30.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:30.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773117270793769313,"ephemeral":false,"proof":""}]'
|
|
2026-03-10 04:34:30.919 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-10 04:34:30.920 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-10 04:34:30.921 DEBUG [src.node.waku_node] Stopping container with id e28c6e88fef6
|
|
2026-03-10 04:34:31.486 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-10 04:34:31.488 DEBUG [src.node.waku_node] Stopping container with id 34cc8e8bcd2b
|
|
2026-03-10 04:34:32.069 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-10 04:34:32.071 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-10 04:34:32.119 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-10 04:34:32.164 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|