106 lines
21 KiB
Plaintext

2026-03-14 04:31:52.503 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-14 04:31:52.503 DEBUG [tests.conftest] Running test: test_relay_receiving_node_not_connected_directly_to_lightpushing_node with id: 2026-03-14_04-31-52__a4ee7f00-4769-495a-8fc2-481ffb7029ce
2026-03-14 04:31:52.504 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-14 04:31:52.504 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-14 04:31:52.504 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-14 04:31:52.510 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-14 04:31:52.510 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-14_04-31-52__a4ee7f00-4769-495a-8fc2-481ffb7029ce__wakuorg_nwaku:latest.log
2026-03-14 04:31:52.516 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-14 04:31:52.516 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-14_04-31-52__a4ee7f00-4769-495a-8fc2-481ffb7029ce__wakuorg_nwaku:latest.log
2026-03-14 04:31:52.521 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-14 04:31:52.521 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-14_04-31-52__a4ee7f00-4769-495a-8fc2-481ffb7029ce__wakuorg_nwaku:latest.log
2026-03-14 04:31:52.521 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-14 04:31:52.522 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-14 04:31:52.522 DEBUG [src.node.waku_node] Starting Node...
2026-03-14 04:31:52.522 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-14 04:31:52.524 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-14 04:31:52.524 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.149.219
2026-03-14 04:31:52.524 DEBUG [src.node.docker_mananger] Generated ports ['16588', '16589', '16590', '16591', '16592']
2026-03-14 04:31:52.524 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-14 04:31:52.524 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-14 04:31:52.525 DEBUG [src.node.waku_node] Using volumes []
2026-03-14 04:31:52.525 DEBUG [src.node.docker_mananger] docker run -i -t -p 16588:16588 -p 16589:16589 -p 16590:16590 -p 16591:16591 -p 16592:16592 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=16590 --rest-port=16588 --tcp-port=16589 --discv5-udp-port=16591 --rest-address=0.0.0.0 --nat=extip:172.18.149.219 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=de03ced5a90efff60ccd52e693d963c6aebdd87fbfdfbbe1100aa2a5964facf5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16592 --metrics-logging=true --lightpush=true --relay=true
2026-03-14 04:31:52.668 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.149.219 waku a15e85201a2351cea04b67152ca7f33b2f338f882c63b39f6e7b17f6dcd220c1
2026-03-14 04:31:52.697 DEBUG [src.node.docker_mananger] Container started with ID a15e85201a23. Setting up logs at ./log/docker/node1_2026-03-14_04-31-52__a4ee7f00-4769-495a-8fc2-481ffb7029ce__wakuorg_nwaku:latest.log
2026-03-14 04:31:52.698 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16588
2026-03-14 04:31:52.698 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-14 04:31:52.753 ERROR [src.node.docker_mananger] Max retries reached for container 90f3cff55c96. Exiting log stream.
2026-03-14 04:31:53.247 ERROR [src.node.docker_mananger] Max retries reached for container d5841a93ec23. Exiting log stream.
2026-03-14 04:31:53.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16588/health" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:31:53.701 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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-14 04:31:53.701 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-14 04:31:53.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16588/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:31:53.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.149.219/tcp/16589/p2p/16Uiu2HAm19KKKaoaWLQczhiQZT4rWNCNbW1WbNgvZs12V1m6xYCL","/ip4/172.18.149.219/tcp/16590/ws/p2p/16Uiu2HAm19KKKaoaWLQczhiQZT4rWNCNbW1WbNgvZs12V1m6xYCL"],"enrUri":"enr:-L24QMdjaZbCdECvSFBalbzgSv55BegZy0UxULZqunc0E1XocvxkAGXAS-UruBMGLbivFNjjSWr8n8rYmf7kp2oh3m4CgmlkgnY0gmlwhKwSlduKbXVsdGlhZGRyc5YACASsEpXbBkDNAAoErBKV2wZAzt0DgnJzhQADAQAAiXNlY3AyNTZrMaECVPV260UFxRTk_hntilUiqc11z6kFrI1CGo9UTPsdMFWDdGNwgkDNg3VkcIJAz4V3YWt1Mgk"}'
2026-03-14 04:31:53.704 INFO [src.node.waku_node] REST service is ready !!
2026-03-14 04:31:53.704 DEBUG [src.node.waku_node] Starting Node...
2026-03-14 04:31:53.704 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-14 04:31:53.705 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-14 04:31:53.705 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.52.157
2026-03-14 04:31:53.706 DEBUG [src.node.docker_mananger] Generated ports ['26134', '26135', '26136', '26137', '26138']
2026-03-14 04:31:53.706 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-14 04:31:53.706 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-14 04:31:53.706 DEBUG [src.node.waku_node] Using volumes []
2026-03-14 04:31:53.706 DEBUG [src.node.docker_mananger] docker run -i -t -p 26134:26134 -p 26135:26135 -p 26136:26136 -p 26137:26137 -p 26138:26138 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=26136 --rest-port=26134 --tcp-port=26135 --discv5-udp-port=26137 --rest-address=0.0.0.0 --nat=extip:172.18.52.157 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8fd181f05fa26e7afa3fea5a51aebedc8bbcbadeae4c4b70b74afccafde4a44b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26138 --metrics-logging=true --lightpush=true --relay=true --discv5-bootstrap-node=enr:-L24QMdjaZbCdECvSFBalbzgSv55BegZy0UxULZqunc0E1XocvxkAGXAS-UruBMGLbivFNjjSWr8n8rYmf7kp2oh3m4CgmlkgnY0gmlwhKwSlduKbXVsdGlhZGRyc5YACASsEpXbBkDNAAoErBKV2wZAzt0DgnJzhQADAQAAiXNlY3AyNTZrMaECVPV260UFxRTk_hntilUiqc11z6kFrI1CGo9UTPsdMFWDdGNwgkDNg3VkcIJAz4V3YWt1Mgk --lightpushnode=/ip4/172.18.149.219/tcp/16589/p2p/16Uiu2HAm19KKKaoaWLQczhiQZT4rWNCNbW1WbNgvZs12V1m6xYCL
2026-03-14 04:31:53.847 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.52.157 waku ac26debb64bab86e9dbcc098e340471175bb94bd41decdd857e72045f3c4e466
2026-03-14 04:31:53.875 DEBUG [src.node.docker_mananger] Container started with ID ac26debb64ba. Setting up logs at ./log/docker/node2_2026-03-14_04-31-52__a4ee7f00-4769-495a-8fc2-481ffb7029ce__wakuorg_nwaku:latest.log
2026-03-14 04:31:53.876 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26134
2026-03-14 04:31:53.876 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-14 04:31:54.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26134/health" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:31:54.879 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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-14 04:31:54.879 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-14 04:31:54.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26134/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:31:54.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.52.157/tcp/26135/p2p/16Uiu2HAmJeCRaamyerB4fcZrvsgKfDVP17tZnMyoLFAkeXYEBF2o","/ip4/172.18.52.157/tcp/26136/ws/p2p/16Uiu2HAmJeCRaamyerB4fcZrvsgKfDVP17tZnMyoLFAkeXYEBF2o"],"enrUri":"enr:-L24QIbSbSwXm7bjT4xMnjBVRtneMGwbXkfYH0lR1Ow2p3c_KiuInFei28GFzx-E8tIyO-u8mlz7ZVQFjg3635z1fvMCgmlkgnY0gmlwhKwSNJ2KbXVsdGlhZGRyc5YACASsEjSdBmYXAAoErBI0nQZmGN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWPIxXO9R439yQXINXTxH1l26odhxEcvhCAJLsXIziyCDdGNwgmYXg3VkcIJmGYV3YWt1Mgk"}'
2026-03-14 04:31:54.881 INFO [src.node.waku_node] REST service is ready !!
2026-03-14 04:31:54.882 DEBUG [src.node.waku_node] Starting Node...
2026-03-14 04:31:54.882 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-14 04:31:54.883 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-14 04:31:54.883 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.254.231
2026-03-14 04:31:54.884 DEBUG [src.node.docker_mananger] Generated ports ['37714', '37715', '37716', '37717', '37718']
2026-03-14 04:31:54.884 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-14 04:31:54.884 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-14 04:31:54.884 DEBUG [src.node.waku_node] Using volumes []
2026-03-14 04:31:54.884 DEBUG [src.node.docker_mananger] docker run -i -t -p 37714:37714 -p 37715:37715 -p 37716:37716 -p 37717:37717 -p 37718:37718 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=37716 --rest-port=37714 --tcp-port=37715 --discv5-udp-port=37717 --rest-address=0.0.0.0 --nat=extip:172.18.254.231 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c5abcf28e626b941fcaeb3aa3aede966b1f5ce137ea9b7b4aecf8f70ca2ca3cc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37718 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIbSbSwXm7bjT4xMnjBVRtneMGwbXkfYH0lR1Ow2p3c_KiuInFei28GFzx-E8tIyO-u8mlz7ZVQFjg3635z1fvMCgmlkgnY0gmlwhKwSNJ2KbXVsdGlhZGRyc5YACASsEjSdBmYXAAoErBI0nQZmGN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWPIxXO9R439yQXINXTxH1l26odhxEcvhCAJLsXIziyCDdGNwgmYXg3VkcIJmGYV3YWt1Mgk
2026-03-14 04:31:55.043 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.254.231 waku 178b9ee4446ad3b98c59f30bb9ecab1d53f36547d5998a689b065aacc3a210ed
2026-03-14 04:31:55.069 DEBUG [src.node.docker_mananger] Container started with ID 178b9ee4446a. Setting up logs at ./log/docker/node3_2026-03-14_04-31-52__a4ee7f00-4769-495a-8fc2-481ffb7029ce__wakuorg_nwaku:latest.log
2026-03-14 04:31:55.070 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37714
2026-03-14 04:31:55.071 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-14 04:31:56.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37714/health" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:31:56.088 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-14 04:31:56.091 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-14 04:31:56.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37714/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:31:56.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.254.231/tcp/37715/p2p/16Uiu2HAmTdhy8PqWPBDC22C91WC2iCo7P95PNiHiWZyJyDsqtNRn","/ip4/172.18.254.231/tcp/37716/ws/p2p/16Uiu2HAmTdhy8PqWPBDC22C91WC2iCo7P95PNiHiWZyJyDsqtNRn"],"enrUri":"enr:-L24QKKoeFOZ4tHlytusYdI7UQLEnEZAO-9CTRcO90pYoAJdJVXEHH4uJeEYHaY0TmFPVLovk-YVFIx1T0RaaUNvA6kCgmlkgnY0gmlwhKwS_ueKbXVsdGlhZGRyc5YACASsEv7nBpNTAAoErBL-5waTVN0DgnJzhQADAQAAiXNlY3AyNTZrMaED3oszJX_brSnfe2Hx8JocY5LYRP4px1Hp8CgdDcvyq8mDdGNwgpNTg3VkcIKTVYV3YWt1MgE"}'
2026-03-14 04:31:56.098 INFO [src.node.waku_node] REST service is ready !!
2026-03-14 04:31:56.098 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16588/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-14 04:31:56.102 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:31:56.103 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26134/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-14 04:31:56.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:31:56.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37714/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-14 04:31:56.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:31:56.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16588/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:31:56.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.17.0.3/tcp/58036/p2p/16Uiu2HAmJeCRaamyerB4fcZrvsgKfDVP17tZnMyoLFAkeXYEBF2o","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/lightpush/3.0.0","/vac/waku/lightpush/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-14 04:31:56.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26134/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:31:56.121 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.149.219/tcp/16589/p2p/16Uiu2HAm19KKKaoaWLQczhiQZT4rWNCNbW1WbNgvZs12V1m6xYCL","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/lightpush/3.0.0","/vac/waku/lightpush/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"},{"multiaddr":"/ip4/172.18.254.231/tcp/50378/p2p/16Uiu2HAmTdhy8PqWPBDC22C91WC2iCo7P95PNiHiWZyJyDsqtNRn","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.37.1-81-g96f1c4","origin":"UnknownOrigin"}]'
2026-03-14 04:31:56.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37714/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:31:56.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.52.157/tcp/26135/p2p/16Uiu2HAmJeCRaamyerB4fcZrvsgKfDVP17tZnMyoLFAkeXYEBF2o","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/lightpush/3.0.0","/vac/waku/lightpush/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-14 04:31:56.124 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-03-14 04:32:26.124 DEBUG [src.steps.light_push] Lightpushing message
2026-03-14 04:32:26.125 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16588/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/1", "message": {"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": 1773462746124746979}}'
2026-03-14 04:32:26.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:26.138 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-14 04:32:26.239 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
2026-03-14 04:32:26.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37714/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:26.242 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":1773462746124746979,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:26.245 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-14 04:32:26.246 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-14 04:32:26.246 DEBUG [src.node.waku_node] Stopping container with id a15e85201a23
2026-03-14 04:32:26.679 DEBUG [src.node.waku_node] Container stopped.
2026-03-14 04:32:26.681 DEBUG [src.node.waku_node] Stopping container with id ac26debb64ba
2026-03-14 04:32:27.145 DEBUG [src.node.waku_node] Container stopped.
2026-03-14 04:32:27.145 DEBUG [src.node.waku_node] Stopping container with id 178b9ee4446a
2026-03-14 04:32:27.492 ERROR [src.node.docker_mananger] Max retries reached for container a15e85201a23. Exiting log stream.
2026-03-14 04:32:27.623 DEBUG [src.node.waku_node] Container stopped.
2026-03-14 04:32:27.625 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-14 04:32:27.648 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-14 04:32:27.672 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-14 04:32:27.694 DEBUG [src.node.docker_mananger] No errors found in the waku logs.