Skip to content

Support BooleanExpr join ons #2102

Support BooleanExpr join ons

Support BooleanExpr join ons #2102

Triggered via pull request July 25, 2026 16:10
Status Failure
Total duration 2m 14s
Artifacts

ci.yml

on: pull_request
Matrix: mssql integration test
Matrix: mysql integration test
Matrix: postgres integration test
Matrix: unittest
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 26 warnings
unittest (1.19.4, 28.0.1, lint)
Process completed with exit code 1.
unittest (1.19.4, 26.0.1): test/ecto/adapters/postgres_test.exs#L1770
test delete all with interpolated join query (Ecto.Adapters.PostgresTest)
unittest (1.19.4, 26.0.1): test/ecto/adapters/postgres_test.exs#L1398
test update all with left join (Ecto.Adapters.PostgresTest)
unittest (1.19.4, 26.0.1): test/ecto/adapters/postgres_test.exs#L1290
test update all (Ecto.Adapters.PostgresTest)
unittest (1.19.4, 26.0.1): test/ecto/adapters/postgres_test.exs#L2078
test values list: update_all (Ecto.Adapters.PostgresTest)
unittest (1.19.4, 26.0.1): test/ecto/adapters/postgres_test.exs#L1760
test update all with interpolated join query (Ecto.Adapters.PostgresTest)
unittest (1.19.4, 26.0.1): test/ecto/adapters/myxql_test.exs#L977
test update all (Ecto.Adapters.MyXQLTest)
unittest (1.19.4, 26.0.1): test/ecto/adapters/myxql_test.exs#L1380
test update all with interpolated join query (Ecto.Adapters.MyXQLTest)
unittest (1.19.4, 26.0.1): test/ecto/adapters/myxql_test.exs#L1640
test values list: update_all (Ecto.Adapters.MyXQLTest)
unittest (1.19.4, 26.0.1): test/ecto/adapters/myxql_test.exs#L231
test CTE update_all (Ecto.Adapters.MyXQLTest)
unittest (1.19.4, 26.0.1): test/ecto/adapters/myxql_test.exs#L1026
test update all with subquery (Ecto.Adapters.MyXQLTest)
mssql integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 2022)
Process completed with exit code 1.
Error
* command failed: docker run --privileged --env BUILDKIT_MAX_PARALLELISM=20 --env BUILDKIT_DEBUG=false --env BUILDKIT_TCP_TRANSPORT_ENABLED=false --env BUILDKIT_TLS_ENABLED=false --label dev.earthly.settingshash=e9fe7910efadcc66 --mount type=volume,source=earthly-cache,dst=/tmp/earthly --publish 127.0.0.1:8371:8371/tcp -d --pull missing --name earthly-buildkitd docker.io/earthly/buildkitd:v0.8.16: exit status 125: Unable to find image 'earthly/buildkitd:v0.8.16' locally docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) Run 'docker run --help' for more information: exit status 125
postgres integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 16.2-alpine, 4)
Process completed with exit code 1.
Error: Earthfile#L61
The command WITH DOCKER RUN --privileged set -e; timeout=$(expr $(date +%!s(MISSING)) + 30); docker run --name pg --network=host -d -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=postgres "postgres:$POSTGRES"; while ! pg_isready --host=127.0.0.1 --port=5432 --quiet; do test "$(date +%!s(MISSING))" -le "$timeout" || (echo "timed out waiting for postgres"; exit 1); echo "waiting for postgres"; sleep 1; done; PG_URL=postgres:xxxxx@127.0.0.1 ECTO_ADAPTER=pg mix test; did not complete successfully. Exit code 2
postgres integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 9.6-alpine, 1)
Process completed with exit code 1.
Error: Earthfile#L61
The command WITH DOCKER RUN --privileged set -e; timeout=$(expr $(date +%!s(MISSING)) + 30); docker run --name pg --network=host -d -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=postgres "postgres:$POSTGRES"; while ! pg_isready --host=127.0.0.1 --port=5432 --quiet; do test "$(date +%!s(MISSING))" -le "$timeout" || (echo "timed out waiting for postgres"; exit 1); echo "waiting for postgres"; sleep 1; done; PG_URL=postgres:xxxxx@127.0.0.1 ECTO_ADAPTER=pg mix test; did not complete successfully. Exit code 2
postgres integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 16.2-alpine, 1)
Process completed with exit code 1.
Error: Earthfile#L61
The command WITH DOCKER RUN --privileged set -e; timeout=$(expr $(date +%!s(MISSING)) + 30); docker run --name pg --network=host -d -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=postgres "postgres:$POSTGRES"; while ! pg_isready --host=127.0.0.1 --port=5432 --quiet; do test "$(date +%!s(MISSING))" -le "$timeout" || (echo "timed out waiting for postgres"; exit 1); echo "waiting for postgres"; sleep 1; done; PG_URL=postgres:xxxxx@127.0.0.1 ECTO_ADAPTER=pg mix test; did not complete successfully. Exit code 2
postgres integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 11.11-alpine, 1)
Process completed with exit code 1.
Error: Earthfile#L61
The command WITH DOCKER RUN --privileged set -e; timeout=$(expr $(date +%!s(MISSING)) + 30); docker run --name pg --network=host -d -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=postgres "postgres:$POSTGRES"; while ! pg_isready --host=127.0.0.1 --port=5432 --quiet; do test "$(date +%!s(MISSING))" -le "$timeout" || (echo "timed out waiting for postgres"; exit 1); echo "waiting for postgres"; sleep 1; done; PG_URL=postgres:xxxxx@127.0.0.1 ECTO_ADAPTER=pg mix test; did not complete successfully. Exit code 2
unittest (1.19.4, 28.0.1, lint)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
unittest (1.19.4, 26.0.1)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
mssql integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 2022)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, earthly/actions-setup@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
mssql integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 2022)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0FeBkagAAAACb9YCQYuyRRqugI6AbVkYOUEhMMzBFREdFMDEwNgBFZGdl
mssql integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 2022)
Failed to restore: Cache service responded with 400
postgres integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 16.2-alpine, 4)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, earthly/actions-setup@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
postgres integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 16.2-alpine, 4)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0YOBkagAAAADEHEnq22aKTKrq8i0l1OOOQ0hJMzBFREdFMDEwNgBFZGdl
postgres integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 16.2-alpine, 4)
Failed to restore: Cache service responded with 400
postgres integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 9.6-alpine, 1)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, earthly/actions-setup@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
postgres integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 9.6-alpine, 1)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0YOBkagAAAAAa+3XAbJovSrPHajzVgQgyTEFYMzExMDAwMTE1MDIzAEVkZ2U=
postgres integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 9.6-alpine, 1)
Failed to restore: Cache service responded with 400
postgres integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 16.2-alpine, 1)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, earthly/actions-setup@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
postgres integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 16.2-alpine, 1)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0ZuBkagAAAACXb56IRhslSL1P1RJn2BNWQ08xRURHRTE5MTMARWRnZQ==
postgres integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 16.2-alpine, 1)
Failed to restore: Cache service responded with 400
postgres integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 11.11-alpine, 1)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, earthly/actions-setup@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
postgres integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 11.11-alpine, 1)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0aOBkagAAAADlxuoEClNGSps+ibIyAIuMQ08xRURHRTEyMTkARWRnZQ==
postgres integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 11.11-alpine, 1)
Failed to restore: Cache service responded with 400
mssql integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 2019)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, earthly/actions-setup@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
mssql integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 2019)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0d+BkagAAAACyLIEONeXzTKgYr03LrKz3UEhMMzBFREdFMDQyMABFZGdl
mssql integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 2019)
Failed to restore: Cache service responded with 400
mysql integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 5.7)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, earthly/actions-setup@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
mysql integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 5.7)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0euBkagAAAACP6IyNnVXiQaKNWgyw1voGUEhMMzBFREdFMDIxOABFZGdl
mysql integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 5.7)
Failed to restore: Cache service responded with 400
mysql integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 8.0)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, earthly/actions-setup@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
mysql integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 8.0)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0guBkagAAAAA0mw+hcYV5RrknJx/8cQT7TVNQMzExMDAwMTAyMDI5AEVkZ2U=
mysql integration test (1.15.6-erlang-25.3.2.6-alpine-3.18.4, 8.0)
Failed to restore: Cache service responded with 400