Skip to content

refactor to map_intersperse #390

refactor to map_intersperse

refactor to map_intersperse #390

Re-run triggered January 10, 2024 00:21
Status Failure
Total duration 30m 30s
Artifacts 1

ci.yml

on: pull_request
Selenium v4 macOS
1m 40s
Selenium v4 macOS
Matrix: chromedriver
Matrix: linting
Matrix: selenium-v3
Matrix: Selenium V4
Matrix: unit_tests
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 121 warnings
Selenium v4 macOS
Process completed with exit code 1.
Selenium V4 (24.x, 1.13.x): integration_test/cases/browser_test.exs#L5
test has?/2 allows css queries (Wallaby.Integration.BrowserTest)
Selenium V4 (24.x, 1.13.x): integration_test/cases/browser/all_test.exs#L11
test all/2 returns all of the elements matching the query (Wallaby.Integration.Browser.AllTest)
Selenium V4 (24.x, 1.13.x): integration_test/cases/feature/import_feature_test.exs#L5
feature works (Wallaby.Integration.Browser.ImportFeatureTest)
Selenium V4 (24.x, 1.13.x): integration_test/cases/browser_test.exs#L12
test has?/2 allows text queries (Wallaby.Integration.BrowserTest)
Selenium V4 (24.x, 1.13.x): integration_test/cases/element/location_test.exs#L11
test location/1 returns coordinates of the top-left corner of the given element (Wallaby.Integration.Element.LocationTest)
Selenium V4 (24.x, 1.13.x): integration_test/cases/feature/use_feature_test.exs#L20
feature single session (Wallaby.Integration.Browser.UseFeatureTest)
Selenium V4 (24.x, 1.13.x): integration_test/cases/element/size_test.exs#L11
test size/1 returns size of the given element (Wallaby.Integration.Element.SizeTest)
Selenium V4 (24.x, 1.13.x): integration_test/cases/feature/use_feature_test.exs#L6
feature multi session (Wallaby.Integration.Browser.UseFeatureTest)
Selenium V4 (24.x, 1.13.x): integration_test/cases/browser/window_position_test.exs#L7
test getting the window position (Wallaby.Integration.Browser.WindowPositionTest)
Selenium V4 (24.x, 1.13.x): integration_test/cases/feature/use_feature_test.exs#L34
feature reads capabilities from session attribute (Wallaby.Integration.Browser.UseFeatureTest)
Unit Tests (1.12.x/24.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit Tests (1.12.x/24.x)
:random.seed/3 is deprecated. Use the 'rand' module instead
Unit Tests (1.12.x/24.x)
unknown compiler variable "__" (expected one of __MODULE__, __ENV__, __DIR__, __CALLER__, __STACKTRACE__)
Unit Tests (1.12.x/24.x)
unknown compiler variable "__" (expected one of __MODULE__, __ENV__, __DIR__, __CALLER__, __STACKTRACE__)
Unit Tests (1.12.x/24.x)
Decimal.cmp/2 is deprecated. Use compare/2 instead
Unit Tests (1.12.x/24.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Unit Tests (1.12.x/24.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Unit Tests (1.12.x/24.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Unit Tests (1.12.x/24.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Unit Tests (1.12.x/24.x)
:crypto.block_decrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
Unit Tests (1.12.x/24.x)
:crypto.hmac/3 is undefined or private, use crypto:mac/4 instead
Unit Tests (1.13.x/25.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit Tests (1.13.x/25.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Unit Tests (1.13.x/25.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Unit Tests (1.13.x/25.x)
:random.seed/3 is deprecated. Use the 'rand' module instead
Unit Tests (1.13.x/25.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Unit Tests (1.13.x/25.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Unit Tests (1.13.x/25.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Unit Tests (1.13.x/25.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Unit Tests (1.13.x/25.x)
:crypto.block_decrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
Unit Tests (1.13.x/25.x)
:crypto.hmac/3 is undefined or private, use crypto:mac/4 instead
Unit Tests (1.13.x/25.x)
:crypto.block_encrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
Unit Tests (1.13.x/25.x)
unknown compiler variable "__" (expected one of __MODULE__, __ENV__, __DIR__, __CALLER__, __STACKTRACE__)
Unit Tests (1.13.x/25.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Unit Tests (1.13.x/25.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Selenium v4 macOS
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ChromeDriver (1.12.x/24.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ChromeDriver (1.12.x/24.x)
:random.seed/3 is deprecated. Use the 'rand' module instead
ChromeDriver (1.12.x/24.x)
unknown compiler variable "__" (expected one of __MODULE__, __ENV__, __DIR__, __CALLER__, __STACKTRACE__)
ChromeDriver (1.12.x/24.x)
unknown compiler variable "__" (expected one of __MODULE__, __ENV__, __DIR__, __CALLER__, __STACKTRACE__)
ChromeDriver (1.12.x/24.x)
Decimal.cmp/2 is deprecated. Use compare/2 instead
ChromeDriver (1.12.x/24.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
ChromeDriver (1.12.x/24.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
ChromeDriver (1.12.x/24.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
ChromeDriver (1.12.x/24.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
ChromeDriver (1.12.x/24.x)
:crypto.block_decrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
ChromeDriver (1.12.x/24.x)
:crypto.hmac/3 is undefined or private, use crypto:mac/4 instead
ChromeDriver (1.13.x/25.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ChromeDriver (1.13.x/25.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
ChromeDriver (1.13.x/25.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
ChromeDriver (1.13.x/25.x)
:random.seed/3 is deprecated. Use the 'rand' module instead
ChromeDriver (1.13.x/25.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
ChromeDriver (1.13.x/25.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
ChromeDriver (1.13.x/25.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
ChromeDriver (1.13.x/25.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
ChromeDriver (1.13.x/25.x)
:crypto.block_decrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
ChromeDriver (1.13.x/25.x)
:crypto.hmac/3 is undefined or private, use crypto:mac/4 instead
ChromeDriver (1.13.x/25.x)
:crypto.block_encrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
ChromeDriver (1.13.x/25.x)
unknown compiler variable "__" (expected one of __MODULE__, __ENV__, __DIR__, __CALLER__, __STACKTRACE__)
ChromeDriver (1.13.x/25.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
ChromeDriver (1.13.x/25.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Linting (1.13.x/25.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linting (1.13.x/25.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Linting (1.13.x/25.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Linting (1.13.x/25.x)
:random.seed/3 is deprecated. Use the 'rand' module instead
Linting (1.13.x/25.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Linting (1.13.x/25.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Linting (1.13.x/25.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Linting (1.13.x/25.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Linting (1.13.x/25.x)
:crypto.block_decrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
Linting (1.13.x/25.x)
:crypto.block_encrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
Linting (1.13.x/25.x)
:crypto.hmac/3 is undefined or private, use crypto:mac/4 instead
Linting (1.13.x/25.x)
unknown compiler variable "__" (expected one of __MODULE__, __ENV__, __DIR__, __CALLER__, __STACKTRACE__)
Linting (1.13.x/25.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Linting (1.13.x/25.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Linting (1.13.x/25.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Linting (1.13.x/25.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Linting (1.13.x/25.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Linting (1.12.x/24.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linting (1.12.x/24.x): deps/benchee/mix.exs#L20
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 ASCII letters, numbers, and underscores do not require quotes
Linting (1.12.x/24.x)
Mix.Project.compile/1 is deprecated. Use Mix.Task.run("compile", args) instead
Linting (1.12.x/24.x)
Mix.Project.compile/1 is deprecated. Use Mix.Task.run("compile", args) instead
Linting (1.12.x/24.x)
:random.seed/3 is deprecated. Use the 'rand' module instead
Linting (1.12.x/24.x)
unknown compiler variable "__" (expected one of __MODULE__, __ENV__, __DIR__, __CALLER__, __STACKTRACE__)
Linting (1.12.x/24.x)
unknown compiler variable "__" (expected one of __MODULE__, __ENV__, __DIR__, __CALLER__, __STACKTRACE__)
Linting (1.12.x/24.x)
Decimal.cmp/2 is deprecated. Use compare/2 instead
Linting (1.12.x/24.x): deps/benchee_json/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 ASCII letters, numbers, and underscores do not require quotes
Linting (1.12.x/24.x): deps/benchee_html/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 ASCII letters, numbers, and underscores do not require quotes
Linting (1.12.x/24.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Selenium v3 (1.12.x/24.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Selenium v3 (1.12.x/24.x)
:random.seed/3 is deprecated. Use the 'rand' module instead
Selenium v3 (1.12.x/24.x)
unknown compiler variable "__" (expected one of __MODULE__, __ENV__, __DIR__, __CALLER__, __STACKTRACE__)
Selenium v3 (1.12.x/24.x)
unknown compiler variable "__" (expected one of __MODULE__, __ENV__, __DIR__, __CALLER__, __STACKTRACE__)
Selenium v3 (1.12.x/24.x)
Decimal.cmp/2 is deprecated. Use compare/2 instead
Selenium v3 (1.12.x/24.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Selenium v3 (1.12.x/24.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Selenium v3 (1.12.x/24.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Selenium v3 (1.12.x/24.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Selenium v3 (1.12.x/24.x)
:crypto.hmac/3 is undefined or private, use crypto:mac/4 instead
Selenium v3 (1.12.x/24.x)
:crypto.block_decrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
Selenium v3 (1.13.x/25.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Selenium v3 (1.13.x/25.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Selenium v3 (1.13.x/25.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Selenium v3 (1.13.x/25.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Selenium v3 (1.13.x/25.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Selenium v3 (1.13.x/25.x)
:random.seed/3 is deprecated. Use the 'rand' module instead
Selenium v3 (1.13.x/25.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Selenium v3 (1.13.x/25.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Selenium v3 (1.13.x/25.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Selenium v3 (1.13.x/25.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Selenium v3 (1.13.x/25.x)
:crypto.block_decrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
Selenium v3 (1.13.x/25.x)
:crypto.hmac/3 is undefined or private, use crypto:mac/4 instead
Selenium v3 (1.13.x/25.x)
:crypto.block_encrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
Selenium v3 (1.13.x/25.x)
unknown compiler variable "__" (expected one of __MODULE__, __ENV__, __DIR__, __CALLER__, __STACKTRACE__)
Selenium V4 (24.x, 1.13.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Selenium V4 (24.x, 1.13.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Selenium V4 (24.x, 1.13.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Selenium V4 (24.x, 1.13.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Selenium V4 (24.x, 1.13.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Selenium V4 (24.x, 1.13.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Selenium V4 (24.x, 1.13.x)
No files were found with the provided path: ./selenium-mac.log. No artifacts will be uploaded.
Selenium V4 (24.x, 1.13.x): config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Selenium V4 (24.x, 1.13.x)
:random.seed/3 is deprecated. Use the 'rand' module instead
Selenium V4 (24.x, 1.13.x)
unknown compiler variable "__" (expected one of __MODULE__, __ENV__, __DIR__, __CALLER__, __STACKTRACE__)
Selenium V4 (24.x, 1.13.x)
unknown compiler variable "__" (expected one of __MODULE__, __ENV__, __DIR__, __CALLER__, __STACKTRACE__)
Selenium V4 (24.x, 1.13.x)
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
Selenium V4 (24.x, 1.13.x)
Decimal.cmp/2 is deprecated. Use compare/2 instead
Selenium V4 (24.x, 1.13.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Selenium V4 (24.x, 1.13.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Selenium V4 (24.x, 1.13.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Selenium V4 (24.x, 1.13.x)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead

Artifacts

Produced during runtime
Name Size
Selenium Logs Expired
836 KB