mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-11 12:59:31 +00:00
330 lines
54 KiB
Plaintext
330 lines
54 KiB
Plaintext
2026-02-04 04:32:08.477 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-04 04:32:08.477 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_29_content_topics_in_separate_calls with id: 2026-02-04_04-32-08__6b3bcf6e-3b9a-448d-86c3-9d3132c921e3
|
|
2026-02-04 04:32:08.477 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-04 04:32:08.477 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-02-04 04:32:08.478 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-02-04 04:32:08.484 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 04:32:08.484 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-04_04-32-08__6b3bcf6e-3b9a-448d-86c3-9d3132c921e3__wakuorg_nwaku:latest.log
|
|
2026-02-04 04:32:08.484 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 04:32:08.484 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 04:32:08.486 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 04:32:08.486 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.240.183
|
|
2026-02-04 04:32:08.486 DEBUG [src.node.docker_mananger] Generated ports ['19223', '19224', '19225', '19226', '19227']
|
|
2026-02-04 04:32:08.486 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 04:32:08.487 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 04:32:08.487 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 04:32:08.487 DEBUG [src.node.docker_mananger] docker run -i -t -p 19223:19223 -p 19224:19224 -p 19225:19225 -p 19226:19226 -p 19227:19227 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=19225 --rest-port=19223 --tcp-port=19224 --discv5-udp-port=19226 --rest-address=0.0.0.0 --nat=extip:172.18.240.183 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e3ea3a09c5f5b2c10ebe075b06667edff9e8faefcdbb1fc3e6ca0f1ec9ed17cf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19227 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-04 04:32:08.672 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.240.183 waku 60cb9a5884943f544810eef7d87b0257b4d9ee59e15d51b42151d706dc705137
|
|
2026-02-04 04:32:08.703 DEBUG [src.node.docker_mananger] Container started with ID 60cb9a588494. Setting up logs at ./log/docker/node1_2026-02-04_04-32-08__6b3bcf6e-3b9a-448d-86c3-9d3132c921e3__wakuorg_nwaku:latest.log
|
|
2026-02-04 04:32:08.704 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19223
|
|
2026-02-04 04:32:08.704 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 04:32:08.786 ERROR [src.node.docker_mananger] Max retries reached for container 39871249e0b3. Exiting log stream.
|
|
2026-02-04 04:32:09.278 ERROR [src.node.docker_mananger] Max retries reached for container e91fa3a14a1a. Exiting log stream.
|
|
2026-02-04 04:32:09.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19223/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:09.708 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
|
2026-02-04 04:32:09.708 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 04:32:09.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19223/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:09.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.240.183/tcp/19224/p2p/16Uiu2HAkw9UDv2hdWx8aGFWMhzVhZcodP5fd6Uq6izAFYqDwgVWs","/ip4/172.18.240.183/tcp/19225/ws/p2p/16Uiu2HAkw9UDv2hdWx8aGFWMhzVhZcodP5fd6Uq6izAFYqDwgVWs"],"enrUri":"enr:-L24QPaQxbfIbGdt-G8DKCBt7K5SRE9247T-nAq04595fEdnV_RfGTZkS8T1cMOfoBa0GVpzdwR2Aiy_Y7GtEqA3_GMCgmlkgnY0gmlwhKwS8LeKbXVsdGlhZGRyc5YACASsEvC3BksYAAoErBLwtwZLGd0DgnJzhQADAQAAiXNlY3AyNTZrMaECGZDJqtoUU75GHNdig4Ld0I5KZx7JznCqpyfbukjo_SyDdGNwgksYg3VkcIJLGoV3YWt1MgU"}'
|
|
2026-02-04 04:32:09.711 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 04:32:09.711 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-02-04 04:32:09.717 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 04:32:09.718 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-04_04-32-08__6b3bcf6e-3b9a-448d-86c3-9d3132c921e3__wakuorg_nwaku:latest.log
|
|
2026-02-04 04:32:09.718 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 04:32:09.718 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 04:32:09.719 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 04:32:09.719 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.8.84
|
|
2026-02-04 04:32:09.719 DEBUG [src.node.docker_mananger] Generated ports ['3215', '3216', '3217', '3218', '3219']
|
|
2026-02-04 04:32:09.720 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 04:32:09.720 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 04:32:09.720 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 04:32:09.720 DEBUG [src.node.docker_mananger] docker run -i -t -p 3215:3215 -p 3216:3216 -p 3217:3217 -p 3218:3218 -p 3219:3219 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=3217 --rest-port=3215 --tcp-port=3216 --discv5-udp-port=3218 --rest-address=0.0.0.0 --nat=extip:172.18.8.84 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9ac7479f364c3acca103faa5abafbeffc6d6cbd3fa66c8c3ac8523d41abcbfec --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3219 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QPaQxbfIbGdt-G8DKCBt7K5SRE9247T-nAq04595fEdnV_RfGTZkS8T1cMOfoBa0GVpzdwR2Aiy_Y7GtEqA3_GMCgmlkgnY0gmlwhKwS8LeKbXVsdGlhZGRyc5YACASsEvC3BksYAAoErBLwtwZLGd0DgnJzhQADAQAAiXNlY3AyNTZrMaECGZDJqtoUU75GHNdig4Ld0I5KZx7JznCqpyfbukjo_SyDdGNwgksYg3VkcIJLGoV3YWt1MgU --filternode=/ip4/172.18.240.183/tcp/19224/p2p/16Uiu2HAkw9UDv2hdWx8aGFWMhzVhZcodP5fd6Uq6izAFYqDwgVWs
|
|
2026-02-04 04:32:09.906 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.8.84 waku 2f6a63313f761d28119b1f6c004893cf81df6d880cd3d44c2f39ba4ea2e1ce00
|
|
2026-02-04 04:32:09.937 DEBUG [src.node.docker_mananger] Container started with ID 2f6a63313f76. Setting up logs at ./log/docker/node2_2026-02-04_04-32-08__6b3bcf6e-3b9a-448d-86c3-9d3132c921e3__wakuorg_nwaku:latest.log
|
|
2026-02-04 04:32:09.937 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3215
|
|
2026-02-04 04:32:09.937 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 04:32:10.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:10.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
|
2026-02-04 04:32:10.942 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 04:32:10.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:10.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.8.84/tcp/3216/p2p/16Uiu2HAmTKTJGG9vQ4vxtfU6wEXfFy4eNUBh828MgZRmMh8t61ou","/ip4/172.18.8.84/tcp/3217/ws/p2p/16Uiu2HAmTKTJGG9vQ4vxtfU6wEXfFy4eNUBh828MgZRmMh8t61ou"],"enrUri":"enr:-L24QAPbnihYo06-uHLhZJeB2PxFw7KWHmDx2vJmfI3pYmejbQOBB9mmb0iNLZI4RHhJlH3bAI9sDlwZlmuzYGtu1yACgmlkgnY0gmlwhKwSCFSKbXVsdGlhZGRyc5YACASsEghUBgyQAAoErBIIVAYMkd0DgnJzhQADAQAAiXNlY3AyNTZrMaED2d4oYGTn_Q4gxy0jGpcPOg8jTbEywA9Vr7o5GkwaPviDdGNwggyQg3VkcIIMkoV3YWt1MgA"}'
|
|
2026-02-04 04:32:10.945 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 04:32:10.945 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.240.183/tcp/19224/p2p/16Uiu2HAkw9UDv2hdWx8aGFWMhzVhZcodP5fd6Uq6izAFYqDwgVWs"]'
|
|
2026-02-04 04:32:10.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:10.974 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-02-04 04:32:10.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-04 04:32:10.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:10.991 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "9d625bd7-8238-4d36-88d9-e87fafad875f", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"9d625bd7-8238-4d36-88d9-e87fafad875f","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.003 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.011 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["2"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.031 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["3"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.041 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["4"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.049 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.049 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["5"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["6"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["7"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.078 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.078 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["8"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["9"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.097 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["10"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.107 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["11"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["12"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.129 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["13"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.140 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["14"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.151 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["15"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["16"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.174 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["17"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["18"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.197 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["19"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.208 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["20"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.220 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["21"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.232 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["22"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.245 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["23"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.257 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["24"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.270 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["25"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.283 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["26"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.296 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["27"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.309 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["28"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:11.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 04:32:11.323 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 0
|
|
2026-02-04 04:32:11.324 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:11.337 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:11.338 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:11.438 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:11.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:11.441 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1770179531323863456,"ephemeral":false}]'
|
|
2026-02-04 04:32:11.443 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 1
|
|
2026-02-04 04:32:11.443 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:11.454 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:11.455 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:11.555 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:11.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:11.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1770179531443577846,"ephemeral":false}]'
|
|
2026-02-04 04:32:11.560 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 2
|
|
2026-02-04 04:32:11.560 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:11.571 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:11.572 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:11.672 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:11.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:11.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1770179531560393934,"ephemeral":false}]'
|
|
2026-02-04 04:32:11.677 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 3
|
|
2026-02-04 04:32:11.677 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:11.688 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:11.689 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:11.789 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:11.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:11.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1770179531677300019,"ephemeral":false}]'
|
|
2026-02-04 04:32:11.793 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 4
|
|
2026-02-04 04:32:11.794 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:11.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:11.805 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:11.906 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:11.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:11.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1770179531794167594,"ephemeral":false}]'
|
|
2026-02-04 04:32:11.910 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 5
|
|
2026-02-04 04:32:11.910 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:11.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:11.922 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:12.023 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:12.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:12.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1770179531910781419,"ephemeral":false}]'
|
|
2026-02-04 04:32:12.026 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 6
|
|
2026-02-04 04:32:12.027 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:12.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:12.038 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:12.139 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:12.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:12.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1770179532027109449,"ephemeral":false}]'
|
|
2026-02-04 04:32:12.143 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 7
|
|
2026-02-04 04:32:12.143 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:12.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:12.155 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:12.255 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:12.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:12.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1770179532143712896,"ephemeral":false}]'
|
|
2026-02-04 04:32:12.260 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 8
|
|
2026-02-04 04:32:12.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:12.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:12.271 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:12.371 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:12.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:12.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1770179532260239821,"ephemeral":false}]'
|
|
2026-02-04 04:32:12.376 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 9
|
|
2026-02-04 04:32:12.377 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:12.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:12.389 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:12.489 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:12.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:12.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1770179532376850008,"ephemeral":false}]'
|
|
2026-02-04 04:32:12.494 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 10
|
|
2026-02-04 04:32:12.494 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:12.505 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:12.506 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:12.606 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:12.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:12.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1770179532494446732,"ephemeral":false}]'
|
|
2026-02-04 04:32:12.611 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 11
|
|
2026-02-04 04:32:12.612 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:12.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:12.623 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:12.723 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:12.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:12.726 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1770179532611866172,"ephemeral":false}]'
|
|
2026-02-04 04:32:12.728 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 12
|
|
2026-02-04 04:32:12.728 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:12.740 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:12.740 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:12.840 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:12.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:12.843 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1770179532728700366,"ephemeral":false}]'
|
|
2026-02-04 04:32:12.845 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 13
|
|
2026-02-04 04:32:12.845 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:12.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:12.857 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:12.957 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:12.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:12.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1770179532845264120,"ephemeral":false}]'
|
|
2026-02-04 04:32:12.961 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 14
|
|
2026-02-04 04:32:12.962 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:12.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:12.973 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:13.073 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:13.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:13.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1770179532961833930,"ephemeral":false}]'
|
|
2026-02-04 04:32:13.078 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 15
|
|
2026-02-04 04:32:13.078 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:13.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:13.090 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:13.190 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:13.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:13.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1770179533078355626,"ephemeral":false}]'
|
|
2026-02-04 04:32:13.194 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 16
|
|
2026-02-04 04:32:13.195 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:13.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:13.206 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:13.307 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:13.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:13.310 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1770179533194893924,"ephemeral":false}]'
|
|
2026-02-04 04:32:13.311 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 17
|
|
2026-02-04 04:32:13.312 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:13.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:13.323 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:13.424 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:13.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:13.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1770179533312154057,"ephemeral":false}]'
|
|
2026-02-04 04:32:13.429 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 18
|
|
2026-02-04 04:32:13.429 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:13.441 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:13.441 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:13.541 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:13.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:13.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1770179533429309967,"ephemeral":false}]'
|
|
2026-02-04 04:32:13.545 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 19
|
|
2026-02-04 04:32:13.546 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:13.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:13.558 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:13.658 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:13.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:13.661 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1770179533546143857,"ephemeral":false}]'
|
|
2026-02-04 04:32:13.662 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 20
|
|
2026-02-04 04:32:13.663 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:13.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:13.674 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:13.774 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:13.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:13.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1770179533662905219,"ephemeral":false}]'
|
|
2026-02-04 04:32:13.779 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 21
|
|
2026-02-04 04:32:13.779 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:13.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:13.791 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:13.891 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:13.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:13.894 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1770179533779695072,"ephemeral":false}]'
|
|
2026-02-04 04:32:13.896 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 22
|
|
2026-02-04 04:32:13.897 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:13.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:13.908 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:14.009 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:14.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:14.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1770179533896856009,"ephemeral":false}]'
|
|
2026-02-04 04:32:14.013 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 23
|
|
2026-02-04 04:32:14.013 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:14.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:14.025 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:14.125 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:14.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:14.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1770179534013622779,"ephemeral":false}]'
|
|
2026-02-04 04:32:14.129 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 24
|
|
2026-02-04 04:32:14.130 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:14.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:14.141 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:14.241 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:14.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:14.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1770179534130119362,"ephemeral":false}]'
|
|
2026-02-04 04:32:14.246 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 25
|
|
2026-02-04 04:32:14.247 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:14.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:14.258 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:14.358 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:14.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:14.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1770179534246856124,"ephemeral":false}]'
|
|
2026-02-04 04:32:14.362 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 26
|
|
2026-02-04 04:32:14.363 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:14.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:14.374 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:14.474 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:14.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:14.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1770179534363118081,"ephemeral":false}]'
|
|
2026-02-04 04:32:14.479 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 27
|
|
2026-02-04 04:32:14.479 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:14.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:14.491 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:14.591 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:14.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:14.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1770179534479669126,"ephemeral":false}]'
|
|
2026-02-04 04:32:14.595 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 28
|
|
2026-02-04 04:32:14.596 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 04:32:14.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 04:32:14.607 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 04:32:14.707 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 04:32:14.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3215/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 04:32:14.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1770179534596181494,"ephemeral":false}]'
|
|
2026-02-04 04:32:14.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3215/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["rate limited"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 04:32:14.720 ERROR [src.node.api_clients.base_client] HTTP error occurred: 429 Client Error: Too Many Requests for url: http://127.0.0.1:3215/filter/v2/subscriptions. Response content: b'{"requestId":"1","statusDesc":"filter request rejected due rate limit exceeded"}'
|
|
2026-02-04 04:32:14.722 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-04 04:32:14.723 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-04 04:32:14.723 DEBUG [src.node.waku_node] Stopping container with id 60cb9a588494
|
|
2026-02-04 04:32:15.283 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 04:32:15.283 DEBUG [src.node.waku_node] Stopping container with id 2f6a63313f76
|
|
2026-02-04 04:32:15.802 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 04:32:15.804 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-04 04:32:15.847 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-04 04:32:15.867 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|