Postgres 18, MySQL 8.4.8 MSSQL 18.6.1 AWS CLI 1.44.56 #513
Annotations
1 error and 1 warning
|
build / image_build
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -c source /assets/functions/00-container && set -ex && addgroup -g 70 postgres && adduser -S -D -H -h /var/lib/postgresql -s /bin/sh -G postgres -u 70 postgres && mkdir -p /var/lib/postgresql && chown -R postgres:postgres /var/lib/postgresql && package update && package upgrade && package install .postgres-build-deps bison clang19 coreutils dpkg-dev dpkg flex g++ gcc icu-dev libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers llvm19-dev lz4-dev make openldap-dev openssl-dev perl-dev perl-ipc-run perl-utils python3-dev tcl-dev util-linux-dev zlib-dev zstd-dev && package install .postgres-run-deps icu-data-full libpq-dev llvm19 musl-locales openssl zstd-libs && mkdir -p /usr/src/postgres && curl -sSL https://ftp.postgresql.org/pub/source/v$POSTGRES_VERSION/postgresql-$POSTGRES_VERSION.tar.bz2 | tar xvfj - --strip 1 -C /usr/src/postgres && cd /usr/src/postgres && awk '$1 == \"#define\" && $2 == \"DEFAULT_PGSOCKET_DIR\" && $3 == \"\\\"/tmp\\\"\" { $3 = \"\\\"/var/run/postgresql\\\"\"; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new && grep '/var/run/postgresql' src/include/pg_config_manual.h.new && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' && export LLVM_CONFIG=\"/usr/lib/llvm19/bin/llvm-config\" && export CLANG=clang-19 && ./configure --build=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\" --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-system-tzdata=/usr/share/zoneinfo --with-pgport=5432 --disable-rpath --enable-integer-datetimes --enable-tap-tests --with-gnu-ld --with-icu --with-ldap --with-libxml --with-libxslt --with-llvm --with-lz4 --with-openssl --with-perl --with-python --with-tcl --with-uuid=e2fs --with-zstd && make -j \"$(nproc)\" world && make install-world && make -j \"$(nproc)\" -C contrib && make -C contrib/ install && runDeps=\"$( \t\tscanelf --needed --nobanner --format '%n#p' --recursive /usr/local \t\t\t| tr ',' '\\n' \t\t\t| sort -u \t\t\t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t\t\t| grep -v -e perl -e python -e tcl )\"; \tpackage install .postgres-additional-deps $runDeps \t && \t package remove .postgres-build-deps && package cleanup && find /usr/local -name '*.a' -delete && rm -rf /root/.cache /root/go \t /usr/local/share/doc \t /usr/local/share/man /usr/src/* && set -ex && addgroup -S -g 10000 dbbackup && adduser -S -D -H -u 10000 -G dbbackup -g \"Tired of I.T! DB Backup\" dbbackup && package update && package upgrade && pac
|
|
build / image_build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, docker/build-push-action@v4, docker/login-action@v2, docker/setup-buildx-action@v2, docker/setup-qemu-action@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|