mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 01:23:07 +00:00
259 lines
44 KiB
Plaintext
259 lines
44 KiB
Plaintext
2026-03-29 04:50:45.490 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-29 04:50:45.490 DEBUG [tests.conftest] Running test: test_subscribe_one_by_one_to_different_pubsub_topics_and_send_messages with id: 2026-03-29_04-50-45__52afaaab-af41-4d49-b3cb-579b43a25446
|
|
2026-03-29 04:50:45.490 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-29 04:50:45.491 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-29 04:50:45.491 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-29 04:50:45.497 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-29 04:50:45.498 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-29_04-50-45__52afaaab-af41-4d49-b3cb-579b43a25446__wakuorg_nwaku:latest.log
|
|
2026-03-29 04:50:45.498 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-29 04:50:45.498 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-29 04:50:45.499 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-29 04:50:45.499 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.141.59
|
|
2026-03-29 04:50:45.499 DEBUG [src.node.docker_mananger] Generated ports ['51662', '51663', '51664', '51665', '51666']
|
|
2026-03-29 04:50:45.500 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-29 04:50:45.500 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-29 04:50:45.500 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-29 04:50:45.500 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-29 04:50:45.500 DEBUG [src.node.docker_mananger] docker run -i -t -p 51662:51662 -p 51663:51663 -p 51664:51664 -p 51665:51665 -p 51666:51666 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=51664 --rest-port=51662 --tcp-port=51663 --discv5-udp-port=51665 --rest-address=0.0.0.0 --nat=extip:172.18.141.59 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=df8a9c6df4ecc7d0fd98131315a932540032c10eecdee6dc5cd2e61a2e0a6ea4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51666 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-29 04:50:45.663 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.141.59 waku 975d4bd585e44be11d99178f709e5923cf6d748a2da33af1aa23a168f37685bd
|
|
2026-03-29 04:50:45.691 DEBUG [src.node.docker_mananger] Container started with ID 975d4bd585e4. Setting up logs at ./log/docker/node1_2026-03-29_04-50-45__52afaaab-af41-4d49-b3cb-579b43a25446__wakuorg_nwaku:latest.log
|
|
2026-03-29 04:50:45.692 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51662
|
|
2026-03-29 04:50:45.693 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-29 04:50:45.822 ERROR [src.node.docker_mananger] Max retries reached for container ed1003b58f21. Exiting log stream.
|
|
2026-03-29 04:50:46.294 ERROR [src.node.docker_mananger] Max retries reached for container 55690e70c661. Exiting log stream.
|
|
2026-03-29 04:50:46.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:46.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:46.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:46.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:46.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:46.902 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:47.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:47.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:47.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:47.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:47.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:47.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:47.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:47.315 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:47.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:47.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:47.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:47.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:47.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:47.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:47.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:47.726 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:47.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:47.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:47.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:47.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:48.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:48.036 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:48.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:48.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:48.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:48.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:48.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:48.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:48.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:48.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:48.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:48.551 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:48.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:48.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:48.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:48.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:48.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:48.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:48.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:48.963 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:49.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:49.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:49.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:49.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:49.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:49.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:49.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:49.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:49.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:49.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:49.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:49.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:49.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:49.684 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:49.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:49.787 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:49.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:49.890 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:49.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:49.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:50.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:50.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:50.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:50.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:50.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:50.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:50.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:50.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:50.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:50.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:50.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:50.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:50.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:50.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:50.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:50.817 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:50.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:50.920 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:51.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:51.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:51.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:51.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:51.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:51.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:51.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:51.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:50:51.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:51.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","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-29 04:50:51.435 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-29 04:50:51.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:51.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.141.59/tcp/51663/p2p/16Uiu2HAmKD6mD8U5Pwb6xP6nMd7EwF7VRWQCariGFuABuhvoHQ3R","/ip4/172.18.141.59/tcp/51664/ws/p2p/16Uiu2HAmKD6mD8U5Pwb6xP6nMd7EwF7VRWQCariGFuABuhvoHQ3R"],"enrUri":"enr:-L24QNpEVznLWMYfvUD0vGPcO1AhQJSvBH0D2ZMArIJNV_ndXFeG8KUnU2nJ0m73Rd0m8gJmTGxa3EA_HcU2Dg--O8ECgmlkgnY0gmlwhKwSjTuKbXVsdGlhZGRyc5YACASsEo07BsnPAAoErBKNOwbJ0N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDYV_1PsSGUmeAqgHaywNuBPv2cnNiRB9YEWILzKAVBEiDdGNwgsnPg3VkcILJ0YV3YWt1MgU"}'
|
|
2026-03-29 04:50:51.438 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-29 04:50:51.444 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-29 04:50:51.444 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-29_04-50-45__52afaaab-af41-4d49-b3cb-579b43a25446__wakuorg_nwaku:latest.log
|
|
2026-03-29 04:50:51.444 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-29 04:50:51.444 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-29 04:50:51.446 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-29 04:50:51.446 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.224.212
|
|
2026-03-29 04:50:51.446 DEBUG [src.node.docker_mananger] Generated ports ['58663', '58664', '58665', '58666', '58667']
|
|
2026-03-29 04:50:51.446 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-29 04:50:51.446 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-29 04:50:51.446 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-29 04:50:51.446 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-29 04:50:51.447 DEBUG [src.node.docker_mananger] docker run -i -t -p 58663:58663 -p 58664:58664 -p 58665:58665 -p 58666:58666 -p 58667:58667 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=58665 --rest-port=58663 --tcp-port=58664 --discv5-udp-port=58666 --rest-address=0.0.0.0 --nat=extip:172.18.224.212 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=1ac6bcf2edbaddababe9d76b86e798aecfab5dbc1bb4e2cd6aebeec0add4dd5e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58667 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNpEVznLWMYfvUD0vGPcO1AhQJSvBH0D2ZMArIJNV_ndXFeG8KUnU2nJ0m73Rd0m8gJmTGxa3EA_HcU2Dg--O8ECgmlkgnY0gmlwhKwSjTuKbXVsdGlhZGRyc5YACASsEo07BsnPAAoErBKNOwbJ0N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDYV_1PsSGUmeAqgHaywNuBPv2cnNiRB9YEWILzKAVBEiDdGNwgsnPg3VkcILJ0YV3YWt1MgU
|
|
2026-03-29 04:50:51.625 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.224.212 waku 18d88739dffd9ad62689b83a9e7ff7ecc4896d171fe43eb0600df721a12d4953
|
|
2026-03-29 04:50:51.656 DEBUG [src.node.docker_mananger] Container started with ID 18d88739dffd. Setting up logs at ./log/docker/node2_2026-03-29_04-50-45__52afaaab-af41-4d49-b3cb-579b43a25446__wakuorg_nwaku:latest.log
|
|
2026-03-29 04:50:51.656 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58663
|
|
2026-03-29 04:50:51.657 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-29 04:50:52.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58663/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:52.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","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-29 04:50:52.661 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-29 04:50:52.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58663/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:52.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.224.212/tcp/58664/p2p/16Uiu2HAkusDXEpSNqthNHB4zU6fXsEU5TS3tbAzgdGeGigjS6TNH","/ip4/172.18.224.212/tcp/58665/ws/p2p/16Uiu2HAkusDXEpSNqthNHB4zU6fXsEU5TS3tbAzgdGeGigjS6TNH"],"enrUri":"enr:-L24QHS2Y5hmqa7awBRu6CKreN0HjxBnrJhAy3QO6Er4G2ICZyMAmmcV3jLGcJ-YlN_Vsg8P4zMPboquUnN767OljUkCgmlkgnY0gmlwhKwS4NSKbXVsdGlhZGRyc5YACASsEuDUBuUoAAoErBLg1AblKd0DgnJzhQACAQAAiXNlY3AyNTZrMaECBosvYHsrQHpDGFvIQ_4E4cgChnBkYjzjEnupCk6cr1KDdGNwguUog3VkcILlKoV3YWt1MgE"}'
|
|
2026-03-29 04:50:52.663 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-29 04:50:52.663 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58663/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.141.59/tcp/51663/p2p/16Uiu2HAmKD6mD8U5Pwb6xP6nMd7EwF7VRWQCariGFuABuhvoHQ3R"]'
|
|
2026-03-29 04:50:52.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:52.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51662/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-29 04:50:52.701 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:52.702 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58663/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-29 04:50:52.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:52.710 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51662/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-29 04:50:52.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:52.721 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-29 04:50:52.822 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-29 04:50:52.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:52.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774759852710304663,"ephemeral":false,"proof":""}]'
|
|
2026-03-29 04:50:52.826 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-29 04:50:52.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58663/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:52.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774759852710304663,"ephemeral":false,"proof":""}]'
|
|
2026-03-29 04:50:52.830 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51662/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2026-03-29 04:50:52.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:52.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58663/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2026-03-29 04:50:52.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:52.835 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51662/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-29 04:50:52.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:52.841 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-29 04:50:52.941 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-29 04:50:52.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:52.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774759852835784119,"ephemeral":false,"proof":""}]'
|
|
2026-03-29 04:50:52.947 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-29 04:50:52.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58663/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:52.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774759852835784119,"ephemeral":false,"proof":""}]'
|
|
2026-03-29 04:50:52.951 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51662/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2026-03-29 04:50:52.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:52.954 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58663/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2026-03-29 04:50:52.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:52.957 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51662/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-29 04:50:52.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:52.963 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-29 04:50:53.063 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-29 04:50:53.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:53.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774759852957108982,"ephemeral":false,"proof":""}]'
|
|
2026-03-29 04:50:53.067 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-29 04:50:53.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58663/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:53.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774759852957108982,"ephemeral":false,"proof":""}]'
|
|
2026-03-29 04:50:53.072 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51662/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
|
2026-03-29 04:50:53.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:53.075 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58663/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
|
2026-03-29 04:50:53.077 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:53.077 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51662/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-29 04:50:53.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:53.084 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-29 04:50:53.184 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-29 04:50:53.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:53.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774759853077870477,"ephemeral":false,"proof":""}]'
|
|
2026-03-29 04:50:53.188 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-29 04:50:53.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58663/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:53.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774759853077870477,"ephemeral":false,"proof":""}]'
|
|
2026-03-29 04:50:53.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51662/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
|
2026-03-29 04:50:53.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:53.195 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58663/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
|
2026-03-29 04:50:53.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:53.197 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51662/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-29 04:50:53.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:53.205 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-29 04:50:53.306 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-29 04:50:53.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:53.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774759853197849841,"ephemeral":false,"proof":""}]'
|
|
2026-03-29 04:50:53.310 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-29 04:50:53.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58663/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:53.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774759853197849841,"ephemeral":false,"proof":""}]'
|
|
2026-03-29 04:50:53.314 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51662/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
|
2026-03-29 04:50:53.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:53.317 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58663/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
|
2026-03-29 04:50:53.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:53.320 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51662/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-29 04:50:53.325 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:53.327 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-29 04:50:53.428 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-29 04:50:53.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:53.430 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774759853320495212,"ephemeral":false,"proof":""}]'
|
|
2026-03-29 04:50:53.432 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-29 04:50:53.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58663/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:53.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774759853320495212,"ephemeral":false,"proof":""}]'
|
|
2026-03-29 04:50:53.437 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51662/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
|
2026-03-29 04:50:53.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:53.439 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58663/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
|
2026-03-29 04:50:53.441 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:53.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51662/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-29 04:50:53.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:53.449 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-29 04:50:53.549 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-29 04:50:53.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:53.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774759853442286814,"ephemeral":false,"proof":""}]'
|
|
2026-03-29 04:50:53.554 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-29 04:50:53.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58663/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:53.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774759853442286814,"ephemeral":false,"proof":""}]'
|
|
2026-03-29 04:50:53.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51662/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
|
2026-03-29 04:50:53.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:53.561 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58663/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
|
2026-03-29 04:50:53.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:53.563 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51662/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-29 04:50:53.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:50:53.569 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-29 04:50:53.669 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-29 04:50:53.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51662/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:53.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774759853563622878,"ephemeral":false,"proof":""}]'
|
|
2026-03-29 04:50:53.675 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-29 04:50:53.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58663/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:50:53.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774759853563622878,"ephemeral":false,"proof":""}]'
|
|
2026-03-29 04:50:53.680 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-29 04:50:53.681 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-29 04:50:53.681 DEBUG [src.node.waku_node] Stopping container with id 975d4bd585e4
|
|
2026-03-29 04:50:54.123 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-29 04:50:54.124 DEBUG [src.node.waku_node] Stopping container with id 18d88739dffd
|
|
2026-03-29 04:50:54.543 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-29 04:50:54.544 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-29 04:50:54.565 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-29 04:50:54.587 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|