1000 lines
165 KiB
Plaintext

2026-03-30 04:55:56.372 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-30 04:55:56.373 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_29_content_topics_in_separate_calls with id: 2026-03-30_04-55-56__86aca3b2-7f2a-4a3f-a19e-9382b380e2b0
2026-03-30 04:55:56.373 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-30 04:55:56.373 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-30 04:55:56.374 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
2026-03-30 04:55:56.379 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-30 04:55:56.380 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-30_04-55-56__86aca3b2-7f2a-4a3f-a19e-9382b380e2b0__wakuorg_nwaku:latest.log
2026-03-30 04:55:56.380 DEBUG [src.node.waku_node] Starting Node...
2026-03-30 04:55:56.380 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-30 04:55:56.381 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-30 04:55:56.381 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.6.123
2026-03-30 04:55:56.381 DEBUG [src.node.docker_mananger] Generated ports ['51124', '51125', '51126', '51127', '51128']
2026-03-30 04:55:56.382 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-30 04:55:56.382 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-30 04:55:56.382 DEBUG [src.node.waku_node] Using volumes []
2026-03-30 04:55:56.382 DEBUG [src.node.docker_mananger] docker run -i -t -p 51124:51124 -p 51125:51125 -p 51126:51126 -p 51127:51127 -p 51128:51128 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=51126 --rest-port=51124 --tcp-port=51125 --discv5-udp-port=51127 --rest-address=0.0.0.0 --nat=extip:172.18.6.123 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b612ac3bae7bdfef87822eac59e6dd19a19edfeb671fa4afea4a08ec50b7ce6c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51128 --metrics-logging=true --relay=true --filter=true
2026-03-30 04:55:56.568 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.6.123 waku 9abd3a2c7d2cce61980358b8fc7ec54bb1b17212bd324fe4632da26ab211ac01
2026-03-30 04:55:56.603 DEBUG [src.node.docker_mananger] Container started with ID 9abd3a2c7d2c. Setting up logs at ./log/docker/node1_2026-03-30_04-55-56__86aca3b2-7f2a-4a3f-a19e-9382b380e2b0__wakuorg_nwaku:latest.log
2026-03-30 04:55:56.603 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51124
2026-03-30 04:55:56.604 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-30 04:55:56.721 ERROR [src.node.docker_mananger] Max retries reached for container c6b97c0faebf. Exiting log stream.
2026-03-30 04:55:57.174 ERROR [src.node.docker_mananger] Max retries reached for container 4ddc0474ad3b. Exiting log stream.
2026-03-30 04:55:57.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51124/health" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:55:57.607 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 04:55:57.607 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-30 04:55:57.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51124/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:55:57.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.6.123/tcp/51125/p2p/16Uiu2HAkxMDhtbMpKE41SWD9fKPBZbf1gzpc1TCksKU2My2Kcvz5","/ip4/172.18.6.123/tcp/51126/ws/p2p/16Uiu2HAkxMDhtbMpKE41SWD9fKPBZbf1gzpc1TCksKU2My2Kcvz5"],"enrUri":"enr:-L24QOjTClImpSlI82bJ4O1MP-ShHrjYI9i0bfdMNUrl7KRbCANIBjDwiV5713ziJXPJzk1EiJjUhjfPguMRn7_nRhYCgmlkgnY0gmlwhKwSBnuKbXVsdGlhZGRyc5YACASsEgZ7Bse1AAoErBIGewbHtt0DgnJzhQADAQAAiXNlY3AyNTZrMaECK28Hetq7lMnZjhk8irsgonH89rqPwOw8ZBgo5wUf8JqDdGNwgse1g3VkcILHt4V3YWt1MgU"}'
2026-03-30 04:55:57.610 INFO [src.node.waku_node] REST service is ready !!
2026-03-30 04:55:57.610 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
2026-03-30 04:55:57.617 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-30 04:55:57.617 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-30_04-55-56__86aca3b2-7f2a-4a3f-a19e-9382b380e2b0__wakuorg_nwaku:latest.log
2026-03-30 04:55:57.617 DEBUG [src.node.waku_node] Starting Node...
2026-03-30 04:55:57.617 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-30 04:55:57.618 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-30 04:55:57.619 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.40.238
2026-03-30 04:55:57.619 DEBUG [src.node.docker_mananger] Generated ports ['30891', '30892', '30893', '30894', '30895']
2026-03-30 04:55:57.619 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-30 04:55:57.619 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-30 04:55:57.619 DEBUG [src.node.waku_node] Using volumes []
2026-03-30 04:55:57.619 DEBUG [src.node.docker_mananger] docker run -i -t -p 30891:30891 -p 30892:30892 -p 30893:30893 -p 30894:30894 -p 30895:30895 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=30893 --rest-port=30891 --tcp-port=30892 --discv5-udp-port=30894 --rest-address=0.0.0.0 --nat=extip:172.18.40.238 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9abeaaba7ddb04e36656b783d808d8e70a8bdb216f8308bf449bc48979511ced --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30895 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QOjTClImpSlI82bJ4O1MP-ShHrjYI9i0bfdMNUrl7KRbCANIBjDwiV5713ziJXPJzk1EiJjUhjfPguMRn7_nRhYCgmlkgnY0gmlwhKwSBnuKbXVsdGlhZGRyc5YACASsEgZ7Bse1AAoErBIGewbHtt0DgnJzhQADAQAAiXNlY3AyNTZrMaECK28Hetq7lMnZjhk8irsgonH89rqPwOw8ZBgo5wUf8JqDdGNwgse1g3VkcILHt4V3YWt1MgU --filternode=/ip4/172.18.6.123/tcp/51125/p2p/16Uiu2HAkxMDhtbMpKE41SWD9fKPBZbf1gzpc1TCksKU2My2Kcvz5
2026-03-30 04:55:57.816 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.40.238 waku 9535e54333434e02e459098673f49c58b438bea3bde15cac5573c6c0922b6a7c
2026-03-30 04:55:57.855 DEBUG [src.node.docker_mananger] Container started with ID 9535e5433343. Setting up logs at ./log/docker/node2_2026-03-30_04-55-56__86aca3b2-7f2a-4a3f-a19e-9382b380e2b0__wakuorg_nwaku:latest.log
2026-03-30 04:55:57.856 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30891
2026-03-30 04:55:57.856 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-30 04:55:58.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/health" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:55:58.859 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 04:55:58.860 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-30 04:55:58.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:55:58.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.40.238/tcp/30892/p2p/16Uiu2HAmVRud6Xrdaie5iR4FyPUuhBEa9dF3iSYwB5VwWnXofFGm","/ip4/172.18.40.238/tcp/30893/ws/p2p/16Uiu2HAmVRud6Xrdaie5iR4FyPUuhBEa9dF3iSYwB5VwWnXofFGm"],"enrUri":"enr:-L24QMmBq7M3MPiuReHjT07TnGM4GTPmpyMgqMHzYQGr_AYaLwoq3OjWo2jppL31vQhAfEDMK8yj2XCT4be4pPch4mwCgmlkgnY0gmlwhKwSKO6KbXVsdGlhZGRyc5YACASsEijuBnisAAoErBIo7gZ4rd0DgnJzhQADAQAAiXNlY3AyNTZrMaED-TzIJ5z2l9W1vE9M5lj08to1AkmST0d8k-aH-YDrNtqDdGNwgnisg3VkcIJ4roV3YWt1MgA"}'
2026-03-30 04:55:58.862 INFO [src.node.waku_node] REST service is ready !!
2026-03-30 04:55:58.863 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.6.123/tcp/51125/p2p/16Uiu2HAkxMDhtbMpKE41SWD9fKPBZbf1gzpc1TCksKU2My2Kcvz5"]'
2026-03-30 04:55:58.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:55:58.900 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
2026-03-30 04:55:58.900 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-30 04:55:58.920 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:55:58.921 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "92b6ea5e-5496-4b12-92be-d6b09805315d", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:58.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"92b6ea5e-5496-4b12-92be-d6b09805315d","statusDesc":"OK"}'
2026-03-30 04:55:58.935 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:58.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:58.944 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["1"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:58.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:58.953 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["2"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:58.963 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:58.964 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["3"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:58.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:58.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["4"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:58.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:58.985 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["5"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:58.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:58.995 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["6"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.004 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["7"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.013 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["8"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.025 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["9"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.034 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.035 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["10"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.046 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["11"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.057 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["12"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.069 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.069 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["13"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.080 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["14"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.092 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["15"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.102 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.103 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["16"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.115 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["17"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["18"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.138 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["19"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.150 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["20"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.163 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["21"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.176 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["22"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["23"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["24"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["25"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.228 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["26"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["27"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["28"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:55:59.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:55:59.270 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 0
2026-03-30 04:55:59.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:55:59.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:55:59.285 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:55:59.386 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:55:59.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:55:59.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1774846559271114662,"ephemeral":false}]'
2026-03-30 04:55:59.390 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 1
2026-03-30 04:55:59.391 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:55:59.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:55:59.403 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:55:59.503 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:55:59.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:55:59.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1774846559391226005,"ephemeral":false}]'
2026-03-30 04:55:59.508 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 2
2026-03-30 04:55:59.509 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:55:59.520 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:55:59.521 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:55:59.621 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:55:59.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:55:59.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1774846559508904238,"ephemeral":false}]'
2026-03-30 04:55:59.626 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 3
2026-03-30 04:55:59.626 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:55:59.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:55:59.640 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:55:59.740 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:55:59.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:55:59.743 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1774846559626478264,"ephemeral":false}]'
2026-03-30 04:55:59.745 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 4
2026-03-30 04:55:59.745 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:55:59.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:55:59.757 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:55:59.857 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:55:59.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:55:59.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1774846559745382048,"ephemeral":false}]'
2026-03-30 04:55:59.862 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 5
2026-03-30 04:55:59.862 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:55:59.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:55:59.874 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:55:59.974 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:55:59.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:55:59.978 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1774846559862558838,"ephemeral":false}]'
2026-03-30 04:55:59.979 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 6
2026-03-30 04:55:59.979 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:55:59.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:55:59.991 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:00.092 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:00.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:00.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1774846559979820799,"ephemeral":false}]'
2026-03-30 04:56:00.097 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 7
2026-03-30 04:56:00.097 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:00.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:00.109 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:00.210 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:00.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:00.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1774846560097470307,"ephemeral":false}]'
2026-03-30 04:56:00.215 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 8
2026-03-30 04:56:00.215 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:00.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:00.227 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:00.328 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:00.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:00.331 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1774846560215477958,"ephemeral":false}]'
2026-03-30 04:56:00.333 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 9
2026-03-30 04:56:00.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:00.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:00.345 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:00.445 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:00.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:00.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1774846560333333032,"ephemeral":false}]'
2026-03-30 04:56:00.450 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 10
2026-03-30 04:56:00.451 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:00.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:00.462 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:00.562 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:00.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:00.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1774846560450889288,"ephemeral":false}]'
2026-03-30 04:56:00.567 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 11
2026-03-30 04:56:00.568 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:00.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:00.580 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:00.680 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:00.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:00.684 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1774846560568099687,"ephemeral":false}]'
2026-03-30 04:56:00.686 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 12
2026-03-30 04:56:00.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:00.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:00.698 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:00.798 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:00.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:00.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1774846560686362841,"ephemeral":false}]'
2026-03-30 04:56:00.803 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 13
2026-03-30 04:56:00.803 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:00.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:00.815 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:00.916 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:00.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:00.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1774846560803654438,"ephemeral":false}]'
2026-03-30 04:56:00.921 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 14
2026-03-30 04:56:00.921 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:00.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:00.933 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:01.033 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:01.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:01.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1774846560921370678,"ephemeral":false}]'
2026-03-30 04:56:01.038 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 15
2026-03-30 04:56:01.039 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:01.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:01.051 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:01.151 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:01.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:01.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1774846561038957191,"ephemeral":false}]'
2026-03-30 04:56:01.156 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 16
2026-03-30 04:56:01.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:01.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:01.168 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:01.268 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:01.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:01.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1774846561156712677,"ephemeral":false}]'
2026-03-30 04:56:01.273 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 17
2026-03-30 04:56:01.274 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:01.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:01.285 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:01.386 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:01.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:01.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1774846561273881257,"ephemeral":false}]'
2026-03-30 04:56:01.390 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 18
2026-03-30 04:56:01.391 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:01.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:01.402 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:01.503 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:01.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:01.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1774846561390938024,"ephemeral":false}]'
2026-03-30 04:56:01.507 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 19
2026-03-30 04:56:01.508 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:01.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:01.519 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:01.620 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:01.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:01.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1774846561507902996,"ephemeral":false}]'
2026-03-30 04:56:01.624 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 20
2026-03-30 04:56:01.625 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:01.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:01.637 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:01.737 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:01.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:01.740 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1774846561625176680,"ephemeral":false}]'
2026-03-30 04:56:01.742 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 21
2026-03-30 04:56:01.742 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:01.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:01.754 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:01.855 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:01.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:01.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1774846561742392123,"ephemeral":false}]'
2026-03-30 04:56:01.859 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 22
2026-03-30 04:56:01.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:01.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:01.872 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:01.972 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:01.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:01.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1774846561860135953,"ephemeral":false}]'
2026-03-30 04:56:01.977 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 23
2026-03-30 04:56:01.977 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:01.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:01.989 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:02.089 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:02.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:02.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1774846561977622464,"ephemeral":false}]'
2026-03-30 04:56:02.094 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 24
2026-03-30 04:56:02.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:02.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:02.107 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:02.207 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:02.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:02.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1774846562095029165,"ephemeral":false}]'
2026-03-30 04:56:02.212 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 25
2026-03-30 04:56:02.213 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:02.224 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:02.224 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:02.325 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:02.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:02.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1774846562212892500,"ephemeral":false}]'
2026-03-30 04:56:02.330 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 26
2026-03-30 04:56:02.330 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:02.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:02.342 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:02.442 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:02.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:02.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1774846562330249252,"ephemeral":false}]'
2026-03-30 04:56:02.447 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 27
2026-03-30 04:56:02.447 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:02.459 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:02.460 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:02.560 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:02.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:02.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1774846562447845414,"ephemeral":false}]'
2026-03-30 04:56:02.565 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 28
2026-03-30 04:56:02.566 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:02.578 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:02.578 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:02.678 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:02.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30891/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:02.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1774846562565876669,"ephemeral":false}]'
2026-03-30 04:56:02.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30891/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["rate limited"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:02.697 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:02.737 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-30 04:56:02.738 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-30 04:56:02.738 DEBUG [src.node.waku_node] Stopping container with id 9abd3a2c7d2c
2026-03-30 04:56:03.204 DEBUG [src.node.waku_node] Container stopped.
2026-03-30 04:56:03.205 DEBUG [src.node.waku_node] Stopping container with id 9535e5433343
2026-03-30 04:56:03.684 DEBUG [src.node.waku_node] Container stopped.
2026-03-30 04:56:03.685 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-30 04:56:03.707 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-30 04:56:03.729 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-30 04:56:03.730 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2026-03-30 04:56:03.731 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2026-03-30 04:56:03.731 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-30_04-55-56__86aca3b2-7f2a-4a3f-a19e-9382b380e2b0__wakuorg_nwaku:latest.log
2026-03-30 04:56:03.732 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-30_04-55-56__86aca3b2-7f2a-4a3f-a19e-9382b380e2b0__wakuorg_nwaku:latest.log
2026-03-30 04:56:03.740 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-30 04:56:03.740 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_29_content_topics_in_separate_calls with id: 2026-03-30_04-56-03__dc504d63-213f-4197-af39-5b5b43ab3a59
2026-03-30 04:56:03.740 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-30 04:56:03.740 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-30 04:56:03.741 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
2026-03-30 04:56:03.747 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-30 04:56:03.748 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-30_04-56-03__dc504d63-213f-4197-af39-5b5b43ab3a59__wakuorg_nwaku:latest.log
2026-03-30 04:56:03.748 DEBUG [src.node.waku_node] Starting Node...
2026-03-30 04:56:03.748 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-30 04:56:03.749 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-30 04:56:03.749 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.160.187
2026-03-30 04:56:03.750 DEBUG [src.node.docker_mananger] Generated ports ['19255', '19256', '19257', '19258', '19259']
2026-03-30 04:56:03.750 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-30 04:56:03.750 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-30 04:56:03.750 DEBUG [src.node.waku_node] Using volumes []
2026-03-30 04:56:03.750 DEBUG [src.node.docker_mananger] docker run -i -t -p 19255:19255 -p 19256:19256 -p 19257:19257 -p 19258:19258 -p 19259:19259 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=19257 --rest-port=19255 --tcp-port=19256 --discv5-udp-port=19258 --rest-address=0.0.0.0 --nat=extip:172.18.160.187 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=54a07483df1f1a9271f1bbdfa9a7fdaafdca0afe37eca6ea6152ff153bcbb370 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19259 --metrics-logging=true --relay=true --filter=true
2026-03-30 04:56:03.945 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.160.187 waku 1ca2c0a76a56334fd788e4df9fc97dfbaa91c04b0e80f1c2eaf32761efd32625
2026-03-30 04:56:03.982 DEBUG [src.node.docker_mananger] Container started with ID 1ca2c0a76a56. Setting up logs at ./log/docker/node1_2026-03-30_04-56-03__dc504d63-213f-4197-af39-5b5b43ab3a59__wakuorg_nwaku:latest.log
2026-03-30 04:56:03.982 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19255
2026-03-30 04:56:03.982 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-30 04:56:04.020 ERROR [src.node.docker_mananger] Max retries reached for container 9abd3a2c7d2c. Exiting log stream.
2026-03-30 04:56:04.541 ERROR [src.node.docker_mananger] Max retries reached for container 9535e5433343. Exiting log stream.
2026-03-30 04:56:04.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19255/health" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:04.986 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 04:56:04.986 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-30 04:56:04.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19255/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:04.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.160.187/tcp/19256/p2p/16Uiu2HAm9SaFUCLax2ab88D1BgdPXLcc7Y43bTKKL21HMGyCpG16","/ip4/172.18.160.187/tcp/19257/ws/p2p/16Uiu2HAm9SaFUCLax2ab88D1BgdPXLcc7Y43bTKKL21HMGyCpG16"],"enrUri":"enr:-L24QE3bofmBIq1MMHPEczz-9wVQ37RamP-g4Ylz4KaqOJSIMpctpDGR84s6ogk6l-Wk_9a7j576FycpJ9tPVAhu2VwCgmlkgnY0gmlwhKwSoLuKbXVsdGlhZGRyc5YACASsEqC7Bks4AAoErBKguwZLOd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC0D64Gv7KKTw9ve9PP95an05gMkpraq2Cd-InuCeq-OmDdGNwgks4g3VkcIJLOoV3YWt1MgU"}'
2026-03-30 04:56:04.989 INFO [src.node.waku_node] REST service is ready !!
2026-03-30 04:56:04.989 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
2026-03-30 04:56:04.996 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-30 04:56:04.996 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-30_04-56-03__dc504d63-213f-4197-af39-5b5b43ab3a59__wakuorg_nwaku:latest.log
2026-03-30 04:56:04.996 DEBUG [src.node.waku_node] Starting Node...
2026-03-30 04:56:04.997 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-30 04:56:04.998 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-30 04:56:04.998 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.46.157
2026-03-30 04:56:04.998 DEBUG [src.node.docker_mananger] Generated ports ['4172', '4173', '4174', '4175', '4176']
2026-03-30 04:56:04.998 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-30 04:56:04.999 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-30 04:56:04.999 DEBUG [src.node.waku_node] Using volumes []
2026-03-30 04:56:04.999 DEBUG [src.node.docker_mananger] docker run -i -t -p 4172:4172 -p 4173:4173 -p 4174:4174 -p 4175:4175 -p 4176:4176 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=4174 --rest-port=4172 --tcp-port=4173 --discv5-udp-port=4175 --rest-address=0.0.0.0 --nat=extip:172.18.46.157 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fd246a5c99f0ecce2ccee053bfa8e8ecae7547f82fff33e2aa9aaf5d56c14fcb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4176 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QE3bofmBIq1MMHPEczz-9wVQ37RamP-g4Ylz4KaqOJSIMpctpDGR84s6ogk6l-Wk_9a7j576FycpJ9tPVAhu2VwCgmlkgnY0gmlwhKwSoLuKbXVsdGlhZGRyc5YACASsEqC7Bks4AAoErBKguwZLOd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC0D64Gv7KKTw9ve9PP95an05gMkpraq2Cd-InuCeq-OmDdGNwgks4g3VkcIJLOoV3YWt1MgU --filternode=/ip4/172.18.160.187/tcp/19256/p2p/16Uiu2HAm9SaFUCLax2ab88D1BgdPXLcc7Y43bTKKL21HMGyCpG16
2026-03-30 04:56:05.201 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.46.157 waku 7c030eccde35634acc49335c3d9602a72093ac9b665d8b15b67c0330642b4334
2026-03-30 04:56:05.239 DEBUG [src.node.docker_mananger] Container started with ID 7c030eccde35. Setting up logs at ./log/docker/node2_2026-03-30_04-56-03__dc504d63-213f-4197-af39-5b5b43ab3a59__wakuorg_nwaku:latest.log
2026-03-30 04:56:05.240 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4172
2026-03-30 04:56:05.240 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-30 04:56:06.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/health" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:06.245 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 04:56:06.245 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-30 04:56:06.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:06.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.46.157/tcp/4173/p2p/16Uiu2HAm7iXWiupqsW7twUXsLaFRDdFJfYtJmreH4gSuMEBfBVsq","/ip4/172.18.46.157/tcp/4174/ws/p2p/16Uiu2HAm7iXWiupqsW7twUXsLaFRDdFJfYtJmreH4gSuMEBfBVsq"],"enrUri":"enr:-L24QD_r3GVxHfBObdZpQHzWYJ5dkLZVx_IfCa8cjUYN6fu0LqO-ebESIYyAVOF1PUIpdDYcBvnSLWP3G2I6KAR01MgCgmlkgnY0gmlwhKwSLp2KbXVsdGlhZGRyc5YACASsEi6dBhBNAAoErBIunQYQTt0DgnJzhQADAQAAiXNlY3AyNTZrMaECtp2LI6uDAdlXrrw7WeEtFeR-ty-PN5zZ1aRTppc-vuSDdGNwghBNg3VkcIIQT4V3YWt1MgA"}'
2026-03-30 04:56:06.248 INFO [src.node.waku_node] REST service is ready !!
2026-03-30 04:56:06.248 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.160.187/tcp/19256/p2p/16Uiu2HAm9SaFUCLax2ab88D1BgdPXLcc7Y43bTKKL21HMGyCpG16"]'
2026-03-30 04:56:06.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:06.283 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
2026-03-30 04:56:06.285 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-30 04:56:06.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:06.305 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "22c5de58-2b61-43d8-8812-6173cfbc62b5", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"22c5de58-2b61-43d8-8812-6173cfbc62b5","statusDesc":"OK"}'
2026-03-30 04:56:06.318 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.328 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["1"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.337 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["2"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["3"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["4"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.366 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["5"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.376 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["6"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.385 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.386 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["7"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["8"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.406 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["9"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.417 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.418 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["10"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["11"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.440 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["12"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["13"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.463 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["14"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["15"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["16"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["17"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.510 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["18"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["19"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.532 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["20"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.546 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["21"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.557 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["22"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.571 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["23"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.582 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.583 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["24"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.595 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.596 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["25"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.609 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.610 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["26"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["27"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.638 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["28"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:06.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:06.651 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 0
2026-03-30 04:56:06.652 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:06.666 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:06.666 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:06.767 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:06.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:06.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1774846566652022068,"ephemeral":false}]'
2026-03-30 04:56:06.772 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 1
2026-03-30 04:56:06.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:06.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:06.784 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:06.885 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:06.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:06.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1774846566772534691,"ephemeral":false}]'
2026-03-30 04:56:06.889 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 2
2026-03-30 04:56:06.890 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:06.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:06.902 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:07.002 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:07.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:07.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1774846566890221516,"ephemeral":false}]'
2026-03-30 04:56:07.006 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 3
2026-03-30 04:56:07.007 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:07.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:07.019 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:07.119 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:07.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:07.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1774846567007173232,"ephemeral":false}]'
2026-03-30 04:56:07.124 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 4
2026-03-30 04:56:07.124 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:07.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:07.138 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:07.238 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:07.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:07.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1774846567124642748,"ephemeral":false}]'
2026-03-30 04:56:07.243 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 5
2026-03-30 04:56:07.243 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:07.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:07.255 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:07.355 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:07.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:07.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1774846567243407802,"ephemeral":false}]'
2026-03-30 04:56:07.360 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 6
2026-03-30 04:56:07.360 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:07.372 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:07.372 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:07.472 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:07.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:07.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1774846567360545209,"ephemeral":false}]'
2026-03-30 04:56:07.477 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 7
2026-03-30 04:56:07.478 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:07.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:07.489 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:07.590 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:07.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:07.593 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1774846567477856669,"ephemeral":false}]'
2026-03-30 04:56:07.594 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 8
2026-03-30 04:56:07.595 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:07.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:07.606 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:07.707 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:07.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:07.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1774846567595004664,"ephemeral":false}]'
2026-03-30 04:56:07.711 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 9
2026-03-30 04:56:07.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:07.723 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:07.723 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:07.824 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:07.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:07.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1774846567712218276,"ephemeral":false}]'
2026-03-30 04:56:07.828 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 10
2026-03-30 04:56:07.829 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:07.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:07.841 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:07.941 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:07.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:07.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1774846567829156487,"ephemeral":false}]'
2026-03-30 04:56:07.946 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 11
2026-03-30 04:56:07.946 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:07.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:07.958 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:08.059 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:08.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:08.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1774846567946359652,"ephemeral":false}]'
2026-03-30 04:56:08.064 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 12
2026-03-30 04:56:08.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:08.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:08.076 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:08.176 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:08.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:08.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1774846568064307136,"ephemeral":false}]'
2026-03-30 04:56:08.181 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 13
2026-03-30 04:56:08.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:08.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:08.193 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:08.294 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:08.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:08.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1774846568181765089,"ephemeral":false}]'
2026-03-30 04:56:08.298 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 14
2026-03-30 04:56:08.299 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:08.310 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:08.310 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:08.411 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:08.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:08.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1774846568299111867,"ephemeral":false}]'
2026-03-30 04:56:08.415 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 15
2026-03-30 04:56:08.416 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:08.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:08.427 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:08.528 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:08.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:08.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1774846568415995185,"ephemeral":false}]'
2026-03-30 04:56:08.532 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 16
2026-03-30 04:56:08.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:08.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:08.545 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:08.645 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:08.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:08.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1774846568533126890,"ephemeral":false}]'
2026-03-30 04:56:08.650 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 17
2026-03-30 04:56:08.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:08.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:08.662 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:08.762 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:08.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:08.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1774846568650462910,"ephemeral":false}]'
2026-03-30 04:56:08.767 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 18
2026-03-30 04:56:08.767 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:08.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:08.779 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:08.879 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:08.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:08.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1774846568767667858,"ephemeral":false}]'
2026-03-30 04:56:08.884 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 19
2026-03-30 04:56:08.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:08.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:08.896 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:08.997 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:08.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:09.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1774846568884985379,"ephemeral":false}]'
2026-03-30 04:56:09.001 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 20
2026-03-30 04:56:09.002 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:09.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:09.013 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:09.114 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:09.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:09.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1774846569002015000,"ephemeral":false}]'
2026-03-30 04:56:09.119 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 21
2026-03-30 04:56:09.119 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:09.132 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:09.132 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:09.232 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:09.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:09.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1774846569119382151,"ephemeral":false}]'
2026-03-30 04:56:09.237 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 22
2026-03-30 04:56:09.238 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:09.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:09.249 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:09.350 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:09.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:09.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1774846569237878457,"ephemeral":false}]'
2026-03-30 04:56:09.355 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 23
2026-03-30 04:56:09.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:09.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:09.367 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:09.468 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:09.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:09.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1774846569355554335,"ephemeral":false}]'
2026-03-30 04:56:09.473 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 24
2026-03-30 04:56:09.473 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:09.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:09.485 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:09.585 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:09.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:09.588 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1774846569473556246,"ephemeral":false}]'
2026-03-30 04:56:09.590 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 25
2026-03-30 04:56:09.591 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:09.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:09.603 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:09.703 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:09.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:09.706 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1774846569590810458,"ephemeral":false}]'
2026-03-30 04:56:09.708 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 26
2026-03-30 04:56:09.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:09.720 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:09.720 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:09.821 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:09.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:09.824 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1774846569708585888,"ephemeral":false}]'
2026-03-30 04:56:09.825 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 27
2026-03-30 04:56:09.826 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:09.837 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:09.838 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:09.938 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:09.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:09.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1774846569826171526,"ephemeral":false}]'
2026-03-30 04:56:09.943 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 28
2026-03-30 04:56:09.943 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:09.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:09.955 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:10.056 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:10.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4172/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:10.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1774846569943658282,"ephemeral":false}]'
2026-03-30 04:56:10.061 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4172/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["rate limited"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:10.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:10.084 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-30 04:56:10.085 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-30 04:56:10.085 DEBUG [src.node.waku_node] Stopping container with id 1ca2c0a76a56
2026-03-30 04:56:10.527 DEBUG [src.node.waku_node] Container stopped.
2026-03-30 04:56:10.528 DEBUG [src.node.waku_node] Stopping container with id 7c030eccde35
2026-03-30 04:56:10.975 DEBUG [src.node.waku_node] Container stopped.
2026-03-30 04:56:10.978 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-30 04:56:11.000 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-30 04:56:11.019 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-30 04:56:11.020 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2026-03-30 04:56:11.020 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2026-03-30 04:56:11.020 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-30_04-56-03__dc504d63-213f-4197-af39-5b5b43ab3a59__wakuorg_nwaku:latest.log
2026-03-30 04:56:11.021 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-30_04-56-03__dc504d63-213f-4197-af39-5b5b43ab3a59__wakuorg_nwaku:latest.log
2026-03-30 04:56:11.029 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-30 04:56:11.029 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_29_content_topics_in_separate_calls with id: 2026-03-30_04-56-11__0c42f26b-f28d-4de0-b330-d54b56755358
2026-03-30 04:56:11.029 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-30 04:56:11.030 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-30 04:56:11.030 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
2026-03-30 04:56:11.038 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-30 04:56:11.038 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-30_04-56-11__0c42f26b-f28d-4de0-b330-d54b56755358__wakuorg_nwaku:latest.log
2026-03-30 04:56:11.038 DEBUG [src.node.waku_node] Starting Node...
2026-03-30 04:56:11.038 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-30 04:56:11.039 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-30 04:56:11.040 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.106.14
2026-03-30 04:56:11.040 DEBUG [src.node.docker_mananger] Generated ports ['56688', '56689', '56690', '56691', '56692']
2026-03-30 04:56:11.040 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-30 04:56:11.040 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-30 04:56:11.040 DEBUG [src.node.waku_node] Using volumes []
2026-03-30 04:56:11.040 DEBUG [src.node.docker_mananger] docker run -i -t -p 56688:56688 -p 56689:56689 -p 56690:56690 -p 56691:56691 -p 56692:56692 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=56690 --rest-port=56688 --tcp-port=56689 --discv5-udp-port=56691 --rest-address=0.0.0.0 --nat=extip:172.18.106.14 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9c934af2d297cdf05ea7c7960f8bd5481bbf6b07ab1c1de951bfaf4cdac3cece --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56692 --metrics-logging=true --relay=true --filter=true
2026-03-30 04:56:11.233 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.106.14 waku 3c40dc16d313a3ffdf7065cac3caa33fe8ac517409e1f2536b93cd76a953a5ce
2026-03-30 04:56:11.270 DEBUG [src.node.docker_mananger] Container started with ID 3c40dc16d313. Setting up logs at ./log/docker/node1_2026-03-30_04-56-11__0c42f26b-f28d-4de0-b330-d54b56755358__wakuorg_nwaku:latest.log
2026-03-30 04:56:11.271 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56688
2026-03-30 04:56:11.272 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-30 04:56:11.343 ERROR [src.node.docker_mananger] Max retries reached for container 1ca2c0a76a56. Exiting log stream.
2026-03-30 04:56:11.790 ERROR [src.node.docker_mananger] Max retries reached for container 7c030eccde35. Exiting log stream.
2026-03-30 04:56:12.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56688/health" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:12.275 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 04:56:12.275 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-30 04:56:12.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56688/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:12.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.106.14/tcp/56689/p2p/16Uiu2HAmGDMWL1PhaZkb5mNjKXFcrrUkti7x9RbDSZhugvVi9Kaf","/ip4/172.18.106.14/tcp/56690/ws/p2p/16Uiu2HAmGDMWL1PhaZkb5mNjKXFcrrUkti7x9RbDSZhugvVi9Kaf"],"enrUri":"enr:-L24QD88hcKiWCwR5bpkByB2dAurOnUzNusF7k1U8zQ3hKk7barOt4HdJc2kA-0mH5Au10mCpL_HCjPQPDEiAHPZf_ICgmlkgnY0gmlwhKwSag6KbXVsdGlhZGRyc5YACASsEmoOBt1xAAoErBJqDgbdct0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNN2RUayv5DBqfvfdJoTv2W9gKxfDpFKXHp0kRHqeaziDdGNwgt1xg3VkcILdc4V3YWt1MgU"}'
2026-03-30 04:56:12.278 INFO [src.node.waku_node] REST service is ready !!
2026-03-30 04:56:12.279 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
2026-03-30 04:56:12.285 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-30 04:56:12.285 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-30_04-56-11__0c42f26b-f28d-4de0-b330-d54b56755358__wakuorg_nwaku:latest.log
2026-03-30 04:56:12.285 DEBUG [src.node.waku_node] Starting Node...
2026-03-30 04:56:12.286 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-30 04:56:12.287 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-30 04:56:12.287 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.127.37
2026-03-30 04:56:12.287 DEBUG [src.node.docker_mananger] Generated ports ['18163', '18164', '18165', '18166', '18167']
2026-03-30 04:56:12.287 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-30 04:56:12.288 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-30 04:56:12.288 DEBUG [src.node.waku_node] Using volumes []
2026-03-30 04:56:12.288 DEBUG [src.node.docker_mananger] docker run -i -t -p 18163:18163 -p 18164:18164 -p 18165:18165 -p 18166:18166 -p 18167:18167 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=18165 --rest-port=18163 --tcp-port=18164 --discv5-udp-port=18166 --rest-address=0.0.0.0 --nat=extip:172.18.127.37 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=db0ca08b20b70769bb09a2003ac2e9b1e4fbd1ee5bb3d7aaca6c8f9ba0919bfa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18167 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QD88hcKiWCwR5bpkByB2dAurOnUzNusF7k1U8zQ3hKk7barOt4HdJc2kA-0mH5Au10mCpL_HCjPQPDEiAHPZf_ICgmlkgnY0gmlwhKwSag6KbXVsdGlhZGRyc5YACASsEmoOBt1xAAoErBJqDgbdct0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNN2RUayv5DBqfvfdJoTv2W9gKxfDpFKXHp0kRHqeaziDdGNwgt1xg3VkcILdc4V3YWt1MgU --filternode=/ip4/172.18.106.14/tcp/56689/p2p/16Uiu2HAmGDMWL1PhaZkb5mNjKXFcrrUkti7x9RbDSZhugvVi9Kaf
2026-03-30 04:56:12.486 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.127.37 waku cfe9a01ecc6900e5fdeba4bf8831fb3e1c3afd8d0096f272d94a216788343055
2026-03-30 04:56:12.522 DEBUG [src.node.docker_mananger] Container started with ID cfe9a01ecc69. Setting up logs at ./log/docker/node2_2026-03-30_04-56-11__0c42f26b-f28d-4de0-b330-d54b56755358__wakuorg_nwaku:latest.log
2026-03-30 04:56:12.523 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18163
2026-03-30 04:56:12.523 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-30 04:56:13.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/health" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:13.526 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 04:56:13.527 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-30 04:56:13.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:13.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.127.37/tcp/18164/p2p/16Uiu2HAmAYPSDztHcH6VUFV3dKGnBiX968iHggjKjNd4EZDiWSxD","/ip4/172.18.127.37/tcp/18165/ws/p2p/16Uiu2HAmAYPSDztHcH6VUFV3dKGnBiX968iHggjKjNd4EZDiWSxD"],"enrUri":"enr:-L24QCmnQphBVYoaFvkimsuPEA5WEW9prZ-XfGLPONbc9YJAHpDyXACOtLLcEZSSHwDYbhjXP_dSo7d6TiJhvB4qmlgCgmlkgnY0gmlwhKwSfyWKbXVsdGlhZGRyc5YACASsEn8lBkb0AAoErBJ_JQZG9d0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4Jepsin1KJmel2J08ueNNZ-8ST02EiSTW05zyBssBh6DdGNwgkb0g3VkcIJG9oV3YWt1MgA"}'
2026-03-30 04:56:13.529 INFO [src.node.waku_node] REST service is ready !!
2026-03-30 04:56:13.530 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.106.14/tcp/56689/p2p/16Uiu2HAmGDMWL1PhaZkb5mNjKXFcrrUkti7x9RbDSZhugvVi9Kaf"]'
2026-03-30 04:56:13.567 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:13.567 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
2026-03-30 04:56:13.567 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-30 04:56:13.584 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:13.585 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "818cc143-35f9-4a10-a984-80e81654b3aa", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"818cc143-35f9-4a10-a984-80e81654b3aa","statusDesc":"OK"}'
2026-03-30 04:56:13.602 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.612 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["1"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.622 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["2"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.632 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["3"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.642 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["4"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.650 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.651 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["5"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.661 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.661 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["6"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.672 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["7"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.682 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["8"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.692 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["9"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.702 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.703 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["10"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.713 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["11"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.724 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.725 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["12"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.735 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.736 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["13"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.747 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["14"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.759 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["15"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.770 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["16"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.782 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["17"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.794 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["18"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["19"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["20"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["21"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["22"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["23"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.873 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["24"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.887 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["25"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["26"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.915 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.915 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["27"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.930 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["28"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:13.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:13.945 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 0
2026-03-30 04:56:13.946 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:13.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:13.961 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:14.061 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:14.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:14.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1774846573946591374,"ephemeral":false}]'
2026-03-30 04:56:14.066 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 1
2026-03-30 04:56:14.067 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:14.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:14.079 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:14.179 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:14.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:14.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1774846574067069247,"ephemeral":false}]'
2026-03-30 04:56:14.185 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 2
2026-03-30 04:56:14.185 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:14.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:14.197 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:14.297 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:14.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:14.301 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1774846574185369303,"ephemeral":false}]'
2026-03-30 04:56:14.302 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 3
2026-03-30 04:56:14.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:14.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:14.315 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:14.415 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:14.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:14.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1774846574303137797,"ephemeral":false}]'
2026-03-30 04:56:14.420 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 4
2026-03-30 04:56:14.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:14.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:14.432 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:14.532 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:14.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:14.536 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1774846574420747965,"ephemeral":false}]'
2026-03-30 04:56:14.537 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 5
2026-03-30 04:56:14.538 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:14.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:14.549 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:14.650 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:14.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:14.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1774846574537995147,"ephemeral":false}]'
2026-03-30 04:56:14.655 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 6
2026-03-30 04:56:14.655 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:14.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:14.667 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:14.767 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:14.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:14.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1774846574655518858,"ephemeral":false}]'
2026-03-30 04:56:14.772 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 7
2026-03-30 04:56:14.773 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:14.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:14.785 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:14.885 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:14.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:14.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1774846574773103844,"ephemeral":false}]'
2026-03-30 04:56:14.890 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 8
2026-03-30 04:56:14.890 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:14.902 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:14.902 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:15.003 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:15.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:15.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1774846574890558018,"ephemeral":false}]'
2026-03-30 04:56:15.007 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 9
2026-03-30 04:56:15.008 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:15.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:15.020 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:15.120 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:15.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:15.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1774846575008137056,"ephemeral":false}]'
2026-03-30 04:56:15.125 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 10
2026-03-30 04:56:15.125 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:15.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:15.137 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:15.238 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:15.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:15.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1774846575125731174,"ephemeral":false}]'
2026-03-30 04:56:15.242 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 11
2026-03-30 04:56:15.243 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:15.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:15.255 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:15.355 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:15.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:15.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1774846575242847513,"ephemeral":false}]'
2026-03-30 04:56:15.360 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 12
2026-03-30 04:56:15.361 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:15.372 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:15.372 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:15.473 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:15.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:15.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1774846575361021333,"ephemeral":false}]'
2026-03-30 04:56:15.478 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 13
2026-03-30 04:56:15.478 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:15.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:15.491 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:15.591 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:15.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:15.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1774846575478624293,"ephemeral":false}]'
2026-03-30 04:56:15.597 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 14
2026-03-30 04:56:15.597 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:15.609 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:15.610 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:15.710 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:15.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:15.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1774846575597809362,"ephemeral":false}]'
2026-03-30 04:56:15.715 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 15
2026-03-30 04:56:15.715 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:15.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:15.727 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:15.828 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:15.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:15.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1774846575715589682,"ephemeral":false}]'
2026-03-30 04:56:15.832 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 16
2026-03-30 04:56:15.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:15.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:15.845 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:15.946 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:15.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:15.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1774846575833227224,"ephemeral":false}]'
2026-03-30 04:56:15.950 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 17
2026-03-30 04:56:15.951 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:15.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:15.963 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:16.063 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:16.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:16.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1774846575951321788,"ephemeral":false}]'
2026-03-30 04:56:16.068 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 18
2026-03-30 04:56:16.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:16.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:16.080 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:16.180 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:16.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:16.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1774846576068617567,"ephemeral":false}]'
2026-03-30 04:56:16.185 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 19
2026-03-30 04:56:16.186 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:16.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:16.198 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:16.298 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:16.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:16.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1774846576186017858,"ephemeral":false}]'
2026-03-30 04:56:16.303 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 20
2026-03-30 04:56:16.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:16.315 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:16.316 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:16.416 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:16.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:16.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1774846576303834496,"ephemeral":false}]'
2026-03-30 04:56:16.421 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 21
2026-03-30 04:56:16.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:16.433 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:16.433 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:16.534 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:16.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:16.537 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1774846576421609328,"ephemeral":false}]'
2026-03-30 04:56:16.539 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 22
2026-03-30 04:56:16.539 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:16.551 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:16.551 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:16.651 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:16.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:16.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1774846576539490051,"ephemeral":false}]'
2026-03-30 04:56:16.656 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 23
2026-03-30 04:56:16.657 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:16.668 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:16.669 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:16.769 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:16.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:16.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1774846576657019696,"ephemeral":false}]'
2026-03-30 04:56:16.774 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 24
2026-03-30 04:56:16.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:16.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:16.786 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:16.886 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:16.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:16.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1774846576774546468,"ephemeral":false}]'
2026-03-30 04:56:16.891 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 25
2026-03-30 04:56:16.891 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:16.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:16.903 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:17.003 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:17.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:17.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1774846576891580384,"ephemeral":false}]'
2026-03-30 04:56:17.008 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 26
2026-03-30 04:56:17.009 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:17.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:17.021 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:17.121 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:17.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:17.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1774846577008948663,"ephemeral":false}]'
2026-03-30 04:56:17.126 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 27
2026-03-30 04:56:17.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:17.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:17.138 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:17.238 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:17.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:17.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1774846577126505412,"ephemeral":false}]'
2026-03-30 04:56:17.243 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 28
2026-03-30 04:56:17.243 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56688/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
2026-03-30 04:56:17.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-30 04:56:17.255 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-30 04:56:17.355 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-30 04:56:17.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18163/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
2026-03-30 04:56:17.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1774846577243305502,"ephemeral":false}]'
2026-03-30 04:56:17.360 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["rate limited"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-30 04:56:17.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-30 04:56:17.383 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-30 04:56:17.384 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-30 04:56:17.384 DEBUG [src.node.waku_node] Stopping container with id 3c40dc16d313
2026-03-30 04:56:17.821 DEBUG [src.node.waku_node] Container stopped.
2026-03-30 04:56:17.822 DEBUG [src.node.waku_node] Stopping container with id cfe9a01ecc69
2026-03-30 04:56:18.256 DEBUG [src.node.waku_node] Container stopped.
2026-03-30 04:56:18.256 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-30 04:56:18.278 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-30 04:56:18.297 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-30 04:56:18.298 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2026-03-30 04:56:18.298 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2026-03-30 04:56:18.299 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-30_04-56-11__0c42f26b-f28d-4de0-b330-d54b56755358__wakuorg_nwaku:latest.log
2026-03-30 04:56:18.299 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-30_04-56-11__0c42f26b-f28d-4de0-b330-d54b56755358__wakuorg_nwaku:latest.log