106 lines
21 KiB
Plaintext

2025-12-08 12:10:40.804 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-08 12:10:40.804 DEBUG [tests.conftest] Running test: test_relay_receiving_node_not_connected_directly_to_lightpushing_node with id: 2025-12-08_12-10-40__6bd13104-37aa-4bdd-8af3-147509ca652b
2025-12-08 12:10:40.804 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-08 12:10:40.805 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2025-12-08 12:10:40.805 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2025-12-08 12:10:40.811 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:10:40.811 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-08_12-10-40__6bd13104-37aa-4bdd-8af3-147509ca652b__wakuorg_nwaku:latest.log
2025-12-08 12:10:40.817 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:10:40.818 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-08_12-10-40__6bd13104-37aa-4bdd-8af3-147509ca652b__wakuorg_nwaku:latest.log
2025-12-08 12:10:40.823 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:10:40.824 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-08_12-10-40__6bd13104-37aa-4bdd-8af3-147509ca652b__wakuorg_nwaku:latest.log
2025-12-08 12:10:40.824 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2025-12-08 12:10:40.824 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-08 12:10:40.825 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 12:10:40.825 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 12:10:40.827 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-08 12:10:40.827 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.147.177
2025-12-08 12:10:40.827 DEBUG [src.node.docker_mananger] Generated ports ['41518', '41519', '41520', '41521', '41522']
2025-12-08 12:10:40.827 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 12:10:40.827 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 12:10:40.827 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 12:10:40.827 DEBUG [src.node.docker_mananger] docker run -i -t -p 41518:41518 -p 41519:41519 -p 41520:41520 -p 41521:41521 -p 41522:41522 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=41520 --rest-port=41518 --tcp-port=41519 --discv5-udp-port=41521 --rest-address=0.0.0.0 --nat=extip:172.18.147.177 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3da30ffecbb98f230468e4db77c7ab3e834fbe51faf7ede3e7b79a9416b9b0d2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41522 --metrics-logging=true --lightpush=true --relay=true
2025-12-08 12:10:40.993 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.147.177 waku 1da4fef345bace64238788b458f64a687c250b2810c8ecef0a4329d41ffc77e3
2025-12-08 12:10:41.021 DEBUG [src.node.docker_mananger] Container started with ID 1da4fef345ba. Setting up logs at ./log/docker/node1_2025-12-08_12-10-40__6bd13104-37aa-4bdd-8af3-147509ca652b__wakuorg_nwaku:latest.log
2025-12-08 12:10:41.021 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41518
2025-12-08 12:10:41.022 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 12:10:41.026 ERROR [src.node.docker_mananger] Max retries reached for container f6d59e82f3ef. Exiting log stream.
2025-12-08 12:10:41.574 ERROR [src.node.docker_mananger] Max retries reached for container b554bc823cd1. Exiting log stream.
2025-12-08 12:10:42.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41518/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:10:42.025 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_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"}]}'
2025-12-08 12:10:42.026 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 12:10:42.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41518/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:10:42.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.147.177/tcp/41519/p2p/16Uiu2HAm2aemkhwy3Xvay6U63XAAioNpCfuvLQPW1YLdCtsweEXv","/ip4/172.18.147.177/tcp/41520/ws/p2p/16Uiu2HAm2aemkhwy3Xvay6U63XAAioNpCfuvLQPW1YLdCtsweEXv"],"enrUri":"enr:-L24QNKe1A7sxqgnA2by_l2FOBGMSKzfLQ_ULDuMgTjSEJ8UI_PdUurdER_-3ol0xeqVSWk1LxUPlC1mC270SfEqBPICgmlkgnY0gmlwhKwSk7GKbXVsdGlhZGRyc5YACASsEpOxBqIvAAoErBKTsQaiMN0DgnJzhQADAQAAiXNlY3AyNTZrMaECak6rnMGCHibZ5MoDuvaeUrCLzRqh-09oghvspLraJH2DdGNwgqIvg3VkcIKiMYV3YWt1Mgk"}'
2025-12-08 12:10:42.028 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 12:10:42.029 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 12:10:42.029 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 12:10:42.030 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-08 12:10:42.030 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.15.131
2025-12-08 12:10:42.030 DEBUG [src.node.docker_mananger] Generated ports ['55387', '55388', '55389', '55390', '55391']
2025-12-08 12:10:42.030 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 12:10:42.030 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 12:10:42.030 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 12:10:42.031 DEBUG [src.node.docker_mananger] docker run -i -t -p 55387:55387 -p 55388:55388 -p 55389:55389 -p 55390:55390 -p 55391:55391 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=55389 --rest-port=55387 --tcp-port=55388 --discv5-udp-port=55390 --rest-address=0.0.0.0 --nat=extip:172.18.15.131 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7d8e99cb245feac0f8fc786acf864d147ab8be7d5ee80d7b9dc2ea6b658da695 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55391 --metrics-logging=true --lightpush=true --relay=true --discv5-bootstrap-node=enr:-L24QNKe1A7sxqgnA2by_l2FOBGMSKzfLQ_ULDuMgTjSEJ8UI_PdUurdER_-3ol0xeqVSWk1LxUPlC1mC270SfEqBPICgmlkgnY0gmlwhKwSk7GKbXVsdGlhZGRyc5YACASsEpOxBqIvAAoErBKTsQaiMN0DgnJzhQADAQAAiXNlY3AyNTZrMaECak6rnMGCHibZ5MoDuvaeUrCLzRqh-09oghvspLraJH2DdGNwgqIvg3VkcIKiMYV3YWt1Mgk --lightpushnode=/ip4/172.18.147.177/tcp/41519/p2p/16Uiu2HAm2aemkhwy3Xvay6U63XAAioNpCfuvLQPW1YLdCtsweEXv
2025-12-08 12:10:42.200 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.15.131 waku 25f9ffd1f12ae5bfea8d917f7a43d9493674fcd81aa3529d6b7532b3c9ea555b
2025-12-08 12:10:42.225 DEBUG [src.node.docker_mananger] Container started with ID 25f9ffd1f12a. Setting up logs at ./log/docker/node2_2025-12-08_12-10-40__6bd13104-37aa-4bdd-8af3-147509ca652b__wakuorg_nwaku:latest.log
2025-12-08 12:10:42.225 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55387
2025-12-08 12:10:42.225 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 12:10:43.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55387/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:10:43.229 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_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":"READY"},{"Legacy Lightpush Client":"READY"},{"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:43.230 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 12:10:43.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55387/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:10:43.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.15.131/tcp/55388/p2p/16Uiu2HAmHkHRf1WU7uwVNefgBNVh4bAPfPfMqDaMYzqsderVrhpr","/ip4/172.18.15.131/tcp/55389/ws/p2p/16Uiu2HAmHkHRf1WU7uwVNefgBNVh4bAPfPfMqDaMYzqsderVrhpr"],"enrUri":"enr:-L24QBvSpZTbAQ3xwTvsGzFYnphfEp-IJKOI3_xuKBHQMZWSUCCO371JJIYb7MNcswnIU-7I9FTEeYQbUuF3wi8GO80CgmlkgnY0gmlwhKwSD4OKbXVsdGlhZGRyc5YACASsEg-DBthcAAoErBIPgwbYXd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDS6WlUGmg4Ft33CHBYuRSLCZc8o6AMjReZ6oYLVqpOr-DdGNwgthcg3VkcILYXoV3YWt1Mgk"}'
2025-12-08 12:10:43.233 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 12:10:43.233 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 12:10:43.233 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 12:10:43.234 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-08 12:10:43.234 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.8.224
2025-12-08 12:10:43.235 DEBUG [src.node.docker_mananger] Generated ports ['16686', '16687', '16688', '16689', '16690']
2025-12-08 12:10:43.235 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 12:10:43.235 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 12:10:43.235 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 12:10:43.235 DEBUG [src.node.docker_mananger] docker run -i -t -p 16686:16686 -p 16687:16687 -p 16688:16688 -p 16689:16689 -p 16690:16690 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=16688 --rest-port=16686 --tcp-port=16687 --discv5-udp-port=16689 --rest-address=0.0.0.0 --nat=extip:172.18.8.224 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0618ca5ceee999afb2e4b6b9bcaebd20f922fd636cad09ca7c35dcb0fe8859f3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16690 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBvSpZTbAQ3xwTvsGzFYnphfEp-IJKOI3_xuKBHQMZWSUCCO371JJIYb7MNcswnIU-7I9FTEeYQbUuF3wi8GO80CgmlkgnY0gmlwhKwSD4OKbXVsdGlhZGRyc5YACASsEg-DBthcAAoErBIPgwbYXd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDS6WlUGmg4Ft33CHBYuRSLCZc8o6AMjReZ6oYLVqpOr-DdGNwgthcg3VkcILYXoV3YWt1Mgk
2025-12-08 12:10:43.405 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.8.224 waku dd936db239697cb7bd4afbbdbe028047276ffda1aaf4e20d8a960a60b226d16e
2025-12-08 12:10:43.432 DEBUG [src.node.docker_mananger] Container started with ID dd936db23969. Setting up logs at ./log/docker/node3_2025-12-08_12-10-40__6bd13104-37aa-4bdd-8af3-147509ca652b__wakuorg_nwaku:latest.log
2025-12-08 12:10:43.432 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16686
2025-12-08 12:10:43.433 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 12:10:44.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16686/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:10:44.444 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":"READY"},{"Legacy Lightpush Client":"READY"},{"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:44.445 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 12:10:44.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16686/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:10:44.450 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.8.224/tcp/16687/p2p/16Uiu2HAmTi5qK8RTtDDWaZS9BbNhkCvPbqt75UQWEMA4hqCWeDnf","/ip4/172.18.8.224/tcp/16688/ws/p2p/16Uiu2HAmTi5qK8RTtDDWaZS9BbNhkCvPbqt75UQWEMA4hqCWeDnf"],"enrUri":"enr:-L24QIRC1gEF_W0yleP8O5n4-s2hERDI9TdcXXTdNAAJsDcpR8vzASBt_h4AnfXIR4Z2uEd22kl5LB145MSNMfmz6kICgmlkgnY0gmlwhKwSCOCKbXVsdGlhZGRyc5YACASsEgjgBkEvAAoErBII4AZBMN0DgnJzhQADAQAAiXNlY3AyNTZrMaED36o_BAp68rOu-7ulhuiKoFPaIxUF_Po_xsa89m6yfYCDdGNwgkEvg3VkcIJBMYV3YWt1MgE"}'
2025-12-08 12:10:44.451 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 12:10:44.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41518/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-08 12:10:44.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:10:44.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55387/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-08 12:10:44.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:10:44.461 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16686/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-08 12:10:44.466 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:10:44.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41518/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:10:44.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.17.0.3/tcp/35014/p2p/16Uiu2HAmHkHRf1WU7uwVNefgBNVh4bAPfPfMqDaMYzqsderVrhpr","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":"nwaku-v0.36.0-109-ga8590a","origin":"UnknownOrigin"}]'
2025-12-08 12:10:44.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55387/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:10:44.473 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.8.224/tcp/47268/p2p/16Uiu2HAmTi5qK8RTtDDWaZS9BbNhkCvPbqt75UQWEMA4hqCWeDnf","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.147.177/tcp/41519/p2p/16Uiu2HAm2aemkhwy3Xvay6U63XAAioNpCfuvLQPW1YLdCtsweEXv","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":"nwaku-v0.36.0-109-ga8590a","origin":"Discv5"}]'
2025-12-08 12:10:44.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16686/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:10:44.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.15.131/tcp/55388/p2p/16Uiu2HAmHkHRf1WU7uwVNefgBNVh4bAPfPfMqDaMYzqsderVrhpr","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":"nwaku-v0.36.0-109-ga8590a","origin":"Discv5"}]'
2025-12-08 12:10:44.476 DEBUG [src.libs.common] Sleeping for 30 seconds
2025-12-08 12:11:14.476 DEBUG [src.steps.light_push] Lightpushing message
2025-12-08 12:11:14.477 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41518/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": 1765195874476785449}}'
2025-12-08 12:11:14.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:11:14.489 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-08 12:11:14.590 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
2025-12-08 12:11:14.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16686/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:11:14.592 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":1765195874476785449,"ephemeral":false,"proof":""}]'
2025-12-08 12:11:14.595 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-08 12:11:14.596 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-08 12:11:14.596 DEBUG [src.node.waku_node] Stopping container with id 1da4fef345ba
2025-12-08 12:11:15.107 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 12:11:15.107 DEBUG [src.node.waku_node] Stopping container with id 25f9ffd1f12a
2025-12-08 12:11:15.593 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 12:11:15.593 DEBUG [src.node.waku_node] Stopping container with id dd936db23969
2025-12-08 12:11:15.919 ERROR [src.node.docker_mananger] Max retries reached for container 1da4fef345ba. Exiting log stream.
2025-12-08 12:11:16.033 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 12:11:16.034 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-08 12:11:16.055 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-08 12:11:16.078 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-08 12:11:16.101 DEBUG [src.node.docker_mananger] No errors found in the waku logs.