Skip to content

Build

Build #136

Triggered via schedule May 19, 2024 01:58
Status Failure
Total duration 8m 48s
Artifacts

main.yaml

on: schedule
Generate Jobs
3s
Generate Jobs
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 16 warnings
build-name (8.3-fpm-alpine, 8.3, fpm-alpine)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -xe && apk update && apk add --no-cache --virtual .php-deps imagemagick ghostscript make libssh2 icu gmp-dev librdkafka-dev libpq-dev libzip-dev libxml2-dev libmemcached-dev imap-dev libgomp && apk add --no-cache --virtual .tools openssh-client git iproute2 bind-tools gnupg unzip bash postgresql-client postfix && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS zlib-dev icu-dev g++ freetype-dev libpng-dev imagemagick-dev libjpeg-turbo-dev ghc autoconf krb5-dev libssh2-dev zlib-dev patch && docker-php-ext-configure intl && docker-php-ext-install intl && docker-php-ext-enable intl && docker-php-ext-configure imap --with-kerberos --with-imap-ssl && pecl install mailparse && docker-php-ext-install zip bcmath imap soap pcntl gmp && docker-php-ext-enable mailparse && pecl install imagick && docker-php-ext-enable imagick && pecl install ssh2-$PECL_SSH2_RELEASE && docker-php-ext-enable ssh2 && export CFLAGS=\"$PHP_CFLAGS\" CPPFLAGS=\"$PHP_CPPFLAGS\" LDFLAGS=\"$PHP_LDFLAGS\" && docker-php-ext-configure gd --with-freetype --with-jpeg && docker-php-ext-install gd && docker-php-ext-install pdo_pgsql pgsql && pecl install \"xdebug-$XDEBUG_RELEASE\" && docker-php-ext-enable xdebug && docker-php-ext-install opcache && pecl install rdkafka && docker-php-ext-enable rdkafka && pecl install memcached-$MEMCACHED_RELEASE && docker-php-ext-enable memcached && docker-php-ext-install sockets && version=$(php -r \"echo PHP_MAJOR_VERSION.PHP_MINOR_VERSION;\") && architecture=$(case $(uname -m) in i386 | i686 | x86) echo \"i386\" ;; x86_64 | amd64) echo \"amd64\" ;; aarch64 | arm64 | armv8) echo \"arm64\" ;; *) echo \"amd64\" ;; esac) && curl -A \"Docker\" -o /tmp/blackfire-probe.tar.gz -D - -L -s https://blackfire.io/api/v1/releases/probe/php/linux/$architecture/$version && mkdir -p /tmp/blackfire && tar zxpf /tmp/blackfire-probe.tar.gz -C /tmp/blackfire && mv /tmp/blackfire/blackfire-*.so $(php -r \"echo ini_get ('extension_dir');\")/blackfire.so && printf \";extension=blackfire.so\\nblackfire.agent_socket=tcp://blackfire:8707\\n\" > $PHP_INI_DIR/conf.d/blackfire.ini && rm -rf /tmp/blackfire /tmp/blackfire-probe.tar.gz && echo 'Blackfire has been installed' && apk add gnu-libiconv=$GNU_LIBICONV_RELEASE --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/latest-stable/community/ --allow-untrusted && curl -L https://download.newrelic.com/php_agent/archive/$NEW_RELIC_AGENT_VERSION/newrelic-php5-$NEW_RELIC_AGENT_VERSION-linux-musl.tar.gz | tar -C /tmp -zx && NR_INSTALL_USE_CP_NOT_LN=1 NR_INSTALL_SILENT=1 /tmp/newrelic-php5-$NEW_RELIC_AGENT_VERSION-linux-musl/newrelic-install install && rm -rf /tmp/newrelic-php5-* /tmp/nrinstall* && { find /usr/local/lib -type f -print0 | xargs -0r strip --strip-all -p 2>/dev/null || true; } && apk del .build-deps && rm -rf /tmp/* /usr/local/lib/php/doc/* /var/cache/apk/*" did not complete successfully: exit code: 1
Generate Jobs
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-name (7.4-cli-dev, 7.4, cli-dev)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-name (8.0-cli-dev, 8.0, cli-dev)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-name (8.3-fpm-alpine, 8.3, fpm-alpine)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-name (8.3-cli-alpine, 8.3, cli-alpine)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-name (8.1-fpm-alpine, 8.1, fpm-alpine)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-name (8.2-cli-alpine, 8.2, cli-alpine)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-name (7.4-fpm-alpine, 7.4, fpm-alpine)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-name (8.1-cli-alpine, 8.1, cli-alpine)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-name (8.2-fpm-alpine, 8.2, fpm-alpine)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-name (8.0-cli-alpine, 8.0, cli-alpine)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-name (8.0-fpm-alpine, 8.0, fpm-alpine)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-name (8.0-cli, 8.0, cli)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-name (8.0-fpm, 8.0, fpm)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-name (7.4-fpm, 7.4, fpm)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-name (7.4-cli, 7.4, cli)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.