mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 17:53:09 +00:00
269 lines
48 KiB
Plaintext
269 lines
48 KiB
Plaintext
2026-03-03 04:34:39.682 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-03 04:34:39.683 DEBUG [tests.conftest] Running test: test_subscribe_one_by_one_to_different_content_topics_and_send_messages with id: 2026-03-03_04-34-39__839214a8-e086-4288-a0fa-64cf004bb3ed
|
|
2026-03-03 04:34:39.683 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-03 04:34:39.683 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-03 04:34:39.683 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-03 04:34:39.690 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:34:39.690 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-34-39__839214a8-e086-4288-a0fa-64cf004bb3ed__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:39.690 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:34:39.690 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:34:39.692 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:34:39.692 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.208.12
|
|
2026-03-03 04:34:39.692 DEBUG [src.node.docker_mananger] Generated ports ['50525', '50526', '50527', '50528', '50529']
|
|
2026-03-03 04:34:39.692 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:34:39.692 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:34:39.692 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:34:39.693 DEBUG [src.node.docker_mananger] docker run -i -t -p 50525:50525 -p 50526:50526 -p 50527:50527 -p 50528:50528 -p 50529:50529 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=50527 --rest-port=50525 --tcp-port=50526 --discv5-udp-port=50528 --rest-address=0.0.0.0 --nat=extip:172.18.208.12 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b3ebd90e3edcdb3b9b99e5d2cdede0119371cda396cbe56868f6effc6719dde3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50529 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-03 04:34:39.847 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.208.12 waku e4edacf2b506f2e7c242c261ea58602f17c78e19adce4b0cb14fe511e45cfba0
|
|
2026-03-03 04:34:39.877 DEBUG [src.node.docker_mananger] Container started with ID e4edacf2b506. Setting up logs at ./log/docker/node1_2026-03-03_04-34-39__839214a8-e086-4288-a0fa-64cf004bb3ed__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:39.878 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50525
|
|
2026-03-03 04:34:39.878 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:34:40.013 ERROR [src.node.docker_mananger] Max retries reached for container 3c992a888c3a. Exiting log stream.
|
|
2026-03-03 04:34:40.477 ERROR [src.node.docker_mananger] Max retries reached for container 67b5c42799a2. Exiting log stream.
|
|
2026-03-03 04:34:40.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50525/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:40.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-03 04:34:40.881 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:34:40.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50525/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:40.884 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.208.12/tcp/50526/p2p/16Uiu2HAmEhUNUZ4zUMvCELoitYQ6VPPEFjPMuMKfdxH6GEzbR7xK","/ip4/172.18.208.12/tcp/50527/ws/p2p/16Uiu2HAmEhUNUZ4zUMvCELoitYQ6VPPEFjPMuMKfdxH6GEzbR7xK"],"enrUri":"enr:-L24QLCLbECAJ_dp9TBiWRvyxMgcl8o4BB6hxtrGNidSgtPpNfruVWEOwhp0MeF1EQDZPWD2QC_X6en8Ddg6-_5KfaMCgmlkgnY0gmlwhKwS0AyKbXVsdGlhZGRyc5YACASsEtAMBsVeAAoErBLQDAbFX90DgnJzhQACAQAAiXNlY3AyNTZrMaEDHlo34gUimbqdt7wjhLAwaEtVyjDIGGNpQMGIdFe266CDdGNwgsVeg3VkcILFYIV3YWt1MgU"}'
|
|
2026-03-03 04:34:40.884 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:34:40.890 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:34:40.890 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-03_04-34-39__839214a8-e086-4288-a0fa-64cf004bb3ed__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:40.890 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:34:40.891 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:34:40.892 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:34:40.892 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.175.116
|
|
2026-03-03 04:34:40.892 DEBUG [src.node.docker_mananger] Generated ports ['43847', '43848', '43849', '43850', '43851']
|
|
2026-03-03 04:34:40.892 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:34:40.892 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:34:40.892 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:34:40.892 DEBUG [src.node.docker_mananger] docker run -i -t -p 43847:43847 -p 43848:43848 -p 43849:43849 -p 43850:43850 -p 43851:43851 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=43849 --rest-port=43847 --tcp-port=43848 --discv5-udp-port=43850 --rest-address=0.0.0.0 --nat=extip:172.18.175.116 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2db6fc7fc4d7a916f1874d93c74c2ccdafb68d6cdbfc8932077abbc8adb0f54e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43851 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLCLbECAJ_dp9TBiWRvyxMgcl8o4BB6hxtrGNidSgtPpNfruVWEOwhp0MeF1EQDZPWD2QC_X6en8Ddg6-_5KfaMCgmlkgnY0gmlwhKwS0AyKbXVsdGlhZGRyc5YACASsEtAMBsVeAAoErBLQDAbFX90DgnJzhQACAQAAiXNlY3AyNTZrMaEDHlo34gUimbqdt7wjhLAwaEtVyjDIGGNpQMGIdFe266CDdGNwgsVeg3VkcILFYIV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-03 04:34:41.048 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.175.116 waku 2f41a20a717edda12fd7be1d85a37713c5ecf55d60ca95dd0f84fb16a04e3367
|
|
2026-03-03 04:34:41.079 DEBUG [src.node.docker_mananger] Container started with ID 2f41a20a717e. Setting up logs at ./log/docker/node2_2026-03-03_04-34-39__839214a8-e086-4288-a0fa-64cf004bb3ed__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:41.079 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43847
|
|
2026-03-03 04:34:41.079 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:34:42.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43847/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:42.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-03 04:34:42.107 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:34:42.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43847/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:42.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.175.116/tcp/43848/p2p/16Uiu2HAmUKBxXtzCP5D875vMwfw9CyyZB8RevB3gsS8bx8WxWTec","/ip4/172.18.175.116/tcp/43849/ws/p2p/16Uiu2HAmUKBxXtzCP5D875vMwfw9CyyZB8RevB3gsS8bx8WxWTec"],"enrUri":"enr:-L24QEHwrshbyt5S1u51iC1gO_AAT9An_JmTA6yWr_y30Qvtds-zFaro2oPwzBBfl9kRmyKiaT6OY9Yws9R7T1bq-KoCgmlkgnY0gmlwhKwSr3SKbXVsdGlhZGRyc5YACASsEq90BqtIAAoErBKvdAarSd0DgnJzhQACAQAAiXNlY3AyNTZrMaED6Kh_2_4v6JxbZP50FSlFziZt9SM6cZvOwTPlHOjZ34WDdGNwgqtIg3VkcIKrSoV3YWt1MgE"}'
|
|
2026-03-03 04:34:42.114 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:34:42.114 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43847/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.208.12/tcp/50526/p2p/16Uiu2HAmEhUNUZ4zUMvCELoitYQ6VPPEFjPMuMKfdxH6GEzbR7xK"]'
|
|
2026-03-03 04:34:42.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.118 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-03 04:34:42.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43847/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-03 04:34:42.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:34:42.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.127 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:34:42.228 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:42.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50525/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:42.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512482123325740,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:42.233 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:42.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43847/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:42.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512482123325740,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:42.237 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
|
2026-03-03 04:34:42.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.241 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43847/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
|
2026-03-03 04:34:42.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.248 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:34:42.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.253 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:34:42.353 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:42.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50525/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:42.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772512482248625898,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:42.358 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:42.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43847/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:42.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772512482248625898,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:42.362 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
|
2026-03-03 04:34:42.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.366 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43847/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
|
2026-03-03 04:34:42.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.372 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:34:42.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.378 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:34:42.479 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:42.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50525/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:42.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772512482372220670,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:42.483 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:42.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43847/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:42.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772512482372220670,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:42.487 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
|
2026-03-03 04:34:42.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.492 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43847/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
|
2026-03-03 04:34:42.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.497 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:34:42.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.503 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:34:42.603 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:42.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50525/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:42.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772512482497066921,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:42.608 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:42.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43847/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:42.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772512482497066921,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:42.612 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
|
2026-03-03 04:34:42.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43847/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
|
2026-03-03 04:34:42.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:34:42.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.628 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:34:42.728 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:42.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50525/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:42.731 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772512482622188783,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:42.732 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:42.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43847/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:42.735 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772512482622188783,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:42.736 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
|
2026-03-03 04:34:42.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43847/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
|
2026-03-03 04:34:42.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.745 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:34:42.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.750 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:34:42.851 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:42.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50525/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:42.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772512482745137203,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:42.856 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:42.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43847/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:42.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772512482745137203,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:42.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
|
2026-03-03 04:34:42.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.866 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43847/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
|
2026-03-03 04:34:42.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.871 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:34:42.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.879 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:34:42.979 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:42.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50525/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:42.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772512482871653179,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:42.984 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:42.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43847/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:42.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772512482871653179,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:42.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
|
|
2026-03-03 04:34:42.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.992 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43847/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
|
|
2026-03-03 04:34:42.998 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:42.999 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:34:43.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.004 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:34:43.104 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:43.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50525/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:43.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772512482998881512,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:43.109 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:43.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43847/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:43.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772512482998881512,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:43.114 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2026-03-03 04:34:43.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43847/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2026-03-03 04:34:43.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:34:43.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.125 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:34:43.226 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:43.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50525/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:43.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1772512483120550700,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:43.230 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:43.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43847/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:43.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1772512483120550700,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:43.234 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
|
|
2026-03-03 04:34:43.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.237 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43847/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
|
|
2026-03-03 04:34:43.239 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.240 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:34:43.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.245 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:34:43.345 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:43.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50525/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:43.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/alerts/xml","version":0,"timestamp":1772512483240202591,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:43.350 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:43.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43847/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:43.352 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/alerts/xml","version":0,"timestamp":1772512483240202591,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:43.354 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/updates/json"]'
|
|
2026-03-03 04:34:43.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43847/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/updates/json"]'
|
|
2026-03-03 04:34:43.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.360 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:34:43.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.364 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:34:43.465 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:43.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50525/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:43.467 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/updates/json","version":0,"timestamp":1772512483360274846,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:43.469 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:43.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43847/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:43.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/updates/json","version":0,"timestamp":1772512483360274846,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:43.473 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/json"]'
|
|
2026-03-03 04:34:43.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43847/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/json"]'
|
|
2026-03-03 04:34:43.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.478 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:34:43.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.483 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:34:43.583 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:43.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50525/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:43.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1772512483478554954,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:43.588 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:43.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43847/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:43.591 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1772512483478554954,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:43.592 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/summaries/xml"]'
|
|
2026-03-03 04:34:43.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.595 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43847/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/summaries/xml"]'
|
|
2026-03-03 04:34:43.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.598 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:34:43.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.603 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:34:43.703 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:43.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50525/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:43.706 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1772512483597951193,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:43.708 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:43.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43847/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:43.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1772512483597951193,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:43.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/highlights/yaml"]'
|
|
2026-03-03 04:34:43.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.715 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43847/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/highlights/yaml"]'
|
|
2026-03-03 04:34:43.717 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.717 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:34:43.722 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.722 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:34:43.822 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:43.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50525/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:43.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1772512483717810354,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:43.826 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:43.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43847/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:43.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1772512483717810354,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:43.830 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/weekly/json"]'
|
|
2026-03-03 04:34:43.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43847/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/weekly/json"]'
|
|
2026-03-03 04:34:43.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.836 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:34:43.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.841 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:34:43.942 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:43.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50525/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:43.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1772512483836224672,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:43.946 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:43.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43847/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:43.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1772512483836224672,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:43.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/summaries/xml"]'
|
|
2026-03-03 04:34:43.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.953 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43847/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/summaries/xml"]'
|
|
2026-03-03 04:34:43.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.956 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50525/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:34:43.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:43.960 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:34:44.061 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:44.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50525/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:44.064 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1772512483956285411,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:44.065 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:44.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43847/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:44.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1772512483956285411,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:34:44.070 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-03 04:34:44.071 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-03 04:34:44.071 DEBUG [src.node.waku_node] Stopping container with id e4edacf2b506
|
|
2026-03-03 04:34:44.563 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:34:44.563 DEBUG [src.node.waku_node] Stopping container with id 2f41a20a717e
|
|
2026-03-03 04:34:45.057 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:34:45.059 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-03 04:34:45.073 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:34:45.085 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|