mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-05 23:43:07 +00:00
194 lines
35 KiB
Plaintext
194 lines
35 KiB
Plaintext
2025-12-13 04:37:13.504 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-13 04:37:13.504 DEBUG [tests.conftest] Running test: test_unsubscribe_from_some_pubsub_topics with id: 2025-12-13_04-37-13__bf32aff9-e798-4cd4-8d1c-07061abc92ab
|
|
2025-12-13 04:37:13.504 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-13 04:37:13.504 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-13 04:37:13.505 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-13 04:37:13.511 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-13 04:37:13.511 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-13_04-37-13__bf32aff9-e798-4cd4-8d1c-07061abc92ab__wakuorg_nwaku:latest.log
|
|
2025-12-13 04:37:13.511 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-13 04:37:13.511 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-13 04:37:13.512 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-13 04:37:13.513 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.126.26
|
|
2025-12-13 04:37:13.513 DEBUG [src.node.docker_mananger] Generated ports ['35963', '35964', '35965', '35966', '35967']
|
|
2025-12-13 04:37:13.513 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-13 04:37:13.513 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-13 04:37:13.513 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-13 04:37:13.513 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-13 04:37:13.513 DEBUG [src.node.docker_mananger] docker run -i -t -p 35963:35963 -p 35964:35964 -p 35965:35965 -p 35966:35966 -p 35967:35967 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=35965 --rest-port=35963 --tcp-port=35964 --discv5-udp-port=35966 --rest-address=0.0.0.0 --nat=extip:172.18.126.26 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=16beda1f5cd79ebbcd33c8e3ad160d31d634b216fee2f07cda1ba2d0a0ad4da5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35967 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-13 04:37:13.671 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.126.26 waku 24b941c9babbcb85b5a736e225f95439b9267796ef05b84c68b68c2142e731f6
|
|
2025-12-13 04:37:13.696 DEBUG [src.node.docker_mananger] Container started with ID 24b941c9babb. Setting up logs at ./log/docker/node1_2025-12-13_04-37-13__bf32aff9-e798-4cd4-8d1c-07061abc92ab__wakuorg_nwaku:latest.log
|
|
2025-12-13 04:37:13.697 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35963
|
|
2025-12-13 04:37:13.697 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-13 04:37:13.808 ERROR [src.node.docker_mananger] Max retries reached for container 292b7ae86765. Exiting log stream.
|
|
2025-12-13 04:37:14.311 ERROR [src.node.docker_mananger] Max retries reached for container 7a252fb1607f. Exiting log stream.
|
|
2025-12-13 04:37:14.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35963/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:14.701 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
|
2025-12-13 04:37:14.701 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-13 04:37:14.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35963/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:14.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.126.26/tcp/35964/p2p/16Uiu2HAmN9t9f2vrUFV929dp88dpUXMeWhHg1ino99Z7UwGfKTLw","/ip4/172.18.126.26/tcp/35965/ws/p2p/16Uiu2HAmN9t9f2vrUFV929dp88dpUXMeWhHg1ino99Z7UwGfKTLw"],"enrUri":"enr:-L24QJZGQoEPwSb8P_7Qi22AZe76LWIfkchlXFzLCZn165-6DSLTiATS5PoPYg4GITNdphY9tW7rjz13kZXPDGtSqWQCgmlkgnY0gmlwhKwSfhqKbXVsdGlhZGRyc5YACASsEn4aBox8AAoErBJ-GgaMfd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDjSADyS6i6aZqAbBS6isWHb_Mcksjf5un6wkhdtwReLyDdGNwgox8g3VkcIKMfoV3YWt1MgU"}'
|
|
2025-12-13 04:37:14.703 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-13 04:37:14.709 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-13 04:37:14.709 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-13_04-37-13__bf32aff9-e798-4cd4-8d1c-07061abc92ab__wakuorg_nwaku:latest.log
|
|
2025-12-13 04:37:14.709 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-13 04:37:14.709 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-13 04:37:14.711 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-13 04:37:14.711 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.47.215
|
|
2025-12-13 04:37:14.711 DEBUG [src.node.docker_mananger] Generated ports ['64064', '64065', '64066', '64067', '64068']
|
|
2025-12-13 04:37:14.711 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-13 04:37:14.711 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-13 04:37:14.711 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-13 04:37:14.712 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-13 04:37:14.712 DEBUG [src.node.docker_mananger] docker run -i -t -p 64064:64064 -p 64065:64065 -p 64066:64066 -p 64067:64067 -p 64068:64068 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=64066 --rest-port=64064 --tcp-port=64065 --discv5-udp-port=64067 --rest-address=0.0.0.0 --nat=extip:172.18.47.215 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=7ce4067a9fb3fdd7eb35c6c8c9e7fc7f40daf3dae1bcaf0c5ce6fd3e8f8c8111 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64068 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJZGQoEPwSb8P_7Qi22AZe76LWIfkchlXFzLCZn165-6DSLTiATS5PoPYg4GITNdphY9tW7rjz13kZXPDGtSqWQCgmlkgnY0gmlwhKwSfhqKbXVsdGlhZGRyc5YACASsEn4aBox8AAoErBJ-GgaMfd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDjSADyS6i6aZqAbBS6isWHb_Mcksjf5un6wkhdtwReLyDdGNwgox8g3VkcIKMfoV3YWt1MgU
|
|
2025-12-13 04:37:14.863 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.47.215 waku 5333c42a725355c08d6c6e451e477d2d18dd1b42027a826522a44bed55a222af
|
|
2025-12-13 04:37:14.887 DEBUG [src.node.docker_mananger] Container started with ID 5333c42a7253. Setting up logs at ./log/docker/node2_2025-12-13_04-37-13__bf32aff9-e798-4cd4-8d1c-07061abc92ab__wakuorg_nwaku:latest.log
|
|
2025-12-13 04:37:14.887 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64064
|
|
2025-12-13 04:37:14.887 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-13 04:37:15.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64064/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:15.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"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"}]}'
|
|
2025-12-13 04:37:15.910 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-13 04:37:15.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64064/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:15.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.47.215/tcp/64065/p2p/16Uiu2HAmUydv8REMYa7gD3CB8gotC7YsdFsxtNNBQf2122g1Q4nv","/ip4/172.18.47.215/tcp/64066/ws/p2p/16Uiu2HAmUydv8REMYa7gD3CB8gotC7YsdFsxtNNBQf2122g1Q4nv"],"enrUri":"enr:-L24QCgdnVyrnqXdeVP-Xg3JjdPuq2ZTOX0Ulpwj9dkB25U8eokVK_korbDfqW4kCi8jFbSoRDiY3hiKue4qwbNFAzICgmlkgnY0gmlwhKwSL9eKbXVsdGlhZGRyc5YACASsEi_XBvpBAAoErBIv1wb6Qt0DgnJzhQACAQAAiXNlY3AyNTZrMaED8oHr7nzyJee8cYu2iEM8OLTvIOAkQ9lpaSOQD7tekYuDdGNwgvpBg3VkcIL6Q4V3YWt1MgE"}'
|
|
2025-12-13 04:37:15.914 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-13 04:37:15.914 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64064/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.126.26/tcp/35964/p2p/16Uiu2HAmN9t9f2vrUFV929dp88dpUXMeWhHg1ino99Z7UwGfKTLw"]'
|
|
2025-12-13 04:37:15.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:37:15.916 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35963/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"]'
|
|
2025-12-13 04:37:15.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:37:15.923 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64064/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"]'
|
|
2025-12-13 04:37:15.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:37:15.936 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35963/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)'}'
|
|
2025-12-13 04:37:15.947 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:37:15.947 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:37:16.047 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:16.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35963/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:16.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600635936259039,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:16.052 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:16.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:16.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600635936259039,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:16.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35963/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)'}'
|
|
2025-12-13 04:37:16.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:37:16.060 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:37:16.160 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:16.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35963/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:16.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600636056235637,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:16.165 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:16.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:16.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600636056235637,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:16.169 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35963/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)'}'
|
|
2025-12-13 04:37:16.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:37:16.173 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:37:16.274 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:16.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35963/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:16.277 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600636169083670,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:16.278 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:16.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:16.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600636169083670,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:16.282 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35963/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)'}'
|
|
2025-12-13 04:37:16.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:37:16.286 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:37:16.387 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:16.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35963/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:16.390 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600636282315977,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:16.391 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:16.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:16.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":1765600636282315977,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:16.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35963/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)'}'
|
|
2025-12-13 04:37:16.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:37:16.399 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:37:16.499 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:16.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35963/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:16.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600636395020279,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:16.504 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:16.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:16.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600636395020279,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:16.508 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35963/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)'}'
|
|
2025-12-13 04:37:16.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:37:16.513 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:37:16.613 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:16.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35963/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:16.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600636508258139,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:16.617 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:16.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:16.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600636508258139,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:16.621 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35963/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)'}'
|
|
2025-12-13 04:37:16.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:37:16.625 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:37:16.726 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:16.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35963/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:16.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600636621668465,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:16.730 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:16.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:16.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600636621668465,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:16.734 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35963/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)'}'
|
|
2025-12-13 04:37:16.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:37:16.740 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:37:16.840 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:16.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35963/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:16.843 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600636734847096,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:16.844 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:16.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:16.847 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600636734847096,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:16.848 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:35963/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2"]'
|
|
2025-12-13 04:37:16.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:37:16.856 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:64064/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2"]'
|
|
2025-12-13 04:37:16.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:37:16.863 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35963/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)'}'
|
|
2025-12-13 04:37:16.866 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:35963/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/0'
|
|
2025-12-13 04:37:16.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35963/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)'}'
|
|
2025-12-13 04:37:16.870 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:35963/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/1'
|
|
2025-12-13 04:37:16.895 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35963/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)'}'
|
|
2025-12-13 04:37:16.898 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:35963/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/2'
|
|
2025-12-13 04:37:16.899 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35963/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)'}'
|
|
2025-12-13 04:37:16.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:37:16.904 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:37:17.004 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:17.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35963/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:17.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600636899458630,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:17.009 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:17.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:17.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600636899458630,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:17.013 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35963/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)'}'
|
|
2025-12-13 04:37:17.017 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:37:17.017 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:37:17.117 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:17.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35963/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:17.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600637013053561,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:17.122 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:17.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:17.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600637013053561,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:17.125 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35963/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)'}'
|
|
2025-12-13 04:37:17.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:37:17.130 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:37:17.230 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:17.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35963/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:17.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600637125765316,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:17.235 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:17.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:17.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600637125765316,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:17.239 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35963/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)'}'
|
|
2025-12-13 04:37:17.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:37:17.243 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:37:17.344 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:17.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35963/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:17.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600637238988113,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:17.348 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:17.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:17.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600637238988113,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:17.352 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35963/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)'}'
|
|
2025-12-13 04:37:17.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:37:17.357 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:37:17.457 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:17.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35963/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:17.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600637352490419,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:17.462 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:37:17.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:37:17.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765600637352490419,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:37:17.466 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-13 04:37:17.468 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-13 04:37:17.468 DEBUG [src.node.waku_node] Stopping container with id 24b941c9babb
|
|
2025-12-13 04:37:17.967 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-13 04:37:17.968 DEBUG [src.node.waku_node] Stopping container with id 5333c42a7253
|
|
2025-12-13 04:37:18.410 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-13 04:37:18.412 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-13 04:37:18.424 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-13 04:37:18.434 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|