2026-03-05 15:25:13 +00:00

110 lines
18 KiB
Plaintext

2026-03-05 15:07:06.082 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-05 15:07:06.083 DEBUG [tests.conftest] Running test: test_sync_flags_no_relay_2nodes with id: 2026-03-05_15-07-06__399438bd-7ea0-4458-b1eb-4c262215af32
2026-03-05 15:07:06.084 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-05 15:07:06.094 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
2026-03-05 15:07:06.094 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-05_15-07-06__399438bd-7ea0-4458-b1eb-4c262215af32__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
2026-03-05 15:07:06.102 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
2026-03-05 15:07:06.103 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-05_15-07-06__399438bd-7ea0-4458-b1eb-4c262215af32__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
2026-03-05 15:07:06.110 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
2026-03-05 15:07:06.111 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-05_15-07-06__399438bd-7ea0-4458-b1eb-4c262215af32__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
2026-03-05 15:07:06.111 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-05 15:07:06.112 DEBUG [src.node.waku_node] Starting Node...
2026-03-05 15:07:06.112 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-05 15:07:06.113 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-05 15:07:06.114 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.239.81
2026-03-05 15:07:06.114 DEBUG [src.node.docker_mananger] Generated ports ['44283', '44284', '44285', '44286', '44287']
2026-03-05 15:07:06.114 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-05 15:07:06.114 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-05 15:07:06.114 DEBUG [src.node.waku_node] Using volumes []
2026-03-05 15:07:06.114 DEBUG [src.node.docker_mananger] docker run -i -t -p 44283:44283 -p 44284:44284 -p 44285:44285 -p 44286:44286 -p 44287:44287 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=44285 --rest-port=44283 --tcp-port=44284 --discv5-udp-port=44286 --rest-address=0.0.0.0 --nat=extip:172.18.239.81 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=22c5b18c49ff1cd1afd57fa2a7b00c39d4fb1aebcafcaea6e2ee0d4a6a2ccfb7 --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44287 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true
2026-03-05 15:07:06.249 ERROR [src.node.docker_mananger] Max retries reached for container b66354ec2b2a. Exiting log stream.
2026-03-05 15:07:06.303 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.239.81 waku a872fc0fc32c41703c044ffcfe921348df40e2ac93f4454681c8856be28c00c3
2026-03-05 15:07:06.339 DEBUG [src.node.docker_mananger] Container started with ID a872fc0fc32c. Setting up logs at ./log/docker/node1_2026-03-05_15-07-06__399438bd-7ea0-4458-b1eb-4c262215af32__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
2026-03-05 15:07:06.340 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 44283
2026-03-05 15:07:06.340 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-05 15:07:06.916 ERROR [src.node.docker_mananger] Max retries reached for container ae4c6d97c069. Exiting log stream.
2026-03-05 15:07:07.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44283/health" -H "Content-Type: application/json" -d 'None'
2026-03-05 15:07:07.343 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":"READY"},{"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":"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-05 15:07:07.344 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-05 15:07:07.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44283/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-05 15:07:07.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.239.81/tcp/44284/p2p/16Uiu2HAm6ze6UezGDonmjy1Joy1PBfzyhGB62n62HbBaf4izNQEx","/ip4/172.18.239.81/tcp/44285/ws/p2p/16Uiu2HAm6ze6UezGDonmjy1Joy1PBfzyhGB62n62HbBaf4izNQEx"],"enrUri":"enr:-L24QJUOGyAA-mUZym3Wy5VAoZKe1d8Jx-m05i-6jVDAUaK7egP5sYLD9lhkfMUiehhSThNsLt7KRZVNgEOgLep7lyICgmlkgnY0gmlwhKwS71GKbXVsdGlhZGRyc5YACASsEu9RBqz8AAoErBLvUQas_d0DgnJzhQADAQAAiXNlY3AyNTZrMaECq-KXf2zvG6hDg1b61Y9vsfxnlPLzsdj68cfqnnXXVJ2DdGNwgqz8g3VkcIKs_oV3YWt1MhM"}'
2026-03-05 15:07:07.346 INFO [src.node.waku_node] REST service is ready !!
2026-03-05 15:07:07.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44283/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-03-05 15:07:07.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 15:07:07.365 DEBUG [src.node.waku_node] Starting Node...
2026-03-05 15:07:07.365 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-05 15:07:07.366 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-05 15:07:07.366 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.111.209
2026-03-05 15:07:07.366 DEBUG [src.node.docker_mananger] Generated ports ['14143', '14144', '14145', '14146', '14147']
2026-03-05 15:07:07.367 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-05 15:07:07.367 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-05 15:07:07.367 DEBUG [src.node.waku_node] Using volumes []
2026-03-05 15:07:07.367 DEBUG [src.node.docker_mananger] docker run -i -t -p 14143:14143 -p 14144:14144 -p 14145:14145 -p 14146:14146 -p 14147:14147 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=14145 --rest-port=14143 --tcp-port=14144 --discv5-udp-port=14146 --rest-address=0.0.0.0 --nat=extip:172.18.111.209 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bc1deb156b39bc8f768c602b1bbb75cb34e9fef9becbc9dfe1b84a4c6eeb63ea --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14147 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --discv5-bootstrap-node=enr:-L24QJUOGyAA-mUZym3Wy5VAoZKe1d8Jx-m05i-6jVDAUaK7egP5sYLD9lhkfMUiehhSThNsLt7KRZVNgEOgLep7lyICgmlkgnY0gmlwhKwS71GKbXVsdGlhZGRyc5YACASsEu9RBqz8AAoErBLvUQas_d0DgnJzhQADAQAAiXNlY3AyNTZrMaECq-KXf2zvG6hDg1b61Y9vsfxnlPLzsdj68cfqnnXXVJ2DdGNwgqz8g3VkcIKs_oV3YWt1MhM
2026-03-05 15:07:07.564 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.111.209 waku 0b6dc9d99de97e845859b44a578e8b303af4cf85e3ee6cd05ecd0fd775e6adb3
2026-03-05 15:07:07.596 DEBUG [src.node.docker_mananger] Container started with ID 0b6dc9d99de9. Setting up logs at ./log/docker/node2_2026-03-05_15-07-06__399438bd-7ea0-4458-b1eb-4c262215af32__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
2026-03-05 15:07:07.597 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 14143
2026-03-05 15:07:07.597 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-05 15:07:08.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14143/health" -H "Content-Type: application/json" -d 'None'
2026-03-05 15:07:08.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"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":"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-05 15:07:08.601 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-05 15:07:08.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14143/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-05 15:07:08.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.111.209/tcp/14144/p2p/16Uiu2HAm5RZeDu9iEH3fKRGAuB3XNt39KgUNuocYWStkZGMuH5Bm","/ip4/172.18.111.209/tcp/14145/ws/p2p/16Uiu2HAm5RZeDu9iEH3fKRGAuB3XNt39KgUNuocYWStkZGMuH5Bm"],"enrUri":"enr:-L24QL16ZwkKo94iC27gP4Jby0Gc4T8isFqvSLpV_SQJsqGQCDh7Jt1y5rOGeJ1L13t2gGFndxyMguG6OVM3gM4ABLoCgmlkgnY0gmlwhKwSb9GKbXVsdGlhZGRyc5YACASsEm_RBjdAAAoErBJv0QY3Qd0DgnJzhQADAQAAiXNlY3AyNTZrMaEClI20GfQobUJ78tZU9i6rwuBYK92XNKYhgxMAPesw9ACDdGNwgjdAg3VkcII3QoV3YWt1MhI"}'
2026-03-05 15:07:08.604 INFO [src.node.waku_node] REST service is ready !!
2026-03-05 15:07:08.604 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14143/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.239.81/tcp/44284/p2p/16Uiu2HAm6ze6UezGDonmjy1Joy1PBfzyhGB62n62HbBaf4izNQEx"]'
2026-03-05 15:07:08.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 15:07:08.645 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-05 15:07:09.647 DEBUG [src.steps.store] Relaying message
2026-03-05 15:07:09.647 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44283/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-05 15:07:09.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 15:07:09.652 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-05 15:07:09.852 DEBUG [src.steps.store] Relaying message
2026-03-05 15:07:09.853 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44283/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-05 15:07:09.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 15:07:09.857 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-05 15:07:10.058 DEBUG [src.steps.store] Relaying message
2026-03-05 15:07:10.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44283/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-05 15:07:10.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 15:07:10.063 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-05 15:07:10.264 DEBUG [src.steps.store] Relaying message
2026-03-05 15:07:10.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44283/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-05 15:07:10.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 15:07:10.268 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-05 15:07:10.469 DEBUG [src.steps.store] Relaying message
2026-03-05 15:07:10.469 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44283/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-05 15:07:10.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 15:07:10.474 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-05 15:07:10.675 DEBUG [src.steps.store] Relaying message
2026-03-05 15:07:10.675 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44283/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-05 15:07:10.679 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 15:07:10.680 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-05 15:07:10.880 DEBUG [src.steps.store] Relaying message
2026-03-05 15:07:10.881 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44283/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-05 15:07:10.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 15:07:10.885 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-05 15:07:11.086 DEBUG [src.steps.store] Relaying message
2026-03-05 15:07:11.086 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44283/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-05 15:07:11.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 15:07:11.091 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-05 15:07:11.291 DEBUG [src.steps.store] Relaying message
2026-03-05 15:07:11.292 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44283/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-05 15:07:11.296 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 15:07:11.296 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-05 15:07:11.497 DEBUG [src.steps.store] Relaying message
2026-03-05 15:07:11.497 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44283/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-05 15:07:11.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 15:07:11.502 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-05 15:07:11.702 DEBUG [src.libs.common] Sleeping for 20 seconds
2026-03-05 15:07:31.703 DEBUG [src.steps.store] Checking that peer harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the stored messages
2026-03-05 15:07:31.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14143/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-05 15:07:31.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xb52015d6180b63b546c73dc14b374e60e7a242875661b25296f3384b43115fe7"},{"messageHash":"0x6d8e6829f0fd1dfdec78534c65b6c939bf0b2405bcfb3ff9f86781ec5bbb08ce"},{"messageHash":"0x302529ecf9718a0670971935add22a537ecfc4eb083424fd2912b56b276b24a6"},{"messageHash":"0x93ee70a379e14d86a93615f2d4da66ca9eff95f8f98c2038e58564a7444f1574"},{"messageHash":"0x1bbcaa9b99b47ba541d11eac08d380cfd688ec32077439b3a4b378a5f0be28a4"},{"messageHash":"0xf0daf4ee6fe6a03e8efaf34a4dab8a81109578c790213bd0ed881d5e5aef68ae"},{"messageHash":"0x05724bd781b945225c5ff8016b31da9f034327b166fd6d0feec36c943ba4a9ba"},{"messageHash":"0xb23aec0f0d3decc303e6a4e65223e824139c34d3da14d71e007f4069fbd4dd2e"},{"messageHash":"0x421529aa291d044c710bfc5b30909e80bab79114a16f8a93beebac37ebe86925"},{"messageHash":"0x39d823a11b4780ca194d23c72920086ef90af79c86de2f596e7f9d61e465c0a2"}]}'
2026-03-05 15:07:31.707 DEBUG [src.steps.store] messages length is 10
2026-03-05 15:07:31.710 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-05 15:07:31.711 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-05 15:07:31.712 DEBUG [src.node.waku_node] Stopping container with id a872fc0fc32c
2026-03-05 15:07:32.251 DEBUG [src.node.waku_node] Container stopped.
2026-03-05 15:07:32.252 DEBUG [src.node.waku_node] Stopping container with id 0b6dc9d99de9
2026-03-05 15:07:32.829 DEBUG [src.node.waku_node] Container stopped.
2026-03-05 15:07:32.831 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-05 15:07:32.846 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-05 15:07:32.858 DEBUG [src.node.docker_mananger] No errors found in the waku logs.