103 lines
20 KiB
Plaintext

2026-03-23 04:44:04.164 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-23 04:44:04.164 DEBUG [tests.conftest] Running test: test_relay_receiving_node_not_connected_directly_to_relaying_node with id: 2026-03-23_04-44-04__27b490e1-a8d1-4908-84a7-88daba2dc7c9
2026-03-23 04:44:04.165 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-23 04:44:04.165 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-23 04:44:04.165 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-23 04:44:04.176 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-23 04:44:04.176 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-23_04-44-04__27b490e1-a8d1-4908-84a7-88daba2dc7c9__wakuorg_nwaku:latest.log
2026-03-23 04:44:04.183 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-23 04:44:04.183 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-23_04-44-04__27b490e1-a8d1-4908-84a7-88daba2dc7c9__wakuorg_nwaku:latest.log
2026-03-23 04:44:04.190 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-23 04:44:04.191 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-23_04-44-04__27b490e1-a8d1-4908-84a7-88daba2dc7c9__wakuorg_nwaku:latest.log
2026-03-23 04:44:04.191 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-23 04:44:04.191 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-23 04:44:04.192 DEBUG [src.node.waku_node] Starting Node...
2026-03-23 04:44:04.192 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-23 04:44:04.238 DEBUG [src.node.docker_mananger] Network waku created
2026-03-23 04:44:04.239 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.155.117
2026-03-23 04:44:04.239 DEBUG [src.node.docker_mananger] Generated ports ['47178', '47179', '47180', '47181', '47182']
2026-03-23 04:44:04.239 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-23 04:44:04.239 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-23 04:44:04.239 DEBUG [src.node.waku_node] Using volumes []
2026-03-23 04:44:04.239 DEBUG [src.node.docker_mananger] docker run -i -t -p 47178:47178 -p 47179:47179 -p 47180:47180 -p 47181:47181 -p 47182:47182 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=47180 --rest-port=47178 --tcp-port=47179 --discv5-udp-port=47181 --rest-address=0.0.0.0 --nat=extip:172.18.155.117 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8f6a3f7e900df22d5bccb9a3f4aee5afa1bdab0fcc1ca2ea9b079acca8d08a47 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47182 --metrics-logging=true --relay=true
2026-03-23 04:44:07.958 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.155.117 waku 2c1c56329d07b0fb7bb4aa0a9e1fd5f5d38cd276eb3396bac1d5f03af6e5852d
2026-03-23 04:44:07.998 DEBUG [src.node.docker_mananger] Container started with ID 2c1c56329d07. Setting up logs at ./log/docker/node1_2026-03-23_04-44-04__27b490e1-a8d1-4908-84a7-88daba2dc7c9__wakuorg_nwaku:latest.log
2026-03-23 04:44:07.998 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47178
2026-03-23 04:44:08.000 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-23 04:44:09.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47178/health" -H "Content-Type: application/json" -d 'None'
2026-03-23 04:44:09.004 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_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-23 04:44:09.004 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-23 04:44:09.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47178/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-23 04:44:09.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.155.117/tcp/47179/p2p/16Uiu2HAmHC9S6G7Xs6hxCERU7fnCKpraUBSJYABYH3bmzrtTgMFL","/ip4/172.18.155.117/tcp/47180/ws/p2p/16Uiu2HAmHC9S6G7Xs6hxCERU7fnCKpraUBSJYABYH3bmzrtTgMFL"],"enrUri":"enr:-L24QItv5cdAzIBCZjraio0FUwaGabLdCXWooXW3idTwzQ_lcbmEA_tJ4bu-8JkWPBVirEXQfNQ5UDzQuZHMsTMztBACgmlkgnY0gmlwhKwSm3WKbXVsdGlhZGRyc5YACASsEpt1BrhLAAoErBKbdQa4TN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQ2oF0WlU9VIiu5MwN5unOqmnld8ivwulW7sC_1j7SWeDdGNwgrhLg3VkcIK4TYV3YWt1MgE"}'
2026-03-23 04:44:09.007 INFO [src.node.waku_node] REST service is ready !!
2026-03-23 04:44:09.007 DEBUG [src.node.waku_node] Starting Node...
2026-03-23 04:44:09.008 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-23 04:44:09.009 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-23 04:44:09.009 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.128.187
2026-03-23 04:44:09.009 DEBUG [src.node.docker_mananger] Generated ports ['3414', '3415', '3416', '3417', '3418']
2026-03-23 04:44:09.010 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-23 04:44:09.010 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-23 04:44:09.010 DEBUG [src.node.waku_node] Using volumes []
2026-03-23 04:44:09.010 DEBUG [src.node.docker_mananger] docker run -i -t -p 3414:3414 -p 3415:3415 -p 3416:3416 -p 3417:3417 -p 3418:3418 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=3416 --rest-port=3414 --tcp-port=3415 --discv5-udp-port=3417 --rest-address=0.0.0.0 --nat=extip:172.18.128.187 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=82cb1cc6dd4106aecba9d4dbd1027f10ed0c0d3a0954f161d7fd1e85feac8cca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3418 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QItv5cdAzIBCZjraio0FUwaGabLdCXWooXW3idTwzQ_lcbmEA_tJ4bu-8JkWPBVirEXQfNQ5UDzQuZHMsTMztBACgmlkgnY0gmlwhKwSm3WKbXVsdGlhZGRyc5YACASsEpt1BrhLAAoErBKbdQa4TN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQ2oF0WlU9VIiu5MwN5unOqmnld8ivwulW7sC_1j7SWeDdGNwgrhLg3VkcIK4TYV3YWt1MgE
2026-03-23 04:44:09.209 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.128.187 waku 797f6bd4d4bf572914a2091b56572d4ebd1d0dc5b35e987a2bb23548ee7e58e7
2026-03-23 04:44:09.247 DEBUG [src.node.docker_mananger] Container started with ID 797f6bd4d4bf. Setting up logs at ./log/docker/node2_2026-03-23_04-44-04__27b490e1-a8d1-4908-84a7-88daba2dc7c9__wakuorg_nwaku:latest.log
2026-03-23 04:44:09.247 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3414
2026-03-23 04:44:09.247 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-23 04:44:10.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3414/health" -H "Content-Type: application/json" -d 'None'
2026-03-23 04:44:10.269 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_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-23 04:44:10.273 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-23 04:44:10.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3414/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-23 04:44:10.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.128.187/tcp/3415/p2p/16Uiu2HAmSpjqpJP7oxBnRwVHqLdNMKb2BEgyDy5Htony5yzS1FJz","/ip4/172.18.128.187/tcp/3416/ws/p2p/16Uiu2HAmSpjqpJP7oxBnRwVHqLdNMKb2BEgyDy5Htony5yzS1FJz"],"enrUri":"enr:-L24QCvfMKQzU78s-U8ri_YsV9b4diu9laEQw45E_u66Mb4HFy13JAyR41g80PpyvPL9OrrvSccIzZ1P3oIxXoZxRcECgmlkgnY0gmlwhKwSgLuKbXVsdGlhZGRyc5YACASsEoC7Bg1XAAoErBKAuwYNWN0DgnJzhQADAQAAiXNlY3AyNTZrMaED0oMFR7j7pLPqVe8ZmsaadQnPk0pFArl2XrDhhhnCNTuDdGNwgg1Xg3VkcIINWYV3YWt1MgE"}'
2026-03-23 04:44:10.282 INFO [src.node.waku_node] REST service is ready !!
2026-03-23 04:44:10.282 DEBUG [src.node.waku_node] Starting Node...
2026-03-23 04:44:10.283 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-23 04:44:10.286 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-23 04:44:10.286 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.254.191
2026-03-23 04:44:10.286 DEBUG [src.node.docker_mananger] Generated ports ['38994', '38995', '38996', '38997', '38998']
2026-03-23 04:44:10.286 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-23 04:44:10.286 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-23 04:44:10.286 DEBUG [src.node.waku_node] Using volumes []
2026-03-23 04:44:10.287 DEBUG [src.node.docker_mananger] docker run -i -t -p 38994:38994 -p 38995:38995 -p 38996:38996 -p 38997:38997 -p 38998:38998 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=38996 --rest-port=38994 --tcp-port=38995 --discv5-udp-port=38997 --rest-address=0.0.0.0 --nat=extip:172.18.254.191 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e37ae4e16f4f9bf5faf9884eedbf14cbaaef27be0b05fe4d28960117f422a6f4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38998 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCvfMKQzU78s-U8ri_YsV9b4diu9laEQw45E_u66Mb4HFy13JAyR41g80PpyvPL9OrrvSccIzZ1P3oIxXoZxRcECgmlkgnY0gmlwhKwSgLuKbXVsdGlhZGRyc5YACASsEoC7Bg1XAAoErBKAuwYNWN0DgnJzhQADAQAAiXNlY3AyNTZrMaED0oMFR7j7pLPqVe8ZmsaadQnPk0pFArl2XrDhhhnCNTuDdGNwgg1Xg3VkcIINWYV3YWt1MgE
2026-03-23 04:44:10.499 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.254.191 waku 86ecf5a69deea840cda88bb35858d11c4e47172c696409be70d150a34dd4a094
2026-03-23 04:44:10.536 DEBUG [src.node.docker_mananger] Container started with ID 86ecf5a69dee. Setting up logs at ./log/docker/node3_2026-03-23_04-44-04__27b490e1-a8d1-4908-84a7-88daba2dc7c9__wakuorg_nwaku:latest.log
2026-03-23 04:44:10.537 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38994
2026-03-23 04:44:10.537 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-23 04:44:11.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38994/health" -H "Content-Type: application/json" -d 'None'
2026-03-23 04:44:11.551 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_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-23 04:44:11.552 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-23 04:44:11.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38994/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-23 04:44:11.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.254.191/tcp/38995/p2p/16Uiu2HAm21DBupXLLWC69TRUb58VmpsWp8Gn6Gfxzd4jRvQzMCYL","/ip4/172.18.254.191/tcp/38996/ws/p2p/16Uiu2HAm21DBupXLLWC69TRUb58VmpsWp8Gn6Gfxzd4jRvQzMCYL"],"enrUri":"enr:-L24QHVDL-qZrv2Vs_fd4pjhSRE5HXLkjPxpClJIzqvDLFdMcjEKcsKVE1_8Wl2Bp8yJSb8wu-3T6xgI0NPBwTh86PkCgmlkgnY0gmlwhKwS_r-KbXVsdGlhZGRyc5YACASsEv6_BphTAAoErBL-vwaYVN0DgnJzhQADAQAAiXNlY3AyNTZrMaECYb2TiOuDpEnsECcKBS9ydtCV6SHq7tpcNiCNCUcwo_WDdGNwgphTg3VkcIKYVYV3YWt1MgE"}'
2026-03-23 04:44:11.560 INFO [src.node.waku_node] REST service is ready !!
2026-03-23 04:44:11.561 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47178/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-23 04:44:11.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-23 04:44:11.570 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3414/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-23 04:44:11.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-23 04:44:11.577 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38994/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-23 04:44:11.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-23 04:44:11.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47178/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-23 04:44:11.593 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.128.187/tcp/59916/p2p/16Uiu2HAmSpjqpJP7oxBnRwVHqLdNMKb2BEgyDy5Htony5yzS1FJz","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":"logos-delivery-v0.38.0-rc.0-2-g85a7bf","origin":"UnknownOrigin"}]'
2026-03-23 04:44:11.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3414/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-23 04:44:11.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.155.117/tcp/47179/p2p/16Uiu2HAmHC9S6G7Xs6hxCERU7fnCKpraUBSJYABYH3bmzrtTgMFL","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":"logos-delivery-v0.38.0-rc.0-2-g85a7bf","origin":"Discv5"},{"multiaddr":"/ip4/172.18.254.191/tcp/45362/p2p/16Uiu2HAm21DBupXLLWC69TRUb58VmpsWp8Gn6Gfxzd4jRvQzMCYL","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":"logos-delivery-v0.38.0-rc.0-2-g85a7bf","origin":"UnknownOrigin"}]'
2026-03-23 04:44:11.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38994/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-23 04:44:11.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.128.187/tcp/3415/p2p/16Uiu2HAmSpjqpJP7oxBnRwVHqLdNMKb2BEgyDy5Htony5yzS1FJz","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":"logos-delivery-v0.38.0-rc.0-2-g85a7bf","origin":"Discv5"}]'
2026-03-23 04:44:11.599 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-03-23 04:44:41.599 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47178/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-23 04:44:41.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-23 04:44:41.609 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-23 04:44:42.609 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-23 04:44:42.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-03-23 04:44:42.613 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":1774241081599685789,"ephemeral":false,"proof":""}]'
2026-03-23 04:44:42.617 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-23 04:44:42.618 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-23 04:44:42.618 DEBUG [src.node.waku_node] Stopping container with id 2c1c56329d07
2026-03-23 04:44:43.194 DEBUG [src.node.waku_node] Container stopped.
2026-03-23 04:44:43.194 DEBUG [src.node.waku_node] Stopping container with id 797f6bd4d4bf
2026-03-23 04:44:43.799 DEBUG [src.node.waku_node] Container stopped.
2026-03-23 04:44:43.799 DEBUG [src.node.waku_node] Stopping container with id 86ecf5a69dee
2026-03-23 04:44:44.010 ERROR [src.node.docker_mananger] Max retries reached for container 2c1c56329d07. Exiting log stream.
2026-03-23 04:44:44.362 DEBUG [src.node.waku_node] Container stopped.
2026-03-23 04:44:44.366 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-23 04:44:44.395 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-23 04:44:44.420 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-23 04:44:44.443 DEBUG [src.node.docker_mananger] No errors found in the waku logs.