Drone multi-arch pipeline failing #1

Closed
opened 2022-12-25 19:44:23 +00:00 by MrMeeb · 1 comment
Owner

Full log attached. Error while building image for multi-arch:

#9 19.24 debconf: delaying package configuration, since apt-utils is not installed
#9 19.37 Fetched 24.5 MB in 1s (37.7 MB/s)
#9 19.42 Error while loading /usr/sbin/dpkg-split: No such file or directory
#9 19.42 Error while loading /usr/sbin/dpkg-deb: No such file or directory
#9 19.42 dpkg: error processing archive /var/cache/apt/archives/sensible-utils_0.0.14_all.deb (--unpack):
#9 19.42  dpkg-deb --control subprocess returned error exit status 1
#9 19.42 Error while loading /usr/sbin/dpkg-split: No such file or directory
#9 19.42 Error while loading /usr/sbin/dpkg-deb: No such file or directory
#9 19.42 dpkg: error processing archive /var/cache/apt/archives/cron_3.0pl1-137_arm64.deb (--unpack):
#9 19.42  dpkg-deb --control subprocess returned error exit status 1
#9 19.42 Error while loading /usr/sbin/dpkg-split: No such file or directory
#9 19.43 Error while loading /usr/sbin/dpkg-deb: No such file or directory
#9 19.43 dpkg: error processing archive /var/cache/apt/archives/libpython3.9-minimal_3.9.2-1_arm64.deb (--unpack):
#9 19.43  dpkg-deb --control subprocess returned error exit status 1
#9 19.43 Error while loading /usr/sbin/dpkg-split: No such file or directory
#9 19.43 Error while loading /usr/sbin/dpkg-deb: No such file or directory
#9 19.43 dpkg: error processing archive /var/cache/apt/archives/libexpat1_2.2.10-2+deb11u5_arm64.deb (--unpack):
#9 19.43  dpkg-deb --control subprocess returned error exit status 1
#9 19.43 Error while loading /usr/sbin/dpkg-split: No such file or directory
#9 19.43 Error while loading /usr/sbin/dpkg-deb: No such file or directory
#9 19.44 dpkg: error processing archive /var/cache/apt/archives/python3.9-minimal_3.9.2-1_arm64.deb (--unpack):
#9 19.44  dpkg-deb --control subprocess returned error exit status 1
#9 19.44 Errors were encountered while processing:
#9 19.44  /var/cache/apt/archives/sensible-utils_0.0.14_all.deb
#9 19.44  /var/cache/apt/archives/cron_3.0pl1-137_arm64.deb
#9 19.44  /var/cache/apt/archives/libpython3.9-minimal_3.9.2-1_arm64.deb
#9 19.44  /var/cache/apt/archives/libexpat1_2.2.10-2+deb11u5_arm64.deb
#9 19.44  /var/cache/apt/archives/python3.9-minimal_3.9.2-1_arm64.deb
#9 19.51 E: Sub-process /usr/bin/dpkg returned an error code (1)
#9 ERROR: process "/dev/.buildkit_qemu_emulator /bin/sh -c apt update && apt install -y bash cron python3 python3-venv procps tini" did not complete successfully: exit code: 100
------
 > [linux/arm64 2/7] RUN apt update && apt install -y bash cron python3 python3-venv procps tini:
#9 18.34 Get:50 http://deb.debian.org/debian bullseye/main arm64 psmisc arm64 23.4-2 [196 kB]
#9 18.34 Get:51 http://deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
#9 18.38 Get:52 http://deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
#9 18.38 Get:53 http://deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
#9 18.38 Get:54 http://deb.debian.org/debian bullseye/main arm64 python3.9-venv arm64 3.9.2-1 [5396 B]
#9 18.38 Get:55 http://deb.debian.org/debian bullseye/main arm64 python3-venv arm64 3.9.2-3 [1188 B]
#9 18.39 Get:56 http://deb.debian.org/debian bullseye/main arm64 tini arm64 0.19.0-1 [209 kB]
#9 19.24 debconf: delaying package configuration, since apt-utils is not installed
#9 19.37 Fetched 24.5 MB in 1s (37.7 MB/s)
Sub-process /usr/bin/dpkg returned an error code (1)
------
Dockerfile:3
--------------------
   1 |     FROM debian:bullseye-slim
   2 |     
   3 | >>> RUN apt update && apt install -y bash cron python3 python3-venv procps tini
   4 |     
   5 |     RUN python3 -m venv /opt/certbot/ && /opt/certbot/bin/pip install --upgrade pip
