Build docker images #7
Annotations
1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export DEBIAN_FRONTEND=noninteractive && apt-get update && if [ -f /var/cache/build/packages-debian.txt ]; then echo \"Installing distribution packages (runtime requirements)...\" && sed -e 's/^#.*$//g' -e '/^$/d' /var/cache/build/packages-debian.txt | xargs apt-get --no-install-recommends -y install ; fi && if [ -f /var/cache/build/packages-debian-buildreq.txt ]; then echo \"Installing distribution packages (build requirements)...\" && sed -e 's/^#.*$//g' -e '/^$/d' /var/cache/build/packages-debian-buildreq.txt | xargs apt-get --no-install-recommends -y install ; fi && if [ -f /var/cache/build/packages-python3.txt ]; then echo \"Installing Python 3 packages...\" && pip3 install --require-hashes --requirement /var/cache/build/packages-python3.txt ; fi && if [ -f /var/cache/build/packages-python3-stage2.txt ]; then echo \"Installing stage 2 Python 3 packages...\" && pip3 install --require-hashes --requirement /var/cache/build/packages-python3-stage2.txt ; fi && if [ -f /var/cache/build/packages-manual.txt ]; then echo \"Building manual packages...\" && sed -e 's/^#.*$//g' -e '/^$/d' /var/cache/build/packages-manual.txt | xargs --max-args 1 -I '{}' bash -c 'bash /var/cache/build/packages-manual/{}.sh || exit 255' ; fi && echo \"Cleaning up packages...\" && if [ -f /var/cache/build/packages-debian-buildreq.txt ]; then sed -e 's/^#.*$//g' -e '/^$/d' /var/cache/build/packages-debian-buildreq.txt | xargs apt-get -y purge ; fi && apt-get autoremove --purge -y && apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf /root/.cache/pip && rm -rf /tmp/*" did not complete successfully: exit code: 124
|
build
You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 0 MB
|