Skip to content

Merge pull request #128 from jeidison/php-8.5 #380

Merge pull request #128 from jeidison/php-8.5

Merge pull request #128 from jeidison/php-8.5 #380

Triggered via push May 18, 2026 18:08
Status Failure
Total duration 6m 4s
Artifacts 7

ci-cd.yml

on: push
Matrix: build-test-alpine
Matrix: build-test-debian
Matrix: push-alpine-base
Matrix: push-debian-base
Matrix: push-alpine-nginx
Matrix: push-alpine-node
Matrix: push-debian-nginx
Matrix: trigger-downstream
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 9 warnings
build-test-debian (8.5, -prod)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c useradd -m -u 1337 kool && usermod -aG www-data kool && DOCKERIZE_ARCH=\"$( [ \"$(uname -m)\" = \"aarch64\" ] && echo arm64 || echo amd64 )\" && curl -L \"https://github.com/jwilder/dockerize/releases/download/v0.9.3/dockerize-linux-${DOCKERIZE_ARCH}-v0.9.3.tar.gz\" | tar xz && mv dockerize /usr/local/bin/dockerize && GOSU_ARCH=\"$( [ \"$(uname -m)\" = \"aarch64\" ] && echo arm64 || echo amd64 )\" && curl -L \"https://github.com/tianon/gosu/releases/download/1.17/gosu-${GOSU_ARCH}\" -o /usr/local/bin/gosu && chmod +x /usr/local/bin/gosu && apt-get update && apt-get install -y --no-install-recommends bash sed git openssh-client procps libfreetype6 libpng16-16 libjpeg62-turbo libzip4 ghostscript imagemagick jpegoptim optipng pngquant gifsicle libldap-2.5-0 libpq5 libicu72 less && cp \"/usr/local/etc/php/php.ini-production\" \"/usr/local/etc/php/php.ini\" && apt-get install -y --no-install-recommends $PHPIZE_DEPS libfreetype6-dev libpng-dev libjpeg62-turbo-dev libicu-dev libedit-dev libxml2-dev libmagickwand-dev libldap2-dev libonig-dev libwebp-dev libpq-dev libzip-dev && docker-php-ext-configure gd --with-freetype --with-webp --with-jpeg && export CFLAGS=\"$PHP_CFLAGS\" CPPFLAGS=\"$PHP_CPPFLAGS\" LDFLAGS=\"$PHP_LDFLAGS\" && docker-php-ext-install -j$(nproc) bcmath calendar exif gd intl ldap mbstring opcache pcntl pdo pdo_mysql pdo_pgsql soap xml zip sockets mysqli ftp && pecl install redis && pecl install imagick && docker-php-ext-enable imagick && docker-php-ext-enable redis && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=composer1 && apt-get purge -y --auto-remove $PHPIZE_DEPS libfreetype6-dev libpng-dev libjpeg62-turbo-dev libicu-dev libedit-dev libxml2-dev libmagickwand-dev libldap2-dev libonig-dev libwebp-dev libpq-dev libzip-dev && rm -rf /var/lib/apt/lists/* /tmp/*" did not complete successfully: exit code: 2
build-test-debian (8.5)
The strategy configuration was canceled because "build-test-debian._8_5_-prod" failed
build-test-debian (8.5)
The operation was canceled.
build-test-debian (8.4, -prod)
The strategy configuration was canceled because "build-test-debian._8_5_-prod" failed
build-test-debian (8.4, -prod)
The operation was canceled.
build-test-debian (8.4)
The strategy configuration was canceled because "build-test-debian._8_5_-prod" failed
build-test-debian (8.4)
The operation was canceled.
build-test-alpine (8.5)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c adduser -D -u 1337 kool && addgroup kool www-data && DOCKERIZE_ARCH=\"$( [ \"$(uname -m)\" = \"aarch64\" ] && echo arm64 || echo amd64 )\" && curl -L \"https://github.com/jwilder/dockerize/releases/download/v0.9.3/dockerize-linux-${DOCKERIZE_ARCH}-v0.9.3.tar.gz\" | tar xz && mv dockerize /usr/local/bin/dockerize && apk --no-cache add su-exec bash sed git openssh-client icu shadow procps freetype libpng libjpeg-turbo libzip-dev ghostscript imagemagick jpegoptim optipng pngquant gifsicle libldap libpq less && cp \"/usr/local/etc/php/php.ini-production\" \"/usr/local/etc/php/php.ini\" && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS freetype-dev libpng-dev libjpeg-turbo-dev icu-dev libedit-dev libxml2-dev imagemagick-dev openldap-dev oniguruma-dev libwebp-dev postgresql-dev linux-headers && docker-php-ext-configure gd --with-freetype --with-webp --with-jpeg && export CFLAGS=\"$PHP_CFLAGS\" CPPFLAGS=\"$PHP_CPPFLAGS\" LDFLAGS=\"$PHP_LDFLAGS\" && docker-php-ext-install -j$(nproc) bcmath calendar exif gd intl ldap mbstring opcache pcntl pdo pdo_mysql pdo_pgsql soap xml zip sockets mysqli ftp && pecl install redis && pecl install imagick && docker-php-ext-enable imagick && docker-php-ext-enable redis && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=composer1 && apk del .build-deps && rm -rf /var/cache/apk/* /tmp/*" did not complete successfully: exit code: 2
build-test-alpine (8.2)
The strategy configuration was canceled because "build-test-alpine._8_5" failed
build-test-alpine (8.2)
The operation was canceled.
build-test-alpine (8.3)
The strategy configuration was canceled because "build-test-alpine._8_5" failed
build-test-alpine (8.3)
The operation was canceled.
build-test-alpine (8.1)
The strategy configuration was canceled because "build-test-alpine._8_5" failed
build-test-alpine (8.1)
The operation was canceled.
build-test-alpine (8.4)
The strategy configuration was canceled because "build-test-alpine._8_5" failed
build-test-alpine (8.4)
The operation was canceled.
build-test-debian (8.5, -prod)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
build-test-debian (8.5)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
build-test-debian (8.4, -prod)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
build-test-debian (8.4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
build-test-alpine (8.5)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
build-test-alpine (8.2)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
build-test-alpine (8.3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
build-test-alpine (8.1)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
build-test-alpine (8.4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/

Artifacts

Produced during runtime
Name Size Digest
kool-dev~docker-php~57H1CJ.dockerbuild
131 KB
sha256:e9d61aadfcecf34a0185e72c56fd741849931313739eb5b2a4819b28365695d4
kool-dev~docker-php~65MLGM.dockerbuild
131 KB
sha256:f1ecaab1ee58739e593a776e90595b3532ea3181b7fe20aff7e02591f1bd5dc7
kool-dev~docker-php~6L0LYD.dockerbuild
131 KB
sha256:27a031e38e99d11c3cdfc2d55f886a0f6fed729ff131a4e717e43ef9432c8b7d
kool-dev~docker-php~SFMQ82.dockerbuild
90.4 KB
sha256:5f8b7e423520830cc2af8f485ae640ec9edf9001c9e324c05719855c34d4e92d
kool-dev~docker-php~V0MVYH.dockerbuild
133 KB
sha256:6530452e09aecdf3ed0bb50da426c0b05275e10f93fa5a7d0d434e7394406d80
kool-dev~docker-php~XD946X.dockerbuild
133 KB
sha256:06cd4071e41bd9d238c85c776b4b1d257d558a0901aa949f8743aa7b5d16a2c5
kool-dev~docker-php~ZJYNRJ.dockerbuild
60.9 KB
sha256:49645e1c4c8cf70b18fe52b0e3ade4a0dea5395219af433031e9e2ee479dbc9e