mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
194 lines
35 KiB
Plaintext
194 lines
35 KiB
Plaintext
2026-02-25 15:28:33.746 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-25 15:28:33.747 DEBUG [tests.conftest] Running test: test_unsubscribe_from_some_pubsub_topics with id: 2026-02-25_15-28-33__42972c91-6569-419f-ba8f-8aeb8192023d
|
|
2026-02-25 15:28:33.747 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-25 15:28:33.748 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-25 15:28:33.748 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-25 15:28:33.759 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 15:28:33.759 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_15-28-33__42972c91-6569-419f-ba8f-8aeb8192023d__wakuorg_nwaku:latest.log
|
|
2026-02-25 15:28:33.760 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 15:28:33.760 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 15:28:33.764 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 15:28:33.764 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.144.46
|
|
2026-02-25 15:28:33.764 DEBUG [src.node.docker_mananger] Generated ports ['36534', '36535', '36536', '36537', '36538']
|
|
2026-02-25 15:28:33.765 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-25 15:28:33.765 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 15:28:33.765 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 15:28:33.766 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 15:28:33.766 DEBUG [src.node.docker_mananger] docker run -i -t -p 36534:36534 -p 36535:36535 -p 36536:36536 -p 36537:36537 -p 36538:36538 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=36536 --rest-port=36534 --tcp-port=36535 --discv5-udp-port=36537 --rest-address=0.0.0.0 --nat=extip:172.18.144.46 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e7d1fc25aca26fa366967cde3faf48c54c8c2f6a1b0cdfbfee5c62cf97fb9b0d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36538 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-25 15:28:33.958 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.144.46 waku 170d6c56b494456d988afdefdaa629c20c39a053a8c8d32b76b139ea896d59e6
|
|
2026-02-25 15:28:33.988 DEBUG [src.node.docker_mananger] Container started with ID 170d6c56b494. Setting up logs at ./log/docker/node1_2026-02-25_15-28-33__42972c91-6569-419f-ba8f-8aeb8192023d__wakuorg_nwaku:latest.log
|
|
2026-02-25 15:28:33.988 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36534
|
|
2026-02-25 15:28:33.989 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 15:28:34.025 ERROR [src.node.docker_mananger] Max retries reached for container f44c1e260103. Exiting log stream.
|
|
2026-02-25 15:28:34.600 ERROR [src.node.docker_mananger] Max retries reached for container 8d5c88107fce. Exiting log stream.
|
|
2026-02-25 15:28:34.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36534/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:34.991 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-02-25 15:28:34.992 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 15:28:34.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36534/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:34.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.144.46/tcp/36535/p2p/16Uiu2HAmET6u3pban67CDjSfTVFo2RphStzEH8LPP7tFckprJE6C","/ip4/172.18.144.46/tcp/36536/ws/p2p/16Uiu2HAmET6u3pban67CDjSfTVFo2RphStzEH8LPP7tFckprJE6C"],"enrUri":"enr:-L24QM_intSBiHyviCgw0Z-8yXbH0l62JBL1JOZVVW7djfksEyDcAWq6M-jpPYcBSOF4iCInUJC8zIU8yQ_4yv_LpMACgmlkgnY0gmlwhKwSkC6KbXVsdGlhZGRyc5YACASsEpAuBo63AAoErBKQLgaOuN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDGqvOuUnyLX_mrBbICFD_EYNI-LcPTVgLuWMZNTKsYVmDdGNwgo63g3VkcIKOuYV3YWt1MgU"}'
|
|
2026-02-25 15:28:34.994 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 15:28:35.001 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 15:28:35.001 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_15-28-33__42972c91-6569-419f-ba8f-8aeb8192023d__wakuorg_nwaku:latest.log
|
|
2026-02-25 15:28:35.001 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 15:28:35.001 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 15:28:35.003 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 15:28:35.003 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.250.7
|
|
2026-02-25 15:28:35.003 DEBUG [src.node.docker_mananger] Generated ports ['4092', '4093', '4094', '4095', '4096']
|
|
2026-02-25 15:28:35.003 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-25 15:28:35.003 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 15:28:35.003 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 15:28:35.003 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 15:28:35.004 DEBUG [src.node.docker_mananger] docker run -i -t -p 4092:4092 -p 4093:4093 -p 4094:4094 -p 4095:4095 -p 4096:4096 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=4094 --rest-port=4092 --tcp-port=4093 --discv5-udp-port=4095 --rest-address=0.0.0.0 --nat=extip:172.18.250.7 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dddefe6b2df2bf4e9400b1e3144dcdecdac28bfa1add9646bb1afbbbfdaae3fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4096 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QM_intSBiHyviCgw0Z-8yXbH0l62JBL1JOZVVW7djfksEyDcAWq6M-jpPYcBSOF4iCInUJC8zIU8yQ_4yv_LpMACgmlkgnY0gmlwhKwSkC6KbXVsdGlhZGRyc5YACASsEpAuBo63AAoErBKQLgaOuN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDGqvOuUnyLX_mrBbICFD_EYNI-LcPTVgLuWMZNTKsYVmDdGNwgo63g3VkcIKOuYV3YWt1MgU
|
|
2026-02-25 15:28:35.198 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.250.7 waku 8a419c53a0a1f25544cf40191fe6503bd93298274bc26693971e7c70e70db613
|
|
2026-02-25 15:28:35.229 DEBUG [src.node.docker_mananger] Container started with ID 8a419c53a0a1. Setting up logs at ./log/docker/node2_2026-02-25_15-28-33__42972c91-6569-419f-ba8f-8aeb8192023d__wakuorg_nwaku:latest.log
|
|
2026-02-25 15:28:35.229 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4092
|
|
2026-02-25 15:28:35.229 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 15:28:36.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4092/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:36.248 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-02-25 15:28:36.248 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 15:28:36.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4092/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:36.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.250.7/tcp/4093/p2p/16Uiu2HAmB9DNxVSCivTB6VqatwiHtrVWiQQeTfj5UQckRD2ZDWpC","/ip4/172.18.250.7/tcp/4094/ws/p2p/16Uiu2HAmB9DNxVSCivTB6VqatwiHtrVWiQQeTfj5UQckRD2ZDWpC"],"enrUri":"enr:-L24QMeIE1lnZSoX0luQV0QtFeLnHzYGfRULKmdFz4g3Um_ydFE4oWT4luyaCmEvX7jKZ_9zsyKusPefusVV5PwjdfUCgmlkgnY0gmlwhKwS-geKbXVsdGlhZGRyc5YACASsEvoHBg_9AAoErBL6BwYP_t0DgnJzhQACAQAAiXNlY3AyNTZrMaEC6YOe1mtSDVUnRABw3xDFY_TsaoKIaIJYERlkx91ojUWDdGNwgg_9g3VkcIIP_4V3YWt1MgE"}'
|
|
2026-02-25 15:28:36.257 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 15:28:36.257 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4092/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.144.46/tcp/36535/p2p/16Uiu2HAmET6u3pban67CDjSfTVFo2RphStzEH8LPP7tFckprJE6C"]'
|
|
2026-02-25 15:28:36.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:28:36.262 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36534/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-02-25 15:28:36.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:28:36.272 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4092/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-02-25 15:28:36.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:28:36.287 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36534/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-02-25 15:28:36.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:28:36.299 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 15:28:36.399 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:36.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36534/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:36.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033316287488197,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:36.404 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:36.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4092/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:36.406 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033316287488197,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:36.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36534/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-02-25 15:28:36.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:28:36.413 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 15:28:36.513 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:36.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36534/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:36.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033316407735374,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:36.517 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:36.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4092/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:36.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033316407735374,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:36.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36534/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-02-25 15:28:36.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:28:36.526 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 15:28:36.626 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:36.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36534/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:36.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033316521401488,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:36.630 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:36.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4092/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:36.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033316521401488,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:36.634 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36534/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-02-25 15:28:36.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:28:36.639 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 15:28:36.739 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:36.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36534/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:36.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033316633973647,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:36.743 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:36.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4092/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:36.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033316633973647,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:36.747 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36534/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-02-25 15:28:36.752 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:28:36.752 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 15:28:36.853 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:36.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36534/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:36.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033316747517854,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:36.856 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:36.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4092/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:36.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033316747517854,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:36.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36534/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-02-25 15:28:36.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:28:36.865 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 15:28:36.965 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:36.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36534/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:36.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033316860704647,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:36.970 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:36.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4092/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:36.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033316860704647,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:36.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36534/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-02-25 15:28:36.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:28:36.979 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 15:28:37.080 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:37.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36534/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:37.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033316975128210,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:37.084 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:37.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4092/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:37.086 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033316975128210,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:37.088 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36534/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-02-25 15:28:37.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:28:37.093 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 15:28:37.194 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:37.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36534/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:37.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033317088237435,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:37.197 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:37.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4092/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:37.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033317088237435,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:37.201 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:36534/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2"]'
|
|
2026-02-25 15:28:37.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:28:37.209 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:4092/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2"]'
|
|
2026-02-25 15:28:37.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:28:37.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36534/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-02-25 15:28:37.222 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:36534/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/0'
|
|
2026-02-25 15:28:37.224 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36534/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-02-25 15:28:37.226 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:36534/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/1'
|
|
2026-02-25 15:28:37.227 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36534/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-02-25 15:28:37.230 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:36534/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/2'
|
|
2026-02-25 15:28:37.231 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36534/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-02-25 15:28:37.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:28:37.236 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 15:28:37.336 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:37.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36534/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:37.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033317231722934,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:37.340 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:37.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4092/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:37.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033317231722934,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:37.344 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36534/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-02-25 15:28:37.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:28:37.349 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 15:28:37.449 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:37.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36534/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:37.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033317344417103,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:37.453 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:37.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4092/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:37.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033317344417103,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:37.457 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36534/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-02-25 15:28:37.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:28:37.462 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 15:28:37.562 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:37.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36534/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:37.565 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033317457021180,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:37.566 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:37.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4092/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:37.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033317457021180,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:37.570 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36534/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-02-25 15:28:37.575 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:28:37.575 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 15:28:37.675 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:37.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36534/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:37.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033317570531201,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:37.679 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:37.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4092/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:37.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033317570531201,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:37.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36534/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-02-25 15:28:37.687 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:28:37.688 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 15:28:37.788 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:37.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36534/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:37.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033317683239076,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:37.792 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:28:37.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4092/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:28:37.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033317683239076,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:28:37.797 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-25 15:28:37.798 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-25 15:28:37.798 DEBUG [src.node.waku_node] Stopping container with id 170d6c56b494
|
|
2026-02-25 15:28:38.327 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 15:28:38.330 DEBUG [src.node.waku_node] Stopping container with id 8a419c53a0a1
|
|
2026-02-25 15:28:38.835 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 15:28:38.837 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-25 15:28:38.855 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 15:28:38.866 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|