mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 08:33:08 +00:00
110 lines
18 KiB
Plaintext
110 lines
18 KiB
Plaintext
2026-03-08 04:40:21.778 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-08 04:40:21.778 DEBUG [tests.conftest] Running test: test_sync_flags_node2_start_later with id: 2026-03-08_04-40-21__f12fb59b-844c-4be7-ae6a-8af968509f53
|
|
2026-03-08 04:40:21.778 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-08 04:40:21.786 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:40:21.786 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-08_04-40-21__f12fb59b-844c-4be7-ae6a-8af968509f53__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:40:21.792 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:40:21.793 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-08_04-40-21__f12fb59b-844c-4be7-ae6a-8af968509f53__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:40:21.799 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:40:21.799 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-08_04-40-21__f12fb59b-844c-4be7-ae6a-8af968509f53__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:40:21.799 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-08 04:40:21.800 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-08 04:40:21.800 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-08 04:40:21.801 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-08 04:40:21.801 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.4.105
|
|
2026-03-08 04:40:21.802 DEBUG [src.node.docker_mananger] Generated ports ['34037', '34038', '34039', '34040', '34041']
|
|
2026-03-08 04:40:21.802 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-08 04:40:21.802 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-08 04:40:21.802 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-08 04:40:21.802 DEBUG [src.node.docker_mananger] docker run -i -t -p 34037:34037 -p 34038:34038 -p 34039:34039 -p 34040:34040 -p 34041:34041 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=34039 --rest-port=34037 --tcp-port=34038 --discv5-udp-port=34040 --rest-address=0.0.0.0 --nat=extip:172.18.4.105 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0be92eaf1b824e7aaea8fac66f7f9c2cc41c9248e7b8284b0e1e81f2b3dc2e42 --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=34041 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true
|
|
2026-03-08 04:40:21.993 ERROR [src.node.docker_mananger] Max retries reached for container 7ecd5019cf57. Exiting log stream.
|
|
2026-03-08 04:40:22.001 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.4.105 waku dcd785b027723ee2dfdeec54d1e9baaa8c59462e10be9bbd03ca09128b3a46ac
|
|
2026-03-08 04:40:22.036 DEBUG [src.node.docker_mananger] Container started with ID dcd785b02772. Setting up logs at ./log/docker/node1_2026-03-08_04-40-21__f12fb59b-844c-4be7-ae6a-8af968509f53__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:40:22.038 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34037
|
|
2026-03-08 04:40:22.039 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-08 04:40:22.539 ERROR [src.node.docker_mananger] Max retries reached for container f395d56d1fa7. Exiting log stream.
|
|
2026-03-08 04:40:23.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34037/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:40:23.044 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-08 04:40:23.044 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-08 04:40:23.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34037/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:40:23.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.4.105/tcp/34038/p2p/16Uiu2HAmDaW17gbZw3BJGen9WPjyadRqocfrp3ns8mDdE7HBCDQR","/ip4/172.18.4.105/tcp/34039/ws/p2p/16Uiu2HAmDaW17gbZw3BJGen9WPjyadRqocfrp3ns8mDdE7HBCDQR"],"enrUri":"enr:-L24QO9E--1hxuadDeV8QRQyn2nFre5KqedF2o4xxqrPxIERJQeHl7Bk55x9GTQm1M49N0vnTzGuGm7otcZo3GesmMECgmlkgnY0gmlwhKwSBGmKbXVsdGlhZGRyc5YACASsEgRpBoT2AAoErBIEaQaE990DgnJzhQADAQAAiXNlY3AyNTZrMaEDDbVPii_frRT7uXixZGUltfGXl5Yf4UdZbdhi4ifE8VaDdGNwgoT2g3VkcIKE-IV3YWt1MhM"}'
|
|
2026-03-08 04:40:23.047 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-08 04:40:23.048 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34037/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-08 04:40:23.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:40:23.063 DEBUG [src.steps.store] Relaying message
|
|
2026-03-08 04:40:23.063 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34037/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-08 04:40:23.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:40:23.066 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-08 04:40:23.267 DEBUG [src.steps.store] Relaying message
|
|
2026-03-08 04:40:23.267 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34037/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-08 04:40:23.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:40:23.272 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-08 04:40:23.472 DEBUG [src.steps.store] Relaying message
|
|
2026-03-08 04:40:23.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34037/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-08 04:40:23.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:40:23.476 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-08 04:40:23.677 DEBUG [src.steps.store] Relaying message
|
|
2026-03-08 04:40:23.677 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34037/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-08 04:40:23.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:40:23.681 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-08 04:40:23.881 DEBUG [src.steps.store] Relaying message
|
|
2026-03-08 04:40:23.882 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34037/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-08 04:40:23.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:40:23.885 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-08 04:40:24.086 DEBUG [src.steps.store] Relaying message
|
|
2026-03-08 04:40:24.086 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34037/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-08 04:40:24.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:40:24.090 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-08 04:40:24.291 DEBUG [src.steps.store] Relaying message
|
|
2026-03-08 04:40:24.291 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34037/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-08 04:40:24.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:40:24.295 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-08 04:40:24.495 DEBUG [src.steps.store] Relaying message
|
|
2026-03-08 04:40:24.496 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34037/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-08 04:40:24.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:40:24.499 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-08 04:40:24.700 DEBUG [src.steps.store] Relaying message
|
|
2026-03-08 04:40:24.700 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34037/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-08 04:40:24.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:40:24.704 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-08 04:40:24.905 DEBUG [src.steps.store] Relaying message
|
|
2026-03-08 04:40:24.905 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34037/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-08 04:40:24.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:40:24.909 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-08 04:40:25.110 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-08 04:40:26.110 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-08 04:40:26.110 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-08 04:40:26.112 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-08 04:40:26.112 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.98.27
|
|
2026-03-08 04:40:26.112 DEBUG [src.node.docker_mananger] Generated ports ['9836', '9837', '9838', '9839', '9840']
|
|
2026-03-08 04:40:26.113 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-08 04:40:26.113 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-08 04:40:26.113 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-08 04:40:26.113 DEBUG [src.node.docker_mananger] docker run -i -t -p 9836:9836 -p 9837:9837 -p 9838:9838 -p 9839:9839 -p 9840:9840 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=9838 --rest-port=9836 --tcp-port=9837 --discv5-udp-port=9839 --rest-address=0.0.0.0 --nat=extip:172.18.98.27 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=db74acdb66baab28a1dfdf9962ced009266abfabac9d38d2f95af6dd43dd102f --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=9840 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --discv5-bootstrap-node=enr:-L24QO9E--1hxuadDeV8QRQyn2nFre5KqedF2o4xxqrPxIERJQeHl7Bk55x9GTQm1M49N0vnTzGuGm7otcZo3GesmMECgmlkgnY0gmlwhKwSBGmKbXVsdGlhZGRyc5YACASsEgRpBoT2AAoErBIEaQaE990DgnJzhQADAQAAiXNlY3AyNTZrMaEDDbVPii_frRT7uXixZGUltfGXl5Yf4UdZbdhi4ifE8VaDdGNwgoT2g3VkcIKE-IV3YWt1MhM
|
|
2026-03-08 04:40:26.320 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.98.27 waku 6c03be413ba1f7b249b716fb0285d447ea2e6921848ad8cdd092c0837a85f000
|
|
2026-03-08 04:40:26.356 DEBUG [src.node.docker_mananger] Container started with ID 6c03be413ba1. Setting up logs at ./log/docker/node2_2026-03-08_04-40-21__f12fb59b-844c-4be7-ae6a-8af968509f53__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:40:26.356 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9836
|
|
2026-03-08 04:40:26.357 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-08 04:40:27.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9836/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:40:27.361 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-08 04:40:27.361 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-08 04:40:27.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9836/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:40:27.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.98.27/tcp/9837/p2p/16Uiu2HAm4nwAdBKo6PNDN7fyMcEAfQmZx33iDGW3AWada5tXpcc3","/ip4/172.18.98.27/tcp/9838/ws/p2p/16Uiu2HAm4nwAdBKo6PNDN7fyMcEAfQmZx33iDGW3AWada5tXpcc3"],"enrUri":"enr:-L24QCVd4SfzgmpI-XJrkPEVruCdB8oNOogdnX9Dfgd0ngrpebC6dK6LRAeQwfHhDu4GKYZeLc7idmOwXJzgCIJdb40CgmlkgnY0gmlwhKwSYhuKbXVsdGlhZGRyc5YACASsEmIbBiZtAAoErBJiGwYmbt0DgnJzhQADAQAAiXNlY3AyNTZrMaECiyuNEHCQWGbZEdsZmw-URlnXPOFuM7EyS7B_TiRupXSDdGNwgiZtg3VkcIImb4V3YWt1MhI"}'
|
|
2026-03-08 04:40:27.364 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-08 04:40:27.365 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9836/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.4.105/tcp/34038/p2p/16Uiu2HAmDaW17gbZw3BJGen9WPjyadRqocfrp3ns8mDdE7HBCDQR"]'
|
|
2026-03-08 04:40:27.397 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:40:27.398 DEBUG [src.libs.common] Sleeping for 65 seconds
|
|
2026-03-08 04:41:32.401 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2026-03-08 04:41:32.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9836/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:41:32.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x2f76971acfac8a6ede3ea4a2bf1b12c395fd349bffc73ff6d8671abddb060693"},{"messageHash":"0xdaec50f376336bf2c16de1732396f3109d65610b016c47b47167bbc6bc9659fe"},{"messageHash":"0x5b187a9765e1339d3d7297fc646935f3786eea5722b130c1ad1c7127018d131e"},{"messageHash":"0xb1a24f86f817e5df4cc7770936e6dc4d5d835a41c958ccb6af45c5b9f18bcf3c"},{"messageHash":"0x1820ef9e188bd5dc0094f10cb8c70b06662cfc079c10f482fdf6bb4eb399428c"},{"messageHash":"0xcb35b297890dbde3268e88496bae35c24620b9f5c04b82e45cbcceec8b9fa04b"},{"messageHash":"0x11a7a7beb4661424c249e07721de531086fb852dfb62179c3a5b64abbcb37f75"},{"messageHash":"0x430d935569a66dc7e44db80716a898b07c4c2ce34e4024828f81b3f3694d7541"},{"messageHash":"0xda6a02906d9e1cfcd30f00213ed41501e9bd9b4ff1411bd4f0ab654c55c98210"},{"messageHash":"0xfbe2d3f60cb3251c9afca7feacf35dfa6aa39edf165bfef6f9eea0fa006dc7b3"}]}'
|
|
2026-03-08 04:41:32.405 DEBUG [src.steps.store] messages length is 10
|
|
2026-03-08 04:41:32.407 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-08 04:41:32.409 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-08 04:41:32.409 DEBUG [src.node.waku_node] Stopping container with id dcd785b02772
|
|
2026-03-08 04:41:32.967 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-08 04:41:32.969 DEBUG [src.node.waku_node] Stopping container with id 6c03be413ba1
|
|
2026-03-08 04:41:33.589 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-08 04:41:33.591 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-08 04:41:33.650 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-08 04:41:33.677 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|