mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-20 18:53:09 +00:00
107 lines
18 KiB
Plaintext
107 lines
18 KiB
Plaintext
2026-03-07 04:30:36.293 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-07 04:30:36.293 DEBUG [tests.conftest] Running test: test_publish_after_node_pauses_and_pauses with id: 2026-03-07_04-30-36__2a8d5c36-50d0-41cc-b54e-60b1d2a70882
|
|
2026-03-07 04:30:36.294 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-07 04:30:36.294 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-07 04:30:36.294 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
|
2026-03-07 04:30:36.301 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:30:36.301 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-07_04-30-36__2a8d5c36-50d0-41cc-b54e-60b1d2a70882__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:30:36.301 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:30:36.301 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:30:36.303 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:30:36.303 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.175.70
|
|
2026-03-07 04:30:36.303 DEBUG [src.node.docker_mananger] Generated ports ['15319', '15320', '15321', '15322', '15323']
|
|
2026-03-07 04:30:36.303 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:30:36.303 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:30:36.303 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:30:36.304 DEBUG [src.node.docker_mananger] docker run -i -t -p 15319:15319 -p 15320:15320 -p 15321:15321 -p 15322:15322 -p 15323:15323 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=15321 --rest-port=15319 --tcp-port=15320 --discv5-udp-port=15322 --rest-address=0.0.0.0 --nat=extip:172.18.175.70 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4da49e1a0e101449c2ef719f43b7aaf2ebe85dd5e3ba61cbafadd5f96cfdaf60 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15323 --metrics-logging=true --relay=true
|
|
2026-03-07 04:30:36.491 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.175.70 waku 672745e7e4228c220a8fe298c1c5444bc0c07d2ec675683c13d491e7fbc62d41
|
|
2026-03-07 04:30:36.524 DEBUG [src.node.docker_mananger] Container started with ID 672745e7e422. Setting up logs at ./log/docker/node1_2026-03-07_04-30-36__2a8d5c36-50d0-41cc-b54e-60b1d2a70882__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:30:36.524 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15319
|
|
2026-03-07 04:30:36.524 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:30:36.536 ERROR [src.node.docker_mananger] Max retries reached for container c4e4054e5be4. Exiting log stream.
|
|
2026-03-07 04:30:37.086 ERROR [src.node.docker_mananger] Max retries reached for container 25b7ffec56ea. Exiting log stream.
|
|
2026-03-07 04:30:37.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15319/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:37.529 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-07 04:30:37.529 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:30:37.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15319/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:37.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.175.70/tcp/15320/p2p/16Uiu2HAmFi3i4dKzBGNCNc7ZuzGyamWQpjbcddNvL3jsERdck1CR","/ip4/172.18.175.70/tcp/15321/ws/p2p/16Uiu2HAmFi3i4dKzBGNCNc7ZuzGyamWQpjbcddNvL3jsERdck1CR"],"enrUri":"enr:-L24QHJgNisHVz6Skz9-jtWIsahL0s5B_0ts7C6t8RvLFNq5L2pu_oDA78XuS6Mgmb8jWU7ZeKnK173M5xirg-ZMSqECgmlkgnY0gmlwhKwSr0aKbXVsdGlhZGRyc5YACASsEq9GBjvYAAoErBKvRgY72d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDLVuZrNVGh6g6skIKLZG4ARX-ou4YbmaJwRX7eeSMn36DdGNwgjvYg3VkcII72oV3YWt1MgE"}'
|
|
2026-03-07 04:30:37.532 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:30:37.538 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:30:37.538 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-07_04-30-36__2a8d5c36-50d0-41cc-b54e-60b1d2a70882__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:30:37.538 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:30:37.539 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:30:37.540 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:30:37.540 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.117.123
|
|
2026-03-07 04:30:37.540 DEBUG [src.node.docker_mananger] Generated ports ['4269', '4270', '4271', '4272', '4273']
|
|
2026-03-07 04:30:37.540 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:30:37.541 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:30:37.541 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:30:37.541 DEBUG [src.node.docker_mananger] docker run -i -t -p 4269:4269 -p 4270:4270 -p 4271:4271 -p 4272:4272 -p 4273:4273 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=4271 --rest-port=4269 --tcp-port=4270 --discv5-udp-port=4272 --rest-address=0.0.0.0 --nat=extip:172.18.117.123 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=29b48b2c1abaf6366b06ce330a0cdacd5a3fb219d5e0a9edc4ef66c29ebacf78 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4273 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHJgNisHVz6Skz9-jtWIsahL0s5B_0ts7C6t8RvLFNq5L2pu_oDA78XuS6Mgmb8jWU7ZeKnK173M5xirg-ZMSqECgmlkgnY0gmlwhKwSr0aKbXVsdGlhZGRyc5YACASsEq9GBjvYAAoErBKvRgY72d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDLVuZrNVGh6g6skIKLZG4ARX-ou4YbmaJwRX7eeSMn36DdGNwgjvYg3VkcII72oV3YWt1MgE
|
|
2026-03-07 04:30:37.734 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.117.123 waku e4f016e3c7b128cbc88c83c557ac7d83d523d802a3930f36b09b993ff61ff1e9
|
|
2026-03-07 04:30:37.766 DEBUG [src.node.docker_mananger] Container started with ID e4f016e3c7b1. Setting up logs at ./log/docker/node2_2026-03-07_04-30-36__2a8d5c36-50d0-41cc-b54e-60b1d2a70882__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:30:37.767 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4269
|
|
2026-03-07 04:30:37.767 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:30:38.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4269/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:38.799 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-07 04:30:38.801 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:30:38.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4269/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:38.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.117.123/tcp/4270/p2p/16Uiu2HAmD4oWR7VL4W44EsM9eDo4m4CsCbZqXadM8UXNEtxNQMsm","/ip4/172.18.117.123/tcp/4271/ws/p2p/16Uiu2HAmD4oWR7VL4W44EsM9eDo4m4CsCbZqXadM8UXNEtxNQMsm"],"enrUri":"enr:-L24QKYXiOiZKl6ONod377HCq_XVVftDzXrzrCa9aPjKQ4uuSdxI-oKT8HJMKdg_U8rMqZ9t8_Tha-YhqcmpLdmNjAwCgmlkgnY0gmlwhKwSdXuKbXVsdGlhZGRyc5YACASsEnV7BhCuAAoErBJ1ewYQr90DgnJzhQADAQAAiXNlY3AyNTZrMaEDBhmt-lvd3IzqPyi5YtqE4pQ2N9YTjMujm0uVzSwxb9iDdGNwghCug3VkcIIQsIV3YWt1MgE"}'
|
|
2026-03-07 04:30:38.808 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:30:38.808 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4269/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.175.70/tcp/15320/p2p/16Uiu2HAmFi3i4dKzBGNCNc7ZuzGyamWQpjbcddNvL3jsERdck1CR"]'
|
|
2026-03-07 04:30:38.811 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:30:38.812 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
|
2026-03-07 04:30:38.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15319/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-07 04:30:38.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:30:38.817 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4269/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-07 04:30:38.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:30:38.823 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15319/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-07 04:30:38.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:30:38.830 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-07 04:30:38.930 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:38.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15319/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:38.933 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":1772857838823367680,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:38.934 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:38.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4269/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:38.937 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":1772857838823367680,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:38.938 INFO [src.steps.relay] WARM UP successful!!
|
|
2026-03-07 04:30:38.939 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15319/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-07 04:30:38.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:30:38.944 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-07 04:30:39.045 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:39.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15319/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:39.047 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":1772857838939617530,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:39.049 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:39.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4269/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:39.051 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":1772857838939617530,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:39.052 DEBUG [src.node.waku_node] Pausing container with id 672745e7e422
|
|
2026-03-07 04:30:39.063 DEBUG [src.node.waku_node] Unpause container with id 672745e7e422
|
|
2026-03-07 04:30:39.071 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15319/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TTE=", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-07 04:30:39.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:30:39.076 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-07 04:30:39.177 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:39.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15319/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:39.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TTE=","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772857839071496251,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:39.181 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:39.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4269/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:39.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TTE=","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772857839071496251,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:39.185 DEBUG [src.node.waku_node] Pausing container with id e4f016e3c7b1
|
|
2026-03-07 04:30:39.194 DEBUG [src.node.waku_node] Unpause container with id e4f016e3c7b1
|
|
2026-03-07 04:30:39.203 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15319/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TTI=", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-07 04:30:39.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:30:39.208 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-07 04:30:39.309 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:39.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15319/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:39.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TTI=","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772857839203046543,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:39.313 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:39.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4269/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:39.316 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TTI=","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772857839203046543,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:39.319 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-07 04:30:39.320 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-07 04:30:39.320 DEBUG [src.node.waku_node] Stopping container with id 672745e7e422
|
|
2026-03-07 04:30:39.868 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:30:39.868 DEBUG [src.node.waku_node] Stopping container with id e4f016e3c7b1
|
|
2026-03-07 04:30:40.412 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:30:40.415 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-07 04:30:40.426 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:30:40.432 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|