mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-08 00:43:07 +00:00
101 lines
18 KiB
Plaintext
101 lines
18 KiB
Plaintext
2025-12-26 04:13:18.785 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-26 04:13:18.786 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_relaying_node with id: 2025-12-26_04-13-18__70b9ccd1-9747-4947-adaa-ba334531eb13
|
|
2025-12-26 04:13:18.786 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-26 04:13:18.786 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-26 04:13:18.786 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2025-12-26 04:13:18.797 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-26 04:13:18.797 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-26_04-13-18__70b9ccd1-9747-4947-adaa-ba334531eb13__wakuorg_nwaku:latest.log
|
|
2025-12-26 04:13:18.803 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-26 04:13:18.803 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-26_04-13-18__70b9ccd1-9747-4947-adaa-ba334531eb13__wakuorg_nwaku:latest.log
|
|
2025-12-26 04:13:18.809 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-26 04:13:18.809 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-26_04-13-18__70b9ccd1-9747-4947-adaa-ba334531eb13__wakuorg_nwaku:latest.log
|
|
2025-12-26 04:13:18.809 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-26 04:13:18.810 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2025-12-26 04:13:18.811 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-26 04:13:18.811 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-26 04:13:18.852 DEBUG [src.node.docker_mananger] Network waku created
|
|
2025-12-26 04:13:18.852 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.218.23
|
|
2025-12-26 04:13:18.852 DEBUG [src.node.docker_mananger] Generated ports ['64274', '64275', '64276', '64277', '64278']
|
|
2025-12-26 04:13:18.853 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-26 04:13:18.853 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-26 04:13:18.853 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-26 04:13:18.853 DEBUG [src.node.docker_mananger] docker run -i -t -p 64274:64274 -p 64275:64275 -p 64276:64276 -p 64277:64277 -p 64278:64278 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=64276 --rest-port=64274 --tcp-port=64275 --discv5-udp-port=64277 --rest-address=0.0.0.0 --nat=extip:172.18.218.23 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d062aa0c4ecdec34ef89d0cd2dbbb8f0af2cc605f91653c4675f10f33bb004f4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64278 --metrics-logging=true --relay=true
|
|
2025-12-26 04:13:21.337 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.218.23 waku a4b4c6e4b84e0e2871672a36027d9dc639d2a06eac964744ac9b05725ab0af53
|
|
2025-12-26 04:13:21.381 DEBUG [src.node.docker_mananger] Container started with ID a4b4c6e4b84e. Setting up logs at ./log/docker/node1_2025-12-26_04-13-18__70b9ccd1-9747-4947-adaa-ba334531eb13__wakuorg_nwaku:latest.log
|
|
2025-12-26 04:13:21.381 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64274
|
|
2025-12-26 04:13:21.382 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-26 04:13:22.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64274/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:13:22.386 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":"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"}]}'
|
|
2025-12-26 04:13:22.386 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-26 04:13:22.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64274/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:13:22.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.218.23/tcp/64275/p2p/16Uiu2HAmJuvDRbM5nXNWTGDJfdrgbpMdbZdCXDBFbfYvPjVrQCPQ","/ip4/172.18.218.23/tcp/64276/ws/p2p/16Uiu2HAmJuvDRbM5nXNWTGDJfdrgbpMdbZdCXDBFbfYvPjVrQCPQ"],"enrUri":"enr:-L24QDqftmtqC3OiwR5nwayZi4A8Nw-ZYEzaMicqgWf73n_8X7RApqAddoacdwxmRMidpTP2jck9rDVPbujGCs6kAk0CgmlkgnY0gmlwhKwS2heKbXVsdGlhZGRyc5YACASsEtoXBvsTAAoErBLaFwb7FN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDXPkoVUoImq5scOIei7gGzwBSWqpqbF_V28N-nPIU3UeDdGNwgvsTg3VkcIL7FYV3YWt1MgE"}'
|
|
2025-12-26 04:13:22.389 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-26 04:13:22.389 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-26 04:13:22.390 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-26 04:13:22.391 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-26 04:13:22.391 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.29.201
|
|
2025-12-26 04:13:22.391 DEBUG [src.node.docker_mananger] Generated ports ['19647', '19648', '19649', '19650', '19651']
|
|
2025-12-26 04:13:22.391 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-26 04:13:22.392 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-26 04:13:22.392 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-26 04:13:22.392 DEBUG [src.node.docker_mananger] docker run -i -t -p 19647:19647 -p 19648:19648 -p 19649:19649 -p 19650:19650 -p 19651:19651 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=19649 --rest-port=19647 --tcp-port=19648 --discv5-udp-port=19650 --rest-address=0.0.0.0 --nat=extip:172.18.29.201 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=65d2ae242a61aaaa5fc8a26f538aca3e0249d19cbc78d72ffd2868aa62baf4d1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19651 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QDqftmtqC3OiwR5nwayZi4A8Nw-ZYEzaMicqgWf73n_8X7RApqAddoacdwxmRMidpTP2jck9rDVPbujGCs6kAk0CgmlkgnY0gmlwhKwS2heKbXVsdGlhZGRyc5YACASsEtoXBvsTAAoErBLaFwb7FN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDXPkoVUoImq5scOIei7gGzwBSWqpqbF_V28N-nPIU3UeDdGNwgvsTg3VkcIL7FYV3YWt1MgE
|
|
2025-12-26 04:13:22.583 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.29.201 waku 1c566b8f1d91b5c61ff63c1083c675a1aad147aac61362ea8ea14a579e7ea9b5
|
|
2025-12-26 04:13:22.616 DEBUG [src.node.docker_mananger] Container started with ID 1c566b8f1d91. Setting up logs at ./log/docker/node2_2025-12-26_04-13-18__70b9ccd1-9747-4947-adaa-ba334531eb13__wakuorg_nwaku:latest.log
|
|
2025-12-26 04:13:22.616 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19647
|
|
2025-12-26 04:13:22.617 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-26 04:13:23.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19647/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:13:23.622 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-26 04:13:23.622 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-26 04:13:23.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19647/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:13:23.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.29.201/tcp/19648/p2p/16Uiu2HAmJW3iegGpgAT76HwtsAvvbUe1eFtDMpmWPUQKzFGeUjF1","/ip4/172.18.29.201/tcp/19649/ws/p2p/16Uiu2HAmJW3iegGpgAT76HwtsAvvbUe1eFtDMpmWPUQKzFGeUjF1"],"enrUri":"enr:-L24QGs2Gx8txzzYTPF4j0p9n5NYxazqa3S0G5kfOLNM77srbaVjE_Cpdno7-epGwEkhuNaytHtvUJSrocJG9Di_py0CgmlkgnY0gmlwhKwSHcmKbXVsdGlhZGRyc5YACASsEh3JBkzAAAoErBIdyQZMwd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDVtuz60YEHnv3hYVHRXFUm7UyifvD9VZGhFeU6EAb1vyDdGNwgkzAg3VkcIJMwoV3YWt1MgM"}'
|
|
2025-12-26 04:13:23.625 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-26 04:13:23.625 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-26 04:13:23.625 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-26 04:13:23.629 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-26 04:13:23.630 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.8.123
|
|
2025-12-26 04:13:23.631 DEBUG [src.node.docker_mananger] Generated ports ['7840', '7841', '7842', '7843', '7844']
|
|
2025-12-26 04:13:23.632 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-26 04:13:23.633 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-26 04:13:23.633 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-26 04:13:23.633 DEBUG [src.node.docker_mananger] docker run -i -t -p 7840:7840 -p 7841:7841 -p 7842:7842 -p 7843:7843 -p 7844:7844 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=7842 --rest-port=7840 --tcp-port=7841 --discv5-udp-port=7843 --rest-address=0.0.0.0 --nat=extip:172.18.8.123 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0ee7a4aa16f9671a55c0fbcdda3fc68ec413eab27db38c3afa7fdb7ce3e90ad4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7844 --metrics-logging=true --relay=false --storenode=/ip4/172.18.29.201/tcp/19648/p2p/16Uiu2HAmJW3iegGpgAT76HwtsAvvbUe1eFtDMpmWPUQKzFGeUjF1 --discv5-bootstrap-node=enr:-L24QGs2Gx8txzzYTPF4j0p9n5NYxazqa3S0G5kfOLNM77srbaVjE_Cpdno7-epGwEkhuNaytHtvUJSrocJG9Di_py0CgmlkgnY0gmlwhKwSHcmKbXVsdGlhZGRyc5YACASsEh3JBkzAAAoErBIdyQZMwd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDVtuz60YEHnv3hYVHRXFUm7UyifvD9VZGhFeU6EAb1vyDdGNwgkzAg3VkcIJMwoV3YWt1MgM
|
|
2025-12-26 04:13:23.842 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.8.123 waku a3ee9dd4be7551af7e20b09dc9937ff3777baa0dc4bd041bf214a8fbf64872a7
|
|
2025-12-26 04:13:23.875 DEBUG [src.node.docker_mananger] Container started with ID a3ee9dd4be75. Setting up logs at ./log/docker/node3_2025-12-26_04-13-18__70b9ccd1-9747-4947-adaa-ba334531eb13__wakuorg_nwaku:latest.log
|
|
2025-12-26 04:13:23.876 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7840
|
|
2025-12-26 04:13:23.876 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-26 04:13:24.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7840/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:13:24.881 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-26 04:13:24.881 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-26 04:13:24.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7840/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:13:24.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.8.123/tcp/7841/p2p/16Uiu2HAmNfbB8q14Av1vM6vqqDxZVsiD9Ayf8HsqzfGWnEUvgrjo","/ip4/172.18.8.123/tcp/7842/ws/p2p/16Uiu2HAmNfbB8q14Av1vM6vqqDxZVsiD9Ayf8HsqzfGWnEUvgrjo"],"enrUri":"enr:-L24QDqIEedSiKERZ2ozv_1HGWM_DcoEzqpofuZM35YAMz05fAjezWD_am-ilkE3577LQjmlBTnpSxAerXwL8dvTUeACgmlkgnY0gmlwhKwSCHuKbXVsdGlhZGRyc5YACASsEgh7Bh6hAAoErBIIewYeot0DgnJzhQADAQAAiXNlY3AyNTZrMaEDlLw-9bOkMexeMuxGzHew8wW4NWUFYUKWbduCjcyAcp6DdGNwgh6hg3VkcIIeo4V3YWt1MgA"}'
|
|
2025-12-26 04:13:24.884 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-26 04:13:24.884 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64274/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-26 04:13:24.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-26 04:13:24.888 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19647/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-26 04:13:24.892 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-26 04:13:24.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64274/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:13:24.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.29.201/tcp/54352/p2p/16Uiu2HAmJW3iegGpgAT76HwtsAvvbUe1eFtDMpmWPUQKzFGeUjF1","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-124-g96196a","origin":"UnknownOrigin"}]'
|
|
2025-12-26 04:13:24.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19647/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:13:24.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.218.23/tcp/64275/p2p/16Uiu2HAmJuvDRbM5nXNWTGDJfdrgbpMdbZdCXDBFbfYvPjVrQCPQ","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/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-124-g96196a","origin":"Discv5"}]'
|
|
2025-12-26 04:13:24.900 DEBUG [src.libs.common] Sleeping for 30 seconds
|
|
2025-12-26 04:13:54.900 DEBUG [src.steps.store] Relaying message
|
|
2025-12-26 04:13:54.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64274/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)'}'
|
|
2025-12-26 04:13:54.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-26 04:13:54.906 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-26 04:13:55.107 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2025-12-26 04:13:55.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7840/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:13:55.144 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"a7c838cfdc6d0144dc06","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xbfa881adc4965ad6e615f597d317f99307e9db47e800da97d2e2317375bf2285"}]}'
|
|
2025-12-26 04:13:55.145 DEBUG [src.steps.store] messages length is 1
|
|
2025-12-26 04:13:55.152 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-26 04:13:55.153 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-26 04:13:55.154 DEBUG [src.node.waku_node] Stopping container with id a4b4c6e4b84e
|
|
2025-12-26 04:13:55.693 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-26 04:13:55.694 DEBUG [src.node.waku_node] Stopping container with id 1c566b8f1d91
|
|
2025-12-26 04:13:56.254 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-26 04:13:56.254 DEBUG [src.node.waku_node] Stopping container with id a3ee9dd4be75
|
|
2025-12-26 04:13:56.505 ERROR [src.node.docker_mananger] Max retries reached for container a4b4c6e4b84e. Exiting log stream.
|
|
2025-12-26 04:13:56.778 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-26 04:13:56.781 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-26 04:13:56.796 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-26 04:13:56.815 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-26 04:13:56.820 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|