Skip to content

feat: add ssl opt to httpc by default #793

feat: add ssl opt to httpc by default

feat: add ssl opt to httpc by default #793

Triggered via pull request July 11, 2024 21:35
Status Failure
Total duration 1m 45s
Artifacts

test.yml

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

Annotations

13 errors and 8 warnings
Dialyzer
Could not fetch /builds/otp/amd64/ubuntu-22.04/builds.txt from any hex.pm mirror
OTP 26.2.5 / Elixir 1.16.3: test/tesla/adapter/httpc_test.exs#L68
test badssl revoked.badssl.com (Tesla.Adapter.HttpcTest)
OTP 26.2.5 / Elixir 1.16.3
Process completed with exit code 2.
OTP 25.3.2.12 / Elixir 1.15.8
The job was canceled because "_1_16_3_26_2_5_false_true" failed.
OTP 25.3.2.12 / Elixir 1.15.8: test/tesla/adapter/httpc_test.exs#L56
test badssl wrong.host.badssl.com (Tesla.Adapter.HttpcTest)
OTP 25.3.2.12 / Elixir 1.15.8: test/tesla/adapter/httpc_test.exs#L68
test badssl revoked.badssl.com (Tesla.Adapter.HttpcTest)
OTP 25.3.2.12 / Elixir 1.15.8: test/tesla/adapter/httpc_test.exs#L52
test badssl expired.badssl.com (Tesla.Adapter.HttpcTest)
OTP 25.3.2.12 / Elixir 1.15.8: test/tesla/adapter/httpc_test.exs#L64
test badssl untrusted-root.badssl.com (Tesla.Adapter.HttpcTest)
OTP 25.3.2.12 / Elixir 1.15.8: test/tesla/adapter/httpc_test.exs#L60
test badssl self-signed.badssl.com (Tesla.Adapter.HttpcTest)
OTP 25.3.2.12 / Elixir 1.15.8
Process completed with exit code 2.
OTP 27.0 / Elixir 1.17.1
The job was canceled because "_1_16_3_26_2_5_false_true" failed.
OTP 27.0 / Elixir 1.17.1: test/tesla/adapter/httpc_test.exs#L68
test badssl revoked.badssl.com (Tesla.Adapter.HttpcTest)
OTP 27.0 / Elixir 1.17.1
Process completed with exit code 2.
Gun 1
use Bitwise is deprecated. import Bitwise instead
Gun 1
use Bitwise is deprecated. import Bitwise instead
Gun 1
use Bitwise is deprecated. import Bitwise instead
Gun 1
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Gun 1
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
OTP 26.2.5 / Elixir 1.16.3
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
OTP 26.2.5 / Elixir 1.16.3
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
OTP 27.0 / Elixir 1.17.1
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