2026-02-25 15:39:14 +00:00

103 lines
20 KiB
Plaintext

2026-02-25 15:20:02.671 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-25 15:20:02.672 DEBUG [tests.conftest] Running test: test_relay_receiving_node_not_connected_directly_to_relaying_node with id: 2026-02-25_15-20-02__17679c0c-a214-4e71-8e7d-82d6bd95c1e0
2026-02-25 15:20:02.672 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-25 15:20:02.673 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-02-25 15:20:02.673 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-02-25 15:20:02.682 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 15:20:02.683 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_15-20-02__17679c0c-a214-4e71-8e7d-82d6bd95c1e0__wakuorg_nwaku:latest.log
2026-02-25 15:20:02.689 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 15:20:02.689 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_15-20-02__17679c0c-a214-4e71-8e7d-82d6bd95c1e0__wakuorg_nwaku:latest.log
2026-02-25 15:20:02.696 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 15:20:02.696 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-25_15-20-02__17679c0c-a214-4e71-8e7d-82d6bd95c1e0__wakuorg_nwaku:latest.log
2026-02-25 15:20:02.696 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-02-25 15:20:02.696 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-02-25 15:20:02.697 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 15:20:02.697 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 15:20:02.742 DEBUG [src.node.docker_mananger] Network waku created
2026-02-25 15:20:02.742 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.251.152
2026-02-25 15:20:02.742 DEBUG [src.node.docker_mananger] Generated ports ['19264', '19265', '19266', '19267', '19268']
2026-02-25 15:20:02.742 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 15:20:02.742 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 15:20:02.743 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 15:20:02.743 DEBUG [src.node.docker_mananger] docker run -i -t -p 19264:19264 -p 19265:19265 -p 19266:19266 -p 19267:19267 -p 19268:19268 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=19266 --rest-port=19264 --tcp-port=19265 --discv5-udp-port=19267 --rest-address=0.0.0.0 --nat=extip:172.18.251.152 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6b32603a5ffa2878a110b30dee6acb93a0cb206ded1bbbaf0dec523bcbbcbbd4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19268 --metrics-logging=true --relay=true
2026-02-25 15:20:06.239 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.251.152 waku ba47748ef58ca6938a9bb2646839eaddbbe48413e4000c72ea2fd9ccb30cd903
2026-02-25 15:20:06.273 DEBUG [src.node.docker_mananger] Container started with ID ba47748ef58c. Setting up logs at ./log/docker/node1_2026-02-25_15-20-02__17679c0c-a214-4e71-8e7d-82d6bd95c1e0__wakuorg_nwaku:latest.log
2026-02-25 15:20:06.274 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19264
2026-02-25 15:20:06.274 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 15:20:07.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19264/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 15:20:07.278 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-02-25 15:20:07.279 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 15:20:07.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19264/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 15:20:07.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.251.152/tcp/19265/p2p/16Uiu2HAm4N15Eckk5XPS3ZthoKgSwhfVonSYHUjWwb2at1hqykAT","/ip4/172.18.251.152/tcp/19266/ws/p2p/16Uiu2HAm4N15Eckk5XPS3ZthoKgSwhfVonSYHUjWwb2at1hqykAT"],"enrUri":"enr:-L24QORfPwfGkGZbsbp39_MLbFhLS4vF5W9zo_9N0tmfHKG0KbfUeW7ckfSjHVQxo39zDFWOyocij__SUWwEWZnAC50CgmlkgnY0gmlwhKwS-5iKbXVsdGlhZGRyc5YACASsEvuYBktBAAoErBL7mAZLQt0DgnJzhQADAQAAiXNlY3AyNTZrMaEChMhy1PLFdiQVuNPD9exn2jKBLNdl67z3UU40lREf_nCDdGNwgktBg3VkcIJLQ4V3YWt1MgE"}'
2026-02-25 15:20:07.282 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 15:20:07.282 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 15:20:07.282 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 15:20:07.284 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 15:20:07.284 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.225.88
2026-02-25 15:20:07.284 DEBUG [src.node.docker_mananger] Generated ports ['26179', '26180', '26181', '26182', '26183']
2026-02-25 15:20:07.284 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 15:20:07.284 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 15:20:07.284 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 15:20:07.285 DEBUG [src.node.docker_mananger] docker run -i -t -p 26179:26179 -p 26180:26180 -p 26181:26181 -p 26182:26182 -p 26183:26183 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=26181 --rest-port=26179 --tcp-port=26180 --discv5-udp-port=26182 --rest-address=0.0.0.0 --nat=extip:172.18.225.88 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4e24b5ddff58d50e3c1476c3aa027ebdc5ffce8449a2ddd8be9cf242ae005a8e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26183 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QORfPwfGkGZbsbp39_MLbFhLS4vF5W9zo_9N0tmfHKG0KbfUeW7ckfSjHVQxo39zDFWOyocij__SUWwEWZnAC50CgmlkgnY0gmlwhKwS-5iKbXVsdGlhZGRyc5YACASsEvuYBktBAAoErBL7mAZLQt0DgnJzhQADAQAAiXNlY3AyNTZrMaEChMhy1PLFdiQVuNPD9exn2jKBLNdl67z3UU40lREf_nCDdGNwgktBg3VkcIJLQ4V3YWt1MgE
2026-02-25 15:20:07.467 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.225.88 waku d91ec42ed404ffe9c5e1cdae4cfbd57b747ea6bd31c9825625d919ba9c4e7adc
2026-02-25 15:20:07.504 DEBUG [src.node.docker_mananger] Container started with ID d91ec42ed404. Setting up logs at ./log/docker/node2_2026-02-25_15-20-02__17679c0c-a214-4e71-8e7d-82d6bd95c1e0__wakuorg_nwaku:latest.log
2026-02-25 15:20:07.504 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26179
2026-02-25 15:20:07.504 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 15:20:08.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26179/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 15:20:08.521 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-02-25 15:20:08.522 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 15:20:08.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26179/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 15:20:08.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.225.88/tcp/26180/p2p/16Uiu2HAkw3Zauwu54ny9mbP237jZciQANfyDULGU3ukEgAdUBZcY","/ip4/172.18.225.88/tcp/26181/ws/p2p/16Uiu2HAkw3Zauwu54ny9mbP237jZciQANfyDULGU3ukEgAdUBZcY"],"enrUri":"enr:-L24QNDKMFf6STahR9jI4f1Drq_q9HZmoPM88DK7A9VfFcoDOUxnYPUvukG7e3PeLVtMnigKqC08i-YZ0w51mUJfU7ACgmlkgnY0gmlwhKwS4ViKbXVsdGlhZGRyc5YACASsEuFYBmZEAAoErBLhWAZmRd0DgnJzhQADAQAAiXNlY3AyNTZrMaECGA1dpIXTDAHbFHm_DCFmgJF4nR7sYu2864Req24mKg2DdGNwgmZEg3VkcIJmRoV3YWt1MgE"}'
2026-02-25 15:20:08.529 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 15:20:08.530 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 15:20:08.530 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 15:20:08.534 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 15:20:08.535 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.4.117
2026-02-25 15:20:08.535 DEBUG [src.node.docker_mananger] Generated ports ['11507', '11508', '11509', '11510', '11511']
2026-02-25 15:20:08.536 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 15:20:08.536 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 15:20:08.536 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 15:20:08.536 DEBUG [src.node.docker_mananger] docker run -i -t -p 11507:11507 -p 11508:11508 -p 11509:11509 -p 11510:11510 -p 11511:11511 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=11509 --rest-port=11507 --tcp-port=11508 --discv5-udp-port=11510 --rest-address=0.0.0.0 --nat=extip:172.18.4.117 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2e4392619554a2eed0ad6988b3ec3202caae5722aceb6edb5476dc4d0b0cf42e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11511 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNDKMFf6STahR9jI4f1Drq_q9HZmoPM88DK7A9VfFcoDOUxnYPUvukG7e3PeLVtMnigKqC08i-YZ0w51mUJfU7ACgmlkgnY0gmlwhKwS4ViKbXVsdGlhZGRyc5YACASsEuFYBmZEAAoErBLhWAZmRd0DgnJzhQADAQAAiXNlY3AyNTZrMaECGA1dpIXTDAHbFHm_DCFmgJF4nR7sYu2864Req24mKg2DdGNwgmZEg3VkcIJmRoV3YWt1MgE
2026-02-25 15:20:08.728 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.4.117 waku df79fad84f8681833d1d7771f0f3297cbe8c33d70546c78980d5767aaee0bdb6
2026-02-25 15:20:08.759 DEBUG [src.node.docker_mananger] Container started with ID df79fad84f86. Setting up logs at ./log/docker/node3_2026-02-25_15-20-02__17679c0c-a214-4e71-8e7d-82d6bd95c1e0__wakuorg_nwaku:latest.log
2026-02-25 15:20:08.759 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11507
2026-02-25 15:20:08.760 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 15:20:09.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11507/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 15:20:09.778 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-02-25 15:20:09.782 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 15:20:09.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11507/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 15:20:09.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.4.117/tcp/11508/p2p/16Uiu2HAm9ephz9TN4JwBHRDy7F2yv4UsmFFhTANRvhLPcbtQ7r7c","/ip4/172.18.4.117/tcp/11509/ws/p2p/16Uiu2HAm9ephz9TN4JwBHRDy7F2yv4UsmFFhTANRvhLPcbtQ7r7c"],"enrUri":"enr:-L24QJKjCR0vYqRoNWiHCCe-IETei2braySyMCpY6cFJ9cMTbQz9loAtyKQyVEcWswnh4we3uFFGFli8r7Rx9sDrcO0CgmlkgnY0gmlwhKwSBHWKbXVsdGlhZGRyc5YACASsEgR1Biz0AAoErBIEdQYs9d0DgnJzhQADAQAAiXNlY3AyNTZrMaEC02IJILQtOCy_tKEtN0SVtmpNM-_9zuromLUf1POYraODdGNwgiz0g3VkcIIs9oV3YWt1MgE"}'
2026-02-25 15:20:09.786 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 15:20:09.787 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19264/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-25 15:20:09.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 15:20:09.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26179/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-25 15:20:09.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 15:20:09.798 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11507/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-25 15:20:09.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 15:20:09.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19264/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-02-25 15:20:09.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.225.88/tcp/55156/p2p/16Uiu2HAkw3Zauwu54ny9mbP237jZciQANfyDULGU3ukEgAdUBZcY","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-156-gc7e0cc","origin":"UnknownOrigin"}]'
2026-02-25 15:20:09.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26179/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-02-25 15:20:09.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.251.152/tcp/19265/p2p/16Uiu2HAm4N15Eckk5XPS3ZthoKgSwhfVonSYHUjWwb2at1hqykAT","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-156-gc7e0cc","origin":"Discv5"},{"multiaddr":"/ip4/172.18.4.117/tcp/50658/p2p/16Uiu2HAm9ephz9TN4JwBHRDy7F2yv4UsmFFhTANRvhLPcbtQ7r7c","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-156-gc7e0cc","origin":"UnknownOrigin"}]'
2026-02-25 15:20:09.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11507/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-02-25 15:20:09.817 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.225.88/tcp/26180/p2p/16Uiu2HAkw3Zauwu54ny9mbP237jZciQANfyDULGU3ukEgAdUBZcY","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-156-gc7e0cc","origin":"Discv5"}]'
2026-02-25 15:20:09.817 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-02-25 15:20:39.818 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19264/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-02-25 15:20:39.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 15:20:39.825 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 15:20:40.826 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-02-25 15:20:40.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11507/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-02-25 15:20:40.829 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":1772032839818646033,"ephemeral":false,"proof":""}]'
2026-02-25 15:20:40.833 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-25 15:20:40.834 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-25 15:20:40.834 DEBUG [src.node.waku_node] Stopping container with id ba47748ef58c
2026-02-25 15:20:41.397 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 15:20:41.397 DEBUG [src.node.waku_node] Stopping container with id d91ec42ed404
2026-02-25 15:20:41.940 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 15:20:41.941 DEBUG [src.node.waku_node] Stopping container with id df79fad84f86
2026-02-25 15:20:42.212 ERROR [src.node.docker_mananger] Max retries reached for container ba47748ef58c. Exiting log stream.
2026-02-25 15:20:42.502 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 15:20:42.505 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-25 15:20:42.534 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-25 15:20:42.560 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-25 15:20:42.586 DEBUG [src.node.docker_mananger] No errors found in the waku logs.