103 lines
20 KiB
Plaintext

2026-01-30 04:31:00.275 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-30 04:31:00.276 DEBUG [tests.conftest] Running test: test_relay_receiving_node_not_connected_directly_to_relaying_node with id: 2026-01-30_04-31-00__0ccb5fa2-9715-4c09-9f77-a19e5626f1bf
2026-01-30 04:31:00.276 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-30 04:31:00.276 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-01-30 04:31:00.276 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-01-30 04:31:00.286 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-30 04:31:00.286 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-30_04-31-00__0ccb5fa2-9715-4c09-9f77-a19e5626f1bf__wakuorg_nwaku:latest.log
2026-01-30 04:31:00.292 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-30 04:31:00.292 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-30_04-31-00__0ccb5fa2-9715-4c09-9f77-a19e5626f1bf__wakuorg_nwaku:latest.log
2026-01-30 04:31:00.297 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-30 04:31:00.297 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-30_04-31-00__0ccb5fa2-9715-4c09-9f77-a19e5626f1bf__wakuorg_nwaku:latest.log
2026-01-30 04:31:00.298 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-01-30 04:31:00.298 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-30 04:31:00.299 DEBUG [src.node.waku_node] Starting Node...
2026-01-30 04:31:00.299 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-30 04:31:00.338 DEBUG [src.node.docker_mananger] Network waku created
2026-01-30 04:31:00.339 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.69.145
2026-01-30 04:31:00.339 DEBUG [src.node.docker_mananger] Generated ports ['16362', '16363', '16364', '16365', '16366']
2026-01-30 04:31:00.339 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-30 04:31:00.339 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-30 04:31:00.339 DEBUG [src.node.waku_node] Using volumes []
2026-01-30 04:31:00.339 DEBUG [src.node.docker_mananger] docker run -i -t -p 16362:16362 -p 16363:16363 -p 16364:16364 -p 16365:16365 -p 16366:16366 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=16364 --rest-port=16362 --tcp-port=16363 --discv5-udp-port=16365 --rest-address=0.0.0.0 --nat=extip:172.18.69.145 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8baab6ee14fa2c26d02d16715f3c9d8eca78054b939be4baeb1afd89e455af1d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16366 --metrics-logging=true --relay=true
2026-01-30 04:31:03.204 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.69.145 waku e2be6902e3cd909bd1392d0c757ce35f3662bb9510b99dbe2f228b4282bd3af5
2026-01-30 04:31:03.235 DEBUG [src.node.docker_mananger] Container started with ID e2be6902e3cd. Setting up logs at ./log/docker/node1_2026-01-30_04-31-00__0ccb5fa2-9715-4c09-9f77-a19e5626f1bf__wakuorg_nwaku:latest.log
2026-01-30 04:31:03.236 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16362
2026-01-30 04:31:03.236 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-30 04:31:04.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16362/health" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:31:04.241 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"}]}'
2026-01-30 04:31:04.241 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-30 04:31:04.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16362/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:31:04.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.69.145/tcp/16363/p2p/16Uiu2HAmAh9tJQLa42rt7XqNT4i7gFiULSpGNiZEUzg6yuvXirvP","/ip4/172.18.69.145/tcp/16364/ws/p2p/16Uiu2HAmAh9tJQLa42rt7XqNT4i7gFiULSpGNiZEUzg6yuvXirvP"],"enrUri":"enr:-L24QEAEbnicu-KaOkRYb_plPngC8dH3PGxcty80HvuJnZJJL_Kw_s2tAdikot2K4z5S1NCt9QT0TTReBxLeS6n_NGUCgmlkgnY0gmlwhKwSRZGKbXVsdGlhZGRyc5YACASsEkWRBj_rAAoErBJFkQY_7N0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4taRk0dkOfoMuJ4hYqne8tRqoWJysGxr0Eyw_uqyGmSDdGNwgj_rg3VkcII_7YV3YWt1MgE"}'
2026-01-30 04:31:04.244 INFO [src.node.waku_node] REST service is ready !!
2026-01-30 04:31:04.244 DEBUG [src.node.waku_node] Starting Node...
2026-01-30 04:31:04.244 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-30 04:31:04.246 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-30 04:31:04.246 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.202.131
2026-01-30 04:31:04.246 DEBUG [src.node.docker_mananger] Generated ports ['9541', '9542', '9543', '9544', '9545']
2026-01-30 04:31:04.246 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-30 04:31:04.246 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-30 04:31:04.246 DEBUG [src.node.waku_node] Using volumes []
2026-01-30 04:31:04.246 DEBUG [src.node.docker_mananger] docker run -i -t -p 9541:9541 -p 9542:9542 -p 9543:9543 -p 9544:9544 -p 9545:9545 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=9543 --rest-port=9541 --tcp-port=9542 --discv5-udp-port=9544 --rest-address=0.0.0.0 --nat=extip:172.18.202.131 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a8f819d93deecd1bbb526efdd5e8c636d7d69db32e5732a6fd1daaaa2ce2eb4e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9545 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEAEbnicu-KaOkRYb_plPngC8dH3PGxcty80HvuJnZJJL_Kw_s2tAdikot2K4z5S1NCt9QT0TTReBxLeS6n_NGUCgmlkgnY0gmlwhKwSRZGKbXVsdGlhZGRyc5YACASsEkWRBj_rAAoErBJFkQY_7N0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4taRk0dkOfoMuJ4hYqne8tRqoWJysGxr0Eyw_uqyGmSDdGNwgj_rg3VkcII_7YV3YWt1MgE
2026-01-30 04:31:04.438 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.202.131 waku 3190027b07663204e48f479da9081871264770d917d08a338a09c683ef4d0612
2026-01-30 04:31:04.468 DEBUG [src.node.docker_mananger] Container started with ID 3190027b0766. Setting up logs at ./log/docker/node2_2026-01-30_04-31-00__0ccb5fa2-9715-4c09-9f77-a19e5626f1bf__wakuorg_nwaku:latest.log
2026-01-30 04:31:04.469 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9541
2026-01-30 04:31:04.469 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-30 04:31:05.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9541/health" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:31:05.485 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"}]}'
2026-01-30 04:31:05.486 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-30 04:31:05.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9541/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:31:05.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.202.131/tcp/9542/p2p/16Uiu2HAmUaGj55YJRRqACSFfwefGPRYPNBQSW5iykfxvnVU8p97R","/ip4/172.18.202.131/tcp/9543/ws/p2p/16Uiu2HAmUaGj55YJRRqACSFfwefGPRYPNBQSW5iykfxvnVU8p97R"],"enrUri":"enr:-L24QAzf6gZAS2l5KyvfB5nbSrlOFMRuaV1Oorm9NyIjRIQOIyHHLkGEVhL6yR3ADEhreAeuV03NsC6NubwKrLhySIUCgmlkgnY0gmlwhKwSyoOKbXVsdGlhZGRyc5YACASsEsqDBiVGAAoErBLKgwYlR90DgnJzhQADAQAAiXNlY3AyNTZrMaED7IWaR7yDLYvxNMhtTyxyhAexlKU-txnqZNxz-ct4HbyDdGNwgiVGg3VkcIIlSIV3YWt1MgE"}'
2026-01-30 04:31:05.493 INFO [src.node.waku_node] REST service is ready !!
2026-01-30 04:31:05.493 DEBUG [src.node.waku_node] Starting Node...
2026-01-30 04:31:05.493 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-30 04:31:05.495 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-30 04:31:05.495 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.169.17
2026-01-30 04:31:05.495 DEBUG [src.node.docker_mananger] Generated ports ['2083', '2084', '2085', '2086', '2087']
2026-01-30 04:31:05.495 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-30 04:31:05.495 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-30 04:31:05.495 DEBUG [src.node.waku_node] Using volumes []
2026-01-30 04:31:05.496 DEBUG [src.node.docker_mananger] docker run -i -t -p 2083:2083 -p 2084:2084 -p 2085:2085 -p 2086:2086 -p 2087:2087 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=2085 --rest-port=2083 --tcp-port=2084 --discv5-udp-port=2086 --rest-address=0.0.0.0 --nat=extip:172.18.169.17 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=31cceb7d2b87373a92f1efd54db8aeceafd5baa1fa32b3ea34bfe5cac2f1ba3a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2087 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAzf6gZAS2l5KyvfB5nbSrlOFMRuaV1Oorm9NyIjRIQOIyHHLkGEVhL6yR3ADEhreAeuV03NsC6NubwKrLhySIUCgmlkgnY0gmlwhKwSyoOKbXVsdGlhZGRyc5YACASsEsqDBiVGAAoErBLKgwYlR90DgnJzhQADAQAAiXNlY3AyNTZrMaED7IWaR7yDLYvxNMhtTyxyhAexlKU-txnqZNxz-ct4HbyDdGNwgiVGg3VkcIIlSIV3YWt1MgE
2026-01-30 04:31:05.687 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.169.17 waku 4325a61cca064a74aabc6f415ef51e30997db8468382c125409dad9a25d7d138
2026-01-30 04:31:05.720 DEBUG [src.node.docker_mananger] Container started with ID 4325a61cca06. Setting up logs at ./log/docker/node3_2026-01-30_04-31-00__0ccb5fa2-9715-4c09-9f77-a19e5626f1bf__wakuorg_nwaku:latest.log
2026-01-30 04:31:05.720 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2083
2026-01-30 04:31:05.720 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-30 04:31:06.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2083/health" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:31:06.729 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"}]}'
2026-01-30 04:31:06.731 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-30 04:31:06.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2083/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:31:06.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.169.17/tcp/2084/p2p/16Uiu2HAm3eobTfPdJEuBbG77AeEEUFmLUWM3PDmnBLTHFVxkJrF1","/ip4/172.18.169.17/tcp/2085/ws/p2p/16Uiu2HAm3eobTfPdJEuBbG77AeEEUFmLUWM3PDmnBLTHFVxkJrF1"],"enrUri":"enr:-L24QIgvyfD4tMB5MYg3a_Ep8LGIDAEGIzp1Ohdopmx_owtIQeOq7uYHW3je4hy5YQLFGZBVHUoDCz8uvnW7KJlckdYCgmlkgnY0gmlwhKwSqRGKbXVsdGlhZGRyc5YACASsEqkRBggkAAoErBKpEQYIJd0DgnJzhQADAQAAiXNlY3AyNTZrMaECejqn-0g9ZWxJLMC7HAKD-qlHWPdvhKMQZHH-KWvovMiDdGNwgggkg3VkcIIIJoV3YWt1MgE"}'
2026-01-30 04:31:06.737 INFO [src.node.waku_node] REST service is ready !!
2026-01-30 04:31:06.737 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16362/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-30 04:31:06.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:31:06.742 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9541/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-30 04:31:06.748 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:31:06.748 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2083/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-30 04:31:06.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:31:06.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16362/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:31:06.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.202.131/tcp/55286/p2p/16Uiu2HAmUaGj55YJRRqACSFfwefGPRYPNBQSW5iykfxvnVU8p97R","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-127-ga4e44d","origin":"UnknownOrigin"}]'
2026-01-30 04:31:06.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9541/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:31:06.762 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.69.145/tcp/16363/p2p/16Uiu2HAmAh9tJQLa42rt7XqNT4i7gFiULSpGNiZEUzg6yuvXirvP","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-127-ga4e44d","origin":"Discv5"},{"multiaddr":"/ip4/172.18.169.17/tcp/43492/p2p/16Uiu2HAm3eobTfPdJEuBbG77AeEEUFmLUWM3PDmnBLTHFVxkJrF1","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-127-ga4e44d","origin":"UnknownOrigin"}]'
2026-01-30 04:31:06.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2083/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:31:06.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.202.131/tcp/9542/p2p/16Uiu2HAmUaGj55YJRRqACSFfwefGPRYPNBQSW5iykfxvnVU8p97R","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-127-ga4e44d","origin":"Discv5"}]'
2026-01-30 04:31:06.765 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-01-30 04:31:36.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16362/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-30 04:31:36.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:31:36.774 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-30 04:31:37.774 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-01-30 04:31:37.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:31:37.778 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":1769747496766306287,"ephemeral":false,"proof":""}]'
2026-01-30 04:31:37.782 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-30 04:31:37.783 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-30 04:31:37.783 DEBUG [src.node.waku_node] Stopping container with id e2be6902e3cd
2026-01-30 04:31:38.360 DEBUG [src.node.waku_node] Container stopped.
2026-01-30 04:31:38.360 DEBUG [src.node.waku_node] Stopping container with id 3190027b0766
2026-01-30 04:31:38.868 DEBUG [src.node.waku_node] Container stopped.
2026-01-30 04:31:38.868 DEBUG [src.node.waku_node] Stopping container with id 4325a61cca06
2026-01-30 04:31:39.173 ERROR [src.node.docker_mananger] Max retries reached for container e2be6902e3cd. Exiting log stream.
2026-01-30 04:31:39.384 DEBUG [src.node.waku_node] Container stopped.
2026-01-30 04:31:39.386 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-30 04:31:39.409 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-30 04:31:39.432 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-30 04:31:39.453 DEBUG [src.node.docker_mananger] No errors found in the waku logs.