mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-24 12:43:20 +00:00
159 lines
30 KiB
Plaintext
159 lines
30 KiB
Plaintext
2026-03-30 10:13:12.968 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-30 10:13:12.968 DEBUG [tests.conftest] Running test: test_unsubscribe_from_all_pubsub_topics with id: 2026-03-30_10-13-12__cd55e813-e7aa-456c-907b-20b310ab0126
|
|
2026-03-30 10:13:12.969 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-30 10:13:12.969 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-30 10:13:12.969 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-30 10:13:12.980 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 10:13:12.981 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-30_10-13-12__cd55e813-e7aa-456c-907b-20b310ab0126__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:13:12.982 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 10:13:12.982 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 10:13:12.985 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 10:13:12.985 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.151.107
|
|
2026-03-30 10:13:12.985 DEBUG [src.node.docker_mananger] Generated ports ['26010', '26011', '26012', '26013', '26014']
|
|
2026-03-30 10:13:12.985 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-30 10:13:12.986 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 10:13:12.986 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 10:13:12.986 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 10:13:12.986 DEBUG [src.node.docker_mananger] docker run -i -t -p 26010:26010 -p 26011:26011 -p 26012:26012 -p 26013:26013 -p 26014:26014 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=26012 --rest-port=26010 --tcp-port=26011 --discv5-udp-port=26013 --rest-address=0.0.0.0 --nat=extip:172.18.151.107 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=6b03bddfebd24d45ecccec2fffba246a4021e0c407d6eeddcaefcb0add90b7d5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26014 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-30 10:13:13.193 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.151.107 waku 133b76780cdd08249e9b58801ffa49d1c863b2f4509cd153d12dd3c3568a2b39
|
|
2026-03-30 10:13:13.219 ERROR [src.node.docker_mananger] Max retries reached for container f9a22b784443. Exiting log stream.
|
|
2026-03-30 10:13:13.227 DEBUG [src.node.docker_mananger] Container started with ID 133b76780cdd. Setting up logs at ./log/docker/node1_2026-03-30_10-13-12__cd55e813-e7aa-456c-907b-20b310ab0126__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:13:13.227 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26010
|
|
2026-03-30 10:13:13.228 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 10:13:13.827 ERROR [src.node.docker_mananger] Max retries reached for container edd03da5b4f2. Exiting log stream.
|
|
2026-03-30 10:13:14.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26010/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:14.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-30 10:13:14.232 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 10:13:14.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26010/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:14.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.151.107/tcp/26011/p2p/16Uiu2HAmDV7LNxApxaTmukohLWcdniUVDKPkrtDVvFP6qQBt913V","/ip4/172.18.151.107/tcp/26012/ws/p2p/16Uiu2HAmDV7LNxApxaTmukohLWcdniUVDKPkrtDVvFP6qQBt913V"],"enrUri":"enr:-L24QMRxf7YSUi-P-vS0xVmGjL7v13L1rTdJS0YfG1SOPT3ne6oBsAZadiZ8TLaSjuqKM9mVgNnAo7JsFvbnYZCft-4CgmlkgnY0gmlwhKwSl2uKbXVsdGlhZGRyc5YACASsEpdrBmWbAAoErBKXawZlnN0DgnJzhQDHAQAAiXNlY3AyNTZrMaEDDFPGqIYYvdVEg74ecb1A4iiZddG9FLB9BBHGq1O3LQCDdGNwgmWbg3VkcIJlnYV3YWt1MgU"}'
|
|
2026-03-30 10:13:14.235 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 10:13:14.242 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 10:13:14.242 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-30_10-13-12__cd55e813-e7aa-456c-907b-20b310ab0126__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:13:14.243 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 10:13:14.243 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 10:13:14.244 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 10:13:14.244 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.103.188
|
|
2026-03-30 10:13:14.244 DEBUG [src.node.docker_mananger] Generated ports ['5308', '5309', '5310', '5311', '5312']
|
|
2026-03-30 10:13:14.244 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-30 10:13:14.245 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 10:13:14.245 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 10:13:14.245 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 10:13:14.245 DEBUG [src.node.docker_mananger] docker run -i -t -p 5308:5308 -p 5309:5309 -p 5310:5310 -p 5311:5311 -p 5312:5312 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=5310 --rest-port=5308 --tcp-port=5309 --discv5-udp-port=5311 --rest-address=0.0.0.0 --nat=extip:172.18.103.188 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=eaafeabd34c0fa1cdfd9312fa5b31c9ec5cbaa07bfbe4c1fd6eca2a62165baa5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5312 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QMRxf7YSUi-P-vS0xVmGjL7v13L1rTdJS0YfG1SOPT3ne6oBsAZadiZ8TLaSjuqKM9mVgNnAo7JsFvbnYZCft-4CgmlkgnY0gmlwhKwSl2uKbXVsdGlhZGRyc5YACASsEpdrBmWbAAoErBKXawZlnN0DgnJzhQDHAQAAiXNlY3AyNTZrMaEDDFPGqIYYvdVEg74ecb1A4iiZddG9FLB9BBHGq1O3LQCDdGNwgmWbg3VkcIJlnYV3YWt1MgU
|
|
2026-03-30 10:13:14.444 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.103.188 waku ea2ceac4e8a14aa02b75f364861340176719c7795dbd5444511d6f83cea0e96d
|
|
2026-03-30 10:13:14.479 DEBUG [src.node.docker_mananger] Container started with ID ea2ceac4e8a1. Setting up logs at ./log/docker/node2_2026-03-30_10-13-12__cd55e813-e7aa-456c-907b-20b310ab0126__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:13:14.480 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5308
|
|
2026-03-30 10:13:14.480 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 10:13:15.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5308/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:15.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-30 10:13:15.492 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 10:13:15.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5308/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:15.498 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.103.188/tcp/5309/p2p/16Uiu2HAmQYwQ1UFfAozYiMusZv55v3tgWgreXTr4eEM2FpyoGbUx","/ip4/172.18.103.188/tcp/5310/ws/p2p/16Uiu2HAmQYwQ1UFfAozYiMusZv55v3tgWgreXTr4eEM2FpyoGbUx"],"enrUri":"enr:-L24QBYthRBdoDT9G_vUiKe_VRUMD4NOJ8S8wrhHzo8qsfdpYMlV8AbTXq_EPcSy8wiclZu05kFjqlAAFdouK29NJxsCgmlkgnY0gmlwhKwSZ7yKbXVsdGlhZGRyc5YACASsEme8BhS9AAoErBJnvAYUvt0DgnJzhQDHAQAAiXNlY3AyNTZrMaEDsL9rTfaynTGakrKEcrpm85ma0ckgGq--T5PowKCBLxWDdGNwghS9g3VkcIIUv4V3YWt1MgE"}'
|
|
2026-03-30 10:13:15.499 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 10:13:15.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5308/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.151.107/tcp/26011/p2p/16Uiu2HAmDV7LNxApxaTmukohLWcdniUVDKPkrtDVvFP6qQBt913V"]'
|
|
2026-03-30 10:13:15.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:13:15.503 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26010/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/199/0", "/waku/2/rs/199/1", "/waku/2/rs/199/2", "/waku/2/rs/199/3", "/waku/2/rs/199/4", "/waku/2/rs/199/5", "/waku/2/rs/199/6", "/waku/2/rs/199/7"]'
|
|
2026-03-30 10:13:15.513 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:13:15.513 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5308/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/199/0", "/waku/2/rs/199/1", "/waku/2/rs/199/2", "/waku/2/rs/199/3", "/waku/2/rs/199/4", "/waku/2/rs/199/5", "/waku/2/rs/199/6", "/waku/2/rs/199/7"]'
|
|
2026-03-30 10:13:15.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:13:15.531 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:13:15.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:13:15.539 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 10:13:15.640 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:13:15.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:15.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774865595531511697,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 10:13:15.645 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:13:15.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5308/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:15.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":1774865595531511697,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 10:13:15.649 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:13:15.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:13:15.655 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 10:13:15.756 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:13:15.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:15.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774865595649195407,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 10:13:15.761 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:13:15.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5308/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:15.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774865595649195407,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 10:13:15.765 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:13:15.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:13:15.769 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 10:13:15.870 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:13:15.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:15.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774865595765386154,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 10:13:15.874 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:13:15.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5308/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:15.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774865595765386154,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 10:13:15.878 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:13:15.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:13:15.883 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 10:13:15.983 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:13:15.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:15.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774865595878825729,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 10:13:15.988 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:13:15.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5308/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:15.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774865595878825729,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 10:13:15.992 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:13:15.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:13:15.997 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 10:13:16.097 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:13:16.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:16.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774865595992139087,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 10:13:16.102 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:13:16.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5308/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:16.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774865595992139087,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 10:13:16.106 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:13:16.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:13:16.111 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 10:13:16.211 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:13:16.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:16.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774865596106200577,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 10:13:16.216 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:13:16.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5308/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:16.218 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774865596106200577,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 10:13:16.220 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:13:16.224 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:13:16.225 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 10:13:16.325 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:13:16.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:16.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774865596220332608,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 10:13:16.330 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:13:16.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5308/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:16.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774865596220332608,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 10:13:16.334 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:13:16.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:13:16.340 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 10:13:16.440 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:13:16.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:16.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774865596334208292,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 10:13:16.445 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:13:16.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5308/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:16.447 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774865596334208292,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 10:13:16.449 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:26010/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/199/0", "/waku/2/rs/199/1", "/waku/2/rs/199/2", "/waku/2/rs/199/3", "/waku/2/rs/199/4", "/waku/2/rs/199/5", "/waku/2/rs/199/6", "/waku/2/rs/199/7"]'
|
|
2026-03-30 10:13:16.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:13:16.465 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:5308/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/199/0", "/waku/2/rs/199/1", "/waku/2/rs/199/2", "/waku/2/rs/199/3", "/waku/2/rs/199/4", "/waku/2/rs/199/5", "/waku/2/rs/199/6", "/waku/2/rs/199/7"]'
|
|
2026-03-30 10:13:16.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:13:16.479 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:13:16.482 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F0. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/199/0'
|
|
2026-03-30 10:13:16.484 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:13:16.489 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/199/1'
|
|
2026-03-30 10:13:16.491 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:13:16.495 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F2. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/199/2'
|
|
2026-03-30 10:13:16.496 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:13:16.499 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F3. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/199/3'
|
|
2026-03-30 10:13:16.500 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:13:16.502 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F4. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/199/4'
|
|
2026-03-30 10:13:16.504 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:13:16.506 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F5. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/199/5'
|
|
2026-03-30 10:13:16.508 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:13:16.510 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F6. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/199/6'
|
|
2026-03-30 10:13:16.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:13:16.513 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:26010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F7. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/199/7'
|
|
2026-03-30 10:13:16.516 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-30 10:13:16.517 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-30 10:13:16.517 DEBUG [src.node.waku_node] Stopping container with id 133b76780cdd
|
|
2026-03-30 10:13:17.005 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 10:13:17.007 DEBUG [src.node.waku_node] Stopping container with id ea2ceac4e8a1
|
|
2026-03-30 10:13:17.476 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 10:13:17.478 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-30 10:13:17.494 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 10:13:17.507 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|