mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 00:53:08 +00:00
666 lines
110 KiB
Plaintext
666 lines
110 KiB
Plaintext
2026-02-28 04:25:56.589 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-28 04:25:56.589 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_100_content_topics_in_one_call with id: 2026-02-28_04-25-56__d5c8adcd-cb8b-43e6-b888-a3c07d444d8f
|
|
2026-02-28 04:25:56.590 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-28 04:25:56.590 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-02-28 04:25:56.590 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-02-28 04:25:56.596 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 04:25:56.597 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-28_04-25-56__d5c8adcd-cb8b-43e6-b888-a3c07d444d8f__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:25:56.597 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 04:25:56.597 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 04:25:56.598 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 04:25:56.598 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.135.73
|
|
2026-02-28 04:25:56.599 DEBUG [src.node.docker_mananger] Generated ports ['47700', '47701', '47702', '47703', '47704']
|
|
2026-02-28 04:25:56.599 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 04:25:56.599 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 04:25:56.599 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 04:25:56.599 DEBUG [src.node.docker_mananger] docker run -i -t -p 47700:47700 -p 47701:47701 -p 47702:47702 -p 47703:47703 -p 47704:47704 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=47702 --rest-port=47700 --tcp-port=47701 --discv5-udp-port=47703 --rest-address=0.0.0.0 --nat=extip:172.18.135.73 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=78c7655e0aae833aed48bea9caee7b0ec6dbffabc5def6ece8a6d949f598e1b8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47704 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-28 04:25:56.728 ERROR [src.node.docker_mananger] Max retries reached for container d042b792d7f9. Exiting log stream.
|
|
2026-02-28 04:25:56.791 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.135.73 waku e5df7fe36f27ff0fc424085ff16520ac18739fce2ae552592c6c4afc899fe3a1
|
|
2026-02-28 04:25:56.826 DEBUG [src.node.docker_mananger] Container started with ID e5df7fe36f27. Setting up logs at ./log/docker/node1_2026-02-28_04-25-56__d5c8adcd-cb8b-43e6-b888-a3c07d444d8f__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:25:56.828 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47700
|
|
2026-02-28 04:25:56.828 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 04:25:57.330 ERROR [src.node.docker_mananger] Max retries reached for container 4c1391e83c59. Exiting log stream.
|
|
2026-02-28 04:25:57.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47700/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:25:57.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-02-28 04:25:57.831 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 04:25:57.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47700/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:25:57.834 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.135.73/tcp/47701/p2p/16Uiu2HAm5o79cqnhvx57SovntaU72b68aMb9TojN6SX3yVr5mwfj","/ip4/172.18.135.73/tcp/47702/ws/p2p/16Uiu2HAm5o79cqnhvx57SovntaU72b68aMb9TojN6SX3yVr5mwfj"],"enrUri":"enr:-L24QPoyazbYauw7e3x6AY-5MdMw0pF7wOE7e0RGwRYZy0OVSawpQi4oijMxJrOxKlzepEJKj7syMJoehJuAjn32FK8CgmlkgnY0gmlwhKwSh0mKbXVsdGlhZGRyc5YACASsEodJBrpVAAoErBKHSQa6Vt0DgnJzhQADAQAAiXNlY3AyNTZrMaECmhKGf7kL3FTMQGbd2RkM0iOisOTi3S6wi9soa-Z-qh6DdGNwgrpVg3VkcIK6V4V3YWt1MgU"}'
|
|
2026-02-28 04:25:57.834 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 04:25:57.834 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-02-28 04:25:57.841 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 04:25:57.841 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-28_04-25-56__d5c8adcd-cb8b-43e6-b888-a3c07d444d8f__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:25:57.841 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 04:25:57.841 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 04:25:57.842 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 04:25:57.843 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.191.100
|
|
2026-02-28 04:25:57.843 DEBUG [src.node.docker_mananger] Generated ports ['37391', '37392', '37393', '37394', '37395']
|
|
2026-02-28 04:25:57.843 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 04:25:57.843 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 04:25:57.843 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 04:25:57.843 DEBUG [src.node.docker_mananger] docker run -i -t -p 37391:37391 -p 37392:37392 -p 37393:37393 -p 37394:37394 -p 37395:37395 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=37393 --rest-port=37391 --tcp-port=37392 --discv5-udp-port=37394 --rest-address=0.0.0.0 --nat=extip:172.18.191.100 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d3976c257c0fff431c8e4ec19abad4db6b2dda789b9b65e5eff938fd57fd99c9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37395 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QPoyazbYauw7e3x6AY-5MdMw0pF7wOE7e0RGwRYZy0OVSawpQi4oijMxJrOxKlzepEJKj7syMJoehJuAjn32FK8CgmlkgnY0gmlwhKwSh0mKbXVsdGlhZGRyc5YACASsEodJBrpVAAoErBKHSQa6Vt0DgnJzhQADAQAAiXNlY3AyNTZrMaECmhKGf7kL3FTMQGbd2RkM0iOisOTi3S6wi9soa-Z-qh6DdGNwgrpVg3VkcIK6V4V3YWt1MgU --filternode=/ip4/172.18.135.73/tcp/47701/p2p/16Uiu2HAm5o79cqnhvx57SovntaU72b68aMb9TojN6SX3yVr5mwfj
|
|
2026-02-28 04:25:58.030 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.191.100 waku bf3dbeb9a85a08e6eb65f89fd7f400b4d9d3ce71af53a2033eba64e9e1a4ddc5
|
|
2026-02-28 04:25:58.065 DEBUG [src.node.docker_mananger] Container started with ID bf3dbeb9a85a. Setting up logs at ./log/docker/node2_2026-02-28_04-25-56__d5c8adcd-cb8b-43e6-b888-a3c07d444d8f__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:25:58.065 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37391
|
|
2026-02-28 04:25:58.065 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 04:25:59.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:25:59.069 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-02-28 04:25:59.069 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 04:25:59.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:25:59.071 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.191.100/tcp/37392/p2p/16Uiu2HAmHhcPM5h2FvRTYhwFms97u31rP2LkzJFwQbwhN58KJNrc","/ip4/172.18.191.100/tcp/37393/ws/p2p/16Uiu2HAmHhcPM5h2FvRTYhwFms97u31rP2LkzJFwQbwhN58KJNrc"],"enrUri":"enr:-L24QOgYhA66WE1i17O6IA2E6JeepSiOjIMpR1nlFt1FbDR2IgsF1eNDyRjZAShMUmAAJxDdu3mPERhjogFg318NEAgCgmlkgnY0gmlwhKwSv2SKbXVsdGlhZGRyc5YACASsEr9kBpIQAAoErBK_ZAaSEd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDSvZXeJdx6y7I5HzFOofqATC_KeuQ6RFzkQA4TpMmF9mDdGNwgpIQg3VkcIKSEoV3YWt1MgA"}'
|
|
2026-02-28 04:25:59.071 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 04:25:59.072 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37391/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.135.73/tcp/47701/p2p/16Uiu2HAm5o79cqnhvx57SovntaU72b68aMb9TojN6SX3yVr5mwfj"]'
|
|
2026-02-28 04:25:59.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:25:59.112 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-28 04:25:59.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:25:59.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37391/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e0d89dbe-e83b-4ebc-bf87-3ddee73c936d", "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-02-28 04:25:59.164 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"e0d89dbe-e83b-4ebc-bf87-3ddee73c936d","statusDesc":"OK"}'
|
|
2026-02-28 04:25:59.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:25:59.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:25:59.197 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:25:59.297 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:25:59.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:25:59.300 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1772252759164850740,"ephemeral":false}]'
|
|
2026-02-28 04:25:59.302 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:25:59.331 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:25:59.331 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:25:59.432 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:25:59.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:25:59.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1772252759302463563,"ephemeral":false}]'
|
|
2026-02-28 04:25:59.437 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:25:59.466 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:25:59.466 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:25:59.566 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:25:59.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:25:59.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1772252759437125414,"ephemeral":false}]'
|
|
2026-02-28 04:25:59.571 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:25:59.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:25:59.600 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:25:59.701 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:25:59.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:25:59.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1772252759571265660,"ephemeral":false}]'
|
|
2026-02-28 04:25:59.705 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:25:59.734 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:25:59.734 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:25:59.835 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:25:59.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:25:59.838 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1772252759705574408,"ephemeral":false}]'
|
|
2026-02-28 04:25:59.839 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:25:59.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:25:59.869 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:25:59.969 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:25:59.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:25:59.972 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1772252759839795708,"ephemeral":false}]'
|
|
2026-02-28 04:25:59.973 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:00.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:00.002 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:00.102 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:00.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:00.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1772252759973670359,"ephemeral":false}]'
|
|
2026-02-28 04:26:00.107 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:00.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:00.137 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:00.237 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:00.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:00.239 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1772252760107476650,"ephemeral":false}]'
|
|
2026-02-28 04:26:00.241 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:00.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:00.270 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:00.370 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:00.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:00.373 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1772252760241322606,"ephemeral":false}]'
|
|
2026-02-28 04:26:00.375 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:00.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:00.404 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:00.504 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:00.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:00.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1772252760375048906,"ephemeral":false}]'
|
|
2026-02-28 04:26:00.509 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:00.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:00.538 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:00.638 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:00.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:00.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1772252760509044953,"ephemeral":false}]'
|
|
2026-02-28 04:26:00.643 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:00.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:00.672 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:00.772 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:00.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:00.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1772252760643332715,"ephemeral":false}]'
|
|
2026-02-28 04:26:00.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:00.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:00.806 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:00.906 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:00.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:00.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1772252760776869852,"ephemeral":false}]'
|
|
2026-02-28 04:26:00.910 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:00.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:00.940 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:01.040 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:01.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:01.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1772252760910732088,"ephemeral":false}]'
|
|
2026-02-28 04:26:01.044 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:01.073 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:01.073 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:01.174 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:01.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:01.177 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1772252761044096154,"ephemeral":false}]'
|
|
2026-02-28 04:26:01.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:01.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:01.211 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:01.312 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:01.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:01.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1772252761181219845,"ephemeral":false}]'
|
|
2026-02-28 04:26:01.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:01.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:01.345 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:01.446 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:01.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:01.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1772252761316163161,"ephemeral":false}]'
|
|
2026-02-28 04:26:01.450 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:01.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:01.479 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:01.579 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:01.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:01.582 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1772252761450199661,"ephemeral":false}]'
|
|
2026-02-28 04:26:01.583 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:01.612 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:01.613 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:01.713 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:01.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:01.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1772252761583805619,"ephemeral":false}]'
|
|
2026-02-28 04:26:01.718 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:01.748 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:01.748 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:01.848 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:01.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:01.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1772252761718612370,"ephemeral":false}]'
|
|
2026-02-28 04:26:01.853 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:01.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:01.883 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:01.983 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:01.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:01.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1772252761853555683,"ephemeral":false}]'
|
|
2026-02-28 04:26:01.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:02.017 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:02.018 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:02.118 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:02.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:02.121 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1772252761988606561,"ephemeral":false}]'
|
|
2026-02-28 04:26:02.122 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:02.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:02.153 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:02.254 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:02.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:02.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1772252762122854894,"ephemeral":false}]'
|
|
2026-02-28 04:26:02.258 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:02.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:02.288 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:02.388 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:02.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:02.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1772252762258576665,"ephemeral":false}]'
|
|
2026-02-28 04:26:02.393 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:02.422 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:02.422 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:02.523 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:02.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:02.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1772252762392897038,"ephemeral":false}]'
|
|
2026-02-28 04:26:02.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:02.555 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:02.556 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:02.656 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:02.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:02.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1772252762526814634,"ephemeral":false}]'
|
|
2026-02-28 04:26:02.660 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:02.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:02.690 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:02.790 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:02.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:02.793 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1772252762660840919,"ephemeral":false}]'
|
|
2026-02-28 04:26:02.795 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:02.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:02.825 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:02.926 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:02.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:02.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1772252762795267537,"ephemeral":false}]'
|
|
2026-02-28 04:26:02.930 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:02.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:02.960 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:03.060 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:03.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:03.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1772252762930200793,"ephemeral":false}]'
|
|
2026-02-28 04:26:03.065 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "29", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:03.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:03.095 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:03.195 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:03.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/29" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:03.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"29","version":0,"timestamp":1772252763065038039,"ephemeral":false}]'
|
|
2026-02-28 04:26:03.200 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "30", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:03.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:03.230 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:03.330 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:03.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/30" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:03.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"30","version":0,"timestamp":1772252763200418036,"ephemeral":false}]'
|
|
2026-02-28 04:26:03.335 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "31", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:03.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:03.365 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:03.465 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:03.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/31" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:03.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"31","version":0,"timestamp":1772252763335402947,"ephemeral":false}]'
|
|
2026-02-28 04:26:03.469 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "32", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:03.498 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:03.498 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:03.599 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:03.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/32" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:03.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"32","version":0,"timestamp":1772252763469802649,"ephemeral":false}]'
|
|
2026-02-28 04:26:03.603 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "33", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:03.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:03.632 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:03.732 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:03.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/33" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:03.735 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"33","version":0,"timestamp":1772252763603429434,"ephemeral":false}]'
|
|
2026-02-28 04:26:03.737 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "34", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:03.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:03.766 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:03.866 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:03.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/34" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:03.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"34","version":0,"timestamp":1772252763736909268,"ephemeral":false}]'
|
|
2026-02-28 04:26:03.870 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "35", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:03.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:03.899 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:03.999 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:04.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/35" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:04.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"35","version":0,"timestamp":1772252763870348484,"ephemeral":false}]'
|
|
2026-02-28 04:26:04.004 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "36", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:04.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:04.032 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:04.133 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:04.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/36" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:04.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"36","version":0,"timestamp":1772252764004010639,"ephemeral":false}]'
|
|
2026-02-28 04:26:04.138 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "37", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:04.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:04.167 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:04.267 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:04.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/37" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:04.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"37","version":0,"timestamp":1772252764137917019,"ephemeral":false}]'
|
|
2026-02-28 04:26:04.272 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "38", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:04.301 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:04.301 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:04.402 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:04.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/38" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:04.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"38","version":0,"timestamp":1772252764272386311,"ephemeral":false}]'
|
|
2026-02-28 04:26:04.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "39", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:04.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:04.436 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:04.536 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:04.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/39" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:04.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"39","version":0,"timestamp":1772252764406886281,"ephemeral":false}]'
|
|
2026-02-28 04:26:04.541 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "40", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:04.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:04.571 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:04.671 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:04.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/40" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:04.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"40","version":0,"timestamp":1772252764541331898,"ephemeral":false}]'
|
|
2026-02-28 04:26:04.676 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "41", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:04.705 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:04.705 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:04.805 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:04.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/41" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:04.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"41","version":0,"timestamp":1772252764675961212,"ephemeral":false}]'
|
|
2026-02-28 04:26:04.810 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "42", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:04.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:04.839 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:04.940 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:04.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/42" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:04.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"42","version":0,"timestamp":1772252764810354503,"ephemeral":false}]'
|
|
2026-02-28 04:26:04.944 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "43", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:04.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:04.973 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:05.073 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:05.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/43" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:05.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"43","version":0,"timestamp":1772252764944259288,"ephemeral":false}]'
|
|
2026-02-28 04:26:05.078 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "44", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:05.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:05.107 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:05.207 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:05.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/44" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:05.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"44","version":0,"timestamp":1772252765078187699,"ephemeral":false}]'
|
|
2026-02-28 04:26:05.213 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "45", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:05.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:05.242 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:05.342 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:05.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/45" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:05.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"45","version":0,"timestamp":1772252765212867160,"ephemeral":false}]'
|
|
2026-02-28 04:26:05.347 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "46", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:05.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:05.376 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:05.477 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:05.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/46" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:05.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"46","version":0,"timestamp":1772252765347370845,"ephemeral":false}]'
|
|
2026-02-28 04:26:05.481 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "47", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:05.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:05.510 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:05.610 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:05.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/47" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:05.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"47","version":0,"timestamp":1772252765481304898,"ephemeral":false}]'
|
|
2026-02-28 04:26:05.615 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "48", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:05.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:05.644 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:05.745 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:05.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/48" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:05.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"48","version":0,"timestamp":1772252765614964389,"ephemeral":false}]'
|
|
2026-02-28 04:26:05.749 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "49", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:05.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:05.778 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:05.878 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:05.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/49" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:05.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"49","version":0,"timestamp":1772252765749063195,"ephemeral":false}]'
|
|
2026-02-28 04:26:05.882 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "50", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:05.911 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:05.911 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:06.011 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:06.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/50" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:06.014 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"50","version":0,"timestamp":1772252765882845126,"ephemeral":false}]'
|
|
2026-02-28 04:26:06.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "51", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:06.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:06.045 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:06.145 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:06.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/51" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:06.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"51","version":0,"timestamp":1772252766015955939,"ephemeral":false}]'
|
|
2026-02-28 04:26:06.149 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "52", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:06.179 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:06.179 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:06.279 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:06.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/52" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:06.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"52","version":0,"timestamp":1772252766149706932,"ephemeral":false}]'
|
|
2026-02-28 04:26:06.283 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "53", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:06.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:06.312 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:06.412 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:06.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/53" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:06.415 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"53","version":0,"timestamp":1772252766283636740,"ephemeral":false}]'
|
|
2026-02-28 04:26:06.417 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "54", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:06.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:06.446 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:06.546 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:06.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/54" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:06.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"54","version":0,"timestamp":1772252766417049525,"ephemeral":false}]'
|
|
2026-02-28 04:26:06.550 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "55", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:06.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:06.580 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:06.680 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:06.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/55" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:06.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"55","version":0,"timestamp":1772252766550606078,"ephemeral":false}]'
|
|
2026-02-28 04:26:06.684 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "56", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:06.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:06.713 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:06.814 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:06.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/56" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:06.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"56","version":0,"timestamp":1772252766684424292,"ephemeral":false}]'
|
|
2026-02-28 04:26:06.824 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "57", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:06.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:06.854 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:06.955 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:06.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/57" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:06.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"57","version":0,"timestamp":1772252766824489228,"ephemeral":false}]'
|
|
2026-02-28 04:26:06.959 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "58", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:06.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:06.988 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:07.088 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:07.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/58" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:07.092 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"58","version":0,"timestamp":1772252766959447682,"ephemeral":false}]'
|
|
2026-02-28 04:26:07.093 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "59", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:07.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:07.122 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:07.223 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:07.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/59" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:07.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"59","version":0,"timestamp":1772252767093702936,"ephemeral":false}]'
|
|
2026-02-28 04:26:07.227 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "60", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:07.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:07.256 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:07.356 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:07.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/60" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:07.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"60","version":0,"timestamp":1772252767227440243,"ephemeral":false}]'
|
|
2026-02-28 04:26:07.361 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "61", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:07.390 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:07.391 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:07.491 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:07.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/61" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:07.494 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"61","version":0,"timestamp":1772252767361772586,"ephemeral":false}]'
|
|
2026-02-28 04:26:07.495 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "62", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:07.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:07.524 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:07.624 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:07.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/62" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:07.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"62","version":0,"timestamp":1772252767495517970,"ephemeral":false}]'
|
|
2026-02-28 04:26:07.629 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "63", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:07.657 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:07.657 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:07.758 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:07.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/63" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:07.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"63","version":0,"timestamp":1772252767629080849,"ephemeral":false}]'
|
|
2026-02-28 04:26:07.762 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "64", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:07.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:07.791 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:07.891 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:07.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/64" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:07.894 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"64","version":0,"timestamp":1772252767762232008,"ephemeral":false}]'
|
|
2026-02-28 04:26:07.896 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "65", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:07.925 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:07.925 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:08.025 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:08.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/65" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:08.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"65","version":0,"timestamp":1772252767896054673,"ephemeral":false}]'
|
|
2026-02-28 04:26:08.030 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "66", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:08.061 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:08.063 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:08.163 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:08.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/66" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:08.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"66","version":0,"timestamp":1772252768030084264,"ephemeral":false}]'
|
|
2026-02-28 04:26:08.168 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "67", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:08.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:08.197 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:08.297 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:08.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/67" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:08.300 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"67","version":0,"timestamp":1772252768168118497,"ephemeral":false}]'
|
|
2026-02-28 04:26:08.302 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "68", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:08.331 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:08.331 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:08.432 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:08.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/68" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:08.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"68","version":0,"timestamp":1772252768302136944,"ephemeral":false}]'
|
|
2026-02-28 04:26:08.436 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "69", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:08.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:08.465 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:08.565 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:08.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/69" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:08.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"69","version":0,"timestamp":1772252768436428752,"ephemeral":false}]'
|
|
2026-02-28 04:26:08.570 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "70", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:08.599 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:08.599 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:08.700 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:08.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/70" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:08.702 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"70","version":0,"timestamp":1772252768570034427,"ephemeral":false}]'
|
|
2026-02-28 04:26:08.704 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "71", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:08.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:08.733 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:08.833 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:08.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/71" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:08.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"71","version":0,"timestamp":1772252768704286757,"ephemeral":false}]'
|
|
2026-02-28 04:26:08.837 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "72", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:08.867 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:08.867 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:08.967 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:08.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/72" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:08.970 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"72","version":0,"timestamp":1772252768837479750,"ephemeral":false}]'
|
|
2026-02-28 04:26:08.972 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "73", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:09.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:09.001 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:09.102 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:09.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/73" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:09.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"73","version":0,"timestamp":1772252768972181625,"ephemeral":false}]'
|
|
2026-02-28 04:26:09.106 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "74", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:09.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:09.135 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:09.236 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:09.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/74" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:09.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"74","version":0,"timestamp":1772252769106056959,"ephemeral":false}]'
|
|
2026-02-28 04:26:09.241 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "75", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:09.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:09.270 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:09.371 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:09.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/75" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:09.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"75","version":0,"timestamp":1772252769241283541,"ephemeral":false}]'
|
|
2026-02-28 04:26:09.376 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "76", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:09.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:09.405 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:09.505 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:09.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/76" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:09.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"76","version":0,"timestamp":1772252769375926875,"ephemeral":false}]'
|
|
2026-02-28 04:26:09.509 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "77", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:09.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:09.539 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:09.639 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:09.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/77" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:09.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"77","version":0,"timestamp":1772252769509764978,"ephemeral":false}]'
|
|
2026-02-28 04:26:09.643 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "78", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:09.673 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:09.673 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:09.773 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:09.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/78" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:09.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"78","version":0,"timestamp":1772252769643823531,"ephemeral":false}]'
|
|
2026-02-28 04:26:09.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "79", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:09.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:09.807 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:09.907 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:09.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/79" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:09.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"79","version":0,"timestamp":1772252769777730298,"ephemeral":false}]'
|
|
2026-02-28 04:26:09.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "80", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:09.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:09.942 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:10.042 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:10.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/80" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:10.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"80","version":0,"timestamp":1772252769912319204,"ephemeral":false}]'
|
|
2026-02-28 04:26:10.046 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "81", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:10.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:10.076 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:10.176 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:10.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/81" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:10.179 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"81","version":0,"timestamp":1772252770046634169,"ephemeral":false}]'
|
|
2026-02-28 04:26:10.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "82", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:10.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:10.211 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:10.311 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:10.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/82" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:10.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"82","version":0,"timestamp":1772252770181459816,"ephemeral":false}]'
|
|
2026-02-28 04:26:10.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "83", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:10.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:10.345 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:10.445 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:10.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/83" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:10.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"83","version":0,"timestamp":1772252770315892808,"ephemeral":false}]'
|
|
2026-02-28 04:26:10.450 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "84", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:10.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:10.479 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:10.580 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:10.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/84" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:10.582 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"84","version":0,"timestamp":1772252770450221303,"ephemeral":false}]'
|
|
2026-02-28 04:26:10.584 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "85", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:10.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:10.613 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:10.714 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:10.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/85" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:10.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"85","version":0,"timestamp":1772252770584458241,"ephemeral":false}]'
|
|
2026-02-28 04:26:10.718 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "86", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:10.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:10.747 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:10.848 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:10.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/86" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:10.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"86","version":0,"timestamp":1772252770718408175,"ephemeral":false}]'
|
|
2026-02-28 04:26:10.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "87", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:10.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:10.882 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:10.982 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:10.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/87" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:10.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"87","version":0,"timestamp":1772252770852293820,"ephemeral":false}]'
|
|
2026-02-28 04:26:10.986 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "88", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:11.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:11.016 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:11.116 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:11.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/88" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:11.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"88","version":0,"timestamp":1772252770986676815,"ephemeral":false}]'
|
|
2026-02-28 04:26:11.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "89", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:11.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:11.149 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:11.250 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:11.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/89" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:11.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"89","version":0,"timestamp":1772252771120202785,"ephemeral":false}]'
|
|
2026-02-28 04:26:11.254 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "90", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:11.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:11.283 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:11.384 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:11.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/90" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:11.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"90","version":0,"timestamp":1772252771254304045,"ephemeral":false}]'
|
|
2026-02-28 04:26:11.388 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "91", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:11.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:11.418 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:11.519 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:11.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/91" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:11.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"91","version":0,"timestamp":1772252771388416909,"ephemeral":false}]'
|
|
2026-02-28 04:26:11.523 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "92", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:11.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:11.552 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:11.653 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:11.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/92" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:11.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"92","version":0,"timestamp":1772252771523290107,"ephemeral":false}]'
|
|
2026-02-28 04:26:11.657 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "93", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:11.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:11.686 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:11.786 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:11.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/93" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:11.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"93","version":0,"timestamp":1772252771657483899,"ephemeral":false}]'
|
|
2026-02-28 04:26:11.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "94", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:11.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:11.820 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:11.921 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:11.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/94" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:11.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"94","version":0,"timestamp":1772252771791101702,"ephemeral":false}]'
|
|
2026-02-28 04:26:11.925 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "95", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:11.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:11.955 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:12.055 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:12.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/95" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:12.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"95","version":0,"timestamp":1772252771925499600,"ephemeral":false}]'
|
|
2026-02-28 04:26:12.059 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "96", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:12.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:12.088 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:12.189 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:12.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/96" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:12.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"96","version":0,"timestamp":1772252772059731414,"ephemeral":false}]'
|
|
2026-02-28 04:26:12.193 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "97", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:12.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:12.222 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:12.322 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:12.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/97" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:12.325 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"97","version":0,"timestamp":1772252772193361303,"ephemeral":false}]'
|
|
2026-02-28 04:26:12.326 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "98", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:12.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:12.356 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:12.456 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:12.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/98" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:12.459 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"98","version":0,"timestamp":1772252772326811389,"ephemeral":false}]'
|
|
2026-02-28 04:26:12.461 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "99", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:26:12.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:12.490 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:12.590 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:12.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37391/filter/v2/messages/99" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:12.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"99","version":0,"timestamp":1772252772460969209,"ephemeral":false}]'
|
|
2026-02-28 04:26:12.596 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-28 04:26:12.597 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-28 04:26:12.597 DEBUG [src.node.waku_node] Stopping container with id e5df7fe36f27
|
|
2026-02-28 04:26:13.167 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 04:26:13.169 DEBUG [src.node.waku_node] Stopping container with id bf3dbeb9a85a
|
|
2026-02-28 04:26:13.717 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 04:26:13.718 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-28 04:26:13.758 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-28 04:26:13.770 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|