mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-07 08:23:07 +00:00
73 lines
14 KiB
Plaintext
73 lines
14 KiB
Plaintext
2025-12-18 04:24:49.235 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-18 04:24:49.235 DEBUG [tests.conftest] Running test: test_admin_filter_subscriptions_shape with id: 2025-12-18_04-24-49__3e8de742-61b0-490d-af8d-5555cfd768a0
|
|
2025-12-18 04:24:49.235 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-18 04:24:49.236 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-18 04:24:49.236 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2025-12-18 04:24:49.242 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-18 04:24:49.243 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-18_04-24-49__3e8de742-61b0-490d-af8d-5555cfd768a0__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:24:49.249 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-18 04:24:49.249 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-18_04-24-49__3e8de742-61b0-490d-af8d-5555cfd768a0__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:24:49.254 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-18 04:24:49.254 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-18_04-24-49__3e8de742-61b0-490d-af8d-5555cfd768a0__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:24:49.260 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-18 04:24:49.260 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-18_04-24-49__3e8de742-61b0-490d-af8d-5555cfd768a0__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:24:49.261 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-18 04:24:49.261 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2025-12-18 04:24:49.262 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-18 04:24:49.262 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-18 04:24:49.263 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-18 04:24:49.263 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.38.188
|
|
2025-12-18 04:24:49.264 DEBUG [src.node.docker_mananger] Generated ports ['56517', '56518', '56519', '56520', '56521']
|
|
2025-12-18 04:24:49.264 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-18 04:24:49.264 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-18 04:24:49.264 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-18 04:24:49.264 DEBUG [src.node.docker_mananger] docker run -i -t -p 56517:56517 -p 56518:56518 -p 56519:56519 -p 56520:56520 -p 56521:56521 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=56519 --rest-port=56517 --tcp-port=56518 --discv5-udp-port=56520 --rest-address=0.0.0.0 --nat=extip:172.18.38.188 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=baefccce3e2313bf6e16d0a6db44c3bab2c7b91a891cdf7efca01e9ccf25bb6d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56521 --metrics-logging=true --filter=true --relay=true
|
|
2025-12-18 04:24:49.444 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.38.188 waku 258ad4e7eeaf61d7c69dcbeff1f8e8994df9c46b7032e4c155d301ff1d0afd71
|
|
2025-12-18 04:24:49.479 DEBUG [src.node.docker_mananger] Container started with ID 258ad4e7eeaf. Setting up logs at ./log/docker/node1_2025-12-18_04-24-49__3e8de742-61b0-490d-af8d-5555cfd768a0__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:24:49.481 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56517
|
|
2025-12-18 04:24:49.481 ERROR [src.node.docker_mananger] Max retries reached for container 39cbd62fe193. Exiting log stream.
|
|
2025-12-18 04:24:49.483 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-18 04:24:50.041 ERROR [src.node.docker_mananger] Max retries reached for container d3fb3e31dbfd. Exiting log stream.
|
|
2025-12-18 04:24:50.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56517/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:24:50.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
|
2025-12-18 04:24:50.487 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-18 04:24:50.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56517/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:24:50.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.38.188/tcp/56518/p2p/16Uiu2HAkyqowMVdzD8x2UGWnpyesY8tUvTDqq4jDga3LE46ywJci","/ip4/172.18.38.188/tcp/56519/ws/p2p/16Uiu2HAkyqowMVdzD8x2UGWnpyesY8tUvTDqq4jDga3LE46ywJci"],"enrUri":"enr:-L24QFwE4vZtbUbWcP7bvy5iKNA8Iz6Ggxon1yqMXAa2Q6pHQ1yOgHs4BmOjuD_kR_NMDQ5wyFQv368kXH-fJhzcRSoCgmlkgnY0gmlwhKwSJryKbXVsdGlhZGRyc5YACASsEia8BtzGAAoErBImvAbcx90DgnJzhQADAQAAiXNlY3AyNTZrMaECQZ2vaRH1A_BD0zN_D52_ASyT0R7txXwE5NaHeG40kcuDdGNwgtzGg3VkcILcyIV3YWt1MgU"}'
|
|
2025-12-18 04:24:50.489 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-18 04:24:50.489 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-18 04:24:50.490 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-18 04:24:50.491 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-18 04:24:50.491 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.234.193
|
|
2025-12-18 04:24:50.491 DEBUG [src.node.docker_mananger] Generated ports ['50830', '50831', '50832', '50833', '50834']
|
|
2025-12-18 04:24:50.491 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-18 04:24:50.491 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-18 04:24:50.492 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-18 04:24:50.492 DEBUG [src.node.docker_mananger] docker run -i -t -p 50830:50830 -p 50831:50831 -p 50832:50832 -p 50833:50833 -p 50834:50834 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=50832 --rest-port=50830 --tcp-port=50831 --discv5-udp-port=50833 --rest-address=0.0.0.0 --nat=extip:172.18.234.193 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=122cb72f65ad3a4c1b6278eb7d1caaf8fb891caa1b3ccd52b72184cedcc0be4b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50834 --metrics-logging=true --relay=false --filternode=/ip4/172.18.38.188/tcp/56518/p2p/16Uiu2HAkyqowMVdzD8x2UGWnpyesY8tUvTDqq4jDga3LE46ywJci --discv5-bootstrap-node=enr:-L24QFwE4vZtbUbWcP7bvy5iKNA8Iz6Ggxon1yqMXAa2Q6pHQ1yOgHs4BmOjuD_kR_NMDQ5wyFQv368kXH-fJhzcRSoCgmlkgnY0gmlwhKwSJryKbXVsdGlhZGRyc5YACASsEia8BtzGAAoErBImvAbcx90DgnJzhQADAQAAiXNlY3AyNTZrMaECQZ2vaRH1A_BD0zN_D52_ASyT0R7txXwE5NaHeG40kcuDdGNwgtzGg3VkcILcyIV3YWt1MgU
|
|
2025-12-18 04:24:50.684 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.234.193 waku 24f60aa6e565067281e5a9acee594b8dc904a32e0de3b7a34d8bc3a9bac7176f
|
|
2025-12-18 04:24:50.717 DEBUG [src.node.docker_mananger] Container started with ID 24f60aa6e565. Setting up logs at ./log/docker/node2_2025-12-18_04-24-49__3e8de742-61b0-490d-af8d-5555cfd768a0__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:24:50.718 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50830
|
|
2025-12-18 04:24:50.718 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-18 04:24:51.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50830/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:24:51.722 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
|
2025-12-18 04:24:51.722 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-18 04:24:51.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50830/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:24:51.724 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.234.193/tcp/50831/p2p/16Uiu2HAmRjLkpA3SuD3zY8uqm1sPGTDyJG37cKcB5wnfmbVv5gpL","/ip4/172.18.234.193/tcp/50832/ws/p2p/16Uiu2HAmRjLkpA3SuD3zY8uqm1sPGTDyJG37cKcB5wnfmbVv5gpL"],"enrUri":"enr:-L24QFSRgTBky3VEdMB7gFQ8dSbn8Yb0iy4oloo4Z3OVihD1H0T4ZiNCCshuzQ_MKWtLlYZcU2BG7foMo2Nm0kYSWJQCgmlkgnY0gmlwhKwS6sGKbXVsdGlhZGRyc5YACASsEurBBsaPAAoErBLqwQbGkN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwkVTcVf95FwWddOKwkIOHNOs7MbaNNWJ8-N08fsGGCWDdGNwgsaPg3VkcILGkYV3YWt1MgA"}'
|
|
2025-12-18 04:24:51.725 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-18 04:24:51.725 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50830/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-18 04:24:51.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2025-12-18 04:24:51.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56517/admin/v1/filter/subscriptions" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:24:51.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"peerId":"16Uiu2HAmRjLkpA3SuD3zY8uqm1sPGTDyJG37cKcB5wnfmbVv5gpL","filterCriteria":[{"pubsubTopic":"/waku/2/rs/3/1","contentTopic":"/test/1/waku-filter/proto"}]}]'
|
|
2025-12-18 04:24:51.776 DEBUG [tests.rest_flags.test_admin_flags] Node admin subscriptions info[{'peerId': '16Uiu2HAmRjLkpA3SuD3zY8uqm1sPGTDyJG37cKcB5wnfmbVv5gpL', 'filterCriteria': [{'pubsubTopic': '/waku/2/rs/3/1', 'contentTopic': '/test/1/waku-filter/proto'}]}]
|
|
2025-12-18 04:24:51.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56517/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:24:51.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.234.193/tcp/33356/p2p/16Uiu2HAmRjLkpA3SuD3zY8uqm1sPGTDyJG37cKcB5wnfmbVv5gpL","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/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":[],"connected":"Connected","agent":"nwaku-v0.36.0-119-gbc5059","origin":"UnknownOrigin"}]'
|
|
2025-12-18 04:24:51.779 DEBUG [tests.rest_flags.test_admin_flags] node 1 peers [{'multiaddr': '/ip4/172.18.234.193/tcp/33356/p2p/16Uiu2HAmRjLkpA3SuD3zY8uqm1sPGTDyJG37cKcB5wnfmbVv5gpL', '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/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': [], 'connected': 'Connected', 'agent': 'nwaku-v0.36.0-119-gbc5059', 'origin': 'UnknownOrigin'}]
|
|
2025-12-18 04:24:51.781 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-18 04:24:51.782 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-18 04:24:51.782 DEBUG [src.node.waku_node] Stopping container with id 258ad4e7eeaf
|
|
2025-12-18 04:24:52.332 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-18 04:24:52.332 DEBUG [src.node.waku_node] Stopping container with id 24f60aa6e565
|
|
2025-12-18 04:24:52.827 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-18 04:24:52.830 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-18 04:24:52.834 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-18 04:24:52.838 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|