mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-25 19:59:26 +00:00
133 lines
23 KiB
Plaintext
133 lines
23 KiB
Plaintext
2026-04-23 00:02:47.548 INFO [tests.conftest] Fleet bootstrap inactive – pass --fleet (or set FLEET_BOOTSTRAP=true) to connect local nodes to the waku.test fleet
|
||
2026-04-23 00:02:47.548 DEBUG [tests.conftest] Running fixture setup: test_id
|
||
2026-04-23 00:02:47.549 DEBUG [tests.conftest] Running test: test_subscribe_via_api_to_new_pubsub_topics with id: 2026-04-23_00-02-47__e6856407-1f26-4719-9b31-3424011deb30
|
||
2026-04-23 00:02:47.549 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||
2026-04-23 00:02:47.549 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||
2026-04-23 00:02:47.549 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||
2026-04-23 00:02:47.558 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
2026-04-23 00:02:47.558 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-23_00-02-47__e6856407-1f26-4719-9b31-3424011deb30__wakuorg_nwaku:latest.log
|
||
2026-04-23 00:02:47.559 DEBUG [src.node.waku_node] Starting Node...
|
||
2026-04-23 00:02:47.559 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
2026-04-23 00:02:47.560 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
2026-04-23 00:02:47.560 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.199.67
|
||
2026-04-23 00:02:47.560 DEBUG [src.node.docker_mananger] Generated ports ['36452', '36453', '36454', '36455', '36456']
|
||
2026-04-23 00:02:47.561 DEBUG [src.node.waku_node] Cluster id was resolved to: 199
|
||
2026-04-23 00:02:47.561 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||
2026-04-23 00:02:47.561 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
2026-04-23 00:02:47.561 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
2026-04-23 00:02:47.561 DEBUG [src.node.waku_node] Using volumes []
|
||
2026-04-23 00:02:47.561 DEBUG [src.node.docker_mananger] docker run -i -t -p 36452:36452 -p 36453:36453 -p 36454:36454 -p 36455:36455 -p 36456:36456 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=36454 --rest-port=36452 --tcp-port=36453 --discv5-udp-port=36455 --rest-address=0.0.0.0 --nat=extip:172.18.199.67 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=5aaeecacefaac0fbaaf3c53ef36fc2c76dda32d6ecaf681f7e7eedef1d9ced7e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36456 --metrics-logging=true --relay=true --filter=true
|
||
2026-04-23 00:02:47.765 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.199.67 waku 2bd751439a807c05e76717a43d534425276eae4fa7f81340f5ffeb55a8c39ade
|
||
2026-04-23 00:02:47.803 DEBUG [src.node.docker_mananger] Container started with ID 2bd751439a80. Setting up logs at ./log/docker/node1_2026-04-23_00-02-47__e6856407-1f26-4719-9b31-3424011deb30__wakuorg_nwaku:latest.log
|
||
2026-04-23 00:02:47.804 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36452
|
||
2026-04-23 00:02:47.804 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
2026-04-23 00:02:47.845 ERROR [src.node.docker_mananger] Max retries reached for container 0ac5a81991ab. Exiting log stream.
|
||
2026-04-23 00:02:48.340 ERROR [src.node.docker_mananger] Max retries reached for container 90ad55ad8ff7. Exiting log stream.
|
||
2026-04-23 00:02:48.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36452/health" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:02:48.807 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||
2026-04-23 00:02:48.808 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
2026-04-23 00:02:48.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36452/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:02:48.811 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.199.67/tcp/36453/p2p/16Uiu2HAmLF5ZLDDZtsYSqggEymQDup8K19iirEjekyYmdzGfhn6R","/ip4/172.18.199.67/tcp/36454/ws/p2p/16Uiu2HAmLF5ZLDDZtsYSqggEymQDup8K19iirEjekyYmdzGfhn6R"],"enrUri":"enr:-L24QD7uNNGhuu67ceWJPW7k9oEvdtUED-Xk9lVyW-Ee_bzaGCaIosKqn6Q176Hs5OTleKx6LFBH3ZY8shkpOpiH9DECgmlkgnY0gmlwhKwSx0OKbXVsdGlhZGRyc5YACASsEsdDBo5lAAoErBLHQwaOZt0DgnJzhQDHAQAAiXNlY3AyNTZrMaEDcL1xu8hhltZcHNIlZyyyB3q0mbmsxyVn6gb2urQgE86DdGNwgo5lg3VkcIKOZ4V3YWt1MgU"}'
|
||
2026-04-23 00:02:48.811 INFO [src.node.waku_node] REST service is ready !!
|
||
2026-04-23 00:02:48.819 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
2026-04-23 00:02:48.819 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-04-23_00-02-47__e6856407-1f26-4719-9b31-3424011deb30__wakuorg_nwaku:latest.log
|
||
2026-04-23 00:02:48.819 DEBUG [src.node.waku_node] Starting Node...
|
||
2026-04-23 00:02:48.819 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
2026-04-23 00:02:48.821 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
2026-04-23 00:02:48.821 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.18.234
|
||
2026-04-23 00:02:48.821 DEBUG [src.node.docker_mananger] Generated ports ['39214', '39215', '39216', '39217', '39218']
|
||
2026-04-23 00:02:48.821 DEBUG [src.node.waku_node] Cluster id was resolved to: 199
|
||
2026-04-23 00:02:48.821 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||
2026-04-23 00:02:48.821 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
2026-04-23 00:02:48.821 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
2026-04-23 00:02:48.822 DEBUG [src.node.waku_node] Using volumes []
|
||
2026-04-23 00:02:48.822 DEBUG [src.node.docker_mananger] docker run -i -t -p 39214:39214 -p 39215:39215 -p 39216:39216 -p 39217:39217 -p 39218:39218 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=39216 --rest-port=39214 --tcp-port=39215 --discv5-udp-port=39217 --rest-address=0.0.0.0 --nat=extip:172.18.18.234 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=2a4ea73f0ecfc2bd4264b9aa33effb7d43d95906b5a6fa6fa21f30b8afeaaed3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39218 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QD7uNNGhuu67ceWJPW7k9oEvdtUED-Xk9lVyW-Ee_bzaGCaIosKqn6Q176Hs5OTleKx6LFBH3ZY8shkpOpiH9DECgmlkgnY0gmlwhKwSx0OKbXVsdGlhZGRyc5YACASsEsdDBo5lAAoErBLHQwaOZt0DgnJzhQDHAQAAiXNlY3AyNTZrMaEDcL1xu8hhltZcHNIlZyyyB3q0mbmsxyVn6gb2urQgE86DdGNwgo5lg3VkcIKOZ4V3YWt1MgU
|
||
2026-04-23 00:02:49.026 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.18.234 waku a1f13cbead7f1fdd89ac7d275f2341badaaf27459933ba6f1f7b4aec314ae63b
|
||
2026-04-23 00:02:49.063 DEBUG [src.node.docker_mananger] Container started with ID a1f13cbead7f. Setting up logs at ./log/docker/node2_2026-04-23_00-02-47__e6856407-1f26-4719-9b31-3424011deb30__wakuorg_nwaku:latest.log
|
||
2026-04-23 00:02:49.063 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39214
|
||
2026-04-23 00:02:49.064 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
2026-04-23 00:02:50.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39214/health" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:02:50.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"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"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||
2026-04-23 00:02:50.074 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
2026-04-23 00:02:50.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39214/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:02:50.078 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.18.234/tcp/39215/p2p/16Uiu2HAm4gTcm3AYeAURzcpQBCD3MLRpsZnuYGdGhKiihjrA1TT2","/ip4/172.18.18.234/tcp/39216/ws/p2p/16Uiu2HAm4gTcm3AYeAURzcpQBCD3MLRpsZnuYGdGhKiihjrA1TT2"],"enrUri":"enr:-L24QO_IiSBMTD_tpdlXnd1C0W8nbhx0XClU8_MDLynzpIH2TAfvbNjmnl08NvCNG5fTiEtoAf4s2_zqNysX9U5pKzwCgmlkgnY0gmlwhKwSEuqKbXVsdGlhZGRyc5YACASsEhLqBpkvAAoErBIS6gaZMN0DgnJzhQDHAQAAiXNlY3AyNTZrMaECiYLqfgbWtl8UvpwwnR-2Cjdp8R_ibyabCArp5Vdiaj2DdGNwgpkvg3VkcIKZMYV3YWt1MgE"}'
|
||
2026-04-23 00:02:50.080 INFO [src.node.waku_node] REST service is ready !!
|
||
2026-04-23 00:02:50.080 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39214/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.199.67/tcp/36453/p2p/16Uiu2HAmLF5ZLDDZtsYSqggEymQDup8K19iirEjekyYmdzGfhn6R"]'
|
||
2026-04-23 00:02:50.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-23 00:02:50.084 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36452/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/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-04-23 00:02:50.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-23 00:02:50.098 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39214/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/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-04-23 00:02:50.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-23 00:02:50.118 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36452/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-04-23 00:02:50.130 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-23 00:02:50.132 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-23 00:02:50.232 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||
2026-04-23 00:02:50.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36452/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F1" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:02:50.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776902570117661528,"ephemeral":false,"proof":""}]'
|
||
2026-04-23 00:02:50.237 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-23 00:02:50.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39214/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F1" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:02:50.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776902570117661528,"ephemeral":false,"proof":""}]'
|
||
2026-04-23 00:02:50.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36452/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-04-23 00:02:50.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-23 00:02:50.247 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-23 00:02:50.347 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||
2026-04-23 00:02:50.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36452/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F2" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:02:50.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776902570242172767,"ephemeral":false,"proof":""}]'
|
||
2026-04-23 00:02:50.352 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-23 00:02:50.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39214/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F2" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:02:50.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776902570242172767,"ephemeral":false,"proof":""}]'
|
||
2026-04-23 00:02:50.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36452/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-04-23 00:02:50.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-23 00:02:50.362 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-23 00:02:50.462 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||
2026-04-23 00:02:50.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36452/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F3" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:02:50.466 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776902570357278126,"ephemeral":false,"proof":""}]'
|
||
2026-04-23 00:02:50.467 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-23 00:02:50.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39214/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F3" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:02:50.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776902570357278126,"ephemeral":false,"proof":""}]'
|
||
2026-04-23 00:02:50.471 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36452/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-04-23 00:02:50.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-23 00:02:50.477 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-23 00:02:50.577 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||
2026-04-23 00:02:50.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36452/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F4" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:02:50.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776902570471842907,"ephemeral":false,"proof":""}]'
|
||
2026-04-23 00:02:50.582 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-23 00:02:50.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39214/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F4" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:02:50.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776902570471842907,"ephemeral":false,"proof":""}]'
|
||
2026-04-23 00:02:50.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36452/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-04-23 00:02:50.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-23 00:02:50.592 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-23 00:02:50.692 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||
2026-04-23 00:02:50.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36452/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F5" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:02:50.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776902570587234689,"ephemeral":false,"proof":""}]'
|
||
2026-04-23 00:02:50.698 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-23 00:02:50.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39214/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F5" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:02:50.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776902570587234689,"ephemeral":false,"proof":""}]'
|
||
2026-04-23 00:02:50.702 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36452/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-04-23 00:02:50.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-23 00:02:50.708 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-23 00:02:50.808 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||
2026-04-23 00:02:50.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36452/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F6" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:02:50.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776902570702423032,"ephemeral":false,"proof":""}]'
|
||
2026-04-23 00:02:50.813 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-23 00:02:50.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39214/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F6" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:02:50.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776902570702423032,"ephemeral":false,"proof":""}]'
|
||
2026-04-23 00:02:50.817 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36452/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-04-23 00:02:50.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-23 00:02:50.823 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-23 00:02:50.924 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||
2026-04-23 00:02:50.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36452/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F7" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:02:50.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776902570817843929,"ephemeral":false,"proof":""}]'
|
||
2026-04-23 00:02:50.929 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-23 00:02:50.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39214/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F7" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:02:50.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776902570817843929,"ephemeral":false,"proof":""}]'
|
||
2026-04-23 00:02:50.936 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||
2026-04-23 00:02:50.938 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||
2026-04-23 00:02:50.938 DEBUG [src.node.waku_node] Stopping container with id 2bd751439a80
|
||
2026-04-23 00:02:51.477 DEBUG [src.node.waku_node] Container stopped.
|
||
2026-04-23 00:02:51.477 DEBUG [src.node.waku_node] Stopping container with id a1f13cbead7f
|
||
2026-04-23 00:02:52.014 DEBUG [src.node.waku_node] Container stopped.
|
||
2026-04-23 00:02:52.018 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||
2026-04-23 00:02:52.032 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||
2026-04-23 00:02:52.046 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|