108 lines
19 KiB
Plaintext

2025-12-22 04:17:29.348 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-22 04:17:29.348 DEBUG [tests.conftest] Running test: test_msg_stored_when_ephemeral_false with id: 2025-12-22_04-17-29__5488d5e5-b9b8-4b49-9477-59233cd4f0de
2025-12-22 04:17:29.348 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-22 04:17:29.349 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2025-12-22 04:17:29.349 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2025-12-22 04:17:29.355 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-22 04:17:29.356 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-22_04-17-29__5488d5e5-b9b8-4b49-9477-59233cd4f0de__wakuorg_nwaku:latest.log
2025-12-22 04:17:29.361 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-22 04:17:29.361 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-22_04-17-29__5488d5e5-b9b8-4b49-9477-59233cd4f0de__wakuorg_nwaku:latest.log
2025-12-22 04:17:29.367 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-22 04:17:29.367 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-22_04-17-29__5488d5e5-b9b8-4b49-9477-59233cd4f0de__wakuorg_nwaku:latest.log
2025-12-22 04:17:29.367 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2025-12-22 04:17:29.367 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-22 04:17:29.368 DEBUG [tests.e2e.test_e2e] Start 3 nodes
2025-12-22 04:17:29.368 DEBUG [src.node.waku_node] Starting Node...
2025-12-22 04:17:29.368 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-22 04:17:29.370 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-22 04:17:29.370 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.214.41
2025-12-22 04:17:29.370 DEBUG [src.node.docker_mananger] Generated ports ['28402', '28403', '28404', '28405', '28406']
2025-12-22 04:17:29.370 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-22 04:17:29.370 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-22 04:17:29.371 DEBUG [src.node.waku_node] Using volumes []
2025-12-22 04:17:29.371 DEBUG [src.node.docker_mananger] docker run -i -t -p 28402:28402 -p 28403:28403 -p 28404:28404 -p 28405:28405 -p 28406:28406 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=28404 --rest-port=28402 --tcp-port=28403 --discv5-udp-port=28405 --rest-address=0.0.0.0 --nat=extip:172.18.214.41 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7bb144a15ca1efd3dc05bb68806cefeaa50977fff5edb9ebf7fdebdfbc12ffcd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28406 --metrics-logging=true --relay=true --store=true
2025-12-22 04:17:29.552 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.214.41 waku 653b7db3934bee0d38e1613e3846ea40036a4da436de09444bfd6d335f15bcc3
2025-12-22 04:17:29.586 DEBUG [src.node.docker_mananger] Container started with ID 653b7db3934b. Setting up logs at ./log/docker/node1_2025-12-22_04-17-29__5488d5e5-b9b8-4b49-9477-59233cd4f0de__wakuorg_nwaku:latest.log
2025-12-22 04:17:29.588 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28402
2025-12-22 04:17:29.588 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-22 04:17:29.632 ERROR [src.node.docker_mananger] Max retries reached for container d8ca6c731b80. Exiting log stream.
2025-12-22 04:17:30.112 ERROR [src.node.docker_mananger] Max retries reached for container a420e3ca9211. Exiting log stream.
2025-12-22 04:17:30.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28402/health" -H "Content-Type: application/json" -d 'None'
2025-12-22 04:17:30.591 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
2025-12-22 04:17:30.592 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-22 04:17:30.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28402/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-22 04:17:30.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.214.41/tcp/28403/p2p/16Uiu2HAmFiE8gCo51zeacNUgvjHPQTf5mnMoKDdr1DAaioXjNKyQ","/ip4/172.18.214.41/tcp/28404/ws/p2p/16Uiu2HAmFiE8gCo51zeacNUgvjHPQTf5mnMoKDdr1DAaioXjNKyQ"],"enrUri":"enr:-L24QJF052g20rOl7Yy1C5_5OXS8Lw2Ln8qFO4y9mP0GiabLfa4X96JdMpA_0s8ImAy9t60JqLeqjbMEqRRr_L7xmVICgmlkgnY0gmlwhKwS1imKbXVsdGlhZGRyc5YACASsEtYpBm7zAAoErBLWKQZu9N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDLWdjHT55wEqc5NvitnL9JghHKEZlUR4gyynLg-K_pPeDdGNwgm7zg3VkcIJu9YV3YWt1MgM"}'
2025-12-22 04:17:30.594 INFO [src.node.waku_node] REST service is ready !!
2025-12-22 04:17:30.594 DEBUG [src.node.waku_node] Starting Node...
2025-12-22 04:17:30.594 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-22 04:17:30.596 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-22 04:17:30.596 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.5.125
2025-12-22 04:17:30.596 DEBUG [src.node.docker_mananger] Generated ports ['14611', '14612', '14613', '14614', '14615']
2025-12-22 04:17:30.596 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-22 04:17:30.597 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-22 04:17:30.597 DEBUG [src.node.waku_node] Using volumes []
2025-12-22 04:17:30.597 DEBUG [src.node.docker_mananger] docker run -i -t -p 14611:14611 -p 14612:14612 -p 14613:14613 -p 14614:14614 -p 14615:14615 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=14613 --rest-port=14611 --tcp-port=14612 --discv5-udp-port=14614 --rest-address=0.0.0.0 --nat=extip:172.18.5.125 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4ea9d8fd0b63012fd5ffe843ff9f54804bbbb38a135e6110eb20763a66b348ee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14615 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QJF052g20rOl7Yy1C5_5OXS8Lw2Ln8qFO4y9mP0GiabLfa4X96JdMpA_0s8ImAy9t60JqLeqjbMEqRRr_L7xmVICgmlkgnY0gmlwhKwS1imKbXVsdGlhZGRyc5YACASsEtYpBm7zAAoErBLWKQZu9N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDLWdjHT55wEqc5NvitnL9JghHKEZlUR4gyynLg-K_pPeDdGNwgm7zg3VkcIJu9YV3YWt1MgM
2025-12-22 04:17:30.774 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.5.125 waku fe08b73e9b86bdab3293f30c964d21d7c58091593007fb23aa924e36c13a62f4
2025-12-22 04:17:30.804 DEBUG [src.node.docker_mananger] Container started with ID fe08b73e9b86. Setting up logs at ./log/docker/node2_2025-12-22_04-17-29__5488d5e5-b9b8-4b49-9477-59233cd4f0de__wakuorg_nwaku:latest.log
2025-12-22 04:17:30.804 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14611
2025-12-22 04:17:30.805 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-22 04:17:31.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14611/health" -H "Content-Type: application/json" -d 'None'
2025-12-22 04:17:31.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
2025-12-22 04:17:31.809 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-22 04:17:31.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14611/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-22 04:17:31.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.5.125/tcp/14612/p2p/16Uiu2HAmH48SqPPQDz4Ryymcfs3WbMVWqVRvY714dgNfYABZtTbR","/ip4/172.18.5.125/tcp/14613/ws/p2p/16Uiu2HAmH48SqPPQDz4Ryymcfs3WbMVWqVRvY714dgNfYABZtTbR"],"enrUri":"enr:-L24QMHAFZUkT6ya-bNpn7t1Ip45P1ZNZRau8MZsyvcKdtGpe-V-RceqbGMvPWep_yghR-4hdZEzoYAlbxRNOJvC-6YCgmlkgnY0gmlwhKwSBX2KbXVsdGlhZGRyc5YACASsEgV9BjkUAAoErBIFfQY5Fd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQVxCklpeU4hi8BjUyc5M6KCMzY2JLlDPxPFj_4rFn2yDdGNwgjkUg3VkcII5FoV3YWt1MgM"}'
2025-12-22 04:17:31.812 INFO [src.node.waku_node] REST service is ready !!
2025-12-22 04:17:31.812 DEBUG [src.node.waku_node] Starting Node...
2025-12-22 04:17:31.812 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-22 04:17:31.814 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-22 04:17:31.814 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.117.49
2025-12-22 04:17:31.814 DEBUG [src.node.docker_mananger] Generated ports ['59264', '59265', '59266', '59267', '59268']
2025-12-22 04:17:31.814 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-22 04:17:31.814 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-22 04:17:31.814 DEBUG [src.node.waku_node] Using volumes []
2025-12-22 04:17:31.814 DEBUG [src.node.docker_mananger] docker run -i -t -p 59264:59264 -p 59265:59265 -p 59266:59266 -p 59267:59267 -p 59268:59268 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=59266 --rest-port=59264 --tcp-port=59265 --discv5-udp-port=59267 --rest-address=0.0.0.0 --nat=extip:172.18.117.49 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ce4ce56a41f6447ddb0ef114a2ef75e71c0625ee96e73a1eb92e738732dcabf4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59268 --metrics-logging=true --relay=false --storenode=/ip4/172.18.5.125/tcp/14612/p2p/16Uiu2HAmH48SqPPQDz4Ryymcfs3WbMVWqVRvY714dgNfYABZtTbR --discv5-bootstrap-node=enr:-L24QMHAFZUkT6ya-bNpn7t1Ip45P1ZNZRau8MZsyvcKdtGpe-V-RceqbGMvPWep_yghR-4hdZEzoYAlbxRNOJvC-6YCgmlkgnY0gmlwhKwSBX2KbXVsdGlhZGRyc5YACASsEgV9BjkUAAoErBIFfQY5Fd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQVxCklpeU4hi8BjUyc5M6KCMzY2JLlDPxPFj_4rFn2yDdGNwgjkUg3VkcII5FoV3YWt1MgM
2025-12-22 04:17:32.014 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.117.49 waku 8b02e30f806bf8f1b70ee6da6db4229ca6eb1db98fdcd8027508346e3dd05f13
2025-12-22 04:17:32.042 DEBUG [src.node.docker_mananger] Container started with ID 8b02e30f806b. Setting up logs at ./log/docker/node3_2025-12-22_04-17-29__5488d5e5-b9b8-4b49-9477-59233cd4f0de__wakuorg_nwaku:latest.log
2025-12-22 04:17:32.043 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59264
2025-12-22 04:17:32.043 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-22 04:17:33.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59264/health" -H "Content-Type: application/json" -d 'None'
2025-12-22 04:17:33.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"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":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-22 04:17:33.047 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-22 04:17:33.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59264/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-22 04:17:33.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.117.49/tcp/59265/p2p/16Uiu2HAmLS9Y1vc78phpaFzHhDyEnFLXVCHUFbBmCEhuCHnxGkph","/ip4/172.18.117.49/tcp/59266/ws/p2p/16Uiu2HAmLS9Y1vc78phpaFzHhDyEnFLXVCHUFbBmCEhuCHnxGkph"],"enrUri":"enr:-L24QOwE8k6EmKxfUaAmUrlZgOCA-FveW0GYc5rGqLebF5JPMTG5aB8BXpm4r_KBqQMj15PeSMbX3LnAFcfwSppjX7ACgmlkgnY0gmlwhKwSdTGKbXVsdGlhZGRyc5YACASsEnUxBueBAAoErBJ1MQbngt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDc5NUkXWriPxluCx2KlRt3aqTepPqxQLp5Z51lY_Ni0KDdGNwgueBg3VkcILng4V3YWt1MgA"}'
2025-12-22 04:17:33.050 INFO [src.node.waku_node] REST service is ready !!
2025-12-22 04:17:33.050 DEBUG [tests.e2e.test_e2e] Subscribe node1 ,2 to pubtopic /waku/2/rs/3/1
2025-12-22 04:17:33.050 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28402/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-22 04:17:33.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-22 04:17:33.055 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14611/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-22 04:17:33.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-22 04:17:33.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28402/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-22 04:17:33.064 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.5.125/tcp/56066/p2p/16Uiu2HAmH48SqPPQDz4Ryymcfs3WbMVWqVRvY714dgNfYABZtTbR","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-123-ge3dd62","origin":"UnknownOrigin"}]'
2025-12-22 04:17:33.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14611/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-22 04:17:33.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.214.41/tcp/28403/p2p/16Uiu2HAmFiE8gCo51zeacNUgvjHPQTf5mnMoKDdr1DAaioXjNKyQ","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-123-ge3dd62","origin":"Discv5"}]'
2025-12-22 04:17:33.067 DEBUG [src.libs.common] Sleeping for 30 seconds
2025-12-22 04:18:03.068 DEBUG [tests.e2e.test_e2e] Node1 publish message with ephemeral = false
2025-12-22 04:18:03.068 DEBUG [src.steps.store] Relaying message
2025-12-22 04:18:03.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28402/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)', "ephemeral": false}'
2025-12-22 04:18:03.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-22 04:18:03.074 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-22 04:18:03.275 DEBUG [src.libs.common] Sleeping for 3 seconds
2025-12-22 04:18:06.275 DEBUG [tests.e2e.test_e2e] Check if message is stored
2025-12-22 04:18:06.276 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-22 04:18:06.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59264/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-22 04:18:06.316 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"59fea4c3ff7f04a54ff6","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x726f97a18a0357e3f28f5c26c0879cd927135e0c2a4fc98cd7c6d4919bc38c31"}]}'
2025-12-22 04:18:06.316 DEBUG [src.steps.store] messages length is 1
2025-12-22 04:18:06.322 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-22 04:18:06.323 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-22 04:18:06.323 DEBUG [src.node.waku_node] Stopping container with id 653b7db3934b
2025-12-22 04:18:06.854 DEBUG [src.node.waku_node] Container stopped.
2025-12-22 04:18:06.856 DEBUG [src.node.waku_node] Stopping container with id fe08b73e9b86
2025-12-22 04:18:07.383 DEBUG [src.node.waku_node] Container stopped.
2025-12-22 04:18:07.383 DEBUG [src.node.waku_node] Stopping container with id 8b02e30f806b
2025-12-22 04:18:07.667 ERROR [src.node.docker_mananger] Max retries reached for container 653b7db3934b. Exiting log stream.
2025-12-22 04:18:07.886 DEBUG [src.node.waku_node] Container stopped.
2025-12-22 04:18:07.889 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-22 04:18:07.906 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-22 04:18:07.944 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-22 04:18:07.948 DEBUG [src.node.docker_mananger] No errors found in the waku logs.