mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 00:53:08 +00:00
97 lines
15 KiB
Plaintext
97 lines
15 KiB
Plaintext
2026-03-11 04:35:38.703 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-11 04:35:38.703 DEBUG [tests.conftest] Running test: test_metrics_after_filter_get with id: 2026-03-11_04-35-38__0d3cd825-e4d2-4d87-ade1-efcf4e7d7270
|
|
2026-03-11 04:35:38.703 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-11 04:35:38.704 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-11 04:35:38.704 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-11 04:35:38.704 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-11 04:35:38.704 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-11 04:35:38.705 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-11 04:35:38.711 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-11 04:35:38.711 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-11_04-35-38__0d3cd825-e4d2-4d87-ade1-efcf4e7d7270__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:35:38.711 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-11 04:35:38.711 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-11 04:35:38.713 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-11 04:35:38.713 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.118.82
|
|
2026-03-11 04:35:38.713 DEBUG [src.node.docker_mananger] Generated ports ['6434', '6435', '6436', '6437', '6438']
|
|
2026-03-11 04:35:38.713 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-11 04:35:38.713 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-11 04:35:38.714 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-11 04:35:38.714 DEBUG [src.node.docker_mananger] docker run -i -t -p 6434:6434 -p 6435:6435 -p 6436:6436 -p 6437:6437 -p 6438:6438 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=6436 --rest-port=6434 --tcp-port=6435 --discv5-udp-port=6437 --rest-address=0.0.0.0 --nat=extip:172.18.118.82 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4d84f648b1ba271a672f5f3d87c207c87c19fa9bb227be0ef4fbd474cedd67fb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6438 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-11 04:35:38.904 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.118.82 waku 26fabf9fea8dbeebc3ae05822f5a3e8f64b8a77e4301400b36f7ce76e512c99d
|
|
2026-03-11 04:35:38.938 DEBUG [src.node.docker_mananger] Container started with ID 26fabf9fea8d. Setting up logs at ./log/docker/node1_2026-03-11_04-35-38__0d3cd825-e4d2-4d87-ade1-efcf4e7d7270__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:35:38.939 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6434
|
|
2026-03-11 04:35:38.939 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-11 04:35:39.512 ERROR [src.node.docker_mananger] Max retries reached for container 9b082abeab39. Exiting log stream.
|
|
2026-03-11 04:35:39.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6434/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:35:39.942 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"},{"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-11 04:35:39.942 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-11 04:35:39.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6434/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:35:39.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.118.82/tcp/6435/p2p/16Uiu2HAm9FaZY6k6LxgxVCuYphtc81gFqHzn75b1M9aGLVNbesdE","/ip4/172.18.118.82/tcp/6436/ws/p2p/16Uiu2HAm9FaZY6k6LxgxVCuYphtc81gFqHzn75b1M9aGLVNbesdE"],"enrUri":"enr:-L24QL1tYEdl34LZQwFTzfHdZUnXVyjWXcxzr_tIOEulER8IJWel3UBclR5GFFd1Yjl4P1g0vy03k5Kzm6jnHfx01_oCgmlkgnY0gmlwhKwSdlKKbXVsdGlhZGRyc5YACASsEnZSBhkjAAoErBJ2UgYZJN0DgnJzhQADAQAAiXNlY3AyNTZrMaECzW2utyaUdWhD-NULc3YvcP2Bhd-Fnv01g0t_sl1posWDdGNwghkjg3VkcIIZJYV3YWt1MgU"}'
|
|
2026-03-11 04:35:39.945 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-11 04:35:39.945 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-11 04:35:39.952 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-11 04:35:39.952 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-11_04-35-38__0d3cd825-e4d2-4d87-ade1-efcf4e7d7270__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:35:39.952 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-11 04:35:39.952 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-11 04:35:39.953 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-11 04:35:39.953 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.233.32
|
|
2026-03-11 04:35:39.954 DEBUG [src.node.docker_mananger] Generated ports ['11486', '11487', '11488', '11489', '11490']
|
|
2026-03-11 04:35:39.954 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-11 04:35:39.954 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-11 04:35:39.954 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-11 04:35:39.954 DEBUG [src.node.docker_mananger] docker run -i -t -p 11486:11486 -p 11487:11487 -p 11488:11488 -p 11489:11489 -p 11490:11490 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=11488 --rest-port=11486 --tcp-port=11487 --discv5-udp-port=11489 --rest-address=0.0.0.0 --nat=extip:172.18.233.32 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5d088b75d5a1807f41a3d312ae052ccbd1ff0fe0fb5bc1a4e3aa609b4ab8992a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11490 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QL1tYEdl34LZQwFTzfHdZUnXVyjWXcxzr_tIOEulER8IJWel3UBclR5GFFd1Yjl4P1g0vy03k5Kzm6jnHfx01_oCgmlkgnY0gmlwhKwSdlKKbXVsdGlhZGRyc5YACASsEnZSBhkjAAoErBJ2UgYZJN0DgnJzhQADAQAAiXNlY3AyNTZrMaECzW2utyaUdWhD-NULc3YvcP2Bhd-Fnv01g0t_sl1posWDdGNwghkjg3VkcIIZJYV3YWt1MgU --filternode=/ip4/172.18.118.82/tcp/6435/p2p/16Uiu2HAm9FaZY6k6LxgxVCuYphtc81gFqHzn75b1M9aGLVNbesdE
|
|
2026-03-11 04:35:40.139 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.233.32 waku 2c949465335b485d2de5421f1c0e60daa8bf137d658ea5d4ef3422b3287a8ea3
|
|
2026-03-11 04:35:40.174 DEBUG [src.node.docker_mananger] Container started with ID 2c949465335b. Setting up logs at ./log/docker/node2_2026-03-11_04-35-38__0d3cd825-e4d2-4d87-ade1-efcf4e7d7270__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:35:40.175 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11486
|
|
2026-03-11 04:35:40.175 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-11 04:35:41.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11486/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:35:41.179 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-11 04:35:41.179 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-11 04:35:41.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11486/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:35:41.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.233.32/tcp/11487/p2p/16Uiu2HAkudVfcEPopNzJ9MvEQBypRTbG2AWwUAPb6HNYovdyNsG6","/ip4/172.18.233.32/tcp/11488/ws/p2p/16Uiu2HAkudVfcEPopNzJ9MvEQBypRTbG2AWwUAPb6HNYovdyNsG6"],"enrUri":"enr:-L24QF0BnIJP4unyWBJGTuyFG-6mmRRE7eNA9gI6rIMJd0NvYyh7hdDXaDgerkJne5JieNnx5Wrp2Y_Pcm9oNhnkQ3ICgmlkgnY0gmlwhKwS6SCKbXVsdGlhZGRyc5YACASsEukgBizfAAoErBLpIAYs4N0DgnJzhQADAQAAiXNlY3AyNTZrMaECAwdO4x1wjKoSErhissqDYY6f0xO65yPyd19pgpLANvuDdGNwgizfg3VkcIIs4YV3YWt1MgA"}'
|
|
2026-03-11 04:35:41.181 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-11 04:35:41.182 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11486/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.118.82/tcp/6435/p2p/16Uiu2HAm9FaZY6k6LxgxVCuYphtc81gFqHzn75b1M9aGLVNbesdE"]'
|
|
2026-03-11 04:35:41.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:35:41.217 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-11 04:35:41.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6434/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-11 04:35:41.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:35:41.239 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11486/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "2c97b68e-e0f6-4c77-a731-607258b9a5a1", "contentFilters": ["/test/1/waku-relay/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-11 04:35:41.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"2c97b68e-e0f6-4c77-a731-607258b9a5a1","statusDesc":"OK"}'
|
|
2026-03-11 04:35:41.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6434/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-03-11 04:35:41.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:35:41.264 DEBUG [src.libs.common] Sleeping for 0.5 seconds
|
|
2026-03-11 04:35:41.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11486/filter/v2/messages/%2Ftest%2F1%2Fwaku-relay%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:35:41.767 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":1773203741256186838,"ephemeral":false}]'
|
|
2026-03-11 04:35:41.768 DEBUG [src.libs.common] Sleeping for 5 seconds
|
|
2026-03-11 04:35:46.768 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2026-03-11 04:35:46.773 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
|
2026-03-11 04:35:46.773 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
|
|
2026-03-11 04:35:46.777 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 1.0
|
|
2026-03-11 04:35:46.777 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
|
|
2026-03-11 04:35:46.780 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
|
|
2026-03-11 04:35:46.781 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
|
|
2026-03-11 04:35:46.784 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
|
2026-03-11 04:35:46.784 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2026-03-11 04:35:46.787 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
|
2026-03-11 04:35:46.788 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
|
|
2026-03-11 04:35:46.791 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 1.0
|
|
2026-03-11 04:35:46.791 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
|
|
2026-03-11 04:35:46.795 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 1.0
|
|
2026-03-11 04:35:46.795 DEBUG [src.steps.metrics] Checking metric: waku_service_peers{protocol="/vac/waku/filter-subscribe/2.0.0-beta1",peerId="/ip4/172.18.118.82/tcp/6435"} has 1
|
|
2026-03-11 04:35:46.798 DEBUG [src.steps.metrics] Found metric: waku_service_peers{protocol="/vac/waku/filter-subscribe/2.0.0-beta1",peerId="/ip4/172.18.118.82/tcp/6435"} with value 1.0
|
|
2026-03-11 04:35:46.799 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2026-03-11 04:35:46.802 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
|
2026-03-11 04:35:46.802 DEBUG [src.steps.metrics] Checking metric: libp2p_total_dial_attempts_total has 1
|
|
2026-03-11 04:35:46.805 DEBUG [src.steps.metrics] Found metric: libp2p_total_dial_attempts_total with value 1.0
|
|
2026-03-11 04:35:46.806 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2026-03-11 04:35:46.809 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
|
2026-03-11 04:35:46.811 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-11 04:35:46.812 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-11 04:35:46.812 DEBUG [src.node.waku_node] Stopping container with id 26fabf9fea8d
|
|
2026-03-11 04:35:47.415 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-11 04:35:47.415 DEBUG [src.node.waku_node] Stopping container with id 2c949465335b
|
|
2026-03-11 04:35:47.929 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-11 04:35:47.931 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-11 04:35:47.937 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-11 04:35:47.941 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|