mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 01:33:46 +00:00
73 lines
13 KiB
Plaintext
73 lines
13 KiB
Plaintext
2026-03-14 04:34:20.468 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-14 04:34:20.469 DEBUG [tests.conftest] Running test: test_filter_ping_on_unsubscribed_peer with id: 2026-03-14_04-34-20__4ffc1c7e-8f66-45d2-8d11-37a2013422a5
|
|
2026-03-14 04:34:20.469 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-14 04:34:20.469 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-14 04:34:20.470 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-14 04:34:20.476 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-14 04:34:20.476 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-14_04-34-20__4ffc1c7e-8f66-45d2-8d11-37a2013422a5__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:34:20.476 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-14 04:34:20.476 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-14 04:34:20.478 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-14 04:34:20.478 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.231.171
|
|
2026-03-14 04:34:20.478 DEBUG [src.node.docker_mananger] Generated ports ['3058', '3059', '3060', '3061', '3062']
|
|
2026-03-14 04:34:20.478 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-14 04:34:20.478 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-14 04:34:20.479 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-14 04:34:20.479 DEBUG [src.node.docker_mananger] docker run -i -t -p 3058:3058 -p 3059:3059 -p 3060:3060 -p 3061:3061 -p 3062:3062 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=3060 --rest-port=3058 --tcp-port=3059 --discv5-udp-port=3061 --rest-address=0.0.0.0 --nat=extip:172.18.231.171 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=53eac3b934afd4a3e4e617f11a4dce9be99e9ba74ba3c6af0d58ca3d9c5557ae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3062 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-14 04:34:20.664 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.231.171 waku 94c9a3e84f01f0fbeed9f6798174baf722b116ba3fac372a072d6ad2f73bc740
|
|
2026-03-14 04:34:20.691 ERROR [src.node.docker_mananger] Max retries reached for container af1c4ed8eff2. Exiting log stream.
|
|
2026-03-14 04:34:20.697 DEBUG [src.node.docker_mananger] Container started with ID 94c9a3e84f01. Setting up logs at ./log/docker/node1_2026-03-14_04-34-20__4ffc1c7e-8f66-45d2-8d11-37a2013422a5__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:34:20.697 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3058
|
|
2026-03-14 04:34:20.698 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-14 04:34:21.250 ERROR [src.node.docker_mananger] Max retries reached for container be39a8ec392f. Exiting log stream.
|
|
2026-03-14 04:34:21.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3058/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:34:21.702 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-14 04:34:21.702 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-14 04:34:21.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3058/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:34:21.705 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.231.171/tcp/3059/p2p/16Uiu2HAm4mRMXjU8AMMfr8P75iQpdGn17a6gC4ZESbR6czdeEmRv","/ip4/172.18.231.171/tcp/3060/ws/p2p/16Uiu2HAm4mRMXjU8AMMfr8P75iQpdGn17a6gC4ZESbR6czdeEmRv"],"enrUri":"enr:-L24QB2Fg7Z70qlQ_xfyg3ufkv9wOSgC57aty1aHehljfVqrb8e0Q_Mw7Dkl_wvs73tdUTwzYY9DWJnQmedXtX0JeKQCgmlkgnY0gmlwhKwS56uKbXVsdGlhZGRyc5YACASsEuerBgvzAAoErBLnqwYL9N0DgnJzhQADAQAAiXNlY3AyNTZrMaECishDAJ8ds0o0n9TAYqflFSzX6VQoWbi7moK-Ok3hsm2DdGNwggvzg3VkcIIL9YV3YWt1MgU"}'
|
|
2026-03-14 04:34:21.705 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-14 04:34:21.705 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-14 04:34:21.712 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-14 04:34:21.712 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-14_04-34-20__4ffc1c7e-8f66-45d2-8d11-37a2013422a5__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:34:21.712 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-14 04:34:21.712 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-14 04:34:21.714 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-14 04:34:21.714 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.135.199
|
|
2026-03-14 04:34:21.714 DEBUG [src.node.docker_mananger] Generated ports ['63258', '63259', '63260', '63261', '63262']
|
|
2026-03-14 04:34:21.714 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-14 04:34:21.714 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-14 04:34:21.714 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-14 04:34:21.714 DEBUG [src.node.docker_mananger] docker run -i -t -p 63258:63258 -p 63259:63259 -p 63260:63260 -p 63261:63261 -p 63262:63262 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=63260 --rest-port=63258 --tcp-port=63259 --discv5-udp-port=63261 --rest-address=0.0.0.0 --nat=extip:172.18.135.199 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=380aebfc2c212bfef6df949d4da3f9abf18f38abbab0994beddb0cfbe39cca31 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63262 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QB2Fg7Z70qlQ_xfyg3ufkv9wOSgC57aty1aHehljfVqrb8e0Q_Mw7Dkl_wvs73tdUTwzYY9DWJnQmedXtX0JeKQCgmlkgnY0gmlwhKwS56uKbXVsdGlhZGRyc5YACASsEuerBgvzAAoErBLnqwYL9N0DgnJzhQADAQAAiXNlY3AyNTZrMaECishDAJ8ds0o0n9TAYqflFSzX6VQoWbi7moK-Ok3hsm2DdGNwggvzg3VkcIIL9YV3YWt1MgU --filternode=/ip4/172.18.231.171/tcp/3059/p2p/16Uiu2HAm4mRMXjU8AMMfr8P75iQpdGn17a6gC4ZESbR6czdeEmRv
|
|
2026-03-14 04:34:21.904 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.135.199 waku 7322bcf0d6ab768c35ce5f1fd9dc828e8dfa925a1ff5028c53be7d1ce1b17da8
|
|
2026-03-14 04:34:21.935 DEBUG [src.node.docker_mananger] Container started with ID 7322bcf0d6ab. Setting up logs at ./log/docker/node2_2026-03-14_04-34-20__4ffc1c7e-8f66-45d2-8d11-37a2013422a5__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:34:21.936 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63258
|
|
2026-03-14 04:34:21.936 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-14 04:34:22.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63258/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:34:22.940 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-14 04:34:22.940 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-14 04:34:22.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63258/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:34:22.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.135.199/tcp/63259/p2p/16Uiu2HAmAmHk5JmtpqZTYRgBt2mJGPf3k1QBFxq2Sc82h7ffLxiU","/ip4/172.18.135.199/tcp/63260/ws/p2p/16Uiu2HAmAmHk5JmtpqZTYRgBt2mJGPf3k1QBFxq2Sc82h7ffLxiU"],"enrUri":"enr:-L24QEDBPfvVG4bCBurFsqa965RsFYe8xTL2I1GB_xEOQB-nMDCjVsh-jFk6WfhAa0yxrSaeuF8evbJcHHdPcAbtSGkCgmlkgnY0gmlwhKwSh8eKbXVsdGlhZGRyc5YACASsEofHBvcbAAoErBKHxwb3HN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4-XG88_75EfvS3Ad8ELcagF_BqGM33CwFlf1dCuOt7mDdGNwgvcbg3VkcIL3HYV3YWt1MgA"}'
|
|
2026-03-14 04:34:22.943 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-14 04:34:22.943 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63258/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.231.171/tcp/3059/p2p/16Uiu2HAm4mRMXjU8AMMfr8P75iQpdGn17a6gC4ZESbR6czdeEmRv"]'
|
|
2026-03-14 04:34:22.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:34:22.980 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-14 04:34:22.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3058/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-14 04:34:22.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:34:22.998 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63258/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "408ab3b9-2d29-4c04-888e-278bb76e9e10", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-14 04:34:23.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"408ab3b9-2d29-4c04-888e-278bb76e9e10","statusDesc":"OK"}'
|
|
2026-03-14 04:34:23.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63258/filter/v2/subscriptions/2e278687-1675-472d-84e5-2cd6076136e8" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:34:23.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"2e278687-1675-472d-84e5-2cd6076136e8","statusDesc":"OK"}'
|
|
2026-03-14 04:34:23.020 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:63258/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "12345", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-14 04:34:23.029 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"12345","statusDesc":"OK"}'
|
|
2026-03-14 04:34:23.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63258/filter/v2/subscriptions/6f3b617b-e8db-458d-867c-1b18a559c9fc" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:34:23.037 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:63258/filter/v2/subscriptions/6f3b617b-e8db-458d-867c-1b18a559c9fc. Response content: b'{"requestId":"6f3b617b-e8db-458d-867c-1b18a559c9fc","statusDesc":"NOT_FOUND: peer has no subscriptions"}'
|
|
2026-03-14 04:34:23.039 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-14 04:34:23.040 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-14 04:34:23.040 DEBUG [src.node.waku_node] Stopping container with id 94c9a3e84f01
|
|
2026-03-14 04:34:23.558 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-14 04:34:23.558 DEBUG [src.node.waku_node] Stopping container with id 7322bcf0d6ab
|
|
2026-03-14 04:34:24.087 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-14 04:34:24.089 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-14 04:34:24.095 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-14 04:34:24.101 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|