Set writable: :insert for inserted_at field in timestamps() macro#4752
Open
green-david wants to merge 1 commit into
Open
Set writable: :insert for inserted_at field in timestamps() macro#4752green-david wants to merge 1 commit into
green-david wants to merge 1 commit into
Annotations
2 errors and 3 warnings
|
ecto integration-test under 1.15.6-erlang-24.3.4.9-alpine-3.20.9
Process completed with exit code 1.
|
|
ecto integration-test under 1.15.6-erlang-24.3.4.9-alpine-3.20.9:
Earthfile#L49
The command WITH DOCKER RUN --privileged set -e; timeout=$(expr $(date +%!s(MISSING)) + 60); docker run --name mssql --network=host -d -e 'ACCEPT_EULA=Y' -e 'MSSQL_SA_PASSWORD=some!Password' "$MCR_IMG"; docker run --name pg --network=host -d -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=postgres "$PG_IMG"; docker run --name mysql --network=host -d -e MYSQL_ROOT_PASSWORD=root "$MYSQL_IMG"; while ! sqlcmd -C -S tcp:127.0.0.1,1433 -U sa -P 'some!Password' -Q "SELECT 1" >/dev/null 2>&1; do test "$(date +%!s(MISSING))" -le "$timeout" || (echo "timed out waiting for mssql"; exit 1); echo "waiting for mssql"; sleep 1; done; 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; while ! mysqladmin ping --host=127.0.0.1 --port=3306 --protocol=TCP --silent; do test "$(date +%!s(MISSING))" -le "$timeout" || (echo "timed out waiting for mysql"; exit 1); echo "waiting for mysql"; sleep 1; done; MSSQL_URL='sa:xxxxx@127.0.0.1' MYSQL_URL='root:xxxxx@127.0.0.1' PG_URL='postgres:xxxxx@127.0.0.1' ECTO_PATH='/src/ecto' mix test.all; did not complete successfully. Exit code 1
|
|
Complete job
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/
|
|
Post Run earthly/actions-setup@v1
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>0RohVagAAAAA2ypAKbZKDTK2Db+2eHEX1TVNQMzExMDAwMTAxMDQ3AEVkZ2U=
|
|
Run earthly/actions-setup@v1
Failed to restore: Cache service responded with 400
|
background
wait
wait-all
cancel
parallel
Loading