mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-02-25 16:23:09 +00:00
110 lines
18 KiB
Plaintext
110 lines
18 KiB
Plaintext
2026-02-12 04:41:50.884 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-12 04:41:50.885 DEBUG [tests.conftest] Running test: test_sync_flags_no_relay_2nodes with id: 2026-02-12_04-41-50__2a6f4832-0fd9-4011-9a3f-51229e26b02b
|
|
2026-02-12 04:41:50.885 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-12 04:41:50.893 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-12 04:41:50.893 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-12_04-41-50__2a6f4832-0fd9-4011-9a3f-51229e26b02b__wakuorg_nwaku:latest.log
|
|
2026-02-12 04:41:50.900 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-12 04:41:50.900 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-12_04-41-50__2a6f4832-0fd9-4011-9a3f-51229e26b02b__wakuorg_nwaku:latest.log
|
|
2026-02-12 04:41:50.906 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-12 04:41:50.906 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-12_04-41-50__2a6f4832-0fd9-4011-9a3f-51229e26b02b__wakuorg_nwaku:latest.log
|
|
2026-02-12 04:41:50.907 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-02-12 04:41:50.908 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-12 04:41:50.908 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-12 04:41:50.910 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-12 04:41:50.910 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.97.215
|
|
2026-02-12 04:41:50.910 DEBUG [src.node.docker_mananger] Generated ports ['32646', '32647', '32648', '32649', '32650']
|
|
2026-02-12 04:41:50.910 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-12 04:41:50.910 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-12 04:41:50.910 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-12 04:41:50.911 DEBUG [src.node.docker_mananger] docker run -i -t -p 32646:32646 -p 32647:32647 -p 32648:32648 -p 32649:32649 -p 32650:32650 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=32648 --rest-port=32646 --tcp-port=32647 --discv5-udp-port=32649 --rest-address=0.0.0.0 --nat=extip:172.18.97.215 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a64a0f1d184abbaab1a6b8f68c403ac0cd5d9ff3fddb83118b5a6f6c25face4d --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=32650 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true
|
|
2026-02-12 04:41:51.104 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.97.215 waku c0e7e25103aa1433450ebe27ddc24277b3995628186cf802fbf1cf9a9271f2d1
|
|
2026-02-12 04:41:51.139 ERROR [src.node.docker_mananger] Max retries reached for container e1c8e4d0bd86. Exiting log stream.
|
|
2026-02-12 04:41:51.142 DEBUG [src.node.docker_mananger] Container started with ID c0e7e25103aa. Setting up logs at ./log/docker/node1_2026-02-12_04-41-50__2a6f4832-0fd9-4011-9a3f-51229e26b02b__wakuorg_nwaku:latest.log
|
|
2026-02-12 04:41:51.142 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32646
|
|
2026-02-12 04:41:51.143 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-12 04:41:51.679 ERROR [src.node.docker_mananger] Max retries reached for container dd15ca754095. Exiting log stream.
|
|
2026-02-12 04:41:52.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32646/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-12 04:41:52.148 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"}]}'
|
|
2026-02-12 04:41:52.148 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-12 04:41:52.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32646/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-12 04:41:52.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.97.215/tcp/32647/p2p/16Uiu2HAmAmRvzceUDXq8J7by8U99nftXesmQJjqVRjwAHfN7QBj6","/ip4/172.18.97.215/tcp/32648/ws/p2p/16Uiu2HAmAmRvzceUDXq8J7by8U99nftXesmQJjqVRjwAHfN7QBj6"],"enrUri":"enr:-L24QCT7TVoYBuTQmh0saS97BbM5o4CuQBN7Ek6T6uVGlkh5S-j4NlrOGt2hkJA8l8KLpaKGtuImqwI80u--tKWCzgUCgmlkgnY0gmlwhKwSYdeKbXVsdGlhZGRyc5YACASsEmHXBn-HAAoErBJh1wZ_iN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4-8JIJSIuY-dvbtnRJll5LzC_mq_kINpfpPJw7QKnYmDdGNwgn-Hg3VkcIJ_iYV3YWt1MhM"}'
|
|
2026-02-12 04:41:52.151 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-12 04:41:52.151 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32646/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-02-12 04:41:52.164 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-12 04:41:52.164 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-12 04:41:52.164 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-12 04:41:52.165 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-12 04:41:52.166 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.56.223
|
|
2026-02-12 04:41:52.166 DEBUG [src.node.docker_mananger] Generated ports ['47813', '47814', '47815', '47816', '47817']
|
|
2026-02-12 04:41:52.166 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-12 04:41:52.166 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-12 04:41:52.166 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-12 04:41:52.166 DEBUG [src.node.docker_mananger] docker run -i -t -p 47813:47813 -p 47814:47814 -p 47815:47815 -p 47816:47816 -p 47817:47817 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=47815 --rest-port=47813 --tcp-port=47814 --discv5-udp-port=47816 --rest-address=0.0.0.0 --nat=extip:172.18.56.223 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=22ed9f5a642acd37517dcceffc75b9c0ca28df4d3d3ae43f962dbbcb68b01b84 --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=47817 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --discv5-bootstrap-node=enr:-L24QCT7TVoYBuTQmh0saS97BbM5o4CuQBN7Ek6T6uVGlkh5S-j4NlrOGt2hkJA8l8KLpaKGtuImqwI80u--tKWCzgUCgmlkgnY0gmlwhKwSYdeKbXVsdGlhZGRyc5YACASsEmHXBn-HAAoErBJh1wZ_iN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4-8JIJSIuY-dvbtnRJll5LzC_mq_kINpfpPJw7QKnYmDdGNwgn-Hg3VkcIJ_iYV3YWt1MhM
|
|
2026-02-12 04:41:52.364 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.56.223 waku 5ce09ee07943e0be4d12136ff9cc4a6b35913ab38ea9968bb6123f4deb316f33
|
|
2026-02-12 04:41:52.396 DEBUG [src.node.docker_mananger] Container started with ID 5ce09ee07943. Setting up logs at ./log/docker/node2_2026-02-12_04-41-50__2a6f4832-0fd9-4011-9a3f-51229e26b02b__wakuorg_nwaku:latest.log
|
|
2026-02-12 04:41:52.398 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47813
|
|
2026-02-12 04:41:52.398 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-12 04:41:53.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47813/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-12 04:41:53.404 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"}]}'
|
|
2026-02-12 04:41:53.404 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-12 04:41:53.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47813/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-12 04:41:53.406 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.56.223/tcp/47814/p2p/16Uiu2HAmH3DuGMiMkdvVxMxQLcefvjVMVjnqGiyDRjQsYK4sg4XH","/ip4/172.18.56.223/tcp/47815/ws/p2p/16Uiu2HAmH3DuGMiMkdvVxMxQLcefvjVMVjnqGiyDRjQsYK4sg4XH"],"enrUri":"enr:-L24QL5GM0AW-GfsM3dY3BW-tMh6AOIvDdAOoAqKmvdlLNqZU9P_JX-3QTqe-tp5rPwVZP_ubF-COZ-bge700C27qY8CgmlkgnY0gmlwhKwSON-KbXVsdGlhZGRyc5YACASsEjjfBrrGAAoErBI43wa6x90DgnJzhQADAQAAiXNlY3AyNTZrMaEDQSDZF4M-zDEol6n691lX8P1mxpoDlP1KSDtYRRnFnmCDdGNwgrrGg3VkcIK6yIV3YWt1MhI"}'
|
|
2026-02-12 04:41:53.406 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-12 04:41:53.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47813/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.97.215/tcp/32647/p2p/16Uiu2HAmAmRvzceUDXq8J7by8U99nftXesmQJjqVRjwAHfN7QBj6"]'
|
|
2026-02-12 04:41:53.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-12 04:41:53.438 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-12 04:41:54.439 DEBUG [src.steps.store] Relaying message
|
|
2026-02-12 04:41:54.440 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32646/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-02-12 04:41:54.444 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-12 04:41:54.444 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-02-12 04:41:54.645 DEBUG [src.steps.store] Relaying message
|
|
2026-02-12 04:41:54.645 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32646/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-02-12 04:41:54.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-12 04:41:54.649 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-02-12 04:41:54.850 DEBUG [src.steps.store] Relaying message
|
|
2026-02-12 04:41:54.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32646/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-02-12 04:41:54.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-12 04:41:54.855 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-02-12 04:41:55.055 DEBUG [src.steps.store] Relaying message
|
|
2026-02-12 04:41:55.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32646/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-02-12 04:41:55.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-12 04:41:55.060 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-02-12 04:41:55.261 DEBUG [src.steps.store] Relaying message
|
|
2026-02-12 04:41:55.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32646/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-02-12 04:41:55.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-12 04:41:55.265 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-02-12 04:41:55.466 DEBUG [src.steps.store] Relaying message
|
|
2026-02-12 04:41:55.466 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32646/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-02-12 04:41:55.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-12 04:41:55.477 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-02-12 04:41:55.678 DEBUG [src.steps.store] Relaying message
|
|
2026-02-12 04:41:55.678 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32646/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-02-12 04:41:55.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-12 04:41:55.683 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-02-12 04:41:55.884 DEBUG [src.steps.store] Relaying message
|
|
2026-02-12 04:41:55.884 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32646/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-02-12 04:41:55.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-12 04:41:55.889 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-02-12 04:41:56.089 DEBUG [src.steps.store] Relaying message
|
|
2026-02-12 04:41:56.090 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32646/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-02-12 04:41:56.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-12 04:41:56.095 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-02-12 04:41:56.295 DEBUG [src.steps.store] Relaying message
|
|
2026-02-12 04:41:56.295 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32646/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-02-12 04:41:56.300 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-12 04:41:56.300 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-02-12 04:41:56.500 DEBUG [src.libs.common] Sleeping for 20 seconds
|
|
2026-02-12 04:42:16.501 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2026-02-12 04:42:16.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47813/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-12 04:42:16.505 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa58892b6804e0242545b14979d451623b34e2c1b01e1f34f0d3636e63f0f33e6"},{"messageHash":"0xfa3b4056e8f41ae9000ad5f20e841c3fe4e63d5bdde6c755087f8c7cf2567ffa"},{"messageHash":"0x7e7198ae1d5ad56f3967121cfc9593b8fb5909707adb7a1519babdf32dd6e5c2"},{"messageHash":"0xb259f68dd5747f06310fd7777aeec1bece26522bcbc5b082aa6fa94c4748e22f"},{"messageHash":"0x256e29b0ff106d6465b4e01c041ad59b12dc74c6bd5d87046c132294f018cf84"},{"messageHash":"0x488283113a4ca0a01273d5fe1dbe2de5dbb86b079609ce4f1999ecff3443dac2"},{"messageHash":"0x36a9821730415c34dfb29237fead474ff28a9700a9395a3e3e914c50a13404b0"},{"messageHash":"0x1a188d86caef7cd3363094eb380174e5f340d39fe7e4e078b6a9d20eaaed7e11"},{"messageHash":"0x9e85689838585ebb6091a1e8c369c0bec52f1852c2fcb4d56c288a336bc21dec"},{"messageHash":"0xecd2e15f8c5475827fcfe46c9bf3bc7edc6e13679e4946b3a47c4da889a6041d"}]}'
|
|
2026-02-12 04:42:16.506 DEBUG [src.steps.store] messages length is 10
|
|
2026-02-12 04:42:16.508 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-12 04:42:16.509 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-12 04:42:16.509 DEBUG [src.node.waku_node] Stopping container with id c0e7e25103aa
|
|
2026-02-12 04:42:17.090 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-12 04:42:17.092 DEBUG [src.node.waku_node] Stopping container with id 5ce09ee07943
|
|
2026-02-12 04:42:17.674 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-12 04:42:17.677 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-12 04:42:17.704 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-12 04:42:17.716 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|