Skip to content

All tests cron

All tests cron #557

Triggered via schedule March 8, 2024 05:07
Status Success
Total duration 14m 35s
Artifacts

all_tests_cron.yml

on: schedule
Matrix: Run all integration tests
Matrix: Run all unit tests
Fit to window
Zoom out
Zoom in

Annotations

76 warnings
Run all unit tests (andi)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run all unit tests (andi)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run all unit tests (andi): deps/natural_sort/mix.exs#L10
variable "deps" does not exist and is being expanded to "deps()", please use parentheses to remove the ambiguity or change the variable name
Run all unit tests (andi): deps/natural_sort/mix.exs#L11
variable "description" does not exist and is being expanded to "description()", please use parentheses to remove the ambiguity or change the variable name
Run all unit tests (andi): deps/natural_sort/mix.exs#L12
variable "package" does not exist and is being expanded to "package()", please use parentheses to remove the ambiguity or change the variable name
Run all unit tests (andi)
variable "case_sensitive?" is unused (if the variable is not meant to be used, prefix it with an underscore)
Run all unit tests (andi): deps/parallel_stream/mix.exs#L17
found quoted keyword "coveralls" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of Unicode letters, numbers, underscore, and @ do not require quotes
Run all unit tests (andi)
Stream.chunk/4 is deprecated. Use Stream.chunk_every/4 instead
Run all unit tests (andi): deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead
Run all unit tests (andi)
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
Run all unit tests (andi)
calling super for GenServer callback child_spec/1 is deprecated
Run all unit tests (andi)
Decimal.compare/2 is deprecated. Use Decimal.cmp/2 instead. This function will be re-introduced in Decimal v2.0 with new return value
Run all unit tests (andi)
Unexpected input(s) 'otp-version', 'elixir-version', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
Run all unit tests (andi)
Unexpected input(s) 'otp-version', 'elixir-version', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
Run all unit tests (discovery_api)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run all unit tests (discovery_api)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run all unit tests (discovery_api): deps/parallel_stream/mix.exs#L17
found quoted keyword "coveralls" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of Unicode letters, numbers, underscore, and @ do not require quotes
Run all unit tests (discovery_api)
Stream.chunk/4 is deprecated. Use Stream.chunk_every/4 instead
Run all unit tests (discovery_api): deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead
Run all unit tests (discovery_api)
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
Run all unit tests (discovery_api)
calling super for GenServer callback child_spec/1 is deprecated
Run all unit tests (discovery_api)
Decimal.compare/2 is deprecated. Use Decimal.cmp/2 instead. This function will be re-introduced in Decimal v2.0 with new return value
Run all unit tests (discovery_api)
@behaviour :cowboy_stream does not exist (in module Web.StreamHandlers.StripServerHeader)
Run all unit tests (discovery_api)
:cowboy_stream.data/4 is undefined (module :cowboy_stream is not available or is yet to be defined)
Run all unit tests (discovery_api)
:cowboy_stream.early_error/5 is undefined (module :cowboy_stream is not available or is yet to be defined)
Run all unit tests (discovery_api)
:cowboy_stream.init/3 is undefined (module :cowboy_stream is not available or is yet to be defined)
Run all unit tests (discovery_api)
Unexpected input(s) 'otp-version', 'elixir-version', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
Run all unit tests (discovery_api)
Unexpected input(s) 'otp-version', 'elixir-version', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
Run all integration tests (pipeline)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run all integration tests (pipeline)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run all integration tests (pipeline)
this clause cannot match because a previous clause at line 2 always matches
Run all integration tests (pipeline)
this clause cannot match because a previous clause at line 2 always matches
Run all integration tests (pipeline)
this clause cannot match because a previous clause at line 2 always matches
Run all integration tests (pipeline)
MIME.valid?/1 is deprecated. Use MIME.extensions(type) != [] instead
Run all integration tests (pipeline)
System.stacktrace/0 outside of rescue/catch clauses is deprecated. If you want to support only Elixir v1.7+, you must access __STACKTRACE__ inside a rescue/catch. If you want to support earlier Elixir versions, move System.stacktrace/0 inside a rescue/catch
Run all integration tests (pipeline)
this clause cannot match because a previous clause at line 2 always matches
Run all integration tests (pipeline)
this clause cannot match because a previous clause at line 2 always matches
Run all integration tests (pipeline)
this clause cannot match because a previous clause at line 2 always matches
Run all integration tests (pipeline)
module attribute @requirements was set but never used
Run all integration tests (pipeline)
MIME.valid?/1 is deprecated. Use MIME.extensions(type) != [] instead
Run all integration tests (e2e)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run all integration tests (e2e)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run all integration tests (e2e): deps/natural_sort/mix.exs#L10
variable "deps" does not exist and is being expanded to "deps()", please use parentheses to remove the ambiguity or change the variable name
Run all integration tests (e2e): deps/natural_sort/mix.exs#L11
variable "description" does not exist and is being expanded to "description()", please use parentheses to remove the ambiguity or change the variable name
Run all integration tests (e2e): deps/natural_sort/mix.exs#L12
variable "package" does not exist and is being expanded to "package()", please use parentheses to remove the ambiguity or change the variable name
Run all integration tests (e2e)
variable "case_sensitive?" is unused (if the variable is not meant to be used, prefix it with an underscore)
Run all integration tests (e2e): deps/parallel_stream/mix.exs#L17
found quoted keyword "coveralls" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of Unicode letters, numbers, underscore, and @ do not require quotes
Run all integration tests (e2e)
Stream.chunk/4 is deprecated. Use Stream.chunk_every/4 instead
Run all integration tests (e2e): deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead
Run all integration tests (e2e)
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
Run all integration tests (e2e)
calling super for GenServer callback child_spec/1 is deprecated
Run all integration tests (e2e)
Decimal.compare/2 is deprecated. Use Decimal.cmp/2 instead. This function will be re-introduced in Decimal v2.0 with new return value
Run all integration tests (discovery_api)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run all integration tests (discovery_api)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run all integration tests (discovery_api): deps/parallel_stream/mix.exs#L17
found quoted keyword "coveralls" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of Unicode letters, numbers, underscore, and @ do not require quotes
Run all integration tests (discovery_api)
Stream.chunk/4 is deprecated. Use Stream.chunk_every/4 instead
Run all integration tests (discovery_api): deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead
Run all integration tests (discovery_api)
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
Run all integration tests (discovery_api)
calling super for GenServer callback child_spec/1 is deprecated
Run all integration tests (discovery_api)
Decimal.compare/2 is deprecated. Use Decimal.cmp/2 instead. This function will be re-introduced in Decimal v2.0 with new return value
Run all integration tests (discovery_api)
@behaviour :cowboy_stream does not exist (in module Web.StreamHandlers.StripServerHeader)
Run all integration tests (discovery_api)
:cowboy_stream.data/4 is undefined (module :cowboy_stream is not available or is yet to be defined)
Run all integration tests (discovery_api)
:cowboy_stream.early_error/5 is undefined (module :cowboy_stream is not available or is yet to be defined)
Run all integration tests (discovery_api)
:cowboy_stream.init/3 is undefined (module :cowboy_stream is not available or is yet to be defined)
Run all integration tests (andi)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run all integration tests (andi)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run all integration tests (andi): deps/natural_sort/mix.exs#L10
variable "deps" does not exist and is being expanded to "deps()", please use parentheses to remove the ambiguity or change the variable name
Run all integration tests (andi): deps/natural_sort/mix.exs#L11
variable "description" does not exist and is being expanded to "description()", please use parentheses to remove the ambiguity or change the variable name
Run all integration tests (andi): deps/natural_sort/mix.exs#L12
variable "package" does not exist and is being expanded to "package()", please use parentheses to remove the ambiguity or change the variable name
Run all integration tests (andi)
variable "case_sensitive?" is unused (if the variable is not meant to be used, prefix it with an underscore)
Run all integration tests (andi): deps/parallel_stream/mix.exs#L17
found quoted keyword "coveralls" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of Unicode letters, numbers, underscore, and @ do not require quotes
Run all integration tests (andi)
Stream.chunk/4 is deprecated. Use Stream.chunk_every/4 instead
Run all integration tests (andi): deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead
Run all integration tests (andi)
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
Run all integration tests (andi)
calling super for GenServer callback child_spec/1 is deprecated
Run all integration tests (andi)
Decimal.compare/2 is deprecated. Use Decimal.cmp/2 instead. This function will be re-introduced in Decimal v2.0 with new return value