Skip to content

Handle abrupt terminations #268

Handle abrupt terminations

Handle abrupt terminations #268

Triggered via pull request June 21, 2024 10:47
@akash-akyaakash-akya
synchronize #30
dev
Status Cancelled
Total duration 23m 45s
Artifacts

elixir.yml

on: pull_request
Matrix: lint
Matrix: linux
Matrix: windows
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 9 warnings
Linux OTP 24.x / Elixir 1.13.x: test/ex_cmd_exit_test.exs#L38
** (CompileError) test/ex_cmd_exit_test.exs:38: undefined function dbg/1 (expected ExCmdExitTest to define such a function or for it to be imported, but none are available)
Linux OTP 24.x / Elixir 1.13.x
Process completed with exit code 1.
Linux OTP 25.x / Elixir 1.14.x
The job was canceled because "_1_13_x_24_x" failed.
Linux OTP 25.x / Elixir 1.14.x
The operation was canceled.
Linux OTP 26.x / Elixir 1.16.x
The job was canceled because "_1_13_x_24_x" failed.
Linux OTP 26.x / Elixir 1.16.x
The operation was canceled.
Linux OTP 26.x / Elixir 1.15.x
The job was canceled because "_1_13_x_24_x" failed.
Linux OTP 26.x / Elixir 1.15.x
The operation was canceled.
Linux OTP 23.x / Elixir 1.12.x
The job was canceled because "_1_13_x_24_x" failed.
Linux OTP 23.x / Elixir 1.12.x: test/ex_cmd_exit_test.exs#L38
** (CompileError) test/ex_cmd_exit_test.exs:38: undefined function dbg/1
Linux OTP 23.x / Elixir 1.12.x
The operation was canceled.
Lint OTP 26.x / Elixir 1.16.x
Process completed with exit code 16.
Windows OTP 25 / Elixir 1.14: test/ex_cmd_exit_test.exs#L4
test if it kills external command on abnormal vm exit (ExCmdExitTest)
Windows OTP 25 / Elixir 1.14
Process completed with exit code 1.
macos
The run was canceled by @akash-akya.
macos
The operation was canceled.
Linux OTP 24.x / Elixir 1.13.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux OTP 26.x / Elixir 1.16.x
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Linux OTP 26.x / Elixir 1.16.x
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Lint OTP 26.x / Elixir 1.16.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint OTP 26.x / Elixir 1.16.x
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Lint OTP 26.x / Elixir 1.16.x
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Lint OTP 26.x / Elixir 1.16.x: test/ex_cmd_exit_test.exs#L38
There should be no calls to `dbg/1`.
Windows OTP 25 / Elixir 1.14
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/.
Windows OTP 25 / Elixir 1.14
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/