Skip to content

Bump elixir and OTP #1307

Bump elixir and OTP

Bump elixir and OTP #1307

Triggered via pull request July 4, 2023 09:16
Status Success
Total duration 13m 56s
Artifacts 1

test.yml

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

Annotations

72 warnings
Test OTP 25.x / Elixir 1.15.x
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test OTP 25.x / Elixir 1.15.x
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test OTP 25.x / Elixir 1.15.x
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test OTP 25.x / Elixir 1.15.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Test OTP 25.x / Elixir 1.15.x
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test OTP 25.x / Elixir 1.15.x
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
Test OTP 25.x / Elixir 1.15.x
use Bitwise is deprecated. import Bitwise instead
Test OTP 25.x / Elixir 1.15.x
use Bitwise is deprecated. import Bitwise instead
Test OTP 25.x / Elixir 1.15.x
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test OTP 25.x / Elixir 1.15.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Test OTP 25.x / Elixir 1.15.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Test OTP 25.x / Elixir 1.15.x
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
Test OTP 25.x / Elixir 1.15.x
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1
Test OTP 25.x / Elixir 1.15.x
use Bitwise is deprecated. import Bitwise instead
Test OTP 25.x / Elixir 1.14.x
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test OTP 25.x / Elixir 1.14.x
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
Test OTP 25.x / Elixir 1.14.x
use Bitwise is deprecated. import Bitwise instead
Test OTP 25.x / Elixir 1.14.x
use Bitwise is deprecated. import Bitwise instead
Test OTP 25.x / Elixir 1.14.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Test OTP 25.x / Elixir 1.14.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Test OTP 25.x / Elixir 1.14.x
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
Test OTP 25.x / Elixir 1.14.x
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1
Test OTP 25.x / Elixir 1.14.x
use Bitwise is deprecated. import Bitwise instead
Test OTP 25.x / Elixir 1.14.x
use Bitwise is deprecated. import Bitwise instead
Test OTP 25.x / Elixir 1.14.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Test OTP 24.x / Elixir 1.14.x
use Bitwise is deprecated. import Bitwise instead
Test OTP 24.x / Elixir 1.14.x
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
Test OTP 24.x / Elixir 1.14.x
use Bitwise is deprecated. import Bitwise instead
Test OTP 24.x / Elixir 1.14.x
use Bitwise is deprecated. import Bitwise instead
Test OTP 24.x / Elixir 1.14.x
ExBinance.Spot.Public.TickerPrices.all_prices/0 is deprecated. Use ExBinance.Spot.Public.ticker_prices/0 instead.
Test OTP 24.x / Elixir 1.14.x
ExBinance.Spot.Private.CreateOrder.create_order/7 is deprecated. Use ExBinance.Rest.CreateOrder.create_order/2 instead.
Test OTP 24.x / Elixir 1.14.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Test OTP 24.x / Elixir 1.14.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Test OTP 24.x / Elixir 1.14.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Test OTP 24.x / Elixir 1.14.x
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
Test OTP 24.x / Elixir 1.14.x
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test OTP 24.x / Elixir 1.15.x
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test OTP 24.x / Elixir 1.15.x
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test OTP 24.x / Elixir 1.15.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Test OTP 24.x / Elixir 1.15.x
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test OTP 24.x / Elixir 1.15.x
use Bitwise is deprecated. import Bitwise instead
Test OTP 24.x / Elixir 1.15.x
Regex.regex?/1 is deprecated. Use Kernel.is_struct/2 or pattern match on %Regex{} instead
Test OTP 24.x / Elixir 1.15.x
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test OTP 24.x / Elixir 1.15.x
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
Test OTP 24.x / Elixir 1.15.x
use Bitwise is deprecated. import Bitwise instead
Test OTP 24.x / Elixir 1.15.x
use Bitwise is deprecated. import Bitwise instead
Test OTP 24.x / Elixir 1.15.x
bitstring specifier "integer_32bit_be" does not exist and is being expanded to "integer_32bit_be()", please use parentheses to remove the ambiguity
Test OTP 24.x / Elixir 1.15.x
bitstring specifier "integer_64bit_be" does not exist and is being expanded to "integer_64bit_be()", please use parentheses to remove the ambiguity
Test OTP 24.x / Elixir 1.15.x
bitstring specifier "signed_char_be" does not exist and is being expanded to "signed_char_be()", please use parentheses to remove the ambiguity
Test OTP 24.x / Elixir 1.15.x
bitstring specifier "unsigned_char_be" does not exist and is being expanded to "unsigned_char_be()", please use parentheses to remove the ambiguity
Test OTP 25.x / Elixir 1.13.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Test OTP 25.x / Elixir 1.13.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Test OTP 25.x / Elixir 1.13.x
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1
Test OTP 25.x / Elixir 1.13.x
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
Test OTP 25.x / Elixir 1.13.x
redefining module TableRex.Error (current version loaded from /home/runner/work/tai/tai/_build/dev/lib/licensir/ebin/Elixir.TableRex.Error.beam)
Test OTP 25.x / Elixir 1.13.x
function dump_cmd/3 required by behaviour Ecto.Adapter.Structure is not implemented (in module Ecto.Adapters.SQLite3)
Test OTP 25.x / Elixir 1.13.x
function query_many/4 required by behaviour Ecto.Adapters.SQL.Connection is not implemented (in module Ecto.Adapters.SQLite3.Connection)
Test OTP 25.x / Elixir 1.13.x
ExBinance.Spot.Private.CreateOrder.create_order/7 is deprecated. Use ExBinance.Rest.CreateOrder.create_order/2 instead.
Test OTP 25.x / Elixir 1.13.x
ExBinance.Spot.Public.TickerPrices.all_prices/0 is deprecated. Use ExBinance.Spot.Public.ticker_prices/0 instead.
Test OTP 25.x / Elixir 1.13.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Test OTP 25.x / Elixir 1.13.x
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test OTP 24.x / Elixir 1.13.x
ExBinance.Spot.Public.TickerPrices.all_prices/0 is deprecated. Use ExBinance.Spot.Public.ticker_prices/0 instead.
Test OTP 24.x / Elixir 1.13.x
ExBinance.Spot.Private.CreateOrder.create_order/7 is deprecated. Use ExBinance.Rest.CreateOrder.create_order/2 instead.
Test OTP 24.x / Elixir 1.13.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Test OTP 24.x / Elixir 1.13.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Test OTP 24.x / Elixir 1.13.x
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1
Test OTP 24.x / Elixir 1.13.x
function dump_cmd/3 required by behaviour Ecto.Adapter.Structure is not implemented (in module Ecto.Adapters.SQLite3)
Test OTP 24.x / Elixir 1.13.x
function query_many/4 required by behaviour Ecto.Adapters.SQL.Connection is not implemented (in module Ecto.Adapters.SQLite3.Connection)
Test OTP 24.x / Elixir 1.13.x
redefining module TableRex.Error (current version loaded from /home/runner/work/tai/tai/_build/dev/lib/licensir/ebin/Elixir.TableRex.Error.beam)
Test OTP 24.x / Elixir 1.13.x
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
Test OTP 24.x / Elixir 1.13.x
ExBinance.Spot.Public.TickerPrices.all_prices/0 is deprecated. Use ExBinance.Spot.Public.ticker_prices/0 instead.
Test OTP 24.x / Elixir 1.13.x
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size
log artifacts Expired
372 KB