mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-01 16:13:13 +00:00
100 lines
18 KiB
Plaintext
100 lines
18 KiB
Plaintext
2026-03-23 04:43:34.236 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-23 04:43:34.236 DEBUG [tests.conftest] Running test: test_lightpush with id: 2026-03-23_04-43-34__6ed5f4ca-aec9-422a-95ab-554de79ca377
|
|
2026-03-23 04:43:34.237 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-23 04:43:34.237 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-23 04:43:34.237 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-23 04:43:34.237 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-23 04:43:34.238 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-23 04:43:34.245 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-23 04:43:34.245 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-23_04-43-34__6ed5f4ca-aec9-422a-95ab-554de79ca377__wakuorg_nwaku:latest.log
|
|
2026-03-23 04:43:34.245 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-23 04:43:34.245 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-23 04:43:34.247 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-23 04:43:34.247 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.15.237
|
|
2026-03-23 04:43:34.247 DEBUG [src.node.docker_mananger] Generated ports ['1693', '1694', '1695', '1696', '1697']
|
|
2026-03-23 04:43:34.247 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-23 04:43:34.247 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-23 04:43:34.247 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-23 04:43:34.247 DEBUG [src.node.docker_mananger] docker run -i -t -p 1693:1693 -p 1694:1694 -p 1695:1695 -p 1696:1696 -p 1697:1697 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=1695 --rest-port=1693 --tcp-port=1694 --discv5-udp-port=1696 --rest-address=0.0.0.0 --nat=extip:172.18.15.237 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3ece5b88f46ca46ee290ffe9b0b2cbfd649698d5fd0e7d84297a4cecdf73deaa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1697 --metrics-logging=true --lightpush=true --relay=true
|
|
2026-03-23 04:43:34.441 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.15.237 waku 1368119c9c3120b38a51709e591f5df82f6aeb2e80f17f1fc0dd671970d3bac5
|
|
2026-03-23 04:43:34.464 ERROR [src.node.docker_mananger] Max retries reached for container 06a5180af1e8. Exiting log stream.
|
|
2026-03-23 04:43:34.475 DEBUG [src.node.docker_mananger] Container started with ID 1368119c9c31. Setting up logs at ./log/docker/node1_2026-03-23_04-43-34__6ed5f4ca-aec9-422a-95ab-554de79ca377__wakuorg_nwaku:latest.log
|
|
2026-03-23 04:43:34.477 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1693
|
|
2026-03-23 04:43:34.477 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-23 04:43:35.033 ERROR [src.node.docker_mananger] Max retries reached for container 960c5dafdbab. Exiting log stream.
|
|
2026-03-23 04:43:35.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1693/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:43:35.480 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-23 04:43:35.480 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-23 04:43:35.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1693/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:43:35.483 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.15.237/tcp/1694/p2p/16Uiu2HAkwJUo5rJ3u474JeW8DNNEbgbMs8LwwvA4Pq16Eq31BEu3","/ip4/172.18.15.237/tcp/1695/ws/p2p/16Uiu2HAkwJUo5rJ3u474JeW8DNNEbgbMs8LwwvA4Pq16Eq31BEu3"],"enrUri":"enr:-L24QKpy8wa2IEPeUnHLWIp4DOXRwMtA3lDm6NweaL0SmrgMDE4bQ7zFPyqHO9DZqc99BkG8-xiTOjDtk9gdqv2o7W4CgmlkgnY0gmlwhKwSD-2KbXVsdGlhZGRyc5YACASsEg_tBgaeAAoErBIP7QYGn90DgnJzhQADAQAAiXNlY3AyNTZrMaECG9-pY6yhpFshI6HKkfBN6sFLpU_B4LDn5V0Z7ZPsIO6DdGNwggaeg3VkcIIGoIV3YWt1Mgk"}'
|
|
2026-03-23 04:43:35.483 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-23 04:43:35.490 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-23 04:43:35.490 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-23_04-43-34__6ed5f4ca-aec9-422a-95ab-554de79ca377__wakuorg_nwaku:latest.log
|
|
2026-03-23 04:43:35.490 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-23 04:43:35.490 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-23 04:43:35.492 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-23 04:43:35.492 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.191.206
|
|
2026-03-23 04:43:35.492 DEBUG [src.node.docker_mananger] Generated ports ['14550', '14551', '14552', '14553', '14554']
|
|
2026-03-23 04:43:35.492 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-23 04:43:35.492 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-23 04:43:35.492 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-23 04:43:35.493 DEBUG [src.node.docker_mananger] docker run -i -t -p 14550:14550 -p 14551:14551 -p 14552:14552 -p 14553:14553 -p 14554:14554 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=14552 --rest-port=14550 --tcp-port=14551 --discv5-udp-port=14553 --rest-address=0.0.0.0 --nat=extip:172.18.191.206 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dd1e7e48edc527ff9e1dbedef0bbaae2ce2fba1bb7fa8c78d24fcebedf67cbe2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14554 --metrics-logging=true --lightpush=false --relay=true --discv5-bootstrap-node=enr:-L24QKpy8wa2IEPeUnHLWIp4DOXRwMtA3lDm6NweaL0SmrgMDE4bQ7zFPyqHO9DZqc99BkG8-xiTOjDtk9gdqv2o7W4CgmlkgnY0gmlwhKwSD-2KbXVsdGlhZGRyc5YACASsEg_tBgaeAAoErBIP7QYGn90DgnJzhQADAQAAiXNlY3AyNTZrMaECG9-pY6yhpFshI6HKkfBN6sFLpU_B4LDn5V0Z7ZPsIO6DdGNwggaeg3VkcIIGoIV3YWt1Mgk
|
|
2026-03-23 04:43:35.684 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.191.206 waku 689e8fc6503f1a0706b4a0f36fb46804ee17398a07ac6b7c13a78da2702f7c0f
|
|
2026-03-23 04:43:35.718 DEBUG [src.node.docker_mananger] Container started with ID 689e8fc6503f. Setting up logs at ./log/docker/node1_2026-03-23_04-43-34__6ed5f4ca-aec9-422a-95ab-554de79ca377__wakuorg_nwaku:latest.log
|
|
2026-03-23 04:43:35.718 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14550
|
|
2026-03-23 04:43:35.719 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-23 04:43:36.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14550/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:43:36.743 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-23 04:43:36.745 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-23 04:43:36.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14550/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:43:36.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.191.206/tcp/14551/p2p/16Uiu2HAm3ZPg5dGtwDt2L27D2sf7kcFVhR1xcfZEJJPoxPhuw5EN","/ip4/172.18.191.206/tcp/14552/ws/p2p/16Uiu2HAm3ZPg5dGtwDt2L27D2sf7kcFVhR1xcfZEJJPoxPhuw5EN"],"enrUri":"enr:-L24QIxieccF2mCpi--rW5oAx6Bj59I1rU2k2eKxtn2YRpYVSq6KPehvQF8e_1o3Adth9WRl_jWPpH2O6yakRyCJ9-ECgmlkgnY0gmlwhKwSv86KbXVsdGlhZGRyc5YACASsEr_OBjjXAAoErBK_zgY42N0DgnJzhQADAQAAiXNlY3AyNTZrMaECeNe0j3A3RuSNg4OPNytSwzjBHcYqoxwYsuO8J8wXNUeDdGNwgjjXg3VkcII42YV3YWt1MgE"}'
|
|
2026-03-23 04:43:36.751 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-23 04:43:36.758 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-23 04:43:36.758 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-23_04-43-34__6ed5f4ca-aec9-422a-95ab-554de79ca377__wakuorg_nwaku:latest.log
|
|
2026-03-23 04:43:36.758 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-23 04:43:36.758 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-23 04:43:36.760 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-23 04:43:36.760 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.195.197
|
|
2026-03-23 04:43:36.760 DEBUG [src.node.docker_mananger] Generated ports ['60243', '60244', '60245', '60246', '60247']
|
|
2026-03-23 04:43:36.760 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-23 04:43:36.760 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-23 04:43:36.760 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-23 04:43:36.761 DEBUG [src.node.docker_mananger] docker run -i -t -p 60243:60243 -p 60244:60244 -p 60245:60245 -p 60246:60246 -p 60247:60247 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=60245 --rest-port=60243 --tcp-port=60244 --discv5-udp-port=60246 --rest-address=0.0.0.0 --nat=extip:172.18.195.197 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2cecb8caacebd6befdd09db2741e4cc80fefdc2ff9d2a8fbe3f18cce79a9e1fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60247 --metrics-logging=true --lightpush=true --relay=true --discv5-bootstrap-node=enr:-L24QKpy8wa2IEPeUnHLWIp4DOXRwMtA3lDm6NweaL0SmrgMDE4bQ7zFPyqHO9DZqc99BkG8-xiTOjDtk9gdqv2o7W4CgmlkgnY0gmlwhKwSD-2KbXVsdGlhZGRyc5YACASsEg_tBgaeAAoErBIP7QYGn90DgnJzhQADAQAAiXNlY3AyNTZrMaECG9-pY6yhpFshI6HKkfBN6sFLpU_B4LDn5V0Z7ZPsIO6DdGNwggaeg3VkcIIGoIV3YWt1Mgk --lightpushnode=/ip4/172.18.15.237/tcp/1694/p2p/16Uiu2HAkwJUo5rJ3u474JeW8DNNEbgbMs8LwwvA4Pq16Eq31BEu3
|
|
2026-03-23 04:43:36.958 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.195.197 waku 13eface1f27ed744d1a9bc412681269fbeef7019d0de4a4f4fe677972daae446
|
|
2026-03-23 04:43:36.997 DEBUG [src.node.docker_mananger] Container started with ID 13eface1f27e. Setting up logs at ./log/docker/node1_2026-03-23_04-43-34__6ed5f4ca-aec9-422a-95ab-554de79ca377__wakuorg_nwaku:latest.log
|
|
2026-03-23 04:43:36.997 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60243
|
|
2026-03-23 04:43:36.997 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-23 04:43:37.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60243/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:43:38.001 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-23 04:43:38.001 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-23 04:43:38.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60243/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:43:38.003 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.195.197/tcp/60244/p2p/16Uiu2HAm5AvLxyQ48EGzZP4VBDv7qcssvBnYfQTjAj3aZ8niWWiy","/ip4/172.18.195.197/tcp/60245/ws/p2p/16Uiu2HAm5AvLxyQ48EGzZP4VBDv7qcssvBnYfQTjAj3aZ8niWWiy"],"enrUri":"enr:-L24QKxqSxyZF_dxvOwV4m_xqsPLa67Vdz4mns7ZFKVTzZvxIWqzuc1gdEyLpmQerd7bSLQ8qSvZ0Z0Sf2wSO9KUockCgmlkgnY0gmlwhKwSw8WKbXVsdGlhZGRyc5YACASsEsPFButUAAoErBLDxQbrVd0DgnJzhQADAQAAiXNlY3AyNTZrMaECkM1mVLmilgRh9vWsEu3_hBpgPhO0a7qMLi_SATzkAo6DdGNwgutUg3VkcILrVoV3YWt1Mgk"}'
|
|
2026-03-23 04:43:38.004 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-23 04:43:38.004 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1693/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-23 04:43:38.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-23 04:43:38.009 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14550/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-23 04:43:38.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-23 04:43:38.016 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-23 04:43:38.017 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60243/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/1", "message": {"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": 1774241018016541567}}'
|
|
2026-03-23 04:43:38.071 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-23 04:43:38.072 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-23 04:43:38.174 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-23 04:43:38.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1693/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:43:38.177 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1774241018016541567,"ephemeral":false,"proof":""}]'
|
|
2026-03-23 04:43:38.178 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-23 04:43:38.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14550/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:43:38.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1774241018016541567,"ephemeral":false,"proof":""}]'
|
|
2026-03-23 04:43:38.184 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-23 04:43:38.185 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-23 04:43:38.185 DEBUG [src.node.waku_node] Stopping container with id 1368119c9c31
|
|
2026-03-23 04:43:38.746 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-23 04:43:38.752 DEBUG [src.node.waku_node] Stopping container with id 689e8fc6503f
|
|
2026-03-23 04:43:39.313 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-23 04:43:39.314 DEBUG [src.node.waku_node] Stopping container with id 13eface1f27e
|
|
2026-03-23 04:43:39.608 ERROR [src.node.docker_mananger] Max retries reached for container 1368119c9c31. Exiting log stream.
|
|
2026-03-23 04:43:39.878 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-23 04:43:39.882 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-23 04:43:39.901 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-23 04:43:39.917 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-23 04:43:39.933 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|