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

sail up fails #481

Closed
dugajean opened this issue Sep 15, 2022 · 20 comments
Closed

sail up fails #481

dugajean opened this issue Sep 15, 2022 · 20 comments

Comments

@dugajean
Copy link

  • Sail Version: 1.3.18
  • Laravel Version: 8.77
  • PHP Version: 7.4
  • Host operating system: macOS 12.15.1

Description:

On a fresh run in my system, when I run vendor/bin/sail up I get the following error:

composer start                                                                                                                                                                                    ✭
> vendor/bin/sail up -d
[+] Running 0/1
 ⠿ laravel.test Error                                                                                                                                                                                                              0.2s
[+] Building 9.0s (8/15)                                                                                                                                                                                                                
 => [internal] load build definition from Dockerfile                                                                                                                                                                               0.0s
 => => transferring dockerfile: 32B                                                                                                                                                                                                0.0s
 => [internal] load .dockerignore                                                                                                                                                                                                  0.0s
 => => transferring context: 2B                                                                                                                                                                                                    0.0s
 => [internal] load metadata for docker.io/library/ubuntu:21.10                                                                                                                                                                    6.3s
 => [ 1/11] FROM docker.io/library/ubuntu:21.10@sha256:ff46b78279f207db3b8e57e20dee7cecef3567d09489369d80591f150f9c8154                                                                                                            0.0s
 => [internal] load build context                                                                                                                                                                                                  0.0s
 => => transferring context: 99B                                                                                                                                                                                                   0.0s
 => CACHED [ 2/11] WORKDIR /var/www/html                                                                                                                                                                                           0.0s
 => CACHED [ 3/11] RUN ln -snf /usr/share/zoneinfo/UTC /etc/localtime && echo UTC > /etc/timezone                                                                                                                                  0.0s
 => ERROR [ 4/11] RUN apt-get update     && apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2     && mkdir -p ~/.gnupg     && chmod 600 ~/.gnupg     && echo "di  2.7s
------                                                                                                                                                                                                                                  
 > [ 4/11] RUN apt-get update     && apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2     && mkdir -p ~/.gnupg     && chmod 600 ~/.gnupg     && echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf     && apt-key adv --homedir ~/.gnupg --keyserver hkps://keyserver.ubuntu.com --recv-keys 14AA40EC0831756756D7F66C4F4EA0AAE5267A6C     && echo "deb https://ppa.launchpadcontent.net/ondrej/php/ubuntu impish main" > /etc/apt/sources.list.d/ppa_ondrej_php.list     && apt-get update     && apt-get install -y php7.4-cli php7.4-dev        php7.4-pgsql php7.4-sqlite3 php7.4-gd        php7.4-curl php7.4-memcached        php7.4-imap php7.4-mysql php7.4-mbstring        php7.4-xml php7.4-zip php7.4-bcmath php7.4-soap        php7.4-intl php7.4-readline php7.4-pcov        php7.4-msgpack php7.4-igbinary php7.4-ldap        php7.4-redis php7.4-xdebug     && php -r "readfile('https://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer     && curl -sL https://deb.nodesource.com/setup_16.x | bash -     && apt-get install -y nodejs     && npm install -g npm     && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -     && echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list     && apt-get update     && apt-get install -y yarn     && apt-get install -y mysql-client     && apt-get install -y postgresql-client     && apt-get -y autoremove     && apt-get clean     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*:
