Skip to content

Update PHP

Update PHP #98

Triggered via push August 19, 2024 05:13
Status Success
Total duration 1h 57m 34s
Artifacts

release.yml

on: push
Generate Jobs
4s
Generate Jobs
Matrix: Release image
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Release image (8.4-rc, cli, true)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 1
Release image (8.4-rc, apache, true)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 1
Release image (8.4-rc, cli-alpine, true)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; apk add --update --no-cache --virtual .build-deps freetype-dev gmp-dev icu-dev libintl libjpeg-turbo-dev libpng-dev libxml2-dev libzip-dev linux-headers postgresql-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; runDeps=\"$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\\n' | sort -u | awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' )\"; apk add --update --no-cache --virtual .run-deps $runDeps; apk del .build-deps; php --version" did not complete successfully: exit code: 1
Release image (8.4-rc, fpm, true)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 1
Release image (8.4-rc, fpm-alpine, true)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; apk add --update --no-cache --virtual .build-deps freetype-dev gmp-dev icu-dev libintl libjpeg-turbo-dev libpng-dev libxml2-dev libzip-dev linux-headers postgresql-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; runDeps=\"$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\\n' | sort -u | awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' )\"; apk add --update --no-cache --virtual .run-deps $runDeps; apk del .build-deps; php --version" did not complete successfully: exit code: 1
Release image (8.4-rc, zts, true)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 1
Release image (8.4-rc, zts-alpine, true)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; apk add --update --no-cache --virtual .build-deps freetype-dev gmp-dev icu-dev libintl libjpeg-turbo-dev libpng-dev libxml2-dev libzip-dev linux-headers postgresql-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; runDeps=\"$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\\n' | sort -u | awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' )\"; apk add --update --no-cache --virtual .run-deps $runDeps; apk del .build-deps; php --version" did not complete successfully: exit code: 1