mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 16:43:56 +00:00
1000 lines
166 KiB
Plaintext
1000 lines
166 KiB
Plaintext
2026-03-30 15:14:31.450 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-30 15:14:31.450 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_29_content_topics_in_separate_calls with id: 2026-03-30_15-14-31__afe92a1f-36a4-4bc3-83fd-fa7422beb6a8
|
|
2026-03-30 15:14:31.451 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-30 15:14:31.451 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-30 15:14:31.451 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-30 15:14:31.457 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 15:14:31.457 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-30_15-14-31__afe92a1f-36a4-4bc3-83fd-fa7422beb6a8__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:14:31.457 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 15:14:31.457 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 15:14:31.459 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 15:14:31.459 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.227.198
|
|
2026-03-30 15:14:31.459 DEBUG [src.node.docker_mananger] Generated ports ['11470', '11471', '11472', '11473', '11474']
|
|
2026-03-30 15:14:31.460 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 15:14:31.460 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 15:14:31.460 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 15:14:31.460 DEBUG [src.node.docker_mananger] docker run -i -t -p 11470:11470 -p 11471:11471 -p 11472:11472 -p 11473:11473 -p 11474:11474 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=11472 --rest-port=11470 --tcp-port=11471 --discv5-udp-port=11473 --rest-address=0.0.0.0 --nat=extip:172.18.227.198 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=91bf2e2bdc78fbbfab7ee47a5b281f60c0e9cefe7f26f51157480adfcbc844cb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11474 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-30 15:14:31.642 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.227.198 waku 309a358915ff1a03a7720dea746b7c3e7f49cd170f099fbe9cf2f068edf05e41
|
|
2026-03-30 15:14:31.675 DEBUG [src.node.docker_mananger] Container started with ID 309a358915ff. Setting up logs at ./log/docker/node1_2026-03-30_15-14-31__afe92a1f-36a4-4bc3-83fd-fa7422beb6a8__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:14:31.676 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11470
|
|
2026-03-30 15:14:31.676 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 15:14:31.821 ERROR [src.node.docker_mananger] Max retries reached for container 6cdb0250a3d9. Exiting log stream.
|
|
2026-03-30 15:14:32.245 ERROR [src.node.docker_mananger] Max retries reached for container 4c4b773e55c8. Exiting log stream.
|
|
2026-03-30 15:14:32.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11470/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:32.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-30 15:14:32.680 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 15:14:32.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11470/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:32.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.227.198/tcp/11471/p2p/16Uiu2HAm35tBHYJZUvKYs3rYTPpgu6iAyL5raGteL9dLNw8UNLNY","/ip4/172.18.227.198/tcp/11472/ws/p2p/16Uiu2HAm35tBHYJZUvKYs3rYTPpgu6iAyL5raGteL9dLNw8UNLNY"],"enrUri":"enr:-L24QBFbr05Hh6hGy6SV8Si1g5hk6v6LfTARBY4MDozif875fLxIJ-6BimX4emn8F11pB3FCk3dVYgiKcD8lTIJnbvUCgmlkgnY0gmlwhKwS48aKbXVsdGlhZGRyc5YACASsEuPGBizPAAoErBLjxgYs0N0DgnJzhQDGAQAAiXNlY3AyNTZrMaECccur9aRI5ST_422CAWheHva_qRtJk-IJqpgy-niT7OWDdGNwgizPg3VkcIIs0YV3YWt1MgU"}'
|
|
2026-03-30 15:14:32.683 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 15:14:32.683 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-30 15:14:32.689 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 15:14:32.689 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-30_15-14-31__afe92a1f-36a4-4bc3-83fd-fa7422beb6a8__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:14:32.689 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 15:14:32.690 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 15:14:32.691 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 15:14:32.691 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.36.173
|
|
2026-03-30 15:14:32.691 DEBUG [src.node.docker_mananger] Generated ports ['61364', '61365', '61366', '61367', '61368']
|
|
2026-03-30 15:14:32.691 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 15:14:32.691 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 15:14:32.691 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 15:14:32.692 DEBUG [src.node.docker_mananger] docker run -i -t -p 61364:61364 -p 61365:61365 -p 61366:61366 -p 61367:61367 -p 61368:61368 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=61366 --rest-port=61364 --tcp-port=61365 --discv5-udp-port=61367 --rest-address=0.0.0.0 --nat=extip:172.18.36.173 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=cacaef1eeabdba650732c6d4f6dee419bd97a1eb7e43df78f73fa74a71bba72c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61368 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QBFbr05Hh6hGy6SV8Si1g5hk6v6LfTARBY4MDozif875fLxIJ-6BimX4emn8F11pB3FCk3dVYgiKcD8lTIJnbvUCgmlkgnY0gmlwhKwS48aKbXVsdGlhZGRyc5YACASsEuPGBizPAAoErBLjxgYs0N0DgnJzhQDGAQAAiXNlY3AyNTZrMaECccur9aRI5ST_422CAWheHva_qRtJk-IJqpgy-niT7OWDdGNwgizPg3VkcIIs0YV3YWt1MgU --filternode=/ip4/172.18.227.198/tcp/11471/p2p/16Uiu2HAm35tBHYJZUvKYs3rYTPpgu6iAyL5raGteL9dLNw8UNLNY
|
|
2026-03-30 15:14:32.873 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.36.173 waku 1644d0ac3ff820712a25303ee6ad798b1469d37811d1a1e3b5ea89df2380f815
|
|
2026-03-30 15:14:32.908 DEBUG [src.node.docker_mananger] Container started with ID 1644d0ac3ff8. Setting up logs at ./log/docker/node2_2026-03-30_15-14-31__afe92a1f-36a4-4bc3-83fd-fa7422beb6a8__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:14:32.908 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61364
|
|
2026-03-30 15:14:32.908 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 15:14:33.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:33.912 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-30 15:14:33.912 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 15:14:33.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:33.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.36.173/tcp/61365/p2p/16Uiu2HAmQhCr3V3ZBdEsx3uLbp8kprHRNfsatuNm6MnZkfjviBWq","/ip4/172.18.36.173/tcp/61366/ws/p2p/16Uiu2HAmQhCr3V3ZBdEsx3uLbp8kprHRNfsatuNm6MnZkfjviBWq"],"enrUri":"enr:-L24QI-rbsM1t6N81HxE01VoPv5Gni7Lz0z94YJZYCB0TNA4DbhAZeMACtVCNfZeR47uPtjw-UM5jlWr6_uZTUcFlGYCgmlkgnY0gmlwhKwSJK2KbXVsdGlhZGRyc5YACASsEiStBu-1AAoErBIkrQbvtt0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDst2IonbfH7vD7s-owAA_CDpJrYQLdaKhmMmlKxwAFiKDdGNwgu-1g3VkcILvt4V3YWt1MgA"}'
|
|
2026-03-30 15:14:33.915 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 15:14:33.915 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.227.198/tcp/11471/p2p/16Uiu2HAm35tBHYJZUvKYs3rYTPpgu6iAyL5raGteL9dLNw8UNLNY"]'
|
|
2026-03-30 15:14:33.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:33.950 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-30 15:14:33.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/1"]'
|
|
2026-03-30 15:14:33.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:33.968 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ee9c5780-6a35-4cd0-9eb3-d7606971740d", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:33.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ee9c5780-6a35-4cd0-9eb3-d7606971740d","statusDesc":"OK"}'
|
|
2026-03-30 15:14:33.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:33.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:33.990 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["1"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:33.999 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["2"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.008 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["3"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.017 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.017 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["4"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.026 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["5"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.036 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["6"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.045 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["7"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.054 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["8"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.064 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.065 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["9"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.075 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["10"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.085 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["11"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["12"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.106 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["13"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["14"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["15"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.140 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["16"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.151 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["17"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["18"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.174 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["19"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.186 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["20"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.198 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["21"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["22"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.224 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["23"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.237 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["24"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.250 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["25"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.263 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["26"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["27"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.291 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["28"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:34.303 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:34.304 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 0
|
|
2026-03-30 15:14:34.304 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:34.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:34.317 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:34.418 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:34.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:34.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1774883674304310670,"ephemeral":false}]'
|
|
2026-03-30 15:14:34.422 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 1
|
|
2026-03-30 15:14:34.423 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:34.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:34.434 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:34.535 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:34.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:34.537 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1774883674422929542,"ephemeral":false}]'
|
|
2026-03-30 15:14:34.540 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 2
|
|
2026-03-30 15:14:34.540 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:34.551 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:34.552 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:34.652 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:34.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:34.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1774883674540359571,"ephemeral":false}]'
|
|
2026-03-30 15:14:34.656 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 3
|
|
2026-03-30 15:14:34.657 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:34.668 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:34.669 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:34.769 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:34.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:34.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1774883674657027141,"ephemeral":false}]'
|
|
2026-03-30 15:14:34.774 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 4
|
|
2026-03-30 15:14:34.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:34.785 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:34.785 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:34.886 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:34.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:34.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1774883674774244476,"ephemeral":false}]'
|
|
2026-03-30 15:14:34.890 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 5
|
|
2026-03-30 15:14:34.891 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:34.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:34.903 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:35.004 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:35.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:35.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1774883674891054120,"ephemeral":false}]'
|
|
2026-03-30 15:14:35.008 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 6
|
|
2026-03-30 15:14:35.008 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:35.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:35.020 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:35.121 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:35.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:35.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1774883675008825920,"ephemeral":false}]'
|
|
2026-03-30 15:14:35.125 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 7
|
|
2026-03-30 15:14:35.125 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:35.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:35.137 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:35.237 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:35.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:35.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1774883675125757943,"ephemeral":false}]'
|
|
2026-03-30 15:14:35.242 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 8
|
|
2026-03-30 15:14:35.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:35.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:35.254 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:35.354 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:35.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:35.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1774883675242537122,"ephemeral":false}]'
|
|
2026-03-30 15:14:35.358 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 9
|
|
2026-03-30 15:14:35.359 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:35.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:35.371 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:35.471 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:35.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:35.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1774883675359187665,"ephemeral":false}]'
|
|
2026-03-30 15:14:35.475 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 10
|
|
2026-03-30 15:14:35.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:35.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:35.487 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:35.588 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:35.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:35.591 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1774883675476111887,"ephemeral":false}]'
|
|
2026-03-30 15:14:35.592 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 11
|
|
2026-03-30 15:14:35.593 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:35.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:35.604 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:35.704 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:35.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:35.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1774883675592858066,"ephemeral":false}]'
|
|
2026-03-30 15:14:35.709 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 12
|
|
2026-03-30 15:14:35.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:35.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:35.721 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:35.821 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:35.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:35.824 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1774883675709607215,"ephemeral":false}]'
|
|
2026-03-30 15:14:35.825 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 13
|
|
2026-03-30 15:14:35.825 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:35.837 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:35.837 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:35.937 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:35.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:35.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1774883675825791294,"ephemeral":false}]'
|
|
2026-03-30 15:14:35.941 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 14
|
|
2026-03-30 15:14:35.941 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:35.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:35.953 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:36.053 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:36.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:36.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1774883675941796688,"ephemeral":false}]'
|
|
2026-03-30 15:14:36.058 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 15
|
|
2026-03-30 15:14:36.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:36.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:36.070 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:36.170 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:36.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:36.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1774883676058601153,"ephemeral":false}]'
|
|
2026-03-30 15:14:36.175 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 16
|
|
2026-03-30 15:14:36.175 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:36.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:36.187 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:36.287 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:36.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:36.291 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1774883676175584666,"ephemeral":false}]'
|
|
2026-03-30 15:14:36.292 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 17
|
|
2026-03-30 15:14:36.292 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:36.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:36.304 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:36.404 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:36.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:36.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1774883676292765209,"ephemeral":false}]'
|
|
2026-03-30 15:14:36.409 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 18
|
|
2026-03-30 15:14:36.409 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:36.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:36.420 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:36.520 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:36.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:36.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1774883676409218716,"ephemeral":false}]'
|
|
2026-03-30 15:14:36.525 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 19
|
|
2026-03-30 15:14:36.525 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:36.537 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:36.537 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:36.637 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:36.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:36.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1774883676525806147,"ephemeral":false}]'
|
|
2026-03-30 15:14:36.642 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 20
|
|
2026-03-30 15:14:36.643 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:36.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:36.654 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:36.755 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:36.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:36.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1774883676642869557,"ephemeral":false}]'
|
|
2026-03-30 15:14:36.760 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 21
|
|
2026-03-30 15:14:36.760 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:36.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:36.772 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:36.872 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:36.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:36.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1774883676760623529,"ephemeral":false}]'
|
|
2026-03-30 15:14:36.876 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 22
|
|
2026-03-30 15:14:36.877 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:36.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:36.888 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:36.988 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:36.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:36.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1774883676876927660,"ephemeral":false}]'
|
|
2026-03-30 15:14:36.993 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 23
|
|
2026-03-30 15:14:36.993 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:37.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:37.005 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:37.105 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:37.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:37.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1774883676993714494,"ephemeral":false}]'
|
|
2026-03-30 15:14:37.110 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 24
|
|
2026-03-30 15:14:37.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:37.121 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:37.121 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:37.222 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:37.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:37.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1774883677110459920,"ephemeral":false}]'
|
|
2026-03-30 15:14:37.226 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 25
|
|
2026-03-30 15:14:37.227 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:37.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:37.238 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:37.338 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:37.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:37.341 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1774883677226842297,"ephemeral":false}]'
|
|
2026-03-30 15:14:37.343 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 26
|
|
2026-03-30 15:14:37.343 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:37.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:37.355 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:37.455 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:37.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:37.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1774883677343445982,"ephemeral":false}]'
|
|
2026-03-30 15:14:37.460 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 27
|
|
2026-03-30 15:14:37.460 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:37.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:37.472 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:37.572 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:37.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:37.575 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1774883677460505139,"ephemeral":false}]'
|
|
2026-03-30 15:14:37.577 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 28
|
|
2026-03-30 15:14:37.577 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11470/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:37.588 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:37.589 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:37.689 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:37.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61364/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:37.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1774883677577284222,"ephemeral":false}]'
|
|
2026-03-30 15:14:37.694 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["rate limited"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:37.708 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:37.747 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-30 15:14:37.748 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-30 15:14:37.748 DEBUG [src.node.waku_node] Stopping container with id 309a358915ff
|
|
2026-03-30 15:14:38.217 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 15:14:38.218 DEBUG [src.node.waku_node] Stopping container with id 1644d0ac3ff8
|
|
2026-03-30 15:14:38.665 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 15:14:38.667 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-30 15:14:38.720 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 15:14:38.743 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 15:14:38.747 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-30 15:14:38.747 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-30 15:14:38.752 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-30_15-14-31__afe92a1f-36a4-4bc3-83fd-fa7422beb6a8__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:14:38.758 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-30_15-14-31__afe92a1f-36a4-4bc3-83fd-fa7422beb6a8__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:14:38.786 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-30 15:14:38.786 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_29_content_topics_in_separate_calls with id: 2026-03-30_15-14-38__5fffff3f-b1f8-424a-a488-127a2ee69ed8
|
|
2026-03-30 15:14:38.787 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-30 15:14:38.787 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-30 15:14:38.787 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-30 15:14:38.796 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 15:14:38.796 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-30_15-14-38__5fffff3f-b1f8-424a-a488-127a2ee69ed8__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:14:38.797 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 15:14:38.797 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 15:14:38.799 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 15:14:38.799 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.184.126
|
|
2026-03-30 15:14:38.799 DEBUG [src.node.docker_mananger] Generated ports ['54919', '54920', '54921', '54922', '54923']
|
|
2026-03-30 15:14:38.800 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 15:14:38.800 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 15:14:38.800 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 15:14:38.800 DEBUG [src.node.docker_mananger] docker run -i -t -p 54919:54919 -p 54920:54920 -p 54921:54921 -p 54922:54922 -p 54923:54923 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=54921 --rest-port=54919 --tcp-port=54920 --discv5-udp-port=54922 --rest-address=0.0.0.0 --nat=extip:172.18.184.126 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=bc8af269884e7cbcdaea3995843cb1ffefd24accebf0def7f4bfbe934f8a58c5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54923 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-30 15:14:38.996 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.184.126 waku 5bff1c6ad83364a48097bee1b1b8b96ab1f45af39f3497efaa9b2122d22db902
|
|
2026-03-30 15:14:39.032 DEBUG [src.node.docker_mananger] Container started with ID 5bff1c6ad833. Setting up logs at ./log/docker/node1_2026-03-30_15-14-38__5fffff3f-b1f8-424a-a488-127a2ee69ed8__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:14:39.033 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54919
|
|
2026-03-30 15:14:39.033 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 15:14:39.153 ERROR [src.node.docker_mananger] Max retries reached for container 309a358915ff. Exiting log stream.
|
|
2026-03-30 15:14:39.649 ERROR [src.node.docker_mananger] Max retries reached for container 1644d0ac3ff8. Exiting log stream.
|
|
2026-03-30 15:14:40.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54919/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:40.036 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-30 15:14:40.036 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 15:14:40.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54919/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:40.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.184.126/tcp/54920/p2p/16Uiu2HAmLuxHPcZJ3MkUJTXumEcCtWJrqB3TtwHPAj23vxBhMkeT","/ip4/172.18.184.126/tcp/54921/ws/p2p/16Uiu2HAmLuxHPcZJ3MkUJTXumEcCtWJrqB3TtwHPAj23vxBhMkeT"],"enrUri":"enr:-L24QHsj8xwCKtXQHRxLgNw2rPO7NqKdXC796LDPP6GCcMXjKDnHjvvRHhcfjXdVbzQ0p5aI7ETw8HvsPSEkuEdDrCYCgmlkgnY0gmlwhKwSuH6KbXVsdGlhZGRyc5YACASsErh-BtaIAAoErBK4fgbWid0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDerLewI4oDc8989XsE7oQ2x5cznsL7P1y3PfhLd6926iDdGNwgtaIg3VkcILWioV3YWt1MgU"}'
|
|
2026-03-30 15:14:40.039 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 15:14:40.040 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-30 15:14:40.046 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 15:14:40.046 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-30_15-14-38__5fffff3f-b1f8-424a-a488-127a2ee69ed8__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:14:40.046 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 15:14:40.046 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 15:14:40.048 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 15:14:40.048 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.120.81
|
|
2026-03-30 15:14:40.048 DEBUG [src.node.docker_mananger] Generated ports ['46877', '46878', '46879', '46880', '46881']
|
|
2026-03-30 15:14:40.048 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 15:14:40.048 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 15:14:40.048 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 15:14:40.048 DEBUG [src.node.docker_mananger] docker run -i -t -p 46877:46877 -p 46878:46878 -p 46879:46879 -p 46880:46880 -p 46881:46881 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=46879 --rest-port=46877 --tcp-port=46878 --discv5-udp-port=46880 --rest-address=0.0.0.0 --nat=extip:172.18.120.81 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=cabcebed05d8b6d1bd64cb479cb4aaae1dd5bb59207b906bbccdbda1ee9eaf4d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46881 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QHsj8xwCKtXQHRxLgNw2rPO7NqKdXC796LDPP6GCcMXjKDnHjvvRHhcfjXdVbzQ0p5aI7ETw8HvsPSEkuEdDrCYCgmlkgnY0gmlwhKwSuH6KbXVsdGlhZGRyc5YACASsErh-BtaIAAoErBK4fgbWid0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDerLewI4oDc8989XsE7oQ2x5cznsL7P1y3PfhLd6926iDdGNwgtaIg3VkcILWioV3YWt1MgU --filternode=/ip4/172.18.184.126/tcp/54920/p2p/16Uiu2HAmLuxHPcZJ3MkUJTXumEcCtWJrqB3TtwHPAj23vxBhMkeT
|
|
2026-03-30 15:14:40.238 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.120.81 waku 8c364afa651fbffb4b2aced1f88a503fe235586491cab299a10fbb9af93f0a14
|
|
2026-03-30 15:14:40.269 DEBUG [src.node.docker_mananger] Container started with ID 8c364afa651f. Setting up logs at ./log/docker/node2_2026-03-30_15-14-38__5fffff3f-b1f8-424a-a488-127a2ee69ed8__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:14:40.270 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46877
|
|
2026-03-30 15:14:40.270 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 15:14:41.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:41.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-30 15:14:41.274 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 15:14:41.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:41.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.120.81/tcp/46878/p2p/16Uiu2HAmKbxiG9L1yyBGDCnttsKSkQizM5UVfXoE86BPxQ6VzRJC","/ip4/172.18.120.81/tcp/46879/ws/p2p/16Uiu2HAmKbxiG9L1yyBGDCnttsKSkQizM5UVfXoE86BPxQ6VzRJC"],"enrUri":"enr:-L24QPTuIMujJULtT4HqjWxGSqNJkh9Oej6Xq9uNhi0Icqxka21cb8x7qHli8FIN3703ct2bGOFjXsJaeCB8TsFfwkICgmlkgnY0gmlwhKwSeFGKbXVsdGlhZGRyc5YACASsEnhRBrceAAoErBJ4UQa3H90DgnJzhQDGAQAAiXNlY3AyNTZrMaEDZzs2p8bpRtckCsbNB_gpxb2psBiQCmghDQwwFYcV802DdGNwgrceg3VkcIK3IIV3YWt1MgA"}'
|
|
2026-03-30 15:14:41.277 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 15:14:41.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.184.126/tcp/54920/p2p/16Uiu2HAmLuxHPcZJ3MkUJTXumEcCtWJrqB3TtwHPAj23vxBhMkeT"]'
|
|
2026-03-30 15:14:41.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:41.315 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-30 15:14:41.315 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/1"]'
|
|
2026-03-30 15:14:41.331 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:41.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "9bf3ddbc-7d1b-4d75-abb2-99c26818ba3a", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"9bf3ddbc-7d1b-4d75-abb2-99c26818ba3a","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.358 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["1"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.366 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["2"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.376 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["3"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["4"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.393 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["5"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.402 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["6"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.411 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["7"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["8"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.430 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.430 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["9"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.441 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["10"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.451 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["11"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.463 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.463 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["12"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.473 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.474 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["13"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.485 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["14"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.496 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["15"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.507 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["16"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.519 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["17"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.531 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["18"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.544 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["19"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.555 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["20"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.567 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.568 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["21"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.581 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["22"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.595 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["23"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.607 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["24"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.622 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["25"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.635 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["26"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["27"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.661 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.661 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["28"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:41.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:41.675 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 0
|
|
2026-03-30 15:14:41.676 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:41.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:41.691 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:41.791 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:41.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:41.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1774883681676393828,"ephemeral":false}]'
|
|
2026-03-30 15:14:41.795 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 1
|
|
2026-03-30 15:14:41.796 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:41.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:41.807 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:41.907 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:41.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:41.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1774883681795877929,"ephemeral":false}]'
|
|
2026-03-30 15:14:41.912 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 2
|
|
2026-03-30 15:14:41.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:41.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:41.924 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:42.024 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:42.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:42.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1774883681912734592,"ephemeral":false}]'
|
|
2026-03-30 15:14:42.028 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 3
|
|
2026-03-30 15:14:42.028 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:42.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:42.040 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:42.140 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:42.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:42.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1774883682028598658,"ephemeral":false}]'
|
|
2026-03-30 15:14:42.145 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 4
|
|
2026-03-30 15:14:42.145 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:42.157 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:42.157 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:42.257 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:42.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:42.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1774883682145647375,"ephemeral":false}]'
|
|
2026-03-30 15:14:42.262 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 5
|
|
2026-03-30 15:14:42.263 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:42.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:42.274 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:42.375 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:42.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:42.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1774883682262815972,"ephemeral":false}]'
|
|
2026-03-30 15:14:42.379 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 6
|
|
2026-03-30 15:14:42.379 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:42.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:42.391 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:42.491 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:42.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:42.494 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1774883682379689359,"ephemeral":false}]'
|
|
2026-03-30 15:14:42.496 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 7
|
|
2026-03-30 15:14:42.496 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:42.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:42.508 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:42.608 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:42.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:42.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1774883682496768395,"ephemeral":false}]'
|
|
2026-03-30 15:14:42.613 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 8
|
|
2026-03-30 15:14:42.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:42.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:42.625 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:42.725 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:42.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:42.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1774883682613267386,"ephemeral":false}]'
|
|
2026-03-30 15:14:42.729 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 9
|
|
2026-03-30 15:14:42.729 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:42.740 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:42.741 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:42.841 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:42.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:42.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1774883682729680208,"ephemeral":false}]'
|
|
2026-03-30 15:14:42.845 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 10
|
|
2026-03-30 15:14:42.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:42.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:42.857 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:42.957 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:42.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:42.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1774883682845860887,"ephemeral":false}]'
|
|
2026-03-30 15:14:42.961 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 11
|
|
2026-03-30 15:14:42.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:42.972 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:42.973 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:43.073 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:43.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:43.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1774883682961732124,"ephemeral":false}]'
|
|
2026-03-30 15:14:43.077 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 12
|
|
2026-03-30 15:14:43.077 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:43.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:43.088 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:43.189 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:43.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:43.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1774883683077525940,"ephemeral":false}]'
|
|
2026-03-30 15:14:43.193 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 13
|
|
2026-03-30 15:14:43.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:43.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:43.205 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:43.306 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:43.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:43.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1774883683193965432,"ephemeral":false}]'
|
|
2026-03-30 15:14:43.310 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 14
|
|
2026-03-30 15:14:43.311 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:43.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:43.322 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:43.423 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:43.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:43.426 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1774883683311068651,"ephemeral":false}]'
|
|
2026-03-30 15:14:43.427 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 15
|
|
2026-03-30 15:14:43.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:43.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:43.440 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:43.540 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:43.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:43.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1774883683427976808,"ephemeral":false}]'
|
|
2026-03-30 15:14:43.544 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 16
|
|
2026-03-30 15:14:43.545 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:43.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:43.556 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:43.657 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:43.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:43.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1774883683545051120,"ephemeral":false}]'
|
|
2026-03-30 15:14:43.661 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 17
|
|
2026-03-30 15:14:43.662 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:43.673 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:43.673 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:43.774 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:43.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:43.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1774883683662023114,"ephemeral":false}]'
|
|
2026-03-30 15:14:43.778 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 18
|
|
2026-03-30 15:14:43.778 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:43.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:43.790 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:43.890 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:43.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:43.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1774883683778677094,"ephemeral":false}]'
|
|
2026-03-30 15:14:43.894 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 19
|
|
2026-03-30 15:14:43.894 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:43.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:43.906 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:44.006 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:44.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:44.009 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1774883683894688807,"ephemeral":false}]'
|
|
2026-03-30 15:14:44.010 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 20
|
|
2026-03-30 15:14:44.011 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:44.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:44.023 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:44.124 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:44.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:44.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1774883684011234746,"ephemeral":false}]'
|
|
2026-03-30 15:14:44.128 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 21
|
|
2026-03-30 15:14:44.129 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:44.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:44.140 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:44.241 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:44.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:44.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1774883684128878953,"ephemeral":false}]'
|
|
2026-03-30 15:14:44.246 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 22
|
|
2026-03-30 15:14:44.247 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:44.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:44.259 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:44.359 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:44.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:44.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1774883684246954596,"ephemeral":false}]'
|
|
2026-03-30 15:14:44.364 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 23
|
|
2026-03-30 15:14:44.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:44.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:44.376 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:44.476 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:44.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:44.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1774883684364337664,"ephemeral":false}]'
|
|
2026-03-30 15:14:44.481 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 24
|
|
2026-03-30 15:14:44.481 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:44.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:44.494 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:44.594 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:44.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:44.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1774883684481481942,"ephemeral":false}]'
|
|
2026-03-30 15:14:44.598 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 25
|
|
2026-03-30 15:14:44.598 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:44.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:44.610 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:44.711 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:44.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:44.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1774883684598648252,"ephemeral":false}]'
|
|
2026-03-30 15:14:44.715 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 26
|
|
2026-03-30 15:14:44.716 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:44.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:44.728 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:44.829 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:44.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:44.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1774883684716173532,"ephemeral":false}]'
|
|
2026-03-30 15:14:44.833 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 27
|
|
2026-03-30 15:14:44.834 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:44.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:44.845 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:44.945 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:44.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:44.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1774883684833946801,"ephemeral":false}]'
|
|
2026-03-30 15:14:44.950 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 28
|
|
2026-03-30 15:14:44.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:44.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:44.962 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:45.062 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:45.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46877/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:45.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1774883684950637587,"ephemeral":false}]'
|
|
2026-03-30 15:14:45.067 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46877/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["rate limited"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:45.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:45.090 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-30 15:14:45.090 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-30 15:14:45.091 DEBUG [src.node.waku_node] Stopping container with id 5bff1c6ad833
|
|
2026-03-30 15:14:45.519 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 15:14:45.521 DEBUG [src.node.waku_node] Stopping container with id 8c364afa651f
|
|
2026-03-30 15:14:45.986 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 15:14:45.989 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-30 15:14:46.038 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 15:14:46.058 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 15:14:46.060 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-30 15:14:46.060 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-30 15:14:46.061 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-30_15-14-38__5fffff3f-b1f8-424a-a488-127a2ee69ed8__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:14:46.061 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-30_15-14-38__5fffff3f-b1f8-424a-a488-127a2ee69ed8__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:14:46.069 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-30 15:14:46.070 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_29_content_topics_in_separate_calls with id: 2026-03-30_15-14-46__6a7ff2da-0afb-42ca-bb1e-f27e8076b69f
|
|
2026-03-30 15:14:46.070 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-30 15:14:46.070 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-30 15:14:46.070 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-30 15:14:46.077 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 15:14:46.077 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-30_15-14-46__6a7ff2da-0afb-42ca-bb1e-f27e8076b69f__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:14:46.077 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 15:14:46.077 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 15:14:46.079 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 15:14:46.079 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.137.198
|
|
2026-03-30 15:14:46.079 DEBUG [src.node.docker_mananger] Generated ports ['54945', '54946', '54947', '54948', '54949']
|
|
2026-03-30 15:14:46.079 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 15:14:46.079 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 15:14:46.080 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 15:14:46.080 DEBUG [src.node.docker_mananger] docker run -i -t -p 54945:54945 -p 54946:54946 -p 54947:54947 -p 54948:54948 -p 54949:54949 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=54947 --rest-port=54945 --tcp-port=54946 --discv5-udp-port=54948 --rest-address=0.0.0.0 --nat=extip:172.18.137.198 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=a0c6f3c1c3ba30d1d8bab32be3c6ddd2cbf79fcafd7e6b4d8aec363c675eedb0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54949 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-30 15:14:46.262 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.137.198 waku f20adbaf9041eba33722613854390b5b0a598e8177a80b6e4a67b3bfd34d0068
|
|
2026-03-30 15:14:46.301 DEBUG [src.node.docker_mananger] Container started with ID f20adbaf9041. Setting up logs at ./log/docker/node1_2026-03-30_15-14-46__6a7ff2da-0afb-42ca-bb1e-f27e8076b69f__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:14:46.301 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54945
|
|
2026-03-30 15:14:46.302 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 15:14:46.466 ERROR [src.node.docker_mananger] Max retries reached for container 5bff1c6ad833. Exiting log stream.
|
|
2026-03-30 15:14:46.808 ERROR [src.node.docker_mananger] Max retries reached for container 8c364afa651f. Exiting log stream.
|
|
2026-03-30 15:14:47.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54945/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:47.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-30 15:14:47.305 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 15:14:47.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54945/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:47.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.137.198/tcp/54946/p2p/16Uiu2HAky5p4KdEqx4MMXcSJ6rWc7Gn2T73QjyFjXPKYpe23UYqQ","/ip4/172.18.137.198/tcp/54947/ws/p2p/16Uiu2HAky5p4KdEqx4MMXcSJ6rWc7Gn2T73QjyFjXPKYpe23UYqQ"],"enrUri":"enr:-L24QLXGecfazcCAqKDwRUQDnthacQl6vwHRFWb9AEkiR_eIXHcXyl7Slt9-74pPb3FW9X4U2jZeJI1QQds6rml9wocCgmlkgnY0gmlwhKwSicaKbXVsdGlhZGRyc5YACASsEonGBtaiAAoErBKJxgbWo90DgnJzhQDGAQAAiXNlY3AyNTZrMaECNlhD83cJTr1YUVhdeTGXFewfGvdCXhsSkIICHk3zpAuDdGNwgtaig3VkcILWpIV3YWt1MgU"}'
|
|
2026-03-30 15:14:47.308 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 15:14:47.308 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-30 15:14:47.314 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 15:14:47.315 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-30_15-14-46__6a7ff2da-0afb-42ca-bb1e-f27e8076b69f__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:14:47.315 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 15:14:47.315 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 15:14:47.316 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 15:14:47.316 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.173.36
|
|
2026-03-30 15:14:47.317 DEBUG [src.node.docker_mananger] Generated ports ['11774', '11775', '11776', '11777', '11778']
|
|
2026-03-30 15:14:47.317 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 15:14:47.317 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 15:14:47.317 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 15:14:47.317 DEBUG [src.node.docker_mananger] docker run -i -t -p 11774:11774 -p 11775:11775 -p 11776:11776 -p 11777:11777 -p 11778:11778 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=11776 --rest-port=11774 --tcp-port=11775 --discv5-udp-port=11777 --rest-address=0.0.0.0 --nat=extip:172.18.173.36 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=adb9ffacfaa0ac242e2c7d7409b0f3cf73dc1d8bd63cbf83cd3bf9ce2e4e2af7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11778 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QLXGecfazcCAqKDwRUQDnthacQl6vwHRFWb9AEkiR_eIXHcXyl7Slt9-74pPb3FW9X4U2jZeJI1QQds6rml9wocCgmlkgnY0gmlwhKwSicaKbXVsdGlhZGRyc5YACASsEonGBtaiAAoErBKJxgbWo90DgnJzhQDGAQAAiXNlY3AyNTZrMaECNlhD83cJTr1YUVhdeTGXFewfGvdCXhsSkIICHk3zpAuDdGNwgtaig3VkcILWpIV3YWt1MgU --filternode=/ip4/172.18.137.198/tcp/54946/p2p/16Uiu2HAky5p4KdEqx4MMXcSJ6rWc7Gn2T73QjyFjXPKYpe23UYqQ
|
|
2026-03-30 15:14:47.495 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.173.36 waku 696c460c11c384389b5c6b784d19d5a902c1b2a5321bd0684fc9a4e9d5aaf995
|
|
2026-03-30 15:14:47.534 DEBUG [src.node.docker_mananger] Container started with ID 696c460c11c3. Setting up logs at ./log/docker/node2_2026-03-30_15-14-46__6a7ff2da-0afb-42ca-bb1e-f27e8076b69f__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:14:47.534 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11774
|
|
2026-03-30 15:14:47.534 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 15:14:48.536 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:48.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-30 15:14:48.539 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 15:14:48.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:48.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.173.36/tcp/11775/p2p/16Uiu2HAmGdUyp9YDwmnGNWsJErco6LwXNh3EGwoWjqVMpGNC39Mz","/ip4/172.18.173.36/tcp/11776/ws/p2p/16Uiu2HAmGdUyp9YDwmnGNWsJErco6LwXNh3EGwoWjqVMpGNC39Mz"],"enrUri":"enr:-L24QEcTcprTSd7I1MU-5g68wT5gB4A8JTshtaz9dxoguQxdEYDQMWzS-UiN2JB1PlnpOFX-5d8Oy6sVb-ngyQ0Fla4CgmlkgnY0gmlwhKwSrSSKbXVsdGlhZGRyc5YACASsEq0kBi3_AAoErBKtJAYuAN0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDOwv1M2-c1xE6zYUwMNyS-NnNeUTXhJHLzmH9t7DJj0GDdGNwgi3_g3VkcIIuAYV3YWt1MgA"}'
|
|
2026-03-30 15:14:48.542 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 15:14:48.542 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.137.198/tcp/54946/p2p/16Uiu2HAky5p4KdEqx4MMXcSJ6rWc7Gn2T73QjyFjXPKYpe23UYqQ"]'
|
|
2026-03-30 15:14:48.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:48.578 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-30 15:14:48.578 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/1"]'
|
|
2026-03-30 15:14:48.595 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:48.596 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "6c6f31bb-df32-4613-b00b-aee1df3c1a1b", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.609 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"6c6f31bb-df32-4613-b00b-aee1df3c1a1b","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.610 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["1"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.628 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["2"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["3"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.646 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["4"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.657 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["5"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.666 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.666 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["6"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.676 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.676 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["7"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.684 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.685 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["8"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.695 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.695 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["9"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.707 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["10"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.717 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.717 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["11"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.728 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["12"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.739 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["13"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.750 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["14"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.760 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["15"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["16"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.784 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["17"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.795 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.796 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["18"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["19"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.821 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.821 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["20"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.834 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["21"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["22"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["23"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.872 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["24"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["25"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.900 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.900 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["26"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.914 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["27"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.928 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["28"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:48.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:48.942 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 0
|
|
2026-03-30 15:14:48.943 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:48.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:48.957 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:49.057 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:49.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:49.061 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1774883688942917423,"ephemeral":false}]'
|
|
2026-03-30 15:14:49.063 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 1
|
|
2026-03-30 15:14:49.063 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:49.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:49.075 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:49.175 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:49.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:49.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1774883689063266982,"ephemeral":false}]'
|
|
2026-03-30 15:14:49.180 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 2
|
|
2026-03-30 15:14:49.180 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:49.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:49.193 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:49.293 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:49.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:49.296 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1774883689180488364,"ephemeral":false}]'
|
|
2026-03-30 15:14:49.297 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 3
|
|
2026-03-30 15:14:49.298 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:49.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:49.309 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:49.410 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:49.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:49.413 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1774883689297933049,"ephemeral":false}]'
|
|
2026-03-30 15:14:49.415 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 4
|
|
2026-03-30 15:14:49.415 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:49.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:49.427 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:49.527 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:49.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:49.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1774883689415459390,"ephemeral":false}]'
|
|
2026-03-30 15:14:49.532 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 5
|
|
2026-03-30 15:14:49.532 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:49.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:49.544 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:49.645 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:49.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:49.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1774883689532713621,"ephemeral":false}]'
|
|
2026-03-30 15:14:49.649 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 6
|
|
2026-03-30 15:14:49.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:49.661 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:49.661 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:49.762 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:49.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:49.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1774883689649931056,"ephemeral":false}]'
|
|
2026-03-30 15:14:49.766 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 7
|
|
2026-03-30 15:14:49.767 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:49.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:49.778 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:49.879 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:49.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:49.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1774883689766986449,"ephemeral":false}]'
|
|
2026-03-30 15:14:49.883 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 8
|
|
2026-03-30 15:14:49.883 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:49.894 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:49.894 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:49.995 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:49.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:49.998 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1774883689883478228,"ephemeral":false}]'
|
|
2026-03-30 15:14:50.000 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 9
|
|
2026-03-30 15:14:50.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:50.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:50.011 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:50.112 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:50.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:50.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1774883690000222451,"ephemeral":false}]'
|
|
2026-03-30 15:14:50.116 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 10
|
|
2026-03-30 15:14:50.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:50.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:50.129 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:50.229 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:50.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:50.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1774883690117080905,"ephemeral":false}]'
|
|
2026-03-30 15:14:50.233 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 11
|
|
2026-03-30 15:14:50.234 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:50.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:50.245 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:50.346 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:50.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:50.349 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1774883690234100588,"ephemeral":false}]'
|
|
2026-03-30 15:14:50.350 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 12
|
|
2026-03-30 15:14:50.351 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:50.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:50.362 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:50.462 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:50.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:50.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1774883690350871262,"ephemeral":false}]'
|
|
2026-03-30 15:14:50.466 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 13
|
|
2026-03-30 15:14:50.467 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:50.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:50.478 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:50.578 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:50.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:50.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1774883690466883956,"ephemeral":false}]'
|
|
2026-03-30 15:14:50.583 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 14
|
|
2026-03-30 15:14:50.583 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:50.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:50.594 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:50.695 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:50.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:50.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1774883690583456537,"ephemeral":false}]'
|
|
2026-03-30 15:14:50.699 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 15
|
|
2026-03-30 15:14:50.700 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:50.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:50.712 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:50.812 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:50.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:50.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1774883690700092819,"ephemeral":false}]'
|
|
2026-03-30 15:14:50.817 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 16
|
|
2026-03-30 15:14:50.817 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:50.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:50.829 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:50.929 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:50.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:50.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1774883690817300507,"ephemeral":false}]'
|
|
2026-03-30 15:14:50.932 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 17
|
|
2026-03-30 15:14:50.933 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:50.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:50.944 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:51.044 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:51.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:51.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1774883690933199256,"ephemeral":false}]'
|
|
2026-03-30 15:14:51.048 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 18
|
|
2026-03-30 15:14:51.048 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:51.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:51.060 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:51.160 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:51.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:51.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1774883691048701460,"ephemeral":false}]'
|
|
2026-03-30 15:14:51.164 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 19
|
|
2026-03-30 15:14:51.164 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:51.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:51.176 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:51.276 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:51.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:51.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1774883691164841039,"ephemeral":false}]'
|
|
2026-03-30 15:14:51.280 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 20
|
|
2026-03-30 15:14:51.280 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:51.291 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:51.291 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:51.392 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:51.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:51.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1774883691280487226,"ephemeral":false}]'
|
|
2026-03-30 15:14:51.396 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 21
|
|
2026-03-30 15:14:51.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:51.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:51.408 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:51.508 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:51.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:51.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1774883691396264951,"ephemeral":false}]'
|
|
2026-03-30 15:14:51.512 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 22
|
|
2026-03-30 15:14:51.512 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:51.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:51.524 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:51.624 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:51.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:51.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1774883691512666142,"ephemeral":false}]'
|
|
2026-03-30 15:14:51.628 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 23
|
|
2026-03-30 15:14:51.629 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:51.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:51.640 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:51.740 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:51.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:51.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1774883691629035374,"ephemeral":false}]'
|
|
2026-03-30 15:14:51.744 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 24
|
|
2026-03-30 15:14:51.744 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:51.756 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:51.756 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:51.856 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:51.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:51.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1774883691744672853,"ephemeral":false}]'
|
|
2026-03-30 15:14:51.860 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 25
|
|
2026-03-30 15:14:51.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:51.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:51.871 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:51.972 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:51.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:51.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1774883691860628660,"ephemeral":false}]'
|
|
2026-03-30 15:14:51.976 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 26
|
|
2026-03-30 15:14:51.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:51.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:51.987 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:52.088 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:52.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:52.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1774883691976222941,"ephemeral":false}]'
|
|
2026-03-30 15:14:52.092 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 27
|
|
2026-03-30 15:14:52.092 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:52.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:52.104 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:52.204 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:52.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:52.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1774883692092840588,"ephemeral":false}]'
|
|
2026-03-30 15:14:52.209 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 28
|
|
2026-03-30 15:14:52.210 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:14:52.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:14:52.221 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:14:52.321 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:14:52.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11774/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:14:52.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1774883692209848785,"ephemeral":false}]'
|
|
2026-03-30 15:14:52.326 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11774/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["rate limited"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 15:14:52.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-30 15:14:52.349 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-30 15:14:52.349 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-30 15:14:52.349 DEBUG [src.node.waku_node] Stopping container with id f20adbaf9041
|
|
2026-03-30 15:14:52.798 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 15:14:52.800 DEBUG [src.node.waku_node] Stopping container with id 696c460c11c3
|
|
2026-03-30 15:14:53.238 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 15:14:53.240 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-30 15:14:53.268 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 15:14:53.288 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 15:14:53.289 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-30 15:14:53.289 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-30 15:14:53.289 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-30_15-14-46__6a7ff2da-0afb-42ca-bb1e-f27e8076b69f__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:14:53.290 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-30_15-14-46__6a7ff2da-0afb-42ca-bb1e-f27e8076b69f__wakuorg_nwaku:latest.log
|