mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +00:00
110 lines
18 KiB
Plaintext
110 lines
18 KiB
Plaintext
2025-12-14 04:34:12.513 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-14 04:34:12.515 DEBUG [tests.conftest] Running test: test_sync_flags_node2_start_later with id: 2025-12-14_04-34-12__cfa23ca4-06d0-4f4b-b077-1545f1509b88
|
|
2025-12-14 04:34:12.515 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-14 04:34:12.526 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-14 04:34:12.526 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-14_04-34-12__cfa23ca4-06d0-4f4b-b077-1545f1509b88__wakuorg_nwaku:latest.log
|
|
2025-12-14 04:34:12.534 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-14 04:34:12.534 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-14_04-34-12__cfa23ca4-06d0-4f4b-b077-1545f1509b88__wakuorg_nwaku:latest.log
|
|
2025-12-14 04:34:12.540 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-14 04:34:12.541 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-14_04-34-12__cfa23ca4-06d0-4f4b-b077-1545f1509b88__wakuorg_nwaku:latest.log
|
|
2025-12-14 04:34:12.541 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2025-12-14 04:34:12.543 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-14 04:34:12.544 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-14 04:34:12.546 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-14 04:34:12.546 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.160.195
|
|
2025-12-14 04:34:12.547 DEBUG [src.node.docker_mananger] Generated ports ['51404', '51405', '51406', '51407', '51408']
|
|
2025-12-14 04:34:12.548 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-14 04:34:12.549 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-14 04:34:12.550 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-14 04:34:12.550 DEBUG [src.node.docker_mananger] docker run -i -t -p 51404:51404 -p 51405:51405 -p 51406:51406 -p 51407:51407 -p 51408:51408 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=51406 --rest-port=51404 --tcp-port=51405 --discv5-udp-port=51407 --rest-address=0.0.0.0 --nat=extip:172.18.160.195 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b79b1a3119fc1ce9eb071beb64334dbc579d3aac6aecad945dca1f1bcdd9afde --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=51408 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true
|
|
2025-12-14 04:34:12.723 ERROR [src.node.docker_mananger] Max retries reached for container 9cc3da2bfbfd. Exiting log stream.
|
|
2025-12-14 04:34:12.740 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.160.195 waku ffc5f2ecf4f70dbbe51df7e143edc1341cc90bc3d7750164534f89af8bd22367
|
|
2025-12-14 04:34:12.774 DEBUG [src.node.docker_mananger] Container started with ID ffc5f2ecf4f7. Setting up logs at ./log/docker/node1_2025-12-14_04-34-12__cfa23ca4-06d0-4f4b-b077-1545f1509b88__wakuorg_nwaku:latest.log
|
|
2025-12-14 04:34:12.776 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51404
|
|
2025-12-14 04:34:12.776 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-14 04:34:13.366 ERROR [src.node.docker_mananger] Max retries reached for container 01cccba7e90b. Exiting log stream.
|
|
2025-12-14 04:34:13.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51404/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-14 04:34:13.780 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-14 04:34:13.780 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-14 04:34:13.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51404/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-14 04:34:13.783 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.160.195/tcp/51405/p2p/16Uiu2HAmNAXyM69A1kb6AuC2BFwCobNJNPyVGPGPULstAmwiYogV","/ip4/172.18.160.195/tcp/51406/ws/p2p/16Uiu2HAmNAXyM69A1kb6AuC2BFwCobNJNPyVGPGPULstAmwiYogV"],"enrUri":"enr:-L24QAW-7dHZtOnhtBXFRmffRuJAGsY9MWLJXAOR-aqHZF5QOUw4vIwWJeuVkCVLmWQ7GDSBcUh2vpWOGENNb-p6YXgCgmlkgnY0gmlwhKwSoMOKbXVsdGlhZGRyc5YACASsEqDDBsjNAAoErBKgwwbIzt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDjUrH0c3V10HSXbegQSF6wAT2QUIaI5xSZTHOtjPPVBKDdGNwgsjNg3VkcILIz4V3YWt1MhM"}'
|
|
2025-12-14 04:34:13.783 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-14 04:34:13.784 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51404/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2025-12-14 04:34:13.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-14 04:34:13.797 DEBUG [src.steps.store] Relaying message
|
|
2025-12-14 04:34:13.797 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51404/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)'}'
|
|
2025-12-14 04:34:13.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-14 04:34:13.801 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-14 04:34:14.001 DEBUG [src.steps.store] Relaying message
|
|
2025-12-14 04:34:14.002 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51404/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)'}'
|
|
2025-12-14 04:34:14.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-14 04:34:14.006 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-14 04:34:14.207 DEBUG [src.steps.store] Relaying message
|
|
2025-12-14 04:34:14.207 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51404/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)'}'
|
|
2025-12-14 04:34:14.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-14 04:34:14.211 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-14 04:34:14.412 DEBUG [src.steps.store] Relaying message
|
|
2025-12-14 04:34:14.412 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51404/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)'}'
|
|
2025-12-14 04:34:14.416 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-14 04:34:14.417 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-14 04:34:14.617 DEBUG [src.steps.store] Relaying message
|
|
2025-12-14 04:34:14.618 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51404/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)'}'
|
|
2025-12-14 04:34:14.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-14 04:34:14.622 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-14 04:34:14.822 DEBUG [src.steps.store] Relaying message
|
|
2025-12-14 04:34:14.823 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51404/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)'}'
|
|
2025-12-14 04:34:14.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-14 04:34:14.827 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-14 04:34:15.028 DEBUG [src.steps.store] Relaying message
|
|
2025-12-14 04:34:15.028 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51404/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)'}'
|
|
2025-12-14 04:34:15.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-14 04:34:15.032 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-14 04:34:15.233 DEBUG [src.steps.store] Relaying message
|
|
2025-12-14 04:34:15.233 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51404/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)'}'
|
|
2025-12-14 04:34:15.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-14 04:34:15.238 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-14 04:34:15.438 DEBUG [src.steps.store] Relaying message
|
|
2025-12-14 04:34:15.439 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51404/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)'}'
|
|
2025-12-14 04:34:15.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-14 04:34:15.443 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-14 04:34:15.643 DEBUG [src.steps.store] Relaying message
|
|
2025-12-14 04:34:15.644 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51404/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)'}'
|
|
2025-12-14 04:34:15.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-14 04:34:15.648 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-14 04:34:15.848 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-14 04:34:16.849 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-14 04:34:16.849 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-14 04:34:16.851 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-14 04:34:16.851 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.82.113
|
|
2025-12-14 04:34:16.851 DEBUG [src.node.docker_mananger] Generated ports ['31258', '31259', '31260', '31261', '31262']
|
|
2025-12-14 04:34:16.851 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-14 04:34:16.851 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-14 04:34:16.851 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-14 04:34:16.852 DEBUG [src.node.docker_mananger] docker run -i -t -p 31258:31258 -p 31259:31259 -p 31260:31260 -p 31261:31261 -p 31262:31262 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=31260 --rest-port=31258 --tcp-port=31259 --discv5-udp-port=31261 --rest-address=0.0.0.0 --nat=extip:172.18.82.113 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c9bfeed4bdd170fd1efc87f91bc89fd229dd9f2522e7e87addcee98d6b931649 --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=31262 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --discv5-bootstrap-node=enr:-L24QAW-7dHZtOnhtBXFRmffRuJAGsY9MWLJXAOR-aqHZF5QOUw4vIwWJeuVkCVLmWQ7GDSBcUh2vpWOGENNb-p6YXgCgmlkgnY0gmlwhKwSoMOKbXVsdGlhZGRyc5YACASsEqDDBsjNAAoErBKgwwbIzt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDjUrH0c3V10HSXbegQSF6wAT2QUIaI5xSZTHOtjPPVBKDdGNwgsjNg3VkcILIz4V3YWt1MhM
|
|
2025-12-14 04:34:17.029 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.82.113 waku 51a48e4266eff827f0a7bf6789b52e273881e38d9ebbb54620b09df00e5ec809
|
|
2025-12-14 04:34:17.059 DEBUG [src.node.docker_mananger] Container started with ID 51a48e4266ef. Setting up logs at ./log/docker/node2_2025-12-14_04-34-12__cfa23ca4-06d0-4f4b-b077-1545f1509b88__wakuorg_nwaku:latest.log
|
|
2025-12-14 04:34:17.061 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31258
|
|
2025-12-14 04:34:17.061 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-14 04:34:18.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31258/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-14 04:34:18.065 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":"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-14 04:34:18.066 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-14 04:34:18.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31258/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-14 04:34:18.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.82.113/tcp/31259/p2p/16Uiu2HAmDzN9PyqLexYBi1hvW2q4kkqrP4F8PV3T1TScBj21JHbR","/ip4/172.18.82.113/tcp/31260/ws/p2p/16Uiu2HAmDzN9PyqLexYBi1hvW2q4kkqrP4F8PV3T1TScBj21JHbR"],"enrUri":"enr:-L24QJ-sXzxmVg9MAgIHP0qrtDWKjG3ccJZvYQD37wVhzmlPHnylZw0AgkTaMhGW13iOdF5Y1Wvln8JxhfT9fs7nEDACgmlkgnY0gmlwhKwSUnGKbXVsdGlhZGRyc5YACASsElJxBnobAAoErBJScQZ6HN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDE9JdrXhPFtM0henEy3M6WGtN4mbkuzYciF-UaJXGENSDdGNwgnobg3VkcIJ6HYV3YWt1MhI"}'
|
|
2025-12-14 04:34:18.068 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-14 04:34:18.069 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31258/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.160.195/tcp/51405/p2p/16Uiu2HAmNAXyM69A1kb6AuC2BFwCobNJNPyVGPGPULstAmwiYogV"]'
|
|
2025-12-14 04:34:18.071 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-14 04:34:18.072 DEBUG [src.libs.common] Sleeping for 65 seconds
|
|
2025-12-14 04:35:23.072 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2025-12-14 04:35:23.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31258/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-14 04:35:23.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf7e8831ef1a2ffb0a2a6778c437759a62d53e55029e7df42f49199b4ab304f54"},{"messageHash":"0x9c7fcdb683033ead7fb83d1335f87aee07e7708b1dbe5410afc0b5da7cd16eab"},{"messageHash":"0xe5f9fa6150a54a3e662f6f472a243355903f64561f786779c803d4a34d8fabf3"},{"messageHash":"0x24dc0e254ffbcb04c3f80be1a775920fe97c372037385e1fa14d139ebef6801f"},{"messageHash":"0x0320330ce88af3dbcdabefeab2e527acc252fe7b78d9d47a472e7a596a8d7f5f"},{"messageHash":"0xa9a7c491c3639c7c6af09141948a9912b18f6812051ca827f6878f3960dd78e0"},{"messageHash":"0x20d953de7948fd17b69f60c82f9ae2025d6b422574bb1e884c510420d188cacc"},{"messageHash":"0x084a2b2ba456b5b02af764ab0c606c89c5e894f9adf285e3819fcc714f13e848"},{"messageHash":"0xa8510caf9475338db362668c7babdb48f9cb358e91516503e6378e9d627d0155"},{"messageHash":"0xe4db75373e3a6c18a2b9550ec3caf7e094f9a17e601fe8cde07af929fa6cf230"}]}'
|
|
2025-12-14 04:35:23.076 DEBUG [src.steps.store] messages length is 10
|
|
2025-12-14 04:35:23.078 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-14 04:35:23.079 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-14 04:35:23.080 DEBUG [src.node.waku_node] Stopping container with id ffc5f2ecf4f7
|
|
2025-12-14 04:35:23.639 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-14 04:35:23.641 DEBUG [src.node.waku_node] Stopping container with id 51a48e4266ef
|
|
2025-12-14 04:35:24.155 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-14 04:35:24.158 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-14 04:35:24.221 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-14 04:35:24.247 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|