Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buildx throws Illegal Instruction installing ca-certificates when building for linux/amd64 on M2 #7255

Open
lculibrk opened this issue Apr 16, 2024 · 2 comments

Comments

@lculibrk
Copy link

Description

I'm running Docker for mac version 25.0.3 on an M2 (arm64) machine.

When trying to build some relatively simple images using buildx on linux/amd64 arch, I get illegal instruction errors installing the ca-certificates package in the image. These happen only some of the time.

Reproduce

My Dockerfile:

FROM ubuntu:jammy-20231128

ENV SHELL=/bin/bash
RUN apt-get update -y
RUN apt install -y python3 python-dev-is-python3 python3-pip git
  1. docker buildx build --platform linux/amd64 --platform linux/arm64 --tag lculibrk/dupcaller --push ./

The linux/arm64 build works just fine, however the linux/amd64 fails. The apt-get stdout is pretty verbose but the relevant bit is below:

21.82 Setting up ca-certificates (20230311ubuntu0.22.04.1) ...
22.07 debconf: unable to initialize frontend: Dialog
22.07 debconf: (TERM is not set, so the dialog frontend is not usable.)
22.07 debconf: falling back to frontend: Readline
26.37 Updating certificates in /etc/ssl/certs...
28.08 Illegal instruction
28.12 dpkg: error processing package ca-certificates (--configure):
28.12  installed ca-certificates package post-installation script subprocess returned error exit status 132
28.12 Setting up libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.2) ...
28.13 Setting up libgdbm-compat4:amd64 (1.23-1) ...
28.13 dpkg: dependency problems prevent configuration of python3-pip:
28.13  python3-pip depends on ca-certificates; however:
28.13   Package ca-certificates is not configured yet.
28.13
28.13 dpkg: error processing package python3-pip (--configure):
28.13  dependency problems - leaving unconfigured

Some other logs, then finally:

33.08 Errors were encountered while processing:
33.08  ca-certificates
33.08  python3-pip
33.11 E: Sub-process /usr/bin/dpkg returned an error code (1)
------
Dockerfile:5
--------------------
   3 |     ENV SHELL=/bin/bash
   4 |     RUN apt-get update -y
   5 | >>> RUN apt install -y python3 python-dev-is-python3 python3-pip git
   6 |
   7 |     WORKDIR /
--------------------
ERROR: failed to solve: process "/bin/sh -c apt install -y python3 python-dev-is-python3 python3-pip git" did not complete successfully: exit code: 100

Expected behavior

The build should probably not error here, especially since rerunning the command sometimes does build the container successfully and sometimes does not.

docker version

Client:
 Cloud integration: v1.0.35+desktop.11
 Version:           25.0.3
 API version:       1.44
 Go version:        go1.21.6
 Git commit:        4debf41
 Built:             Tue Feb  6 21:13:26 2024
 OS/Arch:           darwin/arm64
 Context:           desktop-linux

Server: Docker Desktop 4.28.0 (139021)
 Engine:
  Version:          25.0.3
  API version:      1.44 (minimum version 1.24)
  Go version:       go1.21.6
  Git commit:       f417435
  Built:            Tue Feb  6 21:14:22 2024
  OS/Arch:          linux/arm64
  Experimental:     false
 containerd:
  Version:          1.6.28
  GitCommit:        ae07eda36dd25f8a1b98dfbf587313b99c0190bb
 runc:
  Version:          1.1.12
  GitCommit:        v1.1.12-0-g51d5e94
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

docker info

Client:
 Version:    25.0.3
 Context:    desktop-linux
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  v0.12.1-desktop.4
    Path:     /Users/culibl01/.docker/cli-plugins/docker-buildx
  compose: Docker Compose (Docker Inc.)
    Version:  v2.24.6-desktop.1
    Path:     /Users/culibl01/.docker/cli-plugins/docker-compose
  debug: Get a shell into any image or container. (Docker Inc.)
    Version:  0.0.24
    Path:     /Users/culibl01/.docker/cli-plugins/docker-debug
  dev: Docker Dev Environments (Docker Inc.)
    Version:  v0.1.0
    Path:     /Users/culibl01/.docker/cli-plugins/docker-dev
  extension: Manages Docker extensions (Docker Inc.)
    Version:  v0.2.22
    Path:     /Users/culibl01/.docker/cli-plugins/docker-extension
  feedback: Provide feedback, right in your terminal! (Docker Inc.)
    Version:  v1.0.4
    Path:     /Users/culibl01/.docker/cli-plugins/docker-feedback
  init: Creates Docker-related starter files for your project (Docker Inc.)
    Version:  v1.0.1
    Path:     /Users/culibl01/.docker/cli-plugins/docker-init
  sbom: View the packaged-based Software Bill Of Materials (SBOM) for an image (Anchore Inc.)
    Version:  0.6.0
    Path:     /Users/culibl01/.docker/cli-plugins/docker-sbom
  scout: Docker Scout (Docker Inc.)
    Version:  v1.5.0
    Path:     /Users/culibl01/.docker/cli-plugins/docker-scout
WARNING: Plugin "/Users/culibl01/.docker/cli-plugins/docker-scan" is not valid: failed to fetch metadata: fork/exec /Users/culibl01/.docker/cli-plugins/docker-scan: no such file or directory

Server:
 Containers: 74
  Running: 1
  Paused: 0
  Stopped: 73
 Images: 31
 Server Version: 25.0.3
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: true
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Cgroup Version: 2
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
 Swarm: inactive
 Runtimes: io.containerd.runc.v2 runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: ae07eda36dd25f8a1b98dfbf587313b99c0190bb
 runc version: v1.1.12-0-g51d5e94
 init version: de40ad0
 Security Options:
  seccomp
   Profile: unconfined
  cgroupns
 Kernel Version: 6.6.16-linuxkit
 Operating System: Docker Desktop
 OSType: linux
 Architecture: aarch64
 CPUs: 14
 Total Memory: 7.657GiB
 Name: docker-desktop
 ID: ab5e9187-bfba-4f43-b7bd-495e146cd314
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 HTTP Proxy: http.docker.internal:3128
 HTTPS Proxy: http.docker.internal:3128
 No Proxy: hubproxy.docker.internal
 Experimental: false
 Insecure Registries:
  hubproxy.docker.internal:5555
  127.0.0.0/8
 Live Restore Enabled: false

WARNING: daemon is not using the default seccomp profile

Diagnostics ID

10E48443-2E93-4CA4-B95F-BD8B7126CFF9/20240416135437

Additional Info

No response

@lculibrk lculibrk changed the title Buildx Buildx throws Illegal Instruction installing ca-certificates when building for linux/amd64 on M2 Apr 16, 2024
@beonic-rufus
Copy link

have the same issue on m3 mac

@md-scalgo
Copy link

md-scalgo commented Apr 23, 2024

I can consistently reproduce this with:

docker build --platform linux/amd64 --no-cache . -f-<<EOF
FROM ubuntu:22.04
RUN apt-get update && apt-get install -y python3-pip
EOF
Example build log

% docker build --platform linux/amd64 --no-cache . -f-<<EOF
FROM ubuntu:22.04
RUN apt-get update && apt-get install -y python3-pip
EOF
[+] Building 38.1s (5/5) FINISHED                                                                                                                                                                                                         docker:desktop-linux
 => [internal] load build definition from Dockerfile                                                                                                                                                                                                      0.0s
 => => transferring dockerfile: 145B                                                                                                                                                                                                                      0.0s
 => [internal] load metadata for docker.io/library/ubuntu:22.04                                                                                                                                                                                           0.4s
 => [internal] load .dockerignore                                                                                                                                                                                                                         0.0s
 => => transferring context: 2.52kB                                                                                                                                                                                                                       0.0s
 => CACHED [1/2] FROM docker.io/library/ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95                                                                                                                              0.0s
 => ERROR [2/2] RUN apt-get update && apt-get install -y python3-pip                                                                                                                                                                                     37.6s
------
 > [2/2] RUN apt-get update && apt-get install -y python3-pip:
