110 lines
18 KiB
Plaintext

2026-02-04 04:34:01.072 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-04 04:34:01.072 DEBUG [tests.conftest] Running test: test_sync_flags_no_relay_2nodes with id: 2026-02-04_04-34-01__0226ec84-ff7d-4497-9863-b0e8aa22d669
2026-02-04 04:34:01.072 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-04 04:34:01.079 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-04 04:34:01.079 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-04_04-34-01__0226ec84-ff7d-4497-9863-b0e8aa22d669__wakuorg_nwaku:latest.log
2026-02-04 04:34:01.085 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-04 04:34:01.085 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-04_04-34-01__0226ec84-ff7d-4497-9863-b0e8aa22d669__wakuorg_nwaku:latest.log
2026-02-04 04:34:01.090 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-04 04:34:01.090 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-04_04-34-01__0226ec84-ff7d-4497-9863-b0e8aa22d669__wakuorg_nwaku:latest.log
2026-02-04 04:34:01.091 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-02-04 04:34:01.091 DEBUG [src.node.waku_node] Starting Node...
2026-02-04 04:34:01.091 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-04 04:34:01.093 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-04 04:34:01.093 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.174.94
2026-02-04 04:34:01.093 DEBUG [src.node.docker_mananger] Generated ports ['56308', '56309', '56310', '56311', '56312']
2026-02-04 04:34:01.093 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-04 04:34:01.093 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-04 04:34:01.093 DEBUG [src.node.waku_node] Using volumes []
2026-02-04 04:34:01.093 DEBUG [src.node.docker_mananger] docker run -i -t -p 56308:56308 -p 56309:56309 -p 56310:56310 -p 56311:56311 -p 56312:56312 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=56310 --rest-port=56308 --tcp-port=56309 --discv5-udp-port=56311 --rest-address=0.0.0.0 --nat=extip:172.18.174.94 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b26b4e98de8ccabd34e8815a953c9dcc0c6da4fb7fbc4f1d51d77f268790f0bf --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=56312 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true
2026-02-04 04:34:01.276 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.174.94 waku 5cab8bc02db32bedbb54d2a2a0402e6f20e5d162d1393e845b019dbb9c62e973
2026-02-04 04:34:01.305 DEBUG [src.node.docker_mananger] Container started with ID 5cab8bc02db3. Setting up logs at ./log/docker/node1_2026-02-04_04-34-01__0226ec84-ff7d-4497-9863-b0e8aa22d669__wakuorg_nwaku:latest.log
2026-02-04 04:34:01.306 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56308
2026-02-04 04:34:01.307 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-04 04:34:01.333 ERROR [src.node.docker_mananger] Max retries reached for container e3beef4e8a88. Exiting log stream.
2026-02-04 04:34:01.858 ERROR [src.node.docker_mananger] Max retries reached for container 34013be12675. Exiting log stream.
2026-02-04 04:34:02.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56308/health" -H "Content-Type: application/json" -d 'None'
2026-02-04 04:34:02.311 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-04 04:34:02.311 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-04 04:34:02.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56308/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-04 04:34:02.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.174.94/tcp/56309/p2p/16Uiu2HAm47ZFxo2JyeGLb4rYvFc1zSBMedn7W5SXj3ZBqZZzg9ob","/ip4/172.18.174.94/tcp/56310/ws/p2p/16Uiu2HAm47ZFxo2JyeGLb4rYvFc1zSBMedn7W5SXj3ZBqZZzg9ob"],"enrUri":"enr:-L24QKCpVt-ShYu8b5U3n8uWGiiNihNm9YVpKRK1qFGvNJKfTR61HAioLOM3hD94HCTf8PP_pu8WRQm_Xa784git6SMCgmlkgnY0gmlwhKwSrl6KbXVsdGlhZGRyc5YACASsEq5eBtv1AAoErBKuXgbb9t0DgnJzhQADAQAAiXNlY3AyNTZrMaECgRUgyPaL8K59bXkpuKUZJkftJ4uXkNiMMiSWJv5t7laDdGNwgtv1g3VkcILb94V3YWt1MhM"}'
2026-02-04 04:34:02.314 INFO [src.node.waku_node] REST service is ready !!
2026-02-04 04:34:02.314 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56308/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-02-04 04:34:02.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-04 04:34:02.327 DEBUG [src.node.waku_node] Starting Node...
2026-02-04 04:34:02.327 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-04 04:34:02.328 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-04 04:34:02.328 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.43.90
2026-02-04 04:34:02.328 DEBUG [src.node.docker_mananger] Generated ports ['55609', '55610', '55611', '55612', '55613']
2026-02-04 04:34:02.328 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-04 04:34:02.329 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-04 04:34:02.329 DEBUG [src.node.waku_node] Using volumes []
2026-02-04 04:34:02.329 DEBUG [src.node.docker_mananger] docker run -i -t -p 55609:55609 -p 55610:55610 -p 55611:55611 -p 55612:55612 -p 55613:55613 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=55611 --rest-port=55609 --tcp-port=55610 --discv5-udp-port=55612 --rest-address=0.0.0.0 --nat=extip:172.18.43.90 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=af55b2fbd1e4abcf17c6ce1fbc8bb9c6cec74abb10aaf9e0aef6badadb5867aa --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=55613 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --discv5-bootstrap-node=enr:-L24QKCpVt-ShYu8b5U3n8uWGiiNihNm9YVpKRK1qFGvNJKfTR61HAioLOM3hD94HCTf8PP_pu8WRQm_Xa784git6SMCgmlkgnY0gmlwhKwSrl6KbXVsdGlhZGRyc5YACASsEq5eBtv1AAoErBKuXgbb9t0DgnJzhQADAQAAiXNlY3AyNTZrMaECgRUgyPaL8K59bXkpuKUZJkftJ4uXkNiMMiSWJv5t7laDdGNwgtv1g3VkcILb94V3YWt1MhM
2026-02-04 04:34:02.518 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.43.90 waku 9947a1851cedaeb8e5e660d6e00f4cc8a8584e3ea46b61aec52e99c2b1f87e92
2026-02-04 04:34:02.548 DEBUG [src.node.docker_mananger] Container started with ID 9947a1851ced. Setting up logs at ./log/docker/node2_2026-02-04_04-34-01__0226ec84-ff7d-4497-9863-b0e8aa22d669__wakuorg_nwaku:latest.log
2026-02-04 04:34:02.548 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55609
2026-02-04 04:34:02.549 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-04 04:34:03.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55609/health" -H "Content-Type: application/json" -d 'None'
2026-02-04 04:34:03.553 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-04 04:34:03.553 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-04 04:34:03.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55609/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-04 04:34:03.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.43.90/tcp/55610/p2p/16Uiu2HAm9dt6C8cffkbJ1w66r4iYGyKB1oGZ9vgdAgJ8HNytn1L4","/ip4/172.18.43.90/tcp/55611/ws/p2p/16Uiu2HAm9dt6C8cffkbJ1w66r4iYGyKB1oGZ9vgdAgJ8HNytn1L4"],"enrUri":"enr:-L24QJo2ONXAYDeGcagIz0KvE7H-UWA7RMD_Ngl1D4zEMLGPH8HlxAbT_1XU1a2NHr-_D-Jc9xlgG2WC19nAHKYMhiACgmlkgnY0gmlwhKwSK1qKbXVsdGlhZGRyc5YACASsEitaBtk6AAoErBIrWgbZO90DgnJzhQADAQAAiXNlY3AyNTZrMaEC0yRHpcQwHxEa1kTZc-hEcmWMCi66GlzOypJd1H8TwsmDdGNwgtk6g3VkcILZPIV3YWt1MhI"}'
2026-02-04 04:34:03.556 INFO [src.node.waku_node] REST service is ready !!
2026-02-04 04:34:03.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55609/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.174.94/tcp/56309/p2p/16Uiu2HAm47ZFxo2JyeGLb4rYvFc1zSBMedn7W5SXj3ZBqZZzg9ob"]'
2026-02-04 04:34:03.587 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-04 04:34:03.588 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-04 04:34:04.588 DEBUG [src.steps.store] Relaying message
2026-02-04 04:34:04.589 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56308/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-04 04:34:04.593 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-04 04:34:04.593 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-04 04:34:04.793 DEBUG [src.steps.store] Relaying message
2026-02-04 04:34:04.794 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56308/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-04 04:34:04.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-04 04:34:04.798 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-04 04:34:04.999 DEBUG [src.steps.store] Relaying message
2026-02-04 04:34:04.999 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56308/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-04 04:34:05.003 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-04 04:34:05.003 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-04 04:34:05.204 DEBUG [src.steps.store] Relaying message
2026-02-04 04:34:05.204 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56308/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-04 04:34:05.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-04 04:34:05.208 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-04 04:34:05.409 DEBUG [src.steps.store] Relaying message
2026-02-04 04:34:05.409 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56308/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-04 04:34:05.413 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-04 04:34:05.413 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-04 04:34:05.614 DEBUG [src.steps.store] Relaying message
2026-02-04 04:34:05.614 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56308/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-04 04:34:05.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-04 04:34:05.618 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-04 04:34:05.819 DEBUG [src.steps.store] Relaying message
2026-02-04 04:34:05.819 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56308/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-04 04:34:05.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-04 04:34:05.823 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-04 04:34:06.024 DEBUG [src.steps.store] Relaying message
2026-02-04 04:34:06.024 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56308/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-04 04:34:06.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-04 04:34:06.028 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-04 04:34:06.229 DEBUG [src.steps.store] Relaying message
2026-02-04 04:34:06.229 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56308/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-04 04:34:06.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-04 04:34:06.233 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-04 04:34:06.434 DEBUG [src.steps.store] Relaying message
2026-02-04 04:34:06.434 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56308/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-04 04:34:06.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-04 04:34:06.440 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-04 04:34:06.640 DEBUG [src.libs.common] Sleeping for 20 seconds
2026-02-04 04:34:26.641 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-02-04 04:34:26.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55609/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-04 04:34:26.645 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1224e50030f875502ddc67153975c98f67d0bcb8977e5f08f845a6a31d0a51f0"},{"messageHash":"0x136d87bf5b6fa5cc4a7935489a7e195d9afaf47e28644cf8c08120699909835b"},{"messageHash":"0x45c47ab46c20e19315343f0453d70c288dc324b9508eff4295e7b1252c74ec9f"},{"messageHash":"0xbc6e0c729bad4301fd2bfaca22090ebe5eee8ae0e2cd723e922ac98bfca8ef1f"},{"messageHash":"0xcace5b59d774e8cbd824ff456aa6f36dea74bca613a572a71d78aa8075df043c"},{"messageHash":"0x5afa9dfb350dd78b0ea02fab3e3c8aa4c3e4b0005c2933c8ac4517cf58fc8c06"},{"messageHash":"0x695af452b14ad350ee762486165f8c828e18c4b366f7fef793f83c321ce91b61"},{"messageHash":"0xd9f32322e2c68ad01527378ece9531611482d8b94b5beea6cc7ab5401ef0c7af"},{"messageHash":"0x240179156e076ab74bf720b4ddaf2c8c01118b418fae91b4b11a659a99e3ad0e"},{"messageHash":"0xb9ddbfe29657f6c53c0656b5d5b8abdb2e8eb3554be6e3bc4f1e1092e28bfe65"}]}'
2026-02-04 04:34:26.645 DEBUG [src.steps.store] messages length is 10
2026-02-04 04:34:26.647 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-04 04:34:26.648 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-04 04:34:26.649 DEBUG [src.node.waku_node] Stopping container with id 5cab8bc02db3
2026-02-04 04:34:27.186 DEBUG [src.node.waku_node] Container stopped.
2026-02-04 04:34:27.187 DEBUG [src.node.waku_node] Stopping container with id 9947a1851ced
2026-02-04 04:34:27.722 DEBUG [src.node.waku_node] Container stopped.
2026-02-04 04:34:27.725 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-04 04:34:27.740 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-04 04:34:27.750 DEBUG [src.node.docker_mananger] No errors found in the waku logs.