79 lines
13 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2026-04-23 00:05:24.085 INFO [tests.conftest] Fleet bootstrap inactive pass --fleet (or set FLEET_BOOTSTRAP=true) to connect local nodes to the waku.test fleet
2026-04-23 00:05:24.086 DEBUG [tests.conftest] Running fixture setup: test_id
2026-04-23 00:05:24.089 DEBUG [tests.conftest] Running test: test_content_topic_also_in_docker_flags[/aaaaa/3/bbbbb/proto] with id: 2026-04-23_00-05-24__d92894c0-cbe8-45b7-9e23-089cb9b58a89
2026-04-23 00:05:24.090 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-04-23 00:05:24.090 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-04-23 00:05:24.091 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-04-23 00:05:24.098 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-04-23 00:05:24.098 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-23_00-05-24__d92894c0-cbe8-45b7-9e23-089cb9b58a89__wakuorg_nwaku:latest.log
2026-04-23 00:05:24.098 DEBUG [src.node.waku_node] Starting Node...
2026-04-23 00:05:24.098 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-04-23 00:05:24.100 DEBUG [src.node.docker_mananger] Network waku already exists
2026-04-23 00:05:24.100 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.201.215
2026-04-23 00:05:24.100 DEBUG [src.node.docker_mananger] Generated ports ['33613', '33614', '33615', '33616', '33617']
2026-04-23 00:05:24.100 DEBUG [src.node.waku_node] Cluster id was resolved to: 199
2026-04-23 00:05:24.100 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-04-23 00:05:24.100 DEBUG [src.node.waku_node] RLN credentials were not set
2026-04-23 00:05:24.100 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-04-23 00:05:24.101 DEBUG [src.node.waku_node] Using volumes []
2026-04-23 00:05:24.101 DEBUG [src.node.docker_mananger] docker run -i -t -p 33613:33613 -p 33614:33614 -p 33615:33615 -p 33616:33616 -p 33617:33617 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=33615 --rest-port=33613 --tcp-port=33614 --discv5-udp-port=33616 --rest-address=0.0.0.0 --nat=extip:172.18.201.215 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=0a3affc782b6d60c8c6ebb5914e5b1bf309ee1a5bef3dd7bccad1ff1dfabf57a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33617 --metrics-logging=true --relay=true --filter=true --content-topic=/aaaaa/3/bbbbb/proto
2026-04-23 00:05:24.296 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.201.215 waku 1e55bff9d501c8edfa869db4e19522e82e4b8630bcfc9d61d085706a48a51a63
2026-04-23 00:05:24.331 DEBUG [src.node.docker_mananger] Container started with ID 1e55bff9d501. Setting up logs at ./log/docker/node1_2026-04-23_00-05-24__d92894c0-cbe8-45b7-9e23-089cb9b58a89__wakuorg_nwaku:latest.log
2026-04-23 00:05:24.331 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33613
2026-04-23 00:05:24.331 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-04-23 00:05:24.405 ERROR [src.node.docker_mananger] Max retries reached for container c803ea429e4e. Exiting log stream.
2026-04-23 00:05:24.899 ERROR [src.node.docker_mananger] Max retries reached for container f58265c35e49. Exiting log stream.
2026-04-23 00:05:25.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33613/health" -H "Content-Type: application/json" -d 'None'
2026-04-23 00:05:25.334 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-04-23 00:05:25.335 INFO [src.node.waku_node] Node protocols are initialized !!
2026-04-23 00:05:25.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33613/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-04-23 00:05:25.337 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.201.215/tcp/33614/p2p/16Uiu2HAmRNsshmeNYhWXZvS6R3s1LTZ4Cd4SommyRT3ZDSrHMUKj","/ip4/172.18.201.215/tcp/33615/ws/p2p/16Uiu2HAmRNsshmeNYhWXZvS6R3s1LTZ4Cd4SommyRT3ZDSrHMUKj"],"enrUri":"enr:-L24QMZcz335oWNn8-7tLKM_TSLUs5RxgkMkKTonawXqPDr1VgteRdsFhrAw0hHI5JRov9Yh-okMIx6ojcCGHnpm8JgCgmlkgnY0gmlwhKwSydeKbXVsdGlhZGRyc5YACASsEsnXBoNOAAoErBLJ1waDT90DgnJzhQDHAQAAiXNlY3AyNTZrMaEDvQdQqYzDmKlIQOs_FVyLziIfxJWUW-54qms7xk6WPQqDdGNwgoNOg3VkcIKDUIV3YWt1MgU"}'
2026-04-23 00:05:25.338 INFO [src.node.waku_node] REST service is ready !!
2026-04-23 00:05:25.344 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-04-23 00:05:25.344 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-04-23_00-05-24__d92894c0-cbe8-45b7-9e23-089cb9b58a89__wakuorg_nwaku:latest.log
2026-04-23 00:05:25.344 DEBUG [src.node.waku_node] Starting Node...
2026-04-23 00:05:25.344 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-04-23 00:05:25.346 DEBUG [src.node.docker_mananger] Network waku already exists
2026-04-23 00:05:25.346 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.1.73
2026-04-23 00:05:25.346 DEBUG [src.node.docker_mananger] Generated ports ['46983', '46984', '46985', '46986', '46987']
2026-04-23 00:05:25.346 DEBUG [src.node.waku_node] Cluster id was resolved to: 199
2026-04-23 00:05:25.346 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-04-23 00:05:25.346 DEBUG [src.node.waku_node] RLN credentials were not set
2026-04-23 00:05:25.346 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-04-23 00:05:25.347 DEBUG [src.node.waku_node] Using volumes []
2026-04-23 00:05:25.347 DEBUG [src.node.docker_mananger] docker run -i -t -p 46983:46983 -p 46984:46984 -p 46985:46985 -p 46986:46986 -p 46987:46987 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=46985 --rest-port=46983 --tcp-port=46984 --discv5-udp-port=46986 --rest-address=0.0.0.0 --nat=extip:172.18.1.73 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=6f1b154b870bb0dbf99fe29312fecb5ecdbbd7f86832b4da7bdff371e04cfb70 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46987 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QMZcz335oWNn8-7tLKM_TSLUs5RxgkMkKTonawXqPDr1VgteRdsFhrAw0hHI5JRov9Yh-okMIx6ojcCGHnpm8JgCgmlkgnY0gmlwhKwSydeKbXVsdGlhZGRyc5YACASsEsnXBoNOAAoErBLJ1waDT90DgnJzhQDHAQAAiXNlY3AyNTZrMaEDvQdQqYzDmKlIQOs_FVyLziIfxJWUW-54qms7xk6WPQqDdGNwgoNOg3VkcIKDUIV3YWt1MgU --content-topic=/aaaaa/3/bbbbb/proto
2026-04-23 00:05:25.527 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.1.73 waku 8e3a9f89151a2be92952a9086fb8f4c27aac8250139f8dafe0c72ae0c0334b89
2026-04-23 00:05:25.560 DEBUG [src.node.docker_mananger] Container started with ID 8e3a9f89151a. Setting up logs at ./log/docker/node2_2026-04-23_00-05-24__d92894c0-cbe8-45b7-9e23-089cb9b58a89__wakuorg_nwaku:latest.log
2026-04-23 00:05:25.560 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46983
2026-04-23 00:05:25.560 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-04-23 00:05:26.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46983/health" -H "Content-Type: application/json" -d 'None'
2026-04-23 00:05:26.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"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"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-04-23 00:05:26.576 INFO [src.node.waku_node] Node protocols are initialized !!
2026-04-23 00:05:26.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46983/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-04-23 00:05:26.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.1.73/tcp/46984/p2p/16Uiu2HAm4SCwzdYNPbLwQ14qEkjTooVoyoWmSPFpm9YDDKpZBQR3","/ip4/172.18.1.73/tcp/46985/ws/p2p/16Uiu2HAm4SCwzdYNPbLwQ14qEkjTooVoyoWmSPFpm9YDDKpZBQR3"],"enrUri":"enr:-L24QKmnLBqqxTBjhXwCQZseG6IRlFuEu87nL0pWaGIiX3pxEgm1M9RhDcVpaRZDopgMdDQz7qTg-KXVxPrChaKoKh8CgmlkgnY0gmlwhKwSAUmKbXVsdGlhZGRyc5YACASsEgFJBreIAAoErBIBSQa3id0DgnJzhQDHAQAAiXNlY3AyNTZrMaEChdwy9qYHkbx0UXoNOpvfZrCAh76dWdL2Ghl0Ox1NJB6DdGNwgreIg3VkcIK3ioV3YWt1MgE"}'
2026-04-23 00:05:26.580 INFO [src.node.waku_node] REST service is ready !!
2026-04-23 00:05:26.580 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46983/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.201.215/tcp/33614/p2p/16Uiu2HAmRNsshmeNYhWXZvS6R3s1LTZ4Cd4SommyRT3ZDSrHMUKj"]'
2026-04-23 00:05:26.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:05:26.586 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33613/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/199/0"]'
2026-04-23 00:05:26.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:05:26.591 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46983/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/199/0"]'
2026-04-23 00:05:26.593 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:05:26.593 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33613/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:05:26.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:05:26.598 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-04-23 00:05:26.698 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-04-23 00:05:26.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33613/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F0" -H "Content-Type: application/json" -d 'None'
2026-04-23 00:05:26.701 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776902726593641246,"ephemeral":false,"proof":""}]'
2026-04-23 00:05:26.703 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-04-23 00:05:26.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F0" -H "Content-Type: application/json" -d 'None'
2026-04-23 00:05:26.705 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776902726593641246,"ephemeral":false,"proof":""}]'
2026-04-23 00:05:26.708 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-04-23 00:05:26.710 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-04-23 00:05:26.710 DEBUG [src.node.waku_node] Stopping container with id 1e55bff9d501
2026-04-23 00:05:27.132 DEBUG [src.node.waku_node] Container stopped.
2026-04-23 00:05:27.133 DEBUG [src.node.waku_node] Stopping container with id 8e3a9f89151a
2026-04-23 00:05:27.615 DEBUG [src.node.waku_node] Container stopped.
2026-04-23 00:05:27.617 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-04-23 00:05:27.625 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-04-23 00:05:27.631 DEBUG [src.node.docker_mananger] No errors found in the waku logs.