Skip to content

Support for Traces/Transactions via Opentelemetry #818

Support for Traces/Transactions via Opentelemetry

Support for Traces/Transactions via Opentelemetry #818

Triggered via pull request September 27, 2024 09:00
Status Failure
Total duration 3m 29s
Artifacts

main.yml

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

Annotations

3 errors and 8 warnings
Test (Elixir 1.16, OTP 26.2)
Process completed with exit code 1.
Test (Elixir 1.13.4-otp-22, OTP 22.3.4)
Process completed with exit code 1.
Test (Elixir 1.17, OTP 27.0)
Process completed with exit code 2.
Test (Elixir 1.16, OTP 26.2)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Test (Elixir 1.16, OTP 26.2)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Test (Elixir 1.13.4-otp-22, OTP 22.3.4)
:pg.get_members/2 is undefined (module :pg is not available or is yet to be defined)
Test (Elixir 1.13.4-otp-22, OTP 22.3.4)
:pg.join/3 is undefined (module :pg is not available or is yet to be defined)
Test (Elixir 1.13.4-otp-22, OTP 22.3.4)
:pg.start_link/1 is undefined (module :pg is not available or is yet to be defined)
Test (Elixir 1.13.4-otp-22, OTP 22.3.4)
:net_kernel.get_state/0 is undefined or private
Test (Elixir 1.17, OTP 27.0)
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
Test (Elixir 1.17, OTP 27.0)
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it