71 lines
13 KiB
Plaintext

2026-03-25 04:41:05.958 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-25 04:41:05.958 DEBUG [tests.conftest] Running test: test_admin_relay_peers_schema with id: 2026-03-25_04-41-05__850897d4-ab03-473b-ba66-8b49b88a47cc
2026-03-25 04:41:05.958 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-25 04:41:05.958 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-25 04:41:05.959 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-25 04:41:05.965 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-25 04:41:05.966 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-25_04-41-05__850897d4-ab03-473b-ba66-8b49b88a47cc__wakuorg_nwaku:latest.log
2026-03-25 04:41:05.972 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-25 04:41:05.972 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-25_04-41-05__850897d4-ab03-473b-ba66-8b49b88a47cc__wakuorg_nwaku:latest.log
2026-03-25 04:41:05.978 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-25 04:41:05.978 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-25_04-41-05__850897d4-ab03-473b-ba66-8b49b88a47cc__wakuorg_nwaku:latest.log
2026-03-25 04:41:05.985 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-25 04:41:05.985 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-25_04-41-05__850897d4-ab03-473b-ba66-8b49b88a47cc__wakuorg_nwaku:latest.log
2026-03-25 04:41:05.985 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-25 04:41:05.985 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-25 04:41:05.986 DEBUG [src.node.waku_node] Starting Node...
2026-03-25 04:41:05.986 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-25 04:41:05.987 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-25 04:41:05.987 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.226.238
2026-03-25 04:41:05.988 DEBUG [src.node.docker_mananger] Generated ports ['50797', '50798', '50799', '50800', '50801']
2026-03-25 04:41:05.988 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-25 04:41:05.988 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-25 04:41:05.988 DEBUG [src.node.waku_node] Using volumes []
2026-03-25 04:41:05.988 DEBUG [src.node.docker_mananger] docker run -i -t -p 50797:50797 -p 50798:50798 -p 50799:50799 -p 50800:50800 -p 50801:50801 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=50799 --rest-port=50797 --tcp-port=50798 --discv5-udp-port=50800 --rest-address=0.0.0.0 --nat=extip:172.18.226.238 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cc9effc8a6bdf43adc334c55ad10e3af9bef16a90ee7f2648bb9afa32b0883e3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50801 --metrics-logging=true --relay=true
2026-03-25 04:41:06.185 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.226.238 waku df6a27b79dcf27e61be9467b3bc002cdbe2b123bb167edd20b905e6b22d8477b
2026-03-25 04:41:06.220 DEBUG [src.node.docker_mananger] Container started with ID df6a27b79dcf. Setting up logs at ./log/docker/node1_2026-03-25_04-41-05__850897d4-ab03-473b-ba66-8b49b88a47cc__wakuorg_nwaku:latest.log
2026-03-25 04:41:06.222 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50797
2026-03-25 04:41:06.222 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-25 04:41:06.764 ERROR [src.node.docker_mananger] Max retries reached for container e5808230d36c. Exiting log stream.
2026-03-25 04:41:07.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50797/health" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:41:07.225 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_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"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-25 04:41:07.226 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-25 04:41:07.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50797/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:41:07.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.226.238/tcp/50798/p2p/16Uiu2HAmAbkkpZjmd6rLAF8ggc72mHHxq59TXfHJxigWibgmnC1q","/ip4/172.18.226.238/tcp/50799/ws/p2p/16Uiu2HAmAbkkpZjmd6rLAF8ggc72mHHxq59TXfHJxigWibgmnC1q"],"enrUri":"enr:-L24QMPV9ZP2GeImtuZVWpTvrndNF_W43UpThbYegyOrJ6rvC-Uk9ZTEzhCxhi2K6Z4iLtvtj4QwzGhH5gdv6wojeU0CgmlkgnY0gmlwhKwS4u6KbXVsdGlhZGRyc5YACASsEuLuBsZuAAoErBLi7gbGb90DgnJzhQADAQAAiXNlY3AyNTZrMaEC4XSDOgcaSnwA9WKKsp-NqoHW-1keCxDdzcNxTSzQFeSDdGNwgsZug3VkcILGcIV3YWt1MgE"}'
2026-03-25 04:41:07.228 INFO [src.node.waku_node] REST service is ready !!
2026-03-25 04:41:07.229 DEBUG [src.node.waku_node] Starting Node...
2026-03-25 04:41:07.229 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-25 04:41:07.230 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-25 04:41:07.230 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.129.68
2026-03-25 04:41:07.230 DEBUG [src.node.docker_mananger] Generated ports ['41868', '41869', '41870', '41871', '41872']
2026-03-25 04:41:07.231 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-25 04:41:07.231 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-25 04:41:07.231 DEBUG [src.node.waku_node] Using volumes []
2026-03-25 04:41:07.231 DEBUG [src.node.docker_mananger] docker run -i -t -p 41868:41868 -p 41869:41869 -p 41870:41870 -p 41871:41871 -p 41872:41872 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=41870 --rest-port=41868 --tcp-port=41869 --discv5-udp-port=41871 --rest-address=0.0.0.0 --nat=extip:172.18.129.68 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ff7efe659caafe25cdfe5a0debf91a2d303391b500f6b6425b5dbff0f032c93e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41872 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QMPV9ZP2GeImtuZVWpTvrndNF_W43UpThbYegyOrJ6rvC-Uk9ZTEzhCxhi2K6Z4iLtvtj4QwzGhH5gdv6wojeU0CgmlkgnY0gmlwhKwS4u6KbXVsdGlhZGRyc5YACASsEuLuBsZuAAoErBLi7gbGb90DgnJzhQADAQAAiXNlY3AyNTZrMaEC4XSDOgcaSnwA9WKKsp-NqoHW-1keCxDdzcNxTSzQFeSDdGNwgsZug3VkcILGcIV3YWt1MgE
2026-03-25 04:41:07.419 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.129.68 waku 6c6438a3c66ed589efa65f2d230413b9fe6d97accfa55afb6a63bfb1e52a4b90
2026-03-25 04:41:07.454 DEBUG [src.node.docker_mananger] Container started with ID 6c6438a3c66e. Setting up logs at ./log/docker/node2_2026-03-25_04-41-05__850897d4-ab03-473b-ba66-8b49b88a47cc__wakuorg_nwaku:latest.log
2026-03-25 04:41:07.454 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41868
2026-03-25 04:41:07.455 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-25 04:41:08.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41868/health" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:41:08.481 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_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"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-25 04:41:08.481 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-25 04:41:08.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41868/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:41:08.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.129.68/tcp/41869/p2p/16Uiu2HAm1QAnFJbAWb49HquqJAV2MeKa91EEXoBGndTtj2THAWzf","/ip4/172.18.129.68/tcp/41870/ws/p2p/16Uiu2HAm1QAnFJbAWb49HquqJAV2MeKa91EEXoBGndTtj2THAWzf"],"enrUri":"enr:-L24QF59S0eZSgSHV1GahNnpSwZLDAgUVs3utIjnDf7B4A8MEpB2RlDrGlijaalvchH-jh9sny7INY9AIuhhn84bFA4CgmlkgnY0gmlwhKwSgUSKbXVsdGlhZGRyc5YACASsEoFEBqONAAoErBKBRAajjt0DgnJzhQADAQAAiXNlY3AyNTZrMaECWMOGdxeDdkgmP_ZCnamK8HwON-CE4N6UtTaBS61j9wyDdGNwgqONg3VkcIKjj4V3YWt1MgE"}'
2026-03-25 04:41:08.493 INFO [src.node.waku_node] REST service is ready !!
2026-03-25 04:41:08.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50797/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.129.68/tcp/41869/p2p/16Uiu2HAm1QAnFJbAWb49HquqJAV2MeKa91EEXoBGndTtj2THAWzf"]'
2026-03-25 04:41:08.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-25 04:41:08.496 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41868/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.226.238/tcp/50798/p2p/16Uiu2HAmAbkkpZjmd6rLAF8ggc72mHHxq59TXfHJxigWibgmnC1q"]'
2026-03-25 04:41:08.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-25 04:41:09.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50797/admin/v1/peers/relay" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:41:09.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"shard":0,"peers":[{"multiaddr":"/ip4/172.18.129.68/tcp/35196/p2p/16Uiu2HAm1QAnFJbAWb49HquqJAV2MeKa91EEXoBGndTtj2THAWzf","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.38.0-rc.0-11-g6a20ee","origin":"UnknownOrigin","score":0.0}]}]'
2026-03-25 04:41:09.503 DEBUG [tests.rest_flags.test_admin_flags] /admin/v1/peers/relay (schema): [{'shard': 0, 'peers': [{'multiaddr': '/ip4/172.18.129.68/tcp/35196/p2p/16Uiu2HAm1QAnFJbAWb49HquqJAV2MeKa91EEXoBGndTtj2THAWzf', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'logos-delivery-v0.38.0-rc.0-11-g6a20ee', 'origin': 'UnknownOrigin', 'score': 0.0}]}] / type=list
2026-03-25 04:41:09.505 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-25 04:41:09.506 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-25 04:41:09.506 DEBUG [src.node.waku_node] Stopping container with id df6a27b79dcf
2026-03-25 04:41:10.093 DEBUG [src.node.waku_node] Container stopped.
2026-03-25 04:41:10.095 DEBUG [src.node.waku_node] Stopping container with id 6c6438a3c66e
2026-03-25 04:41:10.668 DEBUG [src.node.waku_node] Container stopped.
2026-03-25 04:41:10.672 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-25 04:41:10.677 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-25 04:41:10.681 DEBUG [src.node.docker_mananger] No errors found in the waku logs.