103 lines
20 KiB
Plaintext

2026-01-29 04:31:01.048 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:31:01.048 DEBUG [tests.conftest] Running test: test_filter_node_not_connected_directly_to_relaying_node with id: 2026-01-29_04-31-01__4aa3f0a0-98f8-4d2e-bbd5-06f78396e34c
2026-01-29 04:31:01.049 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:31:01.049 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-01-29 04:31:01.049 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-01-29 04:31:01.057 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:31:01.057 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-31-01__4aa3f0a0-98f8-4d2e-bbd5-06f78396e34c__wakuorg_nwaku:latest.log
2026-01-29 04:31:01.063 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:31:01.063 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-31-01__4aa3f0a0-98f8-4d2e-bbd5-06f78396e34c__wakuorg_nwaku:latest.log
2026-01-29 04:31:01.069 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:31:01.069 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-29_04-31-01__4aa3f0a0-98f8-4d2e-bbd5-06f78396e34c__wakuorg_nwaku:latest.log
2026-01-29 04:31:01.069 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-01-29 04:31:01.069 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-29 04:31:01.070 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:31:01.070 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:31:01.111 DEBUG [src.node.docker_mananger] Network waku created
2026-01-29 04:31:01.111 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.83.17
2026-01-29 04:31:01.112 DEBUG [src.node.docker_mananger] Generated ports ['25206', '25207', '25208', '25209', '25210']
2026-01-29 04:31:01.112 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:31:01.112 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:31:01.112 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:31:01.112 DEBUG [src.node.docker_mananger] docker run -i -t -p 25206:25206 -p 25207:25207 -p 25208:25208 -p 25209:25209 -p 25210:25210 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=25208 --rest-port=25206 --tcp-port=25207 --discv5-udp-port=25209 --rest-address=0.0.0.0 --nat=extip:172.18.83.17 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9d6e8ee9f1eb3cea42c00aefb5fd9a70ecbbbd6dbca0e1cf4d4cc169ddd380b4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25210 --metrics-logging=true --filter=true --relay=true
2026-01-29 04:31:03.615 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.83.17 waku 3f45bf3d41db2547e062e6f159032ca23a74cd50b33b02c55f2b4e68cea252f8
2026-01-29 04:31:03.646 DEBUG [src.node.docker_mananger] Container started with ID 3f45bf3d41db. Setting up logs at ./log/docker/node1_2026-01-29_04-31-01__4aa3f0a0-98f8-4d2e-bbd5-06f78396e34c__wakuorg_nwaku:latest.log
2026-01-29 04:31:03.647 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25206
2026-01-29 04:31:03.647 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:31:04.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25206/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:04.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:31:04.651 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:31:04.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25206/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:04.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.83.17/tcp/25207/p2p/16Uiu2HAmG7EnAbbaSHMfTT3dWouanYLLDH1E5rL2GwYVHVLc2bmR","/ip4/172.18.83.17/tcp/25208/ws/p2p/16Uiu2HAmG7EnAbbaSHMfTT3dWouanYLLDH1E5rL2GwYVHVLc2bmR"],"enrUri":"enr:-L24QDKIdSBEB6Bp1yZi9P-1EjgWe03UCCiPx8hgLvqY6qglIx6pGIUXSQGi8so8FaKwZ4-tL414XcZVeMgEZs0NlzUCgmlkgnY0gmlwhKwSUxGKbXVsdGlhZGRyc5YACASsElMRBmJ3AAoErBJTEQZieN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDM0x6BExv8yzGFlYC86i_5Wa4Y-O-g5b7Ysyqd0jTwBCDdGNwgmJ3g3VkcIJieYV3YWt1MgU"}'
2026-01-29 04:31:04.654 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:31:04.654 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:31:04.654 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:31:04.656 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:31:04.656 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.173.211
2026-01-29 04:31:04.656 DEBUG [src.node.docker_mananger] Generated ports ['43722', '43723', '43724', '43725', '43726']
2026-01-29 04:31:04.656 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:31:04.657 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:31:04.657 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:31:04.657 DEBUG [src.node.docker_mananger] docker run -i -t -p 43722:43722 -p 43723:43723 -p 43724:43724 -p 43725:43725 -p 43726:43726 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=43724 --rest-port=43722 --tcp-port=43723 --discv5-udp-port=43725 --rest-address=0.0.0.0 --nat=extip:172.18.173.211 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2d4e087ab62c2a9dc3a1c1dc9ca663f9f0ef9afa3e63f3df028ce6494afbf03b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43726 --metrics-logging=true --filter=true --relay=true --discv5-bootstrap-node=enr:-L24QDKIdSBEB6Bp1yZi9P-1EjgWe03UCCiPx8hgLvqY6qglIx6pGIUXSQGi8so8FaKwZ4-tL414XcZVeMgEZs0NlzUCgmlkgnY0gmlwhKwSUxGKbXVsdGlhZGRyc5YACASsElMRBmJ3AAoErBJTEQZieN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDM0x6BExv8yzGFlYC86i_5Wa4Y-O-g5b7Ysyqd0jTwBCDdGNwgmJ3g3VkcIJieYV3YWt1MgU
2026-01-29 04:31:04.841 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.173.211 waku 27c20f96a16dc0534f84639c0906451f71c621c4b8e169309c3c412879e272f7
2026-01-29 04:31:04.871 DEBUG [src.node.docker_mananger] Container started with ID 27c20f96a16d. Setting up logs at ./log/docker/node2_2026-01-29_04-31-01__4aa3f0a0-98f8-4d2e-bbd5-06f78396e34c__wakuorg_nwaku:latest.log
2026-01-29 04:31:04.872 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43722
2026-01-29 04:31:04.872 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:31:05.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43722/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:05.890 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
2026-01-29 04:31:05.892 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:31:05.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43722/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:05.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.173.211/tcp/43723/p2p/16Uiu2HAkxr8MUdma8CY27hKz2GWT5qNh12sySRTh6h5bhXX9wpxf","/ip4/172.18.173.211/tcp/43724/ws/p2p/16Uiu2HAkxr8MUdma8CY27hKz2GWT5qNh12sySRTh6h5bhXX9wpxf"],"enrUri":"enr:-L24QIw7bDL3xvhvcZGyFyZTzL83-sMTRCxaIOQ284-tFOzIcgh8ZzNR4dl8bAKWOGm2DW7opRo55ZcpAQ8AFuVC2VICgmlkgnY0gmlwhKwSrdOKbXVsdGlhZGRyc5YACASsEq3TBqrLAAoErBKt0waqzN0DgnJzhQADAQAAiXNlY3AyNTZrMaECMtbSOwEJswnWFTerSTNCdVNuurR4H03OIT0BOiWR_WiDdGNwgqrLg3VkcIKqzYV3YWt1MgU"}'
2026-01-29 04:31:05.899 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:31:05.899 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:31:05.899 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:31:05.900 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:31:05.900 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.246.101
2026-01-29 04:31:05.901 DEBUG [src.node.docker_mananger] Generated ports ['20653', '20654', '20655', '20656', '20657']
2026-01-29 04:31:05.901 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:31:05.901 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:31:05.901 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:31:05.901 DEBUG [src.node.docker_mananger] docker run -i -t -p 20653:20653 -p 20654:20654 -p 20655:20655 -p 20656:20656 -p 20657:20657 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=20655 --rest-port=20653 --tcp-port=20654 --discv5-udp-port=20656 --rest-address=0.0.0.0 --nat=extip:172.18.246.101 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3dc8e4ba3af4e52f5cd95de7ccdf61162dcdbb7dcdcc6e7a0e5dabceeef1acd8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20657 --metrics-logging=true --relay=false --filternode=/ip4/172.18.173.211/tcp/43723/p2p/16Uiu2HAkxr8MUdma8CY27hKz2GWT5qNh12sySRTh6h5bhXX9wpxf --discv5-bootstrap-node=enr:-L24QIw7bDL3xvhvcZGyFyZTzL83-sMTRCxaIOQ284-tFOzIcgh8ZzNR4dl8bAKWOGm2DW7opRo55ZcpAQ8AFuVC2VICgmlkgnY0gmlwhKwSrdOKbXVsdGlhZGRyc5YACASsEq3TBqrLAAoErBKt0waqzN0DgnJzhQADAQAAiXNlY3AyNTZrMaECMtbSOwEJswnWFTerSTNCdVNuurR4H03OIT0BOiWR_WiDdGNwgqrLg3VkcIKqzYV3YWt1MgU
2026-01-29 04:31:06.103 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.246.101 waku b3b272e7506bbdb1bd56f8c5d64aa68f2700a747578d3f9b64eab21f1fce6c85
2026-01-29 04:31:06.134 DEBUG [src.node.docker_mananger] Container started with ID b3b272e7506b. Setting up logs at ./log/docker/node3_2026-01-29_04-31-01__4aa3f0a0-98f8-4d2e-bbd5-06f78396e34c__wakuorg_nwaku:latest.log
2026-01-29 04:31:06.135 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20653
2026-01-29 04:31:06.135 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:31:07.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20653/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:07.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
2026-01-29 04:31:07.139 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:31:07.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20653/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:07.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.246.101/tcp/20654/p2p/16Uiu2HAmCnrtTJELg39wAUBkZ3PkhWsCL3RrHqwcwzF7FupdxbtK","/ip4/172.18.246.101/tcp/20655/ws/p2p/16Uiu2HAmCnrtTJELg39wAUBkZ3PkhWsCL3RrHqwcwzF7FupdxbtK"],"enrUri":"enr:-L24QEu9gD64frqw5Y99PB3V79RRIrCk5bWxV906Bd_s1yTwDVnufeaeuB9BSSUlHdi8xjlvwi_-ki6yQ6Bhk_zSrt8CgmlkgnY0gmlwhKwS9mWKbXVsdGlhZGRyc5YACASsEvZlBlCuAAoErBL2ZQZQr90DgnJzhQADAQAAiXNlY3AyNTZrMaEDAgQ1WPzlqlpvw7VzI1q81gJuzBDVpu-fZuJgoneOJaCDdGNwglCug3VkcIJQsIV3YWt1MgA"}'
2026-01-29 04:31:07.142 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:31:07.142 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25206/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:31:07.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:31:07.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43722/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:31:07.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:31:07.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20653/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-01-29 04:31:07.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-01-29 04:31:07.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25206/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:07.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.173.211/tcp/40512/p2p/16Uiu2HAkxr8MUdma8CY27hKz2GWT5qNh12sySRTh6h5bhXX9wpxf","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
2026-01-29 04:31:07.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43722/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:07.202 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.83.17/tcp/25207/p2p/16Uiu2HAmG7EnAbbaSHMfTT3dWouanYLLDH1E5rL2GwYVHVLc2bmR","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"},{"multiaddr":"/ip4/172.18.246.101/tcp/33140/p2p/16Uiu2HAmCnrtTJELg39wAUBkZ3PkhWsCL3RrHqwcwzF7FupdxbtK","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
2026-01-29 04:31:07.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20653/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:07.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.173.211/tcp/43723/p2p/16Uiu2HAkxr8MUdma8CY27hKz2GWT5qNh12sySRTh6h5bhXX9wpxf","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
2026-01-29 04:31:07.207 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-01-29 04:31:37.208 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25206/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:31:37.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:31:37.213 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:31:38.214 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-01-29 04:31:38.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20653/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:38.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1769661097208089726,"ephemeral":false}]'
2026-01-29 04:31:38.221 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:31:38.222 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:31:38.223 DEBUG [src.node.waku_node] Stopping container with id 3f45bf3d41db
2026-01-29 04:31:38.763 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:31:38.764 DEBUG [src.node.waku_node] Stopping container with id 27c20f96a16d
2026-01-29 04:31:39.273 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:31:39.273 DEBUG [src.node.waku_node] Stopping container with id b3b272e7506b
2026-01-29 04:31:39.639 ERROR [src.node.docker_mananger] Max retries reached for container 3f45bf3d41db. Exiting log stream.
2026-01-29 04:31:39.763 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:31:39.764 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:31:39.797 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:31:39.823 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:31:39.834 DEBUG [src.node.docker_mananger] No errors found in the waku logs.