103 lines
20 KiB
Plaintext

2026-03-01 04:38:03.927 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-01 04:38:03.928 DEBUG [tests.conftest] Running test: test_filter_node_not_connected_directly_to_relaying_node with id: 2026-03-01_04-38-03__2e752684-c065-4b4a-8180-f81c9d79c0b6
2026-03-01 04:38:03.928 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-01 04:38:03.928 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-01 04:38:03.929 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-01 04:38:03.939 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-01 04:38:03.939 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-01_04-38-03__2e752684-c065-4b4a-8180-f81c9d79c0b6__wakuorg_nwaku:latest.log
2026-03-01 04:38:03.946 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-01 04:38:03.946 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-01_04-38-03__2e752684-c065-4b4a-8180-f81c9d79c0b6__wakuorg_nwaku:latest.log
2026-03-01 04:38:03.953 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-01 04:38:03.953 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-01_04-38-03__2e752684-c065-4b4a-8180-f81c9d79c0b6__wakuorg_nwaku:latest.log
2026-03-01 04:38:03.953 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-01 04:38:03.953 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-01 04:38:03.954 DEBUG [src.node.waku_node] Starting Node...
2026-03-01 04:38:03.955 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-01 04:38:04.000 DEBUG [src.node.docker_mananger] Network waku created
2026-03-01 04:38:04.000 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.182.157
2026-03-01 04:38:04.001 DEBUG [src.node.docker_mananger] Generated ports ['54203', '54204', '54205', '54206', '54207']
2026-03-01 04:38:04.001 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-01 04:38:04.001 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-01 04:38:04.001 DEBUG [src.node.waku_node] Using volumes []
2026-03-01 04:38:04.001 DEBUG [src.node.docker_mananger] docker run -i -t -p 54203:54203 -p 54204:54204 -p 54205:54205 -p 54206:54206 -p 54207:54207 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=54205 --rest-port=54203 --tcp-port=54204 --discv5-udp-port=54206 --rest-address=0.0.0.0 --nat=extip:172.18.182.157 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b6b1ea3feccf0bb465bc384128ebea007981497d14ed82b6f2ecace01c4e66ba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54207 --metrics-logging=true --filter=true --relay=true
2026-03-01 04:38:07.027 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.182.157 waku 84f4f7ecb8083db94a5de065bb04df1473583770681e56b760cec3104e8177b7
2026-03-01 04:38:07.072 DEBUG [src.node.docker_mananger] Container started with ID 84f4f7ecb808. Setting up logs at ./log/docker/node1_2026-03-01_04-38-03__2e752684-c065-4b4a-8180-f81c9d79c0b6__wakuorg_nwaku:latest.log
2026-03-01 04:38:07.074 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54203
2026-03-01 04:38:07.074 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-01 04:38:08.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54203/health" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:38:08.078 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-01 04:38:08.078 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-01 04:38:08.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54203/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:38:08.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.182.157/tcp/54204/p2p/16Uiu2HAmC1KL1pdxkvxTenkb7rB8tdDPTyqoNWssocpZTJ7JQy7s","/ip4/172.18.182.157/tcp/54205/ws/p2p/16Uiu2HAmC1KL1pdxkvxTenkb7rB8tdDPTyqoNWssocpZTJ7JQy7s"],"enrUri":"enr:-L24QKilxGEE2ULwR0Nz3Hq5SxiYM6RR1OZyQqvh0h2lXfshUwhA8FzQjbud8oOD5mWQdcowZfLQr6Lg51aLH440pvcCgmlkgnY0gmlwhKwStp2KbXVsdGlhZGRyc5YACASsEradBtO8AAoErBK2nQbTvd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC9lljRN7PN79JSK64GywDkLWcNzeV2CGsJvvLx4oVOBaDdGNwgtO8g3VkcILTvoV3YWt1MgU"}'
2026-03-01 04:38:08.081 INFO [src.node.waku_node] REST service is ready !!
2026-03-01 04:38:08.081 DEBUG [src.node.waku_node] Starting Node...
2026-03-01 04:38:08.081 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-01 04:38:08.083 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-01 04:38:08.083 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.250.108
2026-03-01 04:38:08.083 DEBUG [src.node.docker_mananger] Generated ports ['6365', '6366', '6367', '6368', '6369']
2026-03-01 04:38:08.083 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-01 04:38:08.083 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-01 04:38:08.084 DEBUG [src.node.waku_node] Using volumes []
2026-03-01 04:38:08.084 DEBUG [src.node.docker_mananger] docker run -i -t -p 6365:6365 -p 6366:6366 -p 6367:6367 -p 6368:6368 -p 6369:6369 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=6367 --rest-port=6365 --tcp-port=6366 --discv5-udp-port=6368 --rest-address=0.0.0.0 --nat=extip:172.18.250.108 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=db5fdb8edd26ca70c5affecb6cf5a8eaffc9f3a82d1e29f1ba4f8bcff7d5c0ee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6369 --metrics-logging=true --filter=true --relay=true --discv5-bootstrap-node=enr:-L24QKilxGEE2ULwR0Nz3Hq5SxiYM6RR1OZyQqvh0h2lXfshUwhA8FzQjbud8oOD5mWQdcowZfLQr6Lg51aLH440pvcCgmlkgnY0gmlwhKwStp2KbXVsdGlhZGRyc5YACASsEradBtO8AAoErBK2nQbTvd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC9lljRN7PN79JSK64GywDkLWcNzeV2CGsJvvLx4oVOBaDdGNwgtO8g3VkcILTvoV3YWt1MgU
2026-03-01 04:38:08.276 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.250.108 waku 1f42b0c84938f107116e746d8e6b2125dc51c56ac812fd45f9ae8b2892494e91
2026-03-01 04:38:08.314 DEBUG [src.node.docker_mananger] Container started with ID 1f42b0c84938. Setting up logs at ./log/docker/node2_2026-03-01_04-38-03__2e752684-c065-4b4a-8180-f81c9d79c0b6__wakuorg_nwaku:latest.log
2026-03-01 04:38:08.314 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6365
2026-03-01 04:38:08.315 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-01 04:38:09.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6365/health" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:38:09.334 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-01 04:38:09.335 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-01 04:38:09.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6365/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:38:09.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.250.108/tcp/6366/p2p/16Uiu2HAmCUhPwnjsDYzeznHcW9DDSPwW4pbTmwYHbbio948vqzuY","/ip4/172.18.250.108/tcp/6367/ws/p2p/16Uiu2HAmCUhPwnjsDYzeznHcW9DDSPwW4pbTmwYHbbio948vqzuY"],"enrUri":"enr:-L24QCShr0Iu3LfdhwwPc8ortK6RyZBgXPYzsm3B66fBTfVjQ4Ej8858JjnDnWfYPG4Apf56ndGfVsbibxD51m74y4oCgmlkgnY0gmlwhKwS-myKbXVsdGlhZGRyc5YACASsEvpsBhjeAAoErBL6bAYY390DgnJzhQADAQAAiXNlY3AyNTZrMaEC_V0Fj1BIKcTXT9R72knpOrj8rs-QMnYN2HF9RYNQYtuDdGNwghjeg3VkcIIY4IV3YWt1MgU"}'
2026-03-01 04:38:09.342 INFO [src.node.waku_node] REST service is ready !!
2026-03-01 04:38:09.342 DEBUG [src.node.waku_node] Starting Node...
2026-03-01 04:38:09.343 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-01 04:38:09.344 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-01 04:38:09.344 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.77.43
2026-03-01 04:38:09.345 DEBUG [src.node.docker_mananger] Generated ports ['32329', '32330', '32331', '32332', '32333']
2026-03-01 04:38:09.345 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-01 04:38:09.345 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-01 04:38:09.345 DEBUG [src.node.waku_node] Using volumes []
2026-03-01 04:38:09.345 DEBUG [src.node.docker_mananger] docker run -i -t -p 32329:32329 -p 32330:32330 -p 32331:32331 -p 32332:32332 -p 32333:32333 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=32331 --rest-port=32329 --tcp-port=32330 --discv5-udp-port=32332 --rest-address=0.0.0.0 --nat=extip:172.18.77.43 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d00acf12e888fccea4e3dddfbfac6f06fccb272923cfd99f7fe01c87f2c8678d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32333 --metrics-logging=true --relay=false --filternode=/ip4/172.18.250.108/tcp/6366/p2p/16Uiu2HAmCUhPwnjsDYzeznHcW9DDSPwW4pbTmwYHbbio948vqzuY --discv5-bootstrap-node=enr:-L24QCShr0Iu3LfdhwwPc8ortK6RyZBgXPYzsm3B66fBTfVjQ4Ej8858JjnDnWfYPG4Apf56ndGfVsbibxD51m74y4oCgmlkgnY0gmlwhKwS-myKbXVsdGlhZGRyc5YACASsEvpsBhjeAAoErBL6bAYY390DgnJzhQADAQAAiXNlY3AyNTZrMaEC_V0Fj1BIKcTXT9R72knpOrj8rs-QMnYN2HF9RYNQYtuDdGNwghjeg3VkcIIY4IV3YWt1MgU
2026-03-01 04:38:09.545 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.77.43 waku 909ea134f6555e9acd01eb9229a43fe686984d829d880c11fafcdc5a26c4d893
2026-03-01 04:38:09.581 DEBUG [src.node.docker_mananger] Container started with ID 909ea134f655. Setting up logs at ./log/docker/node3_2026-03-01_04-38-03__2e752684-c065-4b4a-8180-f81c9d79c0b6__wakuorg_nwaku:latest.log
2026-03-01 04:38:09.582 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32329
2026-03-01 04:38:09.582 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-01 04:38:10.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32329/health" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:38:10.585 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-01 04:38:10.585 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-01 04:38:10.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32329/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:38:10.588 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.77.43/tcp/32330/p2p/16Uiu2HAm4KcjbUE98xnuLDn6t6HaSnj3dsp9k231yZzQAEn2vWmk","/ip4/172.18.77.43/tcp/32331/ws/p2p/16Uiu2HAm4KcjbUE98xnuLDn6t6HaSnj3dsp9k231yZzQAEn2vWmk"],"enrUri":"enr:-L24QFwENN49c72A46wHON3L0rtguu7AAa2FnHBnUCpXynCrF4WVAI4_oE7L8h-5v0qpKLgwFOWOJ1KhJ6DDlIfAiacCgmlkgnY0gmlwhKwSTSuKbXVsdGlhZGRyc5YACASsEk0rBn5KAAoErBJNKwZ-S90DgnJzhQADAQAAiXNlY3AyNTZrMaEChCwHULwFlDkrRqlijBO7cdnHEQhmgF1LIdKD5jPSPG-DdGNwgn5Kg3VkcIJ-TIV3YWt1MgA"}'
2026-03-01 04:38:10.588 INFO [src.node.waku_node] REST service is ready !!
2026-03-01 04:38:10.589 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54203/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-01 04:38:10.593 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:38:10.594 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6365/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-01 04:38:10.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:38:10.600 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32329/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-01 04:38:10.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-01 04:38:10.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54203/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:38:10.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.250.108/tcp/53894/p2p/16Uiu2HAmCUhPwnjsDYzeznHcW9DDSPwW4pbTmwYHbbio948vqzuY","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-157-gba8587","origin":"UnknownOrigin"}]'
2026-03-01 04:38:10.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6365/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:38:10.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.77.43/tcp/51856/p2p/16Uiu2HAm4KcjbUE98xnuLDn6t6HaSnj3dsp9k231yZzQAEn2vWmk","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":[0],"connected":"Connected","agent":"nwaku-v0.36.0-157-gba8587","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.182.157/tcp/54204/p2p/16Uiu2HAmC1KL1pdxkvxTenkb7rB8tdDPTyqoNWssocpZTJ7JQy7s","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-157-gba8587","origin":"Discv5"}]'
2026-03-01 04:38:10.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32329/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:38:10.670 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.250.108/tcp/6366/p2p/16Uiu2HAmCUhPwnjsDYzeznHcW9DDSPwW4pbTmwYHbbio948vqzuY","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-157-gba8587","origin":"Discv5"}]'
2026-03-01 04:38:10.670 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-03-01 04:38:40.671 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54203/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-03-01 04:38:40.676 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:38:40.677 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-01 04:38:41.678 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-01 04:38:41.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32329/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:38:41.682 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":1772339920671120249,"ephemeral":false}]'
2026-03-01 04:38:41.685 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-01 04:38:41.686 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-01 04:38:41.687 DEBUG [src.node.waku_node] Stopping container with id 84f4f7ecb808
2026-03-01 04:38:42.243 DEBUG [src.node.waku_node] Container stopped.
2026-03-01 04:38:42.243 DEBUG [src.node.waku_node] Stopping container with id 1f42b0c84938
2026-03-01 04:38:42.803 DEBUG [src.node.waku_node] Container stopped.
2026-03-01 04:38:42.805 DEBUG [src.node.waku_node] Stopping container with id 909ea134f655
2026-03-01 04:38:43.057 ERROR [src.node.docker_mananger] Max retries reached for container 84f4f7ecb808. Exiting log stream.
2026-03-01 04:38:43.375 DEBUG [src.node.waku_node] Container stopped.
2026-03-01 04:38:43.379 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-01 04:38:43.393 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-01 04:38:43.418 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-01 04:38:43.430 DEBUG [src.node.docker_mananger] No errors found in the waku logs.