#0 1.564 Ign:1 http://ports.ubuntu.com/ubuntu-ports impish InRelease
#0 1.713 Ign:2 http://ports.ubuntu.com/ubuntu-ports impish-updates InRelease
#0 1.867 Ign:3 http://ports.ubuntu.com/ubuntu-ports impish-backports InRelease
#0 2.021 Ign:4 http://ports.ubuntu.com/ubuntu-ports impish-security InRelease
#0 2.171 Err:5 http://ports.ubuntu.com/ubuntu-ports impish Release
#0 2.171   404  Not Found [IP: 185.125.190.39 80]
#0 2.322 Err:6 http://ports.ubuntu.com/ubuntu-ports impish-updates Release
#0 2.322   404  Not Found [IP: 185.125.190.39 80]
#0 2.475 Err:7 http://ports.ubuntu.com/ubuntu-ports impish-backports Release
#0 2.475   404  Not Found [IP: 185.125.190.39 80]
#0 2.623 Err:8 http://ports.ubuntu.com/ubuntu-ports impish-security Release
#0 2.623   404  Not Found [IP: 185.125.190.39 80]
#0 2.635 Reading package lists...
#0 2.652 E: The repository 'http://ports.ubuntu.com/ubuntu-ports impish Release' does not have a Release file.
#0 2.652 E: The repository 'http://ports.ubuntu.com/ubuntu-ports impish-updates Release' does not have a Release file.
#0 2.652 E: The repository 'http://ports.ubuntu.com/ubuntu-ports impish-backports Release' does not have a Release file.
#0 2.652 E: The repository 'http://ports.ubuntu.com/ubuntu-ports impish-security Release' does not have a Release file.
------
failed to solve: executor failed running [/bin/sh -c apt-get update     && apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2     && mkdir -p ~/.gnupg     && chmod 600 ~/.gnupg     && echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf     && apt-key adv --homedir ~/.gnupg --keyserver hkps://keyserver.ubuntu.com --recv-keys 14AA40EC0831756756D7F66C4F4EA0AAE5267A6C     && echo "deb https://ppa.launchpadcontent.net/ondrej/php/ubuntu impish main" > /etc/apt/sources.list.d/ppa_ondrej_php.list     && apt-get update     && apt-get install -y php7.4-cli php7.4-dev        php7.4-pgsql php7.4-sqlite3 php7.4-gd        php7.4-curl php7.4-memcached        php7.4-imap php7.4-mysql php7.4-mbstring        php7.4-xml php7.4-zip php7.4-bcmath php7.4-soap        php7.4-intl php7.4-readline php7.4-pcov        php7.4-msgpack php7.4-igbinary php7.4-ldap        php7.4-redis php7.4-xdebug     && php -r "readfile('https://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer     && curl -sL https://deb.nodesource.com/setup_$NODE_VERSION.x | bash -     && apt-get install -y nodejs     && npm install -g npm     && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -     && echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list     && apt-get update     && apt-get install -y yarn     && apt-get install -y mysql-client     && apt-get install -y postgresql-client     && apt-get -y autoremove     && apt-get clean     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*]: exit code: 100
Script vendor/bin/sail up -d handling the start event returned with error code 17

It appears that this is a common occurrence, but all the tickets reporting the same bug have been closed. Before closing this ticket, can you please give it a look and confirm this is an actual bug?

Steps To Reproduce:

  • Run vendor/bin/sail up
  • Observe the error above
@driesvints
Copy link
Member

I don't know what to say? Everything runs fine for me. I deleted all containers and images on my system and things still install properly.

@dugajean
Copy link
Author

@driesvints Maybe the next step would be to compare hardware and figure this out, rather than straight up closing? People have been reporting this, I'm not sure you're only using your hardware as reference.

@driesvints
Copy link
Member

I need a tangible way to reproduce this otherwise I cannot help.

@RuneSphinx
Copy link

RuneSphinx commented Sep 15, 2022

Can confirm, I too have hit a similar error. Interestingly enough, changing the base image from Ubuntu 21.04 to 22.04 in the docker/8.1/Dockerfile got past the first part. However, I then run into this beauty:

[+] Running 0/0
 ⠿ laravel.test Error                                                                                                                                                                                     0.0s
[+] Building 54.6s (8/15)                                                                                                                                                                                      
 => [internal] load build definition from Dockerfile                                                                                                                                                      0.1s
 => => transferring dockerfile: 2.44kB                                                                                                                                                                    0.0s
 => [internal] load .dockerignore                                                                                                                                                                         0.1s
 => => transferring context: 2B                                                                                                                                                                           0.0s
 => [internal] load metadata for docker.io/library/ubuntu:22.04                                                                                                                                           1.4s
 => [ 1/11] FROM docker.io/library/ubuntu:22.04@sha256:20fa2d7bb4de7723f542be5923b06c4d704370f0390e4ae9e1c833c8785644c1                                                                                   2.5s
 => => resolve docker.io/library/ubuntu:22.04@sha256:20fa2d7bb4de7723f542be5923b06c4d704370f0390e4ae9e1c833c8785644c1                                                                                     0.0s
 => => sha256:20fa2d7bb4de7723f542be5923b06c4d704370f0390e4ae9e1c833c8785644c1 1.42kB / 1.42kB                                                                                                            0.0s
 => => sha256:2d7ecc9c5e08953d586a6e50c29b91479a48f69ac1ba1f9dc0420d18a728dfc5 529B / 529B                                                                                                                0.0s
 => => sha256:2dc39ba059dcd42ade30aae30147b5692777ba9ff0779a62ad93a74de02e3e1f 1.46kB / 1.46kB                                                                                                            0.0s
 => => sha256:2b55860d4c667a7200a0cb279aec26777df61e5d3530388f223ce7859d566e7a 30.43MB / 30.43MB                                                                                                          1.6s
 => => extracting sha256:2b55860d4c667a7200a0cb279aec26777df61e5d3530388f223ce7859d566e7a                                                                                                                 0.5s
 => [internal] load build context                                                                                                                                                                         0.1s
 => => transferring context: 276B                                                                                                                                                                         0.0s
 => [ 2/11] WORKDIR /var/www/html                                                                                                                                                                         0.6s
 => [ 3/11] RUN ln -snf /usr/share/zoneinfo/UTC /etc/localtime && echo UTC > /etc/timezone                                                                                                                0.4s
 => ERROR [ 4/11] RUN apt-get update     && apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2     && mkdir -p ~/.gnupg     && chmod 60  49.4s
------                                                                                                                                                                                                         
 > [ 4/11] RUN apt-get update     && apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2     && mkdir -p ~/.gnupg     && chmod 600 ~/.gnupg     && echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf     && apt-key adv --homedir ~/.gnupg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys E5267A6C     && apt-key adv --homedir ~/.gnupg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C300EE8C     && echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu hirsute main" > /etc/apt/sources.list.d/ppa_ondrej_php.list     && apt-get update     && apt-get install -y php8.1-cli php8.1-dev        php8.1-pgsql php8.1-sqlite3 php8.1-gd        php8.1-curl        php8.1-imap php8.1-mysql php8.1-mbstring        php8.1-xml php8.1-zip php8.1-bcmath php8.1-soap        php8.1-intl php8.1-readline        php8.1-ldap        php8.1-msgpack php8.1-igbinary php8.1-redis php8.1-swoole        php8.1-memcached php8.1-pcov php8.1-xdebug     && php -r "readfile('http://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer     && curl -sL https://deb.nodesource.com/setup_16.x | bash -     && apt-get install -y nodejs     && npm install -g npm     && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -     && echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list     && apt-get update     && apt-get install -y yarn     && apt-get install -y mysql-client     && apt-get install -y postgresql-client     && apt-get -y autoremove     && apt-get clean     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*:
#0 0.754 Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
#0 0.796 Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
#0 1.480 Get:3 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [357 kB]
#0 1.515 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB]
#0 1.712 Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB]
#0 1.914 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]
#0 1.915 Get:7 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [4644 B]
#0 1.924 Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [379 kB]
#0 2.028 Get:9 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [174 kB]
#0 2.570 Get:10 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
#0 2.571 Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
#0 4.390 Get:12 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
#0 4.393 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [7791 B]
#0 4.394 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [701 kB]
#0 4.447 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [348 kB]
#0 4.461 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [398 kB]
#0 4.480 Get:17 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [7276 B]
#0 4.480 Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [3175 B]
#0 5.123 Fetched 22.7 MB in 5s (4893 kB/s)
#0 5.123 Reading package lists...
#0 5.765 Reading package lists...
#0 6.373 Building dependency tree...
#0 6.533 Reading state information...
#0 6.728 The following additional packages will be installed:
#0 6.728   dirmngr fontconfig-config fonts-dejavu-core git-man gnupg-l10n gnupg-utils
#0 6.728   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm less libassuan0
#0 6.728   libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev libcbor0.8
#0 6.728   libcrypt-dev libcurl3-gnutls libcurl4 libdeflate0 libedit2 liberror-perl
#0 6.728   libexpat1 libfido2-1 libfontconfig1 libfreetype6 libgd3 libgdbm-compat4
#0 6.728   libgdbm6 libjbig0 libjpeg-turbo8 libjpeg8 libksba8 libldap-2.5-0
#0 6.728   libldap-common libmd0 libmpdec3 libnghttp2-14 libnpth0 libnsl-dev libpam-cap
#0 6.728   libperl5.34 libpng-tools libpng16-16 libpsl5 libpython2-stdlib
#0 6.728   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
#0 6.728   libpython3.10-minimal libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2
#0 6.728   libsasl2-modules libsasl2-modules-db libsqlite3-0 libssh-4 libtiff5
#0 6.728   libtirpc-dev libwebp7 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
#0 6.729   libxext6 libxmuu1 libxpm4 linux-libc-dev manpages manpages-dev media-types
#0 6.729   netbase openssh-client openssl patch perl perl-modules-5.34 pinentry-curses
#0 6.729   publicsuffix python2-minimal python2.7 python2.7-minimal python3
#0 6.729   python3-minimal python3-pkg-resources python3.10 python3.10-minimal
#0 6.729   readline-common rpcsvc-proto ucf xauth zlib1g zlib1g-dev
#0 6.730 Suggested packages:
#0 6.730   dbus-user-session libpam-systemd pinentry-gnome3 tor gettext-base
#0 6.730   git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb
#0 6.730   git-cvs git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc
#0 6.730   libgd-tools gdbm-l10n libsasl2-modules-gssapi-mit
#0 6.730   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
#0 6.730   libsasl2-modules-sql man-browser keychain libpam-ssh monkeysphere
#0 6.730   ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl
#0 6.730   | libterm-readline-perl-perl make libtap-harness-archive-perl pinentry-doc
#0 6.730   python2-doc python-tk python2.7-doc binutils binfmt-support python3-doc
#0 6.730   python3-tk python3-venv python3-setuptools python3.10-venv python3.10-doc
#0 6.730   readline-doc sqlite3-doc supervisor-doc
#0 6.887 The following NEW packages will be installed:
#0 6.887   ca-certificates curl dirmngr fontconfig-config fonts-dejavu-core git git-man
#0 6.887   gnupg gnupg-l10n gnupg-utils gosu gpg gpg-agent gpg-wks-client
#0 6.887   gpg-wks-server gpgconf gpgsm less libassuan0 libbrotli1 libbsd0 libc-dev-bin
#0 6.888   libc-devtools libc6-dev libcap2-bin libcbor0.8 libcrypt-dev libcurl3-gnutls
#0 6.888   libcurl4 libdeflate0 libedit2 liberror-perl libexpat1 libfido2-1
#0 6.888   libfontconfig1 libfreetype6 libgd3 libgdbm-compat4 libgdbm6 libjbig0
#0 6.888   libjpeg-turbo8 libjpeg8 libksba8 libldap-2.5-0 libldap-common libmd0
#0 6.888   libmpdec3 libnghttp2-14 libnpth0 libnsl-dev libpam-cap libperl5.34
#0 6.888   libpng-dev libpng-tools libpng16-16 libpsl5 libpython2-stdlib
#0 6.888   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
#0 6.888   libpython3.10-minimal libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2
#0 6.888   libsasl2-modules libsasl2-modules-db libsqlite3-0 libssh-4 libtiff5
#0 6.888   libtirpc-dev libwebp7 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
#0 6.888   libxext6 libxmuu1 libxpm4 linux-libc-dev manpages manpages-dev media-types
#0 6.888   netbase openssh-client openssl patch perl perl-modules-5.34 pinentry-curses
#0 6.888   publicsuffix python2 python2-minimal python2.7 python2.7-minimal python3
#0 6.888   python3-minimal python3-pkg-resources python3.10 python3.10-minimal
#0 6.889   readline-common rpcsvc-proto sqlite3 supervisor ucf unzip xauth zip
#0 6.889   zlib1g-dev
#0 6.890 The following packages will be upgraded:
#0 6.890   zlib1g
#0 7.360 1 upgraded, 110 newly installed, 0 to remove and 0 not upgraded.
#0 7.360 Need to get 43.6 MB of archives.
#0 7.360 After this operation, 175 MB of additional disk space will be used.
#0 7.360 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.4-3ubuntu0.1 [809 kB]
#0 8.384 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libexpat1 amd64 2.4.7-1 [90.7 kB]
#0 8.388 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 zlib1g amd64 1:1.2.11.dfsg-2ubuntu9.1 [58.4 kB]
#0 8.391 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.4-3ubuntu0.1 [2258 kB]
#0 8.704 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-minimal amd64 3.10.4-0ubuntu2 [24.4 kB]
#0 8.706 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB]
#0 8.708 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB]
#0 8.714 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB]
#0 8.717 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB]
#0 8.727 Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsqlite3-0 amd64 3.37.2-2 [643 kB]
#0 8.938 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.4-3ubuntu0.1 [1830 kB]
#0 9.024 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.4-3ubuntu0.1 [488 kB]
#0 9.032 Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpython3-stdlib amd64 3.10.4-0ubuntu2 [6990 B]
#0 9.033 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3 amd64 3.10.4-0ubuntu2 [22.8 kB]
#0 9.034 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1 [2975 kB]
#0 9.394 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB]
#0 9.395 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B]
#0 9.395 Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1 [4809 kB]
#0 9.929 Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 perl amd64 5.34.0-3ubuntu1 [232 kB]
#0 9.933 Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libpython2.7-minimal amd64 2.7.18-13ubuntu1.1 [347 kB]
#0 9.967 Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python2.7-minimal amd64 2.7.18-13ubuntu1.1 [1394 kB]
#0 10.03 Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python2-minimal amd64 2.7.18-3 [20.8 kB]
#0 10.04 Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libpython2.7-stdlib amd64 2.7.18-13ubuntu1.1 [1977 kB]
#0 10.12 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python2.7 amd64 2.7.18-13ubuntu1.1 [250 kB]
#0 10.13 Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpython2-stdlib amd64 2.7.18-3 [7432 B]
#0 10.13 Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python2 amd64 2.7.18-3 [9098 B]
#0 10.13 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pkg-resources all 59.6.0-1.2 [132 kB]
#0 10.15 Get:28 http://archive.ubuntu.com/ubuntu jammy/universe amd64 supervisor all 4.2.1-1ubuntu1 [278 kB]
#0 10.16 Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.6 [1184 kB]
#0 10.36 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 ca-certificates all 20211016 [148 kB]
#0 10.37 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 less amd64 590-1build1 [143 kB]
#0 10.37 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB]
#0 10.37 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB]
#0 10.45 Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcap2-bin amd64 1:2.44-1build3 [26.0 kB]
#0 10.45 Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpam-cap amd64 1:2.44-1build3 [7932 B]
#0 10.45 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 netbase all 6.3 [12.9 kB]
#0 10.45 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 ucf all 3.0043 [56.1 kB]
#0 10.45 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB]
#0 10.49 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB]
#0 10.66 Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB]
#0 10.66 Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnghttp2-14 amd64 1.43.0-1build3 [76.3 kB]
#0 10.67 Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng16-16 amd64 1.6.37-3build5 [191 kB]
#0 10.68 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB]
#0 10.68 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B]
#0 10.68 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB]
#0 10.68 Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB]
#0 10.69 Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 libx11-data all 2:1.7.5-1 [119 kB]
#0 10.69 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 libx11-6 amd64 2:1.7.5-1 [666 kB]
#0 10.71 Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB]
#0 10.84 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB]
#0 10.84 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages all 5.10-1ubuntu1 [1375 kB]
#0 11.00 Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 openssh-client amd64 1:8.9p1-3 [909 kB]
#0 11.19 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 publicsuffix all 20211207.1025-1 [129 kB]
#0 11.19 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 xauth amd64 1:1.1-1build2 [27.5 kB]
#0 11.20 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB]
#0 11.21 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1 [20.8 kB]
#0 11.21 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1 [53.9 kB]
#0 11.21 Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-0ubuntu0.22.04.1 [183 kB]
#0 11.22 Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB]
#0 11.22 Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 libssh-4 amd64 0.9.6-2build1 [184 kB]
#0 11.22 Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.4 [290 kB]
#0 11.46 Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.4 [194 kB]
#0 11.66 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB]
#0 11.66 Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.1 [94.2 kB]
#0 11.67 Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 libksba8 amd64 1.6.0-2build1 [119 kB]
#0 11.67 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B]
#0 11.67 Get:67 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.1 [293 kB]
#0 11.68 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
#0 11.70 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
#0 11.71 Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.4 [284 kB]
#0 11.71 Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
#0 11.71 Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.4 [952 kB]
#0 11.91 Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.4 [3131 kB]
#0 12.22 Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
#0 12.22 Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.1 [308 kB]
#0 12.23 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.1 [519 kB]
#0 12.23 Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB]
#0 12.23 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.1 [209 kB]
#0 12.24 Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.1 [62.7 kB]
#0 12.24 Get:80 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.1 [57.5 kB]
#0 12.24 Get:81 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.1 [197 kB]
#0 12.24 Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.1 [315 kB]
#0 12.58 Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-dev-bin amd64 2.35-0ubuntu3.1 [20.4 kB]
#0 12.58 Get:84 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6 amd64 2.11.1+dfsg-1ubuntu0.1 [389 kB]
#0 12.60 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB]
#0 12.61 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB]
#0 12.61 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B]
#0 12.61 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdeflate0 amd64 1.10-2 [70.9 kB]
#0 12.62 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjbig0 amd64 2.1-3.1build3 [28.9 kB]
#0 12.79 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwebp7 amd64 1.2.2-2 [206 kB]
#0 12.80 Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtiff5 amd64 4.3.0-6 [183 kB]
#0 12.80 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxpm4 amd64 1:3.5.12-1build2 [36.2 kB]
#0 12.81 Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgd3 amd64 2.3.0-2ubuntu2 [129 kB]
#0 12.81 Get:94 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-devtools amd64 2.35-0ubuntu3.1 [28.9 kB]
#0 12.99 Get:95 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-47.51 [1325 kB]
#0 13.03 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcrypt-dev amd64 1:4.4.27-1 [112 kB]
#0 13.04 Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB]
#0 13.04 Get:98 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtirpc-dev amd64 1.3.2-2ubuntu0.1 [192 kB]
#0 13.04 Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB]
#0 13.15 Get:100 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dev amd64 2.35-0ubuntu3.1 [2099 kB]
#0 13.41 Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-common all 2.5.13+dfsg-0ubuntu0.22.04.1 [15.9 kB]
#0 13.81 Get:102 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu9.1 [164 kB]
#0 14.63 Get:103 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng-dev amd64 1.6.37-3build5 [192 kB]
#0 14.78 Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng-tools amd64 1.6.37-3build5 [28.7 kB]
#0 14.79 Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsasl2-modules amd64 2.1.27+dfsg2-3ubuntu1 [57.5 kB]
#0 14.82 Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages-dev all 5.10-1ubuntu1 [2309 kB]
#0 18.30 Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 patch amd64 2.7.6-7build2 [109 kB]
#0 18.30 Get:108 http://archive.ubuntu.com/ubuntu jammy/main amd64 sqlite3 amd64 3.37.2-2 [768 kB]
#0 18.31 Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 unzip amd64 6.0-26ubuntu3 [174 kB]
#0 18.31 Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB]
#0 18.32 Get:111 http://archive.ubuntu.com/ubuntu jammy/universe amd64 gosu amd64 1.14-1 [794 kB]
#0 18.46 debconf: delaying package configuration, since apt-utils is not installed
#0 18.48 Fetched 43.6 MB in 11s (3819 kB/s)
#0 18.52 Selecting previously unselected package libpython3.10-minimal:amd64.
(Reading database ... 4395 files and directories currently installed.)
#0 18.55 Preparing to unpack .../libpython3.10-minimal_3.10.4-3ubuntu0.1_amd64.deb ...
#0 18.56 Unpacking libpython3.10-minimal:amd64 (3.10.4-3ubuntu0.1) ...
#0 18.73 Selecting previously unselected package libexpat1:amd64.
#0 18.74 Preparing to unpack .../libexpat1_2.4.7-1_amd64.deb ...
#0 18.75 Unpacking libexpat1:amd64 (2.4.7-1) ...
#0 18.85 Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2ubuntu9.1_amd64.deb ...
#0 18.88 Unpacking zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu9.1) over (1:1.2.11.dfsg-2ubuntu9) ...
#0 18.97 Setting up zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu9.1) ...
#0 19.08 Selecting previously unselected package python3.10-minimal.
(Reading database ... 4688 files and directories currently installed.)
#0 19.10 Preparing to unpack .../python3.10-minimal_3.10.4-3ubuntu0.1_amd64.deb ...
#0 19.11 Unpacking python3.10-minimal (3.10.4-3ubuntu0.1) ...
#0 19.24 Setting up libpython3.10-minimal:amd64 (3.10.4-3ubuntu0.1) ...
#0 19.28 Setting up libexpat1:amd64 (2.4.7-1) ...
#0 19.31 Setting up python3.10-minimal (3.10.4-3ubuntu0.1) ...
#0 19.95 Selecting previously unselected package python3-minimal.
(Reading database ... 4697 files and directories currently installed.)
#0 19.97 Preparing to unpack .../0-python3-minimal_3.10.4-0ubuntu2_amd64.deb ...
#0 19.98 Unpacking python3-minimal (3.10.4-0ubuntu2) ...
#0 20.06 Selecting previously unselected package media-types.
#0 20.06 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
#0 20.07 Unpacking media-types (7.0.0) ...
#0 20.16 Selecting previously unselected package libmpdec3:amd64.
#0 20.16 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ...
#0 20.17 Unpacking libmpdec3:amd64 (2.5.1-2build2) ...
#0 20.26 Selecting previously unselected package readline-common.
#0 20.26 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
#0 20.27 Unpacking readline-common (8.1.2-1) ...
#0 20.35 Selecting previously unselected package libreadline8:amd64.
#0 20.36 Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ...
#0 20.37 Unpacking libreadline8:amd64 (8.1.2-1) ...
#0 20.47 Selecting previously unselected package libsqlite3-0:amd64.
#0 20.47 Preparing to unpack .../5-libsqlite3-0_3.37.2-2_amd64.deb ...
#0 20.48 Unpacking libsqlite3-0:amd64 (3.37.2-2) ...
#0 20.58 Selecting previously unselected package libpython3.10-stdlib:amd64.
#0 20.59 Preparing to unpack .../6-libpython3.10-stdlib_3.10.4-3ubuntu0.1_amd64.deb ...
#0 20.60 Unpacking libpython3.10-stdlib:amd64 (3.10.4-3ubuntu0.1) ...
#0 20.88 Selecting previously unselected package python3.10.
#0 20.89 Preparing to unpack .../7-python3.10_3.10.4-3ubuntu0.1_amd64.deb ...
#0 20.90 Unpacking python3.10 (3.10.4-3ubuntu0.1) ...
#0 20.98 Selecting previously unselected package libpython3-stdlib:amd64.
#0 20.98 Preparing to unpack .../8-libpython3-stdlib_3.10.4-0ubuntu2_amd64.deb ...
#0 20.99 Unpacking libpython3-stdlib:amd64 (3.10.4-0ubuntu2) ...
#0 21.08 Setting up python3-minimal (3.10.4-0ubuntu2) ...
#0 21.32 Selecting previously unselected package python3.
(Reading database ... 5126 files and directories currently installed.)
#0 21.34 Preparing to unpack .../00-python3_3.10.4-0ubuntu2_amd64.deb ...
#0 21.36 Unpacking python3 (3.10.4-0ubuntu2) ...
#0 21.44 Selecting previously unselected package perl-modules-5.34.
#0 21.44 Preparing to unpack .../01-perl-modules-5.34_5.34.0-3ubuntu1_all.deb ...
#0 21.45 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1) ...
#0 21.88 Selecting previously unselected package libgdbm6:amd64.
#0 21.89 Preparing to unpack .../02-libgdbm6_1.23-1_amd64.deb ...
#0 21.89 Unpacking libgdbm6:amd64 (1.23-1) ...
#0 21.98 Selecting previously unselected package libgdbm-compat4:amd64.
#0 21.98 Preparing to unpack .../03-libgdbm-compat4_1.23-1_amd64.deb ...
#0 21.99 Unpacking libgdbm-compat4:amd64 (1.23-1) ...
#0 22.07 Selecting previously unselected package libperl5.34:amd64.
#0 22.08 Preparing to unpack .../04-libperl5.34_5.34.0-3ubuntu1_amd64.deb ...
#0 22.09 Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1) ...
#0 22.40 Selecting previously unselected package perl.
#0 22.41 Preparing to unpack .../05-perl_5.34.0-3ubuntu1_amd64.deb ...
#0 22.44 Unpacking perl (5.34.0-3ubuntu1) ...
#0 22.57 Selecting previously unselected package libpython2.7-minimal:amd64.
#0 22.57 Preparing to unpack .../06-libpython2.7-minimal_2.7.18-13ubuntu1.1_amd64.deb ...
#0 22.59 Unpacking libpython2.7-minimal:amd64 (2.7.18-13ubuntu1.1) ...
#0 22.78 Selecting previously unselected package python2.7-minimal.
#0 22.79 Preparing to unpack .../07-python2.7-minimal_2.7.18-13ubuntu1.1_amd64.deb ...
#0 22.81 Unpacking python2.7-minimal (2.7.18-13ubuntu1.1) ...
#0 22.94 Selecting previously unselected package python2-minimal.
#0 22.95 Preparing to unpack .../08-python2-minimal_2.7.18-3_amd64.deb ...
#0 22.96 Unpacking python2-minimal (2.7.18-3) ...
#0 23.05 Selecting previously unselected package libpython2.7-stdlib:amd64.
#0 23.06 Preparing to unpack .../09-libpython2.7-stdlib_2.7.18-13ubuntu1.1_amd64.deb ...
#0 23.07 Unpacking libpython2.7-stdlib:amd64 (2.7.18-13ubuntu1.1) ...
#0 23.33 Selecting previously unselected package python2.7.
#0 23.34 Preparing to unpack .../10-python2.7_2.7.18-13ubuntu1.1_amd64.deb ...
#0 23.35 Unpacking python2.7 (2.7.18-13ubuntu1.1) ...
#0 23.43 Selecting previously unselected package libpython2-stdlib:amd64.
#0 23.44 Preparing to unpack .../11-libpython2-stdlib_2.7.18-3_amd64.deb ...
#0 23.44 Unpacking libpython2-stdlib:amd64 (2.7.18-3) ...
#0 23.54 Setting up libpython2.7-minimal:amd64 (2.7.18-13ubuntu1.1) ...
#0 23.57 Setting up python2.7-minimal (2.7.18-13ubuntu1.1) ...
#0 23.86 Setting up python2-minimal (2.7.18-3) ...
#0 23.99 Selecting previously unselected package python2.
(Reading database ... 7879 files and directories currently installed.)
#0 24.01 Preparing to unpack .../00-python2_2.7.18-3_amd64.deb ...
#0 24.02 Unpacking python2 (2.7.18-3) ...
#0 24.09 Selecting previously unselected package python3-pkg-resources.
#0 24.10 Preparing to unpack .../01-python3-pkg-resources_59.6.0-1.2_all.deb ...
#0 24.10 Unpacking python3-pkg-resources (59.6.0-1.2) ...
#0 24.22 Selecting previously unselected package supervisor.
#0 24.23 Preparing to unpack .../02-supervisor_4.2.1-1ubuntu1_all.deb ...
#0 24.23 Unpacking supervisor (4.2.1-1ubuntu1) ...
#0 24.36 Selecting previously unselected package openssl.
#0 24.37 Preparing to unpack .../03-openssl_3.0.2-0ubuntu1.6_amd64.deb ...
#0 24.37 Unpacking openssl (3.0.2-0ubuntu1.6) ...
#0 24.52 Selecting previously unselected package ca-certificates.
#0 24.53 Preparing to unpack .../04-ca-certificates_20211016_all.deb ...
#0 24.54 Unpacking ca-certificates (20211016) ...
#0 24.68 Selecting previously unselected package less.
#0 24.69 Preparing to unpack .../05-less_590-1build1_amd64.deb ...
#0 24.70 Unpacking less (590-1build1) ...
#0 24.80 Selecting previously unselected package libmd0:amd64.
#0 24.80 Preparing to unpack .../06-libmd0_1.0.4-1build1_amd64.deb ...
#0 24.81 Unpacking libmd0:amd64 (1.0.4-1build1) ...
#0 24.90 Selecting previously unselected package libbsd0:amd64.
#0 24.91 Preparing to unpack .../07-libbsd0_0.11.5-1_amd64.deb ...
#0 24.92 Unpacking libbsd0:amd64 (0.11.5-1) ...
#0 24.99 Selecting previously unselected package libcap2-bin.
#0 25.00 Preparing to unpack .../08-libcap2-bin_1%3a2.44-1build3_amd64.deb ...
#0 25.01 Unpacking libcap2-bin (1:2.44-1build3) ...
#0 25.10 Selecting previously unselected package libpam-cap:amd64.
#0 25.10 Preparing to unpack .../09-libpam-cap_1%3a2.44-1build3_amd64.deb ...
#0 25.11 Unpacking libpam-cap:amd64 (1:2.44-1build3) ...
#0 25.20 Selecting previously unselected package netbase.
#0 25.20 Preparing to unpack .../10-netbase_6.3_all.deb ...
#0 25.21 Unpacking netbase (6.3) ...
#0 25.31 Selecting previously unselected package ucf.
#0 25.32 Preparing to unpack .../11-ucf_3.0043_all.deb ...
#0 25.33 Moving old data out of the way
#0 25.33 Unpacking ucf (3.0043) ...
#0 25.43 Selecting previously unselected package libcbor0.8:amd64.
#0 25.44 Preparing to unpack .../12-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ...
#0 25.45 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ...
#0 25.53 Selecting previously unselected package libedit2:amd64.
#0 25.54 Preparing to unpack .../13-libedit2_3.1-20210910-1build1_amd64.deb ...
#0 25.55 Unpacking libedit2:amd64 (3.1-20210910-1build1) ...
#0 25.64 Selecting previously unselected package libfido2-1:amd64.
#0 25.65 Preparing to unpack .../14-libfido2-1_1.10.0-1_amd64.deb ...
#0 25.66 Unpacking libfido2-1:amd64 (1.10.0-1) ...
#0 25.75 Selecting previously unselected package libnghttp2-14:amd64.
#0 25.76 Preparing to unpack .../15-libnghttp2-14_1.43.0-1build3_amd64.deb ...
#0 25.77 Unpacking libnghttp2-14:amd64 (1.43.0-1build3) ...
#0 25.86 Selecting previously unselected package libpng16-16:amd64.
#0 25.87 Preparing to unpack .../16-libpng16-16_1.6.37-3build5_amd64.deb ...
#0 25.87 Unpacking libpng16-16:amd64 (1.6.37-3build5) ...
#0 25.97 Selecting previously unselected package libpsl5:amd64.
#0 25.98 Preparing to unpack .../17-libpsl5_0.21.0-1.2build2_amd64.deb ...
#0 25.99 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ...
#0 26.07 Selecting previously unselected package libxau6:amd64.
#0 26.08 Preparing to unpack .../18-libxau6_1%3a1.0.9-1build5_amd64.deb ...
#0 26.08 Unpacking libxau6:amd64 (1:1.0.9-1build5) ...
#0 26.17 Selecting previously unselected package libxdmcp6:amd64.
#0 26.18 Preparing to unpack .../19-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ...
#0 26.19 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
#0 26.27 Selecting previously unselected package libxcb1:amd64.
#0 26.28 Preparing to unpack .../20-libxcb1_1.14-3ubuntu3_amd64.deb ...
#0 26.29 Unpacking libxcb1:amd64 (1.14-3ubuntu3) ...
#0 26.37 Selecting previously unselected package libx11-data.
#0 26.38 Preparing to unpack .../21-libx11-data_2%3a1.7.5-1_all.deb ...
#0 26.38 Unpacking libx11-data (2:1.7.5-1) ...
#0 26.52 Selecting previously unselected package libx11-6:amd64.
#0 26.53 Preparing to unpack .../22-libx11-6_2%3a1.7.5-1_amd64.deb ...
#0 26.54 Unpacking libx11-6:amd64 (2:1.7.5-1) ...
#0 26.66 Selecting previously unselected package libxext6:amd64.
#0 26.67 Preparing to unpack .../23-libxext6_2%3a1.3.4-1build1_amd64.deb ...
#0 26.68 Unpacking libxext6:amd64 (2:1.3.4-1build1) ...
#0 26.76 Selecting previously unselected package libxmuu1:amd64.
#0 26.77 Preparing to unpack .../24-libxmuu1_2%3a1.1.3-3_amd64.deb ...
#0 26.78 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
#0 26.85 Selecting previously unselected package manpages.
#0 26.86 Preparing to unpack .../25-manpages_5.10-1ubuntu1_all.deb ...
#0 26.87 Unpacking manpages (5.10-1ubuntu1) ...
#0 27.05 Selecting previously unselected package openssh-client.
#0 27.06 Preparing to unpack .../26-openssh-client_1%3a8.9p1-3_amd64.deb ...
#0 27.09 Unpacking openssh-client (1:8.9p1-3) ...
#0 27.27 Selecting previously unselected package publicsuffix.
#0 27.27 Preparing to unpack .../27-publicsuffix_20211207.1025-1_all.deb ...
#0 27.28 Unpacking publicsuffix (20211207.1025-1) ...
#0 27.37 Selecting previously unselected package xauth.
#0 27.38 Preparing to unpack .../28-xauth_1%3a1.1-1build2_amd64.deb ...
#0 27.39 Unpacking xauth (1:1.1-1build2) ...
#0 27.48 Selecting previously unselected package libbrotli1:amd64.
#0 27.48 Preparing to unpack .../29-libbrotli1_1.0.9-2build6_amd64.deb ...
#0 27.49 Unpacking libbrotli1:amd64 (1.0.9-2build6) ...
#0 27.60 Selecting previously unselected package libsasl2-modules-db:amd64.
#0 27.61 Preparing to unpack .../30-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1_amd64.deb ...
#0 27.62 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1) ...
#0 27.70 Selecting previously unselected package libsasl2-2:amd64.
#0 27.71 Preparing to unpack .../31-libsasl2-2_2.1.27+dfsg2-3ubuntu1_amd64.deb ...
#0 27.72 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1) ...
#0 27.82 Selecting previously unselected package libldap-2.5-0:amd64.
#0 27.82 Preparing to unpack .../32-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_amd64.deb ...
#0 27.83 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
#0 27.94 Selecting previously unselected package librtmp1:amd64.
#0 27.95 Preparing to unpack .../33-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ...
#0 27.96 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
#0 28.05 Selecting previously unselected package libssh-4:amd64.
#0 28.06 Preparing to unpack .../34-libssh-4_0.9.6-2build1_amd64.deb ...
#0 28.07 Unpacking libssh-4:amd64 (0.9.6-2build1) ...
#0 28.18 Selecting previously unselected package libcurl4:amd64.
#0 28.19 Preparing to unpack .../35-libcurl4_7.81.0-1ubuntu1.4_amd64.deb ...
#0 28.20 Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.4) ...
#0 28.29 Selecting previously unselected package curl.
#0 28.30 Preparing to unpack .../36-curl_7.81.0-1ubuntu1.4_amd64.deb ...
#0 28.31 Unpacking curl (7.81.0-1ubuntu1.4) ...
#0 28.41 Selecting previously unselected package libassuan0:amd64.
#0 28.42 Preparing to unpack .../37-libassuan0_2.5.5-1build1_amd64.deb ...
#0 28.43 Unpacking libassuan0:amd64 (2.5.5-1build1) ...
#0 28.50 Selecting previously unselected package gpgconf.
#0 28.51 Preparing to unpack .../38-gpgconf_2.2.27-3ubuntu2.1_amd64.deb ...
#0 28.52 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
#0 28.62 Selecting previously unselected package libksba8:amd64.
#0 28.63 Preparing to unpack .../39-libksba8_1.6.0-2build1_amd64.deb ...
#0 28.64 Unpacking libksba8:amd64 (1.6.0-2build1) ...
#0 28.74 Selecting previously unselected package libnpth0:amd64.
#0 28.75 Preparing to unpack .../40-libnpth0_1.6-3build2_amd64.deb ...
#0 28.76 Unpacking libnpth0:amd64 (1.6-3build2) ...
#0 28.84 Selecting previously unselected package dirmngr.
#0 28.85 Preparing to unpack .../41-dirmngr_2.2.27-3ubuntu2.1_amd64.deb ...
#0 28.90 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
#0 29.01 Selecting previously unselected package fonts-dejavu-core.
#0 29.02 Preparing to unpack .../42-fonts-dejavu-core_2.37-2build1_all.deb ...
#0 29.04 Unpacking fonts-dejavu-core (2.37-2build1) ...
#0 29.22 Selecting previously unselected package fontconfig-config.
#0 29.23 Preparing to unpack .../43-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
#0 29.24 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
#0 29.35 Selecting previously unselected package libcurl3-gnutls:amd64.
#0 29.36 Preparing to unpack .../44-libcurl3-gnutls_7.81.0-1ubuntu1.4_amd64.deb ...
#0 29.37 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.4) ...
#0 29.48 Selecting previously unselected package liberror-perl.
#0 29.49 Preparing to unpack .../45-liberror-perl_0.17029-1_all.deb ...
#0 29.50 Unpacking liberror-perl (0.17029-1) ...
#0 29.58 Selecting previously unselected package git-man.
#0 29.59 Preparing to unpack .../46-git-man_1%3a2.34.1-1ubuntu1.4_all.deb ...
#0 29.60 Unpacking git-man (1:2.34.1-1ubuntu1.4) ...
#0 29.72 Selecting previously unselected package git.
#0 29.73 Preparing to unpack .../47-git_1%3a2.34.1-1ubuntu1.4_amd64.deb ...
#0 29.76 Unpacking git (1:2.34.1-1ubuntu1.4) ...
#0 29.99 Selecting previously unselected package gnupg-l10n.
#0 30.00 Preparing to unpack .../48-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
#0 30.01 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
#0 30.09 Selecting previously unselected package gnupg-utils.
#0 30.10 Preparing to unpack .../49-gnupg-utils_2.2.27-3ubuntu2.1_amd64.deb ...
#0 30.11 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
#0 30.23 Selecting previously unselected package gpg.
#0 30.24 Preparing to unpack .../50-gpg_2.2.27-3ubuntu2.1_amd64.deb ...
#0 30.25 Unpacking gpg (2.2.27-3ubuntu2.1) ...
#0 30.36 Selecting previously unselected package pinentry-curses.
#0 30.37 Preparing to unpack .../51-pinentry-curses_1.1.1-1build2_amd64.deb ...
#0 30.38 Unpacking pinentry-curses (1.1.1-1build2) ...
#0 30.47 Selecting previously unselected package gpg-agent.
#0 30.48 Preparing to unpack .../52-gpg-agent_2.2.27-3ubuntu2.1_amd64.deb ...
#0 30.49 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
#0 30.60 Selecting previously unselected package gpg-wks-client.
#0 30.61 Preparing to unpack .../53-gpg-wks-client_2.2.27-3ubuntu2.1_amd64.deb ...
#0 30.62 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
#0 30.71 Selecting previously unselected package gpg-wks-server.
#0 30.72 Preparing to unpack .../54-gpg-wks-server_2.2.27-3ubuntu2.1_amd64.deb ...
#0 30.73 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
#0 30.80 Selecting previously unselected package gpgsm.
#0 30.81 Preparing to unpack .../55-gpgsm_2.2.27-3ubuntu2.1_amd64.deb ...
#0 30.82 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
#0 30.92 Selecting previously unselected package gnupg.
#0 30.93 Preparing to unpack .../56-gnupg_2.2.27-3ubuntu2.1_all.deb ...
#0 30.94 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
#0 31.01 Selecting previously unselected package libc-dev-bin.
#0 31.02 Preparing to unpack .../57-libc-dev-bin_2.35-0ubuntu3.1_amd64.deb ...
#0 31.03 Unpacking libc-dev-bin (2.35-0ubuntu3.1) ...
#0 31.13 Selecting previously unselected package libfreetype6:amd64.
#0 31.14 Preparing to unpack .../58-libfreetype6_2.11.1+dfsg-1ubuntu0.1_amd64.deb ...
#0 31.15 Unpacking libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.1) ...
#0 31.27 Selecting previously unselected package libfontconfig1:amd64.
#0 31.28 Preparing to unpack .../59-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ...
#0 31.29 Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
#0 31.39 Selecting previously unselected package libjpeg-turbo8:amd64.
#0 31.40 Preparing to unpack .../60-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ...
#0 31.41 Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
#0 31.47 Selecting previously unselected package libjpeg8:amd64.
#0 31.48 Preparing to unpack .../61-libjpeg8_8c-2ubuntu10_amd64.deb ...
#0 31.49 Unpacking libjpeg8:amd64 (8c-2ubuntu10) ...
#0 31.57 Selecting previously unselected package libdeflate0:amd64.
#0 31.57 Preparing to unpack .../62-libdeflate0_1.10-2_amd64.deb ...
#0 31.58 Unpacking libdeflate0:amd64 (1.10-2) ...
#0 31.75 Selecting previously unselected package libjbig0:amd64.
#0 31.76 Preparing to unpack .../63-libjbig0_2.1-3.1build3_amd64.deb ...
#0 31.77 Unpacking libjbig0:amd64 (2.1-3.1build3) ...
#0 31.85 Selecting previously unselected package libwebp7:amd64.
#0 31.86 Preparing to unpack .../64-libwebp7_1.2.2-2_amd64.deb ...
#0 31.87 Unpacking libwebp7:amd64 (1.2.2-2) ...
#0 31.98 Selecting previously unselected package libtiff5:amd64.
#0 31.99 Preparing to unpack .../65-libtiff5_4.3.0-6_amd64.deb ...
#0 32.00 Unpacking libtiff5:amd64 (4.3.0-6) ...
#0 32.10 Selecting previously unselected package libxpm4:amd64.
#0 32.11 Preparing to unpack .../66-libxpm4_1%3a3.5.12-1build2_amd64.deb ...
#0 32.12 Unpacking libxpm4:amd64 (1:3.5.12-1build2) ...
#0 32.21 Selecting previously unselected package libgd3:amd64.
#0 32.22 Preparing to unpack .../67-libgd3_2.3.0-2ubuntu2_amd64.deb ...
#0 32.23 Unpacking libgd3:amd64 (2.3.0-2ubuntu2) ...
#0 32.32 Selecting previously unselected package libc-devtools.
#0 32.33 Preparing to unpack .../68-libc-devtools_2.35-0ubuntu3.1_amd64.deb ...
#0 32.34 Unpacking libc-devtools (2.35-0ubuntu3.1) ...
#0 32.43 Selecting previously unselected package linux-libc-dev:amd64.
#0 32.44 Preparing to unpack .../69-linux-libc-dev_5.15.0-47.51_amd64.deb ...
#0 32.45 Unpacking linux-libc-dev:amd64 (5.15.0-47.51) ...
#0 32.73 Selecting previously unselected package libcrypt-dev:amd64.
#0 32.75 Preparing to unpack .../70-libcrypt-dev_1%3a4.4.27-1_amd64.deb ...
#0 32.76 Unpacking libcrypt-dev:amd64 (1:4.4.27-1) ...
#0 32.85 Selecting previously unselected package rpcsvc-proto.
#0 32.86 Preparing to unpack .../71-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ...
#0 32.88 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
#0 32.97 Selecting previously unselected package libtirpc-dev:amd64.
#0 32.98 Preparing to unpack .../72-libtirpc-dev_1.3.2-2ubuntu0.1_amd64.deb ...
#0 33.00 Unpacking libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ...
#0 33.11 Selecting previously unselected package libnsl-dev:amd64.
#0 33.12 Preparing to unpack .../73-libnsl-dev_1.3.0-2build2_amd64.deb ...
#0 33.13 Unpacking libnsl-dev:amd64 (1.3.0-2build2) ...
#0 33.24 Selecting previously unselected package libc6-dev:amd64.
#0 33.25 Preparing to unpack .../74-libc6-dev_2.35-0ubuntu3.1_amd64.deb ...
#0 33.26 Unpacking libc6-dev:amd64 (2.35-0ubuntu3.1) ...
#0 33.48 Selecting previously unselected package libldap-common.
#0 33.49 Preparing to unpack .../75-libldap-common_2.5.13+dfsg-0ubuntu0.22.04.1_all.deb ...
#0 33.50 Unpacking libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
#0 33.59 Selecting previously unselected package zlib1g-dev:amd64.
#0 33.60 Preparing to unpack .../76-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.1_amd64.deb ...
#0 33.61 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.1) ...
#0 33.70 Selecting previously unselected package libpng-dev:amd64.
#0 33.72 Preparing to unpack .../77-libpng-dev_1.6.37-3build5_amd64.deb ...
#0 33.73 Unpacking libpng-dev:amd64 (1.6.37-3build5) ...
#0 33.84 Selecting previously unselected package libpng-tools.
#0 33.85 Preparing to unpack .../78-libpng-tools_1.6.37-3build5_amd64.deb ...
#0 33.86 Unpacking libpng-tools (1.6.37-3build5) ...
#0 33.95 Selecting previously unselected package libsasl2-modules:amd64.
#0 33.96 Preparing to unpack .../79-libsasl2-modules_2.1.27+dfsg2-3ubuntu1_amd64.deb ...
#0 33.97 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1) ...
#0 34.07 Selecting previously unselected package manpages-dev.
#0 34.08 Preparing to unpack .../80-manpages-dev_5.10-1ubuntu1_all.deb ...
#0 34.09 Unpacking manpages-dev (5.10-1ubuntu1) ...
#0 34.38 Selecting previously unselected package patch.
#0 34.39 Preparing to unpack .../81-patch_2.7.6-7build2_amd64.deb ...
#0 34.40 Unpacking patch (2.7.6-7build2) ...
#0 34.49 Selecting previously unselected package sqlite3.
#0 34.50 Preparing to unpack .../82-sqlite3_3.37.2-2_amd64.deb ...
#0 34.51 Unpacking sqlite3 (3.37.2-2) ...
#0 34.63 Selecting previously unselected package unzip.
#0 34.64 Preparing to unpack .../83-unzip_6.0-26ubuntu3_amd64.deb ...
#0 34.65 Unpacking unzip (6.0-26ubuntu3) ...
#0 34.79 Selecting previously unselected package zip.
#0 34.80 Preparing to unpack .../84-zip_3.0-12build2_amd64.deb ...
#0 34.81 Unpacking zip (3.0-12build2) ...
#0 34.90 Selecting previously unselected package gosu.
#0 34.91 Preparing to unpack .../85-gosu_1.14-1_amd64.deb ...
#0 34.92 Unpacking gosu (1.14-1) ...
#0 35.07 Setting up libksba8:amd64 (1.6.0-2build1) ...
#0 35.09 Setting up media-types (7.0.0) ...
#0 35.13 Setting up libxau6:amd64 (1:1.0.9-1build5) ...
#0 35.15 Setting up libpsl5:amd64 (0.21.0-1.2build2) ...
#0 35.18 Setting up manpages (5.10-1ubuntu1) ...
#0 35.21 Setting up unzip (6.0-26ubuntu3) ...
#0 35.24 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ...
#0 35.26 Setting up libbrotli1:amd64 (1.0.9-2build6) ...
#0 35.29 Setting up libsqlite3-0:amd64 (3.37.2-2) ...
#0 35.32 Setting up libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1) ...
#0 35.36 Setting up libnghttp2-14:amd64 (1.43.0-1build3) ...
#0 35.39 Setting up libdeflate0:amd64 (1.10-2) ...
#0 35.42 Setting up less (590-1build1) ...
#0 35.45 Setting up linux-libc-dev:amd64 (5.15.0-47.51) ...
#0 35.48 Setting up libnpth0:amd64 (1.6-3build2) ...
#0 35.51 Setting up libassuan0:amd64 (2.5.5-1build1) ...
#0 35.53 Setting up perl-modules-5.34 (5.34.0-3ubuntu1) ...
#0 35.56 Setting up libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
#0 35.60 Setting up libjbig0:amd64 (2.1-3.1build3) ...
#0 35.62 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1) ...
#0 35.67 Setting up libcap2-bin (1:2.44-1build3) ...
#0 35.70 Setting up zip (3.0-12build2) ...
#0 35.73 Setting up libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ...
#0 35.76 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
#0 35.79 Setting up libx11-data (2:1.7.5-1) ...
#0 35.82 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
#0 35.84 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
#0 35.87 Setting up gosu (1.14-1) ...
#0 35.90 Setting up libpng16-16:amd64 (1.6.37-3build5) ...
#0 35.94 Setting up patch (2.7.6-7build2) ...
#0 35.98 Setting up fonts-dejavu-core (2.37-2build1) ...
#0 36.13 Setting up ucf (3.0043) ...
#0 36.28 Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
#0 36.31 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1) ...
#0 36.34 Setting up libssh-4:amd64 (0.9.6-2build1) ...
#0 36.37 Setting up libwebp7:amd64 (1.2.2-2) ...
#0 36.40 Setting up libmd0:amd64 (1.0.4-1build1) ...
#0 36.43 Setting up libnsl-dev:amd64 (1.3.0-2build2) ...
#0 36.46 Setting up libcrypt-dev:amd64 (1:4.4.27-1) ...
#0 36.49 Setting up libmpdec3:amd64 (2.5.1-2build2) ...
#0 36.52 Setting up git-man (1:2.34.1-1ubuntu1.4) ...
#0 36.55 Setting up netbase (6.3) ...
#0 36.63 Setting up libfido2-1:amd64 (1.10.0-1) ...
#0 36.66 Setting up libc-dev-bin (2.35-0ubuntu3.1) ...
#0 36.70 Setting up openssl (3.0.2-0ubuntu1.6) ...
#0 36.74 Setting up libbsd0:amd64 (0.11.5-1) ...
#0 36.78 Setting up libpam-cap:amd64 (1:2.44-1build3) ...
#0 36.95 Setting up readline-common (8.1.2-1) ...
#0 36.99 Setting up publicsuffix (20211207.1025-1) ...
#0 37.02 Setting up libgdbm6:amd64 (1.23-1) ...
#0 37.05 Setting up libjpeg8:amd64 (8c-2ubuntu10) ...
#0 37.09 Setting up pinentry-curses (1.1.1-1build2) ...
#0 37.13 Setting up manpages-dev (5.10-1ubuntu1) ...
#0 37.17 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
#0 37.20 Setting up libxcb1:amd64 (1.14-3ubuntu3) ...
#0 37.25 Setting up libpng-tools (1.6.37-3build5) ...
#0 37.28 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
#0 37.77 Setting up libedit2:amd64 (3.1-20210910-1build1) ...
#0 37.80 Setting up libreadline8:amd64 (8.1.2-1) ...
#0 37.84 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
#0 37.87 Setting up libpython2.7-stdlib:amd64 (2.7.18-13ubuntu1.1) ...
#0 37.90 Setting up libpython3.10-stdlib:amd64 (3.10.4-3ubuntu0.1) ...
#0 37.94 Setting up ca-certificates (20211016) ...
#0 38.35 Updating certificates in /etc/ssl/certs...
#0 38.81 127 added, 0 removed; done.
#0 38.91 Setting up libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.1) ...
#0 38.93 Setting up libgdbm-compat4:amd64 (1.23-1) ...
#0 38.96 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
#0 38.98 Setting up libcurl4:amd64 (7.81.0-1ubuntu1.4) ...
#0 39.01 Setting up libc6-dev:amd64 (2.35-0ubuntu3.1) ...
#0 39.03 Setting up libx11-6:amd64 (2:1.7.5-1) ...
#0 39.06 Setting up libtiff5:amd64 (4.3.0-6) ...
#0 39.08 Setting up curl (7.81.0-1ubuntu1.4) ...
#0 39.11 Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
#0 39.15 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
#0 39.17 Setting up sqlite3 (3.37.2-2) ...
#0 39.20 Setting up gpg (2.2.27-3ubuntu2.1) ...
#0 39.22 Setting up libpython3-stdlib:amd64 (3.10.4-0ubuntu2) ...
#0 39.25 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
#0 39.28 Setting up libperl5.34:amd64 (5.34.0-3ubuntu1) ...
#0 39.31 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
#0 39.79 Setting up python3.10 (3.10.4-3ubuntu0.1) ...
#0 40.35 Setting up libxpm4:amd64 (1:3.5.12-1build2) ...
#0 40.37 Setting up python2.7 (2.7.18-13ubuntu1.1) ...
#0 40.98 Setting up libpython2-stdlib:amd64 (2.7.18-3) ...
#0 41.01 Setting up openssh-client (1:8.9p1-3) ...
#0 41.15 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
#0 41.15 update-alternatives: warning: skip creation of /usr/share/man/man1/rsh.1.gz because associated file /usr/share/man/man1/ssh.1.gz (of link group rsh) doesn't exist
#0 41.16 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
#0 41.16 update-alternatives: warning: skip creation of /usr/share/man/man1/rlogin.1.gz because associated file /usr/share/man/man1/slogin.1.gz (of link group rlogin) doesn't exist
#0 41.17 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
#0 41.17 update-alternatives: warning: skip creation of /usr/share/man/man1/rcp.1.gz because associated file /usr/share/man/man1/scp.1.gz (of link group rcp) doesn't exist
#0 41.20 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
#0 41.22 Setting up libxext6:amd64 (2:1.3.4-1build1) ...
#0 41.25 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.4) ...
#0 41.28 Setting up python3 (3.10.4-0ubuntu2) ...
#0 41.42 Setting up python2 (2.7.18-3) ...
#0 41.45 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
#0 41.62 Setting up perl (5.34.0-3ubuntu1) ...
#0 41.68 Setting up libgd3:amd64 (2.3.0-2ubuntu2) ...
#0 41.71 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
#0 41.74 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.1) ...
#0 41.77 Setting up xauth (1:1.1-1build2) ...
#0 41.80 Setting up libc-devtools (2.35-0ubuntu3.1) ...
#0 41.83 Setting up python3-pkg-resources (59.6.0-1.2) ...
#0 42.04 Setting up supervisor (4.2.1-1ubuntu1) ...
#0 42.41 invoke-rc.d: could not determine current runlevel
#0 42.42 invoke-rc.d: policy-rc.d denied execution of start.
#0 42.52 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
#0 42.55 Setting up libpng-dev:amd64 (1.6.37-3build5) ...
#0 42.58 Setting up liberror-perl (0.17029-1) ...
#0 42.61 Setting up git (1:2.34.1-1ubuntu1.4) ...
#0 42.67 Setting up gnupg (2.2.27-3ubuntu2.1) ...
#0 42.70 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
#0 42.83 Processing triggers for ca-certificates (20211016) ...
#0 42.85 Updating certificates in /etc/ssl/certs...
#0 44.33 0 added, 0 removed; done.
#0 44.33 Running hooks in /etc/ca-certificates/update.d...
#0 44.34 done.
#0 44.55 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
#0 44.58 Executing: /tmp/apt-key-gpghome.NfqnMgGh2g/gpg.1.sh --homedir /root/.gnupg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys E5267A6C
#0 45.36 gpg: key 4F4EA0AAE5267A6C: public key "Launchpad PPA for Ond\xc5\x99ej Sur�" imported
#0 45.37 gpg: Total number processed: 1
#0 45.37 gpg:               imported: 1
#0 45.82 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
#0 45.89 Executing: /tmp/apt-key-gpghome.NOy84C4aWB/gpg.1.sh --homedir /root/.gnupg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C300EE8C
#0 46.41 gpg: key 00A6F0A3C300EE8C: public key "Launchpad Stable" imported
#0 46.41 gpg: Total number processed: 1
#0 46.41 gpg:               imported: 1
#0 46.90 Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease
#0 47.09 Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
#0 47.09 Get:3 http://ppa.launchpad.net/ondrej/php/ubuntu hirsute InRelease [23.9 kB]
#0 47.30 Hit:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
#0 47.50 Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
#0 47.83 Fetched 23.9 kB in 1s (21.5 kB/s)
#0 47.83 Reading package lists...
#0 48.46 W: http://ppa.launchpad.net/ondrej/php/ubuntu/dists/hirsute/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
#0 48.49 Reading package lists...
#0 49.10 Building dependency tree...
#0 49.27 Reading state information...
#0 49.32 E: Unable to locate package php8.1-swoole
#0 49.32 E: Couldn't find any package by glob 'php8.1-swoole'
#0 49.32 E: Couldn't find any package by regex 'php8.1-swoole'
------
failed to solve: executor failed running [/bin/sh -c apt-get update     && apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2     && mkdir -p ~/.gnupg     && chmod 600 ~/.gnupg     && echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf     && apt-key adv --homedir ~/.gnupg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys E5267A6C     && apt-key adv --homedir ~/.gnupg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C300EE8C     && echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu hirsute main" > /etc/apt/sources.list.d/ppa_ondrej_php.list     && apt-get update     && apt-get install -y php8.1-cli php8.1-dev        php8.1-pgsql php8.1-sqlite3 php8.1-gd        php8.1-curl        php8.1-imap php8.1-mysql php8.1-mbstring        php8.1-xml php8.1-zip php8.1-bcmath php8.1-soap        php8.1-intl php8.1-readline        php8.1-ldap        php8.1-msgpack php8.1-igbinary php8.1-redis php8.1-swoole        php8.1-memcached php8.1-pcov php8.1-xdebug     && php -r "readfile('http://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer     && curl -sL https://deb.nodesource.com/setup_$NODE_VERSION.x | bash -     && apt-get install -y nodejs     && npm install -g npm     && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -     && echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list     && apt-get update     && apt-get install -y yarn     && apt-get install -y mysql-client     && apt-get install -y postgresql-client     && apt-get -y autoremove     && apt-get clean     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*]: exit code: 100

Just when I finally had the schedule open up to take my team to sail too :/

@RuneSphinx
Copy link

From what I can looks like this could be due to source list corruption?

https://askubuntu.com/questions/1385440/ubuntu-sudo-apt-get-update-404-not-found-problem

@RuneSphinx
Copy link

I might be wrong on this, but looks like Ubuntu 21.04 EOL'd?

https://fridge.ubuntu.com/2022/01/21/ubuntu-21-04-hirsute-hippo-end-of-life-reached-on-january-20-2022/

@Random72IsTaken
Copy link
Contributor

Random72IsTaken commented Sep 15, 2022

@RuneSphinx

  • Use the support channels, like Laravel's Discord server, until you have something solid and clear of an issue
  • Use Github's markdown syntax for code
  • Update (edit) the same the comment when they're are no replies, and stop posting for every micro edit because everybody watching the project are getting bloody emails for them!

@RuneSphinx
Copy link

@GoodM4ven Sorry to offend, first and last time trying to do anything on GitHub for me apparently. Didn't realize the Laravel community was so harsh to new people. Figure it out yourself then, cause according to @driesvints there is no issue and the rest of use are just up in the night. I'll stop the hour I have put into this and reconsider the Laravel ecosystem entirely.

@RuneSphinx
Copy link

RuneSphinx commented Sep 15, 2022

!EDIT!

For posterity sake (@driesvints I am really really really sorry about another post but I figured it will save you closing a ton more issues over it) for those who are using this:

For me default install using composer require laravel/sail --dev creates a needed package version of dev-main. For whatever reason the branch that this then grabs is behind the 1.x branch that doesn't have the issues with outdated EOL'd repos. This issue was fixed in the 1.x branch at some point a few months ago. (was fixed by this soul #408)

If you change your composer require so that it at least requires the version that was introduced or higher, then reinstall/update packages it will work. I am really lazy (new) and so composer require laravel/sail ^1.0.0 --dev worked wonders for me.

So sorry to have annoyed everyone, I will never speak again, this last message was just really important to update so that the real fix was in there and not my work around below. Again really, really, really sorry I have never used Github for anything but myself during college for storing school projects on. I don't know etiquette or culture on here, and I sure don't know a lot about programming, and I am really sorry I dared to even try to be helpful. I will now go jump off a cliff that many here would like for me to do.

Original message below:
For those who care, the fix for the above error is changing the following:

  1. Change ubuntu21.04 to ubuntu 22.04 in docker/8.1/Dockerfile on line 1
  2. change impish to jammy on line 22

I'd do a PR but I annoyed everyone and am useless and know nothing.. and honestIy I've never done a PR before on github/open source projects and don't know how they work -_- Sorry for being a useless piece of human garbage @GoodM4ven

@dugajean
Copy link
Author

@driesvints So, many people report the same problem, but this particular problem isn't happening on your end. Instead of collecting data to help reproduce the problem, your reaction is to close issues and refuse to further investigate.

This doesn't seem right. Can you reconsider your decision and open the issue up for discussion? Maybe you can't help, but others can. Isn't that the whole point of OSS?

@clytras
Copy link

clytras commented Sep 15, 2022

I can confirm that I also have had this issue a couple of months ago.
I have a Laravel 8/PHP 8.0 project and I went to create the Sail container image on a new machine using Ubuntu 22 WSL and then it throw a bunch of related errors.
The solution was to change to Ubuntu 22.04 FROM ubuntu:22.04 and change impish to jammy.

I think we might have to change all the Dockerfile's to 22.04 Ubuntu even for PHP 7.4, or use archived PPA.

@driesvints
Copy link
Member

I see you are all still using Ubuntu 21.04 for PHP 8.1. You'll need to update that to 22.04: https://github.com/laravel/sail/blob/1.x/runtimes/8.1/Dockerfile#L1

For PHP 8.0 and 7.4 you need to stick to 20.04 because of some packages not being available on 22.04: https://github.com/laravel/sail/blob/1.x/runtimes/8.0/Dockerfile#L1

@driesvints
Copy link
Member

Can you reconsider your decision and open the issue up for discussion?

@dugajean we don't keep issues open which we can't replicate. People can still reply. The issue isn't locked.

@driesvints
Copy link
Member

In general it's a good idea to keep the Dockerfiles up to date with what's changing in Sail.

@herwig-
Copy link

herwig- commented Sep 17, 2022

I had the same issue. My guess is that ubuntu 21.04 - has expired support and so some update sources are no longer available. The reason why it still works for some might be that the required files are still cached for them somewhere.

my solution to this issue (for laravel 7.4, sail version v1.16.0): - (not tested for laravel 8.0 might work if the dockerfile for the runtime 8.0 is changed)

modify the first line of the file vendor/laravel/sail/runtimes/7.4/Dockerfile from FROM ubuntu:21.04 to FROM ubuntu:20.04

ubuntu 20.04 is older but an LTS so updates should be available for longer ...

this change alone produced an error:

...
Step 10/17 : RUN groupadd --force -g $WWWGROUP sail
 ---> Running in 72fe677b4071
groupadd: invalid group ID 'sail'
ERROR: Service 'laravel.test' failed to build: The command '/bin/sh -c groupadd --force -g $WWWGROUP sail' returned a non-zero code: 3
...

this error was solved by adding the following lines to the .env file:

# source: https://laracasts.com/discuss/channels/laravel/groupadd-invalid-group-id-sail
WWWGROUP=1000
WWWUSER=1000

@ovdahlberg
Copy link

Yes, the problem seems to be related to runtime for PHP 7.4 and 8.0 which uses the image ubuntu:20.04.

Runtime for PHP 8.1 use ubuntu:22.04 that seems to work fine.

@roscoegray
Copy link

Same issue when installing the dependencies for an existing application using the docker image laravelsail/php81-composer. As per the latest documentation

@ggsuha
Copy link

ggsuha commented Oct 16, 2022

I tried with PHP 8.0 (default option when generating Laravel with sail) and ubuntu:20.04. Then change to PHP 8.1 with ubuntu 22.04 (default from its Dockerfile). Still got error like this:

#0 760.0 /bin/sh: 1: npm: not found
------
failed to solve: executor failed running [/bin/sh -c apt-get update     && apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2     && mkdir -p ~/.gnupg     && chmod 600 ~/.gnupg     && echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf     && echo "keyserver hkp://keyserver.ubuntu.com:80" >> ~/.gnupg/dirmngr.conf     && gpg --recv-key 0x14aa40ec0831756756d7f66c4f4ea0aae5267a6c     && gpg --export 0x14aa40ec0831756756d7f66c4f4ea0aae5267a6c > /usr/share/keyrings/ppa_ondrej_php.gpg     && echo "deb [signed-by=/usr/share/keyrings/ppa_ondrej_php.gpg] https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy main" > /etc/apt/sources.list.d/ppa_ondrej_php.list     && apt-get update     && apt-get install -y php8.1-cli php8.1-dev        php8.1-pgsql php8.1-sqlite3 php8.1-gd        php8.1-curl        php8.1-imap php8.1-mysql php8.1-mbstring        php8.1-xml php8.1-zip php8.1-bcmath php8.1-soap        php8.1-intl php8.1-readline        php8.1-ldap        php8.1-msgpack php8.1-igbinary php8.1-redis php8.1-swoole        php8.1-memcached php8.1-pcov php8.1-xdebug     && php -r "readfile('https://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer     && curl -sLS https://deb.nodesource.com/setup_$NODE_VERSION.x | bash -     && apt-get install -y nodejs     && npm install -g npm     && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /usr/share/keyrings/yarn.gpg >/dev/null     && echo "deb [signed-by=/usr/share/keyrings/yarn.gpg] https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list     && curl -sS https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | tee /usr/share/keyrings/pgdg.gpg >/dev/null     && echo "deb [signed-by=/usr/share/keyrings/pgdg.gpg] http://apt.postgresql.org/pub/repos/apt jammy-pgdg main" > /etc/apt/sources.list.d/pgdg.list     && apt-get update     && apt-get install -y yarn     && apt-get install -y mysql-client     && apt-get install -y postgresql-client-$POSTGRES_VERSION     && apt-get -y autoremove     && apt-get clean     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*]: exit code: 127

This issue gives me headache

@kumarravisingh
Copy link

kumarravisingh commented Feb 3, 2023

@iwasherefirst2
Copy link

I had a similar problem using Laravel 9,2 and Sail 1.0.1

This is how I fixed it:

  1. Copied ./vendor/laravel/sail/runtimes/8.0 to ./docker/8.0
  2. Updated docker-compose.yml context path:
    image
  3. Updated in ./docker/8.0/Dockerfile the ubuntu version to 20.04 and changed impish to focal
    image
  4. Run sail up --no-cache

That worked for me

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

No branches or pull requests