mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
69 lines
12 KiB
Plaintext
69 lines
12 KiB
Plaintext
2026-03-05 04:33:33.327 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 04:33:33.328 DEBUG [tests.conftest] Running test: test_filter_update_subscription_with_no_pubsub_topic with id: 2026-03-05_04-33-33__3d09a6cd-e215-4a25-8125-c03e6248c486
|
|
2026-03-05 04:33:33.328 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 04:33:33.328 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-05 04:33:33.328 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-05 04:33:33.335 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-05 04:33:33.335 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-05_04-33-33__3d09a6cd-e215-4a25-8125-c03e6248c486__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:33:33.335 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 04:33:33.335 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 04:33:33.337 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 04:33:33.337 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.19.63
|
|
2026-03-05 04:33:33.337 DEBUG [src.node.docker_mananger] Generated ports ['7618', '7619', '7620', '7621', '7622']
|
|
2026-03-05 04:33:33.337 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 04:33:33.337 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 04:33:33.337 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 04:33:33.338 DEBUG [src.node.docker_mananger] docker run -i -t -p 7618:7618 -p 7619:7619 -p 7620:7620 -p 7621:7621 -p 7622:7622 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=7620 --rest-port=7618 --tcp-port=7619 --discv5-udp-port=7621 --rest-address=0.0.0.0 --nat=extip:172.18.19.63 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bd1f56ebbccec993fdcf7987deaf381c3b8bffe5dba210bb7ce5d8ea835dd30c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7622 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-05 04:33:33.527 ERROR [src.node.docker_mananger] Max retries reached for container d43c789999c9. Exiting log stream.
|
|
2026-03-05 04:33:33.530 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.19.63 waku f9668c53676f9fa24778e1be721c6142515820ea6bccac93889ea2594da93207
|
|
2026-03-05 04:33:33.566 DEBUG [src.node.docker_mananger] Container started with ID f9668c53676f. Setting up logs at ./log/docker/node1_2026-03-05_04-33-33__3d09a6cd-e215-4a25-8125-c03e6248c486__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:33:33.567 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7618
|
|
2026-03-05 04:33:33.567 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 04:33:34.084 ERROR [src.node.docker_mananger] Max retries reached for container bbeeb3227484. Exiting log stream.
|
|
2026-03-05 04:33:34.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7618/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:33:34.571 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-05 04:33:34.572 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 04:33:34.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7618/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:33:34.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.19.63/tcp/7619/p2p/16Uiu2HAmCq1U2wtdZZYkTmsKh7PJSr95zViKngKy1J5v58gssjEU","/ip4/172.18.19.63/tcp/7620/ws/p2p/16Uiu2HAmCq1U2wtdZZYkTmsKh7PJSr95zViKngKy1J5v58gssjEU"],"enrUri":"enr:-L24QB1sbQdPojkBAfSQspmjNEdXbYDF6QQWVfzvrRRE7qHbSq5c5GNLwUDgFdGnQtepdqG6Hxfm1s-IX8YmlxO8qzgCgmlkgnY0gmlwhKwSEz-KbXVsdGlhZGRyc5YACASsEhM_Bh3DAAoErBITPwYdxN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDApER_bayLuYLXWu95eXNhiIAa0ivL50SiRMAEwZz1gWDdGNwgh3Dg3VkcIIdxYV3YWt1MgU"}'
|
|
2026-03-05 04:33:34.574 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 04:33:34.575 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-05 04:33:34.581 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-05 04:33:34.581 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-05_04-33-33__3d09a6cd-e215-4a25-8125-c03e6248c486__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:33:34.581 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 04:33:34.582 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 04:33:34.583 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 04:33:34.583 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.198.235
|
|
2026-03-05 04:33:34.583 DEBUG [src.node.docker_mananger] Generated ports ['23744', '23745', '23746', '23747', '23748']
|
|
2026-03-05 04:33:34.583 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 04:33:34.583 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 04:33:34.583 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 04:33:34.584 DEBUG [src.node.docker_mananger] docker run -i -t -p 23744:23744 -p 23745:23745 -p 23746:23746 -p 23747:23747 -p 23748:23748 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=23746 --rest-port=23744 --tcp-port=23745 --discv5-udp-port=23747 --rest-address=0.0.0.0 --nat=extip:172.18.198.235 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7ed6692df9bb8259de2d89852bde3bf3fddafffba9b39b3d6bbdec2ccaedbaef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23748 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QB1sbQdPojkBAfSQspmjNEdXbYDF6QQWVfzvrRRE7qHbSq5c5GNLwUDgFdGnQtepdqG6Hxfm1s-IX8YmlxO8qzgCgmlkgnY0gmlwhKwSEz-KbXVsdGlhZGRyc5YACASsEhM_Bh3DAAoErBITPwYdxN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDApER_bayLuYLXWu95eXNhiIAa0ivL50SiRMAEwZz1gWDdGNwgh3Dg3VkcIIdxYV3YWt1MgU --filternode=/ip4/172.18.19.63/tcp/7619/p2p/16Uiu2HAmCq1U2wtdZZYkTmsKh7PJSr95zViKngKy1J5v58gssjEU
|
|
2026-03-05 04:33:34.778 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.198.235 waku 08dee5664d2b69608a1bf113ccc22269dc2c4c30f25e6cf4256cd243d3497956
|
|
2026-03-05 04:33:34.814 DEBUG [src.node.docker_mananger] Container started with ID 08dee5664d2b. Setting up logs at ./log/docker/node2_2026-03-05_04-33-33__3d09a6cd-e215-4a25-8125-c03e6248c486__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:33:34.814 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23744
|
|
2026-03-05 04:33:34.814 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 04:33:35.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23744/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:33:35.818 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-05 04:33:35.818 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 04:33:35.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23744/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:33:35.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.198.235/tcp/23745/p2p/16Uiu2HAm93kt7hCG8Q5EoqGRaVsMidvj5QGSckhvLBJWSCJiUPog","/ip4/172.18.198.235/tcp/23746/ws/p2p/16Uiu2HAm93kt7hCG8Q5EoqGRaVsMidvj5QGSckhvLBJWSCJiUPog"],"enrUri":"enr:-L24QAVISceX7EGWq7oskTm-fEdYePPd5P_4oY78Q-6Wh_P3N28FZ27UkvJLwDqFwhBuqYxN_WWt-jctrw5Nu2D_HucCgmlkgnY0gmlwhKwSxuuKbXVsdGlhZGRyc5YACASsEsbrBlzBAAoErBLG6wZcwt0DgnJzhQADAQAAiXNlY3AyNTZrMaECymZhy1WpSY5El-pynY1LTcTeQgeyVWp-CMbeHoznZ1ODdGNwglzBg3VkcIJcw4V3YWt1MgA"}'
|
|
2026-03-05 04:33:35.821 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 04:33:35.821 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23744/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.19.63/tcp/7619/p2p/16Uiu2HAmCq1U2wtdZZYkTmsKh7PJSr95zViKngKy1J5v58gssjEU"]'
|
|
2026-03-05 04:33:35.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:33:35.861 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-05 04:33:35.862 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7618/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-05 04:33:35.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:33:35.875 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23744/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e6cc9740-42f4-4bc2-b59b-e4f0dd83ac9c", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-05 04:33:35.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"e6cc9740-42f4-4bc2-b59b-e4f0dd83ac9c","statusDesc":"OK"}'
|
|
2026-03-05 04:33:35.892 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:23744/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/2/waku-filter/proto"]}'
|
|
2026-03-05 04:33:35.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-05 04:33:35.903 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 04:33:35.904 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 04:33:35.904 DEBUG [src.node.waku_node] Stopping container with id f9668c53676f
|
|
2026-03-05 04:33:36.464 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 04:33:36.464 DEBUG [src.node.waku_node] Stopping container with id 08dee5664d2b
|
|
2026-03-05 04:33:37.047 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 04:33:37.051 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 04:33:37.057 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 04:33:37.062 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|