0.304 Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
0.436 Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
0.933 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
1.054 Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB]
1.058 Get:5 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1077 kB]
1.232 Get:6 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2251 kB]
1.284 Get:7 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.7 kB]
1.285 Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1748 kB]
1.715 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]
2.090 Get:10 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
2.099 Get:11 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
2.104 Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
2.768 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [51.1 kB]
2.769 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1369 kB]
2.782 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2333 kB]
2.803 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2032 kB]
2.986 Get:17 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [33.3 kB]
2.986 Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [80.9 kB]
3.719 Fetched 31.3 MB in 4s (8921 kB/s)
3.719 Reading package lists...
4.368 Reading package lists...
4.962 Building dependency tree...
5.066 Reading state information...
5.192 The following additional packages will be installed:
5.193   binutils binutils-common binutils-x86-64-linux-gnu build-essential bzip2
5.193   ca-certificates cpp cpp-11 dirmngr dpkg-dev fakeroot fontconfig-config
5.193   fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base gnupg gnupg-l10n
5.193   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
5.193   javascript-common libalgorithm-diff-perl libalgorithm-diff-xs-perl
5.193   libalgorithm-merge-perl libasan6 libassuan0 libatomic1 libbinutils
5.193   libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6 libc6-dev libcc1-0
5.193   libcrypt-dev libctf-nobfd0 libctf0 libdeflate0 libdpkg-perl libexpat1
5.193   libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libfreetype6
5.193   libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6 libgomp1 libisl23 libitm1
5.193   libjbig0 libjpeg-turbo8 libjpeg8 libjs-jquery libjs-sphinxdoc
5.193   libjs-underscore libksba8 libldap-2.5-0 libldap-common
5.193   liblocale-gettext-perl liblsan0 libmd0 libmpc3 libmpdec3 libmpfr6 libnpth0
5.193   libnsl-dev libperl5.34 libpng16-16 libpython3-dev libpython3-stdlib
5.193   libpython3.10 libpython3.10-dev libpython3.10-minimal libpython3.10-stdlib
5.193   libquadmath0 libreadline8 libsasl2-2 libsasl2-modules libsasl2-modules-db
5.193   libsqlite3-0 libstdc++-11-dev libtiff5 libtirpc-dev libtsan0 libubsan1
5.193   libwebp7 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxpm4
5.193   linux-libc-dev lto-disabled-list make manpages manpages-dev media-types
5.193   netbase openssl patch perl perl-modules-5.34 pinentry-curses python3
5.193   python3-dev python3-distutils python3-lib2to3 python3-minimal
5.193   python3-pkg-resources python3-setuptools python3-wheel python3.10
5.193   python3.10-dev python3.10-minimal readline-common rpcsvc-proto ucf xz-utils
5.193   zlib1g-dev
5.194 Suggested packages:
5.194   binutils-doc bzip2-doc cpp-doc gcc-11-locales dbus-user-session
5.194   libpam-systemd pinentry-gnome3 tor debian-keyring g++-multilib
5.194   g++-11-multilib gcc-11-doc gcc-multilib autoconf automake libtool flex bison
5.194   gdb gcc-doc gcc-11-multilib parcimonie xloadimage scdaemon apache2
5.194   | lighttpd | httpd glibc-doc locales git bzr libgd-tools gdbm-l10n
5.194   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
5.194   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
5.194   libstdc++-11-doc make-doc man-browser ed diffutils-doc perl-doc
5.194   libterm-readline-gnu-perl | libterm-readline-perl-perl
5.194   libtap-harness-archive-perl pinentry-doc python3-doc python3-tk python3-venv
5.194   python-setuptools-doc python3.10-venv python3.10-doc binfmt-support
5.194   readline-doc
5.194 Recommended packages:
5.194   libnss-nis libnss-nisplus
5.349 The following NEW packages will be installed:
5.349   binutils binutils-common binutils-x86-64-linux-gnu build-essential bzip2
5.349   ca-certificates cpp cpp-11 dirmngr dpkg-dev fakeroot fontconfig-config
5.349   fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base gnupg gnupg-l10n
5.349   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
5.349   javascript-common libalgorithm-diff-perl libalgorithm-diff-xs-perl
5.349   libalgorithm-merge-perl libasan6 libassuan0 libatomic1 libbinutils
5.349   libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev libcc1-0
5.349   libcrypt-dev libctf-nobfd0 libctf0 libdeflate0 libdpkg-perl libexpat1
5.349   libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libfreetype6
5.349   libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6 libgomp1 libisl23 libitm1
5.349   libjbig0 libjpeg-turbo8 libjpeg8 libjs-jquery libjs-sphinxdoc
5.349   libjs-underscore libksba8 libldap-2.5-0 libldap-common
5.349   liblocale-gettext-perl liblsan0 libmd0 libmpc3 libmpdec3 libmpfr6 libnpth0
5.349   libnsl-dev libperl5.34 libpng16-16 libpython3-dev libpython3-stdlib
5.349   libpython3.10 libpython3.10-dev libpython3.10-minimal libpython3.10-stdlib
5.349   libquadmath0 libreadline8 libsasl2-2 libsasl2-modules libsasl2-modules-db
5.349   libsqlite3-0 libstdc++-11-dev libtiff5 libtirpc-dev libtsan0 libubsan1
5.349   libwebp7 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxpm4
5.349   linux-libc-dev lto-disabled-list make manpages manpages-dev media-types
5.349   netbase openssl patch perl perl-modules-5.34 pinentry-curses python3
5.349   python3-dev python3-distutils python3-lib2to3 python3-minimal python3-pip
5.349   python3-pkg-resources python3-setuptools python3-wheel python3.10
5.350   python3.10-dev python3.10-minimal readline-common rpcsvc-proto ucf xz-utils
5.350   zlib1g-dev
5.350 The following packages will be upgraded:
5.351   libc6
5.608 1 upgraded, 131 newly installed, 0 to remove and 2 not upgraded.
5.608 Need to get 104 MB of archives.
5.608 After this operation, 356 MB of additional disk space will be used.
5.608 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6 amd64 2.35-0ubuntu3.7 [3235 kB]
6.502 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblocale-gettext-perl amd64 1.07-4build3 [17.1 kB]
6.506 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.12-1~22.04.3 [812 kB]
6.530 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.3 [91.0 kB]
6.533 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.12-1~22.04.3 [2242 kB]
6.574 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04 [24.3 kB]
6.574 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB]
6.592 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB]
6.594 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB]
6.595 Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB]
6.598 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.3 [641 kB]
6.611 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.12-1~22.04.3 [1848 kB]
6.659 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.12-1~22.04.3 [508 kB]
6.700 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04 [6910 B]
6.700 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04 [22.8 kB]
6.700 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1.3 [2976 kB]
6.799 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB]
6.800 Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B]
6.800 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.3 [4820 kB]
6.944 Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.3 [232 kB]
6.947 Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.15 [1186 kB]
7.002 Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20230311ubuntu0.22.04.1 [155 kB]
7.004 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB]
7.004 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB]
7.005 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 netbase all 6.3 [12.9 kB]
7.006 Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.1 [132 kB]
7.007 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 ucf all 3.0043 [56.1 kB]
7.008 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng16-16 amd64 1.6.37-3build5 [191 kB]
7.044 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B]
7.046 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB]
7.101 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB]
7.102 Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-data all 2:1.7.5-1ubuntu0.3 [120 kB]
7.105 Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-6 amd64 2:1.7.5-1ubuntu0.3 [667 kB]
7.118 Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages all 5.10-1ubuntu1 [1375 kB]
7.138 Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 xz-utils amd64 5.2.5-2ubuntu1 [84.8 kB]
7.139 Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-common amd64 2.38-4ubuntu2.6 [222 kB]
7.142 Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbinutils amd64 2.38-4ubuntu2.6 [662 kB]
7.150 Get:38 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf-nobfd0 amd64 2.38-4ubuntu2.6 [108 kB]
7.152 Get:39 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf0 amd64 2.38-4ubuntu2.6 [103 kB]
7.153 Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.38-4ubuntu2.6 [2326 kB]
7.233 Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils amd64 2.38-4ubuntu2.6 [3200 B]
7.233 Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-dev-bin amd64 2.35-0ubuntu3.7 [20.3 kB]
7.234 Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-105.115 [1330 kB]
7.248 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcrypt-dev amd64 1:4.4.27-1 [112 kB]
7.249 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB]
7.250 Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtirpc-dev amd64 1.3.2-2ubuntu0.1 [192 kB]
7.252 Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB]
7.253 Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dev amd64 2.35-0ubuntu3.7 [2100 kB]
7.339 Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11-base amd64 11.4.0-1ubuntu1~22.04 [20.2 kB]
7.339 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 libisl23 amd64 0.24-2build1 [727 kB]
7.347 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpfr6 amd64 4.1.0-3build3 [1425 kB]
7.363 Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-2build1 [46.9 kB]
7.364 Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cpp-11 amd64 11.4.0-1ubuntu1~22.04 [10.0 MB]
7.787 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 cpp amd64 4:11.2.0-1ubuntu1 [27.7 kB]
7.787 Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcc1-0 amd64 12.3.0-1ubuntu1~22.04 [48.3 kB]
7.788 Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgomp1 amd64 12.3.0-1ubuntu1~22.04 [126 kB]
7.789 Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libitm1 amd64 12.3.0-1ubuntu1~22.04 [30.2 kB]
7.790 Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libatomic1 amd64 12.3.0-1ubuntu1~22.04 [10.4 kB]
7.790 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libasan6 amd64 11.4.0-1ubuntu1~22.04 [2282 kB]
7.871 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liblsan0 amd64 12.3.0-1ubuntu1~22.04 [1069 kB]
7.883 Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtsan0 amd64 11.4.0-1ubuntu1~22.04 [2260 kB]
7.973 Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libubsan1 amd64 12.3.0-1ubuntu1~22.04 [976 kB]
7.984 Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libquadmath0 amd64 12.3.0-1ubuntu1~22.04 [154 kB]
7.986 Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgcc-11-dev amd64 11.4.0-1ubuntu1~22.04 [2517 kB]
8.079 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11 amd64 11.4.0-1ubuntu1~22.04 [20.1 MB]
8.765 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc amd64 4:11.2.0-1ubuntu1 [5112 B]
8.765 Get:67 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libstdc++-11-dev amd64 11.4.0-1ubuntu1~22.04 [2101 kB]
8.853 Get:68 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 g++-11 amd64 11.4.0-1ubuntu1~22.04 [11.4 MB]
9.245 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++ amd64 4:11.2.0-1ubuntu1 [1412 B]
9.245 Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 make amd64 4.3-4.1build1 [180 kB]
9.248 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdpkg-perl all 1.21.1ubuntu2.3 [237 kB]
9.251 Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB]
9.251 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 patch amd64 2.7.6-7build2 [109 kB]
9.253 Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 lto-disabled-list all 24 [12.5 kB]
9.253 Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dpkg-dev all 1.21.1ubuntu2.3 [922 kB]
9.263 Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 build-essential amd64 12.9ubuntu3 [4744 B]
9.263 Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB]
9.345 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.1 [94.2 kB]
9.347 Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB]
9.349 Get:80 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.2 [20.5 kB]
9.350 Get:81 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.2 [53.8 kB]
9.351 Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.17+dfsg-0ubuntu0.22.04.1 [183 kB]
9.354 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B]
9.354 Get:84 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.1 [293 kB]
9.360 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfakeroot amd64 1.28-1ubuntu1 [31.5 kB]
9.361 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 fakeroot amd64 1.28-1ubuntu1 [60.4 kB]
9.362 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
9.447 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
9.448 Get:89 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
9.450 Get:90 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.1 [308 kB]
9.456 Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.1 [519 kB]
9.464 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB]
9.465 Get:93 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.1 [209 kB]
9.468 Get:94 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.1 [62.7 kB]
9.469 Get:95 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.1 [57.5 kB]
9.470 Get:96 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.1 [197 kB]
9.473 Get:97 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.1 [315 kB]
9.546 Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 javascript-common all 11+nmu1 [5936 B]
9.546 Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
9.555 Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6build3 [11.9 kB]
9.564 Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
9.771 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB]
10.35 Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6 amd64 2.11.1+dfsg-1ubuntu0.2 [389 kB]
10.45 Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB]
10.48 Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB]
10.51 Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B]
10.51 Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdeflate0 amd64 1.10-2 [70.9 kB]
10.54 Get:108 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.22.04.1 [29.2 kB]
10.54 Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwebp7 amd64 1.2.2-2ubuntu0.22.04.2 [206 kB]
10.56 Get:110 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtiff5 amd64 4.3.0-6ubuntu0.8 [185 kB]
10.58 Get:111 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.22.04.2 [36.7 kB]
10.59 Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgd3 amd64 2.3.0-2ubuntu2 [129 kB]
10.60 Get:113 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-devtools amd64 2.35-0ubuntu3.7 [29.0 kB]
10.60 Get:114 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1-dev amd64 2.4.7-1ubuntu0.3 [147 kB]
10.62 Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-fcntllock-perl amd64 0.22-3build7 [33.9 kB]
10.62 Get:116 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-jquery all 3.6.0+dfsg+~3.5.13-1 [321 kB]
10.65 Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-underscore all 1.13.2~dfsg-2 [118 kB]
10.66 Get:118 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-sphinxdoc all 4.3.2-1 [139 kB]
10.67 Get:119 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-common all 2.5.17+dfsg-0ubuntu0.22.04.1 [15.8 kB]
10.68 Get:120 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10 amd64 3.10.12-1~22.04.3 [1948 kB]
10.77 Get:121 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu9.2 [164 kB]
10.77 Get:122 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-dev amd64 3.10.12-1~22.04.3 [4762 kB]
10.92 Get:123 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-dev amd64 3.10.6-1~22.04 [7166 B]
10.92 Get:124 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg2-3ubuntu1.2 [68.8 kB]
10.92 Get:125 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages-dev all 5.10-1ubuntu1 [2309 kB]
11.01 Get:126 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-dev amd64 3.10.12-1~22.04.3 [507 kB]
11.02 Get:127 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-lib2to3 all 3.10.8-1~22.04 [77.6 kB]
11.02 Get:128 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-distutils all 3.10.8-1~22.04 [139 kB]
11.02 Get:129 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-dev amd64 3.10.6-1~22.04 [26.0 kB]
11.02 Get:130 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-setuptools all 59.6.0-1.2ubuntu0.22.04.1 [339 kB]
11.02 Get:131 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-wheel all 0.37.1-2ubuntu0.22.04.1 [32.0 kB]
11.02 Get:132 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-pip all 22.0.2+dfsg-1ubuntu0.4 [1305 kB]
11.27 debconf: delaying package configuration, since apt-utils is not installed
11.31 Fetched 104 MB in 6s (18.2 MB/s)
(Reading database ... 4393 files and directories currently installed.)
11.38 Preparing to unpack .../libc6_2.35-0ubuntu3.7_amd64.deb ...
11.62 debconf: unable to initialize frontend: Dialog
11.62 debconf: (TERM is not set, so the dialog frontend is not usable.)
11.62 debconf: falling back to frontend: Readline
11.62 debconf: unable to initialize frontend: Readline
11.62 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
11.62 debconf: falling back to frontend: Teletype
11.96 Unpacking libc6:amd64 (2.35-0ubuntu3.7) over (2.35-0ubuntu3.6) ...
12.17 Setting up libc6:amd64 (2.35-0ubuntu3.7) ...
12.40 debconf: unable to initialize frontend: Dialog
12.40 debconf: (TERM is not set, so the dialog frontend is not usable.)
12.40 debconf: falling back to frontend: Readline
12.40 debconf: unable to initialize frontend: Readline
12.40 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
12.40 debconf: falling back to frontend: Teletype
13.74 Selecting previously unselected package liblocale-gettext-perl.
(Reading database ... 4393 files and directories currently installed.)
13.74 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_amd64.deb ...
13.75 Unpacking liblocale-gettext-perl (1.07-4build3) ...
13.82 Selecting previously unselected package libpython3.10-minimal:amd64.
13.82 Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.3_amd64.deb ...
13.83 Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.3) ...
13.92 Selecting previously unselected package libexpat1:amd64.
13.92 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.3_amd64.deb ...
13.92 Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.3) ...
14.00 Selecting previously unselected package python3.10-minimal.
14.00 Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.3_amd64.deb ...
14.03 Unpacking python3.10-minimal (3.10.12-1~22.04.3) ...
14.10 Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.3) ...
14.12 Setting up libexpat1:amd64 (2.4.7-1ubuntu0.3) ...
14.12 Setting up python3.10-minimal (3.10.12-1~22.04.3) ...
14.82 Selecting previously unselected package python3-minimal.
(Reading database ... 4711 files and directories currently installed.)
14.82 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_amd64.deb ...
14.82 Unpacking python3-minimal (3.10.6-1~22.04) ...
14.90 Selecting previously unselected package media-types.
14.90 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
14.90 Unpacking media-types (7.0.0) ...
14.98 Selecting previously unselected package libmpdec3:amd64.
14.98 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ...
14.98 Unpacking libmpdec3:amd64 (2.5.1-2build2) ...
15.05 Selecting previously unselected package readline-common.
15.05 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
15.05 Unpacking readline-common (8.1.2-1) ...
15.12 Selecting previously unselected package libreadline8:amd64.
15.12 Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ...
15.12 Unpacking libreadline8:amd64 (8.1.2-1) ...
15.20 Selecting previously unselected package libsqlite3-0:amd64.
15.20 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.3_amd64.deb ...
15.20 Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.3) ...
15.27 Selecting previously unselected package libpython3.10-stdlib:amd64.
15.27 Preparing to unpack .../6-libpython3.10-stdlib_3.10.12-1~22.04.3_amd64.deb ...
15.28 Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.3) ...
15.38 Selecting previously unselected package python3.10.
15.38 Preparing to unpack .../7-python3.10_3.10.12-1~22.04.3_amd64.deb ...
15.38 Unpacking python3.10 (3.10.12-1~22.04.3) ...
15.46 Selecting previously unselected package libpython3-stdlib:amd64.
15.46 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_amd64.deb ...
15.46 Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04) ...
15.51 Setting up python3-minimal (3.10.6-1~22.04) ...
15.98 Selecting previously unselected package python3.
(Reading database ... 5141 files and directories currently installed.)
15.99 Preparing to unpack .../000-python3_3.10.6-1~22.04_amd64.deb ...
16.03 Unpacking python3 (3.10.6-1~22.04) ...
16.10 Selecting previously unselected package perl-modules-5.34.
16.10 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1.3_all.deb ...
16.10 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.3) ...
16.27 Selecting previously unselected package libgdbm6:amd64.
16.27 Preparing to unpack .../002-libgdbm6_1.23-1_amd64.deb ...
16.27 Unpacking libgdbm6:amd64 (1.23-1) ...
16.36 Selecting previously unselected package libgdbm-compat4:amd64.
16.36 Preparing to unpack .../003-libgdbm-compat4_1.23-1_amd64.deb ...
16.36 Unpacking libgdbm-compat4:amd64 (1.23-1) ...
16.44 Selecting previously unselected package libperl5.34:amd64.
16.44 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1.3_amd64.deb ...
16.44 Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.3) ...
16.61 Selecting previously unselected package perl.
16.61 Preparing to unpack .../005-perl_5.34.0-3ubuntu1.3_amd64.deb ...
16.67 Unpacking perl (5.34.0-3ubuntu1.3) ...
16.75 Selecting previously unselected package openssl.
16.75 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1.15_amd64.deb ...
16.75 Unpacking openssl (3.0.2-0ubuntu1.15) ...
16.83 Selecting previously unselected package ca-certificates.
16.83 Preparing to unpack .../007-ca-certificates_20230311ubuntu0.22.04.1_all.deb ...
16.83 Unpacking ca-certificates (20230311ubuntu0.22.04.1) ...
16.91 Selecting previously unselected package libmd0:amd64.
16.91 Preparing to unpack .../008-libmd0_1.0.4-1build1_amd64.deb ...
16.91 Unpacking libmd0:amd64 (1.0.4-1build1) ...
16.99 Selecting previously unselected package libbsd0:amd64.
16.99 Preparing to unpack .../009-libbsd0_0.11.5-1_amd64.deb ...
16.99 Unpacking libbsd0:amd64 (0.11.5-1) ...
17.06 Selecting previously unselected package netbase.
17.06 Preparing to unpack .../010-netbase_6.3_all.deb ...
17.06 Unpacking netbase (6.3) ...
17.14 Selecting previously unselected package python3-pkg-resources.
17.14 Preparing to unpack .../011-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
17.14 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
17.21 Selecting previously unselected package ucf.
17.22 Preparing to unpack .../012-ucf_3.0043_all.deb ...
17.23 Moving old data out of the way
17.24 Unpacking ucf (3.0043) ...
17.32 Selecting previously unselected package libpng16-16:amd64.
17.32 Preparing to unpack .../013-libpng16-16_1.6.37-3build5_amd64.deb ...
17.32 Unpacking libpng16-16:amd64 (1.6.37-3build5) ...
17.40 Selecting previously unselected package libxau6:amd64.
17.40 Preparing to unpack .../014-libxau6_1%3a1.0.9-1build5_amd64.deb ...
17.40 Unpacking libxau6:amd64 (1:1.0.9-1build5) ...
17.47 Selecting previously unselected package libxdmcp6:amd64.
17.47 Preparing to unpack .../015-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ...
17.47 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
17.55 Selecting previously unselected package libxcb1:amd64.
17.55 Preparing to unpack .../016-libxcb1_1.14-3ubuntu3_amd64.deb ...
17.55 Unpacking libxcb1:amd64 (1.14-3ubuntu3) ...
17.62 Selecting previously unselected package libx11-data.
17.62 Preparing to unpack .../017-libx11-data_2%3a1.7.5-1ubuntu0.3_all.deb ...
17.63 Unpacking libx11-data (2:1.7.5-1ubuntu0.3) ...
17.71 Selecting previously unselected package libx11-6:amd64.
17.71 Preparing to unpack .../018-libx11-6_2%3a1.7.5-1ubuntu0.3_amd64.deb ...
17.71 Unpacking libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ...
17.79 Selecting previously unselected package manpages.
17.79 Preparing to unpack .../019-manpages_5.10-1ubuntu1_all.deb ...
17.79 Unpacking manpages (5.10-1ubuntu1) ...
17.93 Selecting previously unselected package xz-utils.
17.93 Preparing to unpack .../020-xz-utils_5.2.5-2ubuntu1_amd64.deb ...
17.93 Unpacking xz-utils (5.2.5-2ubuntu1) ...
18.01 Selecting previously unselected package binutils-common:amd64.
18.01 Preparing to unpack .../021-binutils-common_2.38-4ubuntu2.6_amd64.deb ...
18.01 Unpacking binutils-common:amd64 (2.38-4ubuntu2.6) ...
18.08 Selecting previously unselected package libbinutils:amd64.
18.08 Preparing to unpack .../022-libbinutils_2.38-4ubuntu2.6_amd64.deb ...
18.09 Unpacking libbinutils:amd64 (2.38-4ubuntu2.6) ...
18.17 Selecting previously unselected package libctf-nobfd0:amd64.
18.17 Preparing to unpack .../023-libctf-nobfd0_2.38-4ubuntu2.6_amd64.deb ...
18.17 Unpacking libctf-nobfd0:amd64 (2.38-4ubuntu2.6) ...
18.24 Selecting previously unselected package libctf0:amd64.
18.24 Preparing to unpack .../024-libctf0_2.38-4ubuntu2.6_amd64.deb ...
18.24 Unpacking libctf0:amd64 (2.38-4ubuntu2.6) ...
18.31 Selecting previously unselected package binutils-x86-64-linux-gnu.
18.31 Preparing to unpack .../025-binutils-x86-64-linux-gnu_2.38-4ubuntu2.6_amd64.deb ...
18.31 Unpacking binutils-x86-64-linux-gnu (2.38-4ubuntu2.6) ...
18.42 Selecting previously unselected package binutils.
18.42 Preparing to unpack .../026-binutils_2.38-4ubuntu2.6_amd64.deb ...
18.42 Unpacking binutils (2.38-4ubuntu2.6) ...
18.49 Selecting previously unselected package libc-dev-bin.
18.49 Preparing to unpack .../027-libc-dev-bin_2.35-0ubuntu3.7_amd64.deb ...
18.49 Unpacking libc-dev-bin (2.35-0ubuntu3.7) ...
18.57 Selecting previously unselected package linux-libc-dev:amd64.
18.57 Preparing to unpack .../028-linux-libc-dev_5.15.0-105.115_amd64.deb ...
18.57 Unpacking linux-libc-dev:amd64 (5.15.0-105.115) ...
18.69 Selecting previously unselected package libcrypt-dev:amd64.
18.69 Preparing to unpack .../029-libcrypt-dev_1%3a4.4.27-1_amd64.deb ...
18.70 Unpacking libcrypt-dev:amd64 (1:4.4.27-1) ...
18.77 Selecting previously unselected package rpcsvc-proto.
18.77 Preparing to unpack .../030-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ...
18.77 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
18.84 Selecting previously unselected package libtirpc-dev:amd64.
18.84 Preparing to unpack .../031-libtirpc-dev_1.3.2-2ubuntu0.1_amd64.deb ...
18.84 Unpacking libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ...
18.92 Selecting previously unselected package libnsl-dev:amd64.
18.92 Preparing to unpack .../032-libnsl-dev_1.3.0-2build2_amd64.deb ...
18.92 Unpacking libnsl-dev:amd64 (1.3.0-2build2) ...
19.00 Selecting previously unselected package libc6-dev:amd64.
19.00 Preparing to unpack .../033-libc6-dev_2.35-0ubuntu3.7_amd64.deb ...
19.00 Unpacking libc6-dev:amd64 (2.35-0ubuntu3.7) ...
19.12 Selecting previously unselected package gcc-11-base:amd64.
19.12 Preparing to unpack .../034-gcc-11-base_11.4.0-1ubuntu1~22.04_amd64.deb ...
19.12 Unpacking gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04) ...
19.19 Selecting previously unselected package libisl23:amd64.
19.20 Preparing to unpack .../035-libisl23_0.24-2build1_amd64.deb ...
19.20 Unpacking libisl23:amd64 (0.24-2build1) ...
19.28 Selecting previously unselected package libmpfr6:amd64.
19.28 Preparing to unpack .../036-libmpfr6_4.1.0-3build3_amd64.deb ...
19.28 Unpacking libmpfr6:amd64 (4.1.0-3build3) ...
19.36 Selecting previously unselected package libmpc3:amd64.
19.36 Preparing to unpack .../037-libmpc3_1.2.1-2build1_amd64.deb ...
19.36 Unpacking libmpc3:amd64 (1.2.1-2build1) ...
19.43 Selecting previously unselected package cpp-11.
19.43 Preparing to unpack .../038-cpp-11_11.4.0-1ubuntu1~22.04_amd64.deb ...
19.43 Unpacking cpp-11 (11.4.0-1ubuntu1~22.04) ...
19.58 Selecting previously unselected package cpp.
19.58 Preparing to unpack .../039-cpp_4%3a11.2.0-1ubuntu1_amd64.deb ...
19.58 Unpacking cpp (4:11.2.0-1ubuntu1) ...
19.66 Selecting previously unselected package libcc1-0:amd64.
19.66 Preparing to unpack .../040-libcc1-0_12.3.0-1ubuntu1~22.04_amd64.deb ...
19.66 Unpacking libcc1-0:amd64 (12.3.0-1ubuntu1~22.04) ...
19.73 Selecting previously unselected package libgomp1:amd64.
19.73 Preparing to unpack .../041-libgomp1_12.3.0-1ubuntu1~22.04_amd64.deb ...
19.73 Unpacking libgomp1:amd64 (12.3.0-1ubuntu1~22.04) ...
19.81 Selecting previously unselected package libitm1:amd64.
19.81 Preparing to unpack .../042-libitm1_12.3.0-1ubuntu1~22.04_amd64.deb ...
19.81 Unpacking libitm1:amd64 (12.3.0-1ubuntu1~22.04) ...
19.88 Selecting previously unselected package libatomic1:amd64.
19.88 Preparing to unpack .../043-libatomic1_12.3.0-1ubuntu1~22.04_amd64.deb ...
19.88 Unpacking libatomic1:amd64 (12.3.0-1ubuntu1~22.04) ...
19.95 Selecting previously unselected package libasan6:amd64.
19.96 Preparing to unpack .../044-libasan6_11.4.0-1ubuntu1~22.04_amd64.deb ...
19.96 Unpacking libasan6:amd64 (11.4.0-1ubuntu1~22.04) ...
20.05 Selecting previously unselected package liblsan0:amd64.
20.05 Preparing to unpack .../045-liblsan0_12.3.0-1ubuntu1~22.04_amd64.deb ...
20.05 Unpacking liblsan0:amd64 (12.3.0-1ubuntu1~22.04) ...
20.13 Selecting previously unselected package libtsan0:amd64.
20.13 Preparing to unpack .../046-libtsan0_11.4.0-1ubuntu1~22.04_amd64.deb ...
20.13 Unpacking libtsan0:amd64 (11.4.0-1ubuntu1~22.04) ...
20.23 Selecting previously unselected package libubsan1:amd64.
20.23 Preparing to unpack .../047-libubsan1_12.3.0-1ubuntu1~22.04_amd64.deb ...
20.23 Unpacking libubsan1:amd64 (12.3.0-1ubuntu1~22.04) ...
20.31 Selecting previously unselected package libquadmath0:amd64.
20.31 Preparing to unpack .../048-libquadmath0_12.3.0-1ubuntu1~22.04_amd64.deb ...
20.31 Unpacking libquadmath0:amd64 (12.3.0-1ubuntu1~22.04) ...
20.38 Selecting previously unselected package libgcc-11-dev:amd64.
20.38 Preparing to unpack .../049-libgcc-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ...
20.39 Unpacking libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ...
20.50 Selecting previously unselected package gcc-11.
20.50 Preparing to unpack .../050-gcc-11_11.4.0-1ubuntu1~22.04_amd64.deb ...
20.50 Unpacking gcc-11 (11.4.0-1ubuntu1~22.04) ...
20.73 Selecting previously unselected package gcc.
20.73 Preparing to unpack .../051-gcc_4%3a11.2.0-1ubuntu1_amd64.deb ...
20.73 Unpacking gcc (4:11.2.0-1ubuntu1) ...
20.80 Selecting previously unselected package libstdc++-11-dev:amd64.
20.80 Preparing to unpack .../052-libstdc++-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ...
20.80 Unpacking libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ...
20.95 Selecting previously unselected package g++-11.
20.95 Preparing to unpack .../053-g++-11_11.4.0-1ubuntu1~22.04_amd64.deb ...
20.95 Unpacking g++-11 (11.4.0-1ubuntu1~22.04) ...
21.11 Selecting previously unselected package g++.
21.11 Preparing to unpack .../054-g++_4%3a11.2.0-1ubuntu1_amd64.deb ...
21.11 Unpacking g++ (4:11.2.0-1ubuntu1) ...
21.19 Selecting previously unselected package make.
21.19 Preparing to unpack .../055-make_4.3-4.1build1_amd64.deb ...
21.19 Unpacking make (4.3-4.1build1) ...
21.26 Selecting previously unselected package libdpkg-perl.
21.26 Preparing to unpack .../056-libdpkg-perl_1.21.1ubuntu2.3_all.deb ...
21.26 Unpacking libdpkg-perl (1.21.1ubuntu2.3) ...
21.34 Selecting previously unselected package bzip2.
21.34 Preparing to unpack .../057-bzip2_1.0.8-5build1_amd64.deb ...
21.34 Unpacking bzip2 (1.0.8-5build1) ...
21.41 Selecting previously unselected package patch.
21.41 Preparing to unpack .../058-patch_2.7.6-7build2_amd64.deb ...
21.42 Unpacking patch (2.7.6-7build2) ...
21.49 Selecting previously unselected package lto-disabled-list.
21.49 Preparing to unpack .../059-lto-disabled-list_24_all.deb ...
21.49 Unpacking lto-disabled-list (24) ...
21.56 Selecting previously unselected package dpkg-dev.
21.56 Preparing to unpack .../060-dpkg-dev_1.21.1ubuntu2.3_all.deb ...
21.56 Unpacking dpkg-dev (1.21.1ubuntu2.3) ...
21.64 Selecting previously unselected package build-essential.
21.64 Preparing to unpack .../061-build-essential_12.9ubuntu3_amd64.deb ...
21.64 Unpacking build-essential (12.9ubuntu3) ...
21.72 Selecting previously unselected package libassuan0:amd64.
21.72 Preparing to unpack .../062-libassuan0_2.5.5-1build1_amd64.deb ...
21.72 Unpacking libassuan0:amd64 (2.5.5-1build1) ...
21.79 Selecting previously unselected package gpgconf.
21.79 Preparing to unpack .../063-gpgconf_2.2.27-3ubuntu2.1_amd64.deb ...
21.79 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
21.87 Selecting previously unselected package libksba8:amd64.
21.87 Preparing to unpack .../064-libksba8_1.6.0-2ubuntu0.2_amd64.deb ...
21.87 Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ...
21.95 Selecting previously unselected package libsasl2-modules-db:amd64.
21.95 Preparing to unpack .../065-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ...
21.95 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
22.02 Selecting previously unselected package libsasl2-2:amd64.
22.02 Preparing to unpack .../066-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ...
22.02 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
22.10 Selecting previously unselected package libldap-2.5-0:amd64.
22.10 Preparing to unpack .../067-libldap-2.5-0_2.5.17+dfsg-0ubuntu0.22.04.1_amd64.deb ...
22.10 Unpacking libldap-2.5-0:amd64 (2.5.17+dfsg-0ubuntu0.22.04.1) ...
22.18 Selecting previously unselected package libnpth0:amd64.
22.18 Preparing to unpack .../068-libnpth0_1.6-3build2_amd64.deb ...
22.18 Unpacking libnpth0:amd64 (1.6-3build2) ...
22.25 Selecting previously unselected package dirmngr.
22.25 Preparing to unpack .../069-dirmngr_2.2.27-3ubuntu2.1_amd64.deb ...
22.40 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
22.48 Selecting previously unselected package libfakeroot:amd64.
22.48 Preparing to unpack .../070-libfakeroot_1.28-1ubuntu1_amd64.deb ...
22.48 Unpacking libfakeroot:amd64 (1.28-1ubuntu1) ...
22.55 Selecting previously unselected package fakeroot.
22.55 Preparing to unpack .../071-fakeroot_1.28-1ubuntu1_amd64.deb ...
22.55 Unpacking fakeroot (1.28-1ubuntu1) ...
22.63 Selecting previously unselected package fonts-dejavu-core.
22.63 Preparing to unpack .../072-fonts-dejavu-core_2.37-2build1_all.deb ...
22.63 Unpacking fonts-dejavu-core (2.37-2build1) ...
22.77 Selecting previously unselected package fontconfig-config.
22.77 Preparing to unpack .../073-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
22.77 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
22.84 Selecting previously unselected package gnupg-l10n.
22.84 Preparing to unpack .../074-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
22.85 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
22.92 Selecting previously unselected package gnupg-utils.
22.92 Preparing to unpack .../075-gnupg-utils_2.2.27-3ubuntu2.1_amd64.deb ...
22.92 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
23.00 Selecting previously unselected package gpg.
23.00 Preparing to unpack .../076-gpg_2.2.27-3ubuntu2.1_amd64.deb ...
23.00 Unpacking gpg (2.2.27-3ubuntu2.1) ...
23.07 Selecting previously unselected package pinentry-curses.
23.07 Preparing to unpack .../077-pinentry-curses_1.1.1-1build2_amd64.deb ...
23.08 Unpacking pinentry-curses (1.1.1-1build2) ...
23.15 Selecting previously unselected package gpg-agent.
23.15 Preparing to unpack .../078-gpg-agent_2.2.27-3ubuntu2.1_amd64.deb ...
23.15 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
23.23 Selecting previously unselected package gpg-wks-client.
23.23 Preparing to unpack .../079-gpg-wks-client_2.2.27-3ubuntu2.1_amd64.deb ...
23.23 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
23.30 Selecting previously unselected package gpg-wks-server.
23.30 Preparing to unpack .../080-gpg-wks-server_2.2.27-3ubuntu2.1_amd64.deb ...
23.30 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
23.37 Selecting previously unselected package gpgsm.
23.37 Preparing to unpack .../081-gpgsm_2.2.27-3ubuntu2.1_amd64.deb ...
23.37 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
23.45 Selecting previously unselected package gnupg.
23.45 Preparing to unpack .../082-gnupg_2.2.27-3ubuntu2.1_all.deb ...
23.45 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
23.52 Selecting previously unselected package javascript-common.
23.52 Preparing to unpack .../083-javascript-common_11+nmu1_all.deb ...
23.62 Unpacking javascript-common (11+nmu1) ...
23.69 Selecting previously unselected package libalgorithm-diff-perl.
23.69 Preparing to unpack .../084-libalgorithm-diff-perl_1.201-1_all.deb ...
23.70 Unpacking libalgorithm-diff-perl (1.201-1) ...
23.77 Selecting previously unselected package libalgorithm-diff-xs-perl.
23.77 Preparing to unpack .../085-libalgorithm-diff-xs-perl_0.04-6build3_amd64.deb ...
23.77 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ...
23.84 Selecting previously unselected package libalgorithm-merge-perl.
23.84 Preparing to unpack .../086-libalgorithm-merge-perl_0.08-3_all.deb ...
23.84 Unpacking libalgorithm-merge-perl (0.08-3) ...
23.92 Selecting previously unselected package libbrotli1:amd64.
23.92 Preparing to unpack .../087-libbrotli1_1.0.9-2build6_amd64.deb ...
23.92 Unpacking libbrotli1:amd64 (1.0.9-2build6) ...
24.00 Selecting previously unselected package libfreetype6:amd64.
24.00 Preparing to unpack .../088-libfreetype6_2.11.1+dfsg-1ubuntu0.2_amd64.deb ...
24.00 Unpacking libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.2) ...
24.07 Selecting previously unselected package libfontconfig1:amd64.
24.08 Preparing to unpack .../089-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ...
24.08 Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
24.15 Selecting previously unselected package libjpeg-turbo8:amd64.
24.15 Preparing to unpack .../090-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ...
24.15 Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
24.22 Selecting previously unselected package libjpeg8:amd64.
24.22 Preparing to unpack .../091-libjpeg8_8c-2ubuntu10_amd64.deb ...
24.23 Unpacking libjpeg8:amd64 (8c-2ubuntu10) ...
24.30 Selecting previously unselected package libdeflate0:amd64.
24.30 Preparing to unpack .../092-libdeflate0_1.10-2_amd64.deb ...
24.30 Unpacking libdeflate0:amd64 (1.10-2) ...
24.37 Selecting previously unselected package libjbig0:amd64.
24.37 Preparing to unpack .../093-libjbig0_2.1-3.1ubuntu0.22.04.1_amd64.deb ...
24.37 Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ...
24.45 Selecting previously unselected package libwebp7:amd64.
24.45 Preparing to unpack .../094-libwebp7_1.2.2-2ubuntu0.22.04.2_amd64.deb ...
24.45 Unpacking libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ...
24.52 Selecting previously unselected package libtiff5:amd64.
24.52 Preparing to unpack .../095-libtiff5_4.3.0-6ubuntu0.8_amd64.deb ...
24.52 Unpacking libtiff5:amd64 (4.3.0-6ubuntu0.8) ...
24.60 Selecting previously unselected package libxpm4:amd64.
24.60 Preparing to unpack .../096-libxpm4_1%3a3.5.12-1ubuntu0.22.04.2_amd64.deb ...
24.60 Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ...
24.67 Selecting previously unselected package libgd3:amd64.
24.67 Preparing to unpack .../097-libgd3_2.3.0-2ubuntu2_amd64.deb ...
24.67 Unpacking libgd3:amd64 (2.3.0-2ubuntu2) ...
24.75 Selecting previously unselected package libc-devtools.
24.75 Preparing to unpack .../098-libc-devtools_2.35-0ubuntu3.7_amd64.deb ...
24.75 Unpacking libc-devtools (2.35-0ubuntu3.7) ...
24.82 Selecting previously unselected package libexpat1-dev:amd64.
24.82 Preparing to unpack .../099-libexpat1-dev_2.4.7-1ubuntu0.3_amd64.deb ...
24.82 Unpacking libexpat1-dev:amd64 (2.4.7-1ubuntu0.3) ...
24.89 Selecting previously unselected package libfile-fcntllock-perl.
24.89 Preparing to unpack .../100-libfile-fcntllock-perl_0.22-3build7_amd64.deb ...
24.90 Unpacking libfile-fcntllock-perl (0.22-3build7) ...
24.97 Selecting previously unselected package libjs-jquery.
24.97 Preparing to unpack .../101-libjs-jquery_3.6.0+dfsg+~3.5.13-1_all.deb ...
25.02 Unpacking libjs-jquery (3.6.0+dfsg+~3.5.13-1) ...
25.10 Selecting previously unselected package libjs-underscore.
25.10 Preparing to unpack .../102-libjs-underscore_1.13.2~dfsg-2_all.deb ...
25.10 Unpacking libjs-underscore (1.13.2~dfsg-2) ...
25.17 Selecting previously unselected package libjs-sphinxdoc.
25.17 Preparing to unpack .../103-libjs-sphinxdoc_4.3.2-1_all.deb ...
25.17 Unpacking libjs-sphinxdoc (4.3.2-1) ...
25.25 Selecting previously unselected package libldap-common.
25.25 Preparing to unpack .../104-libldap-common_2.5.17+dfsg-0ubuntu0.22.04.1_all.deb ...
25.25 Unpacking libldap-common (2.5.17+dfsg-0ubuntu0.22.04.1) ...
25.32 Selecting previously unselected package libpython3.10:amd64.
25.32 Preparing to unpack .../105-libpython3.10_3.10.12-1~22.04.3_amd64.deb ...
25.32 Unpacking libpython3.10:amd64 (3.10.12-1~22.04.3) ...
25.41 Selecting previously unselected package zlib1g-dev:amd64.
25.41 Preparing to unpack .../106-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ...
25.41 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
25.49 Selecting previously unselected package libpython3.10-dev:amd64.
25.49 Preparing to unpack .../107-libpython3.10-dev_3.10.12-1~22.04.3_amd64.deb ...
25.49 Unpacking libpython3.10-dev:amd64 (3.10.12-1~22.04.3) ...
25.62 Selecting previously unselected package libpython3-dev:amd64.
25.62 Preparing to unpack .../108-libpython3-dev_3.10.6-1~22.04_amd64.deb ...
25.62 Unpacking libpython3-dev:amd64 (3.10.6-1~22.04) ...
25.69 Selecting previously unselected package libsasl2-modules:amd64.
25.69 Preparing to unpack .../109-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ...
25.69 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
25.77 Selecting previously unselected package manpages-dev.
25.77 Preparing to unpack .../110-manpages-dev_5.10-1ubuntu1_all.deb ...
25.77 Unpacking manpages-dev (5.10-1ubuntu1) ...
26.00 Selecting previously unselected package python3.10-dev.
26.00 Preparing to unpack .../111-python3.10-dev_3.10.12-1~22.04.3_amd64.deb ...
26.00 Unpacking python3.10-dev (3.10.12-1~22.04.3) ...
26.07 Selecting previously unselected package python3-lib2to3.
26.07 Preparing to unpack .../112-python3-lib2to3_3.10.8-1~22.04_all.deb ...
26.08 Unpacking python3-lib2to3 (3.10.8-1~22.04) ...
26.15 Selecting previously unselected package python3-distutils.
26.15 Preparing to unpack .../113-python3-distutils_3.10.8-1~22.04_all.deb ...
26.15 Unpacking python3-distutils (3.10.8-1~22.04) ...
26.23 Selecting previously unselected package python3-dev.
26.23 Preparing to unpack .../114-python3-dev_3.10.6-1~22.04_amd64.deb ...
26.23 Unpacking python3-dev (3.10.6-1~22.04) ...
26.31 Selecting previously unselected package python3-setuptools.
26.31 Preparing to unpack .../115-python3-setuptools_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
26.31 Unpacking python3-setuptools (59.6.0-1.2ubuntu0.22.04.1) ...
26.39 Selecting previously unselected package python3-wheel.
26.39 Preparing to unpack .../116-python3-wheel_0.37.1-2ubuntu0.22.04.1_all.deb ...
26.39 Unpacking python3-wheel (0.37.1-2ubuntu0.22.04.1) ...
26.46 Selecting previously unselected package python3-pip.
26.46 Preparing to unpack .../117-python3-pip_22.0.2+dfsg-1ubuntu0.4_all.deb ...
26.47 Unpacking python3-pip (22.0.2+dfsg-1ubuntu0.4) ...
26.56 Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ...
26.56 Setting up media-types (7.0.0) ...
26.57 Setting up javascript-common (11+nmu1) ...
26.73 Setting up gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04) ...
26.73 Setting up libxau6:amd64 (1:1.0.9-1build5) ...
26.73 Setting up lto-disabled-list (24) ...
26.73 Setting up manpages (5.10-1ubuntu1) ...
26.73 Setting up libbrotli1:amd64 (1.0.9-2build6) ...
26.74 Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.3) ...
26.74 Setting up libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
26.77 Setting up binutils-common:amd64 (2.38-4ubuntu2.6) ...
26.77 Setting up libdeflate0:amd64 (1.10-2) ...
26.77 Setting up linux-libc-dev:amd64 (5.15.0-105.115) ...
26.77 Setting up libctf-nobfd0:amd64 (2.38-4ubuntu2.6) ...
26.77 Setting up libnpth0:amd64 (1.6-3build2) ...
26.78 Setting up libassuan0:amd64 (2.5.5-1build1) ...
26.78 Setting up libgomp1:amd64 (12.3.0-1ubuntu1~22.04) ...
26.78 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.3) ...
26.78 Setting up bzip2 (1.0.8-5build1) ...
26.78 Setting up libldap-common (2.5.17+dfsg-0ubuntu0.22.04.1) ...
26.78 Setting up libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ...
26.78 Setting up libfakeroot:amd64 (1.28-1ubuntu1) ...
26.79 Setting up libasan6:amd64 (11.4.0-1ubuntu1~22.04) ...
26.79 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
26.79 Setting up fakeroot (1.28-1ubuntu1) ...
26.82 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
26.82 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
26.82 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
26.82 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
26.82 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
26.82 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
26.82 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
26.82 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
26.82 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
26.84 Setting up libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ...
26.84 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
26.84 Setting up libx11-data (2:1.7.5-1ubuntu0.3) ...
26.84 Setting up make (4.3-4.1build1) ...
26.84 Setting up libmpfr6:amd64 (4.1.0-3build3) ...
26.85 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
26.85 Setting up xz-utils (5.2.5-2ubuntu1) ...
26.88 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
26.88 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
26.88 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
26.88 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
26.88 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
26.88 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
26.88 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
26.88 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
26.88 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
26.88 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
26.88 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
26.88 Setting up libquadmath0:amd64 (12.3.0-1ubuntu1~22.04) ...
26.88 Setting up libpng16-16:amd64 (1.6.37-3build5) ...
26.88 Setting up libmpc3:amd64 (1.2.1-2build1) ...
26.89 Setting up libatomic1:amd64 (12.3.0-1ubuntu1~22.04) ...
26.89 Setting up patch (2.7.6-7build2) ...
26.89 Setting up fonts-dejavu-core (2.37-2build1) ...
26.90 Setting up ucf (3.0043) ...
27.10 debconf: unable to initialize frontend: Dialog
27.10 debconf: (TERM is not set, so the dialog frontend is not usable.)
27.10 debconf: falling back to frontend: Readline
27.20 Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
27.20 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ...
27.21 Setting up libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ...
27.21 Setting up libubsan1:amd64 (12.3.0-1ubuntu1~22.04) ...
27.21 Setting up libmd0:amd64 (1.0.4-1build1) ...
27.21 Setting up libnsl-dev:amd64 (1.3.0-2build2) ...
27.21 Setting up libcrypt-dev:amd64 (1:4.4.27-1) ...
27.21 Setting up libmpdec3:amd64 (2.5.1-2build2) ...
27.22 Setting up netbase (6.3) ...
27.23 Setting up libjs-jquery (3.6.0+dfsg+~3.5.13-1) ...
27.29 Setting up libbinutils:amd64 (2.38-4ubuntu2.6) ...
27.29 Setting up libisl23:amd64 (0.24-2build1) ...
27.29 Setting up libc-dev-bin (2.35-0ubuntu3.7) ...
27.29 Setting up openssl (3.0.2-0ubuntu1.15) ...
27.31 Setting up libbsd0:amd64 (0.11.5-1) ...
27.31 Setting up readline-common (8.1.2-1) ...
27.34 Setting up libcc1-0:amd64 (12.3.0-1ubuntu1~22.04) ...
27.34 Setting up liblocale-gettext-perl (1.07-4build3) ...
27.34 Setting up liblsan0:amd64 (12.3.0-1ubuntu1~22.04) ...
27.34 Setting up libitm1:amd64 (12.3.0-1ubuntu1~22.04) ...
27.34 Setting up libgdbm6:amd64 (1.23-1) ...
27.34 Setting up libjs-underscore (1.13.2~dfsg-2) ...
27.35 Setting up libtsan0:amd64 (11.4.0-1ubuntu1~22.04) ...
27.35 Setting up libctf0:amd64 (2.38-4ubuntu2.6) ...
27.35 Setting up libjpeg8:amd64 (8c-2ubuntu10) ...
27.35 Setting up pinentry-curses (1.1.1-1build2) ...
27.38 Setting up cpp-11 (11.4.0-1ubuntu1~22.04) ...
27.39 Setting up manpages-dev (5.10-1ubuntu1) ...
27.39 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
27.39 Setting up libxcb1:amd64 (1.14-3ubuntu3) ...
27.39 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
27.46 Setting up libreadline8:amd64 (8.1.2-1) ...
27.47 Setting up libldap-2.5-0:amd64 (2.5.17+dfsg-0ubuntu0.22.04.1) ...
27.47 Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.3) ...
27.47 Setting up ca-certificates (20230311ubuntu0.22.04.1) ...
27.70 debconf: unable to initialize frontend: Dialog
27.70 debconf: (TERM is not set, so the dialog frontend is not usable.)
27.70 debconf: falling back to frontend: Readline
32.01 Updating certificates in /etc/ssl/certs...
32.68 Illegal instruction
32.73 dpkg: error processing package ca-certificates (--configure):
32.73  installed ca-certificates package post-installation script subprocess returned error exit status 132
32.73 Setting up libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.2) ...
32.73 Setting up libgdbm-compat4:amd64 (1.23-1) ...
32.73 dpkg: dependency problems prevent configuration of python3-pip:
32.73  python3-pip depends on ca-certificates; however:
32.73   Package ca-certificates is not configured yet.
32.73
32.73 dpkg: error processing package python3-pip (--configure):
32.73  dependency problems - leaving unconfigured
32.73 Setting up libjs-sphinxdoc (4.3.2-1) ...
32.73 Setting up libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ...
32.73 Setting up cpp (4:11.2.0-1ubuntu1) ...
32.76 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
32.76 Setting up libc6-dev:amd64 (2.35-0ubuntu3.7) ...
32.77 Setting up libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ...
32.77 Setting up libtiff5:amd64 (4.3.0-6ubuntu0.8) ...
32.77 Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
32.77 Setting up gpg (2.2.27-3ubuntu2.1) ...
32.77 Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04) ...
32.77 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
32.78 Setting up binutils-x86-64-linux-gnu (2.38-4ubuntu2.6) ...
32.78 Setting up libpython3.10:amd64 (3.10.12-1~22.04.3) ...
32.78 Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.3) ...
32.78 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
34.06 Setting up python3.10 (3.10.12-1~22.04.3) ...
34.62 Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ...
34.62 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
34.62 Setting up python3 (3.10.6-1~22.04) ...
34.68 running python rtupdate hooks for python3.10...
34.68 running python post-rtupdate hooks for python3.10...
34.95 Setting up binutils (2.38-4ubuntu2.6) ...
34.95 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
35.41 Setting up perl (5.34.0-3ubuntu1.3) ...
35.49 Setting up libexpat1-dev:amd64 (2.4.7-1ubuntu0.3) ...
35.50 Setting up libgd3:amd64 (2.3.0-2ubuntu2) ...
35.50 Setting up libdpkg-perl (1.21.1ubuntu2.3) ...
35.50 Setting up libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ...
35.50 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
35.50 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
35.50 Setting up gcc-11 (11.4.0-1ubuntu1~22.04) ...
35.51 Setting up python3-lib2to3 (3.10.8-1~22.04) ...
35.70 Setting up libc-devtools (2.35-0ubuntu3.7) ...
35.71 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
36.14 Setting up python3-distutils (3.10.8-1~22.04) ...
36.35 Setting up python3-setuptools (59.6.0-1.2ubuntu0.22.04.1) ...
36.87 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
36.88 Setting up g++-11 (11.4.0-1ubuntu1~22.04) ...
36.88 Setting up libfile-fcntllock-perl (0.22-3build7) ...
36.88 Setting up libalgorithm-diff-perl (1.201-1) ...
36.88 Setting up python3-wheel (0.37.1-2ubuntu0.22.04.1) ...
37.28 Setting up gcc (4:11.2.0-1ubuntu1) ...
37.34 Setting up dpkg-dev (1.21.1ubuntu2.3) ...
37.34 Setting up libpython3.10-dev:amd64 (3.10.12-1~22.04.3) ...
37.34 Setting up python3.10-dev (3.10.12-1~22.04.3) ...
37.35 Setting up g++ (4:11.2.0-1ubuntu1) ...
37.42 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
37.42 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
37.43 Setting up gnupg (2.2.27-3ubuntu2.1) ...
37.43 Setting up build-essential (12.9ubuntu3) ...
37.43 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
37.43 Setting up libalgorithm-merge-perl (0.08-3) ...
37.43 Setting up libpython3-dev:amd64 (3.10.6-1~22.04) ...
37.43 Setting up python3-dev (3.10.6-1~22.04) ...
37.44 Processing triggers for libc-bin (2.35-0ubuntu3.6) ...
37.48 Errors were encountered while processing:
37.48  ca-certificates
37.48  python3-pip
37.52 E: Sub-process /usr/bin/dpkg returned an error code (1)
------
Dockerfile:2
--------------------
   1 |     FROM ubuntu:22.04
   2 | >>> RUN apt-get update && apt-get install -y python3-pip
   3 |
