Skip to content

setup GHA based CI for grpc #5

setup GHA based CI for grpc

setup GHA based CI for grpc #5

Triggered via pull request June 27, 2024 10:05
Status Failure
Total duration 1m 45s
Artifacts

ci.yml

on: pull_request
Matrix: static
Matrix: test
Interop tests
20s
Interop tests
Check release
54s
Check release
Permit Package Publishing
0s
Permit Package Publishing
Publish Hex Package
0s
Publish Hex Package
Fit to window
Zoom out
Zoom in

Annotations

19 errors and 104 warnings
Interop tests
Process completed with exit code 1.
Static Checks (Elixir 1.14)
Requested Erlang/OTP version (23) not found in version list (should you be using option 'version-type': 'strict'?)
Static Checks (Elixir 1.16)
Requested Erlang/OTP version (23) not found in version list (should you be using option 'version-type': 'strict'?)
Static Checks (Elixir 1.15)
Requested Erlang/OTP version (23) not found in version list (should you be using option 'version-type': 'strict'?)
Unit Tests (Elixir 1.14)
Requested Erlang/OTP version (23) not found in version list (should you be using option 'version-type': 'strict'?)
Unit Tests (Elixir 1.16)
Requested Erlang/OTP version (23) not found in version list (should you be using option 'version-type': 'strict'?)
Unit Tests (Elixir 1.15)
Requested Erlang/OTP version (23) not found in version list (should you be using option 'version-type': 'strict'?)
Unit Tests (Elixir 1.14)
Process completed with exit code 3.
Unit Tests (Elixir 1.15)
Process completed with exit code 3.
Unit Tests (Elixir 1.16)
Process completed with exit code 3.
Static Checks (Elixir 1.15)
Process completed with exit code 1.
Static Checks (Elixir 1.15)
Process completed with exit code 1.
Unit Tests (Elixir 1.15)
Process completed with exit code 3.
Static Checks (Elixir 1.16)
Process completed with exit code 1.
Static Checks (Elixir 1.14)
Process completed with exit code 1.
Unit Tests (Elixir 1.16)
Process completed with exit code 3.
Static Checks (Elixir 1.16)
Process completed with exit code 1.
Unit Tests (Elixir 1.14)
Process completed with exit code 3.
Static Checks (Elixir 1.14)
Process completed with exit code 1.
Unit Tests (Elixir 1.14): test/grpc/integration/service_test.exs#L155
variable "msg" is unused (if the variable is not meant to be used, prefix it with an underscore)
Unit Tests (Elixir 1.14): lib/grpc/message.ex#L2
use Bitwise is deprecated. import Bitwise instead
Unit Tests (Elixir 1.14)
use Bitwise is deprecated. import Bitwise instead
Unit Tests (Elixir 1.14)
use Bitwise is deprecated. import Bitwise instead
Unit Tests (Elixir 1.14)
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
Unit Tests (Elixir 1.15)
use Bitwise is deprecated. import Bitwise instead
Unit Tests (Elixir 1.15)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15)
use Bitwise is deprecated. import Bitwise instead
Unit Tests (Elixir 1.15)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Unit Tests (Elixir 1.15)
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
Unit Tests (Elixir 1.15): lib/grpc/message.ex#L2
use Bitwise is deprecated. import Bitwise instead
Unit Tests (Elixir 1.15): lib/grpc/server/supervisor.ex#L77
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/server/supervisor.ex#L102
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/stub.ex#L643
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/transport/http2.ex#L101
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/adapter/cowboy/handler.ex#L174
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/adapter/cowboy/handler.ex#L475
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): test/support/integration_test_case.ex#L40
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/message.ex#L2
use Bitwise is deprecated. import Bitwise instead
Unit Tests (Elixir 1.15): lib/grpc/server/supervisor.ex#L77
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/server/supervisor.ex#L102
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/transport/http2.ex#L101
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/stub.ex#L643
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/adapter/cowboy/handler.ex#L174
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/adapter/cowboy/handler.ex#L475
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): test/support/integration_test_case.ex#L40
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): test/grpc/integration/service_test.exs#L155
variable "msg" is unused (if the variable is not meant to be used, prefix it with an underscore)
Unit Tests (Elixir 1.16)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Unit Tests (Elixir 1.16)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Static Checks (Elixir 1.15): lib/grpc/message.ex#L2
use Bitwise is deprecated. import Bitwise instead
Static Checks (Elixir 1.15): lib/grpc/server/supervisor.ex#L77
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Static Checks (Elixir 1.15): lib/grpc/server/supervisor.ex#L102
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Static Checks (Elixir 1.15): lib/grpc/stub.ex#L643
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Static Checks (Elixir 1.15): lib/grpc/transport/http2.ex#L101
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Static Checks (Elixir 1.15): lib/grpc/adapter/cowboy/handler.ex#L174
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Static Checks (Elixir 1.15): lib/grpc/adapter/cowboy/handler.ex#L475
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Static Checks (Elixir 1.15)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Static Checks (Elixir 1.15)
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
Static Checks (Elixir 1.15)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Static Checks (Elixir 1.15)
use Bitwise is deprecated. import Bitwise instead
Static Checks (Elixir 1.15)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Static Checks (Elixir 1.15)
use Bitwise is deprecated. import Bitwise instead
Static Checks (Elixir 1.15): lib/grpc/message.ex#L2
use Bitwise is deprecated. import Bitwise instead
Static Checks (Elixir 1.15): lib/grpc/server/supervisor.ex#L77
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Static Checks (Elixir 1.15): lib/grpc/server/supervisor.ex#L102
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Static Checks (Elixir 1.15): lib/grpc/stub.ex#L643
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Static Checks (Elixir 1.15): lib/grpc/transport/http2.ex#L101
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Static Checks (Elixir 1.15): lib/grpc/adapter/cowboy/handler.ex#L174
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Static Checks (Elixir 1.15): lib/grpc/adapter/cowboy/handler.ex#L475
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Static Checks (Elixir 1.15)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Static Checks (Elixir 1.15)
use Bitwise is deprecated. import Bitwise instead
Static Checks (Elixir 1.15)
use Bitwise is deprecated. import Bitwise instead
Static Checks (Elixir 1.15)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Static Checks (Elixir 1.15)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Static Checks (Elixir 1.15)
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
Unit Tests (Elixir 1.15): lib/grpc/message.ex#L2
use Bitwise is deprecated. import Bitwise instead
Unit Tests (Elixir 1.15): lib/grpc/server/supervisor.ex#L77
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/server/supervisor.ex#L102
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/transport/http2.ex#L101
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/stub.ex#L643
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/adapter/cowboy/handler.ex#L174
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/adapter/cowboy/handler.ex#L475
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): test/support/integration_test_case.ex#L40
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): test/grpc/integration/service_test.exs#L155
variable "msg" is unused (if the variable is not meant to be used, prefix it with an underscore)
Unit Tests (Elixir 1.15)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Unit Tests (Elixir 1.15)
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
Unit Tests (Elixir 1.15)
use Bitwise is deprecated. import Bitwise instead
Unit Tests (Elixir 1.15)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15)
use Bitwise is deprecated. import Bitwise instead
Unit Tests (Elixir 1.15): lib/grpc/message.ex#L2
use Bitwise is deprecated. import Bitwise instead
Unit Tests (Elixir 1.15): lib/grpc/server/supervisor.ex#L77
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/server/supervisor.ex#L102
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/stub.ex#L643
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/transport/http2.ex#L101
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/adapter/cowboy/handler.ex#L174
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): lib/grpc/adapter/cowboy/handler.ex#L475
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Unit Tests (Elixir 1.15): test/support/integration_test_case.ex#L40
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Static Checks (Elixir 1.16)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of earmark_parser's mix.exs
Static Checks (Elixir 1.16)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of earmark_parser's mix.exs
Static Checks (Elixir 1.16)
~R/.../ is deprecated, use ~r/.../ instead
Static Checks (Elixir 1.16)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Static Checks (Elixir 1.16)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Static Checks (Elixir 1.14): lib/grpc/message.ex#L2
use Bitwise is deprecated. import Bitwise instead
Static Checks (Elixir 1.14)
use Bitwise is deprecated. import Bitwise instead
Static Checks (Elixir 1.14)
use Bitwise is deprecated. import Bitwise instead
Static Checks (Elixir 1.14)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Static Checks (Elixir 1.14)
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
Unit Tests (Elixir 1.16)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Unit Tests (Elixir 1.16)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Static Checks (Elixir 1.16)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of earmark_parser's mix.exs
Static Checks (Elixir 1.16)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of earmark_parser's mix.exs
Static Checks (Elixir 1.16)
~R/.../ is deprecated, use ~r/.../ instead
Static Checks (Elixir 1.16)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Static Checks (Elixir 1.16)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Unit Tests (Elixir 1.14): test/grpc/integration/service_test.exs#L155
variable "msg" is unused (if the variable is not meant to be used, prefix it with an underscore)
Unit Tests (Elixir 1.14): lib/grpc/message.ex#L2
use Bitwise is deprecated. import Bitwise instead
Unit Tests (Elixir 1.14)
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
Unit Tests (Elixir 1.14)
use Bitwise is deprecated. import Bitwise instead
Unit Tests (Elixir 1.14)
use Bitwise is deprecated. import Bitwise instead
Static Checks (Elixir 1.14): lib/grpc/message.ex#L2
use Bitwise is deprecated. import Bitwise instead
Static Checks (Elixir 1.14)
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
Static Checks (Elixir 1.14)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Static Checks (Elixir 1.14)
use Bitwise is deprecated. import Bitwise instead
Static Checks (Elixir 1.14)
use Bitwise is deprecated. import Bitwise instead