--------------------
ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c apt update && apt install -y bash cron python3 python3-venv procps tini" did not complete successfully: exit code: 100
time="2022-12-25T19:20:01Z" level=fatal msg="execution failed: exit status 1"
Full log attached. Error while building image for multi-arch: ``` #9 19.24 debconf: delaying package configuration, since apt-utils is not installed #9 19.37 Fetched 24.5 MB in 1s (37.7 MB/s) #9 19.42 Error while loading /usr/sbin/dpkg-split: No such file or directory #9 19.42 Error while loading /usr/sbin/dpkg-deb: No such file or directory #9 19.42 dpkg: error processing archive /var/cache/apt/archives/sensible-utils_0.0.14_all.deb (--unpack): #9 19.42 dpkg-deb --control subprocess returned error exit status 1 #9 19.42 Error while loading /usr/sbin/dpkg-split: No such file or directory #9 19.42 Error while loading /usr/sbin/dpkg-deb: No such file or directory #9 19.42 dpkg: error processing archive /var/cache/apt/archives/cron_3.0pl1-137_arm64.deb (--unpack): #9 19.42 dpkg-deb --control subprocess returned error exit status 1 #9 19.42 Error while loading /usr/sbin/dpkg-split: No such file or directory #9 19.43 Error while loading /usr/sbin/dpkg-deb: No such file or directory #9 19.43 dpkg: error processing archive /var/cache/apt/archives/libpython3.9-minimal_3.9.2-1_arm64.deb (--unpack): #9 19.43 dpkg-deb --control subprocess returned error exit status 1 #9 19.43 Error while loading /usr/sbin/dpkg-split: No such file or directory #9 19.43 Error while loading /usr/sbin/dpkg-deb: No such file or directory #9 19.43 dpkg: error processing archive /var/cache/apt/archives/libexpat1_2.2.10-2+deb11u5_arm64.deb (--unpack): #9 19.43 dpkg-deb --control subprocess returned error exit status 1 #9 19.43 Error while loading /usr/sbin/dpkg-split: No such file or directory #9 19.43 Error while loading /usr/sbin/dpkg-deb: No such file or directory #9 19.44 dpkg: error processing archive /var/cache/apt/archives/python3.9-minimal_3.9.2-1_arm64.deb (--unpack): #9 19.44 dpkg-deb --control subprocess returned error exit status 1 #9 19.44 Errors were encountered while processing: #9 19.44 /var/cache/apt/archives/sensible-utils_0.0.14_all.deb #9 19.44 /var/cache/apt/archives/cron_3.0pl1-137_arm64.deb #9 19.44 /var/cache/apt/archives/libpython3.9-minimal_3.9.2-1_arm64.deb #9 19.44 /var/cache/apt/archives/libexpat1_2.2.10-2+deb11u5_arm64.deb #9 19.44 /var/cache/apt/archives/python3.9-minimal_3.9.2-1_arm64.deb #9 19.51 E: Sub-process /usr/bin/dpkg returned an error code (1) #9 ERROR: process "/dev/.buildkit_qemu_emulator /bin/sh -c apt update && apt install -y bash cron python3 python3-venv procps tini" did not complete successfully: exit code: 100 ------ > [linux/arm64 2/7] RUN apt update && apt install -y bash cron python3 python3-venv procps tini: #9 18.34 Get:50 http://deb.debian.org/debian bullseye/main arm64 psmisc arm64 23.4-2 [196 kB] #9 18.34 Get:51 http://deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] #9 18.38 Get:52 http://deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] #9 18.38 Get:53 http://deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] #9 18.38 Get:54 http://deb.debian.org/debian bullseye/main arm64 python3.9-venv arm64 3.9.2-1 [5396 B] #9 18.38 Get:55 http://deb.debian.org/debian bullseye/main arm64 python3-venv arm64 3.9.2-3 [1188 B] #9 18.39 Get:56 http://deb.debian.org/debian bullseye/main arm64 tini arm64 0.19.0-1 [209 kB] #9 19.24 debconf: delaying package configuration, since apt-utils is not installed #9 19.37 Fetched 24.5 MB in 1s (37.7 MB/s) Sub-process /usr/bin/dpkg returned an error code (1) ------ Dockerfile:3 -------------------- 1 | FROM debian:bullseye-slim 2 | 3 | >>> RUN apt update && apt install -y bash cron python3 python3-venv procps tini 4 | 5 | RUN python3 -m venv /opt/certbot/ && /opt/certbot/bin/pip install --upgrade pip -------------------- ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c apt update && apt install -y bash cron python3 python3-venv procps tini" did not complete successfully: exit code: 100 time="2022-12-25T19:20:01Z" level=fatal msg="execution failed: exit status 1" ```
MrMeeb self-assigned this 2022-12-25 19:44:33 +00:00
MrMeeb added reference master 2022-12-25 19:44:38 +00:00
Author
Owner

Issue with Drone VM configuration - nothing wrong with application

Issue with Drone VM configuration - nothing wrong with application
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MrMeeb/certbot-cron-docker#1
No description provided.