mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
98 lines
18 KiB
Plaintext
98 lines
18 KiB
Plaintext
2026-01-30 04:36:13.940 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-30 04:36:13.940 DEBUG [tests.conftest] Running test: test_light_push_on_non_subscribed_pubsub_topic with id: 2026-01-30_04-36-13__9f8fcac5-6dcd-4a0e-8bc7-a07bdba0903d
|
|
2026-01-30 04:36:13.941 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-30 04:36:13.941 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-01-30 04:36:13.948 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-30 04:36:13.948 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-30_04-36-13__9f8fcac5-6dcd-4a0e-8bc7-a07bdba0903d__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:36:13.948 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-30 04:36:13.948 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-30 04:36:13.950 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-30 04:36:13.950 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.115.250
|
|
2026-01-30 04:36:13.950 DEBUG [src.node.docker_mananger] Generated ports ['3221', '3222', '3223', '3224', '3225']
|
|
2026-01-30 04:36:13.950 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-30 04:36:13.950 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-30 04:36:13.951 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-30 04:36:13.951 DEBUG [src.node.docker_mananger] docker run -i -t -p 3221:3221 -p 3222:3222 -p 3223:3223 -p 3224:3224 -p 3225:3225 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=3223 --rest-port=3221 --tcp-port=3222 --discv5-udp-port=3224 --rest-address=0.0.0.0 --nat=extip:172.18.115.250 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cca9aceac2d03397ddeaaf8ea2f8fa0bad0b6faa4fa0e6da3daf5ca63cee522b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3225 --metrics-logging=true --lightpush=true --relay=true
|
|
2026-01-30 04:36:14.140 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.115.250 waku 47be71e1da3ac71f8d1c6f5d96f6e04f46064645b0bd012950f49bfc9c672edf
|
|
2026-01-30 04:36:14.167 ERROR [src.node.docker_mananger] Max retries reached for container 9021de904fd8. Exiting log stream.
|
|
2026-01-30 04:36:14.173 DEBUG [src.node.docker_mananger] Container started with ID 47be71e1da3a. Setting up logs at ./log/docker/receiving_node1_2026-01-30_04-36-13__9f8fcac5-6dcd-4a0e-8bc7-a07bdba0903d__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:36:14.173 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3221
|
|
2026-01-30 04:36:14.174 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-30 04:36:14.740 ERROR [src.node.docker_mananger] Max retries reached for container b9248087a304. Exiting log stream.
|
|
2026-01-30 04:36:15.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3221/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:36:15.178 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"}]}'
|
|
2026-01-30 04:36:15.179 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-30 04:36:15.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3221/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:36:15.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.115.250/tcp/3222/p2p/16Uiu2HAm1bdab5uoNVH1kvsZTqqLU44F8DKxAKW3VQuTVnbcmwXa","/ip4/172.18.115.250/tcp/3223/ws/p2p/16Uiu2HAm1bdab5uoNVH1kvsZTqqLU44F8DKxAKW3VQuTVnbcmwXa"],"enrUri":"enr:-L24QKCySUu33ymiKH9H3NY-6izd2abIT2pZWOudhQ9JkenzClE79wBJh8h4142WzXW3VEAkwrnaSYvlli7wtxkew14CgmlkgnY0gmlwhKwSc_qKbXVsdGlhZGRyc5YACASsEnP6BgyWAAoErBJz-gYMl90DgnJzhQADAQAAiXNlY3AyNTZrMaECW7M3Qryn8SoBS3SjyDBg--ciVtFpoHxNt3D53DBacRWDdGNwggyWg3VkcIIMmIV3YWt1Mgk"}'
|
|
2026-01-30 04:36:15.181 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-30 04:36:15.188 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-30 04:36:15.189 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-30_04-36-13__9f8fcac5-6dcd-4a0e-8bc7-a07bdba0903d__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:36:15.189 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-30 04:36:15.189 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-30 04:36:15.190 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-30 04:36:15.191 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.212.228
|
|
2026-01-30 04:36:15.191 DEBUG [src.node.docker_mananger] Generated ports ['26280', '26281', '26282', '26283', '26284']
|
|
2026-01-30 04:36:15.191 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-30 04:36:15.191 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-30 04:36:15.191 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-30 04:36:15.191 DEBUG [src.node.docker_mananger] docker run -i -t -p 26280:26280 -p 26281:26281 -p 26282:26282 -p 26283:26283 -p 26284:26284 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=26282 --rest-port=26280 --tcp-port=26281 --discv5-udp-port=26283 --rest-address=0.0.0.0 --nat=extip:172.18.212.228 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aa2d4ee6eb6a9f7dac936c733f17ecb8ff6fc8e5c70e9f43d5778baf5ebfc7e6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26284 --metrics-logging=true --lightpush=false --relay=true
|
|
2026-01-30 04:36:15.385 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.212.228 waku c12f6916e8777c54bbf122052b9fc68b59da9c0a61fafbd5ba926c9e59d914bc
|
|
2026-01-30 04:36:15.415 DEBUG [src.node.docker_mananger] Container started with ID c12f6916e877. Setting up logs at ./log/docker/receiving_node2_2026-01-30_04-36-13__9f8fcac5-6dcd-4a0e-8bc7-a07bdba0903d__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:36:15.416 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26280
|
|
2026-01-30 04:36:15.416 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-30 04:36:16.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26280/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:36:16.421 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":"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"}]}'
|
|
2026-01-30 04:36:16.421 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-30 04:36:16.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26280/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:36:16.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.212.228/tcp/26281/p2p/16Uiu2HAmAjcPUoKczZLYEYYAjQBPMgZF6xn4hXhV6YY5n7DU2snJ","/ip4/172.18.212.228/tcp/26282/ws/p2p/16Uiu2HAmAjcPUoKczZLYEYYAjQBPMgZF6xn4hXhV6YY5n7DU2snJ"],"enrUri":"enr:-L24QOh_v3yJjNOpIhBOL9w2ETniCFKZEn3hcV0qcX-xWppga8z8KvhOSLUc5IUSvE6VLKqkwkYH_0vpiP-FxhgqAusCgmlkgnY0gmlwhKwS1OSKbXVsdGlhZGRyc5YACASsEtTkBmapAAoErBLU5AZmqt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC43eyiZEhSFJCgWSDmWIHO8mGVerDKSUBRFETRGd6ZaODdGNwgmapg3VkcIJmq4V3YWt1MgE"}'
|
|
2026-01-30 04:36:16.424 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-30 04:36:16.424 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26280/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.115.250/tcp/3222/p2p/16Uiu2HAm1bdab5uoNVH1kvsZTqqLU44F8DKxAKW3VQuTVnbcmwXa"]'
|
|
2026-01-30 04:36:16.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:36:16.473 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-30 04:36:16.473 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-30_04-36-13__9f8fcac5-6dcd-4a0e-8bc7-a07bdba0903d__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:36:16.474 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-30 04:36:16.474 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-30 04:36:16.478 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-30 04:36:16.478 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.188.59
|
|
2026-01-30 04:36:16.478 DEBUG [src.node.docker_mananger] Generated ports ['25549', '25550', '25551', '25552', '25553']
|
|
2026-01-30 04:36:16.478 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-30 04:36:16.478 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-30 04:36:16.478 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-30 04:36:16.478 DEBUG [src.node.docker_mananger] docker run -i -t -p 25549:25549 -p 25550:25550 -p 25551:25551 -p 25552:25552 -p 25553:25553 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=25551 --rest-port=25549 --tcp-port=25550 --discv5-udp-port=25552 --rest-address=0.0.0.0 --nat=extip:172.18.188.59 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c6203b8d7c1d1734c44abadc0b64c0f33b6bfecfbd9a2dd7f9eac3e809df5cdb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25553 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKCySUu33ymiKH9H3NY-6izd2abIT2pZWOudhQ9JkenzClE79wBJh8h4142WzXW3VEAkwrnaSYvlli7wtxkew14CgmlkgnY0gmlwhKwSc_qKbXVsdGlhZGRyc5YACASsEnP6BgyWAAoErBJz-gYMl90DgnJzhQADAQAAiXNlY3AyNTZrMaECW7M3Qryn8SoBS3SjyDBg--ciVtFpoHxNt3D53DBacRWDdGNwggyWg3VkcIIMmIV3YWt1Mgk --lightpushnode=/ip4/172.18.115.250/tcp/3222/p2p/16Uiu2HAm1bdab5uoNVH1kvsZTqqLU44F8DKxAKW3VQuTVnbcmwXa --lightpush=true --relay=true
|
|
2026-01-30 04:36:16.668 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.188.59 waku 0d79077cf68416a71deec4ab3b5f918a3c0918eaba82d8bc6d21fcaefd4f75de
|
|
2026-01-30 04:36:16.701 DEBUG [src.node.docker_mananger] Container started with ID 0d79077cf684. Setting up logs at ./log/docker/lightpush_node1_2026-01-30_04-36-13__9f8fcac5-6dcd-4a0e-8bc7-a07bdba0903d__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:36:16.702 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25549
|
|
2026-01-30 04:36:16.702 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-30 04:36:17.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25549/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:36:17.707 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"}]}'
|
|
2026-01-30 04:36:17.707 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-30 04:36:17.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25549/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:36:17.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.188.59/tcp/25550/p2p/16Uiu2HAmVMSmZ3xmfdYj835hcUaqXQ1SSUe5yePV5RmEc3n628Mf","/ip4/172.18.188.59/tcp/25551/ws/p2p/16Uiu2HAmVMSmZ3xmfdYj835hcUaqXQ1SSUe5yePV5RmEc3n628Mf"],"enrUri":"enr:-L24QHTQ0se4uSOKRqmhiJfFHXUGeuEHbBNamVRWoLS7va4iCHIdxZWXM0mJh8OyjvRuUkECP41gpU4jAx7VHghI8bkCgmlkgnY0gmlwhKwSvDuKbXVsdGlhZGRyc5YACASsErw7BmPOAAoErBK8OwZjz90DgnJzhQADAQAAiXNlY3AyNTZrMaED-BgYMLnFWEwzPKuRYqzjB52W1wi3XBTAj9TGCVIUqkKDdGNwgmPOg3VkcIJj0IV3YWt1Mgk"}'
|
|
2026-01-30 04:36:17.715 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-30 04:36:17.716 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25549/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.115.250/tcp/3222/p2p/16Uiu2HAm1bdab5uoNVH1kvsZTqqLU44F8DKxAKW3VQuTVnbcmwXa"]'
|
|
2026-01-30 04:36:17.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:36:17.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25549/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.212.228/tcp/26281/p2p/16Uiu2HAmAjcPUoKczZLYEYYAjQBPMgZF6xn4hXhV6YY5n7DU2snJ"]'
|
|
2026-01-30 04:36:17.762 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:36:17.765 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3221/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-01-30 04:36:17.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:36:17.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26280/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-01-30 04:36:17.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:36:17.778 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25549/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-01-30 04:36:17.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:36:17.787 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-01-30 04:36:17.788 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25549/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/1", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769747777787092091}}'
|
|
2026-01-30 04:36:17.797 ERROR [src.node.api_clients.base_client] HTTP error occurred: 503 Server Error: Service Unavailable for url: http://127.0.0.1:25549/lightpush/v1/message. Response content: b'Failed to request a message push: not_published_to_any_peer'
|
|
2026-01-30 04:36:17.800 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-30 04:36:17.801 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-30 04:36:17.801 DEBUG [src.node.waku_node] Stopping container with id 47be71e1da3a
|
|
2026-01-30 04:36:18.393 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-30 04:36:18.394 DEBUG [src.node.waku_node] Stopping container with id c12f6916e877
|
|
2026-01-30 04:36:18.983 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-30 04:36:18.985 DEBUG [src.node.waku_node] Stopping container with id 0d79077cf684
|
|
2026-01-30 04:36:19.209 ERROR [src.node.docker_mananger] Max retries reached for container 47be71e1da3a. Exiting log stream.
|
|
2026-01-30 04:36:19.537 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-30 04:36:19.540 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-30 04:36:19.548 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-30 04:36:19.555 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-30 04:36:19.562 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|