Skip to content

php-fpm-nginx 7.4 : debian and php-sury updates #90

php-fpm-nginx 7.4 : debian and php-sury updates

php-fpm-nginx 7.4 : debian and php-sury updates #90

Triggered via push July 8, 2024 13:07
Status Success
Total duration 1m 57s
Artifacts

build-ship.yml

on: push
Matrix: node
Matrix: php
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 57 warnings
php (php-fpm-nginx, 8.0)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends apt-transport-https curl gnupg ca-certificates && { curl https://packages.sury.org/php/apt.gpg | apt-key add - ; } && { echo 'deb https://packages.sury.org/php/ buster main' > /etc/apt/sources.list.d/deb.sury.org.list ; } && apt-get update && PHP_PKG_VERSION=$(apt-cache show php${PHP_MAJOR_VERSION} | grep -E \"^Version: ([[:digit:]]+:)?${PHP_MINOR_VERSION}\" | sed -E -e 's/^Version:\\s*//' | sort -r | head -1) && apt-get install -y --no-install-recommends php8.0=${PHP_PKG_VERSION} php8.0-fpm php8.0-curl php8.0-mbstring php8.0-bcmath php8.0-mysql php8.0-imap php8.0-gd php8.0-xml php8.0-zip php8.0-redis php8.0-memcached gettext-base unzip rsync git netcat nginx python3 python3-pip python3-setuptools python3-wheel python3-dev && php -r \"if (new Redis() == true){ echo \\\"OK \\r\\n\\\"; }\" && pip3 install chaperone && pip3 install 'PyYAML>=3.1.1,<5.4' && test -d /usr/local/lib/python3.7/dist-packages/chaperone && grep -lr 'asyncio.async' /usr/local/lib/python3.7/dist-packages/chaperone | xargs sed -i -e 's/asyncio\\.async/asyncio.ensure_future/' && chgrp -R 0 /var/lib/nginx /run && chmod -R g+rwX /var/lib/nginx /run && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 100
php (php-fpm-nginx, 7.3)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends apt-transport-https curl gnupg ca-certificates && { curl https://packages.sury.org/php/apt.gpg | apt-key add - ; } && { echo 'deb https://packages.sury.org/php/ buster main' > /etc/apt/sources.list.d/deb.sury.org.list ; } && apt-get update && PHP_PKG_VERSION=$(apt-cache show php${PHP_MAJOR_VERSION} | grep -E \"^Version: ([[:digit:]]+:)?${PHP_MINOR_VERSION}\" | sed -E -e 's/^Version:\\s*//' | sort -r | head -1) && apt-get install -y --no-install-recommends php7.3=${PHP_PKG_VERSION} php7.3-fpm php7.3-curl php7.3-json php7.3-mbstring php7.3-bcmath php7.3-mysql php7.3-imap php7.3-gd php7.3-xml php7.3-zip php7.3-redis php7.3-memcached gettext-base unzip rsync git netcat nginx python3 python3-pip python3-setuptools python3-wheel python3-dev && php -r \"if (new Redis() == true){ echo \\\"OK \\r\\n\\\"; }\" && pip3 install chaperone && pip3 install 'PyYAML>=3.1.1,<5.4' && test -d /usr/local/lib/python3.7/dist-packages/chaperone && grep -lr 'asyncio.async' /usr/local/lib/python3.7/dist-packages/chaperone | xargs sed -i -e 's/asyncio\\.async/asyncio.ensure_future/' && chgrp -R 0 /var/lib/nginx /run && chmod -R g+rwX /var/lib/nginx /run && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 100
php (php-fpm-nginx, 7.4)
Process completed with exit code 1.
php (php-ci, 7.4)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c pecl install xdebug && f=`find /usr/local/lib/php/extensions/ -name xdebug.so` && echo \"zend_extension=$f\" >> /usr/local/etc/php/conf.d/pecl-xdebug.ini" did not complete successfully: exit code: 1
php (php-ci, 7.3)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c pecl install xdebug && f=`find /usr/local/lib/php/extensions/ -name xdebug.so` && echo \"zend_extension=$f\" >> /usr/local/etc/php/conf.d/pecl-xdebug.ini" did not complete successfully: exit code: 1
setup
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/setup-buildx-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
setup
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/setup-buildx-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
setup
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
setup
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
setup
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
setup
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
setup
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
setup
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
setup
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
setup
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
setup
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
setup
failed to remove default: context builder cannot be removed, run `docker context rm default` to remove this context ERROR: failed to remove one or more builders
php (php-fpm-nginx, 8.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, docker/build-push-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php (php-fpm-nginx, 8.0)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, docker/build-push-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php (php-fpm-nginx, 8.0)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-fpm-nginx, 8.0)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-fpm-nginx, 7.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, docker/build-push-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php (php-fpm-nginx, 7.3)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, docker/build-push-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php (php-fpm-nginx, 7.3)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-fpm-nginx, 7.3)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-fpm-nginx, 7.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, docker/build-push-action@v2, e1himself/goss-installation-action@v1.0.3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php (php-fpm-nginx, 7.4)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, docker/build-push-action@v2, e1himself/goss-installation-action@v1.0.3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php (php-fpm-nginx, 7.4)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-fpm-nginx, 7.4)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-fpm-nginx, 7.4)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-fpm-nginx, 7.4)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-fpm-nginx, 7.4)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 7.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, docker/build-push-action@v2, e1himself/goss-installation-action@v1.0.3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php (php-ci, 7.4)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, docker/build-push-action@v2, e1himself/goss-installation-action@v1.0.3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php (php-ci, 7.4)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 7.4)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 7.4)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 7.4)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 7.4)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 7.4)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 7.4)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 7.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, docker/build-push-action@v2, e1himself/goss-installation-action@v1.0.3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php (php-ci, 7.3)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, docker/build-push-action@v2, e1himself/goss-installation-action@v1.0.3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php (php-ci, 7.3)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 7.3)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 7.3)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 7.3)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 7.3)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 7.3)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 7.3)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 8.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, docker/build-push-action@v2, e1himself/goss-installation-action@v1.0.3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php (php-ci, 8.0)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, docker/build-push-action@v2, e1himself/goss-installation-action@v1.0.3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php (php-ci, 8.0)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 8.0)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 8.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 8.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 8.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 8.0)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 8.0)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 8.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 8.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
php (php-ci, 8.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/