mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-08 17:03:12 +00:00
117 lines
18 KiB
Plaintext
117 lines
18 KiB
Plaintext
2026-01-02 04:25:19.989 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-02 04:25:19.989 DEBUG [tests.conftest] Running test: test_metrics_after_relay_publish with id: 2026-01-02_04-25-19__0cd422da-8efd-4409-9939-2f184401dac8
|
|
2026-01-02 04:25:19.989 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-02 04:25:19.989 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-01-02 04:25:19.990 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-01-02 04:25:19.990 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-01-02 04:25:19.990 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-01-02 04:25:19.990 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
|
2026-01-02 04:25:19.996 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:25:19.997 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-25-19__0cd422da-8efd-4409-9939-2f184401dac8__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:25:19.997 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:25:19.997 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:25:19.998 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:25:19.998 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.117.28
|
|
2026-01-02 04:25:19.998 DEBUG [src.node.docker_mananger] Generated ports ['40087', '40088', '40089', '40090', '40091']
|
|
2026-01-02 04:25:19.999 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:25:19.999 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:25:19.999 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:25:19.999 DEBUG [src.node.docker_mananger] docker run -i -t -p 40087:40087 -p 40088:40088 -p 40089:40089 -p 40090:40090 -p 40091:40091 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=40089 --rest-port=40087 --tcp-port=40088 --discv5-udp-port=40090 --rest-address=0.0.0.0 --nat=extip:172.18.117.28 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0688a2254dbfd9fcfe8b8d5c59edd6fc6fce0e7f8847dccac93d692a9a7f39e4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40091 --metrics-logging=true --relay=true
|
|
2026-01-02 04:25:20.178 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.117.28 waku 07a1d6a4f8be60a15e6a906d6f170439e9aacbc290e7f3836ce4c28aab7c60bc
|
|
2026-01-02 04:25:20.209 DEBUG [src.node.docker_mananger] Container started with ID 07a1d6a4f8be. Setting up logs at ./log/docker/node1_2026-01-02_04-25-19__0cd422da-8efd-4409-9939-2f184401dac8__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:25:20.209 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40087
|
|
2026-01-02 04:25:20.210 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:25:20.252 ERROR [src.node.docker_mananger] Max retries reached for container e329eec12f0a. Exiting log stream.
|
|
2026-01-02 04:25:20.787 ERROR [src.node.docker_mananger] Max retries reached for container 60bda875efe3. Exiting log stream.
|
|
2026-01-02 04:25:21.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40087/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:25:21.214 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"}]}'
|
|
2026-01-02 04:25:21.214 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:25:21.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40087/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:25:21.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.117.28/tcp/40088/p2p/16Uiu2HAmExwrzXRkyN5QQHc3so9jrxyTMocrcRVqqohs5mVBcjbs","/ip4/172.18.117.28/tcp/40089/ws/p2p/16Uiu2HAmExwrzXRkyN5QQHc3so9jrxyTMocrcRVqqohs5mVBcjbs"],"enrUri":"enr:-L24QNN0Q5yIkuoGYw4_p_rcILiJUe_YX4H1uCjRs2aUlX04KF2Af1WucAXlX135XB4emU7MvkQqsphOQuwq-537pGcCgmlkgnY0gmlwhKwSdRyKbXVsdGlhZGRyc5YACASsEnUcBpyYAAoErBJ1HAacmd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIlED7m78Oqe02cOQWDkdHGDQsmEDelS5kCbD-LSOumaDdGNwgpyYg3VkcIKcmoV3YWt1MgE"}'
|
|
2026-01-02 04:25:21.217 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:25:21.223 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:25:21.223 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-25-19__0cd422da-8efd-4409-9939-2f184401dac8__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:25:21.223 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:25:21.224 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:25:21.225 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:25:21.225 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.222.169
|
|
2026-01-02 04:25:21.225 DEBUG [src.node.docker_mananger] Generated ports ['45192', '45193', '45194', '45195', '45196']
|
|
2026-01-02 04:25:21.225 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:25:21.226 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:25:21.226 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:25:21.226 DEBUG [src.node.docker_mananger] docker run -i -t -p 45192:45192 -p 45193:45193 -p 45194:45194 -p 45195:45195 -p 45196:45196 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=45194 --rest-port=45192 --tcp-port=45193 --discv5-udp-port=45195 --rest-address=0.0.0.0 --nat=extip:172.18.222.169 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b3dff2cd6dabfbeb2bdc8ae95ef4f5b9f5f93a2afceccfe6beefb0fcfeeb6d25 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45196 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNN0Q5yIkuoGYw4_p_rcILiJUe_YX4H1uCjRs2aUlX04KF2Af1WucAXlX135XB4emU7MvkQqsphOQuwq-537pGcCgmlkgnY0gmlwhKwSdRyKbXVsdGlhZGRyc5YACASsEnUcBpyYAAoErBJ1HAacmd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIlED7m78Oqe02cOQWDkdHGDQsmEDelS5kCbD-LSOumaDdGNwgpyYg3VkcIKcmoV3YWt1MgE
|
|
2026-01-02 04:25:21.408 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.222.169 waku 98d5261b7e69a0662e3869625883ea83cbf889801103c2526a204650f5f0c9f4
|
|
2026-01-02 04:25:21.438 DEBUG [src.node.docker_mananger] Container started with ID 98d5261b7e69. Setting up logs at ./log/docker/node2_2026-01-02_04-25-19__0cd422da-8efd-4409-9939-2f184401dac8__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:25:21.438 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45192
|
|
2026-01-02 04:25:21.438 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:25:22.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45192/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:25:22.449 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"}]}'
|
|
2026-01-02 04:25:22.450 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:25:22.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45192/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:25:22.454 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.222.169/tcp/45193/p2p/16Uiu2HAm965m89HARnKRjM4tFQ6gdpKavUFwZFHaZNyrmhRqGVa3","/ip4/172.18.222.169/tcp/45194/ws/p2p/16Uiu2HAm965m89HARnKRjM4tFQ6gdpKavUFwZFHaZNyrmhRqGVa3"],"enrUri":"enr:-L24QMrhs6NfHwHFvFcJd3R8vnuWZVZJQLS7WR1QYd4cZC_VUgxsJuqSCTdz_0JwstvyWdZZb3v3mLQeBhoDIJPH_egCgmlkgnY0gmlwhKwS3qmKbXVsdGlhZGRyc5YACASsEt6pBrCJAAoErBLeqQawit0DgnJzhQADAQAAiXNlY3AyNTZrMaECyv7kA8QdXXon53-biJWKToBnoIXiyyikiFG2fpdwZsSDdGNwgrCJg3VkcIKwi4V3YWt1MgE"}'
|
|
2026-01-02 04:25:22.454 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:25:22.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45192/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.117.28/tcp/40088/p2p/16Uiu2HAmExwrzXRkyN5QQHc3so9jrxyTMocrcRVqqohs5mVBcjbs"]'
|
|
2026-01-02 04:25:22.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:25:22.461 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
|
2026-01-02 04:25:22.461 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40087/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-01-02 04:25:22.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:25:22.466 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45192/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-01-02 04:25:22.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:25:22.471 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40087/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:25:22.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:25:22.477 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:25:22.577 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:25:22.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40087/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:25:22.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327922471292672,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:25:22.581 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:25:22.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45192/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:25:22.584 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327922471292672,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:25:22.585 INFO [src.steps.relay] WARM UP successful!!
|
|
2026-01-02 04:25:22.586 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40087/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:25:22.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:25:22.590 DEBUG [src.libs.common] Sleeping for 0.5 seconds
|
|
2026-01-02 04:25:23.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45192/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:25:23.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327922586615068,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:25:23.094 DEBUG [src.libs.common] Sleeping for 5 seconds
|
|
2026-01-02 04:25:28.095 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2026-01-02 04:25:28.099 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
|
2026-01-02 04:25:28.099 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
|
|
2026-01-02 04:25:28.102 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 1.0
|
|
2026-01-02 04:25:28.103 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
|
|
2026-01-02 04:25:28.106 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
|
|
2026-01-02 04:25:28.106 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
|
|
2026-01-02 04:25:28.109 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
|
2026-01-02 04:25:28.109 DEBUG [src.steps.metrics] Checking metric: libp2p_gossipsub_peers_per_topic_mesh{topic="other"} has 1
|
|
2026-01-02 04:25:28.113 DEBUG [src.steps.metrics] Found metric: libp2p_gossipsub_peers_per_topic_mesh{topic="other"} with value 2.0
|
|
2026-01-02 04:25:28.113 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2026-01-02 04:25:28.116 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
|
2026-01-02 04:25:28.116 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
|
|
2026-01-02 04:25:28.119 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 2.0
|
|
2026-01-02 04:25:28.119 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
|
|
2026-01-02 04:25:28.122 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 2.0
|
|
2026-01-02 04:25:28.123 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2026-01-02 04:25:28.126 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
|
2026-01-02 04:25:28.126 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
|
|
2026-01-02 04:25:28.130 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 1.0
|
|
2026-01-02 04:25:28.130 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
|
|
2026-01-02 04:25:28.133 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
|
|
2026-01-02 04:25:28.133 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
|
|
2026-01-02 04:25:28.137 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
|
2026-01-02 04:25:28.137 DEBUG [src.steps.metrics] Checking metric: libp2p_gossipsub_peers_per_topic_mesh{topic="other"} has 1
|
|
2026-01-02 04:25:28.140 DEBUG [src.steps.metrics] Found metric: libp2p_gossipsub_peers_per_topic_mesh{topic="other"} with value 2.0
|
|
2026-01-02 04:25:28.140 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2026-01-02 04:25:28.143 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
|
2026-01-02 04:25:28.144 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
|
|
2026-01-02 04:25:28.147 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 2.0
|
|
2026-01-02 04:25:28.147 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
|
|
2026-01-02 04:25:28.150 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 2.0
|
|
2026-01-02 04:25:28.153 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-02 04:25:28.154 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-02 04:25:28.154 DEBUG [src.node.waku_node] Stopping container with id 07a1d6a4f8be
|
|
2026-01-02 04:25:28.684 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:25:28.684 DEBUG [src.node.waku_node] Stopping container with id 98d5261b7e69
|
|
2026-01-02 04:25:29.189 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:25:29.190 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-02 04:25:29.204 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-02 04:25:29.210 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|