mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-05 23:43:07 +00:00
69 lines
12 KiB
Plaintext
69 lines
12 KiB
Plaintext
2025-12-18 04:15:54.091 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-18 04:15:54.091 DEBUG [tests.conftest] Running test: test_filter_subscribe_with_invalid_request_id with id: 2025-12-18_04-15-54__0b5f6eda-05f9-42ba-929e-06121b58ce34
|
|
2025-12-18 04:15:54.091 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-18 04:15:54.092 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-18 04:15:54.092 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2025-12-18 04:15:54.098 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-18 04:15:54.098 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-18_04-15-54__0b5f6eda-05f9-42ba-929e-06121b58ce34__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:15:54.098 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-18 04:15:54.098 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-18 04:15:54.099 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-18 04:15:54.100 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.157.65
|
|
2025-12-18 04:15:54.100 DEBUG [src.node.docker_mananger] Generated ports ['20227', '20228', '20229', '20230', '20231']
|
|
2025-12-18 04:15:54.100 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-18 04:15:54.100 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-18 04:15:54.100 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-18 04:15:54.100 DEBUG [src.node.docker_mananger] docker run -i -t -p 20227:20227 -p 20228:20228 -p 20229:20229 -p 20230:20230 -p 20231:20231 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=20229 --rest-port=20227 --tcp-port=20228 --discv5-udp-port=20230 --rest-address=0.0.0.0 --nat=extip:172.18.157.65 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dae3ce4cd8fca13b5345ecf3904e0efa96ace684b6f9b24abd7b7f2faaf1fafc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20231 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-18 04:15:54.275 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.157.65 waku 56a328c80e0109b5e093f9fb40208bf58bf9af62fd35bb6a2fa3a7c9e697be11
|
|
2025-12-18 04:15:54.307 DEBUG [src.node.docker_mananger] Container started with ID 56a328c80e01. Setting up logs at ./log/docker/node1_2025-12-18_04-15-54__0b5f6eda-05f9-42ba-929e-06121b58ce34__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:15:54.308 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20227
|
|
2025-12-18 04:15:54.308 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-18 04:15:54.401 ERROR [src.node.docker_mananger] Max retries reached for container e70fa8f8d675. Exiting log stream.
|
|
2025-12-18 04:15:54.902 ERROR [src.node.docker_mananger] Max retries reached for container 288d0c856edb. Exiting log stream.
|
|
2025-12-18 04:15:55.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20227/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:15:55.312 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:15:55.312 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-18 04:15:55.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20227/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:15:55.315 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.157.65/tcp/20228/p2p/16Uiu2HAmG2qngB8NGV8Q6xYeLy33bMfNcejZdS6kXmfJDvfhUQbG","/ip4/172.18.157.65/tcp/20229/ws/p2p/16Uiu2HAmG2qngB8NGV8Q6xYeLy33bMfNcejZdS6kXmfJDvfhUQbG"],"enrUri":"enr:-L24QFJbjm6YInGWQ41LgZ82hG7_fj5J46V34tzxjauL1_NHL9ptT9R2oZPwfRzO6uDYFKCjnN_Y5nh0BNPKxEaI8awCgmlkgnY0gmlwhKwSnUGKbXVsdGlhZGRyc5YACASsEp1BBk8EAAoErBKdQQZPBd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDMiwoOwZJVWqgu7ul4FBOi1MqDGF4DhjZ9syhXNDgPreDdGNwgk8Eg3VkcIJPBoV3YWt1MgU"}'
|
|
2025-12-18 04:15:55.315 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-18 04:15:55.315 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2025-12-18 04:15:55.321 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-18 04:15:55.321 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-18_04-15-54__0b5f6eda-05f9-42ba-929e-06121b58ce34__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:15:55.321 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-18 04:15:55.321 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-18 04:15:55.323 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-18 04:15:55.323 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.80.174
|
|
2025-12-18 04:15:55.323 DEBUG [src.node.docker_mananger] Generated ports ['11268', '11269', '11270', '11271', '11272']
|
|
2025-12-18 04:15:55.323 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-18 04:15:55.323 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-18 04:15:55.323 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-18 04:15:55.324 DEBUG [src.node.docker_mananger] docker run -i -t -p 11268:11268 -p 11269:11269 -p 11270:11270 -p 11271:11271 -p 11272:11272 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=11270 --rest-port=11268 --tcp-port=11269 --discv5-udp-port=11271 --rest-address=0.0.0.0 --nat=extip:172.18.80.174 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c1b72fa0fbbad4eb0fabda4b106bdc0ea3f6cdcfedc7f6bad19ecf1aedecdbdd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11272 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QFJbjm6YInGWQ41LgZ82hG7_fj5J46V34tzxjauL1_NHL9ptT9R2oZPwfRzO6uDYFKCjnN_Y5nh0BNPKxEaI8awCgmlkgnY0gmlwhKwSnUGKbXVsdGlhZGRyc5YACASsEp1BBk8EAAoErBKdQQZPBd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDMiwoOwZJVWqgu7ul4FBOi1MqDGF4DhjZ9syhXNDgPreDdGNwgk8Eg3VkcIJPBoV3YWt1MgU --filternode=/ip4/172.18.157.65/tcp/20228/p2p/16Uiu2HAmG2qngB8NGV8Q6xYeLy33bMfNcejZdS6kXmfJDvfhUQbG
|
|
2025-12-18 04:15:55.507 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.80.174 waku dfa6f5bc3435e2b2f14856136eeec71218c50f0c59c156730c4d7ffb0afbd7ef
|
|
2025-12-18 04:15:55.535 DEBUG [src.node.docker_mananger] Container started with ID dfa6f5bc3435. Setting up logs at ./log/docker/node2_2025-12-18_04-15-54__0b5f6eda-05f9-42ba-929e-06121b58ce34__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:15:55.536 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11268
|
|
2025-12-18 04:15:55.536 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-18 04:15:56.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11268/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:15:56.541 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:15:56.541 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-18 04:15:56.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11268/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:15:56.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.80.174/tcp/11269/p2p/16Uiu2HAmQQ3o2ZRaA6YevAPCHQNBMTEnJiJmzhhWpCs63pM7smYk","/ip4/172.18.80.174/tcp/11270/ws/p2p/16Uiu2HAmQQ3o2ZRaA6YevAPCHQNBMTEnJiJmzhhWpCs63pM7smYk"],"enrUri":"enr:-L24QJn8iwVaCv2JaJHnFn-HJ7fBhkUB1xf_N1ShwmxRukIcAHVlyx18tolfUOHRx5cunvD0hHwIva9xgpumT3jipSwCgmlkgnY0gmlwhKwSUK6KbXVsdGlhZGRyc5YACASsElCuBiwFAAoErBJQrgYsBt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDrnhswsPtInvjtxdbnD4bxNTofbifhllkpI5aXnBXa9GDdGNwgiwFg3VkcIIsB4V3YWt1MgA"}'
|
|
2025-12-18 04:15:56.544 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-18 04:15:56.544 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11268/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.157.65/tcp/20228/p2p/16Uiu2HAmG2qngB8NGV8Q6xYeLy33bMfNcejZdS6kXmfJDvfhUQbG"]'
|
|
2025-12-18 04:15:56.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:15:56.574 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2025-12-18 04:15:56.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20227/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-18 04:15:56.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:15:56.588 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11268/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e2d12ff9-5620-482c-82fb-d8afcc3ea21c", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-18 04:15:56.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"e2d12ff9-5620-482c-82fb-d8afcc3ea21c","statusDesc":"OK"}'
|
|
2025-12-18 04:15:56.602 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11268/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:15:56.604 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:11268/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
|
2025-12-18 04:15:56.607 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-18 04:15:56.608 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-18 04:15:56.608 DEBUG [src.node.waku_node] Stopping container with id 56a328c80e01
|
|
2025-12-18 04:15:57.124 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-18 04:15:57.124 DEBUG [src.node.waku_node] Stopping container with id dfa6f5bc3435
|
|
2025-12-18 04:15:57.650 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-18 04:15:57.651 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-18 04:15:57.656 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-18 04:15:57.661 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|