103 lines
20 KiB
Plaintext

2026-03-15 04:45:00.716 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-15 04:45:00.716 DEBUG [tests.conftest] Running test: test_filter_node_not_connected_directly_to_relaying_node with id: 2026-03-15_04-45-00__3c2a353d-e9b4-428c-9c12-e1bc9d216475
2026-03-15 04:45:00.716 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-15 04:45:00.717 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-15 04:45:00.717 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-15 04:45:00.726 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-15 04:45:00.726 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-15_04-45-00__3c2a353d-e9b4-428c-9c12-e1bc9d216475__wakuorg_nwaku:latest.log
2026-03-15 04:45:00.733 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-15 04:45:00.733 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-15_04-45-00__3c2a353d-e9b4-428c-9c12-e1bc9d216475__wakuorg_nwaku:latest.log
2026-03-15 04:45:00.739 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-15 04:45:00.740 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-15_04-45-00__3c2a353d-e9b4-428c-9c12-e1bc9d216475__wakuorg_nwaku:latest.log
2026-03-15 04:45:00.740 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-15 04:45:00.740 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-15 04:45:00.741 DEBUG [src.node.waku_node] Starting Node...
2026-03-15 04:45:00.741 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-15 04:45:00.777 DEBUG [src.node.docker_mananger] Network waku created
2026-03-15 04:45:00.778 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.223.224
2026-03-15 04:45:00.778 DEBUG [src.node.docker_mananger] Generated ports ['11769', '11770', '11771', '11772', '11773']
2026-03-15 04:45:00.778 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-15 04:45:00.778 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-15 04:45:00.778 DEBUG [src.node.waku_node] Using volumes []
2026-03-15 04:45:00.778 DEBUG [src.node.docker_mananger] docker run -i -t -p 11769:11769 -p 11770:11770 -p 11771:11771 -p 11772:11772 -p 11773:11773 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=11771 --rest-port=11769 --tcp-port=11770 --discv5-udp-port=11772 --rest-address=0.0.0.0 --nat=extip:172.18.223.224 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=be13ac304ddfd8e96bffeadfe2dd080d56bdbcf20adbbea86d83622f09caca84 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11773 --metrics-logging=true --filter=true --relay=true
2026-03-15 04:45:04.460 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.223.224 waku 9fe1ab3ced262d36c7f7f98456d7e4f852b6170be8e525f94fac6b73ec36d44d
2026-03-15 04:45:04.490 DEBUG [src.node.docker_mananger] Container started with ID 9fe1ab3ced26. Setting up logs at ./log/docker/node1_2026-03-15_04-45-00__3c2a353d-e9b4-428c-9c12-e1bc9d216475__wakuorg_nwaku:latest.log
2026-03-15 04:45:04.491 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11769
2026-03-15 04:45:04.491 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-15 04:45:05.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11769/health" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:45:05.495 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-15 04:45:05.495 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-15 04:45:05.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11769/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:45:05.498 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.223.224/tcp/11770/p2p/16Uiu2HAmTyVUR5JsHN2iwbziKQ6K2BeE3W1S91VDDv58Vp5TDC9y","/ip4/172.18.223.224/tcp/11771/ws/p2p/16Uiu2HAmTyVUR5JsHN2iwbziKQ6K2BeE3W1S91VDDv58Vp5TDC9y"],"enrUri":"enr:-L24QAcwkNVvZjkJjA7WubEqJ_mArsbXOryZ-CZUxBX77y1VKp9FRdJPMMofjh1HeUvGQzHYeP1vyFc18h2sqRUzgjsCgmlkgnY0gmlwhKwS3-CKbXVsdGlhZGRyc5YACASsEt_gBi36AAoErBLf4AYt-90DgnJzhQADAQAAiXNlY3AyNTZrMaED45ywEp1IOoFZtgQ4SVsBAgFqQsukw42U5hOu1xd8xVSDdGNwgi36g3VkcIIt_IV3YWt1MgU"}'
2026-03-15 04:45:05.498 INFO [src.node.waku_node] REST service is ready !!
2026-03-15 04:45:05.498 DEBUG [src.node.waku_node] Starting Node...
2026-03-15 04:45:05.498 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-15 04:45:05.500 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-15 04:45:05.500 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.93.180
2026-03-15 04:45:05.500 DEBUG [src.node.docker_mananger] Generated ports ['49289', '49290', '49291', '49292', '49293']
2026-03-15 04:45:05.500 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-15 04:45:05.500 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-15 04:45:05.500 DEBUG [src.node.waku_node] Using volumes []
2026-03-15 04:45:05.500 DEBUG [src.node.docker_mananger] docker run -i -t -p 49289:49289 -p 49290:49290 -p 49291:49291 -p 49292:49292 -p 49293:49293 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=49291 --rest-port=49289 --tcp-port=49290 --discv5-udp-port=49292 --rest-address=0.0.0.0 --nat=extip:172.18.93.180 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f1cefe9aeaac04224fa9bc89fdb242bccf5bd3648ef1f6decf5ca4cb10adf92c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49293 --metrics-logging=true --filter=true --relay=true --discv5-bootstrap-node=enr:-L24QAcwkNVvZjkJjA7WubEqJ_mArsbXOryZ-CZUxBX77y1VKp9FRdJPMMofjh1HeUvGQzHYeP1vyFc18h2sqRUzgjsCgmlkgnY0gmlwhKwS3-CKbXVsdGlhZGRyc5YACASsEt_gBi36AAoErBLf4AYt-90DgnJzhQADAQAAiXNlY3AyNTZrMaED45ywEp1IOoFZtgQ4SVsBAgFqQsukw42U5hOu1xd8xVSDdGNwgi36g3VkcIIt_IV3YWt1MgU
2026-03-15 04:45:05.653 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.93.180 waku 00e172046f0772c79c1e4e6a73e38c973354c754ab46b94374079deb407c7bae
2026-03-15 04:45:05.678 DEBUG [src.node.docker_mananger] Container started with ID 00e172046f07. Setting up logs at ./log/docker/node2_2026-03-15_04-45-00__3c2a353d-e9b4-428c-9c12-e1bc9d216475__wakuorg_nwaku:latest.log
2026-03-15 04:45:05.678 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49289
2026-03-15 04:45:05.678 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-15 04:45:06.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49289/health" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:45:06.699 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-15 04:45:06.700 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-15 04:45:06.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49289/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:45:06.705 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.93.180/tcp/49290/p2p/16Uiu2HAmM6JzBVSwjgTDfAhWNe9vmocX8E75jwQXRNjD4erbZnja","/ip4/172.18.93.180/tcp/49291/ws/p2p/16Uiu2HAmM6JzBVSwjgTDfAhWNe9vmocX8E75jwQXRNjD4erbZnja"],"enrUri":"enr:-L24QNrSGPQ8erzb17xroGVB4GikA2YNizg6HYlaR9ErrBnBNGPmDPqhn3AAS50yJJbcdpsfwnkZW2J28RWaNoipqpICgmlkgnY0gmlwhKwSXbSKbXVsdGlhZGRyc5YACASsEl20BsCKAAoErBJdtAbAi90DgnJzhQADAQAAiXNlY3AyNTZrMaEDfVoWZq-IzoYPo6a-Ki9Oh8O9XUm0RBTJlKhFWKOa6HmDdGNwgsCKg3VkcILAjIV3YWt1MgU"}'
2026-03-15 04:45:06.706 INFO [src.node.waku_node] REST service is ready !!
2026-03-15 04:45:06.709 DEBUG [src.node.waku_node] Starting Node...
2026-03-15 04:45:06.709 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-15 04:45:06.712 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-15 04:45:06.714 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.110.252
2026-03-15 04:45:06.714 DEBUG [src.node.docker_mananger] Generated ports ['57234', '57235', '57236', '57237', '57238']
2026-03-15 04:45:06.715 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-15 04:45:06.715 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-15 04:45:06.715 DEBUG [src.node.waku_node] Using volumes []
2026-03-15 04:45:06.715 DEBUG [src.node.docker_mananger] docker run -i -t -p 57234:57234 -p 57235:57235 -p 57236:57236 -p 57237:57237 -p 57238:57238 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=57236 --rest-port=57234 --tcp-port=57235 --discv5-udp-port=57237 --rest-address=0.0.0.0 --nat=extip:172.18.110.252 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f197e3858c74b069fec3c1f7a6489a750cee6db0eabee79ac1ddcbb880502df7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57238 --metrics-logging=true --relay=false --filternode=/ip4/172.18.93.180/tcp/49290/p2p/16Uiu2HAmM6JzBVSwjgTDfAhWNe9vmocX8E75jwQXRNjD4erbZnja --discv5-bootstrap-node=enr:-L24QNrSGPQ8erzb17xroGVB4GikA2YNizg6HYlaR9ErrBnBNGPmDPqhn3AAS50yJJbcdpsfwnkZW2J28RWaNoipqpICgmlkgnY0gmlwhKwSXbSKbXVsdGlhZGRyc5YACASsEl20BsCKAAoErBJdtAbAi90DgnJzhQADAQAAiXNlY3AyNTZrMaEDfVoWZq-IzoYPo6a-Ki9Oh8O9XUm0RBTJlKhFWKOa6HmDdGNwgsCKg3VkcILAjIV3YWt1MgU
2026-03-15 04:45:06.869 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.110.252 waku 1e2c087d4b620f915f896e8d69b7054b9c54f21af3c0258ac0ac986b2f4bb1d3
2026-03-15 04:45:06.893 DEBUG [src.node.docker_mananger] Container started with ID 1e2c087d4b62. Setting up logs at ./log/docker/node3_2026-03-15_04-45-00__3c2a353d-e9b4-428c-9c12-e1bc9d216475__wakuorg_nwaku:latest.log
2026-03-15 04:45:06.894 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57234
2026-03-15 04:45:06.894 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-15 04:45:07.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57234/health" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:45:07.898 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-15 04:45:07.898 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-15 04:45:07.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57234/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:45:07.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.110.252/tcp/57235/p2p/16Uiu2HAm9oXVP2fTkzf6c2318dA4LXGGDEhrhsSz3WTitHiqJL3k","/ip4/172.18.110.252/tcp/57236/ws/p2p/16Uiu2HAm9oXVP2fTkzf6c2318dA4LXGGDEhrhsSz3WTitHiqJL3k"],"enrUri":"enr:-L24QKZFRyDM0sfrpGuEQ2KlpI6ZDEcx9TSBorCJvLmH4OGuW3BfzE_qLT-8i9XQeeowZ8NcqVx0LPgLK3RzlB7skLICgmlkgnY0gmlwhKwSbvyKbXVsdGlhZGRyc5YACASsEm78Bt-TAAoErBJu_AbflN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC1ZzLlGvCJuU4CJkKQDMR37oWLg1gI7cbGg6Ag2Y8vRODdGNwgt-Tg3VkcILflYV3YWt1MgA"}'
2026-03-15 04:45:07.901 INFO [src.node.waku_node] REST service is ready !!
2026-03-15 04:45:07.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11769/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-15 04:45:07.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-15 04:45:07.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49289/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-15 04:45:07.911 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-15 04:45:07.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57234/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-15 04:45:07.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-15 04:45:07.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11769/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:45:07.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.93.180/tcp/48144/p2p/16Uiu2HAmM6JzBVSwjgTDfAhWNe9vmocX8E75jwQXRNjD4erbZnja","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":"logos-delivery-v0.37.1-81-g96f1c4","origin":"UnknownOrigin"}]'
2026-03-15 04:45:07.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49289/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:45:07.963 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.110.252/tcp/40214/p2p/16Uiu2HAm9oXVP2fTkzf6c2318dA4LXGGDEhrhsSz3WTitHiqJL3k","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":"logos-delivery-v0.37.1-81-g96f1c4","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.223.224/tcp/11770/p2p/16Uiu2HAmTyVUR5JsHN2iwbziKQ6K2BeE3W1S91VDDv58Vp5TDC9y","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":"logos-delivery-v0.37.1-81-g96f1c4","origin":"Discv5"}]'
2026-03-15 04:45:07.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57234/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:45:07.965 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.93.180/tcp/49290/p2p/16Uiu2HAmM6JzBVSwjgTDfAhWNe9vmocX8E75jwQXRNjD4erbZnja","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":"logos-delivery-v0.37.1-81-g96f1c4","origin":"Discv5"}]'
2026-03-15 04:45:07.966 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-03-15 04:45:37.966 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11769/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-15 04:45:37.972 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-15 04:45:37.973 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-15 04:45:38.974 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-15 04:45:38.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57234/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:45:38.977 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":1773549937966768823,"ephemeral":false}]'
2026-03-15 04:45:38.981 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-15 04:45:38.982 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-15 04:45:38.982 DEBUG [src.node.waku_node] Stopping container with id 9fe1ab3ced26
2026-03-15 04:45:39.471 DEBUG [src.node.waku_node] Container stopped.
2026-03-15 04:45:39.471 DEBUG [src.node.waku_node] Stopping container with id 00e172046f07
2026-03-15 04:45:39.938 DEBUG [src.node.waku_node] Container stopped.
2026-03-15 04:45:39.939 DEBUG [src.node.waku_node] Stopping container with id 1e2c087d4b62
2026-03-15 04:45:40.284 ERROR [src.node.docker_mananger] Max retries reached for container 9fe1ab3ced26. Exiting log stream.
2026-03-15 04:45:40.400 DEBUG [src.node.waku_node] Container stopped.
2026-03-15 04:45:40.401 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-15 04:45:40.417 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-15 04:45:40.441 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-15 04:45:40.452 DEBUG [src.node.docker_mananger] No errors found in the waku logs.