103 lines
20 KiB
Plaintext

2025-12-08 12:10:02.057 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-08 12:10:02.058 DEBUG [tests.conftest] Running test: test_relay_receiving_node_not_connected_directly_to_relaying_node with id: 2025-12-08_12-10-02__e8dd2df7-154b-4e03-a176-615afdf8fd29
2025-12-08 12:10:02.058 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-08 12:10:02.059 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2025-12-08 12:10:02.059 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2025-12-08 12:10:02.068 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:10:02.068 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-08_12-10-02__e8dd2df7-154b-4e03-a176-615afdf8fd29__wakuorg_nwaku:latest.log
2025-12-08 12:10:02.074 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:10:02.075 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-08_12-10-02__e8dd2df7-154b-4e03-a176-615afdf8fd29__wakuorg_nwaku:latest.log
2025-12-08 12:10:02.081 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:10:02.081 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-08_12-10-02__e8dd2df7-154b-4e03-a176-615afdf8fd29__wakuorg_nwaku:latest.log
2025-12-08 12:10:02.081 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2025-12-08 12:10:02.082 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-08 12:10:02.082 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 12:10:02.083 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 12:10:02.122 DEBUG [src.node.docker_mananger] Network waku created
2025-12-08 12:10:02.122 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.14.65
2025-12-08 12:10:02.122 DEBUG [src.node.docker_mananger] Generated ports ['10375', '10376', '10377', '10378', '10379']
2025-12-08 12:10:02.123 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 12:10:02.123 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 12:10:02.123 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 12:10:02.123 DEBUG [src.node.docker_mananger] docker run -i -t -p 10375:10375 -p 10376:10376 -p 10377:10377 -p 10378:10378 -p 10379:10379 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=10377 --rest-port=10375 --tcp-port=10376 --discv5-udp-port=10378 --rest-address=0.0.0.0 --nat=extip:172.18.14.65 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c3b7ffbc3cc1cb41debae21dbb90d327aad66b4cfacea06b2bbde8bf8cd9754a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10379 --metrics-logging=true --relay=true
2025-12-08 12:10:04.735 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.14.65 waku 549791d6744b11c446a8f4691e3243da265303628fcd5acdf70762471ce29989
2025-12-08 12:10:04.761 DEBUG [src.node.docker_mananger] Container started with ID 549791d6744b. Setting up logs at ./log/docker/node1_2025-12-08_12-10-02__e8dd2df7-154b-4e03-a176-615afdf8fd29__wakuorg_nwaku:latest.log
2025-12-08 12:10:04.761 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10375
2025-12-08 12:10:04.762 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 12:10:05.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10375/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:10:05.766 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_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"}]}'
2025-12-08 12:10:05.766 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 12:10:05.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10375/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:10:05.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.14.65/tcp/10376/p2p/16Uiu2HAmGuCSR6QQxSVcukfF2947Xp3q33Ytntr7rJLPR92RL6uc","/ip4/172.18.14.65/tcp/10377/ws/p2p/16Uiu2HAmGuCSR6QQxSVcukfF2947Xp3q33Ytntr7rJLPR92RL6uc"],"enrUri":"enr:-L24QGfNuq7HPRjZwGbzYh8Xi3a4ieK_oyMlL-nPUowE4xCMWLB0wdQjaMrwBXWxoh6ORDZCntTBJUIfaGjB7sTl-3gCgmlkgnY0gmlwhKwSDkGKbXVsdGlhZGRyc5YACASsEg5BBiiIAAoErBIOQQYoid0DgnJzhQADAQAAiXNlY3AyNTZrMaEDPxKMI0SW3RN4nQQvv3poyCvO8ELXKWXgzjNa1VBXK7eDdGNwgiiIg3VkcIIoioV3YWt1MgE"}'
2025-12-08 12:10:05.769 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 12:10:05.769 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 12:10:05.770 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 12:10:05.771 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-08 12:10:05.771 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.55.107
2025-12-08 12:10:05.771 DEBUG [src.node.docker_mananger] Generated ports ['21475', '21476', '21477', '21478', '21479']
2025-12-08 12:10:05.771 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 12:10:05.771 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 12:10:05.771 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 12:10:05.772 DEBUG [src.node.docker_mananger] docker run -i -t -p 21475:21475 -p 21476:21476 -p 21477:21477 -p 21478:21478 -p 21479:21479 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=21477 --rest-port=21475 --tcp-port=21476 --discv5-udp-port=21478 --rest-address=0.0.0.0 --nat=extip:172.18.55.107 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f4dd6ffce757accc03db86644a7e39d70ab5dd9d53b065ab4982e168f43d9a5c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21479 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGfNuq7HPRjZwGbzYh8Xi3a4ieK_oyMlL-nPUowE4xCMWLB0wdQjaMrwBXWxoh6ORDZCntTBJUIfaGjB7sTl-3gCgmlkgnY0gmlwhKwSDkGKbXVsdGlhZGRyc5YACASsEg5BBiiIAAoErBIOQQYoid0DgnJzhQADAQAAiXNlY3AyNTZrMaEDPxKMI0SW3RN4nQQvv3poyCvO8ELXKWXgzjNa1VBXK7eDdGNwgiiIg3VkcIIoioV3YWt1MgE
2025-12-08 12:10:05.940 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.55.107 waku f6d59e82f3ef0c4c877b62c6d75d8f7fbadc048b5a4654b573cd9be44b41fedb
2025-12-08 12:10:05.965 DEBUG [src.node.docker_mananger] Container started with ID f6d59e82f3ef. Setting up logs at ./log/docker/node2_2025-12-08_12-10-02__e8dd2df7-154b-4e03-a176-615afdf8fd29__wakuorg_nwaku:latest.log
2025-12-08 12:10:05.966 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21475
2025-12-08 12:10:05.966 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 12:10:06.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21475/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:10:06.978 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_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"}]}'
2025-12-08 12:10:06.981 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 12:10:06.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21475/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:10:06.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.55.107/tcp/21476/p2p/16Uiu2HAkzBd2WcqC3vD3XmtEvGShmpS11N7uyfMfeHRijLHuRb1v","/ip4/172.18.55.107/tcp/21477/ws/p2p/16Uiu2HAkzBd2WcqC3vD3XmtEvGShmpS11N7uyfMfeHRijLHuRb1v"],"enrUri":"enr:-L24QNURAwjbqbvUb4O7bRQNYnDkV7Xu5DvWkTKWZ-WumTpeQwce7cFcfB-vXFDxArLLPQuvtXYbt5t-pXKvaw2CThoCgmlkgnY0gmlwhKwSN2uKbXVsdGlhZGRyc5YACASsEjdrBlPkAAoErBI3awZT5d0DgnJzhQADAQAAiXNlY3AyNTZrMaECRrD21IDhZfS3AadbLnBIUrIxktzc8CG0Zxd4AvXZJL2DdGNwglPkg3VkcIJT5oV3YWt1MgE"}'
2025-12-08 12:10:06.986 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 12:10:06.986 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 12:10:06.986 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 12:10:06.988 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-08 12:10:06.989 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.166.41
2025-12-08 12:10:06.989 DEBUG [src.node.docker_mananger] Generated ports ['52053', '52054', '52055', '52056', '52057']
2025-12-08 12:10:06.989 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 12:10:06.989 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 12:10:06.989 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 12:10:06.989 DEBUG [src.node.docker_mananger] docker run -i -t -p 52053:52053 -p 52054:52054 -p 52055:52055 -p 52056:52056 -p 52057:52057 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=52055 --rest-port=52053 --tcp-port=52054 --discv5-udp-port=52056 --rest-address=0.0.0.0 --nat=extip:172.18.166.41 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=960323a3e9fd78fb5aead2c72672be850486dec9b67ae6fe2a9f740ac8caf1cf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52057 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNURAwjbqbvUb4O7bRQNYnDkV7Xu5DvWkTKWZ-WumTpeQwce7cFcfB-vXFDxArLLPQuvtXYbt5t-pXKvaw2CThoCgmlkgnY0gmlwhKwSN2uKbXVsdGlhZGRyc5YACASsEjdrBlPkAAoErBI3awZT5d0DgnJzhQADAQAAiXNlY3AyNTZrMaECRrD21IDhZfS3AadbLnBIUrIxktzc8CG0Zxd4AvXZJL2DdGNwglPkg3VkcIJT5oV3YWt1MgE
2025-12-08 12:10:07.140 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.166.41 waku b554bc823cd1b78a0ee6a039c933f2dcaa154158a70573b9056146b0dee010a6
2025-12-08 12:10:07.167 DEBUG [src.node.docker_mananger] Container started with ID b554bc823cd1. Setting up logs at ./log/docker/node3_2025-12-08_12-10-02__e8dd2df7-154b-4e03-a176-615afdf8fd29__wakuorg_nwaku:latest.log
2025-12-08 12:10:07.168 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52053
2025-12-08 12:10:07.169 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 12:10:08.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52053/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:10:08.176 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_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"}]}'
2025-12-08 12:10:08.178 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 12:10:08.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52053/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:10:08.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.166.41/tcp/52054/p2p/16Uiu2HAm9Bcxqk75HouPDq7MaebRMGSFqbzhV1PRaW35Gs2hy6zf","/ip4/172.18.166.41/tcp/52055/ws/p2p/16Uiu2HAm9Bcxqk75HouPDq7MaebRMGSFqbzhV1PRaW35Gs2hy6zf"],"enrUri":"enr:-L24QEf_5LRm6WwZNt9ErTQ1qHPpHm_g8t-7d2-JClYl1Bkxdc1SXmTs1BbHQfOFvfSAcNhE10kdb0VT7uqmMaggO_8CgmlkgnY0gmlwhKwSpimKbXVsdGlhZGRyc5YACASsEqYpBstWAAoErBKmKQbLV90DgnJzhQADAQAAiXNlY3AyNTZrMaECzGoTMPno3q7G2t34miHI55YKW4WmS5oILARlqfVdMaSDdGNwgstWg3VkcILLWIV3YWt1MgE"}'
2025-12-08 12:10:08.182 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 12:10:08.182 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10375/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-08 12:10:08.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:10:08.187 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21475/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-08 12:10:08.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:10:08.193 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52053/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-08 12:10:08.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:10:08.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10375/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:10:08.203 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.55.107/tcp/48148/p2p/16Uiu2HAkzBd2WcqC3vD3XmtEvGShmpS11N7uyfMfeHRijLHuRb1v","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-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-109-ga8590a","origin":"UnknownOrigin"}]'
2025-12-08 12:10:08.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21475/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:10:08.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.166.41/tcp/58926/p2p/16Uiu2HAm9Bcxqk75HouPDq7MaebRMGSFqbzhV1PRaW35Gs2hy6zf","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-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-109-ga8590a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.14.65/tcp/10376/p2p/16Uiu2HAmGuCSR6QQxSVcukfF2947Xp3q33Ytntr7rJLPR92RL6uc","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-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-109-ga8590a","origin":"Discv5"}]'
2025-12-08 12:10:08.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52053/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:10:08.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.55.107/tcp/21476/p2p/16Uiu2HAkzBd2WcqC3vD3XmtEvGShmpS11N7uyfMfeHRijLHuRb1v","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-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-109-ga8590a","origin":"Discv5"}]'
2025-12-08 12:10:08.209 DEBUG [src.libs.common] Sleeping for 30 seconds
2025-12-08 12:10:38.209 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10375/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)'}'
2025-12-08 12:10:38.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:10:38.217 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 12:10:39.217 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-08 12:10:39.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52053/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:10:39.220 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":1765195838209813793,"ephemeral":false,"proof":""}]'
2025-12-08 12:10:39.223 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-08 12:10:39.224 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-08 12:10:39.224 DEBUG [src.node.waku_node] Stopping container with id 549791d6744b
2025-12-08 12:10:39.707 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 12:10:39.707 DEBUG [src.node.waku_node] Stopping container with id f6d59e82f3ef
2025-12-08 12:10:40.212 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 12:10:40.213 DEBUG [src.node.waku_node] Stopping container with id b554bc823cd1
2025-12-08 12:10:40.520 ERROR [src.node.docker_mananger] Max retries reached for container 549791d6744b. Exiting log stream.
2025-12-08 12:10:40.734 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 12:10:40.735 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-08 12:10:40.756 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-08 12:10:40.780 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-08 12:10:40.801 DEBUG [src.node.docker_mananger] No errors found in the waku logs.