--------------------
ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y python3-pip" did not complete successfully: exit code: 100

View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/w9dk5wp7y9s8fw38gcjpvhx37

System info

M2 Max. Sonoma 14.3.1.

Client:
 Cloud integration: v1.0.35+desktop.13
 Version:           26.0.0
 API version:       1.45
 Go version:        go1.21.8
 Git commit:        2ae903e
 Built:             Wed Mar 20 15:14:46 2024
 OS/Arch:           darwin/arm64
 Context:           desktop-linux

Server: Docker Desktop 4.29.0 (145265)
 Engine:
  Version:          26.0.0
  API version:      1.45 (minimum version 1.24)
  Go version:       go1.21.8
  Git commit:       8b79278
  Built:            Wed Mar 20 15:18:02 2024
  OS/Arch:          linux/arm64
  Experimental:     false
 containerd:
  Version:          1.6.28
  GitCommit:        ae07eda36dd25f8a1b98dfbf587313b99c0190bb
 runc:
  Version:          1.1.12
  GitCommit:        v1.1.12-0-g51d5e94
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0
Client:
 Version:    26.0.0
 Context:    desktop-linux
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  v0.13.1-desktop.1
    Path:     /Users/md/.docker/cli-plugins/docker-buildx
  compose: Docker Compose (Docker Inc.)
    Version:  v2.26.1-desktop.1
    Path:     /Users/md/.docker/cli-plugins/docker-compose
  debug: Get a shell into any image or container. (Docker Inc.)
    Version:  0.0.27
    Path:     /Users/md/.docker/cli-plugins/docker-debug
  dev: Docker Dev Environments (Docker Inc.)
    Version:  v0.1.2
    Path:     /Users/md/.docker/cli-plugins/docker-dev
  extension: Manages Docker extensions (Docker Inc.)
    Version:  v0.2.23
    Path:     /Users/md/.docker/cli-plugins/docker-extension
  feedback: Provide feedback, right in your terminal! (Docker Inc.)
    Version:  v1.0.4
    Path:     /Users/md/.docker/cli-plugins/docker-feedback
  init: Creates Docker-related starter files for your project (Docker Inc.)
    Version:  v1.1.0
    Path:     /Users/md/.docker/cli-plugins/docker-init
  sbom: View the packaged-based Software Bill Of Materials (SBOM) for an image (Anchore Inc.)
    Version:  0.6.0
    Path:     /Users/md/.docker/cli-plugins/docker-sbom
  scout: Docker Scout (Docker Inc.)
    Version:  v1.6.3
    Path:     /Users/md/.docker/cli-plugins/docker-scout

Server:
 Containers: 0
  Running: 0
  Paused: 0
  Stopped: 0
 Images: 9
 Server Version: 26.0.0
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: true
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Cgroup Version: 2
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
 Swarm: inactive
 Runtimes: io.containerd.runc.v2 runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: ae07eda36dd25f8a1b98dfbf587313b99c0190bb
 runc version: v1.1.12-0-g51d5e94
 init version: de40ad0
 Security Options:
  seccomp
   Profile: unconfined
  cgroupns
 Kernel Version: 6.6.22-linuxkit
 Operating System: Docker Desktop
 OSType: linux
 Architecture: aarch64
 CPUs: 12
 Total Memory: 46.97GiB
 Name: docker-desktop
 ID: f68b8506-6f06-4401-848b-e21e2580d14c
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 HTTP Proxy: http.docker.internal:3128
 HTTPS Proxy: http.docker.internal:3128
 No Proxy: hubproxy.docker.internal
 Labels:
  com.docker.desktop.address=unix:///Users/md/Library/Containers/com.docker.docker/Data/docker-cli.sock
 Experimental: false
 Insecure Registries:
  hubproxy.docker.internal:5555
  127.0.0.0/8
 Live Restore Enabled: false

WARNING: daemon is not using the default seccomp profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants