Docker builder. #648
Annotations
1 error and 1 warning
Builder
buildx failed with: ERROR: failed to solve: process "/bin/sh -c printf \"-------------------------------------------\\n-------------------------------------------\\n\" \t&& echo \"*** Alpine v$(cat /etc/alpine-release) ***\" \t&& echo \"Repositories:\" \t&& cat /etc/apk/repositories \t&& echo \"-------------------------------------------\" \t&& echo \"*** Install Packages ***\" \t&& apk update && apk upgrade \t&& apk add --quiet --update --no-progress --virtual=build-deps1 curl \t&& apk add --quiet --update --no-progress --virtual=build-deps2 g++ \t&& apk add --quiet --update --no-progress --virtual=build-deps3 make \t&& apk add --quiet --update --no-progress --virtual=build-deps4 py3-pip \t&& apk add --quiet --update --no-progress --virtual=build-deps5 py3-wheel \t&& apk add --quiet --update --no-progress --virtual=build-deps6 cargo \t&& apk add --update --no-progress \t\tca-certificates git libxml2 libxslt shadow su-exec tzdata \t\tpy3-cffi py3-cryptography py3-lxml \t&& echo \"-------------------------------------------\" \t&& echo \"*** Clone the Gear ***\" \t&& su-exec nobody true \t&& export SG=/opt/*** \t&& mkdir -p ${SG} \t&& git clone -b dev --depth 1 https://github.com/***/*** ${SG} \t&& addgroup -S group \t&& adduser -S -G group -h ${SG} user \t&& echo \"-------------------------------------------\" \t&& echo \"*** Install Python Packages ***\" \t&& python3 -V \t&& pip3 -V \t&& export PIP_ROOT_USER_ACTION=ignore \t&& cd ${SG} \t&& pip3 install --no-cache-dir -r requirements.txt \t&& pip3 install --no-cache-dir -r recommended.txt \t&& pip3 uninstall -q -y pycparser pyparsing retrying wheel \t&& unset PIP_ROOT_USER_ACTION \t&& echo \t&& pip3 list \t&& echo \"-------------------------------------------\" \t&& echo \"*** Build Unrar ***\" \t&& mkdir -p /tmp/unrar \t&& curl -sL \"https://raw.githubusercontent.com/wiki/***/***/packages/www.rarlab.com/rar/unrarsrc-6.2.1.tar.gz\" \t\t| tar xz -C /tmp/unrar --strip-components=1 \t&& cd /tmp/unrar \t&& make LDFLAGS=-static -f makefile \t&& make install -f makefile \t&& unrar \t\t| awk '/^UNRAR/ {print $0;exit}' \t&& echo \"-------------------------------------------\" \t&& echo \"*** Cleanup ***\" \t&& apk del --quiet --purge --no-progress \t\tbuild-deps6 build-deps5 build-deps4 build-deps3 build-deps2 build-deps1 \t&& find / -type d -name \"__pycache__\" | xargs rm -rf \t&& rm -rf /tmp/* /root/.cache /var/cache/apk/* \t&& echo \"-------------------------------------------\"" did not complete successfully: exit code: 1
|
Builder
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-qemu-action@v2, 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/.
|