Skip to content

Merge pull request #165 from leandrocp/lp-ci-lint #382

Merge pull request #165 from leandrocp/lp-ci-lint

Merge pull request #165 from leandrocp/lp-ci-lint #382

Triggered via push September 13, 2024 23:24
Status Failure
Total duration 7m 14s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 7 warnings
Test on OTP 25.3 / Elixir 1.14.4-otp-25
Process completed with exit code 1.
Test on OTP 25.3 / Elixir 1.14.4-otp-25
Code.print_diagnostic/1 is undefined or private
Test on OTP 25.3 / Elixir 1.14.4-otp-25
function __to_backend__/1 required by behaviour Nx.Defn.Compiler is not implemented (in module Axon.Defn)
Test on OTP 25.3 / Elixir 1.14.4-otp-25
:telemetry.span/3 is undefined (module :telemetry is not available or is yet to be defined)
Test on OTP 25.3 / Elixir 1.14.4-otp-25
:telemetry.execute/3 is undefined (module :telemetry is not available or is yet to be defined)
Test on OTP 25.3 / Elixir 1.14.4-otp-25
:hackney.request/5 is undefined (module :hackney is not available or is yet to be defined)
Test on OTP 25.3 / Elixir 1.14.4-otp-25
:telemetry.span/3 is undefined (module :telemetry is not available or is yet to be defined)
Test on OTP 27 / Elixir 1.17.2-otp-27
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it