mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 17:43:17 +00:00
99 lines
18 KiB
Plaintext
99 lines
18 KiB
Plaintext
2026-03-08 04:35:06.953 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-08 04:35:06.953 DEBUG [tests.conftest] Running test: test_light_push_with_payload_of_1_MB with id: 2026-03-08_04-35-06__1e769b43-c8e2-41b9-8877-bab5c9b42c62
|
|
2026-03-08 04:35:06.953 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-08 04:35:06.953 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-08 04:35:06.960 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:35:06.960 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-08_04-35-06__1e769b43-c8e2-41b9-8877-bab5c9b42c62__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:35:06.960 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-08 04:35:06.961 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-08 04:35:06.962 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-08 04:35:06.962 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.170.220
|
|
2026-03-08 04:35:06.962 DEBUG [src.node.docker_mananger] Generated ports ['60241', '60242', '60243', '60244', '60245']
|
|
2026-03-08 04:35:06.962 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-08 04:35:06.962 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-08 04:35:06.962 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-08 04:35:06.963 DEBUG [src.node.docker_mananger] docker run -i -t -p 60241:60241 -p 60242:60242 -p 60243:60243 -p 60244:60244 -p 60245:60245 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=60243 --rest-port=60241 --tcp-port=60242 --discv5-udp-port=60244 --rest-address=0.0.0.0 --nat=extip:172.18.170.220 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0a4b219bee0e37df650acacdf8e0cacd9dbddcab7fbdf6f6dc8c4a8c3e0141a2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60245 --metrics-logging=true --lightpush=true --relay=true
|
|
2026-03-08 04:35:07.146 ERROR [src.node.docker_mananger] Max retries reached for container 714dfdf8b62d. Exiting log stream.
|
|
2026-03-08 04:35:07.158 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.170.220 waku 089f05cb659b9ed133df7e14a0df54b14ae0123e7d389de5f3410f8713092904
|
|
2026-03-08 04:35:07.194 DEBUG [src.node.docker_mananger] Container started with ID 089f05cb659b. Setting up logs at ./log/docker/receiving_node1_2026-03-08_04-35-06__1e769b43-c8e2-41b9-8877-bab5c9b42c62__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:35:07.195 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60241
|
|
2026-03-08 04:35:07.195 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-08 04:35:07.656 ERROR [src.node.docker_mananger] Max retries reached for container d01919dda6b8. Exiting log stream.
|
|
2026-03-08 04:35:08.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60241/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:08.198 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-08 04:35:08.198 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-08 04:35:08.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60241/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:08.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.170.220/tcp/60242/p2p/16Uiu2HAm2WFsHX3b4WkdcA7MrJWpMmhesGVa2Et8LzaJgjiBTCN5","/ip4/172.18.170.220/tcp/60243/ws/p2p/16Uiu2HAm2WFsHX3b4WkdcA7MrJWpMmhesGVa2Et8LzaJgjiBTCN5"],"enrUri":"enr:-L24QFunPGo3-1F-GbsU6TvlTMbHy0dlwPEAvx2V3WhFIMtrX5WmIkbtQaOiUTWneUiL0l3rinQKH4DWbY5E_E5ZJ_sCgmlkgnY0gmlwhKwSqtyKbXVsdGlhZGRyc5YACASsEqrcButSAAoErBKq3AbrU90DgnJzhQADAQAAiXNlY3AyNTZrMaECaS5y4r9awN5oycxEGnqtLzDeKr7SLoWZWb67ivx1jaKDdGNwgutSg3VkcILrVIV3YWt1Mgk"}'
|
|
2026-03-08 04:35:08.201 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-08 04:35:08.209 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:35:08.209 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-08_04-35-06__1e769b43-c8e2-41b9-8877-bab5c9b42c62__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:35:08.209 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-08 04:35:08.209 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-08 04:35:08.211 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-08 04:35:08.211 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.166.43
|
|
2026-03-08 04:35:08.211 DEBUG [src.node.docker_mananger] Generated ports ['10643', '10644', '10645', '10646', '10647']
|
|
2026-03-08 04:35:08.211 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-08 04:35:08.211 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-08 04:35:08.211 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-08 04:35:08.211 DEBUG [src.node.docker_mananger] docker run -i -t -p 10643:10643 -p 10644:10644 -p 10645:10645 -p 10646:10646 -p 10647:10647 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=10645 --rest-port=10643 --tcp-port=10644 --discv5-udp-port=10646 --rest-address=0.0.0.0 --nat=extip:172.18.166.43 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bd967cc8faba6fae4fbed7dacfdf339e22e3aa11bcf27dcad0ddb04a0b02a5ad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10647 --metrics-logging=true --lightpush=false --relay=true
|
|
2026-03-08 04:35:08.398 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.166.43 waku ae167ef2f91d2aaf84c57310d2a2b6c11250353d9d02c993f5b6920d57e1e84b
|
|
2026-03-08 04:35:08.431 DEBUG [src.node.docker_mananger] Container started with ID ae167ef2f91d. Setting up logs at ./log/docker/receiving_node2_2026-03-08_04-35-06__1e769b43-c8e2-41b9-8877-bab5c9b42c62__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:35:08.431 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10643
|
|
2026-03-08 04:35:08.431 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-08 04:35:09.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10643/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:09.435 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-08 04:35:09.435 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-08 04:35:09.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10643/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:09.437 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.166.43/tcp/10644/p2p/16Uiu2HAmQ79QBZTs76pqanjFkvmi8xhbjAnXrYL55ytDA68WCeQn","/ip4/172.18.166.43/tcp/10645/ws/p2p/16Uiu2HAmQ79QBZTs76pqanjFkvmi8xhbjAnXrYL55ytDA68WCeQn"],"enrUri":"enr:-L24QBj8LgEy4mBkfI8LE1KvO0NeKcHB4ZricRyK9_bZWLoeURDmsBX9qzppFykdigPfQxOfb_y6WjBu3XYNen_w4XUCgmlkgnY0gmlwhKwSpiuKbXVsdGlhZGRyc5YACASsEqYrBimUAAoErBKmKwYpld0DgnJzhQADAQAAiXNlY3AyNTZrMaEDqiPj1Dn_DOgYD7E3fxBYoMS9_ATMBCuB5PejevntNT-DdGNwgimUg3VkcIIploV3YWt1MgE"}'
|
|
2026-03-08 04:35:09.438 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-08 04:35:09.438 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10643/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.170.220/tcp/60242/p2p/16Uiu2HAm2WFsHX3b4WkdcA7MrJWpMmhesGVa2Et8LzaJgjiBTCN5"]'
|
|
2026-03-08 04:35:09.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:35:09.487 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:35:09.487 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-08_04-35-06__1e769b43-c8e2-41b9-8877-bab5c9b42c62__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:35:09.487 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-08 04:35:09.487 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-08 04:35:09.489 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-08 04:35:09.489 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.85.120
|
|
2026-03-08 04:35:09.489 DEBUG [src.node.docker_mananger] Generated ports ['35392', '35393', '35394', '35395', '35396']
|
|
2026-03-08 04:35:09.489 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-08 04:35:09.489 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-08 04:35:09.489 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-08 04:35:09.490 DEBUG [src.node.docker_mananger] docker run -i -t -p 35392:35392 -p 35393:35393 -p 35394:35394 -p 35395:35395 -p 35396:35396 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=35394 --rest-port=35392 --tcp-port=35393 --discv5-udp-port=35395 --rest-address=0.0.0.0 --nat=extip:172.18.85.120 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fdfbdb29f8169ead3ea6ab9c6ce8c1f547bc99f7f0727b2e13feb9aa7dd4b969 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35396 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QFunPGo3-1F-GbsU6TvlTMbHy0dlwPEAvx2V3WhFIMtrX5WmIkbtQaOiUTWneUiL0l3rinQKH4DWbY5E_E5ZJ_sCgmlkgnY0gmlwhKwSqtyKbXVsdGlhZGRyc5YACASsEqrcButSAAoErBKq3AbrU90DgnJzhQADAQAAiXNlY3AyNTZrMaECaS5y4r9awN5oycxEGnqtLzDeKr7SLoWZWb67ivx1jaKDdGNwgutSg3VkcILrVIV3YWt1Mgk --lightpushnode=/ip4/172.18.170.220/tcp/60242/p2p/16Uiu2HAm2WFsHX3b4WkdcA7MrJWpMmhesGVa2Et8LzaJgjiBTCN5 --lightpush=true --relay=true
|
|
2026-03-08 04:35:09.691 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.85.120 waku ea83e1d029ad870f8255be9ab25bbb7a1b3c1b0896c6de7ef5f3414b02365e66
|
|
2026-03-08 04:35:09.726 DEBUG [src.node.docker_mananger] Container started with ID ea83e1d029ad. Setting up logs at ./log/docker/lightpush_node1_2026-03-08_04-35-06__1e769b43-c8e2-41b9-8877-bab5c9b42c62__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:35:09.726 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35392
|
|
2026-03-08 04:35:09.726 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-08 04:35:10.727 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35392/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:10.730 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-08 04:35:10.730 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-08 04:35:10.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35392/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:10.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.85.120/tcp/35393/p2p/16Uiu2HAmMyNXUKCepvrtii3WaPTmHmFkuTV7WoZAg7PnnJmoJonH","/ip4/172.18.85.120/tcp/35394/ws/p2p/16Uiu2HAmMyNXUKCepvrtii3WaPTmHmFkuTV7WoZAg7PnnJmoJonH"],"enrUri":"enr:-L24QB_lf6J8zVFDMM8Rmty8XdUksL8XE9ZzX3h0v2nQO8gyIGTPTPLXHSd1oZZ1eFUh8_0vu5Hu34ltL_TFPBlxp9gCgmlkgnY0gmlwhKwSVXiKbXVsdGlhZGRyc5YACASsElV4BopBAAoErBJVeAaKQt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDim61-9pgGFFr5DgiD2EGyx-vRi7iT5ttXYWtZJGPH4KDdGNwgopBg3VkcIKKQ4V3YWt1Mgk"}'
|
|
2026-03-08 04:35:10.732 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-08 04:35:10.733 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35392/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.170.220/tcp/60242/p2p/16Uiu2HAm2WFsHX3b4WkdcA7MrJWpMmhesGVa2Et8LzaJgjiBTCN5"]'
|
|
2026-03-08 04:35:10.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:35:10.783 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35392/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.166.43/tcp/10644/p2p/16Uiu2HAmQ79QBZTs76pqanjFkvmi8xhbjAnXrYL55ytDA68WCeQn"]'
|
|
2026-03-08 04:35:10.811 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:35:10.815 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60241/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-08 04:35:10.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:35:10.821 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10643/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-08 04:35:10.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:35:10.828 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35392/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-08 04:35:10.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:35:10.837 DEBUG [tests.light_push.test_publish] Running test with payload length of 1048576 bytes
|
|
2026-03-08 04:35:10.853 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-08 04:35:10.863 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
|
2026-03-08 04:35:11.811 ERROR [src.node.api_clients.base_client] HTTP error occurred: 503 Server Error: Service Unavailable for url: http://127.0.0.1:35392/lightpush/v1/message. Response content: b'Failed to request a message push: Message size exceeded maximum of 153600 bytes'
|
|
2026-03-08 04:35:11.814 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-08 04:35:11.815 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-08 04:35:11.815 DEBUG [src.node.waku_node] Stopping container with id 089f05cb659b
|
|
2026-03-08 04:35:12.376 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-08 04:35:12.376 DEBUG [src.node.waku_node] Stopping container with id ae167ef2f91d
|
|
2026-03-08 04:35:12.935 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-08 04:35:12.936 DEBUG [src.node.waku_node] Stopping container with id ea83e1d029ad
|
|
2026-03-08 04:35:13.188 ERROR [src.node.docker_mananger] Max retries reached for container 089f05cb659b. Exiting log stream.
|
|
2026-03-08 04:35:13.470 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-08 04:35:13.472 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-08 04:35:13.485 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-08 04:35:13.502 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-08 04:35:13.643 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|