mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 09:03:25 +00:00
171 lines
29 KiB
Plaintext
171 lines
29 KiB
Plaintext
2026-03-05 04:35:04.120 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 04:35:04.120 DEBUG [tests.conftest] Running test: test_subscribe_one_by_one_to_different_pubsub_topics_and_send_messages with id: 2026-03-05_04-35-04__8aabecbf-bec2-4318-bf86-af5b3c4f0c74
|
|
2026-03-05 04:35:04.120 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 04:35:04.121 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-05 04:35:04.121 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-05 04:35:04.128 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-05 04:35:04.129 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-05_04-35-04__8aabecbf-bec2-4318-bf86-af5b3c4f0c74__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:04.129 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 04:35:04.129 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 04:35:04.130 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 04:35:04.131 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.162.128
|
|
2026-03-05 04:35:04.131 DEBUG [src.node.docker_mananger] Generated ports ['27766', '27767', '27768', '27769', '27770']
|
|
2026-03-05 04:35:04.131 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-05 04:35:04.131 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 04:35:04.131 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 04:35:04.131 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 04:35:04.131 DEBUG [src.node.docker_mananger] docker run -i -t -p 27766:27766 -p 27767:27767 -p 27768:27768 -p 27769:27769 -p 27770:27770 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=27768 --rest-port=27766 --tcp-port=27767 --discv5-udp-port=27769 --rest-address=0.0.0.0 --nat=extip:172.18.162.128 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=7f77a1ef2e7bd3cff6c015cf6fe73ef89f8bcedffbc8cd72ce9899f8e0a03f14 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27770 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-05 04:35:04.315 ERROR [src.node.docker_mananger] Max retries reached for container 5ee857d5ebbd. Exiting log stream.
|
|
2026-03-05 04:35:04.329 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.162.128 waku 5d9f122599fd192208955356703c344af57202165e2549b66b4c1db29b559ed1
|
|
2026-03-05 04:35:04.364 DEBUG [src.node.docker_mananger] Container started with ID 5d9f122599fd. Setting up logs at ./log/docker/node1_2026-03-05_04-35-04__8aabecbf-bec2-4318-bf86-af5b3c4f0c74__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:04.365 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27766
|
|
2026-03-05 04:35:04.366 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 04:35:04.863 ERROR [src.node.docker_mananger] Max retries reached for container 1412f33c5e7f. Exiting log stream.
|
|
2026-03-05 04:35:05.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27766/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:05.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:05.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27766/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:05.474 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-05 04:35:05.474 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 04:35:05.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27766/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:05.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.162.128/tcp/27767/p2p/16Uiu2HAm8tcarWkVCPbwwd5865sduSLT4Vs8UEnz4Bhk4kAnuoFY","/ip4/172.18.162.128/tcp/27768/ws/p2p/16Uiu2HAm8tcarWkVCPbwwd5865sduSLT4Vs8UEnz4Bhk4kAnuoFY"],"enrUri":"enr:-L24QDOKQBrGMdVCaPJGl-GoCs1a0HNPjWtaPdpNMVZyNACgQhEckcvBqfrOMQZzGG0ghC7ZbppHmNr5pAhn9tp7c7ECgmlkgnY0gmlwhKwSooCKbXVsdGlhZGRyc5YACASsEqKABmx3AAoErBKigAZseN0DgnJzhQACAQAAiXNlY3AyNTZrMaECyA7Fx_7ne_kKCvfdT4qYeqm6QuSp7Rdvv9PVckL0VZODdGNwgmx3g3VkcIJseYV3YWt1MgU"}'
|
|
2026-03-05 04:35:05.477 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 04:35:05.485 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-05 04:35:05.485 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-05_04-35-04__8aabecbf-bec2-4318-bf86-af5b3c4f0c74__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:05.485 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 04:35:05.485 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 04:35:05.487 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 04:35:05.487 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.25.161
|
|
2026-03-05 04:35:05.487 DEBUG [src.node.docker_mananger] Generated ports ['29463', '29464', '29465', '29466', '29467']
|
|
2026-03-05 04:35:05.487 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-05 04:35:05.487 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 04:35:05.487 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 04:35:05.487 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 04:35:05.488 DEBUG [src.node.docker_mananger] docker run -i -t -p 29463:29463 -p 29464:29464 -p 29465:29465 -p 29466:29466 -p 29467:29467 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=29465 --rest-port=29463 --tcp-port=29464 --discv5-udp-port=29466 --rest-address=0.0.0.0 --nat=extip:172.18.25.161 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ecdccf5fbd71c6c36fdbd1110e8f2badf17f48fdb4ab605c6ddfec89aed28faf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29467 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDOKQBrGMdVCaPJGl-GoCs1a0HNPjWtaPdpNMVZyNACgQhEckcvBqfrOMQZzGG0ghC7ZbppHmNr5pAhn9tp7c7ECgmlkgnY0gmlwhKwSooCKbXVsdGlhZGRyc5YACASsEqKABmx3AAoErBKigAZseN0DgnJzhQACAQAAiXNlY3AyNTZrMaECyA7Fx_7ne_kKCvfdT4qYeqm6QuSp7Rdvv9PVckL0VZODdGNwgmx3g3VkcIJseYV3YWt1MgU
|
|
2026-03-05 04:35:05.702 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.25.161 waku 0f1ff1ce3d559772d5c1ec5bac79d00f60e007d648249462645fdd7c9aebfa43
|
|
2026-03-05 04:35:05.738 DEBUG [src.node.docker_mananger] Container started with ID 0f1ff1ce3d55. Setting up logs at ./log/docker/node2_2026-03-05_04-35-04__8aabecbf-bec2-4318-bf86-af5b3c4f0c74__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:05.739 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29463
|
|
2026-03-05 04:35:05.739 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 04:35:06.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29463/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:06.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:06.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29463/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:06.848 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-05 04:35:06.849 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 04:35:06.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29463/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:06.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.25.161/tcp/29464/p2p/16Uiu2HAkv8Jf1frrBAL3GVaDd42BF3Z36HzSzVrtwqw13DAU23vp","/ip4/172.18.25.161/tcp/29465/ws/p2p/16Uiu2HAkv8Jf1frrBAL3GVaDd42BF3Z36HzSzVrtwqw13DAU23vp"],"enrUri":"enr:-L24QHs3fhsvkJYQB_R1_2B-B-JnGoRVHngeqGQU15r3GNisOoH00Nqej1dzMoBzXmLtSSeFGPH16_C-QjZhxS-equsCgmlkgnY0gmlwhKwSGaGKbXVsdGlhZGRyc5YACASsEhmhBnMYAAoErBIZoQZzGd0DgnJzhQACAQAAiXNlY3AyNTZrMaECCmizx07RH0ZDbXpOCngbDhfMtdH6PzNjnbWj6m04n_GDdGNwgnMYg3VkcIJzGoV3YWt1MgE"}'
|
|
2026-03-05 04:35:06.851 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 04:35:06.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29463/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.162.128/tcp/27767/p2p/16Uiu2HAm8tcarWkVCPbwwd5865sduSLT4Vs8UEnz4Bhk4kAnuoFY"]'
|
|
2026-03-05 04:35:06.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:06.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27766/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-05 04:35:06.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:06.889 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29463/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-05 04:35:06.894 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:06.895 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27766/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-05 04:35:06.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:06.907 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-05 04:35:07.009 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-05 04:35:07.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27766/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:07.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772685306895235770,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:35:07.014 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-05 04:35:07.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:07.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772685306895235770,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:35:07.018 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27766/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2026-03-05 04:35:07.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29463/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2026-03-05 04:35:07.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.024 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27766/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-05 04:35:07.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.033 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-05 04:35:07.134 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-05 04:35:07.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27766/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:07.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772685307024329988,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:35:07.138 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-05 04:35:07.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:07.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772685307024329988,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:35:07.142 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27766/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2026-03-05 04:35:07.145 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.145 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29463/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2026-03-05 04:35:07.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.148 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27766/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-05 04:35:07.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.159 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-05 04:35:07.259 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-05 04:35:07.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27766/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:07.262 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772685307148337637,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:35:07.264 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-05 04:35:07.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:07.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772685307148337637,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:35:07.268 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27766/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
|
2026-03-05 04:35:07.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29463/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
|
2026-03-05 04:35:07.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.274 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27766/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-05 04:35:07.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.286 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-05 04:35:07.386 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-05 04:35:07.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27766/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:07.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772685307274172260,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:35:07.391 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-05 04:35:07.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:07.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772685307274172260,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:35:07.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27766/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
|
2026-03-05 04:35:07.397 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.397 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29463/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
|
2026-03-05 04:35:07.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.400 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27766/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-05 04:35:07.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.411 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-05 04:35:07.511 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-05 04:35:07.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27766/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:07.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772685307400772224,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:35:07.516 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-05 04:35:07.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:07.518 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772685307400772224,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:35:07.520 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27766/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
|
2026-03-05 04:35:07.523 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.523 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29463/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
|
2026-03-05 04:35:07.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27766/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-05 04:35:07.536 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.537 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-05 04:35:07.637 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-05 04:35:07.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27766/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:07.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772685307526016801,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:35:07.643 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-05 04:35:07.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:07.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772685307526016801,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:35:07.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27766/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
|
2026-03-05 04:35:07.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.651 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29463/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
|
2026-03-05 04:35:07.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.654 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27766/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-05 04:35:07.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.665 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-05 04:35:07.766 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-05 04:35:07.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27766/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:07.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772685307654411692,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:35:07.770 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-05 04:35:07.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:07.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772685307654411692,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:35:07.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27766/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
|
2026-03-05 04:35:07.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29463/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
|
2026-03-05 04:35:07.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.780 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27766/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-05 04:35:07.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:07.790 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-05 04:35:07.890 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-05 04:35:07.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27766/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:07.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772685307780333832,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:35:07.896 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-05 04:35:07.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:07.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772685307780333832,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:35:07.902 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 04:35:07.903 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 04:35:07.903 DEBUG [src.node.waku_node] Stopping container with id 5d9f122599fd
|
|
2026-03-05 04:35:08.504 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 04:35:08.504 DEBUG [src.node.waku_node] Stopping container with id 0f1ff1ce3d55
|
|
2026-03-05 04:35:09.105 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 04:35:09.107 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 04:35:09.147 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 04:35:09.196 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|