mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-06 16:03:05 +00:00
82 lines
16 KiB
Plaintext
82 lines
16 KiB
Plaintext
2025-12-08 12:10:16.430 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-08 12:10:16.431 DEBUG [tests.conftest] Running test: test_filter_subscribe_with_invalid_content_topic_format with id: 2025-12-08_12-10-16__85da8e9e-546a-41af-a0f9-4be981b98580
|
|
2025-12-08 12:10:16.431 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-08 12:10:16.431 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-08 12:10:16.431 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2025-12-08 12:10:16.438 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 12:10:16.438 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-08_12-10-16__85da8e9e-546a-41af-a0f9-4be981b98580__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:10:16.438 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 12:10:16.438 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 12:10:16.440 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 12:10:16.440 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.172.58
|
|
2025-12-08 12:10:16.440 DEBUG [src.node.docker_mananger] Generated ports ['30344', '30345', '30346', '30347', '30348']
|
|
2025-12-08 12:10:16.440 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 12:10:16.440 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 12:10:16.440 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 12:10:16.440 DEBUG [src.node.docker_mananger] docker run -i -t -p 30344:30344 -p 30345:30345 -p 30346:30346 -p 30347:30347 -p 30348:30348 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=30346 --rest-port=30344 --tcp-port=30345 --discv5-udp-port=30347 --rest-address=0.0.0.0 --nat=extip:172.18.172.58 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ba2ac4af5cdaffcb9ab1e1a2bebccf72715228b8bab94abe4a6c4f82ec03ef7f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30348 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-08 12:10:16.612 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.172.58 waku 7fb178be03f22d1f713c17e20c28c659b3089008fedf81090d172e698226365c
|
|
2025-12-08 12:10:16.645 DEBUG [src.node.docker_mananger] Container started with ID 7fb178be03f2. Setting up logs at ./log/docker/node1_2025-12-08_12-10-16__85da8e9e-546a-41af-a0f9-4be981b98580__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:10:16.647 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30344
|
|
2025-12-08 12:10:16.647 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 12:10:16.695 ERROR [src.node.docker_mananger] Max retries reached for container 499f6759981c. Exiting log stream.
|
|
2025-12-08 12:10:17.241 ERROR [src.node.docker_mananger] Max retries reached for container 1b8011f5d2b2. Exiting log stream.
|
|
2025-12-08 12:10:17.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30344/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:10:17.650 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 12:10:17.651 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 12:10:17.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30344/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:10:17.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.172.58/tcp/30345/p2p/16Uiu2HAmQAvN2pe3P2epJV8RsLJkhsTKY8iGyUymzccxGnTstzWs","/ip4/172.18.172.58/tcp/30346/ws/p2p/16Uiu2HAmQAvN2pe3P2epJV8RsLJkhsTKY8iGyUymzccxGnTstzWs"],"enrUri":"enr:-L24QOZh2Yit78bbeLVwZfHo0MTUyDo2EgjP16LQYcP5SDXuFKZylKto8qUFZvMMN5-NEtrGmBVoi7BQAKJuiqCSwE8CgmlkgnY0gmlwhKwSrDqKbXVsdGlhZGRyc5YACASsEqw6BnaJAAoErBKsOgZ2it0DgnJzhQADAQAAiXNlY3AyNTZrMaEDqxt43NST5HlIhsepPIJw1IAiuAR_xWSnjIsaW3P62OCDdGNwgnaJg3VkcIJ2i4V3YWt1MgU"}'
|
|
2025-12-08 12:10:17.653 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 12:10:17.654 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2025-12-08 12:10:17.660 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 12:10:17.660 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-08_12-10-16__85da8e9e-546a-41af-a0f9-4be981b98580__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:10:17.660 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 12:10:17.660 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 12:10:17.662 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 12:10:17.662 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.43.176
|
|
2025-12-08 12:10:17.662 DEBUG [src.node.docker_mananger] Generated ports ['17883', '17884', '17885', '17886', '17887']
|
|
2025-12-08 12:10:17.662 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 12:10:17.662 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 12:10:17.662 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 12:10:17.663 DEBUG [src.node.docker_mananger] docker run -i -t -p 17883:17883 -p 17884:17884 -p 17885:17885 -p 17886:17886 -p 17887:17887 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=17885 --rest-port=17883 --tcp-port=17884 --discv5-udp-port=17886 --rest-address=0.0.0.0 --nat=extip:172.18.43.176 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c2abdf8eef34b75484cbb0adddbb5a9befafe8830a48df49de3b5d7a49ea8b6c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17887 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QOZh2Yit78bbeLVwZfHo0MTUyDo2EgjP16LQYcP5SDXuFKZylKto8qUFZvMMN5-NEtrGmBVoi7BQAKJuiqCSwE8CgmlkgnY0gmlwhKwSrDqKbXVsdGlhZGRyc5YACASsEqw6BnaJAAoErBKsOgZ2it0DgnJzhQADAQAAiXNlY3AyNTZrMaEDqxt43NST5HlIhsepPIJw1IAiuAR_xWSnjIsaW3P62OCDdGNwgnaJg3VkcIJ2i4V3YWt1MgU --filternode=/ip4/172.18.172.58/tcp/30345/p2p/16Uiu2HAmQAvN2pe3P2epJV8RsLJkhsTKY8iGyUymzccxGnTstzWs
|
|
2025-12-08 12:10:17.840 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.43.176 waku 4bea4ddef0e8797c59b750df14742a5b343d67617b382e2116f0ded6b8c631ae
|
|
2025-12-08 12:10:17.875 DEBUG [src.node.docker_mananger] Container started with ID 4bea4ddef0e8. Setting up logs at ./log/docker/node2_2025-12-08_12-10-16__85da8e9e-546a-41af-a0f9-4be981b98580__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:10:17.876 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17883
|
|
2025-12-08 12:10:17.876 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 12:10:18.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17883/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:10:18.881 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 12:10:18.881 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 12:10:18.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17883/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:10:18.884 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.43.176/tcp/17884/p2p/16Uiu2HAkyu98JdWjrJfnAdVTP64LaRutjG55vTUzpdQ5X3F81uJC","/ip4/172.18.43.176/tcp/17885/ws/p2p/16Uiu2HAkyu98JdWjrJfnAdVTP64LaRutjG55vTUzpdQ5X3F81uJC"],"enrUri":"enr:-L24QGtdL4kF1p65xr8u-zDhloi7cSYArxUkWrjA4wOVAH5RENsYlXEn5Md-kN9mItEkMh3lxR9SmuhAhjkJCWBkG1UCgmlkgnY0gmlwhKwSK7CKbXVsdGlhZGRyc5YACASsEiuwBkXcAAoErBIrsAZF3d0DgnJzhQADAQAAiXNlY3AyNTZrMaECQngf3YNt_suoRf82m3ECbp5PEbzTro56tuHsBJyq8uWDdGNwgkXcg3VkcIJF3oV3YWt1MgA"}'
|
|
2025-12-08 12:10:18.884 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 12:10:18.884 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17883/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.172.58/tcp/30345/p2p/16Uiu2HAmQAvN2pe3P2epJV8RsLJkhsTKY8iGyUymzccxGnTstzWs"]'
|
|
2025-12-08 12:10:18.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:10:18.916 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2025-12-08 12:10:18.918 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30344/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-08 12:10:18.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:10:18.930 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17883/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "aa0f718b-3b3a-4032-a231-1e76e9eada90", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-08 12:10:18.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"aa0f718b-3b3a-4032-a231-1e76e9eada90","statusDesc":"OK"}'
|
|
2025-12-08 12:10:18.944 DEBUG [tests.filter.test_subscribe_create] Running test with contetn topic Empty string
|
|
2025-12-08 12:10:18.944 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17883/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "Empty string", "value": ""}], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-08 12:10:18.946 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:17883/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-08 12:10:18.948 DEBUG [tests.filter.test_subscribe_create] Running test with contetn topic A dictionary
|
|
2025-12-08 12:10:18.948 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17883/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "A dictionary", "value": {"key": "YWFh"}}], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-08 12:10:18.951 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:17883/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-08 12:10:18.952 DEBUG [tests.filter.test_subscribe_create] Running test with contetn topic An integer
|
|
2025-12-08 12:10:18.952 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17883/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "An integer", "value": 1234567890}], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-08 12:10:18.954 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:17883/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-08 12:10:18.955 DEBUG [tests.filter.test_subscribe_create] Running test with contetn topic A list
|
|
2025-12-08 12:10:18.955 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17883/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "A list", "value": ["YWFh"]}], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-08 12:10:18.957 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:17883/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-08 12:10:18.958 DEBUG [tests.filter.test_subscribe_create] Running test with contetn topic A bool
|
|
2025-12-08 12:10:18.958 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17883/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "A bool", "value": true}], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-08 12:10:18.961 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:17883/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-08 12:10:18.963 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-08 12:10:18.964 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-08 12:10:18.964 DEBUG [src.node.waku_node] Stopping container with id 7fb178be03f2
|
|
2025-12-08 12:10:19.475 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 12:10:19.476 DEBUG [src.node.waku_node] Stopping container with id 4bea4ddef0e8
|
|
2025-12-08 12:10:20.017 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 12:10:20.018 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-08 12:10:20.024 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 12:10:20.029 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|