mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-07 16:33:13 +00:00
82 lines
16 KiB
Plaintext
82 lines
16 KiB
Plaintext
2025-12-25 04:15:07.127 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-25 04:15:07.128 DEBUG [tests.conftest] Running test: test_filter_update_subscription_with_invalid_content_topic_format with id: 2025-12-25_04-15-07__9efc829a-6e9e-4667-b0c2-9084c0465748
|
|
2025-12-25 04:15:07.128 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-25 04:15:07.128 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-25 04:15:07.129 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2025-12-25 04:15:07.135 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-25 04:15:07.136 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-15-07__9efc829a-6e9e-4667-b0c2-9084c0465748__wakuorg_nwaku:latest.log
|
|
2025-12-25 04:15:07.136 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-25 04:15:07.136 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-25 04:15:07.137 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-25 04:15:07.138 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.88.137
|
|
2025-12-25 04:15:07.138 DEBUG [src.node.docker_mananger] Generated ports ['47451', '47452', '47453', '47454', '47455']
|
|
2025-12-25 04:15:07.138 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-25 04:15:07.138 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-25 04:15:07.138 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-25 04:15:07.138 DEBUG [src.node.docker_mananger] docker run -i -t -p 47451:47451 -p 47452:47452 -p 47453:47453 -p 47454:47454 -p 47455:47455 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=47453 --rest-port=47451 --tcp-port=47452 --discv5-udp-port=47454 --rest-address=0.0.0.0 --nat=extip:172.18.88.137 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b1571c9bd105afeddca8fc7eca6c9da7ef8473dadd3bbebca2e71dd712faee3e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47455 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-25 04:15:07.326 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.88.137 waku 17fc96612dfbd202814f18044ef429b8424039429ac2b5d116f3259038582e9c
|
|
2025-12-25 04:15:07.359 DEBUG [src.node.docker_mananger] Container started with ID 17fc96612dfb. Setting up logs at ./log/docker/node1_2025-12-25_04-15-07__9efc829a-6e9e-4667-b0c2-9084c0465748__wakuorg_nwaku:latest.log
|
|
2025-12-25 04:15:07.360 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47451
|
|
2025-12-25 04:15:07.360 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-25 04:15:07.369 ERROR [src.node.docker_mananger] Max retries reached for container bc2a9ca018c6. Exiting log stream.
|
|
2025-12-25 04:15:07.925 ERROR [src.node.docker_mananger] Max retries reached for container b3c3f3039919. Exiting log stream.
|
|
2025-12-25 04:15:08.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47451/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-25 04:15:08.364 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-25 04:15:08.364 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-25 04:15:08.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47451/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-25 04:15:08.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.88.137/tcp/47452/p2p/16Uiu2HAmS8iyKQcAoATi6p4RuXxPzrkKXnSpfJBDUReMoNF3nN1V","/ip4/172.18.88.137/tcp/47453/ws/p2p/16Uiu2HAmS8iyKQcAoATi6p4RuXxPzrkKXnSpfJBDUReMoNF3nN1V"],"enrUri":"enr:-L24QM3vojx__3kQ1l2zbE1WKK_Ps3cJwwnzARUQnA1L5B0bFgMUCrmf7ZNPkVkaAsZzfqtt3odVXeeni3_T7aoc0ToCgmlkgnY0gmlwhKwSWImKbXVsdGlhZGRyc5YACASsEliJBrlcAAoErBJYiQa5Xd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyELNxkgpt5A0F35F3xRDvI0mMSUv0Bqk_x4w0YffKjiDdGNwgrlcg3VkcIK5XoV3YWt1MgU"}'
|
|
2025-12-25 04:15:08.367 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-25 04:15:08.367 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2025-12-25 04:15:08.374 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-25 04:15:08.374 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-15-07__9efc829a-6e9e-4667-b0c2-9084c0465748__wakuorg_nwaku:latest.log
|
|
2025-12-25 04:15:08.374 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-25 04:15:08.374 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-25 04:15:08.376 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-25 04:15:08.376 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.233.152
|
|
2025-12-25 04:15:08.376 DEBUG [src.node.docker_mananger] Generated ports ['59397', '59398', '59399', '59400', '59401']
|
|
2025-12-25 04:15:08.377 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-25 04:15:08.377 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-25 04:15:08.377 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-25 04:15:08.377 DEBUG [src.node.docker_mananger] docker run -i -t -p 59397:59397 -p 59398:59398 -p 59399:59399 -p 59400:59400 -p 59401:59401 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=59399 --rest-port=59397 --tcp-port=59398 --discv5-udp-port=59400 --rest-address=0.0.0.0 --nat=extip:172.18.233.152 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fadc7fd5cb7bb7e0ceded58a0abd8cbb6fe28eddf5fa97f6ca4ac497ad9b6dd2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59401 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QM3vojx__3kQ1l2zbE1WKK_Ps3cJwwnzARUQnA1L5B0bFgMUCrmf7ZNPkVkaAsZzfqtt3odVXeeni3_T7aoc0ToCgmlkgnY0gmlwhKwSWImKbXVsdGlhZGRyc5YACASsEliJBrlcAAoErBJYiQa5Xd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyELNxkgpt5A0F35F3xRDvI0mMSUv0Bqk_x4w0YffKjiDdGNwgrlcg3VkcIK5XoV3YWt1MgU --filternode=/ip4/172.18.88.137/tcp/47452/p2p/16Uiu2HAmS8iyKQcAoATi6p4RuXxPzrkKXnSpfJBDUReMoNF3nN1V
|
|
2025-12-25 04:15:08.561 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.233.152 waku 091b64b461f0224176ea7b2e6e3a7f552a7d3dee78d013e3ba9244e8cadd0db8
|
|
2025-12-25 04:15:08.593 DEBUG [src.node.docker_mananger] Container started with ID 091b64b461f0. Setting up logs at ./log/docker/node2_2025-12-25_04-15-07__9efc829a-6e9e-4667-b0c2-9084c0465748__wakuorg_nwaku:latest.log
|
|
2025-12-25 04:15:08.594 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59397
|
|
2025-12-25 04:15:08.594 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-25 04:15:09.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59397/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-25 04:15:09.600 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-25 04:15:09.600 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-25 04:15:09.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59397/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-25 04:15:09.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.233.152/tcp/59398/p2p/16Uiu2HAmQjQQxzHSadd3ftZp4ANFASHTgQdpK8H9p23cELPAP6Wy","/ip4/172.18.233.152/tcp/59399/ws/p2p/16Uiu2HAmQjQQxzHSadd3ftZp4ANFASHTgQdpK8H9p23cELPAP6Wy"],"enrUri":"enr:-L24QE3QS-lIbv-Me2DwX_Mn4tIwrMJO5bXqbpecV5IM1AshYxXlfglWrk_Ze7bSEkMcqYljpcPjrSb9n9Ae4znNaI0CgmlkgnY0gmlwhKwS6ZiKbXVsdGlhZGRyc5YACASsEumYBugGAAoErBLpmAboB90DgnJzhQADAQAAiXNlY3AyNTZrMaEDs23GYE6MX5jzzP66Mjjtuu2-1Dlf4ms6-LXEz5YvK36DdGNwgugGg3VkcILoCIV3YWt1MgA"}'
|
|
2025-12-25 04:15:09.603 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-25 04:15:09.603 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59397/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.88.137/tcp/47452/p2p/16Uiu2HAmS8iyKQcAoATi6p4RuXxPzrkKXnSpfJBDUReMoNF3nN1V"]'
|
|
2025-12-25 04:15:09.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-25 04:15:09.638 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2025-12-25 04:15:09.638 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47451/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-25 04:15:09.650 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-25 04:15:09.652 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59397/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "cf50a032-e09d-41d5-bc19-5c7c8afc0b61", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-25 04:15:09.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"cf50a032-e09d-41d5-bc19-5c7c8afc0b61","statusDesc":"OK"}'
|
|
2025-12-25 04:15:09.664 DEBUG [tests.filter.test_subscribe_update] Running test with contetn topic Empty string
|
|
2025-12-25 04:15:09.664 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:59397/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "Empty string", "value": ""}], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-25 04:15:09.667 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:59397/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-25 04:15:09.668 DEBUG [tests.filter.test_subscribe_update] Running test with contetn topic A dictionary
|
|
2025-12-25 04:15:09.668 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:59397/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-25 04:15:09.671 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:59397/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-25 04:15:09.672 DEBUG [tests.filter.test_subscribe_update] Running test with contetn topic An integer
|
|
2025-12-25 04:15:09.673 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:59397/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-25 04:15:09.675 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:59397/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-25 04:15:09.676 DEBUG [tests.filter.test_subscribe_update] Running test with contetn topic A list
|
|
2025-12-25 04:15:09.677 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:59397/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-25 04:15:09.679 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:59397/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-25 04:15:09.680 DEBUG [tests.filter.test_subscribe_update] Running test with contetn topic A bool
|
|
2025-12-25 04:15:09.680 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:59397/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-25 04:15:09.683 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:59397/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-25 04:15:09.686 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-25 04:15:09.687 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-25 04:15:09.687 DEBUG [src.node.waku_node] Stopping container with id 17fc96612dfb
|
|
2025-12-25 04:15:10.232 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-25 04:15:10.232 DEBUG [src.node.waku_node] Stopping container with id 091b64b461f0
|
|
2025-12-25 04:15:10.746 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-25 04:15:10.749 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-25 04:15:10.754 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-25 04:15:10.758 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|