mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-08 00:43:07 +00:00
73 lines
14 KiB
Plaintext
73 lines
14 KiB
Plaintext
2025-12-08 08:55:37.833 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-08 08:55:37.834 DEBUG [tests.conftest] Running test: test_admin_filter_subscriptions_shape with id: 2025-12-08_08-55-37__63368ece-9cf3-4fec-acc6-58f2a9d1bbfc
|
|
2025-12-08 08:55:37.835 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-08 08:55:37.835 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-08 08:55:37.836 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2025-12-08 08:55:37.844 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:55:37.845 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-08_08-55-37__63368ece-9cf3-4fec-acc6-58f2a9d1bbfc__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:55:37.852 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:55:37.852 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-08_08-55-37__63368ece-9cf3-4fec-acc6-58f2a9d1bbfc__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:55:37.860 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:55:37.860 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-08_08-55-37__63368ece-9cf3-4fec-acc6-58f2a9d1bbfc__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:55:37.868 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:55:37.868 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-08_08-55-37__63368ece-9cf3-4fec-acc6-58f2a9d1bbfc__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:55:37.868 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-08 08:55:37.869 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2025-12-08 08:55:37.870 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:55:37.870 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:55:37.871 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:55:37.872 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.42.250
|
|
2025-12-08 08:55:37.872 DEBUG [src.node.docker_mananger] Generated ports ['32739', '32740', '32741', '32742', '32743']
|
|
2025-12-08 08:55:37.872 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:55:37.872 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:55:37.872 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:55:37.872 DEBUG [src.node.docker_mananger] docker run -i -t -p 32739:32739 -p 32740:32740 -p 32741:32741 -p 32742:32742 -p 32743:32743 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=32741 --rest-port=32739 --tcp-port=32740 --discv5-udp-port=32742 --rest-address=0.0.0.0 --nat=extip:172.18.42.250 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dceb2b1c9e79cdcb3d7a0ce9f3da345481db129a1d8cbdd4c0ce6ddf5f297e5f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32743 --metrics-logging=true --filter=true --relay=true
|
|
2025-12-08 08:55:38.071 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.42.250 waku 7770b40aa578b20f881b52b958691815f4461011f04503e4bcf43945e5f0c8df
|
|
2025-12-08 08:55:38.094 ERROR [src.node.docker_mananger] Max retries reached for container 17dc5b18949e. Exiting log stream.
|
|
2025-12-08 08:55:38.104 DEBUG [src.node.docker_mananger] Container started with ID 7770b40aa578. Setting up logs at ./log/docker/node1_2025-12-08_08-55-37__63368ece-9cf3-4fec-acc6-58f2a9d1bbfc__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:55:38.105 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32739
|
|
2025-12-08 08:55:38.106 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:55:38.676 ERROR [src.node.docker_mananger] Max retries reached for container 80afba85421e. Exiting log stream.
|
|
2025-12-08 08:55:39.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32739/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:55:39.109 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-08 08:55:39.110 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:55:39.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32739/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:55:39.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.42.250/tcp/32740/p2p/16Uiu2HAmDrG5YKKmQhGxy9WGzmpFzapbNMtQ2aiSdsZZhSkJioyq","/ip4/172.18.42.250/tcp/32741/ws/p2p/16Uiu2HAmDrG5YKKmQhGxy9WGzmpFzapbNMtQ2aiSdsZZhSkJioyq"],"enrUri":"enr:-L24QMVLE4J_ZwdDj9Dfy2dv2iAQUcpj0TuGd3otBn0nErEEPBVF2BvvdQnB-dYuo7PKDdyNwKGasTuc6l7Mhd0JmDkCgmlkgnY0gmlwhKwSKvqKbXVsdGlhZGRyc5YACASsEir6Bn_kAAoErBIq-gZ_5d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDEb7cLKZa2W-jGNwWFGLfNqddIyp8vXXvDdVE_I4WUfCDdGNwgn_kg3VkcIJ_5oV3YWt1MgU"}'
|
|
2025-12-08 08:55:39.112 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:55:39.112 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:55:39.112 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:55:39.114 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:55:39.114 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.13.25
|
|
2025-12-08 08:55:39.114 DEBUG [src.node.docker_mananger] Generated ports ['51942', '51943', '51944', '51945', '51946']
|
|
2025-12-08 08:55:39.114 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:55:39.114 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:55:39.114 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:55:39.114 DEBUG [src.node.docker_mananger] docker run -i -t -p 51942:51942 -p 51943:51943 -p 51944:51944 -p 51945:51945 -p 51946:51946 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=51944 --rest-port=51942 --tcp-port=51943 --discv5-udp-port=51945 --rest-address=0.0.0.0 --nat=extip:172.18.13.25 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ad59c3bee6e29da1e30fe95e2ce2846d4c5fbf757fca72620debb0d7dcbe4d07 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51946 --metrics-logging=true --relay=false --filternode=/ip4/172.18.42.250/tcp/32740/p2p/16Uiu2HAmDrG5YKKmQhGxy9WGzmpFzapbNMtQ2aiSdsZZhSkJioyq --discv5-bootstrap-node=enr:-L24QMVLE4J_ZwdDj9Dfy2dv2iAQUcpj0TuGd3otBn0nErEEPBVF2BvvdQnB-dYuo7PKDdyNwKGasTuc6l7Mhd0JmDkCgmlkgnY0gmlwhKwSKvqKbXVsdGlhZGRyc5YACASsEir6Bn_kAAoErBIq-gZ_5d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDEb7cLKZa2W-jGNwWFGLfNqddIyp8vXXvDdVE_I4WUfCDdGNwgn_kg3VkcIJ_5oV3YWt1MgU
|
|
2025-12-08 08:55:39.300 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.13.25 waku 38bc096d7f009913332f8bc2d8e0778c90934003d0ed7e1733ea864b6a8903e4
|
|
2025-12-08 08:55:39.329 DEBUG [src.node.docker_mananger] Container started with ID 38bc096d7f00. Setting up logs at ./log/docker/node2_2025-12-08_08-55-37__63368ece-9cf3-4fec-acc6-58f2a9d1bbfc__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:55:39.330 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51942
|
|
2025-12-08 08:55:39.330 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:55:40.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51942/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:55:40.335 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-08 08:55:40.335 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:55:40.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51942/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:55:40.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.13.25/tcp/51943/p2p/16Uiu2HAmGh84cEraY8FuqMe8H9Ln5kgddg7ki2ddnw2herEXUb7G","/ip4/172.18.13.25/tcp/51944/ws/p2p/16Uiu2HAmGh84cEraY8FuqMe8H9Ln5kgddg7ki2ddnw2herEXUb7G"],"enrUri":"enr:-L24QB5CSbjUUGHfP9G_WDQY_iR9o15l7athBrbE-cmYupE5axnYZQ14sZxxS-g-smIhhdGLmXNd-bsBV7fGraRDV8MCgmlkgnY0gmlwhKwSDRmKbXVsdGlhZGRyc5YACASsEg0ZBsrnAAoErBINGQbK6N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDO_qhNzMv-CkbaSabwp2qj_d3wltjnydrJ0TgYhFm3CuDdGNwgsrng3VkcILK6YV3YWt1MgA"}'
|
|
2025-12-08 08:55:40.338 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:55:40.338 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51942/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-08 08:55:40.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2025-12-08 08:55:40.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32739/admin/v1/filter/subscriptions" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:55:40.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"peerId":"16Uiu2HAmGh84cEraY8FuqMe8H9Ln5kgddg7ki2ddnw2herEXUb7G","filterCriteria":[{"pubsubTopic":"/waku/2/rs/3/1","contentTopic":"/test/1/waku-filter/proto"}]}]'
|
|
2025-12-08 08:55:40.394 DEBUG [tests.rest_flags.test_admin_flags] Node admin subscriptions info[{'peerId': '16Uiu2HAmGh84cEraY8FuqMe8H9Ln5kgddg7ki2ddnw2herEXUb7G', 'filterCriteria': [{'pubsubTopic': '/waku/2/rs/3/1', 'contentTopic': '/test/1/waku-filter/proto'}]}]
|
|
2025-12-08 08:55:40.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32739/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:55:40.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.13.25/tcp/33570/p2p/16Uiu2HAmGh84cEraY8FuqMe8H9Ln5kgddg7ki2ddnw2herEXUb7G","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-109-ga8590a","origin":"UnknownOrigin"}]'
|
|
2025-12-08 08:55:40.396 DEBUG [tests.rest_flags.test_admin_flags] node 1 peers [{'multiaddr': '/ip4/172.18.13.25/tcp/33570/p2p/16Uiu2HAmGh84cEraY8FuqMe8H9Ln5kgddg7ki2ddnw2herEXUb7G', '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-109-ga8590a', 'origin': 'UnknownOrigin'}]
|
|
2025-12-08 08:55:40.399 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-08 08:55:40.400 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-08 08:55:40.400 DEBUG [src.node.waku_node] Stopping container with id 7770b40aa578
|
|
2025-12-08 08:55:40.928 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:55:40.928 DEBUG [src.node.waku_node] Stopping container with id 38bc096d7f00
|
|
2025-12-08 08:55:41.514 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:55:41.516 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-08 08:55:41.520 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 08:55:41.524 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|