mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 09:43:24 +00:00
216 lines
38 KiB
Plaintext
216 lines
38 KiB
Plaintext
2026-03-08 04:39:19.552 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-08 04:39:19.553 DEBUG [tests.conftest] Running test: test_unsubscribe_from_some_pubsub_topics with id: 2026-03-08_04-39-19__c1c127cd-1785-44f0-8171-c2eaa98eb505
|
|
2026-03-08 04:39:19.553 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-08 04:39:19.553 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-08 04:39:19.553 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-08 04:39:19.562 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:39:19.562 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-08_04-39-19__c1c127cd-1785-44f0-8171-c2eaa98eb505__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:39:19.562 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-08 04:39:19.562 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-08 04:39:19.564 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-08 04:39:19.564 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.243.30
|
|
2026-03-08 04:39:19.564 DEBUG [src.node.docker_mananger] Generated ports ['8586', '8587', '8588', '8589', '8590']
|
|
2026-03-08 04:39:19.564 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-08 04:39:19.564 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-08 04:39:19.565 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-08 04:39:19.565 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-08 04:39:19.565 DEBUG [src.node.docker_mananger] docker run -i -t -p 8586:8586 -p 8587:8587 -p 8588:8588 -p 8589:8589 -p 8590:8590 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=8588 --rest-port=8586 --tcp-port=8587 --discv5-udp-port=8589 --rest-address=0.0.0.0 --nat=extip:172.18.243.30 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=adfba2b0afa95f7c21ffaabeecb20e1d979cca71d5b7dbcd2d3fcbacfb574ede --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8590 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-08 04:39:19.750 ERROR [src.node.docker_mananger] Max retries reached for container 00292860154f. Exiting log stream.
|
|
2026-03-08 04:39:19.764 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.243.30 waku 7b0a69225485cf967ec99ae8509e76797a51cd9311cdb894e71e3a7bd42e03e8
|
|
2026-03-08 04:39:19.802 DEBUG [src.node.docker_mananger] Container started with ID 7b0a69225485. Setting up logs at ./log/docker/node1_2026-03-08_04-39-19__c1c127cd-1785-44f0-8171-c2eaa98eb505__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:39:19.802 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8586
|
|
2026-03-08 04:39:19.803 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-08 04:39:20.334 ERROR [src.node.docker_mananger] Max retries reached for container 26b13106a018. Exiting log stream.
|
|
2026-03-08 04:39:20.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:20.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:39:20.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:20.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:39:21.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:21.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:39:21.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:21.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:39:21.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:21.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:39:21.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:21.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:39:21.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:21.426 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:39:21.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:21.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:39:21.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:21.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:39:21.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:21.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-08 04:39:21.767 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-08 04:39:21.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:21.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.243.30/tcp/8587/p2p/16Uiu2HAmV9Txyr7cH6VYDMV4DekKB17X6NBwcY77AG8sefsGQ8L1","/ip4/172.18.243.30/tcp/8588/ws/p2p/16Uiu2HAmV9Txyr7cH6VYDMV4DekKB17X6NBwcY77AG8sefsGQ8L1"],"enrUri":"enr:-L24QN2K15p95pi4yj7ze-3DXlC5jzXwU3EajzUmmPEyCGcxUOT1OBPf-_UVP2P1W8WL0WDws9qxfp0sqs_w6iRIgekCgmlkgnY0gmlwhKwS8x6KbXVsdGlhZGRyc5YACASsEvMeBiGLAAoErBLzHgYhjN0DgnJzhQACAQAAiXNlY3AyNTZrMaED9QZ6b6j4bqouoI9krEr_jOw-Yp0p_TxdeTN7yghu9RKDdGNwgiGLg3VkcIIhjYV3YWt1MgU"}'
|
|
2026-03-08 04:39:21.769 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-08 04:39:21.776 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:39:21.776 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-08_04-39-19__c1c127cd-1785-44f0-8171-c2eaa98eb505__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:39:21.777 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-08 04:39:21.777 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-08 04:39:21.780 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-08 04:39:21.781 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.194.155
|
|
2026-03-08 04:39:21.781 DEBUG [src.node.docker_mananger] Generated ports ['26520', '26521', '26522', '26523', '26524']
|
|
2026-03-08 04:39:21.781 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-08 04:39:21.781 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-08 04:39:21.781 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-08 04:39:21.782 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-08 04:39:21.782 DEBUG [src.node.docker_mananger] docker run -i -t -p 26520:26520 -p 26521:26521 -p 26522:26522 -p 26523:26523 -p 26524:26524 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=26522 --rest-port=26520 --tcp-port=26521 --discv5-udp-port=26523 --rest-address=0.0.0.0 --nat=extip:172.18.194.155 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2559a3b56ed86105ecf9de1abee414e2cbeb4d6ccd6ccdd1d2380d58e0358951 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26524 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QN2K15p95pi4yj7ze-3DXlC5jzXwU3EajzUmmPEyCGcxUOT1OBPf-_UVP2P1W8WL0WDws9qxfp0sqs_w6iRIgekCgmlkgnY0gmlwhKwS8x6KbXVsdGlhZGRyc5YACASsEvMeBiGLAAoErBLzHgYhjN0DgnJzhQACAQAAiXNlY3AyNTZrMaED9QZ6b6j4bqouoI9krEr_jOw-Yp0p_TxdeTN7yghu9RKDdGNwgiGLg3VkcIIhjYV3YWt1MgU
|
|
2026-03-08 04:39:21.989 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.194.155 waku a54a556ac966088c98eae90ff314749171684e8f788068ade5589077963ff0b1
|
|
2026-03-08 04:39:22.026 DEBUG [src.node.docker_mananger] Container started with ID a54a556ac966. Setting up logs at ./log/docker/node2_2026-03-08_04-39-19__c1c127cd-1785-44f0-8171-c2eaa98eb505__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:39:22.027 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26520
|
|
2026-03-08 04:39:22.027 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-08 04:39:23.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26520/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:23.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:39:23.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26520/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:23.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:39:23.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26520/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:23.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-08 04:39:23.238 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-08 04:39:23.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26520/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:23.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.194.155/tcp/26521/p2p/16Uiu2HAkvHMaEaCN5qfmfQe9cfJJZSz69AZeQ4G5BXN4q8oEVLm3","/ip4/172.18.194.155/tcp/26522/ws/p2p/16Uiu2HAkvHMaEaCN5qfmfQe9cfJJZSz69AZeQ4G5BXN4q8oEVLm3"],"enrUri":"enr:-L24QJVnRbvwuK48KKDlCEePD1e_kYkH9b51NTCavpL2TnOsXZ-BwkeY3W0BvZWX1TkidlO_3tjosQQ5QLiN3E-m4rACgmlkgnY0gmlwhKwSwpuKbXVsdGlhZGRyc5YACASsEsKbBmeZAAoErBLCmwZnmt0DgnJzhQACAQAAiXNlY3AyNTZrMaECDLo6f_Cqq2_ylY5xSVXy5rgAUl5pWr7VOI-Imf1oXVaDdGNwgmeZg3VkcIJnm4V3YWt1MgE"}'
|
|
2026-03-08 04:39:23.241 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-08 04:39:23.241 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26520/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.243.30/tcp/8587/p2p/16Uiu2HAmV9Txyr7cH6VYDMV4DekKB17X6NBwcY77AG8sefsGQ8L1"]'
|
|
2026-03-08 04:39:23.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:39:23.269 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8586/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-03-08 04:39:23.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:39:23.276 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26520/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-03-08 04:39:23.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:39:23.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:39:23.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:39:23.294 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:39:23.394 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:23.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:23.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944763281523153,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:23.399 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:23.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:23.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":1772944763281523153,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:23.404 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:39:23.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:39:23.414 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:39:23.515 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:23.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:23.518 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944763404266994,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:23.519 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:23.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:23.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944763404266994,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:23.524 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:39:23.532 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:39:23.532 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:39:23.634 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:23.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:23.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944763524295148,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:23.639 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:23.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:23.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944763524295148,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:23.643 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:39:23.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:39:23.652 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:39:23.752 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:23.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:23.756 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944763643693074,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:23.757 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:23.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:23.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":1772944763643693074,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:23.762 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:39:23.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:39:23.769 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:39:23.871 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:23.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:23.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944763762101464,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:23.875 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:23.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:23.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944763762101464,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:23.880 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:39:23.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:39:23.889 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:39:23.989 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:23.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:23.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944763880320167,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:23.994 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:23.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:23.997 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944763880320167,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:23.998 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:39:24.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:39:24.015 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:39:24.117 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:24.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:24.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":1772944763998485179,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:24.122 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:24.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:24.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":1772944763998485179,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:24.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:39:24.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:39:24.135 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:39:24.237 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:24.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:24.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944764126472897,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:24.250 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:24.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:24.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944764126472897,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:24.257 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:8586/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-03-08 04:39:24.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:39:24.276 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:26520/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-03-08 04:39:24.294 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:39:24.295 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:39:24.299 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:8586/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-03-08 04:39:24.301 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:39:24.303 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:8586/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-03-08 04:39:24.305 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:39:24.307 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:8586/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-03-08 04:39:24.308 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:39:24.316 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:39:24.316 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:39:24.417 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:24.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:24.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944764308505775,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:24.422 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:24.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:24.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944764308505775,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:24.427 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:39:24.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:39:24.436 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:39:24.537 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:24.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:24.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944764427367881,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:24.542 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:24.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:24.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944764427367881,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:24.547 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:39:24.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:39:24.555 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:39:24.655 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:24.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:24.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944764547273492,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:24.660 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:24.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:24.664 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944764547273492,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:24.666 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:39:24.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:39:24.674 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:39:24.775 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:24.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:24.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944764666201182,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:24.790 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:24.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:24.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944764666201182,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:24.798 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:39:24.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:39:24.808 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:39:24.908 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:24.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:24.911 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944764798210659,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:24.913 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:39:24.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:39:24.915 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944764798210659,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:39:24.918 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-08 04:39:24.919 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-08 04:39:24.920 DEBUG [src.node.waku_node] Stopping container with id 7b0a69225485
|
|
2026-03-08 04:39:25.532 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-08 04:39:25.533 DEBUG [src.node.waku_node] Stopping container with id a54a556ac966
|
|
2026-03-08 04:39:26.178 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-08 04:39:26.179 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-08 04:39:26.276 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-08 04:39:26.324 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|