Skip to content

fix: 8.2

fix: 8.2 #75

Triggered via push March 31, 2024 03:45
Status Failure
Total duration 1h 5m 23s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add -U --no-cache --virtual temp autoconf g++ file re2c make zlib-dev libtool aspell-dev pcre-dev libxml2-dev bzip2-dev libzip-dev icu-dev gettext-dev imagemagick-dev openldap-dev libpng-dev gmp-dev yaml-dev postgresql-dev libxml2-dev tidyhtml-dev libmemcached-dev libssh2-dev libevent-dev libev-dev librdkafka-dev lua-dev libxslt-dev freetype-dev jpeg-dev libjpeg-turbo-dev oniguruma-dev && apk add --no-cache aspell gettext gnu-libiconv grpc icu imagemagick imap-dev libzip libbz2 librdkafka libxml2-utils libpq libmemcached libssh2 libevent libev libxslt linux-headers lua openldap openldap-back-mdb tidyhtml yaml zlib && docker-php-source extract && rm -f /usr/local/lib/php/extensions/no-debug-non-zts-20210902/intl.so /usr/local/etc/php/conf.d/docker-php-ext-intl.ini && pecl channel-update pecl.php.net && { php -m | grep gd || docker-php-ext-configure gd --with-freetype --with-jpeg --enable-gd; } && docker-php-ext-install-if $PHP_EXTENSIONS && docker-pecl-ext-install $PECL_EXTENSIONS $PECL_EXTENSIONS_FUTURE && { docker-php-ext-enable $(echo $PECL_EXTENSIONS $PECL_EXTENSIONS_FUTURE | sed -E 's/\\-[^ ]+//g') opcache > /dev/null || true; } && { pecl clear-cache || true; } && { php -m | grep xdebug && docker-php-ext-disable xdebug || true; } && docker-php-source delete && curl -sSL https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && curl -sSL https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=composer1 && apk del temp && rm -rf /var/cache/apk/* /tmp/* /var/tmp/* /usr/share/doc/* /usr/share/man/* && php -f /ext.php" did not complete successfully: exit code: 1
docker
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.