115 lines
20 KiB
Plaintext

2026-03-29 04:50:34.500 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-29 04:50:34.500 DEBUG [tests.conftest] Running test: test_publish_on_not_subscribed_content_topic_works with id: 2026-03-29_04-50-34__b52075b9-ba7d-41a2-ae62-383815e18f71
2026-03-29 04:50:34.500 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-29 04:50:34.501 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-29 04:50:34.501 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-29 04:50:34.508 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-29 04:50:34.508 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-29_04-50-34__b52075b9-ba7d-41a2-ae62-383815e18f71__wakuorg_nwaku:latest.log
2026-03-29 04:50:34.508 DEBUG [src.node.waku_node] Starting Node...
2026-03-29 04:50:34.508 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-29 04:50:34.510 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-29 04:50:34.510 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.64.24
2026-03-29 04:50:34.510 DEBUG [src.node.docker_mananger] Generated ports ['63643', '63644', '63645', '63646', '63647']
2026-03-29 04:50:34.510 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-29 04:50:34.510 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-29 04:50:34.510 DEBUG [src.node.waku_node] Using volumes []
2026-03-29 04:50:34.510 DEBUG [src.node.docker_mananger] docker run -i -t -p 63643:63643 -p 63644:63644 -p 63645:63645 -p 63646:63646 -p 63647:63647 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=63645 --rest-port=63643 --tcp-port=63644 --discv5-udp-port=63646 --rest-address=0.0.0.0 --nat=extip:172.18.64.24 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=cfed6ed38a2b1e4053d93be0f1e1fecf1fdb73fcff778acbd561b8a0373fae48 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63647 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-03-29 04:50:34.662 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.64.24 waku e7147d3024d78ba992604cc2527ee0f1bac20ca227b7e8152da5fd35e707095c
2026-03-29 04:50:34.689 DEBUG [src.node.docker_mananger] Container started with ID e7147d3024d7. Setting up logs at ./log/docker/node1_2026-03-29_04-50-34__b52075b9-ba7d-41a2-ae62-383815e18f71__wakuorg_nwaku:latest.log
2026-03-29 04:50:34.690 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63643
2026-03-29 04:50:34.691 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-29 04:50:34.846 ERROR [src.node.docker_mananger] Max retries reached for container 9ae9325d78f3. Exiting log stream.
2026-03-29 04:50:35.291 ERROR [src.node.docker_mananger] Max retries reached for container e0cced49e72e. Exiting log stream.
2026-03-29 04:50:35.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:35.694 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:35.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:35.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:35.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:35.900 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:36.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:36.003 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:36.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:36.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:36.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:36.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:36.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:36.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:36.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:36.415 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:36.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:36.518 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:36.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:36.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:36.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:36.724 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:36.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:36.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:36.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:36.930 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:37.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:37.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:37.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:37.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:37.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:37.239 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:37.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:37.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:37.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:37.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:37.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:37.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:37.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:37.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:37.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:37.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:37.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:37.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:37.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:37.961 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-29 04:50:38.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:38.064 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":"READY"},{"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":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-29 04:50:38.064 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-29 04:50:38.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63643/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:38.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.64.24/tcp/63644/p2p/16Uiu2HAmG9s113KoiphbBKfdEnxgW1HGntgxNBZrgEU2JKbSP829","/ip4/172.18.64.24/tcp/63645/ws/p2p/16Uiu2HAmG9s113KoiphbBKfdEnxgW1HGntgxNBZrgEU2JKbSP829"],"enrUri":"enr:-L24QGaV6Td31TuecHzU-nwc5iE_zKPlT0CdzimvK3_fUnGcaOU4YsnhQTabN4J3Rvbc0pbsJvFhbTwnG18jPaWebb4CgmlkgnY0gmlwhKwSQBiKbXVsdGlhZGRyc5YACASsEkAYBvicAAoErBJAGAb4nd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDM_iYAxy6-FvnbXCMH1jsVFcVOyfKKFaFbM_UreBZ336DdGNwgvicg3VkcIL4noV3YWt1MgU"}'
2026-03-29 04:50:38.067 INFO [src.node.waku_node] REST service is ready !!
2026-03-29 04:50:38.075 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-29 04:50:38.075 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-29_04-50-34__b52075b9-ba7d-41a2-ae62-383815e18f71__wakuorg_nwaku:latest.log
2026-03-29 04:50:38.075 DEBUG [src.node.waku_node] Starting Node...
2026-03-29 04:50:38.075 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-29 04:50:38.077 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-29 04:50:38.077 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.73.128
2026-03-29 04:50:38.077 DEBUG [src.node.docker_mananger] Generated ports ['45856', '45857', '45858', '45859', '45860']
2026-03-29 04:50:38.077 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-29 04:50:38.077 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-29 04:50:38.077 DEBUG [src.node.waku_node] Using volumes []
2026-03-29 04:50:38.077 DEBUG [src.node.docker_mananger] docker run -i -t -p 45856:45856 -p 45857:45857 -p 45858:45858 -p 45859:45859 -p 45860:45860 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=45858 --rest-port=45856 --tcp-port=45857 --discv5-udp-port=45859 --rest-address=0.0.0.0 --nat=extip:172.18.73.128 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b26472de1c0e955cb7b88e6ca711a4abee2fcc3116a7ffa782b5c6a3d56a451d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45860 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGaV6Td31TuecHzU-nwc5iE_zKPlT0CdzimvK3_fUnGcaOU4YsnhQTabN4J3Rvbc0pbsJvFhbTwnG18jPaWebb4CgmlkgnY0gmlwhKwSQBiKbXVsdGlhZGRyc5YACASsEkAYBvicAAoErBJAGAb4nd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDM_iYAxy6-FvnbXCMH1jsVFcVOyfKKFaFbM_UreBZ336DdGNwgvicg3VkcIL4noV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-03-29 04:50:38.247 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.73.128 waku 72dc72a5e3539b05670034c76f88dd6c589932cc08cdd2e4d395ec846192bd34
2026-03-29 04:50:38.276 DEBUG [src.node.docker_mananger] Container started with ID 72dc72a5e353. Setting up logs at ./log/docker/node2_2026-03-29_04-50-34__b52075b9-ba7d-41a2-ae62-383815e18f71__wakuorg_nwaku:latest.log
2026-03-29 04:50:38.276 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45856
2026-03-29 04:50:38.276 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-29 04:50:39.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45856/health" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:39.279 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":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-29 04:50:39.280 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-29 04:50:39.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45856/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-29 04:50:39.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.73.128/tcp/45857/p2p/16Uiu2HAky2DnvMxCNbYqjWUKsFqNDpWN8ypwE8QhMfLcSJXPL8b4","/ip4/172.18.73.128/tcp/45858/ws/p2p/16Uiu2HAky2DnvMxCNbYqjWUKsFqNDpWN8ypwE8QhMfLcSJXPL8b4"],"enrUri":"enr:-L24QN61zrjKvCTwPVf1xDxWn7JV-n5Lz5FbZ-gMQvNiqYNWcTSJKegqEzeDu9ro_Ieq3KSJe9gvprfHigPkPRwV8T8CgmlkgnY0gmlwhKwSSYCKbXVsdGlhZGRyc5YACASsEkmABrMhAAoErBJJgAazIt0DgnJzhQACAQAAiXNlY3AyNTZrMaECNWzHYiRPrvs78NhWx9dN1XQW3upWyNULmWg2sd8j9ouDdGNwgrMhg3VkcIKzI4V3YWt1MgE"}'
2026-03-29 04:50:39.283 INFO [src.node.waku_node] REST service is ready !!
2026-03-29 04:50:39.284 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45856/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.64.24/tcp/63644/p2p/16Uiu2HAmG9s113KoiphbBKfdEnxgW1HGntgxNBZrgEU2JKbSP829"]'
2026-03-29 04:50:39.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-29 04:50:39.308 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63643/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-03-29 04:50:39.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-29 04:50:39.325 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45856/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-03-29 04:50:39.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-29 04:50:39.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63643/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
2026-03-29 04:50:39.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-29 04:50:39.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45856/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
2026-03-29 04:50:39.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-29 04:50:39.352 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-29 04:50:39.353 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-29 04:50:39.353 DEBUG [src.node.waku_node] Stopping container with id e7147d3024d7
2026-03-29 04:50:39.758 DEBUG [src.node.waku_node] Container stopped.
2026-03-29 04:50:39.759 DEBUG [src.node.waku_node] Stopping container with id 72dc72a5e353
2026-03-29 04:50:40.147 DEBUG [src.node.waku_node] Container stopped.
2026-03-29 04:50:40.147 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-29 04:50:40.166 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-29 04:50:40.185 DEBUG [src.node.docker_mananger] No errors found in the waku logs.