mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-26 13:43:44 +00:00
163 lines
28 KiB
Plaintext
163 lines
28 KiB
Plaintext
2026-03-08 04:37:54.559 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-08 04:37:54.559 DEBUG [tests.conftest] Running test: test_multiple_pubsub_topics_same_cluster with id: 2026-03-08_04-37-54__9723c5bb-1278-4b7e-9bca-c9aeb23e1008
|
|
2026-03-08 04:37:54.560 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-08 04:37:54.560 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-08 04:37:54.560 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-08 04:37:54.568 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:37:54.568 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-08_04-37-54__9723c5bb-1278-4b7e-9bca-c9aeb23e1008__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:37:54.568 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-08 04:37:54.568 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-08 04:37:54.569 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-08 04:37:54.569 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.15.10
|
|
2026-03-08 04:37:54.570 DEBUG [src.node.docker_mananger] Generated ports ['46277', '46278', '46279', '46280', '46281']
|
|
2026-03-08 04:37:54.570 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-08 04:37:54.570 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-08 04:37:54.570 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-08 04:37:54.570 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-08 04:37:54.570 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-08 04:37:54.570 DEBUG [src.node.docker_mananger] docker run -i -t -p 46277:46277 -p 46278:46278 -p 46279:46279 -p 46280:46280 -p 46281:46281 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=46279 --rest-port=46277 --tcp-port=46278 --discv5-udp-port=46280 --rest-address=0.0.0.0 --nat=extip:172.18.15.10 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=7f0ec0cca0b0aebc24f74578d5ffe4aa0df0ec11aa16d31d08aa5bdb262fcf17 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46281 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-08 04:37:54.766 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.15.10 waku b01fddda174575f6bc2c46e1ec1c5730007549f62f8d17364befbd3d1bc8a077
|
|
2026-03-08 04:37:54.795 ERROR [src.node.docker_mananger] Max retries reached for container dbf5b41e4315. Exiting log stream.
|
|
2026-03-08 04:37:54.800 DEBUG [src.node.docker_mananger] Container started with ID b01fddda1745. Setting up logs at ./log/docker/node1_2026-03-08_04-37-54__9723c5bb-1278-4b7e-9bca-c9aeb23e1008__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:37:54.800 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46277
|
|
2026-03-08 04:37:54.801 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-08 04:37:55.357 ERROR [src.node.docker_mananger] Max retries reached for container b7537ad2d813. Exiting log stream.
|
|
2026-03-08 04:37:55.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46277/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:55.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:37:55.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46277/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:55.908 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-08 04:37:55.908 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-08 04:37:55.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46277/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:55.911 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.15.10/tcp/46278/p2p/16Uiu2HAm22AdddcQe1foazExZrv8bF47meG7qDmEmRkpDkVzAbUx","/ip4/172.18.15.10/tcp/46279/ws/p2p/16Uiu2HAm22AdddcQe1foazExZrv8bF47meG7qDmEmRkpDkVzAbUx"],"enrUri":"enr:-L24QBf_Rp9Y-GF3qE-o0BSIUGIr6LqoApQvzGiDZM2EHKT6M4bEh2wpKn1EpD6BzsaIZBuhjj4cZjVH0wrte8ZU3d4CgmlkgnY0gmlwhKwSDwqKbXVsdGlhZGRyc5YACASsEg8KBrTGAAoErBIPCga0x90DgnJzhQACAQAAiXNlY3AyNTZrMaECYfxENOcvY_srFpTRg5XdFO5ZsMpUxJrfxd1GL-d5_lWDdGNwgrTGg3VkcIK0yIV3YWt1MgU"}'
|
|
2026-03-08 04:37:55.911 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-08 04:37:55.919 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:37:55.919 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-08_04-37-54__9723c5bb-1278-4b7e-9bca-c9aeb23e1008__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:37:55.919 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-08 04:37:55.919 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-08 04:37:55.920 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-08 04:37:55.920 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.239.213
|
|
2026-03-08 04:37:55.921 DEBUG [src.node.docker_mananger] Generated ports ['52973', '52974', '52975', '52976', '52977']
|
|
2026-03-08 04:37:55.921 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-08 04:37:55.921 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-08 04:37:55.921 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-08 04:37:55.921 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-08 04:37:55.921 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-08 04:37:55.921 DEBUG [src.node.docker_mananger] docker run -i -t -p 52973:52973 -p 52974:52974 -p 52975:52975 -p 52976:52976 -p 52977:52977 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=52975 --rest-port=52973 --tcp-port=52974 --discv5-udp-port=52976 --rest-address=0.0.0.0 --nat=extip:172.18.239.213 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c6b55faf50bfa3c6e16dd4f02f491acffa5ecb76b2fc6c3a09fc3dab7569bc36 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52977 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBf_Rp9Y-GF3qE-o0BSIUGIr6LqoApQvzGiDZM2EHKT6M4bEh2wpKn1EpD6BzsaIZBuhjj4cZjVH0wrte8ZU3d4CgmlkgnY0gmlwhKwSDwqKbXVsdGlhZGRyc5YACASsEg8KBrTGAAoErBIPCga0x90DgnJzhQACAQAAiXNlY3AyNTZrMaECYfxENOcvY_srFpTRg5XdFO5ZsMpUxJrfxd1GL-d5_lWDdGNwgrTGg3VkcIK0yIV3YWt1MgU
|
|
2026-03-08 04:37:56.133 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.239.213 waku baa1cc74a5b0fde0c698526c9545c0e47c68abd107bd354513648b01a5805b3d
|
|
2026-03-08 04:37:56.174 DEBUG [src.node.docker_mananger] Container started with ID baa1cc74a5b0. Setting up logs at ./log/docker/node2_2026-03-08_04-37-54__9723c5bb-1278-4b7e-9bca-c9aeb23e1008__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:37:56.175 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52973
|
|
2026-03-08 04:37:56.175 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-08 04:37:57.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52973/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:57.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:37:57.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52973/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:57.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:37:57.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52973/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:57.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:37:57.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52973/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:57.488 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:37:57.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52973/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:57.591 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:37:57.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52973/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:57.694 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:37:57.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52973/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:57.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:37:57.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52973/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:57.900 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:37:58.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52973/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:58.003 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:37:58.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52973/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:58.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:37:58.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52973/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:58.210 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-08 04:37:58.210 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-08 04:37:58.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52973/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:58.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.239.213/tcp/52974/p2p/16Uiu2HAmAevRPZphexyy3s8yY6cMDFwbgKVkkqFmJxAUHKXq9LXD","/ip4/172.18.239.213/tcp/52975/ws/p2p/16Uiu2HAmAevRPZphexyy3s8yY6cMDFwbgKVkkqFmJxAUHKXq9LXD"],"enrUri":"enr:-L24QDwI1S9FbePtcCPXz7FPA4MklZ_m6LzpRwP_6ukoOs6sDt4NsAgNuIr-ulHWKeRSvNacERXidW-_nWvSFdPpikECgmlkgnY0gmlwhKwS79WKbXVsdGlhZGRyc5YACASsEu_VBs7uAAoErBLv1QbO790DgnJzhQACAQAAiXNlY3AyNTZrMaEC4kQu6kNlHNGQ0ikFDCl6O4wQ5-qLnjfaWxj9nMPoDwSDdGNwgs7ug3VkcILO8IV3YWt1MgE"}'
|
|
2026-03-08 04:37:58.212 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-08 04:37:58.213 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52973/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.15.10/tcp/46278/p2p/16Uiu2HAm22AdddcQe1foazExZrv8bF47meG7qDmEmRkpDkVzAbUx"]'
|
|
2026-03-08 04:37:58.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:37:58.240 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46277/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-03-08 04:37:58.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:37:58.247 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52973/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-03-08 04:37:58.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:37:58.251 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46277/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-08 04:37:58.262 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:37:58.263 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:37:58.363 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:37:58.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46277/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:58.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944678251679428,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:37:58.368 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:37:58.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52973/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:58.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944678251679428,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:37:58.373 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46277/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-08 04:37:58.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:37:58.382 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:37:58.482 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:37:58.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46277/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:58.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944678373120212,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:37:58.487 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:37:58.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52973/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:58.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944678373120212,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:37:58.491 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46277/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-08 04:37:58.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:37:58.500 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:37:58.600 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:37:58.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46277/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:58.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944678491674904,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:37:58.605 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:37:58.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52973/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:58.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944678491674904,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:37:58.609 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46277/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-08 04:37:58.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:37:58.618 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:37:58.719 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:37:58.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46277/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:58.722 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944678609370225,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:37:58.723 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:37:58.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52973/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:58.726 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944678609370225,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:37:58.727 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46277/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-08 04:37:58.735 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:37:58.736 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:37:58.837 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:37:58.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46277/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:58.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944678727408869,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:37:58.841 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:37:58.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52973/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:58.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944678727408869,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:37:58.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46277/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-08 04:37:58.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:37:58.854 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:37:58.955 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:37:58.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46277/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:58.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944678845949625,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:37:58.959 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:37:58.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52973/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:58.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944678845949625,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:37:58.963 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46277/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-08 04:37:58.971 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:37:58.972 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:37:59.073 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:37:59.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46277/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:59.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944678963412220,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:37:59.078 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:37:59.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52973/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:59.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944678963412220,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:37:59.082 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46277/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-08 04:37:59.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:37:59.092 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:37:59.192 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:37:59.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46277/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:59.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944679082726799,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:37:59.196 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:37:59.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52973/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:37:59.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944679082726799,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:37:59.201 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-08 04:37:59.202 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-08 04:37:59.203 DEBUG [src.node.waku_node] Stopping container with id b01fddda1745
|
|
2026-03-08 04:37:59.829 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-08 04:37:59.829 DEBUG [src.node.waku_node] Stopping container with id baa1cc74a5b0
|
|
2026-03-08 04:38:00.438 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-08 04:38:00.443 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-08 04:38:00.481 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-08 04:38:00.523 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|