mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 08:33:08 +00:00
97 lines
18 KiB
Plaintext
97 lines
18 KiB
Plaintext
2026-03-05 15:04:32.219 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 15:04:32.219 DEBUG [tests.conftest] Running test: test_light_push_with_missing_payload with id: 2026-03-05_15-04-32__a25a2037-3f35-4866-b52a-029365e64595
|
|
2026-03-05 15:04:32.220 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 15:04:32.220 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-05 15:04:32.228 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:04:32.228 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-05_15-04-32__a25a2037-3f35-4866-b52a-029365e64595__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:04:32.228 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:04:32.229 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:04:32.230 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:04:32.230 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.85.85
|
|
2026-03-05 15:04:32.231 DEBUG [src.node.docker_mananger] Generated ports ['59230', '59231', '59232', '59233', '59234']
|
|
2026-03-05 15:04:32.231 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:04:32.231 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:04:32.231 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:04:32.231 DEBUG [src.node.docker_mananger] docker run -i -t -p 59230:59230 -p 59231:59231 -p 59232:59232 -p 59233:59233 -p 59234:59234 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=59232 --rest-port=59230 --tcp-port=59231 --discv5-udp-port=59233 --rest-address=0.0.0.0 --nat=extip:172.18.85.85 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=60b5afa670f634dbafd58fa7fcc95d519a64dc6b15696cabe672a8fba707d9e2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59234 --metrics-logging=true --lightpush=true --relay=true
|
|
2026-03-05 15:04:32.418 ERROR [src.node.docker_mananger] Max retries reached for container 656ff4f7536a. Exiting log stream.
|
|
2026-03-05 15:04:32.426 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.85.85 waku 7ee6cfc4b722a75122575de78bbc194f9100e8b794344d15f507257fa956e732
|
|
2026-03-05 15:04:32.466 DEBUG [src.node.docker_mananger] Container started with ID 7ee6cfc4b722. Setting up logs at ./log/docker/receiving_node1_2026-03-05_15-04-32__a25a2037-3f35-4866-b52a-029365e64595__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:04:32.466 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 59230
|
|
2026-03-05 15:04:32.467 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:04:33.016 ERROR [src.node.docker_mananger] Max retries reached for container e134a684600c. Exiting log stream.
|
|
2026-03-05 15:04:33.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59230/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:04:33.471 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-05 15:04:33.472 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:04:33.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59230/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:04:33.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.85.85/tcp/59231/p2p/16Uiu2HAmNoEqfn1ok7VBhAQ95pb7NFD1r3xCh7MhBW4CPJia13yy","/ip4/172.18.85.85/tcp/59232/ws/p2p/16Uiu2HAmNoEqfn1ok7VBhAQ95pb7NFD1r3xCh7MhBW4CPJia13yy"],"enrUri":"enr:-L24QMuKsk17nVMfcHXnlMir677MF0XX21DrPZdX5G8lbjEsTkCkYyPKuhoAfRMXER2pJigg4VJcnEyQrTt80M7HbB4CgmlkgnY0gmlwhKwSVVWKbXVsdGlhZGRyc5YACASsElVVBudfAAoErBJVVQbnYN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDlrHmGn0-NvhFoCgCtX-qEUcy7On2Kl7-K_va9AHWOyCDdGNwgudfg3VkcILnYYV3YWt1Mgk"}'
|
|
2026-03-05 15:04:33.475 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:04:33.483 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:04:33.483 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-05_15-04-32__a25a2037-3f35-4866-b52a-029365e64595__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:04:33.483 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:04:33.483 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:04:33.485 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:04:33.485 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.168.225
|
|
2026-03-05 15:04:33.485 DEBUG [src.node.docker_mananger] Generated ports ['54276', '54277', '54278', '54279', '54280']
|
|
2026-03-05 15:04:33.485 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:04:33.485 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:04:33.485 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:04:33.486 DEBUG [src.node.docker_mananger] docker run -i -t -p 54276:54276 -p 54277:54277 -p 54278:54278 -p 54279:54279 -p 54280:54280 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=54278 --rest-port=54276 --tcp-port=54277 --discv5-udp-port=54279 --rest-address=0.0.0.0 --nat=extip:172.18.168.225 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3eb3eb614f9eed092f69b7e80a84ccdf9c8bf385e0ed2ebeeedeffcfd63fb11a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54280 --metrics-logging=true --lightpush=false --relay=true
|
|
2026-03-05 15:04:33.681 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.168.225 waku 2de7250340fc2602729cad595dcff7a1d20c0e2c6b957c186a0e3e3c2f5d950b
|
|
2026-03-05 15:04:33.719 DEBUG [src.node.docker_mananger] Container started with ID 2de7250340fc. Setting up logs at ./log/docker/receiving_node2_2026-03-05_15-04-32__a25a2037-3f35-4866-b52a-029365e64595__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:04:33.720 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 54276
|
|
2026-03-05 15:04:33.721 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:04:34.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54276/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:04:34.725 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-05 15:04:34.725 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:04:34.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54276/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:04:34.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.168.225/tcp/54277/p2p/16Uiu2HAkuVKWagzhJEtD8i3DsaEV3HcdFbMvvbJnLUVYsqsc6JMe","/ip4/172.18.168.225/tcp/54278/ws/p2p/16Uiu2HAkuVKWagzhJEtD8i3DsaEV3HcdFbMvvbJnLUVYsqsc6JMe"],"enrUri":"enr:-L24QHfFPbLukaNWFM2zJI1MgUwRt5U-mpR52jUWcF1Ymx-DB51Iv0zmYIdtStNsTOTY0U_NicqN8wFH_5chozDPGKACgmlkgnY0gmlwhKwSqOGKbXVsdGlhZGRyc5YACASsEqjhBtQFAAoErBKo4QbUBt0DgnJzhQADAQAAiXNlY3AyNTZrMaECAO8tvXc2GScZ6USeCYN870GZVrMxXv4E1LTN5ZaE7UmDdGNwgtQFg3VkcILUB4V3YWt1MgE"}'
|
|
2026-03-05 15:04:34.728 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:04:34.728 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54276/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.85.85/tcp/59231/p2p/16Uiu2HAmNoEqfn1ok7VBhAQ95pb7NFD1r3xCh7MhBW4CPJia13yy"]'
|
|
2026-03-05 15:04:34.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:04:34.780 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:04:34.780 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-05_15-04-32__a25a2037-3f35-4866-b52a-029365e64595__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:04:34.780 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:04:34.781 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:04:34.782 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:04:34.783 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.37.72
|
|
2026-03-05 15:04:34.783 DEBUG [src.node.docker_mananger] Generated ports ['14090', '14091', '14092', '14093', '14094']
|
|
2026-03-05 15:04:34.783 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:04:34.783 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:04:34.784 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:04:34.784 DEBUG [src.node.docker_mananger] docker run -i -t -p 14090:14090 -p 14091:14091 -p 14092:14092 -p 14093:14093 -p 14094:14094 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=14092 --rest-port=14090 --tcp-port=14091 --discv5-udp-port=14093 --rest-address=0.0.0.0 --nat=extip:172.18.37.72 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b5e7b9dcfafd8bfad6b5709d0c8a437bbb60c9cb7f8f2071aae4a72aa083f26e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14094 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMuKsk17nVMfcHXnlMir677MF0XX21DrPZdX5G8lbjEsTkCkYyPKuhoAfRMXER2pJigg4VJcnEyQrTt80M7HbB4CgmlkgnY0gmlwhKwSVVWKbXVsdGlhZGRyc5YACASsElVVBudfAAoErBJVVQbnYN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDlrHmGn0-NvhFoCgCtX-qEUcy7On2Kl7-K_va9AHWOyCDdGNwgudfg3VkcILnYYV3YWt1Mgk --lightpushnode=/ip4/172.18.85.85/tcp/59231/p2p/16Uiu2HAmNoEqfn1ok7VBhAQ95pb7NFD1r3xCh7MhBW4CPJia13yy --lightpush=true --relay=true
|
|
2026-03-05 15:04:35.000 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.37.72 waku 16eb6efc8251309339022d57efe10a71e0abfa6e414aab95036fc5446a98f95b
|
|
2026-03-05 15:04:35.033 DEBUG [src.node.docker_mananger] Container started with ID 16eb6efc8251. Setting up logs at ./log/docker/lightpush_node1_2026-03-05_15-04-32__a25a2037-3f35-4866-b52a-029365e64595__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:04:35.033 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 14090
|
|
2026-03-05 15:04:35.034 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:04:36.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14090/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:04:36.038 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-05 15:04:36.038 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:04:36.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14090/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:04:36.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.37.72/tcp/14091/p2p/16Uiu2HAm8u1JPs8oiojrzNARJ36FmLb1RpPFW7rTZV3uDCiqxrZ3","/ip4/172.18.37.72/tcp/14092/ws/p2p/16Uiu2HAm8u1JPs8oiojrzNARJ36FmLb1RpPFW7rTZV3uDCiqxrZ3"],"enrUri":"enr:-L24QJmF2gElELyWjJYPkMNBDN79pVRlyscOZd2fPlUvDGtOA31hBHpwEzDUzL4FK8DipDQMV9VDeLI2LAly2hmGwPoCgmlkgnY0gmlwhKwSJUiKbXVsdGlhZGRyc5YACASsEiVIBjcLAAoErBIlSAY3DN0DgnJzhQADAQAAiXNlY3AyNTZrMaECyCh1OFCFRboo9zsxqWE_r6OgOKudP1xVWEtNHlPlzh6DdGNwgjcLg3VkcII3DYV3YWt1Mgk"}'
|
|
2026-03-05 15:04:36.041 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:04:36.042 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14090/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.85.85/tcp/59231/p2p/16Uiu2HAmNoEqfn1ok7VBhAQ95pb7NFD1r3xCh7MhBW4CPJia13yy"]'
|
|
2026-03-05 15:04:36.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:04:36.096 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14090/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.168.225/tcp/54277/p2p/16Uiu2HAkuVKWagzhJEtD8i3DsaEV3HcdFbMvvbJnLUVYsqsc6JMe"]'
|
|
2026-03-05 15:04:36.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:04:36.134 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59230/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:04:36.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:04:36.144 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54276/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:04:36.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:04:36.151 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14090/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:04:36.156 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:04:36.159 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14090/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"contentTopic": "/myapp/1/latest/proto", "timestamp": 1772723076159307264}}'
|
|
2026-03-05 15:04:36.163 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:14090/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-05 15:04:36.165 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 15:04:36.166 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 15:04:36.166 DEBUG [src.node.waku_node] Stopping container with id 7ee6cfc4b722
|
|
2026-03-05 15:04:36.727 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:04:36.728 DEBUG [src.node.waku_node] Stopping container with id 2de7250340fc
|
|
2026-03-05 15:04:37.299 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:04:37.300 DEBUG [src.node.waku_node] Stopping container with id 16eb6efc8251
|
|
2026-03-05 15:04:37.543 ERROR [src.node.docker_mananger] Max retries reached for container 7ee6cfc4b722. Exiting log stream.
|
|
2026-03-05 15:04:37.858 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:04:37.860 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 15:04:37.868 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:04:37.884 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:04:37.891 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|