mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 09:33:42 +00:00
69 lines
13 KiB
Plaintext
69 lines
13 KiB
Plaintext
2026-03-23 04:44:14.098 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-23 04:44:14.098 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_with_pubsub_topic_string_instead_of_list with id: 2026-03-23_04-44-14__51a58e4f-c19d-42d3-9572-b62c71a87c9f
|
|
2026-03-23 04:44:14.098 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-23 04:44:14.099 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-23 04:44:14.099 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-23 04:44:14.105 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-23 04:44:14.105 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-23_04-44-14__51a58e4f-c19d-42d3-9572-b62c71a87c9f__wakuorg_nwaku:latest.log
|
|
2026-03-23 04:44:14.106 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-23 04:44:14.106 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-23 04:44:14.107 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-23 04:44:14.107 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.110.57
|
|
2026-03-23 04:44:14.107 DEBUG [src.node.docker_mananger] Generated ports ['51482', '51483', '51484', '51485', '51486']
|
|
2026-03-23 04:44:14.108 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-23 04:44:14.108 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-23 04:44:14.108 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-23 04:44:14.108 DEBUG [src.node.docker_mananger] docker run -i -t -p 51482:51482 -p 51483:51483 -p 51484:51484 -p 51485:51485 -p 51486:51486 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=51484 --rest-port=51482 --tcp-port=51483 --discv5-udp-port=51485 --rest-address=0.0.0.0 --nat=extip:172.18.110.57 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c06d5cc64c427ee0acfa2a00ec8d303db1cbaceb5dbc0a3ba3f760a094c3d492 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51486 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-23 04:44:14.303 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.110.57 waku ebf6f396d945f7ddb318c9cae392a0049dee650239d14934b51c1dedca8c3d2c
|
|
2026-03-23 04:44:14.341 ERROR [src.node.docker_mananger] Max retries reached for container e2bfd8abcd0a. Exiting log stream.
|
|
2026-03-23 04:44:14.342 DEBUG [src.node.docker_mananger] Container started with ID ebf6f396d945. Setting up logs at ./log/docker/node1_2026-03-23_04-44-14__51a58e4f-c19d-42d3-9572-b62c71a87c9f__wakuorg_nwaku:latest.log
|
|
2026-03-23 04:44:14.342 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51482
|
|
2026-03-23 04:44:14.342 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-23 04:44:14.905 ERROR [src.node.docker_mananger] Max retries reached for container 1dd0a433cd3a. Exiting log stream.
|
|
2026-03-23 04:44:15.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51482/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:44:15.345 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-23 04:44:15.346 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-23 04:44:15.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51482/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:44:15.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.110.57/tcp/51483/p2p/16Uiu2HAmNfvCRTEY56SfMFkM4Wot73vf6SacJW1JbFFc6YHBSXri","/ip4/172.18.110.57/tcp/51484/ws/p2p/16Uiu2HAmNfvCRTEY56SfMFkM4Wot73vf6SacJW1JbFFc6YHBSXri"],"enrUri":"enr:-L24QPtTyqvVxGcdN79l1rrgwGhTAM6cnDkGE5RC8GvbBLLlJIozeJr4kQyLBMEgBegVos-oI7xq22x9MgVk8B2hTpkCgmlkgnY0gmlwhKwSbjmKbXVsdGlhZGRyc5YACASsEm45BskbAAoErBJuOQbJHN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDlNHBH5Ai8bwVqkNof_jfRDgZeIDIFuEsDF0F6_Q13UODdGNwgskbg3VkcILJHYV3YWt1MgU"}'
|
|
2026-03-23 04:44:15.349 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-23 04:44:15.349 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-23 04:44:15.356 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-23 04:44:15.356 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-23_04-44-14__51a58e4f-c19d-42d3-9572-b62c71a87c9f__wakuorg_nwaku:latest.log
|
|
2026-03-23 04:44:15.356 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-23 04:44:15.356 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-23 04:44:15.358 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-23 04:44:15.358 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.141.237
|
|
2026-03-23 04:44:15.358 DEBUG [src.node.docker_mananger] Generated ports ['45926', '45927', '45928', '45929', '45930']
|
|
2026-03-23 04:44:15.358 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-23 04:44:15.358 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-23 04:44:15.358 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-23 04:44:15.359 DEBUG [src.node.docker_mananger] docker run -i -t -p 45926:45926 -p 45927:45927 -p 45928:45928 -p 45929:45929 -p 45930:45930 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=45928 --rest-port=45926 --tcp-port=45927 --discv5-udp-port=45929 --rest-address=0.0.0.0 --nat=extip:172.18.141.237 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bd4cdbbe48ea1aad8fe9baf7bb9cf4cfae458e6dbce981dc78a91a751b95ddb2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45930 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QPtTyqvVxGcdN79l1rrgwGhTAM6cnDkGE5RC8GvbBLLlJIozeJr4kQyLBMEgBegVos-oI7xq22x9MgVk8B2hTpkCgmlkgnY0gmlwhKwSbjmKbXVsdGlhZGRyc5YACASsEm45BskbAAoErBJuOQbJHN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDlNHBH5Ai8bwVqkNof_jfRDgZeIDIFuEsDF0F6_Q13UODdGNwgskbg3VkcILJHYV3YWt1MgU --filternode=/ip4/172.18.110.57/tcp/51483/p2p/16Uiu2HAmNfvCRTEY56SfMFkM4Wot73vf6SacJW1JbFFc6YHBSXri
|
|
2026-03-23 04:44:15.549 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.141.237 waku dec0e51fe46b6875a98fe66c6eacba8152cb28211bda2ba59b719f100476b39f
|
|
2026-03-23 04:44:15.588 DEBUG [src.node.docker_mananger] Container started with ID dec0e51fe46b. Setting up logs at ./log/docker/node2_2026-03-23_04-44-14__51a58e4f-c19d-42d3-9572-b62c71a87c9f__wakuorg_nwaku:latest.log
|
|
2026-03-23 04:44:15.588 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45926
|
|
2026-03-23 04:44:15.588 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-23 04:44:16.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45926/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:44:16.592 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-23 04:44:16.592 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-23 04:44:16.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45926/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:44:16.595 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.141.237/tcp/45927/p2p/16Uiu2HAmC7hanVXLtigAXkrSJQoD1Kmymx8pLu6s8DYuFLsKbqJp","/ip4/172.18.141.237/tcp/45928/ws/p2p/16Uiu2HAmC7hanVXLtigAXkrSJQoD1Kmymx8pLu6s8DYuFLsKbqJp"],"enrUri":"enr:-L24QKM3pzHhfh6cdgWiC3qHWUiqaEaldRRiAoDxJlreSNZWHafbrcunjZ-yc9gHd8pnZG7g8bhZPSXFiNcMVWEBGjsCgmlkgnY0gmlwhKwSje2KbXVsdGlhZGRyc5YACASsEo3tBrNnAAoErBKN7QazaN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC9_wJOlZ_C5cJ95aKenJrSJ6W3ABltQ-HG551YqEGhDmDdGNwgrNng3VkcIKzaYV3YWt1MgA"}'
|
|
2026-03-23 04:44:16.595 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-23 04:44:16.595 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45926/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.110.57/tcp/51483/p2p/16Uiu2HAmNfvCRTEY56SfMFkM4Wot73vf6SacJW1JbFFc6YHBSXri"]'
|
|
2026-03-23 04:44:16.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-23 04:44:16.631 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-23 04:44:16.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51482/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-23 04:44:16.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-23 04:44:16.651 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45926/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "a3317a6f-f2e0-4387-b853-54e08ccf722c", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-23 04:44:16.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"a3317a6f-f2e0-4387-b853-54e08ccf722c","statusDesc":"OK"}'
|
|
2026-03-23 04:44:16.667 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:45926/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": "/test/1/waku-filter/proto", "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-23 04:44:16.670 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:45926/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\\"))"}'
|
|
2026-03-23 04:44:16.672 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-23 04:44:16.673 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-23 04:44:16.673 DEBUG [src.node.waku_node] Stopping container with id ebf6f396d945
|
|
2026-03-23 04:44:17.236 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-23 04:44:17.237 DEBUG [src.node.waku_node] Stopping container with id dec0e51fe46b
|
|
2026-03-23 04:44:17.808 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-23 04:44:17.831 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-23 04:44:17.835 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-23 04:44:17.839 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|