mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
163 lines
27 KiB
Plaintext
163 lines
27 KiB
Plaintext
2026-03-09 04:37:36.211 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-09 04:37:36.212 DEBUG [tests.conftest] Running test: test_content_topic_also_in_docker_flags[/toychat/2/huilong/proto] with id: 2026-03-09_04-37-36__3e4a6f7d-87ff-408d-b5c0-1b2789381405
|
|
2026-03-09 04:37:36.212 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-09 04:37:36.212 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-09 04:37:36.213 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-09 04:37:36.220 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-09 04:37:36.221 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-09_04-37-36__3e4a6f7d-87ff-408d-b5c0-1b2789381405__wakuorg_nwaku:latest.log
|
|
2026-03-09 04:37:36.221 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-09 04:37:36.221 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-09 04:37:36.222 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-09 04:37:36.222 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.103.224
|
|
2026-03-09 04:37:36.223 DEBUG [src.node.docker_mananger] Generated ports ['64963', '64964', '64965', '64966', '64967']
|
|
2026-03-09 04:37:36.223 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-09 04:37:36.223 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-09 04:37:36.223 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-09 04:37:36.223 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-09 04:37:36.223 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-09 04:37:36.224 DEBUG [src.node.docker_mananger] docker run -i -t -p 64963:64963 -p 64964:64964 -p 64965:64965 -p 64966:64966 -p 64967:64967 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=64965 --rest-port=64963 --tcp-port=64964 --discv5-udp-port=64966 --rest-address=0.0.0.0 --nat=extip:172.18.103.224 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f8ea4c7ee4bdfcca14ba820f4ed936de431ce057fb3bfc9b5504f1ceee9cecec --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64967 --metrics-logging=true --relay=true --filter=true --content-topic=/toychat/2/huilong/proto
|
|
2026-03-09 04:37:36.416 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.103.224 waku a180041d8bd6075be3af6c4616577cf534a1c331f30a5e4ab87243c4fedd7b7b
|
|
2026-03-09 04:37:36.457 DEBUG [src.node.docker_mananger] Container started with ID a180041d8bd6. Setting up logs at ./log/docker/node1_2026-03-09_04-37-36__3e4a6f7d-87ff-408d-b5c0-1b2789381405__wakuorg_nwaku:latest.log
|
|
2026-03-09 04:37:36.457 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64963
|
|
2026-03-09 04:37:36.458 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-09 04:37:36.464 ERROR [src.node.docker_mananger] Max retries reached for container c40c1123fb1d. Exiting log stream.
|
|
2026-03-09 04:37:37.022 ERROR [src.node.docker_mananger] Max retries reached for container aea2232c65a9. Exiting log stream.
|
|
2026-03-09 04:37:37.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64963/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-09 04:37:37.463 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-09 04:37:37.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64963/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-09 04:37:37.567 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-09 04:37:37.567 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-09 04:37:37.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64963/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-09 04:37:37.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.103.224/tcp/64964/p2p/16Uiu2HAm5sVu5JWcuYndsnrkWUkVrKn5E5WccyeSLCdH9U1vDMYN","/ip4/172.18.103.224/tcp/64965/ws/p2p/16Uiu2HAm5sVu5JWcuYndsnrkWUkVrKn5E5WccyeSLCdH9U1vDMYN"],"enrUri":"enr:-L24QPfjDN5z0VsEXOMvsQzJ24tnarr_HGiI-YTMzSEVIBwZF_C32zZNfQDPe9oApS3kqisGorju5TvFjJJojp_ETl8CgmlkgnY0gmlwhKwSZ-CKbXVsdGlhZGRyc5YACASsEmfgBv3EAAoErBJn4Ab9xd0DgnJzhQACAQAAiXNlY3AyNTZrMaECmzKSPyhb3bs-zDCuBdD0Z52VCXOPTvY_H5q9ipz6ZNuDdGNwgv3Eg3VkcIL9xoV3YWt1MgU"}'
|
|
2026-03-09 04:37:37.569 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-09 04:37:37.577 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-09 04:37:37.577 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-09_04-37-36__3e4a6f7d-87ff-408d-b5c0-1b2789381405__wakuorg_nwaku:latest.log
|
|
2026-03-09 04:37:37.577 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-09 04:37:37.577 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-09 04:37:37.579 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-09 04:37:37.579 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.55.20
|
|
2026-03-09 04:37:37.579 DEBUG [src.node.docker_mananger] Generated ports ['50920', '50921', '50922', '50923', '50924']
|
|
2026-03-09 04:37:37.579 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-09 04:37:37.579 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-09 04:37:37.579 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-09 04:37:37.580 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-09 04:37:37.580 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-09 04:37:37.580 DEBUG [src.node.docker_mananger] docker run -i -t -p 50920:50920 -p 50921:50921 -p 50922:50922 -p 50923:50923 -p 50924:50924 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=50922 --rest-port=50920 --tcp-port=50921 --discv5-udp-port=50923 --rest-address=0.0.0.0 --nat=extip:172.18.55.20 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=4dcea292a6357f2792ef8001ab0c5ec5eceddcdbe63783cafd84fbb12cec80c6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50924 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPfjDN5z0VsEXOMvsQzJ24tnarr_HGiI-YTMzSEVIBwZF_C32zZNfQDPe9oApS3kqisGorju5TvFjJJojp_ETl8CgmlkgnY0gmlwhKwSZ-CKbXVsdGlhZGRyc5YACASsEmfgBv3EAAoErBJn4Ab9xd0DgnJzhQACAQAAiXNlY3AyNTZrMaECmzKSPyhb3bs-zDCuBdD0Z52VCXOPTvY_H5q9ipz6ZNuDdGNwgv3Eg3VkcIL9xoV3YWt1MgU --content-topic=/toychat/2/huilong/proto
|
|
2026-03-09 04:37:37.792 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.55.20 waku eaf20a90e0aa22a1afb5329e40ee269c49984941f387e46cbf65b0921b77cdf4
|
|
2026-03-09 04:37:37.830 DEBUG [src.node.docker_mananger] Container started with ID eaf20a90e0aa. Setting up logs at ./log/docker/node2_2026-03-09_04-37-36__3e4a6f7d-87ff-408d-b5c0-1b2789381405__wakuorg_nwaku:latest.log
|
|
2026-03-09 04:37:37.830 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50920
|
|
2026-03-09 04:37:37.831 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-09 04:37:38.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50920/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-09 04:37:38.834 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-09 04:37:38.834 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-09 04:37:38.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50920/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-09 04:37:38.837 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.55.20/tcp/50921/p2p/16Uiu2HAmE6tTc9ogUev33wWiDw3vkA2pT1wirQjRWoaMadMSuHZM","/ip4/172.18.55.20/tcp/50922/ws/p2p/16Uiu2HAmE6tTc9ogUev33wWiDw3vkA2pT1wirQjRWoaMadMSuHZM"],"enrUri":"enr:-L24QD4a_vleUF0ua1yCda9_DiACI0rIzQvzObQBrRJFtLgEcxdWI82xnWW0urwoB2WandNe6QkAsTlZJ5D8vw4PckMCgmlkgnY0gmlwhKwSNxSKbXVsdGlhZGRyc5YACASsEjcUBsbpAAoErBI3FAbG6t0DgnJzhQACAQAAiXNlY3AyNTZrMaEDFX4ge90de81yl4REZ27U2aeUaRyTYOpEsa5HC-p8akSDdGNwgsbpg3VkcILG64V3YWt1MgE"}'
|
|
2026-03-09 04:37:38.837 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-09 04:37:38.837 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50920/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.103.224/tcp/64964/p2p/16Uiu2HAm5sVu5JWcuYndsnrkWUkVrKn5E5WccyeSLCdH9U1vDMYN"]'
|
|
2026-03-09 04:37:38.867 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-09 04:37:38.869 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64963/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-09 04:37:38.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-09 04:37:38.879 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50920/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-09 04:37:38.884 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-09 04:37:38.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64963/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-09 04:37:38.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-09 04:37:38.897 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-09 04:37:38.998 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-09 04:37:38.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64963/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-09 04:37:39.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031057510059146,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031056078895079,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031058885934361,"ephemeral":false,"proof":""}]'
|
|
2026-03-09 04:37:39.010 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-09 04:37:39.011 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-09 04:37:39.011 DEBUG [src.node.waku_node] Stopping container with id a180041d8bd6
|
|
2026-03-09 04:37:39.610 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-09 04:37:39.611 DEBUG [src.node.waku_node] Stopping container with id eaf20a90e0aa
|
|
2026-03-09 04:37:40.202 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-09 04:37:40.204 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-09 04:37:40.275 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-09 04:37:40.304 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-09 04:37:40.305 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-09 04:37:40.305 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-09 04:37:40.306 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-09_04-37-36__3e4a6f7d-87ff-408d-b5c0-1b2789381405__wakuorg_nwaku:latest.log
|
|
2026-03-09 04:37:40.307 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-09_04-37-36__3e4a6f7d-87ff-408d-b5c0-1b2789381405__wakuorg_nwaku:latest.log
|
|
2026-03-09 04:37:40.312 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-09 04:37:40.312 DEBUG [tests.conftest] Running test: test_content_topic_also_in_docker_flags[/toychat/2/huilong/proto] with id: 2026-03-09_04-37-40__0a4fc20c-a3d4-4b16-b908-ed76939e09e1
|
|
2026-03-09 04:37:40.312 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-09 04:37:40.312 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-09 04:37:40.313 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-09 04:37:40.321 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-09 04:37:40.321 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-09_04-37-40__0a4fc20c-a3d4-4b16-b908-ed76939e09e1__wakuorg_nwaku:latest.log
|
|
2026-03-09 04:37:40.321 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-09 04:37:40.321 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-09 04:37:40.323 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-09 04:37:40.323 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.207.209
|
|
2026-03-09 04:37:40.323 DEBUG [src.node.docker_mananger] Generated ports ['50406', '50407', '50408', '50409', '50410']
|
|
2026-03-09 04:37:40.323 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-09 04:37:40.323 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-09 04:37:40.323 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-09 04:37:40.324 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-09 04:37:40.324 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-09 04:37:40.324 DEBUG [src.node.docker_mananger] docker run -i -t -p 50406:50406 -p 50407:50407 -p 50408:50408 -p 50409:50409 -p 50410:50410 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=50408 --rest-port=50406 --tcp-port=50407 --discv5-udp-port=50409 --rest-address=0.0.0.0 --nat=extip:172.18.207.209 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fae29dd920daa8db3cab5a6db29fcd64d2bace799caa6abef15a390f44d73000 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50410 --metrics-logging=true --relay=true --filter=true --content-topic=/toychat/2/huilong/proto
|
|
2026-03-09 04:37:40.517 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.207.209 waku e270b1fc4900aac69a67b853dc2f37a51a6acb2c5c8de5c59d954e2c9176555f
|
|
2026-03-09 04:37:40.552 DEBUG [src.node.docker_mananger] Container started with ID e270b1fc4900. Setting up logs at ./log/docker/node1_2026-03-09_04-37-40__0a4fc20c-a3d4-4b16-b908-ed76939e09e1__wakuorg_nwaku:latest.log
|
|
2026-03-09 04:37:40.552 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50406
|
|
2026-03-09 04:37:40.552 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-09 04:37:40.571 ERROR [src.node.docker_mananger] Max retries reached for container a180041d8bd6. Exiting log stream.
|
|
2026-03-09 04:37:41.027 ERROR [src.node.docker_mananger] Max retries reached for container eaf20a90e0aa. Exiting log stream.
|
|
2026-03-09 04:37:41.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50406/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-09 04:37:41.555 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-09 04:37:41.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50406/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-09 04:37:41.659 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-09 04:37:41.659 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-09 04:37:41.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50406/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-09 04:37:41.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.207.209/tcp/50407/p2p/16Uiu2HAkwCJEAAhwzGiB6JU3jzb6KJkLQbXxmARimfh6ZoSYzXKQ","/ip4/172.18.207.209/tcp/50408/ws/p2p/16Uiu2HAkwCJEAAhwzGiB6JU3jzb6KJkLQbXxmARimfh6ZoSYzXKQ"],"enrUri":"enr:-L24QPH6QTX3dkFqUKx2ucaoyxw62PP1-vgjZ3WsAgzSbXHQV-VD0CNTv-FgXJt7LlIQIU-Kv2JrckvyE5rUPvhSXjYCgmlkgnY0gmlwhKwSz9GKbXVsdGlhZGRyc5YACASsEs_RBsTnAAoErBLP0QbE6N0DgnJzhQACAQAAiXNlY3AyNTZrMaECGko6WBQu8WiSgmgPQwiT3Lc4ULI42XK83HybNqCj31uDdGNwgsTng3VkcILE6YV3YWt1MgU"}'
|
|
2026-03-09 04:37:41.662 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-09 04:37:41.669 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-09 04:37:41.669 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-09_04-37-40__0a4fc20c-a3d4-4b16-b908-ed76939e09e1__wakuorg_nwaku:latest.log
|
|
2026-03-09 04:37:41.669 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-09 04:37:41.669 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-09 04:37:41.670 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-09 04:37:41.671 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.13.43
|
|
2026-03-09 04:37:41.671 DEBUG [src.node.docker_mananger] Generated ports ['49224', '49225', '49226', '49227', '49228']
|
|
2026-03-09 04:37:41.671 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-09 04:37:41.671 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-09 04:37:41.671 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-09 04:37:41.671 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-09 04:37:41.671 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-09 04:37:41.671 DEBUG [src.node.docker_mananger] docker run -i -t -p 49224:49224 -p 49225:49225 -p 49226:49226 -p 49227:49227 -p 49228:49228 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=49226 --rest-port=49224 --tcp-port=49225 --discv5-udp-port=49227 --rest-address=0.0.0.0 --nat=extip:172.18.13.43 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a1f39efcd42d7c5aa0de4cad9fb3da9d7bc77561738edea1b4cbfbc1e97bf9f5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49228 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPH6QTX3dkFqUKx2ucaoyxw62PP1-vgjZ3WsAgzSbXHQV-VD0CNTv-FgXJt7LlIQIU-Kv2JrckvyE5rUPvhSXjYCgmlkgnY0gmlwhKwSz9GKbXVsdGlhZGRyc5YACASsEs_RBsTnAAoErBLP0QbE6N0DgnJzhQACAQAAiXNlY3AyNTZrMaECGko6WBQu8WiSgmgPQwiT3Lc4ULI42XK83HybNqCj31uDdGNwgsTng3VkcILE6YV3YWt1MgU --content-topic=/toychat/2/huilong/proto
|
|
2026-03-09 04:37:41.870 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.13.43 waku a18fde01d85ac93c7b8bdec9da614e42f49ddbf37757d84de2a1e65281a4f460
|
|
2026-03-09 04:37:41.906 DEBUG [src.node.docker_mananger] Container started with ID a18fde01d85a. Setting up logs at ./log/docker/node2_2026-03-09_04-37-40__0a4fc20c-a3d4-4b16-b908-ed76939e09e1__wakuorg_nwaku:latest.log
|
|
2026-03-09 04:37:41.906 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49224
|
|
2026-03-09 04:37:41.906 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-09 04:37:42.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49224/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-09 04:37:42.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-09 04:37:43.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49224/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-09 04:37:43.061 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-09 04:37:43.062 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-09 04:37:43.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49224/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-09 04:37:43.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.13.43/tcp/49225/p2p/16Uiu2HAmBoiDSzRNhvDGze3reb57oW9ZWukahBq23jeWeZNe2uUA","/ip4/172.18.13.43/tcp/49226/ws/p2p/16Uiu2HAmBoiDSzRNhvDGze3reb57oW9ZWukahBq23jeWeZNe2uUA"],"enrUri":"enr:-L24QAb27-w4JN28PHxtZ3oNI_r-DQlk0J-016YsOdb2ovordb6-vH5xNjHAhKb6rmB8WwRpTCWrZ4mgdGhE0dMdFCMCgmlkgnY0gmlwhKwSDSuKbXVsdGlhZGRyc5YACASsEg0rBsBJAAoErBINKwbASt0DgnJzhQACAQAAiXNlY3AyNTZrMaEC82BL1lLmkSxAWTOop2IQ2775Lu7NwjL7XrDYKOYLKI-DdGNwgsBJg3VkcILAS4V3YWt1MgE"}'
|
|
2026-03-09 04:37:43.067 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-09 04:37:43.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49224/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.207.209/tcp/50407/p2p/16Uiu2HAkwCJEAAhwzGiB6JU3jzb6KJkLQbXxmARimfh6ZoSYzXKQ"]'
|
|
2026-03-09 04:37:43.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-09 04:37:43.097 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50406/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-09 04:37:43.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-09 04:37:43.105 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49224/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-09 04:37:43.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-09 04:37:43.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50406/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-09 04:37:43.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-09 04:37:43.124 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-09 04:37:43.225 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-09 04:37:43.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50406/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-09 04:37:43.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031061928461437,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031059754529653,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031063110215638,"ephemeral":false,"proof":""}]'
|
|
2026-03-09 04:37:43.236 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-09 04:37:43.237 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-09 04:37:43.237 DEBUG [src.node.waku_node] Stopping container with id e270b1fc4900
|
|
2026-03-09 04:37:43.860 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-09 04:37:43.861 DEBUG [src.node.waku_node] Stopping container with id a18fde01d85a
|
|
2026-03-09 04:37:44.462 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-09 04:37:44.465 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-09 04:37:44.496 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-09 04:37:44.527 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-09 04:37:44.529 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-09 04:37:44.529 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-09 04:37:44.530 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-09_04-37-40__0a4fc20c-a3d4-4b16-b908-ed76939e09e1__wakuorg_nwaku:latest.log
|
|
2026-03-09 04:37:44.531 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-09_04-37-40__0a4fc20c-a3d4-4b16-b908-ed76939e09e1__wakuorg_nwaku:latest.log
|