Skip to content

feat: be resilient to user level exceptions #162

feat: be resilient to user level exceptions

feat: be resilient to user level exceptions #162

Triggered via pull request May 31, 2024 13:08
Status Failure
Total duration 2m 22s
Artifacts

ci.yml

on: pull_request
Formatter (1.16.x/26.x)
15s
Formatter (1.16.x/26.x)
dialyzer
2m 13s
dialyzer
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

36 errors and 13 warnings
Test (1.16.x/23.x)
Requested Elixir / Erlang/OTP version (1.16.x / 23.x) not found in version list (did you check Compatibility between Elixir and Erlang/OTP?).Elixir and Erlang/OTP compatibility can be found at: https://hexdocs.pm/elixir/compatibility-and-deprecations.html
Test (1.15.x/26.x)
The job was canceled because "_23_x_1_16_x" failed.
Test (1.14.x/23.x)
The job was canceled because "_23_x_1_16_x" failed.
Test (1.14.x/24.x)
The job was canceled because "_23_x_1_16_x" failed.
Test (1.14.x/25.x)
The job was canceled because "_23_x_1_16_x" failed.
Test (1.14.x/25.x)
The operation was canceled.
Test (1.14.x/26.x)
The job was canceled because "_23_x_1_16_x" failed.
Test (1.14.x/26.x)
The operation was canceled.
Test (1.15.x/25.x)
The job was canceled because "_23_x_1_16_x" failed.
Test (1.15.x/25.x)
The operation was canceled.
Test (1.16.x/25.x)
The job was canceled because "_23_x_1_16_x" failed.
Test (1.16.x/25.x)
The operation was canceled.
Test (1.13.x/25.x)
The job was canceled because "_23_x_1_16_x" failed.
Test (1.13.x/25.x): test/gen_lsp/communication/tcp_test.exs#L60
test correctly reads from the socket (GenLSP.Communication.TCPTest)
Test (1.13.x/25.x): test/gen_lsp/communication/tcp_test.exs#L60
test correctly reads from the socket (GenLSP.Communication.TCPTest)
Test (1.13.x/25.x): test/gen_lsp/communication/tcp_test.exs#L60
test correctly reads from the socket (GenLSP.Communication.TCPTest)
Test (1.13.x/25.x)
The operation was canceled.
Test (1.13.x/23.x)
The job was canceled because "_23_x_1_16_x" failed.
Test (1.13.x/23.x)
The operation was canceled.
Test (1.15.x/24.x)
The job was canceled because "_23_x_1_16_x" failed.
Test (1.15.x/24.x)
The operation was canceled.
Test (1.11.x/23.x)
The job was canceled because "_23_x_1_16_x" failed.
Test (1.11.x/23.x)
The operation was canceled.
Test (1.13.x/24.x)
The job was canceled because "_23_x_1_16_x" failed.
Test (1.13.x/24.x)
The operation was canceled.
Test (1.16.x/24.x)
The job was canceled because "_23_x_1_16_x" failed.
Test (1.11.x/24.x)
The job was canceled because "_23_x_1_16_x" failed.
Test (1.11.x/24.x)
The operation was canceled.
Test (1.16.x/24.x)
The operation was canceled.
Test (1.16.x/26.x)
The job was canceled because "_23_x_1_16_x" failed.
Test (1.16.x/26.x)
The operation was canceled.
Test (1.12.x/24.x)
The job was canceled because "_23_x_1_16_x" failed.
Test (1.12.x/24.x)
The operation was canceled.
Test (1.12.x/23.x)
The job was canceled because "_23_x_1_16_x" failed.
Test (1.12.x/23.x)
The operation was canceled.
dialyzer
Process completed with exit code 2.
Test (1.16.x/23.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (1.16.x/23.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Formatter (1.16.x/26.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Formatter (1.16.x/26.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (1.16.x/24.x)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Test (1.16.x/24.x)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Test (1.16.x/26.x)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Test (1.16.x/26.x)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
dialyzer
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
dialyzer
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
dialyzer
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
invalid_contract: lib/gen_lsp.ex#L550
Invalid type specification for function attempt.
no_return: lib/gen_lsp.ex#L551
Function attempt/4 has no local return.