mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-27 13:02:15 +00:00
83 lines
13 KiB
Plaintext
83 lines
13 KiB
Plaintext
2026-04-22 23:58:45.617 INFO [tests.conftest] Fleet bootstrap inactive – pass --fleet (or set FLEET_BOOTSTRAP=true) to connect local nodes to the waku.test fleet
|
||
2026-04-22 23:58:45.618 DEBUG [tests.conftest] Running fixture setup: test_id
|
||
2026-04-22 23:58:45.618 DEBUG [tests.conftest] Running test: test_metrics_initial_value with id: 2026-04-22_23-58-45__f6b42c99-378a-4c73-afba-d2100c762fbc
|
||
2026-04-22 23:58:45.619 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||
2026-04-22 23:58:45.619 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||
2026-04-22 23:58:45.619 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||
2026-04-22 23:58:45.619 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||
2026-04-22 23:58:45.619 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||
2026-04-22 23:58:45.630 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
2026-04-22 23:58:45.630 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-22_23-58-45__f6b42c99-378a-4c73-afba-d2100c762fbc__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:58:45.630 DEBUG [src.node.waku_node] Starting Node...
|
||
2026-04-22 23:58:45.631 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
2026-04-22 23:58:45.634 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
2026-04-22 23:58:45.635 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.40.58
|
||
2026-04-22 23:58:45.635 DEBUG [src.node.docker_mananger] Generated ports ['63478', '63479', '63480', '63481', '63482']
|
||
2026-04-22 23:58:45.636 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
2026-04-22 23:58:45.636 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
2026-04-22 23:58:45.636 DEBUG [src.node.waku_node] Using volumes []
|
||
2026-04-22 23:58:45.637 DEBUG [src.node.docker_mananger] docker run -i -t -p 63478:63478 -p 63479:63479 -p 63480:63480 -p 63481:63481 -p 63482:63482 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=63480 --rest-port=63478 --tcp-port=63479 --discv5-udp-port=63481 --rest-address=0.0.0.0 --nat=extip:172.18.40.58 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=ac7aba63ff9b254fcb234ae73b2aa3ca0c9df0bda72c6f7bffe01ffbe1de919c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63482 --metrics-logging=true --relay=true --filter=true --store=true --lightpush=true
|
||
2026-04-22 23:58:45.682 ERROR [src.node.docker_mananger] Max retries reached for container 2341433f4481. Exiting log stream.
|
||
2026-04-22 23:58:45.786 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.40.58 waku a01c1f753c94f169ee3f721a572c228f27b72091ee7ab1af095c26935b3aa5f8
|
||
2026-04-22 23:58:45.812 DEBUG [src.node.docker_mananger] Container started with ID a01c1f753c94. Setting up logs at ./log/docker/node1_2026-04-22_23-58-45__f6b42c99-378a-4c73-afba-d2100c762fbc__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:58:45.813 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63478
|
||
2026-04-22 23:58:45.813 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
2026-04-22 23:58:46.047 ERROR [src.node.docker_mananger] Max retries reached for container 1d45058c340f. Exiting log stream.
|
||
2026-04-22 23:58:46.452 ERROR [src.node.docker_mananger] Max retries reached for container 8ce744da92db. Exiting log stream.
|
||
2026-04-22 23:58:46.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63478/health" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:58:46.817 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"READY"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||
2026-04-22 23:58:46.817 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
2026-04-22 23:58:46.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63478/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:58:46.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.40.58/tcp/63479/p2p/16Uiu2HAmQBVnE1TEaWv2o5HhdUUQrLonVYDMFkTLQvAdhA2ahQFA","/ip4/172.18.40.58/tcp/63480/ws/p2p/16Uiu2HAmQBVnE1TEaWv2o5HhdUUQrLonVYDMFkTLQvAdhA2ahQFA"],"enrUri":"enr:-L24QDT0qkgmoWPaqwAo3Ro7OmkmvT9wEadHQM1VCzVB-C8TGtlnO-K3lr4lzsQvlKY5NYwxO93Hc2s5bAzy-2V38LMCgmlkgnY0gmlwhKwSKDqKbXVsdGlhZGRyc5YACASsEig6Bvf3AAoErBIoOgb3-N0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDq0FBySv6jvlwfyu_fisCRoIdV7bEmzMhd5Yexxm8cqGDdGNwgvf3g3VkcIL3-YV3YWt1Mg8"}'
|
||
2026-04-22 23:58:46.820 INFO [src.node.waku_node] REST service is ready !!
|
||
2026-04-22 23:58:46.820 DEBUG [src.libs.common] Sleeping for 5 seconds
|
||
2026-04-22 23:58:51.854 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||
2026-04-22 23:58:51.855 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||
2026-04-22 23:58:51.855 DEBUG [src.node.waku_node] Stopping container with id a01c1f753c94
|
||
2026-04-22 23:58:52.228 DEBUG [src.node.waku_node] Container stopped.
|
||
2026-04-22 23:58:52.230 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||
2026-04-22 23:58:52.233 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||
2026-04-22 23:58:52.233 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||
2026-04-22 23:58:52.233 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||
2026-04-22 23:58:52.234 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-04-22_23-58-45__f6b42c99-378a-4c73-afba-d2100c762fbc__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:58:52.236 INFO [tests.conftest] Fleet bootstrap inactive – pass --fleet (or set FLEET_BOOTSTRAP=true) to connect local nodes to the waku.test fleet
|
||
2026-04-22 23:58:52.237 DEBUG [tests.conftest] Running fixture setup: test_id
|
||
2026-04-22 23:58:52.237 DEBUG [tests.conftest] Running test: test_metrics_initial_value with id: 2026-04-22_23-58-52__579dabd1-335e-44e8-9cf9-67329d92e4bd
|
||
2026-04-22 23:58:52.237 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||
2026-04-22 23:58:52.237 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||
2026-04-22 23:58:52.237 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||
2026-04-22 23:58:52.238 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||
2026-04-22 23:58:52.238 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||
2026-04-22 23:58:52.243 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
2026-04-22 23:58:52.244 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-22_23-58-52__579dabd1-335e-44e8-9cf9-67329d92e4bd__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:58:52.244 DEBUG [src.node.waku_node] Starting Node...
|
||
2026-04-22 23:58:52.244 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
2026-04-22 23:58:52.245 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
2026-04-22 23:58:52.245 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.158.32
|
||
2026-04-22 23:58:52.246 DEBUG [src.node.docker_mananger] Generated ports ['17570', '17571', '17572', '17573', '17574']
|
||
2026-04-22 23:58:52.246 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
2026-04-22 23:58:52.246 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
2026-04-22 23:58:52.246 DEBUG [src.node.waku_node] Using volumes []
|
||
2026-04-22 23:58:52.246 DEBUG [src.node.docker_mananger] docker run -i -t -p 17570:17570 -p 17571:17571 -p 17572:17572 -p 17573:17573 -p 17574:17574 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=17572 --rest-port=17570 --tcp-port=17571 --discv5-udp-port=17573 --rest-address=0.0.0.0 --nat=extip:172.18.158.32 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=041bf3df21e8e1f6ec5874bbf54cdc5eca04ced11cc128bc5439b63ce5562c0c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17574 --metrics-logging=true --relay=true --filter=true --store=true --lightpush=true
|
||
2026-04-22 23:58:52.399 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.158.32 waku c2ceccb286734121c67482f6e8a01101882bb17c35459db132f5ac273ec281f6
|
||
2026-04-22 23:58:52.425 DEBUG [src.node.docker_mananger] Container started with ID c2ceccb28673. Setting up logs at ./log/docker/node1_2026-04-22_23-58-52__579dabd1-335e-44e8-9cf9-67329d92e4bd__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:58:52.426 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17570
|
||
2026-04-22 23:58:52.429 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
2026-04-22 23:58:53.040 ERROR [src.node.docker_mananger] Max retries reached for container a01c1f753c94. Exiting log stream.
|
||
2026-04-22 23:58:53.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17570/health" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:58:53.432 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"READY"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||
2026-04-22 23:58:53.432 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
2026-04-22 23:58:53.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17570/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:58:53.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.158.32/tcp/17571/p2p/16Uiu2HAm5PHzZ2iJf75Er38GACGDuqJyooYpcnnqZCwuF8xEd3kW","/ip4/172.18.158.32/tcp/17572/ws/p2p/16Uiu2HAm5PHzZ2iJf75Er38GACGDuqJyooYpcnnqZCwuF8xEd3kW"],"enrUri":"enr:-L24QMeimc3Z5JLE8Ij9fqVdHfXaX7uVC8BGa5WtdxMqx93JDWS3mR9wpwsUK33NQ92Pd01-IMxtV2SoQmqqLmds0VYCgmlkgnY0gmlwhKwSniCKbXVsdGlhZGRyc5YACASsEp4gBkSjAAoErBKeIAZEpN0DgnJzhQDGAQAAiXNlY3AyNTZrMaECk_jY0zopHFbGNXElbdfPgb3zxEKVvmUgAcesEPwOW7ODdGNwgkSjg3VkcIJEpYV3YWt1Mg8"}'
|
||
2026-04-22 23:58:53.435 INFO [src.node.waku_node] REST service is ready !!
|
||
2026-04-22 23:58:53.435 DEBUG [src.libs.common] Sleeping for 5 seconds
|
||
2026-04-22 23:58:58.445 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||
2026-04-22 23:58:58.447 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||
2026-04-22 23:58:58.447 DEBUG [src.node.waku_node] Stopping container with id c2ceccb28673
|
||
2026-04-22 23:58:58.818 DEBUG [src.node.waku_node] Container stopped.
|
||
2026-04-22 23:58:58.820 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||
2026-04-22 23:58:58.823 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||
2026-04-22 23:58:58.823 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||
2026-04-22 23:58:58.823 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||
2026-04-22 23:58:58.824 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-04-22_23-58-52__579dabd1-335e-44e8-9cf9-67329d92e4bd__wakuorg_nwaku:latest.log
|