mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 09:33:42 +00:00
666 lines
110 KiB
Plaintext
666 lines
110 KiB
Plaintext
2026-03-06 04:32:12.139 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-06 04:32:12.139 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_100_content_topics_in_one_call with id: 2026-03-06_04-32-12__b261f477-2fb5-4e7b-978a-d7308d50dc4b
|
|
2026-03-06 04:32:12.139 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-06 04:32:12.139 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-06 04:32:12.140 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-06 04:32:12.147 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:32:12.147 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-32-12__b261f477-2fb5-4e7b-978a-d7308d50dc4b__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:32:12.147 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:32:12.147 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:32:12.148 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:32:12.149 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.64.13
|
|
2026-03-06 04:32:12.149 DEBUG [src.node.docker_mananger] Generated ports ['15337', '15338', '15339', '15340', '15341']
|
|
2026-03-06 04:32:12.149 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:32:12.149 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:32:12.149 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:32:12.149 DEBUG [src.node.docker_mananger] docker run -i -t -p 15337:15337 -p 15338:15338 -p 15339:15339 -p 15340:15340 -p 15341:15341 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=15339 --rest-port=15337 --tcp-port=15338 --discv5-udp-port=15340 --rest-address=0.0.0.0 --nat=extip:172.18.64.13 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=78eb48c9059aca35dffee2f4feecbd980a3aeef54adfee7adcc2d1109e4a959c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15341 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-06 04:32:12.338 ERROR [src.node.docker_mananger] Max retries reached for container 4f0ad8e6797e. Exiting log stream.
|
|
2026-03-06 04:32:12.342 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.64.13 waku 0e98429681d393b619ed512528fdfb11d477a1b5ef02c65d3dce2cd9104cba1e
|
|
2026-03-06 04:32:12.377 DEBUG [src.node.docker_mananger] Container started with ID 0e98429681d3. Setting up logs at ./log/docker/node1_2026-03-06_04-32-12__b261f477-2fb5-4e7b-978a-d7308d50dc4b__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:32:12.378 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15337
|
|
2026-03-06 04:32:12.378 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:32:12.822 ERROR [src.node.docker_mananger] Max retries reached for container 27b5e272a727. Exiting log stream.
|
|
2026-03-06 04:32:13.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15337/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:13.383 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-06 04:32:13.383 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:32:13.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15337/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:13.385 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.64.13/tcp/15338/p2p/16Uiu2HAm8Kfx4vniuF9kNES4B7deZ2kgeVJkLDjewFZ2sDDYLLN9","/ip4/172.18.64.13/tcp/15339/ws/p2p/16Uiu2HAm8Kfx4vniuF9kNES4B7deZ2kgeVJkLDjewFZ2sDDYLLN9"],"enrUri":"enr:-L24QIauAhYS2pQtUojVduDya6GXu_EAvJyXjkrpxgr28FdASriE-KObL1dZh6ad_cAhwYYz7OTBmaeG-fxjSJElnocCgmlkgnY0gmlwhKwSQA2KbXVsdGlhZGRyc5YACASsEkANBjvqAAoErBJADQY7690DgnJzhQADAQAAiXNlY3AyNTZrMaECv55pW_nwpPcAZqq74dw_6783zEJV8GVgbd4Puv4AeN6DdGNwgjvqg3VkcII77IV3YWt1MgU"}'
|
|
2026-03-06 04:32:13.385 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:32:13.386 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-06 04:32:13.393 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:32:13.393 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-32-12__b261f477-2fb5-4e7b-978a-d7308d50dc4b__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:32:13.393 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:32:13.393 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:32:13.394 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:32:13.394 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.14.63
|
|
2026-03-06 04:32:13.395 DEBUG [src.node.docker_mananger] Generated ports ['47323', '47324', '47325', '47326', '47327']
|
|
2026-03-06 04:32:13.395 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:32:13.395 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:32:13.395 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:32:13.395 DEBUG [src.node.docker_mananger] docker run -i -t -p 47323:47323 -p 47324:47324 -p 47325:47325 -p 47326:47326 -p 47327:47327 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=47325 --rest-port=47323 --tcp-port=47324 --discv5-udp-port=47326 --rest-address=0.0.0.0 --nat=extip:172.18.14.63 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bfb040fb3468fae5ae1b1899f21e542d08eefd1eec84cf1c164ffeadad07da80 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47327 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QIauAhYS2pQtUojVduDya6GXu_EAvJyXjkrpxgr28FdASriE-KObL1dZh6ad_cAhwYYz7OTBmaeG-fxjSJElnocCgmlkgnY0gmlwhKwSQA2KbXVsdGlhZGRyc5YACASsEkANBjvqAAoErBJADQY7690DgnJzhQADAQAAiXNlY3AyNTZrMaECv55pW_nwpPcAZqq74dw_6783zEJV8GVgbd4Puv4AeN6DdGNwgjvqg3VkcII77IV3YWt1MgU --filternode=/ip4/172.18.64.13/tcp/15338/p2p/16Uiu2HAm8Kfx4vniuF9kNES4B7deZ2kgeVJkLDjewFZ2sDDYLLN9
|
|
2026-03-06 04:32:13.584 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.14.63 waku d0c3d5942ba591ddaa41c71158df56ee850a052a936fb495d8c481af66e70496
|
|
2026-03-06 04:32:13.619 DEBUG [src.node.docker_mananger] Container started with ID d0c3d5942ba5. Setting up logs at ./log/docker/node2_2026-03-06_04-32-12__b261f477-2fb5-4e7b-978a-d7308d50dc4b__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:32:13.619 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47323
|
|
2026-03-06 04:32:13.619 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:32:14.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:14.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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-06 04:32:14.624 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:32:14.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:14.626 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.14.63/tcp/47324/p2p/16Uiu2HAm4aFKRkhKSAQhzoUdgz8WPdXuraUHuz8ZZ9uvFviwEkb9","/ip4/172.18.14.63/tcp/47325/ws/p2p/16Uiu2HAm4aFKRkhKSAQhzoUdgz8WPdXuraUHuz8ZZ9uvFviwEkb9"],"enrUri":"enr:-L24QMZiyZJiEWVjf8F9h0pYVwmjZkzwRsAwuVMfr8xJp02JIGqQGhdLCuSBUaijwRhViHF5Zia3pS7CWmFPdpUAHxUCgmlkgnY0gmlwhKwSDj-KbXVsdGlhZGRyc5YACASsEg4_BrjcAAoErBIOPwa43d0DgnJzhQADAQAAiXNlY3AyNTZrMaECh-uGWNU41yLr7X8pNVxZfAAwCzEcR6Own7jzQkn4JBCDdGNwgrjcg3VkcIK43oV3YWt1MgA"}'
|
|
2026-03-06 04:32:14.626 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:32:14.627 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47323/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.64.13/tcp/15338/p2p/16Uiu2HAm8Kfx4vniuF9kNES4B7deZ2kgeVJkLDjewFZ2sDDYLLN9"]'
|
|
2026-03-06 04:32:14.658 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:14.662 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-06 04:32:14.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:14.679 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47323/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "9590cee7-9f8d-4de3-9d6e-8d75b5cba5fc", "contentFilters": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-06 04:32:14.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"9590cee7-9f8d-4de3-9d6e-8d75b5cba5fc","statusDesc":"OK"}'
|
|
2026-03-06 04:32:14.715 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:14.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:14.747 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:14.848 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:14.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:14.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1772771534715646176,"ephemeral":false}]'
|
|
2026-03-06 04:32:14.853 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:14.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:14.883 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:14.983 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:14.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:14.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1772771534853419220,"ephemeral":false}]'
|
|
2026-03-06 04:32:14.989 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:15.017 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:15.017 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:15.118 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:15.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:15.121 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1772771534989221735,"ephemeral":false}]'
|
|
2026-03-06 04:32:15.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:15.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:15.151 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:15.252 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:15.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:15.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1772771535122976922,"ephemeral":false}]'
|
|
2026-03-06 04:32:15.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:15.284 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:15.285 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:15.385 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:15.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:15.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1772771535256731402,"ephemeral":false}]'
|
|
2026-03-06 04:32:15.390 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:15.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:15.418 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:15.519 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:15.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:15.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1772771535390078360,"ephemeral":false}]'
|
|
2026-03-06 04:32:15.524 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:15.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:15.552 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:15.652 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:15.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:15.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1772771535524065350,"ephemeral":false}]'
|
|
2026-03-06 04:32:15.658 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:15.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:15.686 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:15.786 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:15.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:15.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1772771535657881937,"ephemeral":false}]'
|
|
2026-03-06 04:32:15.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:15.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:15.820 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:15.920 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:15.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:15.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1772771535791845341,"ephemeral":false}]'
|
|
2026-03-06 04:32:15.926 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:15.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:15.954 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:16.054 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:16.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:16.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1772771535925883451,"ephemeral":false}]'
|
|
2026-03-06 04:32:16.060 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:16.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:16.088 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:16.188 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:16.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:16.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1772771536059873467,"ephemeral":false}]'
|
|
2026-03-06 04:32:16.193 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:16.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:16.222 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:16.322 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:16.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:16.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1772771536193705079,"ephemeral":false}]'
|
|
2026-03-06 04:32:16.327 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:16.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:16.357 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:16.457 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:16.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:16.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1772771536327698820,"ephemeral":false}]'
|
|
2026-03-06 04:32:16.462 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:16.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:16.490 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:16.590 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:16.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:16.593 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1772771536461990497,"ephemeral":false}]'
|
|
2026-03-06 04:32:16.595 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:16.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:16.624 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:16.724 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:16.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:16.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1772771536595433756,"ephemeral":false}]'
|
|
2026-03-06 04:32:16.730 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:16.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:16.758 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:16.859 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:16.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:16.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1772771536730244522,"ephemeral":false}]'
|
|
2026-03-06 04:32:16.863 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:16.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:16.892 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:16.992 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:16.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:16.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1772771536863854598,"ephemeral":false}]'
|
|
2026-03-06 04:32:16.997 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:17.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:17.025 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:17.125 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:17.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:17.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1772771536996999608,"ephemeral":false}]'
|
|
2026-03-06 04:32:17.130 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:17.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:17.158 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:17.259 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:17.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:17.262 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1772771537130485207,"ephemeral":false}]'
|
|
2026-03-06 04:32:17.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:17.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:17.292 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:17.393 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:17.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:17.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1772771537264082652,"ephemeral":false}]'
|
|
2026-03-06 04:32:17.398 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:17.426 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:17.427 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:17.527 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:17.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:17.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1772771537398150786,"ephemeral":false}]'
|
|
2026-03-06 04:32:17.532 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:17.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:17.561 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:17.661 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:17.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:17.664 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1772771537532482392,"ephemeral":false}]'
|
|
2026-03-06 04:32:17.666 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:17.694 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:17.694 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:17.795 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:17.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:17.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1772771537666121063,"ephemeral":false}]'
|
|
2026-03-06 04:32:17.800 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:17.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:17.828 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:17.929 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:17.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:17.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1772771537800013008,"ephemeral":false}]'
|
|
2026-03-06 04:32:17.934 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:17.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:17.963 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:18.063 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:18.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:18.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1772771537934147904,"ephemeral":false}]'
|
|
2026-03-06 04:32:18.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:18.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:18.097 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:18.197 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:18.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:18.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1772771538068469607,"ephemeral":false}]'
|
|
2026-03-06 04:32:18.202 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:18.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:18.231 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:18.331 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:18.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:18.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1772771538202496467,"ephemeral":false}]'
|
|
2026-03-06 04:32:18.336 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:18.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:18.366 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:18.466 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:18.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:18.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1772771538336817855,"ephemeral":false}]'
|
|
2026-03-06 04:32:18.471 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:18.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:18.500 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:18.600 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:18.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:18.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1772771538471726897,"ephemeral":false}]'
|
|
2026-03-06 04:32:18.605 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "29", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:18.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:18.634 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:18.734 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:18.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/29" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:18.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"29","version":0,"timestamp":1772771538605223606,"ephemeral":false}]'
|
|
2026-03-06 04:32:18.741 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "30", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:18.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:18.769 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:18.870 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:18.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/30" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:18.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"30","version":0,"timestamp":1772771538741209138,"ephemeral":false}]'
|
|
2026-03-06 04:32:18.875 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "31", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:18.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:18.904 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:19.004 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:19.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/31" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:19.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"31","version":0,"timestamp":1772771538875153063,"ephemeral":false}]'
|
|
2026-03-06 04:32:19.009 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "32", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:19.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:19.037 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:19.137 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:19.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/32" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:19.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"32","version":0,"timestamp":1772771539008996777,"ephemeral":false}]'
|
|
2026-03-06 04:32:19.143 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "33", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:19.171 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:19.172 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:19.272 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:19.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/33" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:19.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"33","version":0,"timestamp":1772771539142904104,"ephemeral":false}]'
|
|
2026-03-06 04:32:19.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "34", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:19.306 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:19.306 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:19.406 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:19.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/34" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:19.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"34","version":0,"timestamp":1772771539277578442,"ephemeral":false}]'
|
|
2026-03-06 04:32:19.411 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "35", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:19.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:19.439 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:19.540 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:19.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/35" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:19.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"35","version":0,"timestamp":1772771539411513215,"ephemeral":false}]'
|
|
2026-03-06 04:32:19.545 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "36", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:19.573 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:19.574 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:19.674 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:19.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/36" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:19.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"36","version":0,"timestamp":1772771539545018647,"ephemeral":false}]'
|
|
2026-03-06 04:32:19.679 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "37", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:19.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:19.707 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:19.808 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:19.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/37" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:19.811 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"37","version":0,"timestamp":1772771539679306466,"ephemeral":false}]'
|
|
2026-03-06 04:32:19.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "38", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:19.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:19.842 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:19.942 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:19.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/38" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:19.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"38","version":0,"timestamp":1772771539813424477,"ephemeral":false}]'
|
|
2026-03-06 04:32:19.947 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "39", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:19.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:19.975 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:20.076 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:20.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/39" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:20.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"39","version":0,"timestamp":1772771539947374453,"ephemeral":false}]'
|
|
2026-03-06 04:32:20.081 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "40", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:20.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:20.110 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:20.210 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:20.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/40" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:20.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"40","version":0,"timestamp":1772771540081570379,"ephemeral":false}]'
|
|
2026-03-06 04:32:20.215 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "41", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:20.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:20.244 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:20.344 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:20.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/41" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:20.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"41","version":0,"timestamp":1772771540215808857,"ephemeral":false}]'
|
|
2026-03-06 04:32:20.350 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "42", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:20.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:20.379 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:20.479 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:20.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/42" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:20.483 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"42","version":0,"timestamp":1772771540349957853,"ephemeral":false}]'
|
|
2026-03-06 04:32:20.484 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "43", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:20.513 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:20.513 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:20.613 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:20.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/43" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:20.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"43","version":0,"timestamp":1772771540484563916,"ephemeral":false}]'
|
|
2026-03-06 04:32:20.618 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "44", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:20.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:20.647 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:20.747 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:20.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/44" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:20.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"44","version":0,"timestamp":1772771540618091675,"ephemeral":false}]'
|
|
2026-03-06 04:32:20.753 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "45", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:20.781 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:20.781 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:20.882 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:20.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/45" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:20.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"45","version":0,"timestamp":1772771540753253296,"ephemeral":false}]'
|
|
2026-03-06 04:32:20.887 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "46", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:20.915 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:20.915 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:21.016 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:21.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/46" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:21.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"46","version":0,"timestamp":1772771540887209901,"ephemeral":false}]'
|
|
2026-03-06 04:32:21.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "47", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:21.049 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:21.050 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:21.150 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:21.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/47" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:21.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"47","version":0,"timestamp":1772771541020954472,"ephemeral":false}]'
|
|
2026-03-06 04:32:21.155 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "48", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:21.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:21.184 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:21.284 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:21.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/48" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:21.288 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"48","version":0,"timestamp":1772771541155433316,"ephemeral":false}]'
|
|
2026-03-06 04:32:21.289 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "49", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:21.318 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:21.318 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:21.418 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:21.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/49" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:21.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"49","version":0,"timestamp":1772771541289649985,"ephemeral":false}]'
|
|
2026-03-06 04:32:21.423 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "50", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:21.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:21.452 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:21.552 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:21.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/50" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:21.555 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"50","version":0,"timestamp":1772771541423428316,"ephemeral":false}]'
|
|
2026-03-06 04:32:21.557 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "51", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:21.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:21.586 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:21.687 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:21.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/51" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:21.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"51","version":0,"timestamp":1772771541557410986,"ephemeral":false}]'
|
|
2026-03-06 04:32:21.692 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "52", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:21.720 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:21.720 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:21.820 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:21.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/52" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:21.824 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"52","version":0,"timestamp":1772771541692039932,"ephemeral":false}]'
|
|
2026-03-06 04:32:21.826 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "53", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:21.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:21.855 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:21.955 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:21.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/53" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:21.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"53","version":0,"timestamp":1772771541826019104,"ephemeral":false}]'
|
|
2026-03-06 04:32:21.960 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "54", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:21.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:21.988 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:22.089 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:22.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/54" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:22.092 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"54","version":0,"timestamp":1772771541960265710,"ephemeral":false}]'
|
|
2026-03-06 04:32:22.094 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "55", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:22.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:22.123 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:22.223 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:22.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/55" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:22.226 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"55","version":0,"timestamp":1772771542094324927,"ephemeral":false}]'
|
|
2026-03-06 04:32:22.228 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "56", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:22.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:22.257 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:22.357 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:22.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/56" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:22.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"56","version":0,"timestamp":1772771542228644925,"ephemeral":false}]'
|
|
2026-03-06 04:32:22.367 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "57", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:22.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:22.400 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:22.500 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:22.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/57" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:22.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"57","version":0,"timestamp":1772771542367679570,"ephemeral":false}]'
|
|
2026-03-06 04:32:22.505 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "58", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:22.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:22.534 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:22.634 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:22.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/58" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:22.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"58","version":0,"timestamp":1772771542505358765,"ephemeral":false}]'
|
|
2026-03-06 04:32:22.639 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "59", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:22.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:22.667 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:22.768 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:22.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/59" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:22.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"59","version":0,"timestamp":1772771542639181476,"ephemeral":false}]'
|
|
2026-03-06 04:32:22.773 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "60", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:22.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:22.801 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:22.901 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:22.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/60" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:22.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"60","version":0,"timestamp":1772771542773097637,"ephemeral":false}]'
|
|
2026-03-06 04:32:22.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "61", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:22.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:22.935 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:23.035 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:23.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/61" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:23.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"61","version":0,"timestamp":1772771542906732468,"ephemeral":false}]'
|
|
2026-03-06 04:32:23.040 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "62", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:23.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:23.068 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:23.168 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:23.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/62" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:23.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"62","version":0,"timestamp":1772771543040215367,"ephemeral":false}]'
|
|
2026-03-06 04:32:23.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "63", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:23.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:23.202 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:23.302 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:23.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/63" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:23.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"63","version":0,"timestamp":1772771543173735986,"ephemeral":false}]'
|
|
2026-03-06 04:32:23.307 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "64", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:23.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:23.335 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:23.436 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:23.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/64" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:23.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"64","version":0,"timestamp":1772771543307312123,"ephemeral":false}]'
|
|
2026-03-06 04:32:23.441 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "65", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:23.469 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:23.469 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:23.570 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:23.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/65" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:23.573 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"65","version":0,"timestamp":1772771543441084282,"ephemeral":false}]'
|
|
2026-03-06 04:32:23.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "66", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:23.605 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:23.605 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:23.707 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:23.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/66" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:23.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"66","version":0,"timestamp":1772771543575102554,"ephemeral":false}]'
|
|
2026-03-06 04:32:23.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "67", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:23.740 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:23.740 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:23.841 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:23.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/67" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:23.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"67","version":0,"timestamp":1772771543712088874,"ephemeral":false}]'
|
|
2026-03-06 04:32:23.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "68", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:23.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:23.875 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:23.975 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:23.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/68" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:23.978 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"68","version":0,"timestamp":1772771543845921781,"ephemeral":false}]'
|
|
2026-03-06 04:32:23.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "69", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:24.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:24.008 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:24.109 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:24.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/69" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:24.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"69","version":0,"timestamp":1772771543980121117,"ephemeral":false}]'
|
|
2026-03-06 04:32:24.114 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "70", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:24.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:24.143 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:24.243 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:24.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/70" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:24.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"70","version":0,"timestamp":1772771544114224339,"ephemeral":false}]'
|
|
2026-03-06 04:32:24.248 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "71", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:24.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:24.276 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:24.378 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:24.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/71" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:24.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"71","version":0,"timestamp":1772771544248216148,"ephemeral":false}]'
|
|
2026-03-06 04:32:24.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "72", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:24.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:24.411 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:24.512 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:24.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/72" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:24.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"72","version":0,"timestamp":1772771544382899996,"ephemeral":false}]'
|
|
2026-03-06 04:32:24.517 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "73", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:24.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:24.545 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:24.646 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:24.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/73" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:24.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"73","version":0,"timestamp":1772771544517062762,"ephemeral":false}]'
|
|
2026-03-06 04:32:24.651 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "74", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:24.679 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:24.679 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:24.780 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:24.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/74" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:24.783 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"74","version":0,"timestamp":1772771544651103476,"ephemeral":false}]'
|
|
2026-03-06 04:32:24.786 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "75", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:24.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:24.815 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:24.916 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:24.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/75" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:24.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"75","version":0,"timestamp":1772771544786282328,"ephemeral":false}]'
|
|
2026-03-06 04:32:24.921 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "76", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:24.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:24.949 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:25.050 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:25.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/76" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:25.053 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"76","version":0,"timestamp":1772771544921142552,"ephemeral":false}]'
|
|
2026-03-06 04:32:25.055 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "77", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:25.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:25.083 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:25.183 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:25.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/77" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:25.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"77","version":0,"timestamp":1772771545055104517,"ephemeral":false}]'
|
|
2026-03-06 04:32:25.189 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "78", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:25.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:25.217 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:25.317 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:25.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/78" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:25.321 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"78","version":0,"timestamp":1772771545189025721,"ephemeral":false}]'
|
|
2026-03-06 04:32:25.323 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "79", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:25.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:25.351 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:25.452 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:25.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/79" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:25.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"79","version":0,"timestamp":1772771545322952954,"ephemeral":false}]'
|
|
2026-03-06 04:32:25.457 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "80", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:25.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:25.485 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:25.586 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:25.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/80" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:25.589 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"80","version":0,"timestamp":1772771545457004671,"ephemeral":false}]'
|
|
2026-03-06 04:32:25.591 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "81", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:25.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:25.620 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:25.720 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:25.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/81" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:25.723 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"81","version":0,"timestamp":1772771545591292674,"ephemeral":false}]'
|
|
2026-03-06 04:32:25.725 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "82", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:25.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:25.754 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:25.854 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:25.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/82" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:25.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"82","version":0,"timestamp":1772771545725497313,"ephemeral":false}]'
|
|
2026-03-06 04:32:25.859 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "83", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:25.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:25.888 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:25.988 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:25.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/83" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:25.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"83","version":0,"timestamp":1772771545859798615,"ephemeral":false}]'
|
|
2026-03-06 04:32:25.993 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "84", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:26.022 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:26.022 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:26.122 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:26.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/84" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:26.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"84","version":0,"timestamp":1772771545993434782,"ephemeral":false}]'
|
|
2026-03-06 04:32:26.127 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "85", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:26.156 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:26.156 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:26.256 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:26.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/85" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:26.260 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"85","version":0,"timestamp":1772771546127645896,"ephemeral":false}]'
|
|
2026-03-06 04:32:26.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "86", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:26.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:26.290 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:26.390 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:26.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/86" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:26.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"86","version":0,"timestamp":1772771546261715741,"ephemeral":false}]'
|
|
2026-03-06 04:32:26.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "87", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:26.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:26.424 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:26.524 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:26.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/87" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:26.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"87","version":0,"timestamp":1772771546395235443,"ephemeral":false}]'
|
|
2026-03-06 04:32:26.529 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "88", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:26.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:26.558 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:26.658 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:26.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/88" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:26.661 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"88","version":0,"timestamp":1772771546529435570,"ephemeral":false}]'
|
|
2026-03-06 04:32:26.663 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "89", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:26.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:26.691 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:26.792 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:26.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/89" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:26.795 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"89","version":0,"timestamp":1772771546663335492,"ephemeral":false}]'
|
|
2026-03-06 04:32:26.797 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "90", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:26.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:26.826 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:26.926 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:26.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/90" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:26.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"90","version":0,"timestamp":1772771546797220414,"ephemeral":false}]'
|
|
2026-03-06 04:32:26.931 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "91", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:26.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:26.959 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:27.060 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:27.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/91" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:27.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"91","version":0,"timestamp":1772771546931153085,"ephemeral":false}]'
|
|
2026-03-06 04:32:27.065 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "92", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:27.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:27.094 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:27.194 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:27.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/92" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:27.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"92","version":0,"timestamp":1772771547065104748,"ephemeral":false}]'
|
|
2026-03-06 04:32:27.199 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "93", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:27.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:27.228 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:27.328 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:27.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/93" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:27.331 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"93","version":0,"timestamp":1772771547199476585,"ephemeral":false}]'
|
|
2026-03-06 04:32:27.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "94", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:27.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:27.362 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:27.462 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:27.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/94" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:27.466 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"94","version":0,"timestamp":1772771547333251786,"ephemeral":false}]'
|
|
2026-03-06 04:32:27.468 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "95", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:27.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:27.497 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:27.597 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:27.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/95" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:27.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"95","version":0,"timestamp":1772771547467938167,"ephemeral":false}]'
|
|
2026-03-06 04:32:27.602 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "96", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:27.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:27.631 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:27.731 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:27.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/96" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:27.734 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"96","version":0,"timestamp":1772771547602390713,"ephemeral":false}]'
|
|
2026-03-06 04:32:27.736 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "97", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:27.764 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:27.764 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:27.865 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:27.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/97" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:27.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"97","version":0,"timestamp":1772771547736353272,"ephemeral":false}]'
|
|
2026-03-06 04:32:27.870 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "98", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:27.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:27.898 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:27.999 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:27.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/98" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:28.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"98","version":0,"timestamp":1772771547870157649,"ephemeral":false}]'
|
|
2026-03-06 04:32:28.004 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "99", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:32:28.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:32:28.032 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:32:28.133 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:32:28.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47323/filter/v2/messages/99" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:32:28.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"99","version":0,"timestamp":1772771548004192948,"ephemeral":false}]'
|
|
2026-03-06 04:32:28.140 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-06 04:32:28.141 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-06 04:32:28.141 DEBUG [src.node.waku_node] Stopping container with id 0e98429681d3
|
|
2026-03-06 04:32:28.717 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:32:28.718 DEBUG [src.node.waku_node] Stopping container with id d0c3d5942ba5
|
|
2026-03-06 04:32:29.303 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:32:29.306 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-06 04:32:29.354 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-06 04:32:29.367 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|