mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
69 lines
13 KiB
Plaintext
69 lines
13 KiB
Plaintext
2026-02-26 04:34:44.653 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-26 04:34:44.654 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_with_no_request_id with id: 2026-02-26_04-34-44__c3b7e7b0-29bf-4acd-9bfe-47e844c9c3d1
|
|
2026-02-26 04:34:44.654 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-26 04:34:44.654 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-02-26 04:34:44.655 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-02-26 04:34:44.661 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-26 04:34:44.661 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-26_04-34-44__c3b7e7b0-29bf-4acd-9bfe-47e844c9c3d1__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:34:44.661 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-26 04:34:44.662 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-26 04:34:44.663 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-26 04:34:44.663 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.224.228
|
|
2026-02-26 04:34:44.663 DEBUG [src.node.docker_mananger] Generated ports ['15849', '15850', '15851', '15852', '15853']
|
|
2026-02-26 04:34:44.663 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-26 04:34:44.663 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-26 04:34:44.664 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-26 04:34:44.664 DEBUG [src.node.docker_mananger] docker run -i -t -p 15849:15849 -p 15850:15850 -p 15851:15851 -p 15852:15852 -p 15853:15853 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=15851 --rest-port=15849 --tcp-port=15850 --discv5-udp-port=15852 --rest-address=0.0.0.0 --nat=extip:172.18.224.228 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0f6a3e4bca623dddbadfce5505473d15d5e6ac922caf86ae5e5782f523d7c05a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15853 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-26 04:34:44.857 ERROR [src.node.docker_mananger] Max retries reached for container 99213a5dcb50. Exiting log stream.
|
|
2026-02-26 04:34:44.861 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.224.228 waku f9452727215cb0c3f8eb4f7c6adc72edb6dd50c66e49c76a705fee356fd776d5
|
|
2026-02-26 04:34:44.899 DEBUG [src.node.docker_mananger] Container started with ID f9452727215c. Setting up logs at ./log/docker/node1_2026-02-26_04-34-44__c3b7e7b0-29bf-4acd-9bfe-47e844c9c3d1__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:34:44.899 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15849
|
|
2026-02-26 04:34:44.900 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-26 04:34:45.400 ERROR [src.node.docker_mananger] Max retries reached for container 5ddb5b247e56. Exiting log stream.
|
|
2026-02-26 04:34:45.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15849/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:34:45.903 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-02-26 04:34:45.904 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-26 04:34:45.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15849/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:34:45.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.224.228/tcp/15850/p2p/16Uiu2HAkuYHwsDp4vU6oYV1xyv5FQHZ3YfLbWDgDVyw9KmsZnwtb","/ip4/172.18.224.228/tcp/15851/ws/p2p/16Uiu2HAkuYHwsDp4vU6oYV1xyv5FQHZ3YfLbWDgDVyw9KmsZnwtb"],"enrUri":"enr:-L24QE3jlmi_krK5Bm4bGKdh7qPtiRKy3riAUV1z-Kk7jKXDUGj9U6kN2H9CMKMtjcBUE_UEW3N-0OgIlLRrbvjpX9sCgmlkgnY0gmlwhKwS4OSKbXVsdGlhZGRyc5YACASsEuDkBj3qAAoErBLg5AY9690DgnJzhQADAQAAiXNlY3AyNTZrMaECAbInEiu4zMT5S2m55OcwFDm6S5CNrXst8M3Ph62UGZCDdGNwgj3qg3VkcII97IV3YWt1MgU"}'
|
|
2026-02-26 04:34:45.906 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-26 04:34:45.907 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-02-26 04:34:45.913 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-26 04:34:45.913 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-26_04-34-44__c3b7e7b0-29bf-4acd-9bfe-47e844c9c3d1__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:34:45.914 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-26 04:34:45.914 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-26 04:34:45.915 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-26 04:34:45.915 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.218.117
|
|
2026-02-26 04:34:45.915 DEBUG [src.node.docker_mananger] Generated ports ['16890', '16891', '16892', '16893', '16894']
|
|
2026-02-26 04:34:45.915 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-26 04:34:45.915 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-26 04:34:45.916 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-26 04:34:45.916 DEBUG [src.node.docker_mananger] docker run -i -t -p 16890:16890 -p 16891:16891 -p 16892:16892 -p 16893:16893 -p 16894:16894 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=16892 --rest-port=16890 --tcp-port=16891 --discv5-udp-port=16893 --rest-address=0.0.0.0 --nat=extip:172.18.218.117 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=da5b87a2ada8dfa9cbdafed68ed0cdb9fcc8bdbbafcb99b6e20eec9a2f1df1ab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16894 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QE3jlmi_krK5Bm4bGKdh7qPtiRKy3riAUV1z-Kk7jKXDUGj9U6kN2H9CMKMtjcBUE_UEW3N-0OgIlLRrbvjpX9sCgmlkgnY0gmlwhKwS4OSKbXVsdGlhZGRyc5YACASsEuDkBj3qAAoErBLg5AY9690DgnJzhQADAQAAiXNlY3AyNTZrMaECAbInEiu4zMT5S2m55OcwFDm6S5CNrXst8M3Ph62UGZCDdGNwgj3qg3VkcII97IV3YWt1MgU --filternode=/ip4/172.18.224.228/tcp/15850/p2p/16Uiu2HAkuYHwsDp4vU6oYV1xyv5FQHZ3YfLbWDgDVyw9KmsZnwtb
|
|
2026-02-26 04:34:46.116 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.218.117 waku b51d154077a6cfe4ddb015067aa2769d0fd7d48737ca2289028e495ea553f44f
|
|
2026-02-26 04:34:46.148 DEBUG [src.node.docker_mananger] Container started with ID b51d154077a6. Setting up logs at ./log/docker/node2_2026-02-26_04-34-44__c3b7e7b0-29bf-4acd-9bfe-47e844c9c3d1__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:34:46.149 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16890
|
|
2026-02-26 04:34:46.149 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-26 04:34:47.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16890/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:34:47.153 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-02-26 04:34:47.153 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-26 04:34:47.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16890/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:34:47.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.218.117/tcp/16891/p2p/16Uiu2HAmSkz8NiCwcESwaD5AfaMy9VQniVwzP4vjUC4XJSCFcfCz","/ip4/172.18.218.117/tcp/16892/ws/p2p/16Uiu2HAmSkz8NiCwcESwaD5AfaMy9VQniVwzP4vjUC4XJSCFcfCz"],"enrUri":"enr:-L24QHp99EO-MPHeEQFiYVDqG1rmVs6Ord5xYyEO5jVRPkqsNsoYdi8yUZh5q12eiLEGboJ7ZhOqkxsvwC7ikOOqUnUCgmlkgnY0gmlwhKwS2nWKbXVsdGlhZGRyc5YACASsEtp1BkH7AAoErBLadQZB_N0DgnJzhQADAQAAiXNlY3AyNTZrMaED0YzZnQCsX0RG2cknftT59OA93g8PiPSVHFJGm0QTDQeDdGNwgkH7g3VkcIJB_YV3YWt1MgA"}'
|
|
2026-02-26 04:34:47.155 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-26 04:34:47.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16890/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.224.228/tcp/15850/p2p/16Uiu2HAkuYHwsDp4vU6oYV1xyv5FQHZ3YfLbWDgDVyw9KmsZnwtb"]'
|
|
2026-02-26 04:34:47.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:34:47.193 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-02-26 04:34:47.193 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15849/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-26 04:34:47.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:34:47.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16890/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "4c4bbac2-f44c-4233-8eec-60b574d16edc", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-26 04:34:47.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"4c4bbac2-f44c-4233-8eec-60b574d16edc","statusDesc":"OK"}'
|
|
2026-02-26 04:34:47.230 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:16890/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-26 04:34:47.233 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:16890/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-02-26 04:34:47.236 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-26 04:34:47.237 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-26 04:34:47.237 DEBUG [src.node.waku_node] Stopping container with id f9452727215c
|
|
2026-02-26 04:34:47.818 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-26 04:34:47.819 DEBUG [src.node.waku_node] Stopping container with id b51d154077a6
|
|
2026-02-26 04:34:48.357 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-26 04:34:48.360 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-26 04:34:48.369 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-26 04:34:48.374 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|