Running with gitlab-runner 14.5.0 (f0a95a76)
  on ns4.shore.co.il PBtBuDJs
section_start:1637857292:prepare_executor
Preparing the "docker" executor
Using Docker executor with image registry.shore.co.il/ci-images:docker ...
Pulling docker image registry.shore.co.il/ci-images:docker ...
Using docker image sha256:12cc723a8487d2b9c5b5655ce17579ccf4a813708b11553e92c00e8f5d307e2c for registry.shore.co.il/ci-images:docker with digest registry.shore.co.il/ci-images@sha256:1e7b1cbd60573d4d34d3b22d4df4fefb7595b273ecac12d43acdf0f31995132f ...
section_end:1637857294:prepare_executor
section_start:1637857294:prepare_script
Preparing environment
Running on runner-pbtbudjs-project-64-concurrent-0 via e80af048d851...
section_end:1637857295:prepare_script
section_start:1637857295:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /builds/shore/workbench/.git/
Checking out 6626e929 as master...
Removing .cache/

Skipping Git submodules setup
section_end:1637857299:get_sources
section_start:1637857299:step_script
Executing "step_script" stage of the job script
Using docker image sha256:12cc723a8487d2b9c5b5655ce17579ccf4a813708b11553e92c00e8f5d307e2c for registry.shore.co.il/ci-images:docker with digest registry.shore.co.il/ci-images@sha256:1e7b1cbd60573d4d34d3b22d4df4fefb7595b273ecac12d43acdf0f31995132f ...
$ if [ -n "${CI_COMMIT_TAG:-}" ] # collapsed multi-line command
TAG=latest
$ docker-compose build --no-cache --parallel --pull
Building with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-native-build/
Flag '--parallel' is ignored when building with COMPOSE_DOCKER_CLI_BUILD=1
Building sshd ... 
Building sshd
Sending build context to Docker daemon  23.04kB

Step 1/26 : FROM registry.hub.docker.com/library/buildpack-deps:testing as repo-key
testing: Pulling from library/buildpack-deps
Digest: sha256:37f1cc2a1c75384a7497494fee8ef53b318a150840875f6ebc637da65d9eccd3
Status: Image is up to date for registry.hub.docker.com/library/buildpack-deps:testing
 ---> 2eb010b4b2da
Step 2/26 : WORKDIR /gnupghome
 ---> Running in 406e772a38ae
Removing intermediate container 406e772a38ae
 ---> d8e0580a275f
Step 3/26 : ENV GNUPGHOME /gnupghome
 ---> Running in 4679de970eef
Removing intermediate container 4679de970eef
 ---> 40f6612aa446
Step 4/26 : RUN curl https://www.mongodb.org/static/pgp/server-4.4.asc | gpg --dearmor > mongodb.gpg
 ---> Running in a65f949ab625
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1674  100  1674    0     0   3948      0 --:--:-- --:--:-- --:--:--  3948
Removing intermediate container a65f949ab625
 ---> 0fcc7ff410be
Step 5/26 : RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg > google-cloud.gpg
 ---> Running in f415fcd9dbe0
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  2537  100  2537    0     0    99k      0 --:--:-- --:--:-- --:--:--   99k
Removing intermediate container f415fcd9dbe0
 ---> 3b74bf15bfc7
Step 6/26 : RUN curl https://cli-assets.heroku.com/apt/release.key | gpg --dearmor > heroku.gpg
 ---> Running in 5af666a79543
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  5393  100  5393    0     0  70960      0 --:--:-- --:--:-- --:--:-- 70960
Removing intermediate container 5af666a79543
 ---> 41967ac714d1
Step 7/26 : RUN curl https://apt.releases.hashicorp.com/gpg | gpg --dearmor > hashicorp.gpg
 ---> Running in d4ef584b49c3
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  3195  100  3195    0     0  49153      0 --:--:-- --:--:-- --:--:-- 49153
Removing intermediate container d4ef584b49c3
 ---> 0b57b0ea8df5
Step 8/26 : RUN curl https://dl.cloudsmith.io/public/cloudposse/packages/gpg.7333C6FDEFA717CC.key | gpg --dearmor > cloudposse.gpg
 ---> Running in f4ec570081e2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   998  100   998    0     0   3992      0 --:--:-- --:--:-- --:--:--  3992
Removing intermediate container f4ec570081e2
 ---> f03b51cb0b70
Step 9/26 : FROM docker.io/library/debian:testing-backports
testing-backports: Pulling from library/debian
Digest: sha256:12ee698e89865e2ca05225bcff58f2c78ba07982bf18b4c8a5a4befdf2a95fb5
Status: Image is up to date for debian:testing-backports
 ---> e9d2e0d561be
Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-xc"]
 ---> Running in f26bb70621ee
Removing intermediate container f26bb70621ee
 ---> 88346ab8cdba
Step 11/26 : RUN apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends         ca-certificates         gnupg     &&     rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/*
 ---> Running in c0f5abdc2c9c
+ apt-get update
Get:1 http://deb.debian.org/debian testing InRelease [129 kB]
Get:2 http://deb.debian.org/debian testing-backports InRelease [37.0 kB]
Get:3 http://deb.debian.org/debian testing/main amd64 Packages [8253 kB]
Fetched 8419 kB in 1s (5749 kB/s)
Reading package lists...
+ DEBIAN_FRONTEND=noninteractive
+ apt-get install -y --no-install-recommends ca-certificates gnupg
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  dirmngr gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
  gpgconf gpgsm libassuan0 libksba8 libldap-2.4-2 libncursesw6 libnpth0
  libreadline8 libsasl2-2 libsasl2-modules-db libsqlite3-0 libtinfo6
  ncurses-bin openssl pinentry-curses readline-common
Suggested packages:
  dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
  scdaemon pinentry-doc readline-doc
Recommended packages:
  libldap-common libgpm2 libsasl2-modules
The following NEW packages will be installed:
  ca-certificates dirmngr gnupg gnupg-l10n gnupg-utils gpg gpg-agent
  gpg-wks-client gpg-wks-server gpgconf gpgsm libassuan0 libksba8
  libldap-2.4-2 libncursesw6 libnpth0 libreadline8 libsasl2-2
  libsasl2-modules-db libsqlite3-0 openssl pinentry-curses readline-common
The following packages will be upgraded:
  libtinfo6 ncurses-bin
2 upgraded, 23 newly installed, 0 to remove and 14 not upgraded.
Need to get 11.1 MB of archives.
After this operation, 21.1 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian testing/main amd64 libtinfo6 amd64 6.3-1 [349 kB]
Get:2 http://deb.debian.org/debian testing/main amd64 ncurses-bin amd64 6.3-1 [439 kB]
Get:3 http://deb.debian.org/debian testing/main amd64 readline-common all 8.1-2 [73.8 kB]
Get:4 http://deb.debian.org/debian testing/main amd64 libreadline8 amd64 8.1-2 [168 kB]
Get:5 http://deb.debian.org/debian testing/main amd64 openssl amd64 1.1.1l-1 [851 kB]
Get:6 http://deb.debian.org/debian testing/main amd64 ca-certificates all 20210119 [158 kB]
Get:7 http://deb.debian.org/debian testing/main amd64 libassuan0 amd64 2.5.5-1 [51.8 kB]
Get:8 http://deb.debian.org/debian testing/main amd64 gpgconf amd64 2.2.27-2 [547 kB]
Get:9 http://deb.debian.org/debian testing/main amd64 libksba8 amd64 1.6.0-2 [127 kB]
Get:10 http://deb.debian.org/debian testing/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-2 [74.1 kB]
Get:11 http://deb.debian.org/debian testing/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-2 [110 kB]
Get:12 http://deb.debian.org/debian testing/main amd64 libldap-2.4-2 amd64 2.4.59+dfsg-1 [232 kB]
Get:13 http://deb.debian.org/debian testing/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
Get:14 http://deb.debian.org/debian testing/main amd64 dirmngr amd64 2.2.27-2 [762 kB]
Get:15 http://deb.debian.org/debian testing/main amd64 gnupg-l10n all 2.2.27-2 [1084 kB]
Get:16 http://deb.debian.org/debian testing/main amd64 gnupg-utils amd64 2.2.27-2 [905 kB]
Get:17 http://deb.debian.org/debian testing/main amd64 libsqlite3-0 amd64 3.36.0-2 [815 kB]
Get:18 http://deb.debian.org/debian testing/main amd64 gpg amd64 2.2.27-2 [927 kB]
Get:19 http://deb.debian.org/debian testing/main amd64 libncursesw6 amd64 6.3-1 [133 kB]
Get:20 http://deb.debian.org/debian testing/main amd64 pinentry-curses amd64 1.1.0-4 [64.9 kB]
Get:21 http://deb.debian.org/debian testing/main amd64 gpg-agent amd64 2.2.27-2 [669 kB]
Get:22 http://deb.debian.org/debian testing/main amd64 gpg-wks-client amd64 2.2.27-2 [523 kB]
Get:23 http://deb.debian.org/debian testing/main amd64 gpg-wks-server amd64 2.2.27-2 [516 kB]
Get:24 http://deb.debian.org/debian testing/main amd64 gpgsm amd64 2.2.27-2 [645 kB]
Get:25 http://deb.debian.org/debian testing/main amd64 gnupg all 2.2.27-2 [825 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 11.1 MB in 0s (96.7 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6657 files and directories currently installed.)
Preparing to unpack .../libtinfo6_6.3-1_amd64.deb ...
Unpacking libtinfo6:amd64 (6.3-1) over (6.2+20201114-4) ...
Setting up libtinfo6:amd64 (6.3-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6657 files and directories currently installed.)
Preparing to unpack .../ncurses-bin_6.3-1_amd64.deb ...
Unpacking ncurses-bin (6.3-1) over (6.2+20201114-4) ...
Setting up ncurses-bin (6.3-1) ...
Selecting previously unselected package readline-common.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6657 files and directories currently installed.)
Preparing to unpack .../00-readline-common_8.1-2_all.deb ...
Unpacking readline-common (8.1-2) ...
Selecting previously unselected package libreadline8:amd64.
Preparing to unpack .../01-libreadline8_8.1-2_amd64.deb ...
Unpacking libreadline8:amd64 (8.1-2) ...
Selecting previously unselected package openssl.
Preparing to unpack .../02-openssl_1.1.1l-1_amd64.deb ...
Unpacking openssl (1.1.1l-1) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../03-ca-certificates_20210119_all.deb ...
Unpacking ca-certificates (20210119) ...
Selecting previously unselected package libassuan0:amd64.
Preparing to unpack .../04-libassuan0_2.5.5-1_amd64.deb ...
Unpacking libassuan0:amd64 (2.5.5-1) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../05-gpgconf_2.2.27-2_amd64.deb ...
Unpacking gpgconf (2.2.27-2) ...
Selecting previously unselected package libksba8:amd64.
Preparing to unpack .../06-libksba8_1.6.0-2_amd64.deb ...
Unpacking libksba8:amd64 (1.6.0-2) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../07-libsasl2-modules-db_2.1.27+dfsg2-2_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-2) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../08-libsasl2-2_2.1.27+dfsg2-2_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-2) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../09-libldap-2.4-2_2.4.59+dfsg-1_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.59+dfsg-1) ...
Selecting previously unselected package libnpth0:amd64.
Preparing to unpack .../10-libnpth0_1.6-3_amd64.deb ...
Unpacking libnpth0:amd64 (1.6-3) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../11-dirmngr_2.2.27-2_amd64.deb ...
Unpacking dirmngr (2.2.27-2) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../12-gnupg-l10n_2.2.27-2_all.deb ...
Unpacking gnupg-l10n (2.2.27-2) ...
Selecting previously unselected package gnupg-utils.
Preparing to unpack .../13-gnupg-utils_2.2.27-2_amd64.deb ...
Unpacking gnupg-utils (2.2.27-2) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../14-libsqlite3-0_3.36.0-2_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.36.0-2) ...
Selecting previously unselected package gpg.
Preparing to unpack .../15-gpg_2.2.27-2_amd64.deb ...
Unpacking gpg (2.2.27-2) ...
Selecting previously unselected package libncursesw6:amd64.
Preparing to unpack .../16-libncursesw6_6.3-1_amd64.deb ...
Unpacking libncursesw6:amd64 (6.3-1) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../17-pinentry-curses_1.1.0-4_amd64.deb ...
Unpacking pinentry-curses (1.1.0-4) ...
Selecting previously unselected package gpg-agent.
Preparing to unpack .../18-gpg-agent_2.2.27-2_amd64.deb ...
Unpacking gpg-agent (2.2.27-2) ...
Selecting previously unselected package gpg-wks-client.
Preparing to unpack .../19-gpg-wks-client_2.2.27-2_amd64.deb ...
Unpacking gpg-wks-client (2.2.27-2) ...
Selecting previously unselected package gpg-wks-server.
Preparing to unpack .../20-gpg-wks-server_2.2.27-2_amd64.deb ...
Unpacking gpg-wks-server (2.2.27-2) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../21-gpgsm_2.2.27-2_amd64.deb ...
Unpacking gpgsm (2.2.27-2) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../22-gnupg_2.2.27-2_all.deb ...
Unpacking gnupg (2.2.27-2) ...
Setting up libksba8:amd64 (1.6.0-2) ...
Setting up libsqlite3-0:amd64 (3.36.0-2) ...
Setting up libnpth0:amd64 (1.6-3) ...
Setting up libassuan0:amd64 (2.5.5-1) ...
Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-2) ...
Setting up gnupg-l10n (2.2.27-2) ...
Setting up libncursesw6:amd64 (6.3-1) ...
Setting up libsasl2-2:amd64 (2.1.27+dfsg2-2) ...
Setting up openssl (1.1.1l-1) ...
Setting up readline-common (8.1-2) ...
Setting up pinentry-curses (1.1.0-4) ...
Setting up libreadline8:amd64 (8.1-2) ...
Setting up libldap-2.4-2:amd64 (2.4.59+dfsg-1) ...
Setting up ca-certificates (20210119) ...
Updating certificates in /etc/ssl/certs...
129 added, 0 removed; done.
Setting up gpgconf (2.2.27-2) ...
Setting up gpg (2.2.27-2) ...
Setting up gnupg-utils (2.2.27-2) ...
Setting up gpg-agent (2.2.27-2) ...
Setting up gpgsm (2.2.27-2) ...
Setting up dirmngr (2.2.27-2) ...
Setting up gpg-wks-server (2.2.27-2) ...
Setting up gpg-wks-client (2.2.27-2) ...
Setting up gnupg (2.2.27-2) ...
Processing triggers for libc-bin (2.32-4) ...
Processing triggers for ca-certificates (20210119) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
+ rm -rf '/tmp/*' '/var/tmp/*' /var/lib/apt/lists/auxfiles /var/lib/apt/lists/deb.debian.org_debian_dists_testing-backports_InRelease /var/lib/apt/lists/deb.debian.org_debian_dists_testing_InRelease /var/lib/apt/lists/deb.debian.org_debian_dists_testing_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/lock /var/lib/apt/lists/partial /var/cache/apt/archives/lock /var/cache/apt/archives/partial
Removing intermediate container c0f5abdc2c9c
 ---> 04a83dca903d
Step 12/26 : COPY --from=repo-key /gnupghome/mongodb.gpg /usr/share/keyrings/mongodb.gpg
 ---> 786425de811a
Step 13/26 : COPY --from=repo-key /gnupghome/google-cloud.gpg /usr/share/keyrings/google-cloud.gpg
 ---> bf87e53982ef
Step 14/26 : COPY --from=repo-key /gnupghome/heroku.gpg /usr/share/keyrings/heroku.gpg
 ---> 6158fb5b3b62
Step 15/26 : COPY --from=repo-key /gnupghome/hashicorp.gpg /usr/share/keyrings/hashicorp.gpg
 ---> 2a1270927ff0
Step 16/26 : COPY --from=repo-key /gnupghome/cloudposse.gpg /usr/share/keyrings/cloudposse.gpg
 ---> 6d80732227ad
Step 17/26 : COPY --chown=root:root sources.d/* /etc/apt/sources.list.d/
 ---> 1a9792de5e9a
Step 18/26 : COPY --chown=root:root preferences.d/* /etc/apt/preferences.d/
 ---> 185eaee28306
Step 19/26 : RUN apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends         adb         apache2-utils         aspell-he         at         aws-vault         bash-completion         bats         bc         build-essential         bundler         bzr         cmake         composer         consul         curl         dbus-x11         default-jdk-headless         default-mysql-client         devscripts         direnv         dirmngr         dnsutils         docker.io         dos2unix         easy-rsa         entr         expect         flatpak         flatpak-builder         flatpak-xdg-utils         ftp         fuse         gh         gir1.2-glib-2.0         gir1.2-ostree-1.0         git         gnupg         golang         gomplate         google-cloud-sdk         go-md2man         gpgv         helm         'helm2=2.16.10'         heroku         hugo         hunspell         hunspell-he         hyphen-en-us         ipcalc         iproute2         iputils-ping         iputils-tracepath         jp         keyutils         kops         krb5-config         kubernetes-client         ldap-utils         less         libcairo2-dev         libcap2-bin         libcurl4-gnutls-dev         libdbus-1-dev         libgirepository1.0-dev         libldap2-dev         libmariadb-dev         libnotify-bin         libpq-dev         libprotobuf-dev         libsasl2-dev         libsecret-tools         libyaml-dev         lsof         lz4         man-db         mariadb-client         mercurial         meson         minikube         mlocate         mongodb-database-tools         mythes-en-us         netcat-openbsd         nodejs         npm         ostree         packer         php-cli         podman         postgresql-client         protobuf-compiler         python3-dev         python3-pip         python3-venv         rclone         redis-tools         rename         reprepro         rsync         ruby-dev         sharutils         shellcheck         signify-openbsd         skopeo         subversion         sudo         swaks         systemd         task-english         task-hebrew         task-ssh-server         telnet         terraform         terragrunt         time         tmux         transmission-cli         ttyrec         udftools         unison         vagrant         vault         vcdimager         vim-nox         w3m-img         wget         whois         zip     &&     sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/; s/# en_IL UTF-8/en_IL UTF-8/; s/# he_IL.UTF-8 UTF-8/he_IL.UTF-8 UTF-8/;' /etc/locale.gen &&     locale-gen &&     git clone https://github.com/Homebrew/brew /usr/local/share/brew &&     ln -s /usr/local/share/brew/bin/brew /usr/local/bin/brew &&     brew install --force-bottle         envconsul         kompose         kustomize         rke         skaffold         tfenv     &&     brew cleanup --prune=all -s &&     ln --symbolic --target /etc/bash_completion.d/ /usr/local/etc/bash_completion.d/* &&     python3 -m pip install --use-deprecated=legacy-resolver --no-cache-dir         ansible         ansible-runner         awscli         awslogs         bcrypt         black         colorama         boto         boto3         check-manifest         cookiecutter         cryptography         dnspython         docker         docker-compose         elasticsearch-curator         elasticsearch[async]         fabric         flit         github3.py         Glances         gunicorn         hashin         httpbin         httpie         identify         importlab         invoke         khal         khard         magic-wormhole         'mariadb<1.1.0'         mycli         netaddr         paramiko         parse         passhole         passlib         pdm         pgcli         pipenv         poetry         pre-commit         protobuf         psycopg2         pur         pygments         pymongo         PyMySQL         PyGObject         pyopenssl         'python-gitlab[autocompletion,yaml]'         pyxdg         redis         remarshal         requests         sh         template         todoman         tox     &&     echo pdm-publish pdm-version | xargs -n1 pdm plugin add &&     export GOPATH=/usr/local/lib/go &&     export PATH="$GOPATH/bin:$PATH" &&     mkdir "$GOPATH" &&     go get github.com/keybase/client/go/keybase || true &&     go install -tags production github.com/keybase/client/go/keybase || true &&     go get github.com/keybase/client/go/kbfs/kbfsfuse || true &&     export GO111MODULE=on &&     go install github.com/giantswarm/semver-bump@latest &&     go install github.com/nishanths/license/v5@latest &&     go install github.com/spelufo/on-change@latest &&     go install github.com/kaorimatz/mysqldump-loader@v0.4.1 &&     go install github.com/lucagrulla/cw@latest &&     go get github.com/genuinetools/reg@v0.16.1 &&     wget 'https://git.shore.co.il/shore/toolbox-build/-/jobs/artifacts/master/raw/toolbox.tar.gz?job=build' -qO /tmp/toolbox.tar.gz &&     tar -xzf /tmp/toolbox.tar.gz -C /usr/local/ &&     wget https://raw.githubusercontent.com/rabbitmq/rabbitmq-server/v3.8.16/deps/rabbitmq_management/bin/rabbitmqadmin -qO /usr/local/bin/rabbitmqadmin &&     chmod +x /usr/local/bin/rabbitmqadmin &&     mkdir /usr/local/share/bfg &&     wget 'https://search.maven.org/remote_content?g=com.madgag&a=bfg&v=LATEST' -qO /usr/local/share/bfg/bfg.jar &&     for i in 0.12 0.13 0.14 0.15 1.0; do tfenv install "latest:^$i"; done &&     tfenv install latest &&     tfenv use latest &&     _PIPENV_COMPLETE=bash_source pipenv > /etc/bash_completion.d/pipenv &&     rabbitmqadmin --bash-completion  > /etc/bash_completion.d/rabbitmqadmin &&     poetry completions bash > /etc/bash_completion.d/poetry &&     register-python-argcomplete gitlab > /etc/bash_completion.d/gitlab &&     invoke --print-completion-script bash > /etc/bash_completion.d/invoke &&     fab --print-completion-script bash > /etc/bash_completion.d/fabric &&     helm completion bash > /etc/bash_completion.d/helm &&     semver-bump completion bash > /etc/bash_completion.d/semver-bump &&     pdm completion bash > /etc/bash_completion.d/pdm &&     wget https://raw.githubusercontent.com/docker/compose/1.29.2/contrib/completion/bash/docker-compose -qO /etc/bash_completion.d/docker-compose &&     wget https://raw.githubusercontent.com/ansible-community/molecule/1.25.1/asset/bash_completion/molecule.bash-completion.sh -qO /etc/bash_completion.d/molecule &&     wget https://github.com/mrolli/packer-bash-completion/raw/master/packer -qO /etc/bash_completion.d/packer &&     mkdir /usr/local/share/ca-certificates &&     wget https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem  -qO - |         awk '/-----BEGIN[A-Z0-9 ]*CERTIFICATE-----/ {n++} n > 0 {print > ("/usr/local/share/ca-certificates/rds-" (1+n) ".crt")}' &&     update-ca-certificates &&     mkdir /etc/krb5.conf.d &&     echo 'VARIANT_ID=container' >> /etc/os-release &&     echo "export PATH=$GOPATH/bin:\$PATH" > /etc/profile.d/workbench.sh &&     touch /etc/localtime &&     sed -i -e 's/ ALL$/ NOPASSWD:ALL/' /etc/sudoers &&     install -d -m 777 /Volumes &&     install -d -m 777 /keybase &&     rm /etc/ssh/ssh_host_* &&     rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* ~/.cache/* /usr/local/share/brew/Library/Taps/*
 ---> Running in 715878ff5f98
+ apt-get update
Get:1 http://deb.debian.org/debian testing InRelease [129 kB]
Get:2 http://deb.debian.org/debian testing-backports InRelease [37.0 kB]
Ign:4 https://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 InRelease
Get:3 https://cli-assets.heroku.com/apt ./ InRelease [2879 B]
Get:5 https://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 Release [2396 B]
Get:6 https://apt.releases.hashicorp.com buster InRelease [9497 B]
Get:7 https://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 Release.gpg [801 B]
Get:8 http://deb.debian.org/debian testing/main amd64 Packages [8253 kB]
Get:10 https://packages.cloud.google.com/apt cloud-sdk InRelease [6739 B]
Get:9 https://cli-assets.heroku.com/apt ./ Packages [624 B]
Get:11 https://apt.releases.hashicorp.com buster/main amd64 Packages [37.5 kB]
Get:12 https://packages.cloud.google.com/apt cloud-sdk/main amd64 Packages [201 kB]
Get:13 https://repo.mongodb.org/apt/debian buster/mongodb-org/4.4/main amd64 Packages [20.2 kB]
Get:14 https://dl.cloudsmith.io/public/cloudposse/packages/deb/debian any-version InRelease [4949 B]
Get:15 https://dl.cloudsmith.io/public/cloudposse/packages/deb/debian any-version/main amd64 Packages [181 kB]
Fetched 8887 kB in 9s (1034 kB/s)
Reading package lists...
+ DEBIAN_FRONTEND=noninteractive
+ apt-get install --yes --no-install-recommends adb apache2-utils aspell-he at aws-vault bash-completion bats bc build-essential bundler bzr cmake composer consul curl dbus-x11 default-jdk-headless default-mysql-client devscripts direnv dirmngr dnsutils docker.io dos2unix easy-rsa entr expect flatpak flatpak-builder flatpak-xdg-utils ftp fuse gh gir1.2-glib-2.0 gir1.2-ostree-1.0 git gnupg golang gomplate google-cloud-sdk go-md2man gpgv helm helm2=2.16.10 heroku hugo hunspell hunspell-he hyphen-en-us ipcalc iproute2 iputils-ping iputils-tracepath jp keyutils kops krb5-config kubernetes-client ldap-utils less libcairo2-dev libcap2-bin libcurl4-gnutls-dev libdbus-1-dev libgirepository1.0-dev libldap2-dev libmariadb-dev libnotify-bin libpq-dev libprotobuf-dev libsasl2-dev libsecret-tools libyaml-dev lsof lz4 man-db mariadb-client mercurial meson minikube mlocate mongodb-database-tools mythes-en-us netcat-openbsd nodejs npm ostree packer php-cli podman postgresql-client protobuf-compiler python3-dev python3-pip python3-venv rclone redis-tools rename reprepro rsync ruby-dev sharutils shellcheck signify-openbsd skopeo subversion sudo swaks systemd task-english task-hebrew task-ssh-server telnet terraform terragrunt time tmux transmission-cli ttyrec udftools unison vagrant vault vcdimager vim-nox w3m-img wget whois zip
Reading package lists...
Building dependency tree...
Reading state information...
dirmngr is already the newest version (2.2.27-2).
dirmngr set to manually installed.
gnupg is already the newest version (2.2.27-2).
gpgv is already the newest version (2.2.27-2).
gpgv set to manually installed.
The following additional packages will be installed:
  android-libadb android-libbase android-libboringssl android-libcrypto-utils
  android-libcutils android-liblog android-sdk-platform-tools-common aspell
  bind9-dnsutils bind9-host bind9-libs binutils binutils-common
  binutils-x86-64-linux-gnu brz bsdextrautils bubblewrap bzip2
  ca-certificates-java cmake-data conmon containerd
  containernetworking-plugins cpp cpp-11 dbus dbus-bin dbus-daemon
  dbus-session-bus-common dbus-system-bus-common dconf-gsettings-backend
  dconf-service default-jre-headless dh-elpa-helper dictionaries-common
  dmsetup dpkg-dev emacsen-common fakeroot file fontconfig-config
  fonts-dejavu-core g++ g++-11 gcc gcc-11 gir1.2-flatpak-1.0
  gir1.2-freedesktop git-man glib-networking glib-networking-common
  glib-networking-services gobject-introspection golang-1.17 golang-1.17-doc
  golang-1.17-go golang-1.17-src golang-doc golang-github-containers-common
  golang-github-containers-image golang-go golang-src groff-base
  gsettings-desktop-schemas gyp iptables java-common jsonlint libapparmor1
  libappstream-glib8 libapr1 libaprutil1 libarchive-tools libarchive13
  libargon2-1 libasan6 libasound2 libasound2-data libaspell15 libatomic1
  libavahi-client3 libavahi-common-data libavahi-common3 libavahi-glib1
  libb-hooks-op-check-perl libbinutils libblkid-dev libbpf0 libbrotli-dev
  libbrotli1 libbsd0 libc-ares2 libc-dev-bin libc-l10n libc6-dev
  libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcbor0 libcc1-0
  libcdio19 libclass-method-modifiers-perl libconfig-inifiles-perl
  libcrypt-dev libcryptsetup12 libctf-nobfd0 libctf0 libcups2 libcurl3-gnutls
  libcurl4 libdbus-1-3 libdconf1 libdeflate0 libdevel-callchecker-perl
  libdevmapper1.02.1 libdpkg-perl libdw1 libdynaloader-functions-perl libedit2
  libelf1 libencode-locale-perl liberror-perl libevent-2.1-7
  libevent-core-2.1-7 libexpat1 libexpat1-dev libfakeroot libffi-dev
  libfido2-1 libfile-dirlist-perl libfile-homedir-perl libfile-listing-perl
  libfile-touch-perl libfile-which-perl libfl2 libflatpak0 libfontconfig-dev
  libfontconfig1 libfontconfig1-dev libfreetype-dev libfreetype6
  libfreetype6-dev libfstrm0 libfuse2 libgc1 libgcc-11-dev libgdbm-compat4
  libgdbm6 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common libgif7
  libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
  libglib2.0-dev libglib2.0-dev-bin libgmp-dev libgmp10 libgmpxx4ldbl libgomp1
  libgpgme11 libgpm2 libgraphite2-3 libharfbuzz0b libhtml-parser-perl
  libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
  libhttp-message-perl libhttp-negotiate-perl libhunspell-1.7-0 libice-dev
  libice6 libicu67 libid3tag0 libimlib2 libimport-into-perl libio-html-perl
  libio-pty-perl libio-socket-ssl-perl libip4tc2 libip6tc2 libipc-run-perl
  libisl23 libiso9660-11 libitm1 libjbig0 libjemalloc2 libjpeg62-turbo
  libjs-events libjs-inherits libjs-is-typedarray libjs-jquery libjs-psl
  libjs-sphinxdoc libjs-typedarray-to-buffer libjs-underscore libjson-c5
  libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp24 libkmod2 liblcms2-2
  liblmdb0 liblocale-gettext-perl liblsan0 liblua5.1-0 liblua5.2-0
  liblwp-mediatypes-perl liblwp-protocol-https-perl liblzf1 liblzo2-2
  libmagic-mgc libmagic1 libmalcontent-0-0 libmariadb3 libmaxminddb0 libmd0
  libminiupnpc17 libmnl0 libmodule-runtime-perl libmoo-perl libmount-dev
  libmpc3 libmpdec3 libmpfr6 libnatpmp1 libncurses6 libnet-http-perl
  libnet-ssleay-perl libnetfilter-conntrack3 libnfnetlink0 libnftnl11
  libnghttp2-14 libnode-dev libnode72 libnotify4 libnsl-dev libnspr4 libnss3
  libonig5 libostree-1-1 libparams-classify-perl libpcre16-3 libpcre2-16-0
  libpcre2-32-0 libpcre2-8-0 libpcre2-dev libpcre2-posix3 libpcre3-dev
  libpcre32-3 libpcrecpp0v5 libpcsclite1 libperl5.32 libpipeline1
  libpixman-1-0 libpixman-1-dev libpng-dev libpng16-16 libpolkit-agent-1-0
  libpolkit-gobject-1-0 libpopt0 libpq5 libprocps8 libprotobuf-c1
  libprotobuf-lite23 libprotobuf23 libprotoc23 libproxy1v5 libpsl5
  libpthread-stubs0-dev libpython3-dev libpython3-stdlib libpython3.9
  libpython3.9-dev libpython3.9-minimal libpython3.9-stdlib libquadmath0
  librhash0 librole-tiny-perl librtmp1 libruby2.7 libsass1 libsecret-1-0
  libsecret-common libselinux1 libselinux1-dev libsepol-dev libsepol2
  libserf-1-1 libsm-dev libsm6 libsodium23 libsoup2.4-1 libssh2-1 libssl-dev
  libstdc++-11-dev libstemmer0d libsub-quote-perl libsvn1 libsystemd0
  libtcl8.6 libtext-iconv-perl libtiff5 libtimedate-perl libtirpc-dev
  libtry-tiny-perl libtsan0 libubsan1 libuchardet0 liburi-perl liburing2
  libusb-1.0-0 libutempter0 libutf8proc2 libuv1 libuv1-dev libvcdinfo0
  libwebp6 libwrap0 libwww-perl libwww-robotrules-perl libx11-6 libx11-data
  libx11-dev libx11-xcb1 libxau-dev libxau6 libxcb-render0 libxcb-render0-dev
  libxcb-shm0 libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6
  libxext-dev libxext6 libxml2 libxrender-dev libxrender1 libxtables12
  libyaml-0-2 linux-libc-dev locales lua-bitop lua-cjson mailcap make
  mariadb-client-10.5 mariadb-client-core-10.5 mariadb-common media-types
  mercurial-common mime-support mysql-common netbase ninja-build node-abbrev
  node-agent-base node-ajv node-ansi-regex node-ansi-styles node-ansistyles
  node-aproba node-archy node-are-we-there-yet node-asap node-asn1
  node-assert-plus node-asynckit node-aws-sign2 node-aws4 node-balanced-match
  node-bcrypt-pbkdf node-binary-extensions node-brace-expansion node-builtins
  node-cacache node-caseless node-chalk node-chownr node-clone
  node-color-convert node-color-name node-colors node-columnify
  node-combined-stream node-concat-map node-console-control-strings
  node-copy-concurrently node-core-util-is node-dashdash
  node-debbundle-es-to-primitive node-debug node-decompress-response
  node-deep-equal node-defaults node-define-properties node-delayed-stream
  node-delegates node-depd node-diff node-ecc-jsbn node-encoding
  node-end-of-stream node-err-code node-es-abstract node-escape-string-regexp
  node-events node-extend node-extsprintf node-fancy-log node-fast-deep-equal
  node-forever-agent node-fs-write-stream-atomic node-fs.realpath
  node-function-bind node-gauge node-get-stream node-getpass node-glob
  node-got node-graceful-fs node-gyp node-har-schema node-har-validator
  node-has-flag node-has-unicode node-hosted-git-info node-http-signature
  node-https-proxy-agent node-iconv-lite node-iferr node-imurmurhash
  node-indent-string node-inflight node-inherits node-ini node-ip
  node-ip-regex node-is-typedarray node-isarray node-isexe node-isstream
  node-jsbn node-json-buffer node-json-parse-better-errors node-json-schema
  node-json-schema-traverse node-json-stable-stringify
  node-json-stringify-safe node-jsonify node-jsonparse node-jsprim
  node-lodash-packages node-lowercase-keys node-lru-cache node-mime
  node-mime-types node-mimic-response node-minimatch node-mkdirp
  node-move-concurrently node-ms node-mute-stream node-negotiator node-nopt
  node-normalize-package-data node-npm-bundled node-npm-package-arg
  node-npmlog node-number-is-nan node-oauth-sign node-object-assign
  node-object-inspect node-once node-opener node-osenv node-p-cancelable
  node-p-map node-path-is-absolute node-performance-now
  node-process-nextick-args node-promise-inflight node-promise-retry
  node-promzard node-psl node-pump node-punycode node-qs node-quick-lru
  node-read node-read-package-json node-readable-stream node-resolve
  node-retry node-rimraf node-run-queue node-safe-buffer node-semver
  node-set-blocking node-signal-exit node-slash node-slice-ansi
  node-spdx-correct node-spdx-exceptions node-spdx-expression-parse
  node-spdx-license-ids node-sshpk node-ssri node-string-decoder
  node-string-width node-strip-ansi node-supports-color node-tar
  node-text-table node-time-stamp node-tunnel-agent node-tweetnacl
  node-typedarray-to-buffer node-unique-filename node-uri-js
  node-util-deprecate node-uuid node-validate-npm-package-license
  node-validate-npm-package-name node-verror node-wcwidth.js node-which
  node-wide-align node-wrappy node-write-file-atomic node-yallist
  openjdk-11-jdk-headless openjdk-11-jre-headless openssh-client
  openssh-server openssh-sftp-server patch patchutils perl perl-modules-5.32
  perl-openssl-defaults php-common php-composer-ca-bundle
  php-composer-metadata-minifier php-composer-semver
  php-composer-spdx-licenses php-composer-xdebug-handler php-json-schema
  php-mbstring php-psr-container php-psr-log php-react-promise
  php-symfony-console php-symfony-filesystem php-symfony-finder
  php-symfony-polyfill-php80 php-symfony-process php-symfony-service-contracts
  php7.4-cli php7.4-common php7.4-json php7.4-mbstring php7.4-opcache
  php7.4-readline pkg-config plocate postgresql-client-14
  postgresql-client-common procps psmisc python-pip-whl python3 python3-breezy
  python3-certifi python3-configobj python3-distutils python3-dulwich
  python3-fastimport python3-importlib-metadata python3-lib2to3 python3-mako
  python3-markdown python3-markupsafe python3-minimal python3-more-itertools
  python3-patiencediff python3-pkg-resources python3-setuptools python3-six
  python3-urllib3 python3-wheel python3-zipp python3.9 python3.9-dev
  python3.9-minimal python3.9-venv rake rpcsvc-proto ruby ruby-bcrypt-pbkdf
  ruby-bundler ruby-childprocess ruby-concurrent ruby-ed25519 ruby-erubi
  ruby-excon ruby-ffi ruby-i18n ruby-listen ruby-log4r ruby-mime-types
  ruby-mime-types-data ruby-minitest ruby-net-scp ruby-net-sftp ruby-net-ssh
  ruby-net-telnet ruby-power-assert ruby-rb-inotify ruby-rubygems
  ruby-test-unit ruby-vagrant-cloud ruby-xmlrpc ruby-zip ruby2.7 ruby2.7-dev
  rubygems-integration runc runit-helper sensible-utils shared-mime-info
  tasksel tasksel-data tcl-expect tcl8.6 tini transmission-common ucf
  unison-2.51+4.11.1 unzip uuid-dev vim-common vim-runtime w3m wdiff
  x11-common x11proto-dev xdg-dbus-proxy xdg-utils xorg-sgml-doctools
  xtrans-dev xxd xz-utils zlib1g-dev
Suggested packages:
  aspell-doc spellutils binutils-doc brz-doc python3-breezy.tests bzip2-doc
  cmake-doc fossil php-zip cpp-doc gcc-11-locales default-jre adequate
  autopkgtest bls-standalone bsd-mailx | mailx check-all-the-things
  cvs-buildpackage debhelper devscripts-el diffoscope disorderfs dose-extra
  duck faketime gnuplot how-can-i-help libauthen-sasl-perl libdbd-pg-perl
  libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
  libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts pristine-lfs
  quilt ratt reprotest svn-buildpackage wordlist docker-doc aufs-tools
  btrfs-progs debootstrap rinse rootlesskit xfsprogs zfs-fuse | zfsutils-linux
  debian-keyring tk8.6 avahi-daemon malcontent-gui p7zip-full
  xdg-desktop-portal g++-multilib g++-11-multilib gcc-11-doc gcc-multilib
  manpages-dev autoconf automake libtool flex bison gdb gcc-doc
  gcc-11-multilib gettext-base git-daemon-run | git-daemon-sysvinit git-doc
  git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn
  google-cloud-sdk-app-engine-java google-cloud-sdk-app-engine-python
  google-cloud-sdk-pubsub-emulator google-cloud-sdk-bigtable-emulator
  google-cloud-sdk-datastore-emulator kubectl groff libreoffice-writer
  iproute2-doc firewalld kmod traceroute libsasl2-modules
  libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal lrzip
  libasound2-plugins alsa-utils glibc-doc libcairo2-doc cups-common
  libcurl4-doc libgnutls28-dev libidn11-dev libkrb5-dev librtmp-dev
  libssh2-1-dev freetype2-doc gdbm-l10n libgirepository1.0-doc libglib2.0-doc
  libgdk-pixbuf2.0-bin | libgdk-pixbuf2.0-dev libxml2-utils gmp-doc
  libgmp10-doc libmpfr-dev gpm libdata-dump-perl libice-doc liblcms2-utils
  libcrypt-ssleay-perl mmdb-bin minissdpd natpmpc libscalar-number-perl pcscd
  postgresql-doc-14 libsm-doc libssl-doc libstdc++-11-doc
  libbusiness-isbn-perl libauthen-ntlm-perl libx11-doc libxcb-doc libxext-doc
  libyaml-doc make-doc apparmor kdiff3 | kdiff3-qt | kompare | meld | tkcvs
  | mgdiff qct python3-mysqldb python3-openssl python3-pygments wish
  openjdk-11-demo openjdk-11-source libnss-mdns fonts-dejavu-extra
  fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei
  | fonts-wqy-zenhei fonts-indic keychain libpam-ssh monkeysphere ssh-askpass
  molly-guard ufw ed diffutils-doc perl-doc libterm-readline-gnu-perl
  | libterm-readline-perl-perl libtap-harness-archive-perl
  php-symfony-event-dispatcher php-symfony-lock
  php-symfony-service-implementation php-pear systemd-sysv | powermgmt-base
  systemd-sysv | nocache containers-storage docker-compose postgresql-14
  protobuf-mode-el python3-doc python3-tk python3-breezy-dbg python3-kerberos
  python3-paramiko python-configobj-doc python3-gpg python3-beaker
  python-mako-doc python-markdown-doc python-setuptools-doc
  python3-cryptography python3-idna python3-socks python3.9-doc binfmt-support
  ruby-redis inoticoming lzip ri sharutils-doc signify-openbsd-keys db5.3-util
  libapache2-mod-svn subversion-tools systemd-container policykit-1
  tcl-tclreadline transmission-daemon transmission-gtk dvd+rw-tools udfclient
  virtualbox cscope vim-doc cmigemo dict dict-wn dictd libsixel-bin w3m-el
  xsel wdiff-doc
Recommended packages:
  default-mta | mail-transport-agent parallel python3-gpg dctrl-tools dput
  | dupload libdistro-info-perl libgit-wrapper-perl libgitlab-api-v4-perl
  liblist-compare-perl libstring-shellquote-perl licensecheck lintian
  pristine-tar python3-apt python3-debian python3-magic python3-requests
  python3-unidiff python3-xdg strace debian-keyring equivs libsoap-lite-perl
  apparmor cgroupfs-mount needrestart libalgorithm-merge-perl opensc
  desktop-file-utils hicolor-icon-theme gtk-update-icon-cache libpam-systemd
  p11-kit policykit-1 xdg-desktop-portal xdg-desktop-portal-gtk
  | xdg-desktop-portal-backend elfutils python3-crcmod libatm1 nftables
  alsa-ucm-conf alsa-topology-conf manpages manpages-dev libc-devtools
  libpam-cap libfile-fcntllock-perl libgdk-pixbuf2.0-bin xdg-user-dirs
  libhtml-format-perl libclone-perl javascript-common libclass-xsaccessor-perl
  libnamespace-clean-perl notification-daemon libpng-tools publicsuffix
  libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
  libdbd-mariadb-perl | libdbd-mysql-perl libdbi-perl libterm-readkey-perl
  node-request nodejs-doc xauth default-logind | logind | libpam-systemd
  ncurses-term buildah fuse-overlayfs slirp4netns uidmap
  golang-github-containernetworking-plugin-dnsname python3-launchpadlib
  python3-github python3-gitlab python3-pygments python3-yaml fonts-lato
  ruby2.7-doc criu libio-socket-inet6-perl libnet-dns-perl systemd-timesyncd
  | time-daemon util-linux-locales ibritish iamerican libfribidi0 libhdate1
  bidiv culmus hspell mlterm laptop-detect udev vagrant-libvirt
  libfile-mimeinfo-perl libnet-dbus-perl libx11-protocol-perl x11-utils
  x11-xserver-utils
The following NEW packages will be installed:
  adb android-libadb android-libbase android-libboringssl
  android-libcrypto-utils android-libcutils android-liblog
  android-sdk-platform-tools-common apache2-utils aspell aspell-he at
  aws-vault bash-completion bats bc bind9-dnsutils bind9-host bind9-libs
  binutils binutils-common binutils-x86-64-linux-gnu brz bsdextrautils
  bubblewrap build-essential bundler bzip2 bzr ca-certificates-java cmake
  cmake-data composer conmon consul containerd containernetworking-plugins cpp
  cpp-11 curl dbus dbus-bin dbus-daemon dbus-session-bus-common
  dbus-system-bus-common dbus-x11 dconf-gsettings-backend dconf-service
  default-jdk-headless default-jre-headless default-mysql-client devscripts
  dh-elpa-helper dictionaries-common direnv dmsetup dnsutils docker.io
  dos2unix dpkg-dev easy-rsa emacsen-common entr expect fakeroot file flatpak
  flatpak-builder flatpak-xdg-utils fontconfig-config fonts-dejavu-core ftp
  fuse g++ g++-11 gcc gcc-11 gh gir1.2-flatpak-1.0 gir1.2-freedesktop
  gir1.2-glib-2.0 gir1.2-ostree-1.0 git git-man glib-networking
  glib-networking-common glib-networking-services go-md2man
  gobject-introspection golang golang-1.17 golang-1.17-doc golang-1.17-go
  golang-1.17-src golang-doc golang-github-containers-common
  golang-github-containers-image golang-go golang-src gomplate
  google-cloud-sdk groff-base gsettings-desktop-schemas gyp helm helm2 heroku
  hugo hunspell hunspell-he hyphen-en-us ipcalc iproute2 iptables iputils-ping
  iputils-tracepath java-common jp jsonlint keyutils kops krb5-config
  kubernetes-client ldap-utils less libapparmor1 libappstream-glib8 libapr1
  libaprutil1 libarchive-tools libarchive13 libargon2-1 libasan6 libasound2
  libasound2-data libaspell15 libatomic1 libavahi-client3 libavahi-common-data
  libavahi-common3 libavahi-glib1 libb-hooks-op-check-perl libbinutils
  libblkid-dev libbpf0 libbrotli-dev libbrotli1 libbsd0 libc-ares2
  libc-dev-bin libc-l10n libc6-dev libcairo-gobject2
  libcairo-script-interpreter2 libcairo2 libcairo2-dev libcap2-bin libcbor0
  libcc1-0 libcdio19 libclass-method-modifiers-perl libconfig-inifiles-perl
  libcrypt-dev libcryptsetup12 libctf-nobfd0 libctf0 libcups2 libcurl3-gnutls
  libcurl4 libcurl4-gnutls-dev libdbus-1-3 libdbus-1-dev libdconf1 libdeflate0
  libdevel-callchecker-perl libdevmapper1.02.1 libdpkg-perl libdw1
  libdynaloader-functions-perl libedit2 libelf1 libencode-locale-perl
  liberror-perl libevent-2.1-7 libevent-core-2.1-7 libexpat1 libexpat1-dev
  libfakeroot libffi-dev libfido2-1 libfile-dirlist-perl libfile-homedir-perl
  libfile-listing-perl libfile-touch-perl libfile-which-perl libfl2
  libflatpak0 libfontconfig-dev libfontconfig1 libfontconfig1-dev
  libfreetype-dev libfreetype6 libfreetype6-dev libfstrm0 libfuse2 libgc1
  libgcc-11-dev libgdbm-compat4 libgdbm6 libgdk-pixbuf-2.0-0
  libgdk-pixbuf2.0-common libgif7 libgirepository-1.0-1 libgirepository1.0-dev
  libglib2.0-0 libglib2.0-bin libglib2.0-data libglib2.0-dev
  libglib2.0-dev-bin libgmp-dev libgmpxx4ldbl libgomp1 libgpgme11 libgpm2
  libgraphite2-3 libharfbuzz0b libhtml-parser-perl libhtml-tagset-perl
  libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
  libhttp-message-perl libhttp-negotiate-perl libhunspell-1.7-0 libice-dev
  libice6 libicu67 libid3tag0 libimlib2 libimport-into-perl libio-html-perl
  libio-pty-perl libio-socket-ssl-perl libip4tc2 libip6tc2 libipc-run-perl
  libisl23 libiso9660-11 libitm1 libjbig0 libjemalloc2 libjpeg62-turbo
  libjs-events libjs-inherits libjs-is-typedarray libjs-jquery libjs-psl
  libjs-sphinxdoc libjs-typedarray-to-buffer libjs-underscore libjson-c5
  libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp24 libkmod2 liblcms2-2
  libldap2-dev liblmdb0 liblocale-gettext-perl liblsan0 liblua5.1-0
  liblua5.2-0 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzf1
  liblzo2-2 libmagic-mgc libmagic1 libmalcontent-0-0 libmariadb-dev
  libmariadb3 libmaxminddb0 libmd0 libminiupnpc17 libmnl0
  libmodule-runtime-perl libmoo-perl libmount-dev libmpc3 libmpdec3 libmpfr6
  libnatpmp1 libncurses6 libnet-http-perl libnet-ssleay-perl
  libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnghttp2-14 libnode-dev
  libnode72 libnotify-bin libnotify4 libnsl-dev libnspr4 libnss3 libonig5
  libostree-1-1 libparams-classify-perl libpcre16-3 libpcre2-16-0
  libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpcre3-dev libpcre32-3
  libpcrecpp0v5 libpcsclite1 libperl5.32 libpipeline1 libpixman-1-0
  libpixman-1-dev libpng-dev libpng16-16 libpolkit-agent-1-0
  libpolkit-gobject-1-0 libpopt0 libpq-dev libpq5 libprocps8 libprotobuf-c1
  libprotobuf-dev libprotobuf-lite23 libprotobuf23 libprotoc23 libproxy1v5
  libpsl5 libpthread-stubs0-dev libpython3-dev libpython3-stdlib libpython3.9
  libpython3.9-dev libpython3.9-minimal libpython3.9-stdlib libquadmath0
  librhash0 librole-tiny-perl librtmp1 libruby2.7 libsasl2-dev libsass1
  libsecret-1-0 libsecret-common libsecret-tools libselinux1-dev libsepol-dev
  libsepol2 libserf-1-1 libsm-dev libsm6 libsodium23 libsoup2.4-1 libssh2-1
  libssl-dev libstdc++-11-dev libstemmer0d libsub-quote-perl libsvn1 libtcl8.6
  libtext-iconv-perl libtiff5 libtimedate-perl libtirpc-dev libtry-tiny-perl
  libtsan0 libubsan1 libuchardet0 liburi-perl liburing2 libusb-1.0-0
  libutempter0 libutf8proc2 libuv1 libuv1-dev libvcdinfo0 libwebp6 libwrap0
  libwww-perl libwww-robotrules-perl libx11-6 libx11-data libx11-dev
  libx11-xcb1 libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0
  libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev
  libxext6 libxml2 libxrender-dev libxrender1 libxtables12 libyaml-0-2
  libyaml-dev linux-libc-dev locales lsof lua-bitop lua-cjson lz4 mailcap make
  man-db mariadb-client mariadb-client-10.5 mariadb-client-core-10.5
  mariadb-common media-types mercurial mercurial-common meson mime-support
  minikube mlocate mongodb-database-tools mysql-common mythes-en-us netbase
  netcat-openbsd ninja-build node-abbrev node-agent-base node-ajv
  node-ansi-regex node-ansi-styles node-ansistyles node-aproba node-archy
  node-are-we-there-yet node-asap node-asn1 node-assert-plus node-asynckit
  node-aws-sign2 node-aws4 node-balanced-match node-bcrypt-pbkdf
  node-binary-extensions node-brace-expansion node-builtins node-cacache
  node-caseless node-chalk node-chownr node-clone node-color-convert
  node-color-name node-colors node-columnify node-combined-stream
  node-concat-map node-console-control-strings node-copy-concurrently
  node-core-util-is node-dashdash node-debbundle-es-to-primitive node-debug
  node-decompress-response node-deep-equal node-defaults
  node-define-properties node-delayed-stream node-delegates node-depd
  node-diff node-ecc-jsbn node-encoding node-end-of-stream node-err-code
  node-es-abstract node-escape-string-regexp node-events node-extend
  node-extsprintf node-fancy-log node-fast-deep-equal node-forever-agent
  node-fs-write-stream-atomic node-fs.realpath node-function-bind node-gauge
  node-get-stream node-getpass node-glob node-got node-graceful-fs node-gyp
  node-har-schema node-har-validator node-has-flag node-has-unicode
  node-hosted-git-info node-http-signature node-https-proxy-agent
  node-iconv-lite node-iferr node-imurmurhash node-indent-string node-inflight
  node-inherits node-ini node-ip node-ip-regex node-is-typedarray node-isarray
  node-isexe node-isstream node-jsbn node-json-buffer
  node-json-parse-better-errors node-json-schema node-json-schema-traverse
  node-json-stable-stringify node-json-stringify-safe node-jsonify
  node-jsonparse node-jsprim node-lodash-packages node-lowercase-keys
  node-lru-cache node-mime node-mime-types node-mimic-response node-minimatch
  node-mkdirp node-move-concurrently node-ms node-mute-stream node-negotiator
  node-nopt node-normalize-package-data node-npm-bundled node-npm-package-arg
  node-npmlog node-number-is-nan node-oauth-sign node-object-assign
  node-object-inspect node-once node-opener node-osenv node-p-cancelable
  node-p-map node-path-is-absolute node-performance-now
  node-process-nextick-args node-promise-inflight node-promise-retry
  node-promzard node-psl node-pump node-punycode node-qs node-quick-lru
  node-read node-read-package-json node-readable-stream node-resolve
  node-retry node-rimraf node-run-queue node-safe-buffer node-semver
  node-set-blocking node-signal-exit node-slash node-slice-ansi
  node-spdx-correct node-spdx-exceptions node-spdx-expression-parse
  node-spdx-license-ids node-sshpk node-ssri node-string-decoder
  node-string-width node-strip-ansi node-supports-color node-tar
  node-text-table node-time-stamp node-tunnel-agent node-tweetnacl
  node-typedarray-to-buffer node-unique-filename node-uri-js
  node-util-deprecate node-uuid node-validate-npm-package-license
  node-validate-npm-package-name node-verror node-wcwidth.js node-which
  node-wide-align node-wrappy node-write-file-atomic node-yallist nodejs npm
  openjdk-11-jdk-headless openjdk-11-jre-headless openssh-client
  openssh-server openssh-sftp-server ostree packer patch patchutils perl
  perl-modules-5.32 perl-openssl-defaults php-cli php-common
  php-composer-ca-bundle php-composer-metadata-minifier php-composer-semver
  php-composer-spdx-licenses php-composer-xdebug-handler php-json-schema
  php-mbstring php-psr-container php-psr-log php-react-promise
  php-symfony-console php-symfony-filesystem php-symfony-finder
  php-symfony-polyfill-php80 php-symfony-process php-symfony-service-contracts
  php7.4-cli php7.4-common php7.4-json php7.4-mbstring php7.4-opcache
  php7.4-readline pkg-config plocate podman postgresql-client
  postgresql-client-14 postgresql-client-common procps protobuf-compiler
  psmisc python-pip-whl python3 python3-breezy python3-certifi
  python3-configobj python3-dev python3-distutils python3-dulwich
  python3-fastimport python3-importlib-metadata python3-lib2to3 python3-mako
  python3-markdown python3-markupsafe python3-minimal python3-more-itertools
  python3-patiencediff python3-pip python3-pkg-resources python3-setuptools
  python3-six python3-urllib3 python3-venv python3-wheel python3-zipp
  python3.9 python3.9-dev python3.9-minimal python3.9-venv rake rclone
  redis-tools rename reprepro rpcsvc-proto rsync ruby ruby-bcrypt-pbkdf
  ruby-bundler ruby-childprocess ruby-concurrent ruby-dev ruby-ed25519
  ruby-erubi ruby-excon ruby-ffi ruby-i18n ruby-listen ruby-log4r
  ruby-mime-types ruby-mime-types-data ruby-minitest ruby-net-scp
  ruby-net-sftp ruby-net-ssh ruby-net-telnet ruby-power-assert ruby-rb-inotify
  ruby-rubygems ruby-test-unit ruby-vagrant-cloud ruby-xmlrpc ruby-zip ruby2.7
  ruby2.7-dev rubygems-integration runc runit-helper sensible-utils
  shared-mime-info sharutils shellcheck signify-openbsd skopeo subversion sudo
  swaks systemd task-english task-hebrew task-ssh-server tasksel tasksel-data
  tcl-expect tcl8.6 telnet terraform terragrunt time tini tmux
  transmission-cli transmission-common ttyrec ucf udftools unison
  unison-2.51+4.11.1 unzip uuid-dev vagrant vault vcdimager vim-common vim-nox
  vim-runtime w3m w3m-img wdiff wget whois x11-common x11proto-dev
  xdg-dbus-proxy xdg-utils xorg-sgml-doctools xtrans-dev xxd xz-utils zip
  zlib1g-dev
The following packages will be upgraded:
  libgmp10 libpcre2-8-0 libselinux1 libsystemd0
4 upgraded, 781 newly installed, 0 to remove and 10 not upgraded.
Need to get 1254 MB of archives.
After this operation, 4132 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian testing/main amd64 libsystemd0 amd64 249.7-1 [432 kB]
Get:2 http://deb.debian.org/debian testing/main amd64 libapparmor1 amd64 3.0.3-6 [103 kB]
Get:3 http://deb.debian.org/debian testing/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
Get:4 http://deb.debian.org/debian testing/main amd64 libpcre2-8-0 amd64 10.39-3 [252 kB]
Get:5 http://deb.debian.org/debian testing/main amd64 libselinux1 amd64 3.3-1+b1 [88.6 kB]
Get:6 http://deb.debian.org/debian testing/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
Get:7 http://deb.debian.org/debian testing/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
Get:8 http://deb.debian.org/debian testing/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
Get:9 http://deb.debian.org/debian testing/main amd64 libcryptsetup12 amd64 2:2.4.2-1 [240 kB]
Get:10 http://deb.debian.org/debian testing/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
Get:11 http://deb.debian.org/debian testing/main amd64 libkmod2 amd64 29-1 [56.5 kB]
Get:12 http://deb.debian.org/debian testing/main amd64 systemd amd64 249.7-1 [4311 kB]
Get:13 https://cli-assets.heroku.com/apt ./ heroku 7.59.2-1 [19.7 MB]
Get:14 https://packages.cloud.google.com/apt cloud-sdk/main amd64 google-cloud-sdk all 365.0.1-0 [76.3 MB]
Get:15 http://deb.debian.org/debian testing/main amd64 libdbus-1-3 amd64 1.12.20-3 [219 kB]
Get:16 http://deb.debian.org/debian testing/main amd64 dbus-bin amd64 1.12.20-3 [124 kB]
Get:17 http://deb.debian.org/debian testing/main amd64 dbus-session-bus-common all 1.12.20-3 [97.3 kB]
Get:18 http://deb.debian.org/debian testing/main amd64 libexpat1 amd64 2.4.1-3 [104 kB]
Get:19 http://deb.debian.org/debian testing/main amd64 dbus-daemon amd64 1.12.20-3 [201 kB]
Get:20 http://deb.debian.org/debian testing/main amd64 dbus-system-bus-common all 1.12.20-3 [98.4 kB]
Get:21 http://deb.debian.org/debian testing/main amd64 dbus amd64 1.12.20-3 [116 kB]
Get:22 http://deb.debian.org/debian testing/main amd64 bsdextrautils amd64 2.37.2-4 [143 kB]
Get:23 http://deb.debian.org/debian testing/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
Get:24 http://deb.debian.org/debian testing/main amd64 groff-base amd64 1.22.4-7 [935 kB]
Get:25 http://deb.debian.org/debian testing/main amd64 libgdbm6 amd64 1.22-1 [82.1 kB]
Get:26 http://deb.debian.org/debian testing/main amd64 libpipeline1 amd64 1.5.4-1 [36.2 kB]
Get:27 http://deb.debian.org/debian testing/main amd64 man-db amd64 2.9.4-2 [1354 kB]
Get:28 http://deb.debian.org/debian testing/main amd64 perl-modules-5.32 all 5.32.1-6 [2824 kB]
Get:29 https://repo.mongodb.org/apt/debian buster/mongodb-org/4.4/main amd64 mongodb-database-tools amd64 100.5.1 [46.4 MB]
Get:30 https://dl.cloudsmith.io/public/cloudposse/packages/deb/debian any-version/main amd64 aws-vault amd64 6.3.1-1 [7023 kB]
Get:31 http://deb.debian.org/debian testing/main amd64 libgdbm-compat4 amd64 1.22-1 [56.3 kB]
Get:32 http://deb.debian.org/debian testing/main amd64 libperl5.32 amd64 5.32.1-6 [4106 kB]
Get:33 https://apt.releases.hashicorp.com buster/main amd64 consul amd64 1.10.4 [38.2 MB]
Get:34 http://deb.debian.org/debian testing/main amd64 perl amd64 5.32.1-6 [293 kB]
Get:35 http://deb.debian.org/debian testing/main amd64 runc amd64 1.0.2+ds1-2 [2527 kB]
Get:36 http://deb.debian.org/debian testing/main amd64 containerd amd64 1.5.8~ds1-2 [19.5 MB]
Get:37 https://dl.cloudsmith.io/public/cloudposse/packages/deb/debian any-version/main amd64 direnv amd64 2.28.0-1 [4639 kB]
Get:38 https://apt.releases.hashicorp.com buster/main amd64 packer amd64 1.7.8 [31.8 MB]
Get:39 http://deb.debian.org/debian testing/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
Get:40 http://deb.debian.org/debian testing/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
Get:41 http://deb.debian.org/debian testing/main amd64 netbase all 6.3 [19.9 kB]
Get:42 http://deb.debian.org/debian testing/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
Get:43 http://deb.debian.org/debian testing/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
Get:44 http://deb.debian.org/debian testing/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
Get:45 http://deb.debian.org/debian testing/main amd64 libnftnl11 amd64 1.2.1-1 [63.2 kB]
Get:46 http://deb.debian.org/debian testing/main amd64 iptables amd64 1.8.7-1 [382 kB]
Get:47 http://deb.debian.org/debian testing/main amd64 tini amd64 0.19.0-1 [255 kB]
Get:48 http://deb.debian.org/debian testing/main amd64 docker.io amd64 20.10.8+dfsg1-2 [35.0 MB]
Get:49 https://dl.cloudsmith.io/public/cloudposse/packages/deb/debian any-version/main amd64 gh amd64 2.2.0-1 [7241 kB]
Get:50 http://deb.debian.org/debian testing/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
Get:51 http://deb.debian.org/debian testing/main amd64 libpython3.9-minimal amd64 3.9.9-1 [804 kB]
Get:52 http://deb.debian.org/debian testing/main amd64 python3.9-minimal amd64 3.9.9-1 [1925 kB]
Get:53 http://deb.debian.org/debian testing/main amd64 python3-minimal amd64 3.9.7-1 [38.4 kB]
Get:54 http://deb.debian.org/debian testing/main amd64 media-types all 4.0.0 [30.3 kB]
Get:55 http://deb.debian.org/debian testing/main amd64 mailcap all 3.70 [31.8 kB]
Get:56 http://deb.debian.org/debian testing/main amd64 mime-support all 3.66 [10.9 kB]
Get:57 http://deb.debian.org/debian testing/main amd64 libmpdec3 amd64 2.5.1-2 [87.8 kB]
Get:58 http://deb.debian.org/debian testing/main amd64 libpython3.9-stdlib amd64 3.9.9-1 [1682 kB]
Get:59 https://apt.releases.hashicorp.com buster/main amd64 terraform amd64 1.0.11 [18.1 MB]
Get:60 http://deb.debian.org/debian testing/main amd64 python3.9 amd64 3.9.9-1 [484 kB]
Get:61 http://deb.debian.org/debian testing/main amd64 libpython3-stdlib amd64 3.9.7-1 [21.6 kB]
Get:62 http://deb.debian.org/debian testing/main amd64 python3 amd64 3.9.7-1 [38.0 kB]
Get:63 http://deb.debian.org/debian testing/main amd64 libpopt0 amd64 1.18-3 [49.7 kB]
Get:64 http://deb.debian.org/debian testing/main amd64 rsync amd64 3.2.3-8 [396 kB]
Get:65 http://deb.debian.org/debian testing/main amd64 tasksel-data all 3.68 [18.0 kB]
Get:66 http://deb.debian.org/debian testing/main amd64 tasksel all 3.68 [101 kB]
Get:67 http://deb.debian.org/debian testing/main amd64 libgmp10 amd64 2:6.2.1+dfsg-3 [560 kB]
Get:68 http://deb.debian.org/debian testing/main amd64 libelf1 amd64 0.186-1 [179 kB]
Get:69 http://deb.debian.org/debian testing/main amd64 libbpf0 amd64 1:0.5.0-1 [130 kB]
Get:70 http://deb.debian.org/debian testing/main amd64 libmd0 amd64 1.0.4-1 [29.6 kB]
Get:71 http://deb.debian.org/debian testing/main amd64 libbsd0 amd64 0.11.3-1 [108 kB]
Get:72 http://deb.debian.org/debian testing/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
Get:73 http://deb.debian.org/debian testing/main amd64 iproute2 amd64 5.15.0-1 [1010 kB]
Get:74 http://deb.debian.org/debian testing/main amd64 iputils-ping amd64 3:20210202-1 [49.8 kB]
Get:75 http://deb.debian.org/debian testing/main amd64 less amd64 551-2 [133 kB]
Get:76 http://deb.debian.org/debian testing/main amd64 libncurses6 amd64 6.3-1 [102 kB]
Get:77 http://deb.debian.org/debian testing/main amd64 libprocps8 amd64 2:3.3.17-5 [63.9 kB]
Get:78 http://deb.debian.org/debian testing/main amd64 procps amd64 2:3.3.17-5 [502 kB]
Get:79 http://deb.debian.org/debian testing/main amd64 sensible-utils all 0.0.17 [21.5 kB]
Get:80 http://deb.debian.org/debian testing/main amd64 xxd amd64 2:8.2.3565-1+b1 [214 kB]
Get:81 http://deb.debian.org/debian testing/main amd64 vim-common all 2:8.2.3565-1 [248 kB]
Get:82 http://deb.debian.org/debian testing/main amd64 bash-completion all 1:2.11-5 [234 kB]
Get:83 http://deb.debian.org/debian testing/main amd64 libfstrm0 amd64 0.6.0-1+b1 [21.5 kB]
Get:84 http://deb.debian.org/debian testing/main amd64 libjemalloc2 amd64 5.2.1-4 [247 kB]
Get:85 http://deb.debian.org/debian testing/main amd64 liblmdb0 amd64 0.9.24-1 [45.0 kB]
Get:86 http://deb.debian.org/debian testing/main amd64 libmaxminddb0 amd64 1.5.2-1 [29.8 kB]
Get:87 http://deb.debian.org/debian testing/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
Get:88 http://deb.debian.org/debian testing/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
Get:89 http://deb.debian.org/debian testing/main amd64 libuv1 amd64 1.42.0-1 [135 kB]
Get:90 http://deb.debian.org/debian testing/main amd64 libicu67 amd64 67.1-7 [8622 kB]
Get:91 http://deb.debian.org/debian testing/main amd64 libxml2 amd64 2.9.12+dfsg-5+b1 [701 kB]
Get:92 http://deb.debian.org/debian testing/main amd64 bind9-libs amd64 1:9.17.19-3 [1402 kB]
Get:93 http://deb.debian.org/debian testing/main amd64 bind9-host amd64 1:9.17.19-3 [306 kB]
Get:94 https://apt.releases.hashicorp.com buster/main amd64 vault amd64 1.9.0 [69.3 MB]
Get:95 http://deb.debian.org/debian testing/main amd64 libedit2 amd64 3.1-20210910-1 [97.5 kB]
Get:96 http://deb.debian.org/debian testing/main amd64 bind9-dnsutils amd64 1:9.17.19-3 [399 kB]
Get:97 http://deb.debian.org/debian testing/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
Get:98 http://deb.debian.org/debian testing/main amd64 libmagic-mgc amd64 1:5.41-2 [295 kB]
Get:99 http://deb.debian.org/debian testing/main amd64 libmagic1 amd64 1:5.41-2 [129 kB]
Get:100 http://deb.debian.org/debian testing/main amd64 file amd64 1:5.41-2 [66.9 kB]
Get:101 http://deb.debian.org/debian testing/main amd64 libc-l10n all 2.32-4 [836 kB]
Get:102 http://deb.debian.org/debian testing/main amd64 locales all 2.32-4 [4088 kB]
Get:103 http://deb.debian.org/debian testing/main amd64 lsof amd64 4.93.2+dfsg-1.1 [319 kB]
Get:104 http://deb.debian.org/debian testing/main amd64 libcbor0 amd64 0.5.0+dfsg-2 [24.0 kB]
Get:105 https://dl.cloudsmith.io/public/cloudposse/packages/deb/debian any-version/main amd64 gomplate amd64 3.10.0-1 [7846 kB]
Get:106 http://deb.debian.org/debian testing/main amd64 libfido2-1 amd64 1.8.0-1 [63.1 kB]
Get:107 http://deb.debian.org/debian testing/main amd64 openssh-client amd64 1:8.7p1-2 [1040 kB]
Get:108 http://deb.debian.org/debian testing/main amd64 telnet amd64 0.17-42 [71.1 kB]
Get:109 http://deb.debian.org/debian testing/main amd64 ucf all 3.0043 [74.0 kB]
Get:110 http://deb.debian.org/debian testing/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
Get:111 http://deb.debian.org/debian testing/main amd64 wget amd64 1.21.2-2+b1 [976 kB]
Get:112 http://deb.debian.org/debian testing/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
Get:113 http://deb.debian.org/debian testing/main amd64 android-liblog amd64 1:10.0.0+r36-7 [44.4 kB]
Get:114 http://deb.debian.org/debian testing/main amd64 android-libbase amd64 1:10.0.0+r36-7 [41.5 kB]
Get:115 http://deb.debian.org/debian testing/main amd64 android-libboringssl amd64 10.0.0+r36-1 [612 kB]
Get:116 http://deb.debian.org/debian testing/main amd64 android-libcrypto-utils amd64 1:10.0.0+r36-7 [12.3 kB]
Get:117 http://deb.debian.org/debian testing/main amd64 android-libcutils amd64 1:10.0.0+r36-7 [33.3 kB]
Get:118 http://deb.debian.org/debian testing/main amd64 libusb-1.0-0 amd64 2:1.0.24-3 [60.2 kB]
Get:119 http://deb.debian.org/debian testing/main amd64 android-libadb amd64 1:10.0.0+r36-7 [165 kB]
Get:120 http://deb.debian.org/debian testing/main amd64 android-sdk-platform-tools-common all 28.0.2+3 [8020 B]
Get:121 http://deb.debian.org/debian testing/main amd64 adb amd64 1:10.0.0+r36-7 [104 kB]
Get:122 http://deb.debian.org/debian testing/main amd64 libapr1 amd64 1.7.0-8 [106 kB]
Get:123 http://deb.debian.org/debian testing/main amd64 libaprutil1 amd64 1.6.1-5 [92.1 kB]
Get:124 http://deb.debian.org/debian testing/main amd64 apache2-utils amd64 2.4.51-2 [255 kB]
Get:125 http://deb.debian.org/debian testing/main amd64 libaspell15 amd64 0.60.8-4 [343 kB]
Get:126 http://deb.debian.org/debian testing/main amd64 libtext-iconv-perl amd64 1.7-7+b1 [16.1 kB]
Get:127 http://deb.debian.org/debian testing/main amd64 emacsen-common all 3.0.4 [19.3 kB]
Get:128 http://deb.debian.org/debian testing/main amd64 dictionaries-common all 1.28.12 [241 kB]
Get:129 http://deb.debian.org/debian testing/main amd64 aspell amd64 0.60.8-4 [266 kB]
Get:130 http://deb.debian.org/debian testing/main amd64 aspell-he all 1.0-0-8.1 [180 kB]
Get:131 http://deb.debian.org/debian testing/main amd64 libfl2 amd64 2.6.4-8 [103 kB]
Get:132 http://deb.debian.org/debian testing/main amd64 at amd64 3.1.23-1.1 [49.9 kB]
Get:133 http://deb.debian.org/debian testing/main amd64 bats all 1.2.1-3 [30.3 kB]
Get:134 http://deb.debian.org/debian testing/main amd64 bc amd64 1.07.1-3+b1 [110 kB]
Get:135 http://deb.debian.org/debian testing/main amd64 binutils-common amd64 2.37-7 [2286 kB]
Get:136 http://deb.debian.org/debian testing/main amd64 libbinutils amd64 2.37-7 [581 kB]
Get:137 http://deb.debian.org/debian testing/main amd64 libctf-nobfd0 amd64 2.37-7 [155 kB]
Get:138 http://deb.debian.org/debian testing/main amd64 libctf0 amd64 2.37-7 [94.0 kB]
Get:139 http://deb.debian.org/debian testing/main amd64 binutils-x86-64-linux-gnu amd64 2.37-7 [1821 kB]
Get:140 http://deb.debian.org/debian testing/main amd64 binutils amd64 2.37-7 [61.8 kB]
Get:141 http://deb.debian.org/debian testing/main amd64 python3-six all 1.16.0-2 [17.5 kB]
Get:142 http://deb.debian.org/debian testing/main amd64 python3-configobj all 5.0.6-5 [36.1 kB]
Get:143 http://deb.debian.org/debian testing/main amd64 python3-certifi all 2020.6.20-1 [151 kB]
Get:144 http://deb.debian.org/debian testing/main amd64 python3-urllib3 all 1.26.5-1~exp1 [114 kB]
Get:145 http://deb.debian.org/debian testing/main amd64 python3-dulwich amd64 0.20.25-1+b2 [306 kB]
Get:146 http://deb.debian.org/debian testing/main amd64 python3-fastimport all 0.9.8-5 [30.5 kB]
Get:147 http://deb.debian.org/debian testing/main amd64 python3-patiencediff amd64 0.2.1-1+b2 [20.8 kB]
Get:148 http://deb.debian.org/debian testing/main amd64 python3-breezy amd64 3.1.0-8 [1652 kB]
Get:149 http://deb.debian.org/debian testing/main amd64 brz all 3.1.0-8 [61.5 kB]
Get:150 http://deb.debian.org/debian testing/main amd64 bubblewrap amd64 0.5.0-1 [47.1 kB]
Get:151 http://deb.debian.org/debian testing/main amd64 libc-dev-bin amd64 2.32-4 [241 kB]
Get:152 http://deb.debian.org/debian testing/main amd64 linux-libc-dev amd64 5.14.16-1 [1442 kB]
Get:153 http://deb.debian.org/debian testing/main amd64 libcrypt-dev amd64 1:4.4.26-1 [104 kB]
Get:154 http://deb.debian.org/debian testing/main amd64 libtirpc-dev amd64 1.3.2-2 [190 kB]
Get:155 http://deb.debian.org/debian testing/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
Get:156 http://deb.debian.org/debian testing/main amd64 rpcsvc-proto amd64 1.4.2-4 [63.1 kB]
Get:157 http://deb.debian.org/debian testing/main amd64 libc6-dev amd64 2.32-4 [2251 kB]
Get:158 http://deb.debian.org/debian testing/main amd64 libisl23 amd64 0.24-2 [682 kB]
Get:159 http://deb.debian.org/debian testing/main amd64 libmpfr6 amd64 4.1.0-3 [2012 kB]
Get:160 http://deb.debian.org/debian testing/main amd64 libmpc3 amd64 1.2.1-1 [44.6 kB]
Get:161 http://deb.debian.org/debian testing/main amd64 cpp-11 amd64 11.2.0-10 [45.5 MB]
Get:162 https://dl.cloudsmith.io/public/cloudposse/packages/deb/debian any-version/main amd64 helm amd64 3.7.1-1 [13.9 MB]
Get:163 http://deb.debian.org/debian testing/main amd64 cpp amd64 4:11.2.0-2 [19.9 kB]
Get:164 http://deb.debian.org/debian testing/main amd64 libcc1-0 amd64 11.2.0-10 [47.2 kB]
Get:165 http://deb.debian.org/debian testing/main amd64 libgomp1 amd64 11.2.0-10 [106 kB]
Get:166 http://deb.debian.org/debian testing/main amd64 libitm1 amd64 11.2.0-10 [26.0 kB]
Get:167 http://deb.debian.org/debian testing/main amd64 libatomic1 amd64 11.2.0-10 [9052 B]
Get:168 http://deb.debian.org/debian testing/main amd64 libasan6 amd64 11.2.0-10 [2050 kB]
Get:169 http://deb.debian.org/debian testing/main amd64 liblsan0 amd64 11.2.0-10 [886 kB]
Get:170 http://deb.debian.org/debian testing/main amd64 libtsan0 amd64 11.2.0-10 [2019 kB]
Get:171 https://dl.cloudsmith.io/public/cloudposse/packages/deb/debian any-version/main amd64 helm2 amd64 2.16.10 [12.5 MB]
Get:172 http://deb.debian.org/debian testing/main amd64 libubsan1 amd64 11.2.0-10 [835 kB]
Get:173 http://deb.debian.org/debian testing/main amd64 libquadmath0 amd64 11.2.0-10 [145 kB]
Get:174 http://deb.debian.org/debian testing/main amd64 libgcc-11-dev amd64 11.2.0-10 [2357 kB]
Get:175 http://deb.debian.org/debian testing/main amd64 gcc-11 amd64 11.2.0-10 [53.3 MB]
Get:176 http://deb.debian.org/debian testing/main amd64 gcc amd64 4:11.2.0-2 [5188 B]
Get:177 http://deb.debian.org/debian testing/main amd64 libstdc++-11-dev amd64 11.2.0-10 [1952 kB]
Get:178 http://deb.debian.org/debian testing/main amd64 g++-11 amd64 11.2.0-10 [49.7 MB]
Get:179 https://dl.cloudsmith.io/public/cloudposse/packages/deb/debian any-version/main amd64 jp amd64 0.2.1-1 [2490 kB]
Get:180 http://deb.debian.org/debian testing/main amd64 g++ amd64 4:11.2.0-2 [1636 B]
Get:181 http://deb.debian.org/debian testing/main amd64 make amd64 4.3-4.1 [396 kB]
Get:182 http://deb.debian.org/debian testing/main amd64 libdpkg-perl all 1.20.9 [1537 kB]
Get:183 http://deb.debian.org/debian testing/main amd64 patch amd64 2.7.6-7 [128 kB]
Get:184 http://deb.debian.org/debian testing/main amd64 dpkg-dev all 1.20.9 [2153 kB]
Get:185 http://deb.debian.org/debian testing/main amd64 build-essential amd64 12.9 [7704 B]
Get:186 http://deb.debian.org/debian testing/main amd64 rubygems-integration all 1.18 [6704 B]
Get:187 http://deb.debian.org/debian testing/main amd64 rake all 13.0.3-1 [84.7 kB]
Get:188 http://deb.debian.org/debian testing/main amd64 ruby-minitest all 5.13.0-1 [57.3 kB]
Get:189 http://deb.debian.org/debian testing/main amd64 ruby-net-telnet all 0.1.1-2 [12.5 kB]
Get:190 http://deb.debian.org/debian testing/main amd64 ruby-power-assert all 1.1.7-2 [11.5 kB]
Get:191 http://deb.debian.org/debian testing/main amd64 ruby-test-unit all 3.3.9-1 [86.1 kB]
Get:192 http://deb.debian.org/debian testing/main amd64 ruby-xmlrpc all 0.3.2-1 [24.3 kB]
Get:193 http://deb.debian.org/debian testing/main amd64 libyaml-0-2 amd64 0.2.2-1 [49.6 kB]
Get:194 http://deb.debian.org/debian testing/main amd64 libruby2.7 amd64 2.7.4-1+b1 [4198 kB]
Get:195 http://deb.debian.org/debian testing/main amd64 ruby2.7 amd64 2.7.4-1+b1 [747 kB]
Get:196 https://dl.cloudsmith.io/public/cloudposse/packages/deb/debian any-version/main amd64 kops amd64 1.22.2-1 [53.9 MB]
Get:197 http://deb.debian.org/debian testing/main amd64 ruby amd64 1:2.7.6 [11.9 kB]
Get:198 http://deb.debian.org/debian testing/main amd64 ruby-rubygems all 3.2.27-2 [272 kB]
Get:199 http://deb.debian.org/debian testing/main amd64 ruby-bundler all 2.2.27-2 [379 kB]
Get:200 http://deb.debian.org/debian testing/main amd64 bundler all 2.2.27-2 [67.5 kB]
Get:201 http://deb.debian.org/debian testing/main amd64 bzr all 2.7.0+bzr6622+brz [21.1 kB]
Get:202 http://deb.debian.org/debian testing/main amd64 java-common all 0.72 [14.5 kB]
Get:203 http://deb.debian.org/debian testing/main amd64 libavahi-common-data amd64 0.8-5 [124 kB]
Get:204 http://deb.debian.org/debian testing/main amd64 libavahi-common3 amd64 0.8-5 [58.4 kB]
Get:205 http://deb.debian.org/debian testing/main amd64 libavahi-client3 amd64 0.8-5 [62.1 kB]
Get:206 http://deb.debian.org/debian testing/main amd64 libcups2 amd64 2.3.3op2-7 [349 kB]
Get:207 http://deb.debian.org/debian testing/main amd64 liblcms2-2 amd64 2.12~rc1-2 [150 kB]
Get:208 http://deb.debian.org/debian testing/main amd64 libjpeg62-turbo amd64 1:2.0.6-4 [151 kB]
Get:209 http://deb.debian.org/debian testing/main amd64 libbrotli1 amd64 1.0.9-2+b3 [276 kB]
Get:210 http://deb.debian.org/debian testing/main amd64 libpng16-16 amd64 1.6.37-3 [294 kB]
Get:211 http://deb.debian.org/debian testing/main amd64 libfreetype6 amd64 2.11.0+dfsg-1 [453 kB]
Get:212 http://deb.debian.org/debian testing/main amd64 fonts-dejavu-core all 2.37-2 [1069 kB]
Get:213 http://deb.debian.org/debian testing/main amd64 fontconfig-config all 2.13.1-4.2 [281 kB]
Get:214 http://deb.debian.org/debian testing/main amd64 libfontconfig1 amd64 2.13.1-4.2 [347 kB]
Get:215 http://deb.debian.org/debian testing/main amd64 libnspr4 amd64 2:4.32-1 [112 kB]
Get:216 http://deb.debian.org/debian testing/main amd64 libnss3 amd64 2:3.72-2 [1322 kB]
Get:217 http://deb.debian.org/debian testing/main amd64 libasound2-data all 1.2.5.1-1 [38.6 kB]
Get:218 http://deb.debian.org/debian testing/main amd64 libasound2 amd64 1.2.5.1-1 [373 kB]
Get:219 http://deb.debian.org/debian testing/main amd64 libglib2.0-0 amd64 2.70.1-1 [1403 kB]
Get:220 http://deb.debian.org/debian testing/main amd64 libgraphite2-3 amd64 1.3.14-1 [81.2 kB]
Get:221 http://deb.debian.org/debian testing/main amd64 libharfbuzz0b amd64 2.7.4-1 [1471 kB]
Get:222 http://deb.debian.org/debian testing/main amd64 libpcsclite1 amd64 1.9.4-1 [60.0 kB]
Get:223 http://deb.debian.org/debian testing/main amd64 openjdk-11-jre-headless amd64 11.0.13+8-1 [37.3 MB]
Get:224 http://deb.debian.org/debian testing/main amd64 default-jre-headless amd64 2:1.11-72 [10.9 kB]
Get:225 http://deb.debian.org/debian testing/main amd64 ca-certificates-java all 20190909 [15.7 kB]
Get:226 http://deb.debian.org/debian testing/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
Get:227 http://deb.debian.org/debian testing/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
Get:228 http://deb.debian.org/debian testing/main amd64 libssh2-1 amd64 1.10.0-2 [178 kB]
Get:229 http://deb.debian.org/debian testing/main amd64 libcurl4 amd64 7.79.1-2 [360 kB]
Get:230 http://deb.debian.org/debian testing/main amd64 libjsoncpp24 amd64 1.9.4-5 [78.8 kB]
Get:231 http://deb.debian.org/debian testing/main amd64 librhash0 amd64 1.4.2-1 [129 kB]
Get:232 http://deb.debian.org/debian testing/main amd64 dh-elpa-helper all 2.0.9 [11.2 kB]
Get:233 http://deb.debian.org/debian testing/main amd64 cmake-data all 3.22.0-1 [1902 kB]
Get:234 http://deb.debian.org/debian testing/main amd64 cmake amd64 3.22.0-1 [7988 kB]
Get:235 https://dl.cloudsmith.io/public/cloudposse/packages/deb/debian any-version/main amd64 minikube amd64 1.24.0-1 [28.5 MB]
Get:236 http://deb.debian.org/debian testing/main amd64 psmisc amd64 23.4-2 [198 kB]
Get:237 http://deb.debian.org/debian testing/main amd64 php-common all 2:76 [15.6 kB]
Get:238 http://deb.debian.org/debian testing/main amd64 php7.4-common amd64 7.4.21-1+deb11u1+b2 [1019 kB]
Get:239 http://deb.debian.org/debian testing/main amd64 php7.4-json amd64 7.4.21-1+deb11u1+b2 [19.2 kB]
Get:240 http://deb.debian.org/debian testing/main amd64 php7.4-opcache amd64 7.4.21-1+deb11u1+b2 [197 kB]
Get:241 http://deb.debian.org/debian testing/main amd64 php7.4-readline amd64 7.4.21-1+deb11u1+b2 [12.4 kB]
Get:242 http://deb.debian.org/debian testing/main amd64 libsodium23 amd64 1.0.18-1 [161 kB]
Get:243 http://deb.debian.org/debian testing/main amd64 php7.4-cli amd64 7.4.21-1+deb11u1+b2 [1426 kB]
Get:244 http://deb.debian.org/debian testing/main amd64 php-cli all 2:7.4+76 [6796 B]
Get:245 http://deb.debian.org/debian testing/main amd64 php-composer-ca-bundle all 1.3.1-1 [11.7 kB]
Get:246 http://deb.debian.org/debian testing/main amd64 php-composer-metadata-minifier all 1.0.0-2 [3632 B]
Get:247 http://deb.debian.org/debian testing/main amd64 php-composer-semver all 3.2.6-1 [21.4 kB]
Get:248 http://deb.debian.org/debian testing/main amd64 php-composer-spdx-licenses all 1.5.6-1 [14.1 kB]
Get:249 http://deb.debian.org/debian testing/main amd64 php-psr-log all 1.1.3-2 [9232 B]
Get:250 http://deb.debian.org/debian testing/main amd64 php-composer-xdebug-handler all 2.0.2-1 [18.1 kB]
Get:251 http://deb.debian.org/debian testing/main amd64 php-json-schema all 5.2.11-1 [38.2 kB]
Get:252 http://deb.debian.org/debian testing/main amd64 jsonlint all 1.8.3-2 [13.5 kB]
Get:253 http://deb.debian.org/debian testing/main amd64 libonig5 amd64 6.9.7.1-2 [186 kB]
Get:254 http://deb.debian.org/debian testing/main amd64 php7.4-mbstring amd64 7.4.21-1+deb11u1+b2 [396 kB]
Get:255 http://deb.debian.org/debian testing/main amd64 php-mbstring all 2:7.4+76 [6372 B]
Get:256 http://deb.debian.org/debian testing/main amd64 php-symfony-polyfill-php80 all 1.23.1-1 [10.6 kB]
Get:257 http://deb.debian.org/debian testing/main amd64 php-psr-container all 1.1.2-1 [4324 B]
Get:258 http://deb.debian.org/debian testing/main amd64 php-symfony-service-contracts all 1.1.10-2 [8052 B]
Get:259 http://deb.debian.org/debian testing/main amd64 php-symfony-console all 4.4.19+dfsg-2 [82.7 kB]
Get:260 http://deb.debian.org/debian testing/main amd64 php-symfony-filesystem all 4.4.19+dfsg-2 [26.1 kB]
Get:261 http://deb.debian.org/debian testing/main amd64 php-symfony-finder all 4.4.19+dfsg-2 [31.4 kB]
Get:262 http://deb.debian.org/debian testing/main amd64 php-symfony-process all 4.4.19+dfsg-2 [36.3 kB]
Get:263 http://deb.debian.org/debian testing/main amd64 php-react-promise all 2.7.0-2 [18.6 kB]
Get:264 http://deb.debian.org/debian testing/main amd64 composer all 2.1.12-1 [438 kB]
Get:265 http://deb.debian.org/debian testing/main amd64 conmon amd64 2.0.25+ds1-1.1 [34.4 kB]
Get:266 http://deb.debian.org/debian testing/main amd64 containernetworking-plugins amd64 0.9.1+ds1-1 [6385 kB]
Get:267 http://deb.debian.org/debian testing/main amd64 curl amd64 7.79.1-2 [287 kB]
Get:268 http://deb.debian.org/debian testing/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
Get:269 http://deb.debian.org/debian testing/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
Get:270 http://deb.debian.org/debian testing/main amd64 libxcb1 amd64 1.14-3 [140 kB]
Get:271 http://deb.debian.org/debian testing/main amd64 libx11-data all 2:1.7.2-2 [311 kB]
Get:272 http://deb.debian.org/debian testing/main amd64 libx11-6 amd64 2:1.7.2-2+b1 [772 kB]
Get:273 http://deb.debian.org/debian testing/main amd64 dbus-x11 amd64 1.12.20-3 [110 kB]
Get:274 http://deb.debian.org/debian testing/main amd64 libdconf1 amd64 0.40.0-2 [47.4 kB]
Get:275 http://deb.debian.org/debian testing/main amd64 dconf-service amd64 0.40.0-2 [37.9 kB]
Get:276 http://deb.debian.org/debian testing/main amd64 dconf-gsettings-backend amd64 0.40.0-2 [34.0 kB]
Get:277 http://deb.debian.org/debian testing/main amd64 openjdk-11-jdk-headless amd64 11.0.13+8-1 [217 MB]
Get:278 https://dl.cloudsmith.io/public/cloudposse/packages/deb/debian any-version/main amd64 terragrunt amd64 0.35.13-1 [16.1 MB]
Get:279 http://deb.debian.org/debian testing/main amd64 default-jdk-headless amd64 2:1.11-72 [1100 B]
Get:280 http://deb.debian.org/debian testing/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB]
Get:281 http://deb.debian.org/debian testing/main amd64 mysql-common all 5.8+1.0.7 [7464 B]
Get:282 http://deb.debian.org/debian testing/main amd64 mariadb-common all 1:10.5.12-1 [36.3 kB]
Get:283 http://deb.debian.org/debian testing/main amd64 libmariadb3 amd64 1:10.5.12-1 [175 kB]
Get:284 http://deb.debian.org/debian testing/main amd64 mariadb-client-core-10.5 amd64 1:10.5.12-1 [777 kB]
Get:285 http://deb.debian.org/debian testing/main amd64 mariadb-client-10.5 amd64 1:10.5.12-1 [1498 kB]
Get:286 http://deb.debian.org/debian testing/main amd64 default-mysql-client all 1.0.7 [3700 B]
Get:287 http://deb.debian.org/debian testing/main amd64 libfakeroot amd64 1.25.3-1.1 [47.0 kB]
Get:288 http://deb.debian.org/debian testing/main amd64 fakeroot amd64 1.25.3-1.1 [87.0 kB]
Get:289 http://deb.debian.org/debian testing/main amd64 libfile-dirlist-perl all 0.05-2 [7444 B]
Get:290 http://deb.debian.org/debian testing/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
Get:291 http://deb.debian.org/debian testing/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
Get:292 http://deb.debian.org/debian testing/main amd64 libfile-touch-perl all 0.12-1 [10.5 kB]
Get:293 http://deb.debian.org/debian testing/main amd64 libio-pty-perl amd64 1:1.15-2 [37.0 kB]
Get:294 http://deb.debian.org/debian testing/main amd64 libipc-run-perl all 20200505.0-1 [102 kB]
Get:295 http://deb.debian.org/debian testing/main amd64 libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
Get:296 http://deb.debian.org/debian testing/main amd64 libb-hooks-op-check-perl amd64 0.22-1+b3 [11.3 kB]
Get:297 http://deb.debian.org/debian testing/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
Get:298 http://deb.debian.org/debian testing/main amd64 libdevel-callchecker-perl amd64 0.008-1+b2 [15.9 kB]
Get:299 http://deb.debian.org/debian testing/main amd64 libparams-classify-perl amd64 0.015-1+b3 [25.7 kB]
Get:300 http://deb.debian.org/debian testing/main amd64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
Get:301 http://deb.debian.org/debian testing/main amd64 libimport-into-perl all 1.002005-1 [11.6 kB]
Get:302 http://deb.debian.org/debian testing/main amd64 librole-tiny-perl all 2.002004-1 [21.4 kB]
Get:303 http://deb.debian.org/debian testing/main amd64 libsub-quote-perl all 2.006006-1 [21.0 kB]
Get:304 http://deb.debian.org/debian testing/main amd64 libmoo-perl all 2.005004-2 [60.4 kB]
Get:305 http://deb.debian.org/debian testing/main amd64 libencode-locale-perl all 1.05-1.1 [13.2 kB]
Get:306 http://deb.debian.org/debian testing/main amd64 libtimedate-perl all 2.3300-2 [39.3 kB]
Get:307 http://deb.debian.org/debian testing/main amd64 libhttp-date-perl all 6.05-1 [10.4 kB]
Get:308 http://deb.debian.org/debian testing/main amd64 libfile-listing-perl all 6.14-1 [12.4 kB]
Get:309 http://deb.debian.org/debian testing/main amd64 libhtml-tagset-perl all 3.20-4 [13.0 kB]
Get:310 http://deb.debian.org/debian testing/main amd64 liburi-perl all 5.10-1 [91.0 kB]
Get:311 http://deb.debian.org/debian testing/main amd64 libhtml-parser-perl amd64 3.76-1 [105 kB]
Get:312 http://deb.debian.org/debian testing/main amd64 libhtml-tree-perl all 5.07-2 [213 kB]
Get:313 http://deb.debian.org/debian testing/main amd64 libio-html-perl all 1.004-2 [16.1 kB]
Get:314 http://deb.debian.org/debian testing/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
Get:315 http://deb.debian.org/debian testing/main amd64 libhttp-message-perl all 6.35-1 [80.5 kB]
Get:316 http://deb.debian.org/debian testing/main amd64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
Get:317 http://deb.debian.org/debian testing/main amd64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
Get:318 http://deb.debian.org/debian testing/main amd64 perl-openssl-defaults amd64 5 [7360 B]
Get:319 http://deb.debian.org/debian testing/main amd64 libnet-ssleay-perl amd64 1.90-1 [327 kB]
Get:320 http://deb.debian.org/debian testing/main amd64 libio-socket-ssl-perl all 2.072-1 [221 kB]
Get:321 http://deb.debian.org/debian testing/main amd64 libnet-http-perl all 6.21-1 [25.3 kB]
Get:322 http://deb.debian.org/debian testing/main amd64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
Get:323 http://deb.debian.org/debian testing/main amd64 libtry-tiny-perl all 0.30-1 [23.3 kB]
Get:324 http://deb.debian.org/debian testing/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
Get:325 http://deb.debian.org/debian testing/main amd64 libwww-perl all 6.58-1 [193 kB]
Get:326 http://deb.debian.org/debian testing/main amd64 patchutils amd64 0.4.2-1 [77.5 kB]
Get:327 http://deb.debian.org/debian testing/main amd64 wdiff amd64 1.2.2-2+b1 [122 kB]
Get:328 http://deb.debian.org/debian testing/main amd64 devscripts amd64 2.21.4 [1093 kB]
Get:329 http://deb.debian.org/debian testing/main amd64 dnsutils all 1:9.17.19-3 [266 kB]
Get:330 http://deb.debian.org/debian testing/main amd64 dos2unix amd64 7.4.2-2 [396 kB]
Get:331 http://deb.debian.org/debian testing/main amd64 easy-rsa all 3.0.8-1 [45.2 kB]
Get:332 http://deb.debian.org/debian testing/main amd64 entr amd64 5.0-1 [20.5 kB]
Get:333 http://deb.debian.org/debian testing/main amd64 libtcl8.6 amd64 8.6.12+dfsg-1 [1033 kB]
Get:334 http://deb.debian.org/debian testing/main amd64 tcl8.6 amd64 8.6.12+dfsg-1 [124 kB]
Get:335 http://deb.debian.org/debian testing/main amd64 tcl-expect amd64 5.45.4-2+b1 [133 kB]
Get:336 http://deb.debian.org/debian testing/main amd64 expect amd64 5.45.4-2+b1 [166 kB]
Get:337 http://deb.debian.org/debian testing/main amd64 xdg-dbus-proxy amd64 0.1.2-2 [23.0 kB]
Get:338 http://deb.debian.org/debian testing/main amd64 libgdk-pixbuf2.0-common all 2.42.6+dfsg-2 [327 kB]
Get:339 http://deb.debian.org/debian testing/main amd64 shared-mime-info amd64 2.0-1 [701 kB]
Get:340 http://deb.debian.org/debian testing/main amd64 libdeflate0 amd64 1.8-1 [53.1 kB]
Get:341 http://deb.debian.org/debian testing/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
Get:342 http://deb.debian.org/debian testing/main amd64 libwebp6 amd64 0.6.1-2.1 [258 kB]
Get:343 http://deb.debian.org/debian testing/main amd64 libtiff5 amd64 4.3.0-2 [294 kB]
Get:344 http://deb.debian.org/debian testing/main amd64 libgdk-pixbuf-2.0-0 amd64 2.42.6+dfsg-2 [156 kB]
Get:345 http://deb.debian.org/debian testing/main amd64 libproxy1v5 amd64 0.4.17-1 [59.5 kB]
Get:346 http://deb.debian.org/debian testing/main amd64 glib-networking-common all 2.70.0-1 [79.2 kB]
Get:347 http://deb.debian.org/debian testing/main amd64 glib-networking-services amd64 2.70.0-1 [17.4 kB]
Get:348 http://deb.debian.org/debian testing/main amd64 gsettings-desktop-schemas all 41.0-2 [612 kB]
Get:349 http://deb.debian.org/debian testing/main amd64 glib-networking amd64 2.70.0-1 [72.1 kB]
Get:350 http://deb.debian.org/debian testing/main amd64 libsoup2.4-1 amd64 2.74.1-1 [281 kB]
Get:351 http://deb.debian.org/debian testing/main amd64 libstemmer0d amd64 2.2.0-1 [121 kB]
Get:352 http://deb.debian.org/debian testing/main amd64 libappstream-glib8 amd64 0.7.18-2 [147 kB]
Get:353 http://deb.debian.org/debian testing/main amd64 libfuse2 amd64 2.9.9-5 [130 kB]
Get:354 http://deb.debian.org/debian testing/main amd64 libgpgme11 amd64 1.16.0-1.1+b1 [291 kB]
Get:355 http://deb.debian.org/debian testing/main amd64 libjson-glib-1.0-common all 1.6.6-1 [57.1 kB]
Get:356 http://deb.debian.org/debian testing/main amd64 libjson-glib-1.0-0 amd64 1.6.6-1 [65.6 kB]
Get:357 http://deb.debian.org/debian testing/main amd64 libmalcontent-0-0 amd64 0.10.3-1 [20.7 kB]
Get:358 http://deb.debian.org/debian testing/main amd64 libavahi-glib1 amd64 0.8-5 [44.1 kB]
Get:359 http://deb.debian.org/debian testing/main amd64 libostree-1-1 amd64 2021.5-1 [318 kB]
Get:360 http://deb.debian.org/debian testing/main amd64 libpolkit-gobject-1-0 amd64 0.105-31 [48.5 kB]
Get:361 http://deb.debian.org/debian testing/main amd64 libpolkit-agent-1-0 amd64 0.105-31 [28.1 kB]
Get:362 http://deb.debian.org/debian testing/main amd64 flatpak amd64 1.12.2-1 [1298 kB]
Get:363 http://deb.debian.org/debian testing/main amd64 libgirepository-1.0-1 amd64 1.70.0-2 [97.8 kB]
Get:364 http://deb.debian.org/debian testing/main amd64 gir1.2-glib-2.0 amd64 1.70.0-2 [154 kB]
Get:365 http://deb.debian.org/debian testing/main amd64 libflatpak0 amd64 1.12.2-1 [362 kB]
Get:366 http://deb.debian.org/debian testing/main amd64 gir1.2-flatpak-1.0 amd64 1.12.2-1 [37.2 kB]
Get:367 http://deb.debian.org/debian testing/main amd64 ostree amd64 2021.5-1 [174 kB]
Get:368 http://deb.debian.org/debian testing/main amd64 libcurl3-gnutls amd64 7.79.1-2 [355 kB]
Get:369 http://deb.debian.org/debian testing/main amd64 libdw1 amd64 0.186-1 [237 kB]
Get:370 http://deb.debian.org/debian testing/main amd64 flatpak-builder amd64 1.2.0-1 [183 kB]
Get:371 http://deb.debian.org/debian testing/main amd64 flatpak-xdg-utils amd64 1.0.4-1 [16.9 kB]
Get:372 http://deb.debian.org/debian testing/main amd64 ftp amd64 0.17-35 [59.7 kB]
Get:373 http://deb.debian.org/debian testing/main amd64 fuse amd64 2.9.9-5 [72.4 kB]
Get:374 http://deb.debian.org/debian testing/main amd64 gir1.2-freedesktop amd64 1.70.0-2 [33.8 kB]
Get:375 http://deb.debian.org/debian testing/main amd64 gir1.2-ostree-1.0 amd64 2021.5-1 [38.6 kB]
Get:376 http://deb.debian.org/debian testing/main amd64 liberror-perl all 0.17029-1 [31.0 kB]
Get:377 http://deb.debian.org/debian testing/main amd64 git-man all 1:2.33.0-1 [1879 kB]
Get:378 http://deb.debian.org/debian testing/main amd64 git amd64 1:2.33.0-1 [5689 kB]
Get:379 http://deb.debian.org/debian testing/main amd64 go-md2man amd64 2.0.0+ds-5+b6 [688 kB]
Get:380 http://deb.debian.org/debian testing/main amd64 python3-lib2to3 all 3.9.9-2 [79.5 kB]
Get:381 http://deb.debian.org/debian testing/main amd64 python3-distutils all 3.9.9-2 [146 kB]
Get:382 http://deb.debian.org/debian testing/main amd64 python3-markupsafe amd64 2.0.1-2+b1 [14.0 kB]
Get:383 http://deb.debian.org/debian testing/main amd64 python3-mako all 1.1.3+ds1-2 [80.2 kB]
Get:384 http://deb.debian.org/debian testing/main amd64 python3-more-itertools all 8.10.0-2 [53.0 kB]
Get:385 http://deb.debian.org/debian testing/main amd64 python3-zipp all 1.0.0-3 [6060 B]
Get:386 http://deb.debian.org/debian testing/main amd64 python3-importlib-metadata all 4.6.4-1 [22.5 kB]
Get:387 http://deb.debian.org/debian testing/main amd64 python3-markdown all 3.3.6-1 [71.7 kB]
Get:388 http://deb.debian.org/debian testing/main amd64 gobject-introspection amd64 1.70.0-2 [306 kB]
Get:389 http://deb.debian.org/debian testing/main amd64 golang-1.17-doc all 1.17.3-1 [105 kB]
Get:390 http://deb.debian.org/debian testing/main amd64 golang-1.17-src all 1.17.3-1 [15.2 MB]
Get:391 http://deb.debian.org/debian testing/main amd64 golang-1.17-go amd64 1.17.3-1 [56.6 MB]
Get:392 http://deb.debian.org/debian testing/main amd64 golang-1.17 all 1.17.3-1 [28.3 kB]
Get:393 http://deb.debian.org/debian testing/main amd64 golang-src all 2:1.17~1 [5396 B]
Get:394 http://deb.debian.org/debian testing/main amd64 golang-go amd64 2:1.17~1 [43.0 kB]
Get:395 http://deb.debian.org/debian testing/main amd64 golang-doc all 2:1.17~1 [5408 B]
Get:396 http://deb.debian.org/debian testing/main amd64 golang amd64 2:1.17~1 [5348 B]
Get:397 http://deb.debian.org/debian testing/main amd64 golang-github-containers-image all 5.16.0-3 [30.2 kB]
Get:398 http://deb.debian.org/debian testing/main amd64 golang-github-containers-common all 0.44.3+ds1-2 [27.9 kB]
Get:399 http://deb.debian.org/debian testing/main amd64 python3-pkg-resources all 58.2.0-1 [192 kB]
Get:400 http://deb.debian.org/debian testing/main amd64 gyp all 0.1+20210831gitd6c5dd5-1 [236 kB]
Get:401 http://deb.debian.org/debian testing/main amd64 libsass1 amd64 3.6.5+20211111-2 [710 kB]
Get:402 http://deb.debian.org/debian testing/main amd64 hugo amd64 0.82.1-1 [10.1 MB]
Get:403 http://deb.debian.org/debian testing/main amd64 hunspell-he all 1:7.2.0-2 [915 kB]
Get:404 http://deb.debian.org/debian testing/main amd64 libhunspell-1.7-0 amd64 1.7.0-4 [191 kB]
Get:405 http://deb.debian.org/debian testing/main amd64 hunspell amd64 1.7.0-4 [100 kB]
Get:406 http://deb.debian.org/debian testing/main amd64 hyphen-en-us all 2.8.8-7 [54.2 kB]
Get:407 http://deb.debian.org/debian testing/main amd64 ipcalc all 0.42-2 [27.8 kB]
Get:408 http://deb.debian.org/debian testing/main amd64 iputils-tracepath amd64 3:20210202-1 [27.5 kB]
Get:409 http://deb.debian.org/debian testing/main amd64 keyutils amd64 1.6.1-2 [52.8 kB]
Get:410 http://deb.debian.org/debian testing/main amd64 krb5-config all 2.6+nmu1 [23.6 kB]
Get:411 http://deb.debian.org/debian testing/main amd64 kubernetes-client amd64 1.20.5+really1.20.2-1 [8382 kB]
Get:412 http://deb.debian.org/debian testing/main amd64 ldap-utils amd64 2.4.59+dfsg-1 [207 kB]
Get:413 http://deb.debian.org/debian testing/main amd64 libarchive-tools amd64 3.4.3-2+b1 [79.4 kB]
Get:414 http://deb.debian.org/debian testing/main amd64 uuid-dev amd64 2.37.2-4 [95.8 kB]
Get:415 http://deb.debian.org/debian testing/main amd64 libblkid-dev amd64 2.37.2-4 [232 kB]
Get:416 http://deb.debian.org/debian testing/main amd64 libbrotli-dev amd64 1.0.9-2+b3 [286 kB]
Get:417 http://deb.debian.org/debian testing/main amd64 libc-ares2 amd64 1.18.1-1+b1 [105 kB]
Get:418 http://deb.debian.org/debian testing/main amd64 libpixman-1-0 amd64 0.40.0-1 [543 kB]
Get:419 http://deb.debian.org/debian testing/main amd64 libxcb-render0 amd64 1.14-3 [111 kB]
Get:420 http://deb.debian.org/debian testing/main amd64 libxcb-shm0 amd64 1.14-3 [101 kB]
Get:421 http://deb.debian.org/debian testing/main amd64 libxext6 amd64 2:1.3.4-1 [53.1 kB]
Get:422 http://deb.debian.org/debian testing/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB]
Get:423 http://deb.debian.org/debian testing/main amd64 libcairo2 amd64 1.16.0-5 [694 kB]
Get:424 http://deb.debian.org/debian testing/main amd64 libcairo-gobject2 amd64 1.16.0-5 [125 kB]
Get:425 http://deb.debian.org/debian testing/main amd64 liblzo2-2 amd64 2.10-2 [56.9 kB]
Get:426 http://deb.debian.org/debian testing/main amd64 libcairo-script-interpreter2 amd64 1.16.0-5 [163 kB]
Get:427 http://deb.debian.org/debian testing/main amd64 libexpat1-dev amd64 2.4.1-3 [156 kB]
Get:428 http://deb.debian.org/debian testing/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2 [190 kB]
Get:429 http://deb.debian.org/debian testing/main amd64 libpng-dev amd64 1.6.37-3 [298 kB]
Get:430 http://deb.debian.org/debian testing/main amd64 libfreetype-dev amd64 2.11.0+dfsg-1 [614 kB]
Get:431 http://deb.debian.org/debian testing/main amd64 libfreetype6-dev amd64 2.11.0+dfsg-1 [109 kB]
Get:432 http://deb.debian.org/debian testing/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB]
Get:433 http://deb.debian.org/debian testing/main amd64 libfontconfig-dev amd64 2.13.1-4.2 [368 kB]
Get:434 http://deb.debian.org/debian testing/main amd64 libfontconfig1-dev amd64 2.13.1-4.2 [238 kB]
Get:435 http://deb.debian.org/debian testing/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [22.1 kB]
Get:436 http://deb.debian.org/debian testing/main amd64 x11proto-dev all 2021.5-1 [599 kB]
Get:437 http://deb.debian.org/debian testing/main amd64 libxau-dev amd64 1:1.0.9-1 [22.9 kB]
Get:438 http://deb.debian.org/debian testing/main amd64 libxdmcp-dev amd64 1:1.1.2-3 [42.2 kB]
Get:439 http://deb.debian.org/debian testing/main amd64 xtrans-dev all 1.4.0-1 [98.7 kB]
Get:440 http://deb.debian.org/debian testing/main amd64 libpthread-stubs0-dev amd64 0.4-1 [5344 B]
Get:441 http://deb.debian.org/debian testing/main amd64 libxcb1-dev amd64 1.14-3 [176 kB]
Get:442 http://deb.debian.org/debian testing/main amd64 libx11-dev amd64 2:1.7.2-2+b1 [844 kB]
Get:443 http://deb.debian.org/debian testing/main amd64 libxrender-dev amd64 1:0.9.10-1 [40.8 kB]
Get:444 http://deb.debian.org/debian testing/main amd64 libxext-dev amd64 2:1.3.4-1 [107 kB]
Get:445 http://deb.debian.org/debian testing/main amd64 x11-common all 1:7.7+23 [252 kB]
Get:446 http://deb.debian.org/debian testing/main amd64 libice6 amd64 2:1.0.10-1 [58.5 kB]
Get:447 http://deb.debian.org/debian testing/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB]
Get:448 http://deb.debian.org/debian testing/main amd64 libice-dev amd64 2:1.0.10-1 [67.1 kB]
Get:449 http://deb.debian.org/debian testing/main amd64 libsm-dev amd64 2:1.2.3-1 [38.0 kB]
Get:450 http://deb.debian.org/debian testing/main amd64 libpixman-1-dev amd64 0.40.0-1 [560 kB]
Get:451 http://deb.debian.org/debian testing/main amd64 libxcb-render0-dev amd64 1.14-3 [114 kB]
Get:452 http://deb.debian.org/debian testing/main amd64 libxcb-shm0-dev amd64 1.14-3 [102 kB]
Get:453 http://deb.debian.org/debian testing/main amd64 libffi-dev amd64 3.4.2-3 [60.4 kB]
Get:454 http://deb.debian.org/debian testing/main amd64 libglib2.0-data all 2.70.1-1 [1190 kB]
Get:455 http://deb.debian.org/debian testing/main amd64 libglib2.0-bin amd64 2.70.1-1 [146 kB]
Get:456 http://deb.debian.org/debian testing/main amd64 libglib2.0-dev-bin amd64 2.70.1-1 [183 kB]
Get:457 http://deb.debian.org/debian testing/main amd64 libsepol2 amd64 3.3-1 [278 kB]
Get:458 http://deb.debian.org/debian testing/main amd64 libsepol-dev amd64 3.3-1 [351 kB]
Get:459 http://deb.debian.org/debian testing/main amd64 libpcre2-16-0 amd64 10.39-3 [237 kB]
Get:460 http://deb.debian.org/debian testing/main amd64 libpcre2-32-0 amd64 10.39-3 [225 kB]
Get:461 http://deb.debian.org/debian testing/main amd64 libpcre2-posix3 amd64 10.39-3 [52.2 kB]
Get:462 http://deb.debian.org/debian testing/main amd64 libpcre2-dev amd64 10.39-3 [734 kB]
Get:463 http://deb.debian.org/debian testing/main amd64 libselinux1-dev amd64 3.3-1+b1 [169 kB]
Get:464 http://deb.debian.org/debian testing/main amd64 libmount-dev amd64 2.37.2-4 [79.0 kB]
Get:465 http://deb.debian.org/debian testing/main amd64 libpcre16-3 amd64 2:8.39-13 [259 kB]
Get:466 http://deb.debian.org/debian testing/main amd64 libpcre32-3 amd64 2:8.39-13 [250 kB]
Get:467 http://deb.debian.org/debian testing/main amd64 libpcrecpp0v5 amd64 2:8.39-13 [152 kB]
Get:468 http://deb.debian.org/debian testing/main amd64 libpcre3-dev amd64 2:8.39-13 [650 kB]
Get:469 http://deb.debian.org/debian testing/main amd64 libglib2.0-dev amd64 2.70.1-1 [1600 kB]
Get:470 http://deb.debian.org/debian testing/main amd64 libcairo2-dev amd64 1.16.0-5 [739 kB]
Get:471 http://deb.debian.org/debian testing/main amd64 libcdio19 amd64 2.1.0-3 [204 kB]
Get:472 http://deb.debian.org/debian testing/main amd64 libcurl4-gnutls-dev amd64 7.79.1-2 [446 kB]
Get:473 http://deb.debian.org/debian testing/main amd64 libdbus-1-dev amd64 1.12.20-3 [256 kB]
Get:474 http://deb.debian.org/debian testing/main amd64 libevent-2.1-7 amd64 2.1.12-stable-1 [188 kB]
Get:475 http://deb.debian.org/debian testing/main amd64 libevent-core-2.1-7 amd64 2.1.12-stable-1 [139 kB]
Get:476 http://deb.debian.org/debian testing/main amd64 libgc1 amd64 1:8.0.4-3 [239 kB]
Get:477 http://deb.debian.org/debian testing/main amd64 libgif7 amd64 5.1.9-2 [45.1 kB]
Get:478 http://deb.debian.org/debian testing/main amd64 libgirepository1.0-dev amd64 1.70.0-2 [856 kB]
Get:479 http://deb.debian.org/debian testing/main amd64 libgmpxx4ldbl amd64 2:6.2.1+dfsg-3 [338 kB]
Get:480 http://deb.debian.org/debian testing/main amd64 libgmp-dev amd64 2:6.2.1+dfsg-3 [640 kB]
Get:481 http://deb.debian.org/debian testing/main amd64 libgpm2 amd64 1.20.7-9 [35.8 kB]
Get:482 http://deb.debian.org/debian testing/main amd64 libid3tag0 amd64 0.15.1b-14 [35.4 kB]
Get:483 http://deb.debian.org/debian testing/main amd64 libx11-xcb1 amd64 2:1.7.2-2+b1 [203 kB]
Get:484 http://deb.debian.org/debian testing/main amd64 libimlib2 amd64 1.7.4-1 [215 kB]
Get:485 http://deb.debian.org/debian testing/main amd64 libiso9660-11 amd64 2.1.0-3 [168 kB]
Get:486 http://deb.debian.org/debian testing/main amd64 libjs-events all 3.3.0+~3.0.0-1 [11.1 kB]
Get:487 http://deb.debian.org/debian testing/main amd64 libjs-inherits all 2.0.4-4 [3472 B]
Get:488 http://deb.debian.org/debian testing/main amd64 libjs-is-typedarray all 1.0.0-4 [3816 B]
Get:489 http://deb.debian.org/debian testing/main amd64 libjs-jquery all 3.5.1+dfsg+~3.5.5-8 [315 kB]
Get:490 http://deb.debian.org/debian testing/main amd64 libjs-psl all 1.8.0+ds-5 [67.6 kB]
Get:491 http://deb.debian.org/debian testing/main amd64 libjs-underscore all 1.9.1~dfsg-4 [100 kB]
Get:492 http://deb.debian.org/debian testing/main amd64 libjs-sphinxdoc all 4.2.0-5 [137 kB]
Get:493 http://deb.debian.org/debian testing/main amd64 libjs-typedarray-to-buffer all 4.0.0-2 [4668 B]
Get:494 http://deb.debian.org/debian testing/main amd64 libldap2-dev amd64 2.4.59+dfsg-1 [340 kB]
Get:495 http://deb.debian.org/debian testing/main amd64 liblua5.1-0 amd64 5.1.5-8.1+b3 [109 kB]
Get:496 http://deb.debian.org/debian testing/main amd64 liblua5.2-0 amd64 5.2.4-1.1+b3 [108 kB]
Get:497 http://deb.debian.org/debian testing/main amd64 liblzf1 amd64 3.6-3 [10.2 kB]
Get:498 http://deb.debian.org/debian testing/main amd64 libssl-dev amd64 1.1.1l-1 [1809 kB]
Get:499 http://deb.debian.org/debian testing/main amd64 libmariadb-dev amd64 1:10.5.12-1 [184 kB]
Get:500 http://deb.debian.org/debian testing/main amd64 libminiupnpc17 amd64 2.2.1-1 [34.7 kB]
Get:501 http://deb.debian.org/debian testing/main amd64 libnatpmp1 amd64 20150609-7.1 [9300 B]
Get:502 http://deb.debian.org/debian testing/main amd64 libuv1-dev amd64 1.42.0-1 [172 kB]
Get:503 http://deb.debian.org/debian testing/main amd64 libnode72 amd64 12.22.7~dfsg-2 [8348 kB]
Get:504 http://deb.debian.org/debian testing/main amd64 libnode-dev amd64 12.22.7~dfsg-2 [411 kB]
Get:505 http://deb.debian.org/debian testing/main amd64 libnotify4 amd64 0.7.9-3 [23.7 kB]
Get:506 http://deb.debian.org/debian testing/main amd64 libnotify-bin amd64 0.7.9-3 [14.2 kB]
Get:507 http://deb.debian.org/debian testing/main amd64 libpq5 amd64 14.1-1 [169 kB]
Get:508 http://deb.debian.org/debian testing/main amd64 libpq-dev amd64 14.1-1 [136 kB]
Get:509 http://deb.debian.org/debian testing/main amd64 libprotobuf23 amd64 3.12.4-1+b2 [889 kB]
Get:510 http://deb.debian.org/debian testing/main amd64 libprotobuf-lite23 amd64 3.12.4-1+b2 [238 kB]
Get:511 http://deb.debian.org/debian testing/main amd64 libprotobuf-dev amd64 3.12.4-1+b2 [1224 kB]
Get:512 http://deb.debian.org/debian testing/main amd64 libprotoc23 amd64 3.12.4-1+b2 [786 kB]
Get:513 http://deb.debian.org/debian testing/main amd64 libpython3.9 amd64 3.9.9-1 [1696 kB]
Get:514 http://deb.debian.org/debian testing/main amd64 libpython3.9-dev amd64 3.9.9-1 [4229 kB]
Get:515 http://deb.debian.org/debian testing/main amd64 libpython3-dev amd64 3.9.7-1 [21.8 kB]
Get:516 http://deb.debian.org/debian testing/main amd64 libsasl2-dev amd64 2.1.27+dfsg2-2 [285 kB]
Get:517 http://deb.debian.org/debian testing/main amd64 libsecret-common all 0.20.4-2 [26.7 kB]
Get:518 http://deb.debian.org/debian testing/main amd64 libsecret-1-0 amd64 0.20.4-2 [114 kB]
Get:519 http://deb.debian.org/debian testing/main amd64 libsecret-tools amd64 0.20.4-2 [15.5 kB]
Get:520 http://deb.debian.org/debian testing/main amd64 libserf-1-1 amd64 1.3.9-10 [54.7 kB]
Get:521 http://deb.debian.org/debian testing/main amd64 libutf8proc2 amd64 2.5.0-1 [54.2 kB]
Get:522 http://deb.debian.org/debian testing/main amd64 libsvn1 amd64 1.14.1-3+b2 [1444 kB]
Get:523 http://deb.debian.org/debian testing/main amd64 liburing2 amd64 2.1-2 [9716 B]
Get:524 http://deb.debian.org/debian testing/main amd64 libutempter0 amd64 1.2.1-2 [8960 B]
Get:525 http://deb.debian.org/debian testing/main amd64 libvcdinfo0 amd64 2.0.1+dfsg-5 [122 kB]
Get:526 http://deb.debian.org/debian testing/main amd64 libwrap0 amd64 7.6.q-31 [59.0 kB]
Get:527 http://deb.debian.org/debian testing/main amd64 libyaml-dev amd64 0.2.2-1 [60.1 kB]
Get:528 http://deb.debian.org/debian testing/main amd64 lua-bitop amd64 1.0.2-5 [6936 B]
Get:529 http://deb.debian.org/debian testing/main amd64 lua-cjson amd64 2.1.0+dfsg-2.1 [17.5 kB]
Get:530 http://deb.debian.org/debian testing/main amd64 lz4 amd64 1.9.3-2 [86.3 kB]
Get:531 http://deb.debian.org/debian testing/main amd64 mariadb-client all 1:10.5.12-1 [34.7 kB]
Get:532 http://deb.debian.org/debian testing/main amd64 mercurial-common all 5.9.3-1 [2793 kB]
Get:533 http://deb.debian.org/debian testing/main amd64 mercurial amd64 5.9.3-1+b1 [357 kB]
Get:534 http://deb.debian.org/debian testing/main amd64 ninja-build amd64 1.10.1-1 [112 kB]
Get:535 http://deb.debian.org/debian testing/main amd64 meson all 0.60.1-1 [512 kB]
Get:536 http://deb.debian.org/debian testing/main amd64 plocate amd64 1.1.13-1+b1 [121 kB]
Get:537 http://deb.debian.org/debian testing/main amd64 mlocate all 1.1.13-1 [4960 B]
Get:538 http://deb.debian.org/debian testing/main amd64 mythes-en-us all 1:7.2.0-2 [3300 kB]
Get:539 http://deb.debian.org/debian testing/main amd64 netcat-openbsd amd64 1.218-2 [41.9 kB]
Get:540 http://deb.debian.org/debian testing/main amd64 nodejs amd64 12.22.7~dfsg-2 [147 kB]
Get:541 http://deb.debian.org/debian testing/main amd64 node-abbrev all 1.1.1-3 [4972 B]
Get:542 http://deb.debian.org/debian testing/main amd64 node-ms all 2.1.3+~cs0.7.31-2 [5684 B]
Get:543 http://deb.debian.org/debian testing/main amd64 node-debug all 4.3.2+~cs4.1.7-1 [17.7 kB]
Get:544 http://deb.debian.org/debian testing/main amd64 node-yallist all 4.0.0+~4.0.1-1 [8172 B]
Get:545 http://deb.debian.org/debian testing/main amd64 node-lru-cache all 5.1.1-8 [8664 B]
Get:546 http://deb.debian.org/debian testing/main amd64 node-semver all 7.3.5+~7.3.8-1 [42.5 kB]
Get:547 http://deb.debian.org/debian testing/main amd64 node-agent-base all 6.0.2+~cs5.4.1-3 [17.2 kB]
Get:548 http://deb.debian.org/debian testing/main amd64 node-fast-deep-equal all 3.1.3-1 [5640 B]
Get:549 http://deb.debian.org/debian testing/main amd64 node-json-schema-traverse all 1.0.0-3 [6308 B]
Get:550 http://deb.debian.org/debian testing/main amd64 node-jsonify all 0.0.0-1.1 [5632 B]
Get:551 http://deb.debian.org/debian testing/main amd64 node-json-stable-stringify all 1.0.1+~cs5.2.33-1 [6636 B]
Get:552 http://deb.debian.org/debian testing/main amd64 node-punycode all 2.1.1-5 [9692 B]
Get:553 http://deb.debian.org/debian testing/main amd64 node-uri-js all 4.4.0+dfsg-7 [47.0 kB]
Get:554 http://deb.debian.org/debian testing/main amd64 node-ajv all 6.12.6-3 [74.0 kB]
Get:555 http://deb.debian.org/debian testing/main amd64 node-ansi-regex all 5.0.1-1 [4912 B]
Get:556 http://deb.debian.org/debian testing/main amd64 node-color-name all 1.1.4+~1.1.1-1 [5788 B]
Get:557 http://deb.debian.org/debian testing/main amd64 node-color-convert all 2.0.1-1 [10.6 kB]
Get:558 http://deb.debian.org/debian testing/main amd64 node-ansi-styles all 4.3.0+~4.2.0-1 [8740 B]
Get:559 http://deb.debian.org/debian testing/main amd64 node-ansistyles all 0.1.3-4 [4436 B]
Get:560 http://deb.debian.org/debian testing/main amd64 node-aproba all 2.0.0-2 [5772 B]
Get:561 http://deb.debian.org/debian testing/main amd64 node-archy all 1.0.0-4 [4696 B]
Get:562 http://deb.debian.org/debian testing/main amd64 node-delegates all 1.0.0-2 [4336 B]
Get:563 http://deb.debian.org/debian testing/main amd64 node-inherits all 2.0.4-4 [4464 B]
Get:564 http://deb.debian.org/debian testing/main amd64 node-core-util-is all 1.0.3-1 [4072 B]
Get:565 http://deb.debian.org/debian testing/main amd64 node-safe-buffer all 5.2.1+~cs2.1.2-2 [15.4 kB]
Get:566 http://deb.debian.org/debian testing/main amd64 node-string-decoder all 1.3.0-5 [7108 B]
Get:567 http://deb.debian.org/debian testing/main amd64 node-process-nextick-args all 2.0.1-1 [3768 B]
Get:568 http://deb.debian.org/debian testing/main amd64 node-util-deprecate all 1.0.2-3 [4436 B]
Get:569 http://deb.debian.org/debian testing/main amd64 node-isarray all 2.0.5-3 [3948 B]
Get:570 http://deb.debian.org/debian testing/main amd64 node-readable-stream all 3.6.0+~cs3.0.0-1 [31.9 kB]
Get:571 http://deb.debian.org/debian testing/main amd64 node-are-we-there-yet all 1.1.5-2 [7752 B]
Get:572 http://deb.debian.org/debian testing/main amd64 node-asap all 2.0.6-4 [14.5 kB]
Get:573 http://deb.debian.org/debian testing/main amd64 node-asn1 all 0.2.3-2 [7348 B]
Get:574 http://deb.debian.org/debian testing/main amd64 node-assert-plus all 1.0.0-3 [6776 B]
Get:575 http://deb.debian.org/debian testing/main amd64 node-asynckit all 0.4.0-4 [10.4 kB]
Get:576 http://deb.debian.org/debian testing/main amd64 node-aws-sign2 all 0.7.1-3 [4348 B]
Get:577 http://deb.debian.org/debian testing/main amd64 node-aws4 all 1.11.0-2 [10.4 kB]
Get:578 http://deb.debian.org/debian testing/main amd64 node-balanced-match all 2.0.0-1 [4872 B]
Get:579 http://deb.debian.org/debian testing/main amd64 node-tweetnacl all 1.0.3+dfsg-2 [34.9 kB]
Get:580 http://deb.debian.org/debian testing/main amd64 node-bcrypt-pbkdf all 1.0.2-2 [10.9 kB]
Get:581 http://deb.debian.org/debian testing/main amd64 node-binary-extensions all 2.2.0-2 [4408 B]
Get:582 http://deb.debian.org/debian testing/main amd64 node-brace-expansion all 2.0.0-1 [7184 B]
Get:583 http://deb.debian.org/debian testing/main amd64 node-builtins all 1.0.3-2 [3396 B]
Get:584 http://deb.debian.org/debian testing/main amd64 node-chownr all 2.0.0-1 [4384 B]
Get:585 http://deb.debian.org/debian testing/main amd64 node-fs.realpath all 1.0.0-2 [6108 B]
Get:586 http://deb.debian.org/debian testing/main amd64 node-wrappy all 1.0.2-2 [3708 B]
Get:587 http://deb.debian.org/debian testing/main amd64 node-once all 1.4.0-4 [4660 B]
Get:588 http://deb.debian.org/debian testing/main amd64 node-inflight all 1.0.6-1.1 [3568 B]
Get:589 http://deb.debian.org/debian testing/main amd64 node-minimatch all 3.0.4+~3.0.3-1 [15.9 kB]
Get:590 http://deb.debian.org/debian testing/main amd64 node-path-is-absolute all 2.0.0-2 [4068 B]
Get:591 http://deb.debian.org/debian testing/main amd64 node-glob all 7.1.7+~cs7.5.19-2 [134 kB]
Get:592 http://deb.debian.org/debian testing/main amd64 node-graceful-fs all 4.2.4+repack-1 [13.1 kB]
Get:593 http://deb.debian.org/debian testing/main amd64 node-mkdirp all 1.0.4+~1.0.2-1 [12.0 kB]
Get:594 http://deb.debian.org/debian testing/main amd64 node-imurmurhash all 0.1.4-1.1 [8372 B]
Get:595 http://deb.debian.org/debian testing/main amd64 node-iferr all 1.0.2-3 [3792 B]
Get:596 http://deb.debian.org/debian testing/main amd64 node-fs-write-stream-atomic all 1.0.10-4 [4820 B]
Get:597 http://deb.debian.org/debian testing/main amd64 node-rimraf all 3.0.2-1 [10.9 kB]
Get:598 http://deb.debian.org/debian testing/main amd64 node-run-queue all 2.0.0-2 [5056 B]
Get:599 http://deb.debian.org/debian testing/main amd64 node-copy-concurrently all 1.0.5-8 [7012 B]
Get:600 http://deb.debian.org/debian testing/main amd64 node-move-concurrently all 1.0.1-4 [5100 B]
Get:601 http://deb.debian.org/debian testing/main amd64 node-escape-string-regexp all 4.0.0-1 [4116 B]
Get:602 http://deb.debian.org/debian testing/main amd64 node-indent-string all 4.0.0-2 [4144 B]
Get:603 http://deb.debian.org/debian testing/main amd64 node-p-map all 4.0.0+~3.1.0+~3.0.1-1 [7912 B]
Get:604 http://deb.debian.org/debian testing/main amd64 node-promise-inflight all 1.0.1-1.1 [3328 B]
Get:605 http://deb.debian.org/debian testing/main amd64 node-ssri all 8.0.1-2 [23.0 kB]
Get:606 http://deb.debian.org/debian testing/main amd64 node-unique-filename all 1.1.1+ds-1 [3796 B]
Get:607 http://deb.debian.org/debian testing/main amd64 node-cacache all 15.0.5+~cs13.9.21-3 [42.7 kB]
Get:608 http://deb.debian.org/debian testing/main amd64 node-caseless all 0.12.1-2 [3976 B]
Get:609 http://deb.debian.org/debian testing/main amd64 node-has-flag all 4.0.0-1 [4076 B]
Get:610 http://deb.debian.org/debian testing/main amd64 node-supports-color all 8.1.1+~8.1.1-1 [6920 B]
Get:611 http://deb.debian.org/debian testing/main amd64 node-chalk all 4.1.2-1 [15.6 kB]
Get:612 http://deb.debian.org/debian testing/main amd64 node-clone all 2.1.2-3 [8180 B]
Get:613 http://deb.debian.org/debian testing/main amd64 node-colors all 1.4.0-3 [11.9 kB]
Get:614 http://deb.debian.org/debian testing/main amd64 node-strip-ansi all 6.0.1-1 [4176 B]
Get:615 http://deb.debian.org/debian testing/main amd64 node-defaults all 1.0.3-2 [3612 B]
Get:616 http://deb.debian.org/debian testing/main amd64 node-wcwidth.js all 1.0.2-1 [7012 B]
Get:617 http://deb.debian.org/debian testing/main amd64 node-columnify all 1.5.4-3 [11.5 kB]
Get:618 http://deb.debian.org/debian testing/main amd64 node-delayed-stream all 1.0.0-4 [5236 B]
Get:619 http://deb.debian.org/debian testing/main amd64 node-combined-stream all 1.0.8-1 [6020 B]
Get:620 http://deb.debian.org/debian testing/main amd64 node-concat-map all 0.0.1-5 [4236 B]
Get:621 http://deb.debian.org/debian testing/main amd64 node-console-control-strings all 1.1.0-2 [5388 B]
Get:622 http://deb.debian.org/debian testing/main amd64 node-dashdash all 2.0.0-2 [30.3 kB]
Get:623 http://deb.debian.org/debian testing/main amd64 node-lodash-packages all 4.17.21+dfsg+~cs8.31.196.20210220-2 [125 kB]
Get:624 http://deb.debian.org/debian testing/main amd64 node-define-properties all 1.1.3-3 [7324 B]
Get:625 http://deb.debian.org/debian testing/main amd64 node-debbundle-es-to-primitive all 1.2.1+~cs9.7.15-2 [34.6 kB]
Get:626 http://deb.debian.org/debian testing/main amd64 node-mimic-response all 3.1.0-7 [5348 B]
Get:627 http://deb.debian.org/debian testing/main amd64 node-decompress-response all 6.0.0-2 [4620 B]
Get:628 http://deb.debian.org/debian testing/main amd64 node-function-bind all 1.1.1+repacked+~1.0.3-1 [5180 B]
Get:629 http://deb.debian.org/debian testing/main amd64 node-object-inspect all 1.11.0+~cs1.8.1-2 [9932 B]
Get:630 http://deb.debian.org/debian testing/main amd64 node-es-abstract all 1.19.1+~cs16.20.21-1 [124 kB]
Get:631 http://deb.debian.org/debian testing/main amd64 node-resolve all 1.20.0+~cs5.27.9-1 [26.0 kB]
Get:632 http://deb.debian.org/debian testing/main amd64 node-deep-equal all 2.0.5+~cs32.11.68-2 [32.2 kB]
Get:633 http://deb.debian.org/debian testing/main amd64 node-depd all 2.0.0-2 [11.2 kB]
Get:634 http://deb.debian.org/debian testing/main amd64 node-diff all 5.0.0~dfsg+~5.0.1-2 [71.4 kB]
Get:635 http://deb.debian.org/debian testing/main amd64 node-jsbn all 1.1.0+~1.2.29-1 [15.6 kB]
Get:636 http://deb.debian.org/debian testing/main amd64 node-ecc-jsbn all 0.2.0-3 [9524 B]
Get:637 http://deb.debian.org/debian testing/main amd64 node-iconv-lite all 0.6.3-1 [115 kB]
Get:638 http://deb.debian.org/debian testing/main amd64 node-encoding all 0.1.13-1 [4316 B]
Get:639 http://deb.debian.org/debian testing/main amd64 node-end-of-stream all 1.4.4+~1.4.1-1 [5292 B]
Get:640 http://deb.debian.org/debian testing/main amd64 node-err-code all 2.0.3+dfsg-1 [4584 B]
Get:641 http://deb.debian.org/debian testing/main amd64 node-events all 3.3.0+~3.0.0-1 [5756 B]
Get:642 http://deb.debian.org/debian testing/main amd64 node-extend all 3.0.2-1 [6744 B]
Get:643 http://deb.debian.org/debian testing/main amd64 node-extsprintf all 1.4.1+~1.4.1-1 [6372 B]
Get:644 http://deb.debian.org/debian testing/main amd64 node-time-stamp all 2.2.0-1 [5948 B]
Get:645 http://deb.debian.org/debian testing/main amd64 node-fancy-log all 1.3.3+~cs1.3.1-1 [7896 B]
Get:646 http://deb.debian.org/debian testing/main amd64 node-forever-agent all 0.6.1-2 [4200 B]
Get:647 http://deb.debian.org/debian testing/main amd64 node-has-unicode all 2.0.1-4 [3960 B]
Get:648 http://deb.debian.org/debian testing/main amd64 node-signal-exit all 3.0.3-1 [6172 B]
Get:649 http://deb.debian.org/debian testing/main amd64 node-slice-ansi all 5.0.0+~4.0.0-4 [8096 B]
Get:650 http://deb.debian.org/debian testing/main amd64 node-string-width all 4.2.3+~9.2.2-1 [10.3 kB]
Get:651 http://deb.debian.org/debian testing/main amd64 node-wide-align all 1.1.3-3 [4112 B]
Get:652 http://deb.debian.org/debian testing/main amd64 node-gauge all 4.0.0-1 [19.1 kB]
Get:653 http://deb.debian.org/debian testing/main amd64 node-pump all 3.0.0-5 [5136 B]
Get:654 http://deb.debian.org/debian testing/main amd64 node-get-stream all 6.0.0-1 [7172 B]
Get:655 http://deb.debian.org/debian testing/main amd64 node-getpass all 0.1.7-2 [4628 B]
Get:656 http://deb.debian.org/debian testing/main amd64 node-lowercase-keys all 2.0.0-2 [3768 B]
Get:657 http://deb.debian.org/debian testing/main amd64 node-json-buffer all 3.0.1-1 [3764 B]
Get:658 http://deb.debian.org/debian testing/main amd64 node-p-cancelable all 2.1.1-1 [7272 B]
Get:659 http://deb.debian.org/debian testing/main amd64 node-quick-lru all 1.1.0-2 [4204 B]
Get:660 http://deb.debian.org/debian testing/main amd64 node-got all 11.8.2+~cs58.7.32-2 [119 kB]
Get:661 http://deb.debian.org/debian testing/main amd64 node-nopt all 5.0.0-1 [12.3 kB]
Get:662 http://deb.debian.org/debian testing/main amd64 node-set-blocking all 2.0.0-2 [4248 B]
Get:663 http://deb.debian.org/debian testing/main amd64 node-npmlog all 6.0.0+~4.1.3-1 [10.6 kB]
Get:664 http://deb.debian.org/debian testing/main amd64 node-osenv all 0.1.5-3 [4564 B]
Get:665 http://deb.debian.org/debian testing/main amd64 node-tar all 6.1.11+~cs11.3.10-1 [46.9 kB]
Get:666 http://deb.debian.org/debian testing/main amd64 node-isexe all 2.0.0+~2.0.1-4 [6044 B]
Get:667 http://deb.debian.org/debian testing/main amd64 node-which all 2.0.2+~cs1.3.2-2 [8556 B]
Get:668 http://deb.debian.org/debian testing/main amd64 node-gyp all 7.1.2-5 [50.1 kB]
Get:669 http://deb.debian.org/debian testing/main amd64 node-har-schema all 2.0.0-5 [5952 B]
Get:670 http://deb.debian.org/debian testing/main amd64 node-har-validator all 5.1.5-2 [7268 B]
Get:671 http://deb.debian.org/debian testing/main amd64 node-hosted-git-info all 4.0.2-1 [10.6 kB]
Get:672 http://deb.debian.org/debian testing/main amd64 node-json-schema all 0.4.0+~7.0.9-1 [13.3 kB]
Get:673 http://deb.debian.org/debian testing/main amd64 node-verror all 1.10.0-2 [15.7 kB]
Get:674 http://deb.debian.org/debian testing/main amd64 node-jsprim all 2.0.1-1 [13.5 kB]
Get:675 http://deb.debian.org/debian testing/main amd64 node-sshpk all 1.16.1+dfsg1-1 [51.9 kB]
Get:676 http://deb.debian.org/debian testing/main amd64 node-http-signature all 1.3.5-1 [13.0 kB]
Get:677 http://deb.debian.org/debian testing/main amd64 node-https-proxy-agent all 5.0.0+~cs8.0.0-2 [15.8 kB]
Get:678 http://deb.debian.org/debian testing/main amd64 node-ini all 2.0.1-1 [6456 B]
Get:679 http://deb.debian.org/debian testing/main amd64 node-ip all 1.1.5-5 [6608 B]
Get:680 http://deb.debian.org/debian testing/main amd64 node-ip-regex all 4.3.0-1 [4824 B]
Get:681 http://deb.debian.org/debian testing/main amd64 node-is-typedarray all 1.0.0-4 [3292 B]
Get:682 http://deb.debian.org/debian testing/main amd64 node-isstream all 0.1.2+dfsg+~0.1.0-1 [4648 B]
Get:683 http://deb.debian.org/debian testing/main amd64 node-json-parse-better-errors all 1.0.2+~2.3.1-1 [6956 B]
Get:684 http://deb.debian.org/debian testing/main amd64 node-json-stringify-safe all 5.0.1+repack-5 [21.1 kB]
Get:685 http://deb.debian.org/debian testing/main amd64 node-jsonparse all 1.3.1-8 [7140 B]
Get:686 http://deb.debian.org/debian testing/main amd64 node-mime all 2.5.0+dfsg+~cs3.90.0-1 [39.4 kB]
Get:687 http://deb.debian.org/debian testing/main amd64 node-mime-types all 2.1.33-1 [9392 B]
Get:688 http://deb.debian.org/debian testing/main amd64 node-mute-stream all 0.0.8-2 [5136 B]
Get:689 http://deb.debian.org/debian testing/main amd64 node-negotiator all 0.6.2-1 [9804 B]
Get:690 http://deb.debian.org/debian testing/main amd64 node-spdx-license-ids all 3.0.7-1 [6764 B]
Get:691 http://deb.debian.org/debian testing/main amd64 node-spdx-exceptions all 2.3.0-2 [3992 B]
Get:692 http://deb.debian.org/debian testing/main amd64 node-spdx-expression-parse all 3.0.1+~3.0.1-1 [7532 B]
Get:693 http://deb.debian.org/debian testing/main amd64 node-spdx-correct all 3.1.1-1 [5296 B]
Get:694 http://deb.debian.org/debian testing/main amd64 node-validate-npm-package-license all 3.0.4-1 [4124 B]
Get:695 http://deb.debian.org/debian testing/main amd64 node-normalize-package-data all 3.0.3+~2.4.1-1 [12.5 kB]
Get:696 http://deb.debian.org/debian testing/main amd64 node-npm-bundled all 1.1.2-1 [6212 B]
Get:697 http://deb.debian.org/debian testing/main amd64 node-validate-npm-package-name all 3.0.0-2 [4944 B]
Get:698 http://deb.debian.org/debian testing/main amd64 node-npm-package-arg all 8.1.5-1 [8836 B]
Get:699 http://deb.debian.org/debian testing/main amd64 node-number-is-nan all 2.0.0-2 [3520 B]
Get:700 http://deb.debian.org/debian testing/main amd64 node-oauth-sign all 0.9.0-3 [4396 B]
Get:701 http://deb.debian.org/debian testing/main amd64 node-object-assign all 4.1.1-6 [4748 B]
Get:702 http://deb.debian.org/debian testing/main amd64 xdg-utils all 1.1.3-4.1 [75.5 kB]
Get:703 http://deb.debian.org/debian testing/main amd64 node-opener all 1.5.2-1 [5000 B]
Get:704 http://deb.debian.org/debian testing/main amd64 node-performance-now all 2.1.0+debian-1.1 [4672 B]
Get:705 http://deb.debian.org/debian testing/main amd64 node-retry all 0.12.0-2 [10.6 kB]
Get:706 http://deb.debian.org/debian testing/main amd64 node-promise-retry all 2.0.1-1 [4924 B]
Get:707 http://deb.debian.org/debian testing/main amd64 node-read all 1.0.7-2 [5264 B]
Get:708 http://deb.debian.org/debian testing/main amd64 node-promzard all 0.3.0-1.1 [9096 B]
Get:709 http://deb.debian.org/debian testing/main amd64 node-psl all 1.8.0+ds-5 [37.8 kB]
Get:710 http://deb.debian.org/debian testing/main amd64 node-qs all 6.10.1+ds-1 [35.2 kB]
Get:711 http://deb.debian.org/debian testing/main amd64 node-slash all 3.0.0-1 [3704 B]
Get:712 http://deb.debian.org/debian testing/main amd64 node-read-package-json all 4.1.1-1 [11.1 kB]
Get:713 http://deb.debian.org/debian testing/main amd64 node-text-table all 0.2.0-4 [4736 B]
Get:714 http://deb.debian.org/debian testing/main amd64 node-tunnel-agent all 0.6.1-2 [4952 B]
Get:715 http://deb.debian.org/debian testing/main amd64 node-typedarray-to-buffer all 4.0.0-2 [3380 B]
Get:716 http://deb.debian.org/debian testing/main amd64 node-uuid all 8.3.2+~8.3.3-1 [44.0 kB]
Get:717 http://deb.debian.org/debian testing/main amd64 node-write-file-atomic all 3.0.3+~3.0.2-1 [8152 B]
Get:718 http://deb.debian.org/debian testing/main amd64 npm all 7.24.2+ds-1 [916 kB]
Get:719 http://deb.debian.org/debian testing/main amd64 openssh-sftp-server amd64 1:8.7p1-2 [61.5 kB]
Get:720 http://deb.debian.org/debian testing/main amd64 runit-helper all 2.10.3 [7808 B]
Get:721 http://deb.debian.org/debian testing/main amd64 openssh-server amd64 1:8.7p1-2 [432 kB]
Get:722 http://deb.debian.org/debian testing/main amd64 podman amd64 3.4.1+ds1-2 [9350 kB]
Get:723 http://deb.debian.org/debian testing/main amd64 postgresql-client-common all 232 [91.5 kB]
Get:724 http://deb.debian.org/debian testing/main amd64 postgresql-client-14 amd64 14.1-1 [1610 kB]
Get:725 http://deb.debian.org/debian testing/main amd64 postgresql-client all 14+232 [66.1 kB]
Get:726 http://deb.debian.org/debian testing/main amd64 protobuf-compiler amd64 3.12.4-1+b2 [75.4 kB]
Get:727 http://deb.debian.org/debian testing/main amd64 python-pip-whl all 20.3.4-4 [1948 kB]
Get:728 http://deb.debian.org/debian testing/main amd64 python3.9-dev amd64 3.9.9-1 [508 kB]
Get:729 http://deb.debian.org/debian testing/main amd64 python3-dev amd64 3.9.7-1 [25.3 kB]
Get:730 http://deb.debian.org/debian testing/main amd64 python3-setuptools all 58.2.0-1 [396 kB]
Get:731 http://deb.debian.org/debian testing/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
Get:732 http://deb.debian.org/debian testing/main amd64 python3-pip all 20.3.4-4 [337 kB]
Get:733 http://deb.debian.org/debian testing/main amd64 python3.9-venv amd64 3.9.9-1 [5392 B]
Get:734 http://deb.debian.org/debian testing/main amd64 python3-venv amd64 3.9.7-1 [1188 B]
Get:735 http://deb.debian.org/debian testing/main amd64 rclone amd64 1.53.3-2 [10.0 MB]
Get:736 http://deb.debian.org/debian testing/main amd64 redis-tools amd64 5:6.0.16-1 [743 kB]
Get:737 http://deb.debian.org/debian testing/main amd64 rename all 1.30-1 [21.8 kB]
Get:738 http://deb.debian.org/debian testing/main amd64 reprepro amd64 5.3.0-1.2 [457 kB]
Get:739 http://deb.debian.org/debian testing/main amd64 ruby-bcrypt-pbkdf amd64 1.1.0-1+b1 [19.7 kB]
Get:740 http://deb.debian.org/debian testing/main amd64 ruby-ffi amd64 1.12.2+dfsg-2+b5 [119 kB]
Get:741 http://deb.debian.org/debian testing/main amd64 ruby-childprocess all 4.1.0-1 [25.1 kB]
Get:742 http://deb.debian.org/debian testing/main amd64 ruby-concurrent all 1.1.6+dfsg-3 [179 kB]
Get:743 http://deb.debian.org/debian testing/main amd64 ruby2.7-dev amd64 2.7.4-1+b1 [835 kB]
Get:744 http://deb.debian.org/debian testing/main amd64 ruby-dev amd64 1:2.7.6 [11.1 kB]
Get:745 http://deb.debian.org/debian testing/main amd64 ruby-ed25519 amd64 1.2.4-2+b2 [63.5 kB]
Get:746 http://deb.debian.org/debian testing/main amd64 ruby-erubi all 1.9.0-1 [8860 B]
Get:747 http://deb.debian.org/debian testing/main amd64 ruby-excon all 0.88.0-1 [166 kB]
Get:748 http://deb.debian.org/debian testing/main amd64 ruby-i18n all 1.8.11-1 [39.8 kB]
Get:749 http://deb.debian.org/debian testing/main amd64 ruby-rb-inotify all 0.9.10-2 [12.4 kB]
Get:750 http://deb.debian.org/debian testing/main amd64 ruby-listen all 3.7.0-1 [30.1 kB]
Get:751 http://deb.debian.org/debian testing/main amd64 ruby-log4r all 1.1.10-4.1 [104 kB]
Get:752 http://deb.debian.org/debian testing/main amd64 ruby-mime-types-data all 3.2015.1120-1.1 [71.8 kB]
Get:753 http://deb.debian.org/debian testing/main amd64 ruby-mime-types all 3.3.1-1 [24.6 kB]
Get:754 http://deb.debian.org/debian testing/main amd64 ruby-net-ssh all 1:6.1.0-2 [107 kB]
Get:755 http://deb.debian.org/debian testing/main amd64 ruby-net-scp all 3.0.0-1 [17.4 kB]
Get:756 http://deb.debian.org/debian testing/main amd64 ruby-net-sftp all 1:3.0.0-1 [37.3 kB]
Get:757 http://deb.debian.org/debian testing/main amd64 ruby-vagrant-cloud all 3.0.5-1 [19.3 kB]
Get:758 http://deb.debian.org/debian testing/main amd64 unzip amd64 6.0-26 [171 kB]
Get:759 http://deb.debian.org/debian testing/main amd64 zip amd64 3.0-12 [232 kB]
Get:760 http://deb.debian.org/debian testing/main amd64 ruby-zip all 2.0.0-2 [43.4 kB]
Get:761 http://deb.debian.org/debian testing/main amd64 sharutils amd64 1:4.15.2-5 [266 kB]
Get:762 http://deb.debian.org/debian testing/main amd64 shellcheck amd64 0.8.0-2 [2162 kB]
Get:763 http://deb.debian.org/debian testing/main amd64 signify-openbsd amd64 30-2 [66.8 kB]
Get:764 http://deb.debian.org/debian testing/main amd64 skopeo amd64 1.4.1+ds1-1 [4839 kB]
Get:765 http://deb.debian.org/debian testing/main amd64 subversion amd64 1.14.1-3+b2 [997 kB]
Get:766 http://deb.debian.org/debian testing/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
Get:767 http://deb.debian.org/debian testing/main amd64 swaks all 20201014.0-1 [107 kB]
Get:768 http://deb.debian.org/debian testing/main amd64 task-english all 3.68 [952 B]
Get:769 http://deb.debian.org/debian testing/main amd64 task-hebrew all 3.68 [952 B]
Get:770 http://deb.debian.org/debian testing/main amd64 task-ssh-server all 3.68 [912 B]
Get:771 http://deb.debian.org/debian testing/main amd64 time amd64 1.9-0.1 [50.8 kB]
Get:772 http://deb.debian.org/debian testing/main amd64 tmux amd64 3.2a-4+b1 [436 kB]
Get:773 http://deb.debian.org/debian testing/main amd64 transmission-common all 3.00-1 [238 kB]
Get:774 http://deb.debian.org/debian testing/main amd64 transmission-cli amd64 3.00-1+b1 [432 kB]
Get:775 http://deb.debian.org/debian testing/main amd64 ttyrec amd64 1.0.8-5.1 [32.7 kB]
Get:776 http://deb.debian.org/debian testing/main amd64 udftools amd64 2.3-1 [157 kB]
Get:777 http://deb.debian.org/debian testing/main amd64 unison-2.51+4.11.1 amd64 2.51.3-1+b1 [1084 kB]
Get:778 http://deb.debian.org/debian testing/main amd64 unison all 2.51.3+1 [2776 B]
Get:779 http://deb.debian.org/debian testing/main amd64 vagrant all 2.2.19+dfsg-1 [542 kB]
Get:780 http://deb.debian.org/debian testing/main amd64 vcdimager amd64 2.0.1+dfsg-5 [205 kB]
Get:781 http://deb.debian.org/debian testing/main amd64 vim-runtime all 2:8.2.3565-1 [6347 kB]
Get:782 http://deb.debian.org/debian testing/main amd64 vim-nox amd64 2:8.2.3565-1+b1 [1736 kB]
Get:783 http://deb.debian.org/debian testing/main amd64 w3m amd64 0.5.3+git20210102-6 [1050 kB]
Get:784 http://deb.debian.org/debian testing/main amd64 w3m-img amd64 0.5.3+git20210102-6 [64.0 kB]
Get:785 http://deb.debian.org/debian testing/main amd64 whois amd64 5.5.10 [81.1 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1254 MB in 15s (82.5 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7292 files and directories currently installed.)
Preparing to unpack .../libsystemd0_249.7-1_amd64.deb ...
Unpacking libsystemd0:amd64 (249.7-1) over (249.5-2) ...
Setting up libsystemd0:amd64 (249.7-1) ...
Selecting previously unselected package libapparmor1:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7292 files and directories currently installed.)
Preparing to unpack .../libapparmor1_3.0.3-6_amd64.deb ...
Unpacking libapparmor1:amd64 (3.0.3-6) ...
Selecting previously unselected package libargon2-1:amd64.
Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ...
Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
Preparing to unpack .../libpcre2-8-0_10.39-3_amd64.deb ...
Unpacking libpcre2-8-0:amd64 (10.39-3) over (10.39-2) ...
Setting up libpcre2-8-0:amd64 (10.39-3) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7302 files and directories currently installed.)
Preparing to unpack .../libselinux1_3.3-1+b1_amd64.deb ...
Unpacking libselinux1:amd64 (3.3-1+b1) over (3.3-1) ...
Setting up libselinux1:amd64 (3.3-1+b1) ...
Selecting previously unselected package dmsetup.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7303 files and directories currently installed.)
Preparing to unpack .../00-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
Unpacking dmsetup (2:1.02.175-2.1) ...
Selecting previously unselected package libdevmapper1.02.1:amd64.
Preparing to unpack .../01-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
Selecting previously unselected package libjson-c5:amd64.
Preparing to unpack .../02-libjson-c5_0.15-2_amd64.deb ...
Unpacking libjson-c5:amd64 (0.15-2) ...
Selecting previously unselected package libcryptsetup12:amd64.
Preparing to unpack .../03-libcryptsetup12_2%3a2.4.2-1_amd64.deb ...
Unpacking libcryptsetup12:amd64 (2:2.4.2-1) ...
Selecting previously unselected package libip4tc2:amd64.
Preparing to unpack .../04-libip4tc2_1.8.7-1_amd64.deb ...
Unpacking libip4tc2:amd64 (1.8.7-1) ...
Selecting previously unselected package libkmod2:amd64.
Preparing to unpack .../05-libkmod2_29-1_amd64.deb ...
Unpacking libkmod2:amd64 (29-1) ...
Selecting previously unselected package systemd.
Preparing to unpack .../06-systemd_249.7-1_amd64.deb ...
Unpacking systemd (249.7-1) ...
Selecting previously unselected package libdbus-1-3:amd64.
Preparing to unpack .../07-libdbus-1-3_1.12.20-3_amd64.deb ...
Unpacking libdbus-1-3:amd64 (1.12.20-3) ...
Selecting previously unselected package dbus-bin.
Preparing to unpack .../08-dbus-bin_1.12.20-3_amd64.deb ...
Unpacking dbus-bin (1.12.20-3) ...
Selecting previously unselected package dbus-session-bus-common.
Preparing to unpack .../09-dbus-session-bus-common_1.12.20-3_all.deb ...
Unpacking dbus-session-bus-common (1.12.20-3) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../10-libexpat1_2.4.1-3_amd64.deb ...
Unpacking libexpat1:amd64 (2.4.1-3) ...
Selecting previously unselected package dbus-daemon.
Preparing to unpack .../11-dbus-daemon_1.12.20-3_amd64.deb ...
Unpacking dbus-daemon (1.12.20-3) ...
Selecting previously unselected package dbus-system-bus-common.
Preparing to unpack .../12-dbus-system-bus-common_1.12.20-3_all.deb ...
Unpacking dbus-system-bus-common (1.12.20-3) ...
Selecting previously unselected package dbus.
Preparing to unpack .../13-dbus_1.12.20-3_amd64.deb ...
Unpacking dbus (1.12.20-3) ...
Selecting previously unselected package bsdextrautils.
Preparing to unpack .../14-bsdextrautils_2.37.2-4_amd64.deb ...
Unpacking bsdextrautils (2.37.2-4) ...
Selecting previously unselected package libuchardet0:amd64.
Preparing to unpack .../15-libuchardet0_0.0.7-1_amd64.deb ...
Unpacking libuchardet0:amd64 (0.0.7-1) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../16-groff-base_1.22.4-7_amd64.deb ...
Unpacking groff-base (1.22.4-7) ...
Selecting previously unselected package libgdbm6:amd64.
Preparing to unpack .../17-libgdbm6_1.22-1_amd64.deb ...
Unpacking libgdbm6:amd64 (1.22-1) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../18-libpipeline1_1.5.4-1_amd64.deb ...
Unpacking libpipeline1:amd64 (1.5.4-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../19-man-db_2.9.4-2_amd64.deb ...
Unpacking man-db (2.9.4-2) ...
Selecting previously unselected package perl-modules-5.32.
Preparing to unpack .../20-perl-modules-5.32_5.32.1-6_all.deb ...
Unpacking perl-modules-5.32 (5.32.1-6) ...
Selecting previously unselected package libgdbm-compat4:amd64.
Preparing to unpack .../21-libgdbm-compat4_1.22-1_amd64.deb ...
Unpacking libgdbm-compat4:amd64 (1.22-1) ...
Selecting previously unselected package libperl5.32:amd64.
Preparing to unpack .../22-libperl5.32_5.32.1-6_amd64.deb ...
Unpacking libperl5.32:amd64 (5.32.1-6) ...
Selecting previously unselected package perl.
Preparing to unpack .../23-perl_5.32.1-6_amd64.deb ...
Unpacking perl (5.32.1-6) ...
Selecting previously unselected package runc.
Preparing to unpack .../24-runc_1.0.2+ds1-2_amd64.deb ...
Unpacking runc (1.0.2+ds1-2) ...
Selecting previously unselected package containerd.
Preparing to unpack .../25-containerd_1.5.8~ds1-2_amd64.deb ...
Unpacking containerd (1.5.8~ds1-2) ...
Selecting previously unselected package libip6tc2:amd64.
Preparing to unpack .../26-libip6tc2_1.8.7-1_amd64.deb ...
Unpacking libip6tc2:amd64 (1.8.7-1) ...
Selecting previously unselected package libxtables12:amd64.
Preparing to unpack .../27-libxtables12_1.8.7-1_amd64.deb ...
Unpacking libxtables12:amd64 (1.8.7-1) ...
Selecting previously unselected package netbase.
Preparing to unpack .../28-netbase_6.3_all.deb ...
Unpacking netbase (6.3) ...
Selecting previously unselected package libmnl0:amd64.
Preparing to unpack .../29-libmnl0_1.0.4-3_amd64.deb ...
Unpacking libmnl0:amd64 (1.0.4-3) ...
Selecting previously unselected package libnfnetlink0:amd64.
Preparing to unpack .../30-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
Selecting previously unselected package libnetfilter-conntrack3:amd64.
Preparing to unpack .../31-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
Selecting previously unselected package libnftnl11:amd64.
Preparing to unpack .../32-libnftnl11_1.2.1-1_amd64.deb ...
Unpacking libnftnl11:amd64 (1.2.1-1) ...
Selecting previously unselected package iptables.
Preparing to unpack .../33-iptables_1.8.7-1_amd64.deb ...
Unpacking iptables (1.8.7-1) ...
Selecting previously unselected package tini.
Preparing to unpack .../34-tini_0.19.0-1_amd64.deb ...
Unpacking tini (0.19.0-1) ...
Selecting previously unselected package docker.io.
Preparing to unpack .../35-docker.io_20.10.8+dfsg1-2_amd64.deb ...
Unpacking docker.io (20.10.8+dfsg1-2) ...
Selecting previously unselected package liblocale-gettext-perl.
Preparing to unpack .../36-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
Unpacking liblocale-gettext-perl (1.07-4+b1) ...
Selecting previously unselected package libpython3.9-minimal:amd64.
Preparing to unpack .../37-libpython3.9-minimal_3.9.9-1_amd64.deb ...
Unpacking libpython3.9-minimal:amd64 (3.9.9-1) ...
Selecting previously unselected package python3.9-minimal.
Preparing to unpack .../38-python3.9-minimal_3.9.9-1_amd64.deb ...
Unpacking python3.9-minimal (3.9.9-1) ...
Setting up libpython3.9-minimal:amd64 (3.9.9-1) ...
Setting up libexpat1:amd64 (2.4.1-3) ...
Setting up python3.9-minimal (3.9.9-1) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11632 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.9.7-1_amd64.deb ...
Unpacking python3-minimal (3.9.7-1) ...
Selecting previously unselected package media-types.
Preparing to unpack .../1-media-types_4.0.0_all.deb ...
Unpacking media-types (4.0.0) ...
Selecting previously unselected package mailcap.
Preparing to unpack .../2-mailcap_3.70_all.deb ...
Unpacking mailcap (3.70) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../3-mime-support_3.66_all.deb ...
Unpacking mime-support (3.66) ...
Selecting previously unselected package libmpdec3:amd64.
Preparing to unpack .../4-libmpdec3_2.5.1-2_amd64.deb ...
Unpacking libmpdec3:amd64 (2.5.1-2) ...
Selecting previously unselected package libpython3.9-stdlib:amd64.
Preparing to unpack .../5-libpython3.9-stdlib_3.9.9-1_amd64.deb ...
Unpacking libpython3.9-stdlib:amd64 (3.9.9-1) ...
Selecting previously unselected package python3.9.
Preparing to unpack .../6-python3.9_3.9.9-1_amd64.deb ...
Unpacking python3.9 (3.9.9-1) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../7-libpython3-stdlib_3.9.7-1_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.9.7-1) ...
Setting up python3-minimal (3.9.7-1) ...
Selecting previously unselected package python3.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12054 files and directories currently installed.)
Preparing to unpack .../0-python3_3.9.7-1_amd64.deb ...
Unpacking python3 (3.9.7-1) ...
Selecting previously unselected package libpopt0:amd64.
Preparing to unpack .../1-libpopt0_1.18-3_amd64.deb ...
Unpacking libpopt0:amd64 (1.18-3) ...
Selecting previously unselected package rsync.
Preparing to unpack .../2-rsync_3.2.3-8_amd64.deb ...
Unpacking rsync (3.2.3-8) ...
Selecting previously unselected package tasksel-data.
Preparing to unpack .../3-tasksel-data_3.68_all.deb ...
Unpacking tasksel-data (3.68) ...
Selecting previously unselected package tasksel.
Preparing to unpack .../4-tasksel_3.68_all.deb ...
Unpacking tasksel (3.68) ...
Preparing to unpack .../5-libgmp10_2%3a6.2.1+dfsg-3_amd64.deb ...
Unpacking libgmp10:amd64 (2:6.2.1+dfsg-3) over (2:6.2.1+dfsg-2) ...
Setting up libgmp10:amd64 (2:6.2.1+dfsg-3) ...
Selecting previously unselected package libelf1:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12294 files and directories currently installed.)
Preparing to unpack .../000-libelf1_0.186-1_amd64.deb ...
Unpacking libelf1:amd64 (0.186-1) ...
Selecting previously unselected package libbpf0:amd64.
Preparing to unpack .../001-libbpf0_1%3a0.5.0-1_amd64.deb ...
Unpacking libbpf0:amd64 (1:0.5.0-1) ...
Selecting previously unselected package libmd0:amd64.
Preparing to unpack .../002-libmd0_1.0.4-1_amd64.deb ...
Unpacking libmd0:amd64 (1.0.4-1) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../003-libbsd0_0.11.3-1_amd64.deb ...
Unpacking libbsd0:amd64 (0.11.3-1) ...
Selecting previously unselected package libcap2-bin.
Preparing to unpack .../004-libcap2-bin_1%3a2.44-1_amd64.deb ...
Unpacking libcap2-bin (1:2.44-1) ...
Selecting previously unselected package iproute2.
Preparing to unpack .../005-iproute2_5.15.0-1_amd64.deb ...
Unpacking iproute2 (5.15.0-1) ...
Selecting previously unselected package iputils-ping.
Preparing to unpack .../006-iputils-ping_3%3a20210202-1_amd64.deb ...
Unpacking iputils-ping (3:20210202-1) ...
Selecting previously unselected package less.
Preparing to unpack .../007-less_551-2_amd64.deb ...
Unpacking less (551-2) ...
Selecting previously unselected package libncurses6:amd64.
Preparing to unpack .../008-libncurses6_6.3-1_amd64.deb ...
Unpacking libncurses6:amd64 (6.3-1) ...
Selecting previously unselected package libprocps8:amd64.
Preparing to unpack .../009-libprocps8_2%3a3.3.17-5_amd64.deb ...
Unpacking libprocps8:amd64 (2:3.3.17-5) ...
Selecting previously unselected package procps.
Preparing to unpack .../010-procps_2%3a3.3.17-5_amd64.deb ...
Unpacking procps (2:3.3.17-5) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../011-sensible-utils_0.0.17_all.deb ...
Unpacking sensible-utils (0.0.17) ...
Selecting previously unselected package xxd.
Preparing to unpack .../012-xxd_2%3a8.2.3565-1+b1_amd64.deb ...
Unpacking xxd (2:8.2.3565-1+b1) ...
Selecting previously unselected package vim-common.
Preparing to unpack .../013-vim-common_2%3a8.2.3565-1_all.deb ...
Unpacking vim-common (2:8.2.3565-1) ...
Selecting previously unselected package bash-completion.
Preparing to unpack .../014-bash-completion_1%3a2.11-5_all.deb ...
Unpacking bash-completion (1:2.11-5) ...
Selecting previously unselected package libfstrm0:amd64.
Preparing to unpack .../015-libfstrm0_0.6.0-1+b1_amd64.deb ...
Unpacking libfstrm0:amd64 (0.6.0-1+b1) ...
Selecting previously unselected package libjemalloc2:amd64.
Preparing to unpack .../016-libjemalloc2_5.2.1-4_amd64.deb ...
Unpacking libjemalloc2:amd64 (5.2.1-4) ...
Selecting previously unselected package liblmdb0:amd64.
Preparing to unpack .../017-liblmdb0_0.9.24-1_amd64.deb ...
Unpacking liblmdb0:amd64 (0.9.24-1) ...
Selecting previously unselected package libmaxminddb0:amd64.
Preparing to unpack .../018-libmaxminddb0_1.5.2-1_amd64.deb ...
Unpacking libmaxminddb0:amd64 (1.5.2-1) ...
Selecting previously unselected package libnghttp2-14:amd64.
Preparing to unpack .../019-libnghttp2-14_1.43.0-1_amd64.deb ...
Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
Selecting previously unselected package libprotobuf-c1:amd64.
Preparing to unpack .../020-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
Selecting previously unselected package libuv1:amd64.
Preparing to unpack .../021-libuv1_1.42.0-1_amd64.deb ...
Unpacking libuv1:amd64 (1.42.0-1) ...
Selecting previously unselected package libicu67:amd64.
Preparing to unpack .../022-libicu67_67.1-7_amd64.deb ...
Unpacking libicu67:amd64 (67.1-7) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../023-libxml2_2.9.12+dfsg-5+b1_amd64.deb ...
Unpacking libxml2:amd64 (2.9.12+dfsg-5+b1) ...
Selecting previously unselected package bind9-libs:amd64.
Preparing to unpack .../024-bind9-libs_1%3a9.17.19-3_amd64.deb ...
Unpacking bind9-libs:amd64 (1:9.17.19-3) ...
Selecting previously unselected package bind9-host.
Preparing to unpack .../025-bind9-host_1%3a9.17.19-3_amd64.deb ...
Unpacking bind9-host (1:9.17.19-3) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../026-libedit2_3.1-20210910-1_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20210910-1) ...
Selecting previously unselected package bind9-dnsutils.
Preparing to unpack .../027-bind9-dnsutils_1%3a9.17.19-3_amd64.deb ...
Unpacking bind9-dnsutils (1:9.17.19-3) ...
Selecting previously unselected package bzip2.
Preparing to unpack .../028-bzip2_1.0.8-4_amd64.deb ...
Unpacking bzip2 (1.0.8-4) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../029-libmagic-mgc_1%3a5.41-2_amd64.deb ...
Unpacking libmagic-mgc (1:5.41-2) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../030-libmagic1_1%3a5.41-2_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.41-2) ...
Selecting previously unselected package file.
Preparing to unpack .../031-file_1%3a5.41-2_amd64.deb ...
Unpacking file (1:5.41-2) ...
Selecting previously unselected package heroku.
Preparing to unpack .../032-heroku_7.59.2-1_amd64.deb ...
Unpacking heroku (7.59.2-1) ...
Selecting previously unselected package libc-l10n.
Preparing to unpack .../033-libc-l10n_2.32-4_all.deb ...
Unpacking libc-l10n (2.32-4) ...
Selecting previously unselected package locales.
Preparing to unpack .../034-locales_2.32-4_all.deb ...
Unpacking locales (2.32-4) ...
Selecting previously unselected package lsof.
Preparing to unpack .../035-lsof_4.93.2+dfsg-1.1_amd64.deb ...
Unpacking lsof (4.93.2+dfsg-1.1) ...
Selecting previously unselected package libcbor0:amd64.
Preparing to unpack .../036-libcbor0_0.5.0+dfsg-2_amd64.deb ...
Unpacking libcbor0:amd64 (0.5.0+dfsg-2) ...
Selecting previously unselected package libfido2-1:amd64.
Preparing to unpack .../037-libfido2-1_1.8.0-1_amd64.deb ...
Unpacking libfido2-1:amd64 (1.8.0-1) ...
Selecting previously unselected package openssh-client.
Preparing to unpack .../038-openssh-client_1%3a8.7p1-2_amd64.deb ...
Unpacking openssh-client (1:8.7p1-2) ...
Selecting previously unselected package telnet.
Preparing to unpack .../039-telnet_0.17-42_amd64.deb ...
Unpacking telnet (0.17-42) ...
Selecting previously unselected package ucf.
Preparing to unpack .../040-ucf_3.0043_all.deb ...
Moving old data out of the way
Unpacking ucf (3.0043) ...
Selecting previously unselected package libpsl5:amd64.
Preparing to unpack .../041-libpsl5_0.21.0-1.2_amd64.deb ...
Unpacking libpsl5:amd64 (0.21.0-1.2) ...
Selecting previously unselected package wget.
Preparing to unpack .../042-wget_1.21.2-2+b1_amd64.deb ...
Unpacking wget (1.21.2-2+b1) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../043-xz-utils_5.2.5-2_amd64.deb ...
Unpacking xz-utils (5.2.5-2) ...
Selecting previously unselected package android-liblog.
Preparing to unpack .../044-android-liblog_1%3a10.0.0+r36-7_amd64.deb ...
Unpacking android-liblog (1:10.0.0+r36-7) ...
Selecting previously unselected package android-libbase.
Preparing to unpack .../045-android-libbase_1%3a10.0.0+r36-7_amd64.deb ...
Unpacking android-libbase (1:10.0.0+r36-7) ...
Selecting previously unselected package android-libboringssl.
Preparing to unpack .../046-android-libboringssl_10.0.0+r36-1_amd64.deb ...
Unpacking android-libboringssl (10.0.0+r36-1) ...
Selecting previously unselected package android-libcrypto-utils.
Preparing to unpack .../047-android-libcrypto-utils_1%3a10.0.0+r36-7_amd64.deb ...
Unpacking android-libcrypto-utils (1:10.0.0+r36-7) ...
Selecting previously unselected package android-libcutils.
Preparing to unpack .../048-android-libcutils_1%3a10.0.0+r36-7_amd64.deb ...
Unpacking android-libcutils (1:10.0.0+r36-7) ...
Selecting previously unselected package libusb-1.0-0:amd64.
Preparing to unpack .../049-libusb-1.0-0_2%3a1.0.24-3_amd64.deb ...
Unpacking libusb-1.0-0:amd64 (2:1.0.24-3) ...
Selecting previously unselected package android-libadb.
Preparing to unpack .../050-android-libadb_1%3a10.0.0+r36-7_amd64.deb ...
Unpacking android-libadb (1:10.0.0+r36-7) ...
Selecting previously unselected package android-sdk-platform-tools-common.
Preparing to unpack .../051-android-sdk-platform-tools-common_28.0.2+3_all.deb ...
Unpacking android-sdk-platform-tools-common (28.0.2+3) ...
Selecting previously unselected package adb.
Preparing to unpack .../052-adb_1%3a10.0.0+r36-7_amd64.deb ...
Unpacking adb (1:10.0.0+r36-7) ...
Selecting previously unselected package libapr1:amd64.
Preparing to unpack .../053-libapr1_1.7.0-8_amd64.deb ...
Unpacking libapr1:amd64 (1.7.0-8) ...
Selecting previously unselected package libaprutil1:amd64.
Preparing to unpack .../054-libaprutil1_1.6.1-5_amd64.deb ...
Unpacking libaprutil1:amd64 (1.6.1-5) ...
Selecting previously unselected package apache2-utils.
Preparing to unpack .../055-apache2-utils_2.4.51-2_amd64.deb ...
Unpacking apache2-utils (2.4.51-2) ...
Selecting previously unselected package libaspell15:amd64.
Preparing to unpack .../056-libaspell15_0.60.8-4_amd64.deb ...
Unpacking libaspell15:amd64 (0.60.8-4) ...
Selecting previously unselected package libtext-iconv-perl.
Preparing to unpack .../057-libtext-iconv-perl_1.7-7+b1_amd64.deb ...
Unpacking libtext-iconv-perl (1.7-7+b1) ...
Selecting previously unselected package emacsen-common.
Preparing to unpack .../058-emacsen-common_3.0.4_all.deb ...
Unpacking emacsen-common (3.0.4) ...
Selecting previously unselected package dictionaries-common.
Preparing to unpack .../059-dictionaries-common_1.28.12_all.deb ...
Adding 'diversion of /usr/share/dict/words to /usr/share/dict/words.pre-dictionaries-common by dictionaries-common'
Unpacking dictionaries-common (1.28.12) ...
Selecting previously unselected package aspell.
Preparing to unpack .../060-aspell_0.60.8-4_amd64.deb ...
Unpacking aspell (0.60.8-4) ...
Selecting previously unselected package aspell-he.
Preparing to unpack .../061-aspell-he_1.0-0-8.1_all.deb ...
Unpacking aspell-he (1.0-0-8.1) ...
Selecting previously unselected package libfl2:amd64.
Preparing to unpack .../062-libfl2_2.6.4-8_amd64.deb ...
Unpacking libfl2:amd64 (2.6.4-8) ...
Selecting previously unselected package at.
Preparing to unpack .../063-at_3.1.23-1.1_amd64.deb ...
Unpacking at (3.1.23-1.1) ...
Selecting previously unselected package bats.
Preparing to unpack .../064-bats_1.2.1-3_all.deb ...
Unpacking bats (1.2.1-3) ...
Selecting previously unselected package bc.
Preparing to unpack .../065-bc_1.07.1-3+b1_amd64.deb ...
Unpacking bc (1.07.1-3+b1) ...
Selecting previously unselected package binutils-common:amd64.
Preparing to unpack .../066-binutils-common_2.37-7_amd64.deb ...
Unpacking binutils-common:amd64 (2.37-7) ...
Selecting previously unselected package libbinutils:amd64.
Preparing to unpack .../067-libbinutils_2.37-7_amd64.deb ...
Unpacking libbinutils:amd64 (2.37-7) ...
Selecting previously unselected package libctf-nobfd0:amd64.
Preparing to unpack .../068-libctf-nobfd0_2.37-7_amd64.deb ...
Unpacking libctf-nobfd0:amd64 (2.37-7) ...
Selecting previously unselected package libctf0:amd64.
Preparing to unpack .../069-libctf0_2.37-7_amd64.deb ...
Unpacking libctf0:amd64 (2.37-7) ...
Selecting previously unselected package binutils-x86-64-linux-gnu.
Preparing to unpack .../070-binutils-x86-64-linux-gnu_2.37-7_amd64.deb ...
Unpacking binutils-x86-64-linux-gnu (2.37-7) ...
Selecting previously unselected package binutils.
Preparing to unpack .../071-binutils_2.37-7_amd64.deb ...
Unpacking binutils (2.37-7) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../072-python3-six_1.16.0-2_all.deb ...
Unpacking python3-six (1.16.0-2) ...
Selecting previously unselected package python3-configobj.
Preparing to unpack .../073-python3-configobj_5.0.6-5_all.deb ...
Unpacking python3-configobj (5.0.6-5) ...
Selecting previously unselected package python3-certifi.
Preparing to unpack .../074-python3-certifi_2020.6.20-1_all.deb ...
Unpacking python3-certifi (2020.6.20-1) ...
Selecting previously unselected package python3-urllib3.
Preparing to unpack .../075-python3-urllib3_1.26.5-1~exp1_all.deb ...
Unpacking python3-urllib3 (1.26.5-1~exp1) ...
Selecting previously unselected package python3-dulwich.
Preparing to unpack .../076-python3-dulwich_0.20.25-1+b2_amd64.deb ...
Unpacking python3-dulwich (0.20.25-1+b2) ...
Selecting previously unselected package python3-fastimport.
Preparing to unpack .../077-python3-fastimport_0.9.8-5_all.deb ...
Unpacking python3-fastimport (0.9.8-5) ...
Selecting previously unselected package python3-patiencediff.
Preparing to unpack .../078-python3-patiencediff_0.2.1-1+b2_amd64.deb ...
Unpacking python3-patiencediff (0.2.1-1+b2) ...
Selecting previously unselected package python3-breezy.
Preparing to unpack .../079-python3-breezy_3.1.0-8_amd64.deb ...
Unpacking python3-breezy (3.1.0-8) ...
Selecting previously unselected package brz.
Preparing to unpack .../080-brz_3.1.0-8_all.deb ...
Unpacking brz (3.1.0-8) ...
Selecting previously unselected package bubblewrap.
Preparing to unpack .../081-bubblewrap_0.5.0-1_amd64.deb ...
Unpacking bubblewrap (0.5.0-1) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../082-libc-dev-bin_2.32-4_amd64.deb ...
Unpacking libc-dev-bin (2.32-4) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../083-linux-libc-dev_5.14.16-1_amd64.deb ...
Unpacking linux-libc-dev:amd64 (5.14.16-1) ...
Selecting previously unselected package libcrypt-dev:amd64.
Preparing to unpack .../084-libcrypt-dev_1%3a4.4.26-1_amd64.deb ...
Unpacking libcrypt-dev:amd64 (1:4.4.26-1) ...
Selecting previously unselected package libtirpc-dev:amd64.
Preparing to unpack .../085-libtirpc-dev_1.3.2-2_amd64.deb ...
Unpacking libtirpc-dev:amd64 (1.3.2-2) ...
Selecting previously unselected package libnsl-dev:amd64.
Preparing to unpack .../086-libnsl-dev_1.3.0-2_amd64.deb ...
Unpacking libnsl-dev:amd64 (1.3.0-2) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../087-rpcsvc-proto_1.4.2-4_amd64.deb ...
Unpacking rpcsvc-proto (1.4.2-4) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../088-libc6-dev_2.32-4_amd64.deb ...
Unpacking libc6-dev:amd64 (2.32-4) ...
Selecting previously unselected package libisl23:amd64.
Preparing to unpack .../089-libisl23_0.24-2_amd64.deb ...
Unpacking libisl23:amd64 (0.24-2) ...
Selecting previously unselected package libmpfr6:amd64.
Preparing to unpack .../090-libmpfr6_4.1.0-3_amd64.deb ...
Unpacking libmpfr6:amd64 (4.1.0-3) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../091-libmpc3_1.2.1-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.2.1-1) ...
Selecting previously unselected package cpp-11.
Preparing to unpack .../092-cpp-11_11.2.0-10_amd64.deb ...
Unpacking cpp-11 (11.2.0-10) ...
Selecting previously unselected package cpp.
Preparing to unpack .../093-cpp_4%3a11.2.0-2_amd64.deb ...
Unpacking cpp (4:11.2.0-2) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../094-libcc1-0_11.2.0-10_amd64.deb ...
Unpacking libcc1-0:amd64 (11.2.0-10) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../095-libgomp1_11.2.0-10_amd64.deb ...
Unpacking libgomp1:amd64 (11.2.0-10) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../096-libitm1_11.2.0-10_amd64.deb ...
Unpacking libitm1:amd64 (11.2.0-10) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../097-libatomic1_11.2.0-10_amd64.deb ...
Unpacking libatomic1:amd64 (11.2.0-10) ...
Selecting previously unselected package libasan6:amd64.
Preparing to unpack .../098-libasan6_11.2.0-10_amd64.deb ...
Unpacking libasan6:amd64 (11.2.0-10) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../099-liblsan0_11.2.0-10_amd64.deb ...
Unpacking liblsan0:amd64 (11.2.0-10) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../100-libtsan0_11.2.0-10_amd64.deb ...
Unpacking libtsan0:amd64 (11.2.0-10) ...
Selecting previously unselected package libubsan1:amd64.
Preparing to unpack .../101-libubsan1_11.2.0-10_amd64.deb ...
Unpacking libubsan1:amd64 (11.2.0-10) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../102-libquadmath0_11.2.0-10_amd64.deb ...
Unpacking libquadmath0:amd64 (11.2.0-10) ...
Selecting previously unselected package libgcc-11-dev:amd64.
Preparing to unpack .../103-libgcc-11-dev_11.2.0-10_amd64.deb ...
Unpacking libgcc-11-dev:amd64 (11.2.0-10) ...
Selecting previously unselected package gcc-11.
Preparing to unpack .../104-gcc-11_11.2.0-10_amd64.deb ...
Unpacking gcc-11 (11.2.0-10) ...
Selecting previously unselected package gcc.
Preparing to unpack .../105-gcc_4%3a11.2.0-2_amd64.deb ...
Unpacking gcc (4:11.2.0-2) ...
Selecting previously unselected package libstdc++-11-dev:amd64.
Preparing to unpack .../106-libstdc++-11-dev_11.2.0-10_amd64.deb ...
Unpacking libstdc++-11-dev:amd64 (11.2.0-10) ...
Selecting previously unselected package g++-11.
Preparing to unpack .../107-g++-11_11.2.0-10_amd64.deb ...
Unpacking g++-11 (11.2.0-10) ...
Selecting previously unselected package g++.
Preparing to unpack .../108-g++_4%3a11.2.0-2_amd64.deb ...
Unpacking g++ (4:11.2.0-2) ...
Selecting previously unselected package make.
Preparing to unpack .../109-make_4.3-4.1_amd64.deb ...
Unpacking make (4.3-4.1) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../110-libdpkg-perl_1.20.9_all.deb ...
Unpacking libdpkg-perl (1.20.9) ...
Selecting previously unselected package patch.
Preparing to unpack .../111-patch_2.7.6-7_amd64.deb ...
Unpacking patch (2.7.6-7) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../112-dpkg-dev_1.20.9_all.deb ...
Unpacking dpkg-dev (1.20.9) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../113-build-essential_12.9_amd64.deb ...
Unpacking build-essential (12.9) ...
Selecting previously unselected package rubygems-integration.
Preparing to unpack .../114-rubygems-integration_1.18_all.deb ...
Unpacking rubygems-integration (1.18) ...
Selecting previously unselected package rake.
Preparing to unpack .../115-rake_13.0.3-1_all.deb ...
Unpacking rake (13.0.3-1) ...
Selecting previously unselected package ruby-minitest.
Preparing to unpack .../116-ruby-minitest_5.13.0-1_all.deb ...
Unpacking ruby-minitest (5.13.0-1) ...
Selecting previously unselected package ruby-net-telnet.
Preparing to unpack .../117-ruby-net-telnet_0.1.1-2_all.deb ...
Unpacking ruby-net-telnet (0.1.1-2) ...
Selecting previously unselected package ruby-power-assert.
Preparing to unpack .../118-ruby-power-assert_1.1.7-2_all.deb ...
Unpacking ruby-power-assert (1.1.7-2) ...
Selecting previously unselected package ruby-test-unit.
Preparing to unpack .../119-ruby-test-unit_3.3.9-1_all.deb ...
Unpacking ruby-test-unit (3.3.9-1) ...
Selecting previously unselected package ruby-xmlrpc.
Preparing to unpack .../120-ruby-xmlrpc_0.3.2-1_all.deb ...
Unpacking ruby-xmlrpc (0.3.2-1) ...
Selecting previously unselected package libyaml-0-2:amd64.
Preparing to unpack .../121-libyaml-0-2_0.2.2-1_amd64.deb ...
Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
Selecting previously unselected package libruby2.7:amd64.
Preparing to unpack .../122-libruby2.7_2.7.4-1+b1_amd64.deb ...
Unpacking libruby2.7:amd64 (2.7.4-1+b1) ...
Selecting previously unselected package ruby2.7.
Preparing to unpack .../123-ruby2.7_2.7.4-1+b1_amd64.deb ...
Unpacking ruby2.7 (2.7.4-1+b1) ...
Selecting previously unselected package ruby.
Preparing to unpack .../124-ruby_1%3a2.7.6_amd64.deb ...
Unpacking ruby (1:2.7.6) ...
Selecting previously unselected package ruby-rubygems.
Preparing to unpack .../125-ruby-rubygems_3.2.27-2_all.deb ...
Unpacking ruby-rubygems (3.2.27-2) ...
Selecting previously unselected package ruby-bundler.
Preparing to unpack .../126-ruby-bundler_2.2.27-2_all.deb ...
Unpacking ruby-bundler (2.2.27-2) ...
Selecting previously unselected package bundler.
Preparing to unpack .../127-bundler_2.2.27-2_all.deb ...
Unpacking bundler (2.2.27-2) ...
Selecting previously unselected package bzr.
Preparing to unpack .../128-bzr_2.7.0+bzr6622+brz_all.deb ...
Unpacking bzr (2.7.0+bzr6622+brz) ...
Selecting previously unselected package java-common.
Preparing to unpack .../129-java-common_0.72_all.deb ...
Unpacking java-common (0.72) ...
Selecting previously unselected package libavahi-common-data:amd64.
Preparing to unpack .../130-libavahi-common-data_0.8-5_amd64.deb ...
Unpacking libavahi-common-data:amd64 (0.8-5) ...
Selecting previously unselected package libavahi-common3:amd64.
Preparing to unpack .../131-libavahi-common3_0.8-5_amd64.deb ...
Unpacking libavahi-common3:amd64 (0.8-5) ...
Selecting previously unselected package libavahi-client3:amd64.
Preparing to unpack .../132-libavahi-client3_0.8-5_amd64.deb ...
Unpacking libavahi-client3:amd64 (0.8-5) ...
Selecting previously unselected package libcups2:amd64.
Preparing to unpack .../133-libcups2_2.3.3op2-7_amd64.deb ...
Unpacking libcups2:amd64 (2.3.3op2-7) ...
Selecting previously unselected package liblcms2-2:amd64.
Preparing to unpack .../134-liblcms2-2_2.12~rc1-2_amd64.deb ...
Unpacking liblcms2-2:amd64 (2.12~rc1-2) ...
Selecting previously unselected package libjpeg62-turbo:amd64.
Preparing to unpack .../135-libjpeg62-turbo_1%3a2.0.6-4_amd64.deb ...
Unpacking libjpeg62-turbo:amd64 (1:2.0.6-4) ...
Selecting previously unselected package libbrotli1:amd64.
Preparing to unpack .../136-libbrotli1_1.0.9-2+b3_amd64.deb ...
Unpacking libbrotli1:amd64 (1.0.9-2+b3) ...
Selecting previously unselected package libpng16-16:amd64.
Preparing to unpack .../137-libpng16-16_1.6.37-3_amd64.deb ...
Unpacking libpng16-16:amd64 (1.6.37-3) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../138-libfreetype6_2.11.0+dfsg-1_amd64.deb ...
Unpacking libfreetype6:amd64 (2.11.0+dfsg-1) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../139-fonts-dejavu-core_2.37-2_all.deb ...
Unpacking fonts-dejavu-core (2.37-2) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../140-fontconfig-config_2.13.1-4.2_all.deb ...
Unpacking fontconfig-config (2.13.1-4.2) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../141-libfontconfig1_2.13.1-4.2_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.13.1-4.2) ...
Selecting previously unselected package libnspr4:amd64.
Preparing to unpack .../142-libnspr4_2%3a4.32-1_amd64.deb ...
Unpacking libnspr4:amd64 (2:4.32-1) ...
Selecting previously unselected package libnss3:amd64.
Preparing to unpack .../143-libnss3_2%3a3.72-2_amd64.deb ...
Unpacking libnss3:amd64 (2:3.72-2) ...
Selecting previously unselected package libasound2-data.
Preparing to unpack .../144-libasound2-data_1.2.5.1-1_all.deb ...
Unpacking libasound2-data (1.2.5.1-1) ...
Selecting previously unselected package libasound2:amd64.
Preparing to unpack .../145-libasound2_1.2.5.1-1_amd64.deb ...
Unpacking libasound2:amd64 (1.2.5.1-1) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../146-libglib2.0-0_2.70.1-1_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.70.1-1) ...
Selecting previously unselected package libgraphite2-3:amd64.
Preparing to unpack .../147-libgraphite2-3_1.3.14-1_amd64.deb ...
Unpacking libgraphite2-3:amd64 (1.3.14-1) ...
Selecting previously unselected package libharfbuzz0b:amd64.
Preparing to unpack .../148-libharfbuzz0b_2.7.4-1_amd64.deb ...
Unpacking libharfbuzz0b:amd64 (2.7.4-1) ...
Selecting previously unselected package libpcsclite1:amd64.
Preparing to unpack .../149-libpcsclite1_1.9.4-1_amd64.deb ...
Unpacking libpcsclite1:amd64 (1.9.4-1) ...
Selecting previously unselected package openjdk-11-jre-headless:amd64.
Preparing to unpack .../150-openjdk-11-jre-headless_11.0.13+8-1_amd64.deb ...
Unpacking openjdk-11-jre-headless:amd64 (11.0.13+8-1) ...
Selecting previously unselected package default-jre-headless.
Preparing to unpack .../151-default-jre-headless_2%3a1.11-72_amd64.deb ...
Unpacking default-jre-headless (2:1.11-72) ...
Selecting previously unselected package ca-certificates-java.
Preparing to unpack .../152-ca-certificates-java_20190909_all.deb ...
Unpacking ca-certificates-java (20190909) ...
Selecting previously unselected package libarchive13:amd64.
Preparing to unpack .../153-libarchive13_3.4.3-2+b1_amd64.deb ...
Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../154-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
Selecting previously unselected package libssh2-1:amd64.
Preparing to unpack .../155-libssh2-1_1.10.0-2_amd64.deb ...
Unpacking libssh2-1:amd64 (1.10.0-2) ...
Selecting previously unselected package libcurl4:amd64.
Preparing to unpack .../156-libcurl4_7.79.1-2_amd64.deb ...
Unpacking libcurl4:amd64 (7.79.1-2) ...
Selecting previously unselected package libjsoncpp24:amd64.
Preparing to unpack .../157-libjsoncpp24_1.9.4-5_amd64.deb ...
Unpacking libjsoncpp24:amd64 (1.9.4-5) ...
Selecting previously unselected package librhash0:amd64.
Preparing to unpack .../158-librhash0_1.4.2-1_amd64.deb ...
Unpacking librhash0:amd64 (1.4.2-1) ...
Selecting previously unselected package dh-elpa-helper.
Preparing to unpack .../159-dh-elpa-helper_2.0.9_all.deb ...
Unpacking dh-elpa-helper (2.0.9) ...
Selecting previously unselected package cmake-data.
Preparing to unpack .../160-cmake-data_3.22.0-1_all.deb ...
Unpacking cmake-data (3.22.0-1) ...
Selecting previously unselected package cmake.
Preparing to unpack .../161-cmake_3.22.0-1_amd64.deb ...
Unpacking cmake (3.22.0-1) ...
Selecting previously unselected package psmisc.
Preparing to unpack .../162-psmisc_23.4-2_amd64.deb ...
Unpacking psmisc (23.4-2) ...
Selecting previously unselected package php-common.
Preparing to unpack .../163-php-common_2%3a76_all.deb ...
Unpacking php-common (2:76) ...
Selecting previously unselected package php7.4-common.
Preparing to unpack .../164-php7.4-common_7.4.21-1+deb11u1+b2_amd64.deb ...
Unpacking php7.4-common (7.4.21-1+deb11u1+b2) ...
Selecting previously unselected package php7.4-json.
Preparing to unpack .../165-php7.4-json_7.4.21-1+deb11u1+b2_amd64.deb ...
Unpacking php7.4-json (7.4.21-1+deb11u1+b2) ...
Selecting previously unselected package php7.4-opcache.
Preparing to unpack .../166-php7.4-opcache_7.4.21-1+deb11u1+b2_amd64.deb ...
Unpacking php7.4-opcache (7.4.21-1+deb11u1+b2) ...
Selecting previously unselected package php7.4-readline.
Preparing to unpack .../167-php7.4-readline_7.4.21-1+deb11u1+b2_amd64.deb ...
Unpacking php7.4-readline (7.4.21-1+deb11u1+b2) ...
Selecting previously unselected package libsodium23:amd64.
Preparing to unpack .../168-libsodium23_1.0.18-1_amd64.deb ...
Unpacking libsodium23:amd64 (1.0.18-1) ...
Selecting previously unselected package php7.4-cli.
Preparing to unpack .../169-php7.4-cli_7.4.21-1+deb11u1+b2_amd64.deb ...
Unpacking php7.4-cli (7.4.21-1+deb11u1+b2) ...
Selecting previously unselected package php-cli.
Preparing to unpack .../170-php-cli_2%3a7.4+76_all.deb ...
Unpacking php-cli (2:7.4+76) ...
Selecting previously unselected package php-composer-ca-bundle.
Preparing to unpack .../171-php-composer-ca-bundle_1.3.1-1_all.deb ...
Unpacking php-composer-ca-bundle (1.3.1-1) ...
Selecting previously unselected package php-composer-metadata-minifier.
Preparing to unpack .../172-php-composer-metadata-minifier_1.0.0-2_all.deb ...
Unpacking php-composer-metadata-minifier (1.0.0-2) ...
Selecting previously unselected package php-composer-semver.
Preparing to unpack .../173-php-composer-semver_3.2.6-1_all.deb ...
Unpacking php-composer-semver (3.2.6-1) ...
Selecting previously unselected package php-composer-spdx-licenses.
Preparing to unpack .../174-php-composer-spdx-licenses_1.5.6-1_all.deb ...
Unpacking php-composer-spdx-licenses (1.5.6-1) ...
Selecting previously unselected package php-psr-log.
Preparing to unpack .../175-php-psr-log_1.1.3-2_all.deb ...
Unpacking php-psr-log (1.1.3-2) ...
Selecting previously unselected package php-composer-xdebug-handler.
Preparing to unpack .../176-php-composer-xdebug-handler_2.0.2-1_all.deb ...
Unpacking php-composer-xdebug-handler (2.0.2-1) ...
Selecting previously unselected package php-json-schema.
Preparing to unpack .../177-php-json-schema_5.2.11-1_all.deb ...
Unpacking php-json-schema (5.2.11-1) ...
Selecting previously unselected package jsonlint.
Preparing to unpack .../178-jsonlint_1.8.3-2_all.deb ...
Unpacking jsonlint (1.8.3-2) ...
Selecting previously unselected package libonig5:amd64.
Preparing to unpack .../179-libonig5_6.9.7.1-2_amd64.deb ...
Unpacking libonig5:amd64 (6.9.7.1-2) ...
Selecting previously unselected package php7.4-mbstring.
Preparing to unpack .../180-php7.4-mbstring_7.4.21-1+deb11u1+b2_amd64.deb ...
Unpacking php7.4-mbstring (7.4.21-1+deb11u1+b2) ...
Selecting previously unselected package php-mbstring.
Preparing to unpack .../181-php-mbstring_2%3a7.4+76_all.deb ...
Unpacking php-mbstring (2:7.4+76) ...
Selecting previously unselected package php-symfony-polyfill-php80.
Preparing to unpack .../182-php-symfony-polyfill-php80_1.23.1-1_all.deb ...
Unpacking php-symfony-polyfill-php80 (1.23.1-1) ...
Selecting previously unselected package php-psr-container.
Preparing to unpack .../183-php-psr-container_1.1.2-1_all.deb ...
Unpacking php-psr-container (1.1.2-1) ...
Selecting previously unselected package php-symfony-service-contracts.
Preparing to unpack .../184-php-symfony-service-contracts_1.1.10-2_all.deb ...
Unpacking php-symfony-service-contracts (1.1.10-2) ...
Selecting previously unselected package php-symfony-console.
Preparing to unpack .../185-php-symfony-console_4.4.19+dfsg-2_all.deb ...
Unpacking php-symfony-console (4.4.19+dfsg-2) ...
Selecting previously unselected package php-symfony-filesystem.
Preparing to unpack .../186-php-symfony-filesystem_4.4.19+dfsg-2_all.deb ...
Unpacking php-symfony-filesystem (4.4.19+dfsg-2) ...
Selecting previously unselected package php-symfony-finder.
Preparing to unpack .../187-php-symfony-finder_4.4.19+dfsg-2_all.deb ...
Unpacking php-symfony-finder (4.4.19+dfsg-2) ...
Selecting previously unselected package php-symfony-process.
Preparing to unpack .../188-php-symfony-process_4.4.19+dfsg-2_all.deb ...
Unpacking php-symfony-process (4.4.19+dfsg-2) ...
Selecting previously unselected package php-react-promise.
Preparing to unpack .../189-php-react-promise_2.7.0-2_all.deb ...
Unpacking php-react-promise (2.7.0-2) ...
Selecting previously unselected package composer.
Preparing to unpack .../190-composer_2.1.12-1_all.deb ...
Unpacking composer (2.1.12-1) ...
Selecting previously unselected package conmon.
Preparing to unpack .../191-conmon_2.0.25+ds1-1.1_amd64.deb ...
Unpacking conmon (2.0.25+ds1-1.1) ...
Selecting previously unselected package containernetworking-plugins.
Preparing to unpack .../192-containernetworking-plugins_0.9.1+ds1-1_amd64.deb ...
Unpacking containernetworking-plugins (0.9.1+ds1-1) ...
Selecting previously unselected package curl.
Preparing to unpack .../193-curl_7.79.1-2_amd64.deb ...
Unpacking curl (7.79.1-2) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../194-libxau6_1%3a1.0.9-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.9-1) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../195-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../196-libxcb1_1.14-3_amd64.deb ...
Unpacking libxcb1:amd64 (1.14-3) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../197-libx11-data_2%3a1.7.2-2_all.deb ...
Unpacking libx11-data (2:1.7.2-2) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../198-libx11-6_2%3a1.7.2-2+b1_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.7.2-2+b1) ...
Selecting previously unselected package dbus-x11.
Preparing to unpack .../199-dbus-x11_1.12.20-3_amd64.deb ...
Unpacking dbus-x11 (1.12.20-3) ...
Selecting previously unselected package libdconf1:amd64.
Preparing to unpack .../200-libdconf1_0.40.0-2_amd64.deb ...
Unpacking libdconf1:amd64 (0.40.0-2) ...
Selecting previously unselected package dconf-service.
Preparing to unpack .../201-dconf-service_0.40.0-2_amd64.deb ...
Unpacking dconf-service (0.40.0-2) ...
Selecting previously unselected package dconf-gsettings-backend:amd64.
Preparing to unpack .../202-dconf-gsettings-backend_0.40.0-2_amd64.deb ...
Unpacking dconf-gsettings-backend:amd64 (0.40.0-2) ...
Selecting previously unselected package openjdk-11-jdk-headless:amd64.
Preparing to unpack .../203-openjdk-11-jdk-headless_11.0.13+8-1_amd64.deb ...
Unpacking openjdk-11-jdk-headless:amd64 (11.0.13+8-1) ...
Selecting previously unselected package default-jdk-headless.
Preparing to unpack .../204-default-jdk-headless_2%3a1.11-72_amd64.deb ...
Unpacking default-jdk-headless (2:1.11-72) ...
Selecting previously unselected package libconfig-inifiles-perl.
Preparing to unpack .../205-libconfig-inifiles-perl_3.000003-1_all.deb ...
Unpacking libconfig-inifiles-perl (3.000003-1) ...
Selecting previously unselected package mysql-common.
Preparing to unpack .../206-mysql-common_5.8+1.0.7_all.deb ...
Unpacking mysql-common (5.8+1.0.7) ...
Selecting previously unselected package mariadb-common.
Preparing to unpack .../207-mariadb-common_1%3a10.5.12-1_all.deb ...
Unpacking mariadb-common (1:10.5.12-1) ...
Selecting previously unselected package libmariadb3:amd64.
Preparing to unpack .../208-libmariadb3_1%3a10.5.12-1_amd64.deb ...
Unpacking libmariadb3:amd64 (1:10.5.12-1) ...
Selecting previously unselected package mariadb-client-core-10.5.
Preparing to unpack .../209-mariadb-client-core-10.5_1%3a10.5.12-1_amd64.deb ...
Unpacking mariadb-client-core-10.5 (1:10.5.12-1) ...
Selecting previously unselected package mariadb-client-10.5.
Preparing to unpack .../210-mariadb-client-10.5_1%3a10.5.12-1_amd64.deb ...
Unpacking mariadb-client-10.5 (1:10.5.12-1) ...
Selecting previously unselected package default-mysql-client.
Preparing to unpack .../211-default-mysql-client_1.0.7_all.deb ...
Unpacking default-mysql-client (1.0.7) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../212-libfakeroot_1.25.3-1.1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.25.3-1.1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../213-fakeroot_1.25.3-1.1_amd64.deb ...
Unpacking fakeroot (1.25.3-1.1) ...
Selecting previously unselected package libfile-dirlist-perl.
Preparing to unpack .../214-libfile-dirlist-perl_0.05-2_all.deb ...
Unpacking libfile-dirlist-perl (0.05-2) ...
Selecting previously unselected package libfile-which-perl.
Preparing to unpack .../215-libfile-which-perl_1.23-1_all.deb ...
Unpacking libfile-which-perl (1.23-1) ...
Selecting previously unselected package libfile-homedir-perl.
Preparing to unpack .../216-libfile-homedir-perl_1.006-1_all.deb ...
Unpacking libfile-homedir-perl (1.006-1) ...
Selecting previously unselected package libfile-touch-perl.
Preparing to unpack .../217-libfile-touch-perl_0.12-1_all.deb ...
Unpacking libfile-touch-perl (0.12-1) ...
Selecting previously unselected package libio-pty-perl.
Preparing to unpack .../218-libio-pty-perl_1%3a1.15-2_amd64.deb ...
Unpacking libio-pty-perl (1:1.15-2) ...
Selecting previously unselected package libipc-run-perl.
Preparing to unpack .../219-libipc-run-perl_20200505.0-1_all.deb ...
Unpacking libipc-run-perl (20200505.0-1) ...
Selecting previously unselected package libclass-method-modifiers-perl.
Preparing to unpack .../220-libclass-method-modifiers-perl_2.13-1_all.deb ...
Unpacking libclass-method-modifiers-perl (2.13-1) ...
Selecting previously unselected package libb-hooks-op-check-perl.
Preparing to unpack .../221-libb-hooks-op-check-perl_0.22-1+b3_amd64.deb ...
Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
Selecting previously unselected package libdynaloader-functions-perl.
Preparing to unpack .../222-libdynaloader-functions-perl_0.003-1.1_all.deb ...
Unpacking libdynaloader-functions-perl (0.003-1.1) ...
Selecting previously unselected package libdevel-callchecker-perl.
Preparing to unpack .../223-libdevel-callchecker-perl_0.008-1+b2_amd64.deb ...
Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
Selecting previously unselected package libparams-classify-perl.
Preparing to unpack .../224-libparams-classify-perl_0.015-1+b3_amd64.deb ...
Unpacking libparams-classify-perl (0.015-1+b3) ...
Selecting previously unselected package libmodule-runtime-perl.
Preparing to unpack .../225-libmodule-runtime-perl_0.016-1_all.deb ...
Unpacking libmodule-runtime-perl (0.016-1) ...
Selecting previously unselected package libimport-into-perl.
Preparing to unpack .../226-libimport-into-perl_1.002005-1_all.deb ...
Unpacking libimport-into-perl (1.002005-1) ...
Selecting previously unselected package librole-tiny-perl.
Preparing to unpack .../227-librole-tiny-perl_2.002004-1_all.deb ...
Unpacking librole-tiny-perl (2.002004-1) ...
Selecting previously unselected package libsub-quote-perl.
Preparing to unpack .../228-libsub-quote-perl_2.006006-1_all.deb ...
Unpacking libsub-quote-perl (2.006006-1) ...
Selecting previously unselected package libmoo-perl.
Preparing to unpack .../229-libmoo-perl_2.005004-2_all.deb ...
Unpacking libmoo-perl (2.005004-2) ...
Selecting previously unselected package libencode-locale-perl.
Preparing to unpack .../230-libencode-locale-perl_1.05-1.1_all.deb ...
Unpacking libencode-locale-perl (1.05-1.1) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../231-libtimedate-perl_2.3300-2_all.deb ...
Unpacking libtimedate-perl (2.3300-2) ...
Selecting previously unselected package libhttp-date-perl.
Preparing to unpack .../232-libhttp-date-perl_6.05-1_all.deb ...
Unpacking libhttp-date-perl (6.05-1) ...
Selecting previously unselected package libfile-listing-perl.
Preparing to unpack .../233-libfile-listing-perl_6.14-1_all.deb ...
Unpacking libfile-listing-perl (6.14-1) ...
Selecting previously unselected package libhtml-tagset-perl.
Preparing to unpack .../234-libhtml-tagset-perl_3.20-4_all.deb ...
Unpacking libhtml-tagset-perl (3.20-4) ...
Selecting previously unselected package liburi-perl.
Preparing to unpack .../235-liburi-perl_5.10-1_all.deb ...
Unpacking liburi-perl (5.10-1) ...
Selecting previously unselected package libhtml-parser-perl:amd64.
Preparing to unpack .../236-libhtml-parser-perl_3.76-1_amd64.deb ...
Unpacking libhtml-parser-perl:amd64 (3.76-1) ...
Selecting previously unselected package libhtml-tree-perl.
Preparing to unpack .../237-libhtml-tree-perl_5.07-2_all.deb ...
Unpacking libhtml-tree-perl (5.07-2) ...
Selecting previously unselected package libio-html-perl.
Preparing to unpack .../238-libio-html-perl_1.004-2_all.deb ...
Unpacking libio-html-perl (1.004-2) ...
Selecting previously unselected package liblwp-mediatypes-perl.
Preparing to unpack .../239-liblwp-mediatypes-perl_6.04-1_all.deb ...
Unpacking liblwp-mediatypes-perl (6.04-1) ...
Selecting previously unselected package libhttp-message-perl.
Preparing to unpack .../240-libhttp-message-perl_6.35-1_all.deb ...
Unpacking libhttp-message-perl (6.35-1) ...
Selecting previously unselected package libhttp-cookies-perl.
Preparing to unpack .../241-libhttp-cookies-perl_6.10-1_all.deb ...
Unpacking libhttp-cookies-perl (6.10-1) ...
Selecting previously unselected package libhttp-negotiate-perl.
Preparing to unpack .../242-libhttp-negotiate-perl_6.01-1_all.deb ...
Unpacking libhttp-negotiate-perl (6.01-1) ...
Selecting previously unselected package perl-openssl-defaults:amd64.
Preparing to unpack .../243-perl-openssl-defaults_5_amd64.deb ...
Unpacking perl-openssl-defaults:amd64 (5) ...
Selecting previously unselected package libnet-ssleay-perl:amd64.
Preparing to unpack .../244-libnet-ssleay-perl_1.90-1_amd64.deb ...
Unpacking libnet-ssleay-perl:amd64 (1.90-1) ...
Selecting previously unselected package libio-socket-ssl-perl.
Preparing to unpack .../245-libio-socket-ssl-perl_2.072-1_all.deb ...
Unpacking libio-socket-ssl-perl (2.072-1) ...
Selecting previously unselected package libnet-http-perl.
Preparing to unpack .../246-libnet-http-perl_6.21-1_all.deb ...
Unpacking libnet-http-perl (6.21-1) ...
Selecting previously unselected package liblwp-protocol-https-perl.
Preparing to unpack .../247-liblwp-protocol-https-perl_6.10-1_all.deb ...
Unpacking liblwp-protocol-https-perl (6.10-1) ...
Selecting previously unselected package libtry-tiny-perl.
Preparing to unpack .../248-libtry-tiny-perl_0.30-1_all.deb ...
Unpacking libtry-tiny-perl (0.30-1) ...
Selecting previously unselected package libwww-robotrules-perl.
Preparing to unpack .../249-libwww-robotrules-perl_6.02-1_all.deb ...
Unpacking libwww-robotrules-perl (6.02-1) ...
Selecting previously unselected package libwww-perl.
Preparing to unpack .../250-libwww-perl_6.58-1_all.deb ...
Unpacking libwww-perl (6.58-1) ...
Selecting previously unselected package patchutils.
Preparing to unpack .../251-patchutils_0.4.2-1_amd64.deb ...
Unpacking patchutils (0.4.2-1) ...
Selecting previously unselected package wdiff.
Preparing to unpack .../252-wdiff_1.2.2-2+b1_amd64.deb ...
Unpacking wdiff (1.2.2-2+b1) ...
Selecting previously unselected package devscripts.
Preparing to unpack .../253-devscripts_2.21.4_amd64.deb ...
Unpacking devscripts (2.21.4) ...
Selecting previously unselected package dnsutils.
Preparing to unpack .../254-dnsutils_1%3a9.17.19-3_all.deb ...
Unpacking dnsutils (1:9.17.19-3) ...
Selecting previously unselected package dos2unix.
Preparing to unpack .../255-dos2unix_7.4.2-2_amd64.deb ...
Unpacking dos2unix (7.4.2-2) ...
Selecting previously unselected package easy-rsa.
Preparing to unpack .../256-easy-rsa_3.0.8-1_all.deb ...
Unpacking easy-rsa (3.0.8-1) ...
Selecting previously unselected package entr.
Preparing to unpack .../257-entr_5.0-1_amd64.deb ...
Unpacking entr (5.0-1) ...
Selecting previously unselected package libtcl8.6:amd64.
Preparing to unpack .../258-libtcl8.6_8.6.12+dfsg-1_amd64.deb ...
Unpacking libtcl8.6:amd64 (8.6.12+dfsg-1) ...
Selecting previously unselected package tcl8.6.
Preparing to unpack .../259-tcl8.6_8.6.12+dfsg-1_amd64.deb ...
Unpacking tcl8.6 (8.6.12+dfsg-1) ...
Selecting previously unselected package tcl-expect:amd64.
Preparing to unpack .../260-tcl-expect_5.45.4-2+b1_amd64.deb ...
Unpacking tcl-expect:amd64 (5.45.4-2+b1) ...
Selecting previously unselected package expect.
Preparing to unpack .../261-expect_5.45.4-2+b1_amd64.deb ...
Unpacking expect (5.45.4-2+b1) ...
Selecting previously unselected package xdg-dbus-proxy.
Preparing to unpack .../262-xdg-dbus-proxy_0.1.2-2_amd64.deb ...
Unpacking xdg-dbus-proxy (0.1.2-2) ...
Selecting previously unselected package libgdk-pixbuf2.0-common.
Preparing to unpack .../263-libgdk-pixbuf2.0-common_2.42.6+dfsg-2_all.deb ...
Unpacking libgdk-pixbuf2.0-common (2.42.6+dfsg-2) ...
Selecting previously unselected package shared-mime-info.
Preparing to unpack .../264-shared-mime-info_2.0-1_amd64.deb ...
Unpacking shared-mime-info (2.0-1) ...
Selecting previously unselected package libdeflate0:amd64.
Preparing to unpack .../265-libdeflate0_1.8-1_amd64.deb ...
Unpacking libdeflate0:amd64 (1.8-1) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../266-libjbig0_2.1-3.1+b2_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Selecting previously unselected package libwebp6:amd64.
Preparing to unpack .../267-libwebp6_0.6.1-2.1_amd64.deb ...
Unpacking libwebp6:amd64 (0.6.1-2.1) ...
Selecting previously unselected package libtiff5:amd64.
Preparing to unpack .../268-libtiff5_4.3.0-2_amd64.deb ...
Unpacking libtiff5:amd64 (4.3.0-2) ...
Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64.
Preparing to unpack .../269-libgdk-pixbuf-2.0-0_2.42.6+dfsg-2_amd64.deb ...
Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.6+dfsg-2) ...
Selecting previously unselected package libproxy1v5:amd64.
Preparing to unpack .../270-libproxy1v5_0.4.17-1_amd64.deb ...
Unpacking libproxy1v5:amd64 (0.4.17-1) ...
Selecting previously unselected package glib-networking-common.
Preparing to unpack .../271-glib-networking-common_2.70.0-1_all.deb ...
Unpacking glib-networking-common (2.70.0-1) ...
Selecting previously unselected package glib-networking-services.
Preparing to unpack .../272-glib-networking-services_2.70.0-1_amd64.deb ...
Unpacking glib-networking-services (2.70.0-1) ...
Selecting previously unselected package gsettings-desktop-schemas.
Preparing to unpack .../273-gsettings-desktop-schemas_41.0-2_all.deb ...
Unpacking gsettings-desktop-schemas (41.0-2) ...
Selecting previously unselected package glib-networking:amd64.
Preparing to unpack .../274-glib-networking_2.70.0-1_amd64.deb ...
Unpacking glib-networking:amd64 (2.70.0-1) ...
Selecting previously unselected package libsoup2.4-1:amd64.
Preparing to unpack .../275-libsoup2.4-1_2.74.1-1_amd64.deb ...
Unpacking libsoup2.4-1:amd64 (2.74.1-1) ...
Selecting previously unselected package libstemmer0d:amd64.
Preparing to unpack .../276-libstemmer0d_2.2.0-1_amd64.deb ...
Unpacking libstemmer0d:amd64 (2.2.0-1) ...
Selecting previously unselected package libappstream-glib8:amd64.
Preparing to unpack .../277-libappstream-glib8_0.7.18-2_amd64.deb ...
Unpacking libappstream-glib8:amd64 (0.7.18-2) ...
Selecting previously unselected package libfuse2:amd64.
Preparing to unpack .../278-libfuse2_2.9.9-5_amd64.deb ...
Unpacking libfuse2:amd64 (2.9.9-5) ...
Selecting previously unselected package libgpgme11:amd64.
Preparing to unpack .../279-libgpgme11_1.16.0-1.1+b1_amd64.deb ...
Unpacking libgpgme11:amd64 (1.16.0-1.1+b1) ...
Selecting previously unselected package libjson-glib-1.0-common.
Preparing to unpack .../280-libjson-glib-1.0-common_1.6.6-1_all.deb ...
Unpacking libjson-glib-1.0-common (1.6.6-1) ...
Selecting previously unselected package libjson-glib-1.0-0:amd64.
Preparing to unpack .../281-libjson-glib-1.0-0_1.6.6-1_amd64.deb ...
Unpacking libjson-glib-1.0-0:amd64 (1.6.6-1) ...
Selecting previously unselected package libmalcontent-0-0:amd64.
Preparing to unpack .../282-libmalcontent-0-0_0.10.3-1_amd64.deb ...
Unpacking libmalcontent-0-0:amd64 (0.10.3-1) ...
Selecting previously unselected package libavahi-glib1:amd64.
Preparing to unpack .../283-libavahi-glib1_0.8-5_amd64.deb ...
Unpacking libavahi-glib1:amd64 (0.8-5) ...
Selecting previously unselected package libostree-1-1:amd64.
Preparing to unpack .../284-libostree-1-1_2021.5-1_amd64.deb ...
Unpacking libostree-1-1:amd64 (2021.5-1) ...
Selecting previously unselected package libpolkit-gobject-1-0:amd64.
Preparing to unpack .../285-libpolkit-gobject-1-0_0.105-31_amd64.deb ...
Unpacking libpolkit-gobject-1-0:amd64 (0.105-31) ...
Selecting previously unselected package libpolkit-agent-1-0:amd64.
Preparing to unpack .../286-libpolkit-agent-1-0_0.105-31_amd64.deb ...
Unpacking libpolkit-agent-1-0:amd64 (0.105-31) ...
Selecting previously unselected package flatpak.
Preparing to unpack .../287-flatpak_1.12.2-1_amd64.deb ...
Unpacking flatpak (1.12.2-1) ...
Selecting previously unselected package libgirepository-1.0-1:amd64.
Preparing to unpack .../288-libgirepository-1.0-1_1.70.0-2_amd64.deb ...
Unpacking libgirepository-1.0-1:amd64 (1.70.0-2) ...
Selecting previously unselected package gir1.2-glib-2.0:amd64.
Preparing to unpack .../289-gir1.2-glib-2.0_1.70.0-2_amd64.deb ...
Unpacking gir1.2-glib-2.0:amd64 (1.70.0-2) ...
Selecting previously unselected package libflatpak0:amd64.
Preparing to unpack .../290-libflatpak0_1.12.2-1_amd64.deb ...
Unpacking libflatpak0:amd64 (1.12.2-1) ...
Selecting previously unselected package gir1.2-flatpak-1.0:amd64.
Preparing to unpack .../291-gir1.2-flatpak-1.0_1.12.2-1_amd64.deb ...
Unpacking gir1.2-flatpak-1.0:amd64 (1.12.2-1) ...
Selecting previously unselected package ostree.
Preparing to unpack .../292-ostree_2021.5-1_amd64.deb ...
Unpacking ostree (2021.5-1) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../293-libcurl3-gnutls_7.79.1-2_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.79.1-2) ...
Selecting previously unselected package libdw1:amd64.
Preparing to unpack .../294-libdw1_0.186-1_amd64.deb ...
Unpacking libdw1:amd64 (0.186-1) ...
Selecting previously unselected package flatpak-builder.
Preparing to unpack .../295-flatpak-builder_1.2.0-1_amd64.deb ...
Unpacking flatpak-builder (1.2.0-1) ...
Selecting previously unselected package flatpak-xdg-utils.
Preparing to unpack .../296-flatpak-xdg-utils_1.0.4-1_amd64.deb ...
Unpacking flatpak-xdg-utils (1.0.4-1) ...
Selecting previously unselected package ftp.
Preparing to unpack .../297-ftp_0.17-35_amd64.deb ...
Unpacking ftp (0.17-35) ...
Selecting previously unselected package fuse.
Preparing to unpack .../298-fuse_2.9.9-5_amd64.deb ...
Unpacking fuse (2.9.9-5) ...
Selecting previously unselected package gir1.2-freedesktop:amd64.
Preparing to unpack .../299-gir1.2-freedesktop_1.70.0-2_amd64.deb ...
Unpacking gir1.2-freedesktop:amd64 (1.70.0-2) ...
Selecting previously unselected package gir1.2-ostree-1.0:amd64.
Preparing to unpack .../300-gir1.2-ostree-1.0_2021.5-1_amd64.deb ...
Unpacking gir1.2-ostree-1.0:amd64 (2021.5-1) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../301-liberror-perl_0.17029-1_all.deb ...
Unpacking liberror-perl (0.17029-1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../302-git-man_1%3a2.33.0-1_all.deb ...
Unpacking git-man (1:2.33.0-1) ...
Selecting previously unselected package git.
Preparing to unpack .../303-git_1%3a2.33.0-1_amd64.deb ...
Unpacking git (1:2.33.0-1) ...
Selecting previously unselected package go-md2man.
Preparing to unpack .../304-go-md2man_2.0.0+ds-5+b6_amd64.deb ...
Unpacking go-md2man (2.0.0+ds-5+b6) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../305-python3-lib2to3_3.9.9-2_all.deb ...
Unpacking python3-lib2to3 (3.9.9-2) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../306-python3-distutils_3.9.9-2_all.deb ...
Unpacking python3-distutils (3.9.9-2) ...
Selecting previously unselected package python3-markupsafe.
Preparing to unpack .../307-python3-markupsafe_2.0.1-2+b1_amd64.deb ...
Unpacking python3-markupsafe (2.0.1-2+b1) ...
Selecting previously unselected package python3-mako.
Preparing to unpack .../308-python3-mako_1.1.3+ds1-2_all.deb ...
Unpacking python3-mako (1.1.3+ds1-2) ...
Selecting previously unselected package python3-more-itertools.
Preparing to unpack .../309-python3-more-itertools_8.10.0-2_all.deb ...
Unpacking python3-more-itertools (8.10.0-2) ...
Selecting previously unselected package python3-zipp.
Preparing to unpack .../310-python3-zipp_1.0.0-3_all.deb ...
Unpacking python3-zipp (1.0.0-3) ...
Selecting previously unselected package python3-importlib-metadata.
Preparing to unpack .../311-python3-importlib-metadata_4.6.4-1_all.deb ...
Unpacking python3-importlib-metadata (4.6.4-1) ...
Selecting previously unselected package python3-markdown.
Preparing to unpack .../312-python3-markdown_3.3.6-1_all.deb ...
Unpacking python3-markdown (3.3.6-1) ...
Selecting previously unselected package gobject-introspection.
Preparing to unpack .../313-gobject-introspection_1.70.0-2_amd64.deb ...
Unpacking gobject-introspection (1.70.0-2) ...
Selecting previously unselected package golang-1.17-doc.
Preparing to unpack .../314-golang-1.17-doc_1.17.3-1_all.deb ...
Unpacking golang-1.17-doc (1.17.3-1) ...
Selecting previously unselected package golang-1.17-src.
Preparing to unpack .../315-golang-1.17-src_1.17.3-1_all.deb ...
Unpacking golang-1.17-src (1.17.3-1) ...
Selecting previously unselected package golang-1.17-go.
Preparing to unpack .../316-golang-1.17-go_1.17.3-1_amd64.deb ...
Unpacking golang-1.17-go (1.17.3-1) ...
Selecting previously unselected package golang-1.17.
Preparing to unpack .../317-golang-1.17_1.17.3-1_all.deb ...
Unpacking golang-1.17 (1.17.3-1) ...
Selecting previously unselected package golang-src.
Preparing to unpack .../318-golang-src_2%3a1.17~1_all.deb ...
Unpacking golang-src (2:1.17~1) ...
Selecting previously unselected package golang-go:amd64.
Preparing to unpack .../319-golang-go_2%3a1.17~1_amd64.deb ...
Unpacking golang-go:amd64 (2:1.17~1) ...
Selecting previously unselected package golang-doc.
Preparing to unpack .../320-golang-doc_2%3a1.17~1_all.deb ...
Unpacking golang-doc (2:1.17~1) ...
Selecting previously unselected package golang:amd64.
Preparing to unpack .../321-golang_2%3a1.17~1_amd64.deb ...
Unpacking golang:amd64 (2:1.17~1) ...
Selecting previously unselected package golang-github-containers-image.
Preparing to unpack .../322-golang-github-containers-image_5.16.0-3_all.deb ...
Unpacking golang-github-containers-image (5.16.0-3) ...
Selecting previously unselected package golang-github-containers-common.
Preparing to unpack .../323-golang-github-containers-common_0.44.3+ds1-2_all.deb ...
Unpacking golang-github-containers-common (0.44.3+ds1-2) ...
Selecting previously unselected package google-cloud-sdk.
Preparing to unpack .../324-google-cloud-sdk_365.0.1-0_all.deb ...
Unpacking google-cloud-sdk (365.0.1-0) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../325-python3-pkg-resources_58.2.0-1_all.deb ...
Unpacking python3-pkg-resources (58.2.0-1) ...
Selecting previously unselected package gyp.
Preparing to unpack .../326-gyp_0.1+20210831gitd6c5dd5-1_all.deb ...
Unpacking gyp (0.1+20210831gitd6c5dd5-1) ...
Selecting previously unselected package libsass1:amd64.
Preparing to unpack .../327-libsass1_3.6.5+20211111-2_amd64.deb ...
Unpacking libsass1:amd64 (3.6.5+20211111-2) ...
Selecting previously unselected package hugo.
Preparing to unpack .../328-hugo_0.82.1-1_amd64.deb ...
Unpacking hugo (0.82.1-1) ...
Selecting previously unselected package hunspell-he.
Preparing to unpack .../329-hunspell-he_1%3a7.2.0-2_all.deb ...
Unpacking hunspell-he (1:7.2.0-2) ...
Selecting previously unselected package libhunspell-1.7-0:amd64.
Preparing to unpack .../330-libhunspell-1.7-0_1.7.0-4_amd64.deb ...
Unpacking libhunspell-1.7-0:amd64 (1.7.0-4) ...
Selecting previously unselected package hunspell.
Preparing to unpack .../331-hunspell_1.7.0-4_amd64.deb ...
Unpacking hunspell (1.7.0-4) ...
Selecting previously unselected package hyphen-en-us.
Preparing to unpack .../332-hyphen-en-us_2.8.8-7_all.deb ...
Unpacking hyphen-en-us (2.8.8-7) ...
Selecting previously unselected package ipcalc.
Preparing to unpack .../333-ipcalc_0.42-2_all.deb ...
Unpacking ipcalc (0.42-2) ...
Selecting previously unselected package iputils-tracepath.
Preparing to unpack .../334-iputils-tracepath_3%3a20210202-1_amd64.deb ...
Unpacking iputils-tracepath (3:20210202-1) ...
Selecting previously unselected package keyutils.
Preparing to unpack .../335-keyutils_1.6.1-2_amd64.deb ...
Unpacking keyutils (1.6.1-2) ...
Selecting previously unselected package krb5-config.
Preparing to unpack .../336-krb5-config_2.6+nmu1_all.deb ...
Unpacking krb5-config (2.6+nmu1) ...
Selecting previously unselected package kubernetes-client.
Preparing to unpack .../337-kubernetes-client_1.20.5+really1.20.2-1_amd64.deb ...
Unpacking kubernetes-client (1.20.5+really1.20.2-1) ...
Selecting previously unselected package ldap-utils.
Preparing to unpack .../338-ldap-utils_2.4.59+dfsg-1_amd64.deb ...
Unpacking ldap-utils (2.4.59+dfsg-1) ...
Selecting previously unselected package libarchive-tools.
Preparing to unpack .../339-libarchive-tools_3.4.3-2+b1_amd64.deb ...
Unpacking libarchive-tools (3.4.3-2+b1) ...
Selecting previously unselected package uuid-dev:amd64.
Preparing to unpack .../340-uuid-dev_2.37.2-4_amd64.deb ...
Unpacking uuid-dev:amd64 (2.37.2-4) ...
Selecting previously unselected package libblkid-dev:amd64.
Preparing to unpack .../341-libblkid-dev_2.37.2-4_amd64.deb ...
Unpacking libblkid-dev:amd64 (2.37.2-4) ...
Selecting previously unselected package libbrotli-dev:amd64.
Preparing to unpack .../342-libbrotli-dev_1.0.9-2+b3_amd64.deb ...
Unpacking libbrotli-dev:amd64 (1.0.9-2+b3) ...
Selecting previously unselected package libc-ares2:amd64.
Preparing to unpack .../343-libc-ares2_1.18.1-1+b1_amd64.deb ...
Unpacking libc-ares2:amd64 (1.18.1-1+b1) ...
Selecting previously unselected package libpixman-1-0:amd64.
Preparing to unpack .../344-libpixman-1-0_0.40.0-1_amd64.deb ...
Unpacking libpixman-1-0:amd64 (0.40.0-1) ...
Selecting previously unselected package libxcb-render0:amd64.
Preparing to unpack .../345-libxcb-render0_1.14-3_amd64.deb ...
Unpacking libxcb-render0:amd64 (1.14-3) ...
Selecting previously unselected package libxcb-shm0:amd64.
Preparing to unpack .../346-libxcb-shm0_1.14-3_amd64.deb ...
Unpacking libxcb-shm0:amd64 (1.14-3) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../347-libxext6_2%3a1.3.4-1_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.4-1) ...
Selecting previously unselected package libxrender1:amd64.
Preparing to unpack .../348-libxrender1_1%3a0.9.10-1_amd64.deb ...
Unpacking libxrender1:amd64 (1:0.9.10-1) ...
Selecting previously unselected package libcairo2:amd64.
Preparing to unpack .../349-libcairo2_1.16.0-5_amd64.deb ...
Unpacking libcairo2:amd64 (1.16.0-5) ...
Selecting previously unselected package libcairo-gobject2:amd64.
Preparing to unpack .../350-libcairo-gobject2_1.16.0-5_amd64.deb ...
Unpacking libcairo-gobject2:amd64 (1.16.0-5) ...
Selecting previously unselected package liblzo2-2:amd64.
Preparing to unpack .../351-liblzo2-2_2.10-2_amd64.deb ...
Unpacking liblzo2-2:amd64 (2.10-2) ...
Selecting previously unselected package libcairo-script-interpreter2:amd64.
Preparing to unpack .../352-libcairo-script-interpreter2_1.16.0-5_amd64.deb ...
Unpacking libcairo-script-interpreter2:amd64 (1.16.0-5) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../353-libexpat1-dev_2.4.1-3_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.4.1-3) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../354-zlib1g-dev_1%3a1.2.11.dfsg-2_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2) ...
Selecting previously unselected package libpng-dev:amd64.
Preparing to unpack .../355-libpng-dev_1.6.37-3_amd64.deb ...
Unpacking libpng-dev:amd64 (1.6.37-3) ...
Selecting previously unselected package libfreetype-dev:amd64.
Preparing to unpack .../356-libfreetype-dev_2.11.0+dfsg-1_amd64.deb ...
Unpacking libfreetype-dev:amd64 (2.11.0+dfsg-1) ...
Selecting previously unselected package libfreetype6-dev:amd64.
Preparing to unpack .../357-libfreetype6-dev_2.11.0+dfsg-1_amd64.deb ...
Unpacking libfreetype6-dev:amd64 (2.11.0+dfsg-1) ...
Selecting previously unselected package pkg-config.
Preparing to unpack .../358-pkg-config_0.29.2-1_amd64.deb ...
Unpacking pkg-config (0.29.2-1) ...
Selecting previously unselected package libfontconfig-dev:amd64.
Preparing to unpack .../359-libfontconfig-dev_2.13.1-4.2_amd64.deb ...
Unpacking libfontconfig-dev:amd64 (2.13.1-4.2) ...
Selecting previously unselected package libfontconfig1-dev:amd64.
Preparing to unpack .../360-libfontconfig1-dev_2.13.1-4.2_amd64.deb ...
Unpacking libfontconfig1-dev:amd64 (2.13.1-4.2) ...
Selecting previously unselected package xorg-sgml-doctools.
Preparing to unpack .../361-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
Selecting previously unselected package x11proto-dev.
Preparing to unpack .../362-x11proto-dev_2021.5-1_all.deb ...
Unpacking x11proto-dev (2021.5-1) ...
Selecting previously unselected package libxau-dev:amd64.
Preparing to unpack .../363-libxau-dev_1%3a1.0.9-1_amd64.deb ...
Unpacking libxau-dev:amd64 (1:1.0.9-1) ...
Selecting previously unselected package libxdmcp-dev:amd64.
Preparing to unpack .../364-libxdmcp-dev_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp-dev:amd64 (1:1.1.2-3) ...
Selecting previously unselected package xtrans-dev.
Preparing to unpack .../365-xtrans-dev_1.4.0-1_all.deb ...
Unpacking xtrans-dev (1.4.0-1) ...
Selecting previously unselected package libpthread-stubs0-dev:amd64.
Preparing to unpack .../366-libpthread-stubs0-dev_0.4-1_amd64.deb ...
Unpacking libpthread-stubs0-dev:amd64 (0.4-1) ...
Selecting previously unselected package libxcb1-dev:amd64.
Preparing to unpack .../367-libxcb1-dev_1.14-3_amd64.deb ...
Unpacking libxcb1-dev:amd64 (1.14-3) ...
Selecting previously unselected package libx11-dev:amd64.
Preparing to unpack .../368-libx11-dev_2%3a1.7.2-2+b1_amd64.deb ...
Unpacking libx11-dev:amd64 (2:1.7.2-2+b1) ...
Selecting previously unselected package libxrender-dev:amd64.
Preparing to unpack .../369-libxrender-dev_1%3a0.9.10-1_amd64.deb ...
Unpacking libxrender-dev:amd64 (1:0.9.10-1) ...
Selecting previously unselected package libxext-dev:amd64.
Preparing to unpack .../370-libxext-dev_2%3a1.3.4-1_amd64.deb ...
Unpacking libxext-dev:amd64 (2:1.3.4-1) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../371-x11-common_1%3a7.7+23_all.deb ...
Unpacking x11-common (1:7.7+23) ...
Selecting previously unselected package libice6:amd64.
Preparing to unpack .../372-libice6_2%3a1.0.10-1_amd64.deb ...
Unpacking libice6:amd64 (2:1.0.10-1) ...
Selecting previously unselected package libsm6:amd64.
Preparing to unpack .../373-libsm6_2%3a1.2.3-1_amd64.deb ...
Unpacking libsm6:amd64 (2:1.2.3-1) ...
Selecting previously unselected package libice-dev:amd64.
Preparing to unpack .../374-libice-dev_2%3a1.0.10-1_amd64.deb ...
Unpacking libice-dev:amd64 (2:1.0.10-1) ...
Selecting previously unselected package libsm-dev:amd64.
Preparing to unpack .../375-libsm-dev_2%3a1.2.3-1_amd64.deb ...
Unpacking libsm-dev:amd64 (2:1.2.3-1) ...
Selecting previously unselected package libpixman-1-dev:amd64.
Preparing to unpack .../376-libpixman-1-dev_0.40.0-1_amd64.deb ...
Unpacking libpixman-1-dev:amd64 (0.40.0-1) ...
Selecting previously unselected package libxcb-render0-dev:amd64.
Preparing to unpack .../377-libxcb-render0-dev_1.14-3_amd64.deb ...
Unpacking libxcb-render0-dev:amd64 (1.14-3) ...
Selecting previously unselected package libxcb-shm0-dev:amd64.
Preparing to unpack .../378-libxcb-shm0-dev_1.14-3_amd64.deb ...
Unpacking libxcb-shm0-dev:amd64 (1.14-3) ...
Selecting previously unselected package libffi-dev:amd64.
Preparing to unpack .../379-libffi-dev_3.4.2-3_amd64.deb ...
Unpacking libffi-dev:amd64 (3.4.2-3) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../380-libglib2.0-data_2.70.1-1_all.deb ...
Unpacking libglib2.0-data (2.70.1-1) ...
Selecting previously unselected package libglib2.0-bin.
Preparing to unpack .../381-libglib2.0-bin_2.70.1-1_amd64.deb ...
Unpacking libglib2.0-bin (2.70.1-1) ...
Selecting previously unselected package libglib2.0-dev-bin.
Preparing to unpack .../382-libglib2.0-dev-bin_2.70.1-1_amd64.deb ...
Unpacking libglib2.0-dev-bin (2.70.1-1) ...
Selecting previously unselected package libsepol2:amd64.
Preparing to unpack .../383-libsepol2_3.3-1_amd64.deb ...
Unpacking libsepol2:amd64 (3.3-1) ...
Selecting previously unselected package libsepol-dev:amd64.
Preparing to unpack .../384-libsepol-dev_3.3-1_amd64.deb ...
Unpacking libsepol-dev:amd64 (3.3-1) ...
Selecting previously unselected package libpcre2-16-0:amd64.
Preparing to unpack .../385-libpcre2-16-0_10.39-3_amd64.deb ...
Unpacking libpcre2-16-0:amd64 (10.39-3) ...
Selecting previously unselected package libpcre2-32-0:amd64.
Preparing to unpack .../386-libpcre2-32-0_10.39-3_amd64.deb ...
Unpacking libpcre2-32-0:amd64 (10.39-3) ...
Selecting previously unselected package libpcre2-posix3:amd64.
Preparing to unpack .../387-libpcre2-posix3_10.39-3_amd64.deb ...
Unpacking libpcre2-posix3:amd64 (10.39-3) ...
Selecting previously unselected package libpcre2-dev:amd64.
Preparing to unpack .../388-libpcre2-dev_10.39-3_amd64.deb ...
Unpacking libpcre2-dev:amd64 (10.39-3) ...
Selecting previously unselected package libselinux1-dev:amd64.
Preparing to unpack .../389-libselinux1-dev_3.3-1+b1_amd64.deb ...
Unpacking libselinux1-dev:amd64 (3.3-1+b1) ...
Selecting previously unselected package libmount-dev:amd64.
Preparing to unpack .../390-libmount-dev_2.37.2-4_amd64.deb ...
Unpacking libmount-dev:amd64 (2.37.2-4) ...
Selecting previously unselected package libpcre16-3:amd64.
Preparing to unpack .../391-libpcre16-3_2%3a8.39-13_amd64.deb ...
Unpacking libpcre16-3:amd64 (2:8.39-13) ...
Selecting previously unselected package libpcre32-3:amd64.
Preparing to unpack .../392-libpcre32-3_2%3a8.39-13_amd64.deb ...
Unpacking libpcre32-3:amd64 (2:8.39-13) ...
Selecting previously unselected package libpcrecpp0v5:amd64.
Preparing to unpack .../393-libpcrecpp0v5_2%3a8.39-13_amd64.deb ...
Unpacking libpcrecpp0v5:amd64 (2:8.39-13) ...
Selecting previously unselected package libpcre3-dev:amd64.
Preparing to unpack .../394-libpcre3-dev_2%3a8.39-13_amd64.deb ...
Unpacking libpcre3-dev:amd64 (2:8.39-13) ...
Selecting previously unselected package libglib2.0-dev:amd64.
Preparing to unpack .../395-libglib2.0-dev_2.70.1-1_amd64.deb ...
Unpacking libglib2.0-dev:amd64 (2.70.1-1) ...
Selecting previously unselected package libcairo2-dev:amd64.
Preparing to unpack .../396-libcairo2-dev_1.16.0-5_amd64.deb ...
Unpacking libcairo2-dev:amd64 (1.16.0-5) ...
Selecting previously unselected package libcdio19:amd64.
Preparing to unpack .../397-libcdio19_2.1.0-3_amd64.deb ...
Unpacking libcdio19:amd64 (2.1.0-3) ...
Selecting previously unselected package libcurl4-gnutls-dev:amd64.
Preparing to unpack .../398-libcurl4-gnutls-dev_7.79.1-2_amd64.deb ...
Unpacking libcurl4-gnutls-dev:amd64 (7.79.1-2) ...
Selecting previously unselected package libdbus-1-dev:amd64.
Preparing to unpack .../399-libdbus-1-dev_1.12.20-3_amd64.deb ...
Unpacking libdbus-1-dev:amd64 (1.12.20-3) ...
Selecting previously unselected package libevent-2.1-7:amd64.
Preparing to unpack .../400-libevent-2.1-7_2.1.12-stable-1_amd64.deb ...
Unpacking libevent-2.1-7:amd64 (2.1.12-stable-1) ...
Selecting previously unselected package libevent-core-2.1-7:amd64.
Preparing to unpack .../401-libevent-core-2.1-7_2.1.12-stable-1_amd64.deb ...
Unpacking libevent-core-2.1-7:amd64 (2.1.12-stable-1) ...
Selecting previously unselected package libgc1:amd64.
Preparing to unpack .../402-libgc1_1%3a8.0.4-3_amd64.deb ...
Unpacking libgc1:amd64 (1:8.0.4-3) ...
Selecting previously unselected package libgif7:amd64.
Preparing to unpack .../403-libgif7_5.1.9-2_amd64.deb ...
Unpacking libgif7:amd64 (5.1.9-2) ...
Selecting previously unselected package libgirepository1.0-dev:amd64.
Preparing to unpack .../404-libgirepository1.0-dev_1.70.0-2_amd64.deb ...
Unpacking libgirepository1.0-dev:amd64 (1.70.0-2) ...
Selecting previously unselected package libgmpxx4ldbl:amd64.
Preparing to unpack .../405-libgmpxx4ldbl_2%3a6.2.1+dfsg-3_amd64.deb ...
Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3) ...
Selecting previously unselected package libgmp-dev:amd64.
Preparing to unpack .../406-libgmp-dev_2%3a6.2.1+dfsg-3_amd64.deb ...
Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3) ...
Selecting previously unselected package libgpm2:amd64.
Preparing to unpack .../407-libgpm2_1.20.7-9_amd64.deb ...
Unpacking libgpm2:amd64 (1.20.7-9) ...
Selecting previously unselected package libid3tag0:amd64.
Preparing to unpack .../408-libid3tag0_0.15.1b-14_amd64.deb ...
Unpacking libid3tag0:amd64 (0.15.1b-14) ...
Selecting previously unselected package libx11-xcb1:amd64.
Preparing to unpack .../409-libx11-xcb1_2%3a1.7.2-2+b1_amd64.deb ...
Unpacking libx11-xcb1:amd64 (2:1.7.2-2+b1) ...
Selecting previously unselected package libimlib2:amd64.
Preparing to unpack .../410-libimlib2_1.7.4-1_amd64.deb ...
Unpacking libimlib2:amd64 (1.7.4-1) ...
Selecting previously unselected package libiso9660-11:amd64.
Preparing to unpack .../411-libiso9660-11_2.1.0-3_amd64.deb ...
Unpacking libiso9660-11:amd64 (2.1.0-3) ...
Selecting previously unselected package libjs-events.
Preparing to unpack .../412-libjs-events_3.3.0+~3.0.0-1_all.deb ...
Unpacking libjs-events (3.3.0+~3.0.0-1) ...
Selecting previously unselected package libjs-inherits.
Preparing to unpack .../413-libjs-inherits_2.0.4-4_all.deb ...
Unpacking libjs-inherits (2.0.4-4) ...
Selecting previously unselected package libjs-is-typedarray.
Preparing to unpack .../414-libjs-is-typedarray_1.0.0-4_all.deb ...
Unpacking libjs-is-typedarray (1.0.0-4) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../415-libjs-jquery_3.5.1+dfsg+~3.5.5-8_all.deb ...
Unpacking libjs-jquery (3.5.1+dfsg+~3.5.5-8) ...
Selecting previously unselected package libjs-psl.
Preparing to unpack .../416-libjs-psl_1.8.0+ds-5_all.deb ...
Unpacking libjs-psl (1.8.0+ds-5) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../417-libjs-underscore_1.9.1~dfsg-4_all.deb ...
Unpacking libjs-underscore (1.9.1~dfsg-4) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../418-libjs-sphinxdoc_4.2.0-5_all.deb ...
Unpacking libjs-sphinxdoc (4.2.0-5) ...
Selecting previously unselected package libjs-typedarray-to-buffer.
Preparing to unpack .../419-libjs-typedarray-to-buffer_4.0.0-2_all.deb ...
Unpacking libjs-typedarray-to-buffer (4.0.0-2) ...
Selecting previously unselected package libldap2-dev:amd64.
Preparing to unpack .../420-libldap2-dev_2.4.59+dfsg-1_amd64.deb ...
Unpacking libldap2-dev:amd64 (2.4.59+dfsg-1) ...
Selecting previously unselected package liblua5.1-0:amd64.
Preparing to unpack .../421-liblua5.1-0_5.1.5-8.1+b3_amd64.deb ...
Unpacking liblua5.1-0:amd64 (5.1.5-8.1+b3) ...
Selecting previously unselected package liblua5.2-0:amd64.
Preparing to unpack .../422-liblua5.2-0_5.2.4-1.1+b3_amd64.deb ...
Unpacking liblua5.2-0:amd64 (5.2.4-1.1+b3) ...
Selecting previously unselected package liblzf1:amd64.
Preparing to unpack .../423-liblzf1_3.6-3_amd64.deb ...
Unpacking liblzf1:amd64 (3.6-3) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../424-libssl-dev_1.1.1l-1_amd64.deb ...
Unpacking libssl-dev:amd64 (1.1.1l-1) ...
Selecting previously unselected package libmariadb-dev.
Preparing to unpack .../425-libmariadb-dev_1%3a10.5.12-1_amd64.deb ...
Unpacking libmariadb-dev (1:10.5.12-1) ...
Selecting previously unselected package libminiupnpc17:amd64.
Preparing to unpack .../426-libminiupnpc17_2.2.1-1_amd64.deb ...
Unpacking libminiupnpc17:amd64 (2.2.1-1) ...
Selecting previously unselected package libnatpmp1:amd64.
Preparing to unpack .../427-libnatpmp1_20150609-7.1_amd64.deb ...
Unpacking libnatpmp1:amd64 (20150609-7.1) ...
Selecting previously unselected package libuv1-dev:amd64.
Preparing to unpack .../428-libuv1-dev_1.42.0-1_amd64.deb ...
Unpacking libuv1-dev:amd64 (1.42.0-1) ...
Selecting previously unselected package libnode72:amd64.
Preparing to unpack .../429-libnode72_12.22.7~dfsg-2_amd64.deb ...
Unpacking libnode72:amd64 (12.22.7~dfsg-2) ...
Selecting previously unselected package libnode-dev.
Preparing to unpack .../430-libnode-dev_12.22.7~dfsg-2_amd64.deb ...
Unpacking libnode-dev (12.22.7~dfsg-2) ...
Selecting previously unselected package libnotify4:amd64.
Preparing to unpack .../431-libnotify4_0.7.9-3_amd64.deb ...
Unpacking libnotify4:amd64 (0.7.9-3) ...
Selecting previously unselected package libnotify-bin.
Preparing to unpack .../432-libnotify-bin_0.7.9-3_amd64.deb ...
Unpacking libnotify-bin (0.7.9-3) ...
Selecting previously unselected package libpq5:amd64.
Preparing to unpack .../433-libpq5_14.1-1_amd64.deb ...
Unpacking libpq5:amd64 (14.1-1) ...
Selecting previously unselected package libpq-dev.
Preparing to unpack .../434-libpq-dev_14.1-1_amd64.deb ...
Unpacking libpq-dev (14.1-1) ...
Selecting previously unselected package libprotobuf23:amd64.
Preparing to unpack .../435-libprotobuf23_3.12.4-1+b2_amd64.deb ...
Unpacking libprotobuf23:amd64 (3.12.4-1+b2) ...
Selecting previously unselected package libprotobuf-lite23:amd64.
Preparing to unpack .../436-libprotobuf-lite23_3.12.4-1+b2_amd64.deb ...
Unpacking libprotobuf-lite23:amd64 (3.12.4-1+b2) ...
Selecting previously unselected package libprotobuf-dev:amd64.
Preparing to unpack .../437-libprotobuf-dev_3.12.4-1+b2_amd64.deb ...
Unpacking libprotobuf-dev:amd64 (3.12.4-1+b2) ...
Selecting previously unselected package libprotoc23:amd64.
Preparing to unpack .../438-libprotoc23_3.12.4-1+b2_amd64.deb ...
Unpacking libprotoc23:amd64 (3.12.4-1+b2) ...
Selecting previously unselected package libpython3.9:amd64.
Preparing to unpack .../439-libpython3.9_3.9.9-1_amd64.deb ...
Unpacking libpython3.9:amd64 (3.9.9-1) ...
Selecting previously unselected package libpython3.9-dev:amd64.
Preparing to unpack .../440-libpython3.9-dev_3.9.9-1_amd64.deb ...
Unpacking libpython3.9-dev:amd64 (3.9.9-1) ...
Selecting previously unselected package libpython3-dev:amd64.
Preparing to unpack .../441-libpython3-dev_3.9.7-1_amd64.deb ...
Unpacking libpython3-dev:amd64 (3.9.7-1) ...
Selecting previously unselected package libsasl2-dev.
Preparing to unpack .../442-libsasl2-dev_2.1.27+dfsg2-2_amd64.deb ...
Unpacking libsasl2-dev (2.1.27+dfsg2-2) ...
Selecting previously unselected package libsecret-common.
Preparing to unpack .../443-libsecret-common_0.20.4-2_all.deb ...
Unpacking libsecret-common (0.20.4-2) ...
Selecting previously unselected package libsecret-1-0:amd64.
Preparing to unpack .../444-libsecret-1-0_0.20.4-2_amd64.deb ...
Unpacking libsecret-1-0:amd64 (0.20.4-2) ...
Selecting previously unselected package libsecret-tools.
Preparing to unpack .../445-libsecret-tools_0.20.4-2_amd64.deb ...
Unpacking libsecret-tools (0.20.4-2) ...
Selecting previously unselected package libserf-1-1:amd64.
Preparing to unpack .../446-libserf-1-1_1.3.9-10_amd64.deb ...
Unpacking libserf-1-1:amd64 (1.3.9-10) ...
Selecting previously unselected package libutf8proc2:amd64.
Preparing to unpack .../447-libutf8proc2_2.5.0-1_amd64.deb ...
Unpacking libutf8proc2:amd64 (2.5.0-1) ...
Selecting previously unselected package libsvn1:amd64.
Preparing to unpack .../448-libsvn1_1.14.1-3+b2_amd64.deb ...
Unpacking libsvn1:amd64 (1.14.1-3+b2) ...
Selecting previously unselected package liburing2:amd64.
Preparing to unpack .../449-liburing2_2.1-2_amd64.deb ...
Unpacking liburing2:amd64 (2.1-2) ...
Selecting previously unselected package libutempter0:amd64.
Preparing to unpack .../450-libutempter0_1.2.1-2_amd64.deb ...
Unpacking libutempter0:amd64 (1.2.1-2) ...
Selecting previously unselected package libvcdinfo0:amd64.
Preparing to unpack .../451-libvcdinfo0_2.0.1+dfsg-5_amd64.deb ...
Unpacking libvcdinfo0:amd64 (2.0.1+dfsg-5) ...
Selecting previously unselected package libwrap0:amd64.
Preparing to unpack .../452-libwrap0_7.6.q-31_amd64.deb ...
Unpacking libwrap0:amd64 (7.6.q-31) ...
Selecting previously unselected package libyaml-dev:amd64.
Preparing to unpack .../453-libyaml-dev_0.2.2-1_amd64.deb ...
Unpacking libyaml-dev:amd64 (0.2.2-1) ...
Selecting previously unselected package lua-bitop:amd64.
Preparing to unpack .../454-lua-bitop_1.0.2-5_amd64.deb ...
Unpacking lua-bitop:amd64 (1.0.2-5) ...
Selecting previously unselected package lua-cjson:amd64.
Preparing to unpack .../455-lua-cjson_2.1.0+dfsg-2.1_amd64.deb ...
Unpacking lua-cjson:amd64 (2.1.0+dfsg-2.1) ...
Selecting previously unselected package lz4.
Preparing to unpack .../456-lz4_1.9.3-2_amd64.deb ...
Unpacking lz4 (1.9.3-2) ...
Selecting previously unselected package mariadb-client.
Preparing to unpack .../457-mariadb-client_1%3a10.5.12-1_all.deb ...
Unpacking mariadb-client (1:10.5.12-1) ...
Selecting previously unselected package mercurial-common.
Preparing to unpack .../458-mercurial-common_5.9.3-1_all.deb ...
Unpacking mercurial-common (5.9.3-1) ...
Selecting previously unselected package mercurial.
Preparing to unpack .../459-mercurial_5.9.3-1+b1_amd64.deb ...
Unpacking mercurial (5.9.3-1+b1) ...
Selecting previously unselected package ninja-build.
Preparing to unpack .../460-ninja-build_1.10.1-1_amd64.deb ...
Unpacking ninja-build (1.10.1-1) ...
Selecting previously unselected package meson.
Preparing to unpack .../461-meson_0.60.1-1_all.deb ...
Unpacking meson (0.60.1-1) ...
Selecting previously unselected package plocate.
Preparing to unpack .../462-plocate_1.1.13-1+b1_amd64.deb ...
Unpacking plocate (1.1.13-1+b1) ...
Selecting previously unselected package mlocate.
Preparing to unpack .../463-mlocate_1.1.13-1_all.deb ...
Unpacking mlocate (1.1.13-1) ...
Selecting previously unselected package mongodb-database-tools.
Preparing to unpack .../464-mongodb-database-tools_100.5.1_amd64.deb ...
Unpacking mongodb-database-tools (100.5.1) ...
Selecting previously unselected package mythes-en-us.
Preparing to unpack .../465-mythes-en-us_1%3a7.2.0-2_all.deb ...
Unpacking mythes-en-us (1:7.2.0-2) ...
Selecting previously unselected package netcat-openbsd.
Preparing to unpack .../466-netcat-openbsd_1.218-2_amd64.deb ...
Unpacking netcat-openbsd (1.218-2) ...
Selecting previously unselected package nodejs.
Preparing to unpack .../467-nodejs_12.22.7~dfsg-2_amd64.deb ...
Unpacking nodejs (12.22.7~dfsg-2) ...
Selecting previously unselected package node-abbrev.
Preparing to unpack .../468-node-abbrev_1.1.1-3_all.deb ...
Unpacking node-abbrev (1.1.1-3) ...
Selecting previously unselected package node-ms.
Preparing to unpack .../469-node-ms_2.1.3+~cs0.7.31-2_all.deb ...
Unpacking node-ms (2.1.3+~cs0.7.31-2) ...
Selecting previously unselected package node-debug.
Preparing to unpack .../470-node-debug_4.3.2+~cs4.1.7-1_all.deb ...
Unpacking node-debug (4.3.2+~cs4.1.7-1) ...
Selecting previously unselected package node-yallist.
Preparing to unpack .../471-node-yallist_4.0.0+~4.0.1-1_all.deb ...
Unpacking node-yallist (4.0.0+~4.0.1-1) ...
Selecting previously unselected package node-lru-cache.
Preparing to unpack .../472-node-lru-cache_5.1.1-8_all.deb ...
Unpacking node-lru-cache (5.1.1-8) ...
Selecting previously unselected package node-semver.
Preparing to unpack .../473-node-semver_7.3.5+~7.3.8-1_all.deb ...
Unpacking node-semver (7.3.5+~7.3.8-1) ...
Selecting previously unselected package node-agent-base.
Preparing to unpack .../474-node-agent-base_6.0.2+~cs5.4.1-3_all.deb ...
Unpacking node-agent-base (6.0.2+~cs5.4.1-3) ...
Selecting previously unselected package node-fast-deep-equal.
Preparing to unpack .../475-node-fast-deep-equal_3.1.3-1_all.deb ...
Unpacking node-fast-deep-equal (3.1.3-1) ...
Selecting previously unselected package node-json-schema-traverse.
Preparing to unpack .../476-node-json-schema-traverse_1.0.0-3_all.deb ...
Unpacking node-json-schema-traverse (1.0.0-3) ...
Selecting previously unselected package node-jsonify.
Preparing to unpack .../477-node-jsonify_0.0.0-1.1_all.deb ...
Unpacking node-jsonify (0.0.0-1.1) ...
Selecting previously unselected package node-json-stable-stringify.
Preparing to unpack .../478-node-json-stable-stringify_1.0.1+~cs5.2.33-1_all.deb ...
Unpacking node-json-stable-stringify (1.0.1+~cs5.2.33-1) ...
Selecting previously unselected package node-punycode.
Preparing to unpack .../479-node-punycode_2.1.1-5_all.deb ...
Unpacking node-punycode (2.1.1-5) ...
Selecting previously unselected package node-uri-js.
Preparing to unpack .../480-node-uri-js_4.4.0+dfsg-7_all.deb ...
Unpacking node-uri-js (4.4.0+dfsg-7) ...
Selecting previously unselected package node-ajv.
Preparing to unpack .../481-node-ajv_6.12.6-3_all.deb ...
Unpacking node-ajv (6.12.6-3) ...
Selecting previously unselected package node-ansi-regex.
Preparing to unpack .../482-node-ansi-regex_5.0.1-1_all.deb ...
Unpacking node-ansi-regex (5.0.1-1) ...
Selecting previously unselected package node-color-name.
Preparing to unpack .../483-node-color-name_1.1.4+~1.1.1-1_all.deb ...
Unpacking node-color-name (1.1.4+~1.1.1-1) ...
Selecting previously unselected package node-color-convert.
Preparing to unpack .../484-node-color-convert_2.0.1-1_all.deb ...
Unpacking node-color-convert (2.0.1-1) ...
Selecting previously unselected package node-ansi-styles.
Preparing to unpack .../485-node-ansi-styles_4.3.0+~4.2.0-1_all.deb ...
Unpacking node-ansi-styles (4.3.0+~4.2.0-1) ...
Selecting previously unselected package node-ansistyles.
Preparing to unpack .../486-node-ansistyles_0.1.3-4_all.deb ...
Unpacking node-ansistyles (0.1.3-4) ...
Selecting previously unselected package node-aproba.
Preparing to unpack .../487-node-aproba_2.0.0-2_all.deb ...
Unpacking node-aproba (2.0.0-2) ...
Selecting previously unselected package node-archy.
Preparing to unpack .../488-node-archy_1.0.0-4_all.deb ...
Unpacking node-archy (1.0.0-4) ...
Selecting previously unselected package node-delegates.
Preparing to unpack .../489-node-delegates_1.0.0-2_all.deb ...
Unpacking node-delegates (1.0.0-2) ...
Selecting previously unselected package node-inherits.
Preparing to unpack .../490-node-inherits_2.0.4-4_all.deb ...
Unpacking node-inherits (2.0.4-4) ...
Selecting previously unselected package node-core-util-is.
Preparing to unpack .../491-node-core-util-is_1.0.3-1_all.deb ...
Unpacking node-core-util-is (1.0.3-1) ...
Selecting previously unselected package node-safe-buffer.
Preparing to unpack .../492-node-safe-buffer_5.2.1+~cs2.1.2-2_all.deb ...
Unpacking node-safe-buffer (5.2.1+~cs2.1.2-2) ...
Selecting previously unselected package node-string-decoder.
Preparing to unpack .../493-node-string-decoder_1.3.0-5_all.deb ...
Unpacking node-string-decoder (1.3.0-5) ...
Selecting previously unselected package node-process-nextick-args.
Preparing to unpack .../494-node-process-nextick-args_2.0.1-1_all.deb ...
Unpacking node-process-nextick-args (2.0.1-1) ...
Selecting previously unselected package node-util-deprecate.
Preparing to unpack .../495-node-util-deprecate_1.0.2-3_all.deb ...
Unpacking node-util-deprecate (1.0.2-3) ...
Selecting previously unselected package node-isarray.
Preparing to unpack .../496-node-isarray_2.0.5-3_all.deb ...
Unpacking node-isarray (2.0.5-3) ...
Selecting previously unselected package node-readable-stream.
Preparing to unpack .../497-node-readable-stream_3.6.0+~cs3.0.0-1_all.deb ...
Unpacking node-readable-stream (3.6.0+~cs3.0.0-1) ...
Selecting previously unselected package node-are-we-there-yet.
Preparing to unpack .../498-node-are-we-there-yet_1.1.5-2_all.deb ...
Unpacking node-are-we-there-yet (1.1.5-2) ...
Selecting previously unselected package node-asap.
Preparing to unpack .../499-node-asap_2.0.6-4_all.deb ...
Unpacking node-asap (2.0.6-4) ...
Selecting previously unselected package node-asn1.
Preparing to unpack .../500-node-asn1_0.2.3-2_all.deb ...
Unpacking node-asn1 (0.2.3-2) ...
Selecting previously unselected package node-assert-plus.
Preparing to unpack .../501-node-assert-plus_1.0.0-3_all.deb ...
Unpacking node-assert-plus (1.0.0-3) ...
Selecting previously unselected package node-asynckit.
Preparing to unpack .../502-node-asynckit_0.4.0-4_all.deb ...
Unpacking node-asynckit (0.4.0-4) ...
Selecting previously unselected package node-aws-sign2.
Preparing to unpack .../503-node-aws-sign2_0.7.1-3_all.deb ...
Unpacking node-aws-sign2 (0.7.1-3) ...
Selecting previously unselected package node-aws4.
Preparing to unpack .../504-node-aws4_1.11.0-2_all.deb ...
Unpacking node-aws4 (1.11.0-2) ...
Selecting previously unselected package node-balanced-match.
Preparing to unpack .../505-node-balanced-match_2.0.0-1_all.deb ...
Unpacking node-balanced-match (2.0.0-1) ...
Selecting previously unselected package node-tweetnacl.
Preparing to unpack .../506-node-tweetnacl_1.0.3+dfsg-2_all.deb ...
Unpacking node-tweetnacl (1.0.3+dfsg-2) ...
Selecting previously unselected package node-bcrypt-pbkdf.
Preparing to unpack .../507-node-bcrypt-pbkdf_1.0.2-2_all.deb ...
Unpacking node-bcrypt-pbkdf (1.0.2-2) ...
Selecting previously unselected package node-binary-extensions.
Preparing to unpack .../508-node-binary-extensions_2.2.0-2_all.deb ...
Unpacking node-binary-extensions (2.2.0-2) ...
Selecting previously unselected package node-brace-expansion.
Preparing to unpack .../509-node-brace-expansion_2.0.0-1_all.deb ...
Unpacking node-brace-expansion (2.0.0-1) ...
Selecting previously unselected package node-builtins.
Preparing to unpack .../510-node-builtins_1.0.3-2_all.deb ...
Unpacking node-builtins (1.0.3-2) ...
Selecting previously unselected package node-chownr.
Preparing to unpack .../511-node-chownr_2.0.0-1_all.deb ...
Unpacking node-chownr (2.0.0-1) ...
Selecting previously unselected package node-fs.realpath.
Preparing to unpack .../512-node-fs.realpath_1.0.0-2_all.deb ...
Unpacking node-fs.realpath (1.0.0-2) ...
Selecting previously unselected package node-wrappy.
Preparing to unpack .../513-node-wrappy_1.0.2-2_all.deb ...
Unpacking node-wrappy (1.0.2-2) ...
Selecting previously unselected package node-once.
Preparing to unpack .../514-node-once_1.4.0-4_all.deb ...
Unpacking node-once (1.4.0-4) ...
Selecting previously unselected package node-inflight.
Preparing to unpack .../515-node-inflight_1.0.6-1.1_all.deb ...
Unpacking node-inflight (1.0.6-1.1) ...
Selecting previously unselected package node-minimatch.
Preparing to unpack .../516-node-minimatch_3.0.4+~3.0.3-1_all.deb ...
Unpacking node-minimatch (3.0.4+~3.0.3-1) ...
Selecting previously unselected package node-path-is-absolute.
Preparing to unpack .../517-node-path-is-absolute_2.0.0-2_all.deb ...
Unpacking node-path-is-absolute (2.0.0-2) ...
Selecting previously unselected package node-glob.
Preparing to unpack .../518-node-glob_7.1.7+~cs7.5.19-2_all.deb ...
Unpacking node-glob (7.1.7+~cs7.5.19-2) ...
Selecting previously unselected package node-graceful-fs.
Preparing to unpack .../519-node-graceful-fs_4.2.4+repack-1_all.deb ...
Unpacking node-graceful-fs (4.2.4+repack-1) ...
Selecting previously unselected package node-mkdirp.
Preparing to unpack .../520-node-mkdirp_1.0.4+~1.0.2-1_all.deb ...
Unpacking node-mkdirp (1.0.4+~1.0.2-1) ...
Selecting previously unselected package node-imurmurhash.
Preparing to unpack .../521-node-imurmurhash_0.1.4-1.1_all.deb ...
Unpacking node-imurmurhash (0.1.4-1.1) ...
Selecting previously unselected package node-iferr.
Preparing to unpack .../522-node-iferr_1.0.2-3_all.deb ...
Unpacking node-iferr (1.0.2-3) ...
Selecting previously unselected package node-fs-write-stream-atomic.
Preparing to unpack .../523-node-fs-write-stream-atomic_1.0.10-4_all.deb ...
Unpacking node-fs-write-stream-atomic (1.0.10-4) ...
Selecting previously unselected package node-rimraf.
Preparing to unpack .../524-node-rimraf_3.0.2-1_all.deb ...
Unpacking node-rimraf (3.0.2-1) ...
Selecting previously unselected package node-run-queue.
Preparing to unpack .../525-node-run-queue_2.0.0-2_all.deb ...
Unpacking node-run-queue (2.0.0-2) ...
Selecting previously unselected package node-copy-concurrently.
Preparing to unpack .../526-node-copy-concurrently_1.0.5-8_all.deb ...
Unpacking node-copy-concurrently (1.0.5-8) ...
Selecting previously unselected package node-move-concurrently.
Preparing to unpack .../527-node-move-concurrently_1.0.1-4_all.deb ...
Unpacking node-move-concurrently (1.0.1-4) ...
Selecting previously unselected package node-escape-string-regexp.
Preparing to unpack .../528-node-escape-string-regexp_4.0.0-1_all.deb ...
Unpacking node-escape-string-regexp (4.0.0-1) ...
Selecting previously unselected package node-indent-string.
Preparing to unpack .../529-node-indent-string_4.0.0-2_all.deb ...
Unpacking node-indent-string (4.0.0-2) ...
Selecting previously unselected package node-p-map.
Preparing to unpack .../530-node-p-map_4.0.0+~3.1.0+~3.0.1-1_all.deb ...
Unpacking node-p-map (4.0.0+~3.1.0+~3.0.1-1) ...
Selecting previously unselected package node-promise-inflight.
Preparing to unpack .../531-node-promise-inflight_1.0.1-1.1_all.deb ...
Unpacking node-promise-inflight (1.0.1-1.1) ...
Selecting previously unselected package node-ssri.
Preparing to unpack .../532-node-ssri_8.0.1-2_all.deb ...
Unpacking node-ssri (8.0.1-2) ...
Selecting previously unselected package node-unique-filename.
Preparing to unpack .../533-node-unique-filename_1.1.1+ds-1_all.deb ...
Unpacking node-unique-filename (1.1.1+ds-1) ...
Selecting previously unselected package node-cacache.
Preparing to unpack .../534-node-cacache_15.0.5+~cs13.9.21-3_all.deb ...
Unpacking node-cacache (15.0.5+~cs13.9.21-3) ...
Selecting previously unselected package node-caseless.
Preparing to unpack .../535-node-caseless_0.12.1-2_all.deb ...
Unpacking node-caseless (0.12.1-2) ...
Selecting previously unselected package node-has-flag.
Preparing to unpack .../536-node-has-flag_4.0.0-1_all.deb ...
Unpacking node-has-flag (4.0.0-1) ...
Selecting previously unselected package node-supports-color.
Preparing to unpack .../537-node-supports-color_8.1.1+~8.1.1-1_all.deb ...
Unpacking node-supports-color (8.1.1+~8.1.1-1) ...
Selecting previously unselected package node-chalk.
Preparing to unpack .../538-node-chalk_4.1.2-1_all.deb ...
Unpacking node-chalk (4.1.2-1) ...
Selecting previously unselected package node-clone.
Preparing to unpack .../539-node-clone_2.1.2-3_all.deb ...
Unpacking node-clone (2.1.2-3) ...
Selecting previously unselected package node-colors.
Preparing to unpack .../540-node-colors_1.4.0-3_all.deb ...
Unpacking node-colors (1.4.0-3) ...
Selecting previously unselected package node-strip-ansi.
Preparing to unpack .../541-node-strip-ansi_6.0.1-1_all.deb ...
Unpacking node-strip-ansi (6.0.1-1) ...
Selecting previously unselected package node-defaults.
Preparing to unpack .../542-node-defaults_1.0.3-2_all.deb ...
Unpacking node-defaults (1.0.3-2) ...
Selecting previously unselected package node-wcwidth.js.
Preparing to unpack .../543-node-wcwidth.js_1.0.2-1_all.deb ...
Unpacking node-wcwidth.js (1.0.2-1) ...
Selecting previously unselected package node-columnify.
Preparing to unpack .../544-node-columnify_1.5.4-3_all.deb ...
Unpacking node-columnify (1.5.4-3) ...
Selecting previously unselected package node-delayed-stream.
Preparing to unpack .../545-node-delayed-stream_1.0.0-4_all.deb ...
Unpacking node-delayed-stream (1.0.0-4) ...
Selecting previously unselected package node-combined-stream.
Preparing to unpack .../546-node-combined-stream_1.0.8-1_all.deb ...
Unpacking node-combined-stream (1.0.8-1) ...
Selecting previously unselected package node-concat-map.
Preparing to unpack .../547-node-concat-map_0.0.1-5_all.deb ...
Unpacking node-concat-map (0.0.1-5) ...
Selecting previously unselected package node-console-control-strings.
Preparing to unpack .../548-node-console-control-strings_1.1.0-2_all.deb ...
Unpacking node-console-control-strings (1.1.0-2) ...
Selecting previously unselected package node-dashdash.
Preparing to unpack .../549-node-dashdash_2.0.0-2_all.deb ...
Unpacking node-dashdash (2.0.0-2) ...
Selecting previously unselected package node-lodash-packages.
Preparing to unpack .../550-node-lodash-packages_4.17.21+dfsg+~cs8.31.196.20210220-2_all.deb ...
Unpacking node-lodash-packages (4.17.21+dfsg+~cs8.31.196.20210220-2) ...
Selecting previously unselected package node-define-properties.
Preparing to unpack .../551-node-define-properties_1.1.3-3_all.deb ...
Unpacking node-define-properties (1.1.3-3) ...
Selecting previously unselected package node-debbundle-es-to-primitive.
Preparing to unpack .../552-node-debbundle-es-to-primitive_1.2.1+~cs9.7.15-2_all.deb ...
Unpacking node-debbundle-es-to-primitive (1.2.1+~cs9.7.15-2) ...
Selecting previously unselected package node-mimic-response.
Preparing to unpack .../553-node-mimic-response_3.1.0-7_all.deb ...
Unpacking node-mimic-response (3.1.0-7) ...
Selecting previously unselected package node-decompress-response.
Preparing to unpack .../554-node-decompress-response_6.0.0-2_all.deb ...
Unpacking node-decompress-response (6.0.0-2) ...
Selecting previously unselected package node-function-bind.
Preparing to unpack .../555-node-function-bind_1.1.1+repacked+~1.0.3-1_all.deb ...
Unpacking node-function-bind (1.1.1+repacked+~1.0.3-1) ...
Selecting previously unselected package node-object-inspect.
Preparing to unpack .../556-node-object-inspect_1.11.0+~cs1.8.1-2_all.deb ...
Unpacking node-object-inspect (1.11.0+~cs1.8.1-2) ...
Selecting previously unselected package node-es-abstract.
Preparing to unpack .../557-node-es-abstract_1.19.1+~cs16.20.21-1_all.deb ...
Unpacking node-es-abstract (1.19.1+~cs16.20.21-1) ...
Selecting previously unselected package node-resolve.
Preparing to unpack .../558-node-resolve_1.20.0+~cs5.27.9-1_all.deb ...
Unpacking node-resolve (1.20.0+~cs5.27.9-1) ...
Selecting previously unselected package node-deep-equal.
Preparing to unpack .../559-node-deep-equal_2.0.5+~cs32.11.68-2_all.deb ...
Unpacking node-deep-equal (2.0.5+~cs32.11.68-2) ...
Selecting previously unselected package node-depd.
Preparing to unpack .../560-node-depd_2.0.0-2_all.deb ...
Unpacking node-depd (2.0.0-2) ...
Selecting previously unselected package node-diff.
Preparing to unpack .../561-node-diff_5.0.0~dfsg+~5.0.1-2_all.deb ...
Unpacking node-diff (5.0.0~dfsg+~5.0.1-2) ...
Selecting previously unselected package node-jsbn.
Preparing to unpack .../562-node-jsbn_1.1.0+~1.2.29-1_all.deb ...
Unpacking node-jsbn (1.1.0+~1.2.29-1) ...
Selecting previously unselected package node-ecc-jsbn.
Preparing to unpack .../563-node-ecc-jsbn_0.2.0-3_all.deb ...
Unpacking node-ecc-jsbn (0.2.0-3) ...
Selecting previously unselected package node-iconv-lite.
Preparing to unpack .../564-node-iconv-lite_0.6.3-1_all.deb ...
Unpacking node-iconv-lite (0.6.3-1) ...
Selecting previously unselected package node-encoding.
Preparing to unpack .../565-node-encoding_0.1.13-1_all.deb ...
Unpacking node-encoding (0.1.13-1) ...
Selecting previously unselected package node-end-of-stream.
Preparing to unpack .../566-node-end-of-stream_1.4.4+~1.4.1-1_all.deb ...
Unpacking node-end-of-stream (1.4.4+~1.4.1-1) ...
Selecting previously unselected package node-err-code.
Preparing to unpack .../567-node-err-code_2.0.3+dfsg-1_all.deb ...
Unpacking node-err-code (2.0.3+dfsg-1) ...
Selecting previously unselected package node-events.
Preparing to unpack .../568-node-events_3.3.0+~3.0.0-1_all.deb ...
Unpacking node-events (3.3.0+~3.0.0-1) ...
Selecting previously unselected package node-extend.
Preparing to unpack .../569-node-extend_3.0.2-1_all.deb ...
Unpacking node-extend (3.0.2-1) ...
Selecting previously unselected package node-extsprintf.
Preparing to unpack .../570-node-extsprintf_1.4.1+~1.4.1-1_all.deb ...
Unpacking node-extsprintf (1.4.1+~1.4.1-1) ...
Selecting previously unselected package node-time-stamp.
Preparing to unpack .../571-node-time-stamp_2.2.0-1_all.deb ...
Unpacking node-time-stamp (2.2.0-1) ...
Selecting previously unselected package node-fancy-log.
Preparing to unpack .../572-node-fancy-log_1.3.3+~cs1.3.1-1_all.deb ...
Unpacking node-fancy-log (1.3.3+~cs1.3.1-1) ...
Selecting previously unselected package node-forever-agent.
Preparing to unpack .../573-node-forever-agent_0.6.1-2_all.deb ...
Unpacking node-forever-agent (0.6.1-2) ...
Selecting previously unselected package node-has-unicode.
Preparing to unpack .../574-node-has-unicode_2.0.1-4_all.deb ...
Unpacking node-has-unicode (2.0.1-4) ...
Selecting previously unselected package node-signal-exit.
Preparing to unpack .../575-node-signal-exit_3.0.3-1_all.deb ...
Unpacking node-signal-exit (3.0.3-1) ...
Selecting previously unselected package node-slice-ansi.
Preparing to unpack .../576-node-slice-ansi_5.0.0+~4.0.0-4_all.deb ...
Unpacking node-slice-ansi (5.0.0+~4.0.0-4) ...
Selecting previously unselected package node-string-width.
Preparing to unpack .../577-node-string-width_4.2.3+~9.2.2-1_all.deb ...
Unpacking node-string-width (4.2.3+~9.2.2-1) ...
Selecting previously unselected package node-wide-align.
Preparing to unpack .../578-node-wide-align_1.1.3-3_all.deb ...
Unpacking node-wide-align (1.1.3-3) ...
Selecting previously unselected package node-gauge.
Preparing to unpack .../579-node-gauge_4.0.0-1_all.deb ...
Unpacking node-gauge (4.0.0-1) ...
Selecting previously unselected package node-pump.
Preparing to unpack .../580-node-pump_3.0.0-5_all.deb ...
Unpacking node-pump (3.0.0-5) ...
Selecting previously unselected package node-get-stream.
Preparing to unpack .../581-node-get-stream_6.0.0-1_all.deb ...
Unpacking node-get-stream (6.0.0-1) ...
Selecting previously unselected package node-getpass.
Preparing to unpack .../582-node-getpass_0.1.7-2_all.deb ...
Unpacking node-getpass (0.1.7-2) ...
Selecting previously unselected package node-lowercase-keys.
Preparing to unpack .../583-node-lowercase-keys_2.0.0-2_all.deb ...
Unpacking node-lowercase-keys (2.0.0-2) ...
Selecting previously unselected package node-json-buffer.
Preparing to unpack .../584-node-json-buffer_3.0.1-1_all.deb ...
Unpacking node-json-buffer (3.0.1-1) ...
Selecting previously unselected package node-p-cancelable.
Preparing to unpack .../585-node-p-cancelable_2.1.1-1_all.deb ...
Unpacking node-p-cancelable (2.1.1-1) ...
Selecting previously unselected package node-quick-lru.
Preparing to unpack .../586-node-quick-lru_1.1.0-2_all.deb ...
Unpacking node-quick-lru (1.1.0-2) ...
Selecting previously unselected package node-got.
Preparing to unpack .../587-node-got_11.8.2+~cs58.7.32-2_all.deb ...
Unpacking node-got (11.8.2+~cs58.7.32-2) ...
Selecting previously unselected package node-nopt.
Preparing to unpack .../588-node-nopt_5.0.0-1_all.deb ...
Unpacking node-nopt (5.0.0-1) ...
Selecting previously unselected package node-set-blocking.
Preparing to unpack .../589-node-set-blocking_2.0.0-2_all.deb ...
Unpacking node-set-blocking (2.0.0-2) ...
Selecting previously unselected package node-npmlog.
Preparing to unpack .../590-node-npmlog_6.0.0+~4.1.3-1_all.deb ...
Unpacking node-npmlog (6.0.0+~4.1.3-1) ...
Selecting previously unselected package node-osenv.
Preparing to unpack .../591-node-osenv_0.1.5-3_all.deb ...
Unpacking node-osenv (0.1.5-3) ...
Selecting previously unselected package node-tar.
Preparing to unpack .../592-node-tar_6.1.11+~cs11.3.10-1_all.deb ...
Unpacking node-tar (6.1.11+~cs11.3.10-1) ...
Selecting previously unselected package node-isexe.
Preparing to unpack .../593-node-isexe_2.0.0+~2.0.1-4_all.deb ...
Unpacking node-isexe (2.0.0+~2.0.1-4) ...
Selecting previously unselected package node-which.
Preparing to unpack .../594-node-which_2.0.2+~cs1.3.2-2_all.deb ...
Unpacking node-which (2.0.2+~cs1.3.2-2) ...
Selecting previously unselected package node-gyp.
Preparing to unpack .../595-node-gyp_7.1.2-5_all.deb ...
Unpacking node-gyp (7.1.2-5) ...
Selecting previously unselected package node-har-schema.
Preparing to unpack .../596-node-har-schema_2.0.0-5_all.deb ...
Unpacking node-har-schema (2.0.0-5) ...
Selecting previously unselected package node-har-validator.
Preparing to unpack .../597-node-har-validator_5.1.5-2_all.deb ...
Unpacking node-har-validator (5.1.5-2) ...
Selecting previously unselected package node-hosted-git-info.
Preparing to unpack .../598-node-hosted-git-info_4.0.2-1_all.deb ...
Unpacking node-hosted-git-info (4.0.2-1) ...
Selecting previously unselected package node-json-schema.
Preparing to unpack .../599-node-json-schema_0.4.0+~7.0.9-1_all.deb ...
Unpacking node-json-schema (0.4.0+~7.0.9-1) ...
Selecting previously unselected package node-verror.
Preparing to unpack .../600-node-verror_1.10.0-2_all.deb ...
Unpacking node-verror (1.10.0-2) ...
Selecting previously unselected package node-jsprim.
Preparing to unpack .../601-node-jsprim_2.0.1-1_all.deb ...
Unpacking node-jsprim (2.0.1-1) ...
Selecting previously unselected package node-sshpk.
Preparing to unpack .../602-node-sshpk_1.16.1+dfsg1-1_all.deb ...
Unpacking node-sshpk (1.16.1+dfsg1-1) ...
Selecting previously unselected package node-http-signature.
Preparing to unpack .../603-node-http-signature_1.3.5-1_all.deb ...
Unpacking node-http-signature (1.3.5-1) ...
Selecting previously unselected package node-https-proxy-agent.
Preparing to unpack .../604-node-https-proxy-agent_5.0.0+~cs8.0.0-2_all.deb ...
Unpacking node-https-proxy-agent (5.0.0+~cs8.0.0-2) ...
Selecting previously unselected package node-ini.
Preparing to unpack .../605-node-ini_2.0.1-1_all.deb ...
Unpacking node-ini (2.0.1-1) ...
Selecting previously unselected package node-ip.
Preparing to unpack .../606-node-ip_1.1.5-5_all.deb ...
Unpacking node-ip (1.1.5-5) ...
Selecting previously unselected package node-ip-regex.
Preparing to unpack .../607-node-ip-regex_4.3.0-1_all.deb ...
Unpacking node-ip-regex (4.3.0-1) ...
Selecting previously unselected package node-is-typedarray.
Preparing to unpack .../608-node-is-typedarray_1.0.0-4_all.deb ...
Unpacking node-is-typedarray (1.0.0-4) ...
Selecting previously unselected package node-isstream.
Preparing to unpack .../609-node-isstream_0.1.2+dfsg+~0.1.0-1_all.deb ...
Unpacking node-isstream (0.1.2+dfsg+~0.1.0-1) ...
Selecting previously unselected package node-json-parse-better-errors.
Preparing to unpack .../610-node-json-parse-better-errors_1.0.2+~2.3.1-1_all.deb ...
Unpacking node-json-parse-better-errors (1.0.2+~2.3.1-1) ...
Selecting previously unselected package node-json-stringify-safe.
Preparing to unpack .../611-node-json-stringify-safe_5.0.1+repack-5_all.deb ...
Unpacking node-json-stringify-safe (5.0.1+repack-5) ...
Selecting previously unselected package node-jsonparse.
Preparing to unpack .../612-node-jsonparse_1.3.1-8_all.deb ...
Unpacking node-jsonparse (1.3.1-8) ...
Selecting previously unselected package node-mime.
Preparing to unpack .../613-node-mime_2.5.0+dfsg+~cs3.90.0-1_all.deb ...
Unpacking node-mime (2.5.0+dfsg+~cs3.90.0-1) ...
Selecting previously unselected package node-mime-types.
Preparing to unpack .../614-node-mime-types_2.1.33-1_all.deb ...
Unpacking node-mime-types (2.1.33-1) ...
Selecting previously unselected package node-mute-stream.
Preparing to unpack .../615-node-mute-stream_0.0.8-2_all.deb ...
Unpacking node-mute-stream (0.0.8-2) ...
Selecting previously unselected package node-negotiator.
Preparing to unpack .../616-node-negotiator_0.6.2-1_all.deb ...
Unpacking node-negotiator (0.6.2-1) ...
Selecting previously unselected package node-spdx-license-ids.
Preparing to unpack .../617-node-spdx-license-ids_3.0.7-1_all.deb ...
Unpacking node-spdx-license-ids (3.0.7-1) ...
Selecting previously unselected package node-spdx-exceptions.
Preparing to unpack .../618-node-spdx-exceptions_2.3.0-2_all.deb ...
Unpacking node-spdx-exceptions (2.3.0-2) ...
Selecting previously unselected package node-spdx-expression-parse.
Preparing to unpack .../619-node-spdx-expression-parse_3.0.1+~3.0.1-1_all.deb ...
Unpacking node-spdx-expression-parse (3.0.1+~3.0.1-1) ...
Selecting previously unselected package node-spdx-correct.
Preparing to unpack .../620-node-spdx-correct_3.1.1-1_all.deb ...
Unpacking node-spdx-correct (3.1.1-1) ...
Selecting previously unselected package node-validate-npm-package-license.
Preparing to unpack .../621-node-validate-npm-package-license_3.0.4-1_all.deb ...
Unpacking node-validate-npm-package-license (3.0.4-1) ...
Selecting previously unselected package node-normalize-package-data.
Preparing to unpack .../622-node-normalize-package-data_3.0.3+~2.4.1-1_all.deb ...
Unpacking node-normalize-package-data (3.0.3+~2.4.1-1) ...
Selecting previously unselected package node-npm-bundled.
Preparing to unpack .../623-node-npm-bundled_1.1.2-1_all.deb ...
Unpacking node-npm-bundled (1.1.2-1) ...
Selecting previously unselected package node-validate-npm-package-name.
Preparing to unpack .../624-node-validate-npm-package-name_3.0.0-2_all.deb ...
Unpacking node-validate-npm-package-name (3.0.0-2) ...
Selecting previously unselected package node-npm-package-arg.
Preparing to unpack .../625-node-npm-package-arg_8.1.5-1_all.deb ...
Unpacking node-npm-package-arg (8.1.5-1) ...
Selecting previously unselected package node-number-is-nan.
Preparing to unpack .../626-node-number-is-nan_2.0.0-2_all.deb ...
Unpacking node-number-is-nan (2.0.0-2) ...
Selecting previously unselected package node-oauth-sign.
Preparing to unpack .../627-node-oauth-sign_0.9.0-3_all.deb ...
Unpacking node-oauth-sign (0.9.0-3) ...
Selecting previously unselected package node-object-assign.
Preparing to unpack .../628-node-object-assign_4.1.1-6_all.deb ...
Unpacking node-object-assign (4.1.1-6) ...
Selecting previously unselected package xdg-utils.
Preparing to unpack .../629-xdg-utils_1.1.3-4.1_all.deb ...
Unpacking xdg-utils (1.1.3-4.1) ...
Selecting previously unselected package node-opener.
Preparing to unpack .../630-node-opener_1.5.2-1_all.deb ...
Unpacking node-opener (1.5.2-1) ...
Selecting previously unselected package node-performance-now.
Preparing to unpack .../631-node-performance-now_2.1.0+debian-1.1_all.deb ...
Unpacking node-performance-now (2.1.0+debian-1.1) ...
Selecting previously unselected package node-retry.
Preparing to unpack .../632-node-retry_0.12.0-2_all.deb ...
Unpacking node-retry (0.12.0-2) ...
Selecting previously unselected package node-promise-retry.
Preparing to unpack .../633-node-promise-retry_2.0.1-1_all.deb ...
Unpacking node-promise-retry (2.0.1-1) ...
Selecting previously unselected package node-read.
Preparing to unpack .../634-node-read_1.0.7-2_all.deb ...
Unpacking node-read (1.0.7-2) ...
Selecting previously unselected package node-promzard.
Preparing to unpack .../635-node-promzard_0.3.0-1.1_all.deb ...
Unpacking node-promzard (0.3.0-1.1) ...
Selecting previously unselected package node-psl.
Preparing to unpack .../636-node-psl_1.8.0+ds-5_all.deb ...
Unpacking node-psl (1.8.0+ds-5) ...
Selecting previously unselected package node-qs.
Preparing to unpack .../637-node-qs_6.10.1+ds-1_all.deb ...
Unpacking node-qs (6.10.1+ds-1) ...
Selecting previously unselected package node-slash.
Preparing to unpack .../638-node-slash_3.0.0-1_all.deb ...
Unpacking node-slash (3.0.0-1) ...
Selecting previously unselected package node-read-package-json.
Preparing to unpack .../639-node-read-package-json_4.1.1-1_all.deb ...
Unpacking node-read-package-json (4.1.1-1) ...
Selecting previously unselected package node-text-table.
Preparing to unpack .../640-node-text-table_0.2.0-4_all.deb ...
Unpacking node-text-table (0.2.0-4) ...
Selecting previously unselected package node-tunnel-agent.
Preparing to unpack .../641-node-tunnel-agent_0.6.1-2_all.deb ...
Unpacking node-tunnel-agent (0.6.1-2) ...
Selecting previously unselected package node-typedarray-to-buffer.
Preparing to unpack .../642-node-typedarray-to-buffer_4.0.0-2_all.deb ...
Unpacking node-typedarray-to-buffer (4.0.0-2) ...
Selecting previously unselected package node-uuid.
Preparing to unpack .../643-node-uuid_8.3.2+~8.3.3-1_all.deb ...
Unpacking node-uuid (8.3.2+~8.3.3-1) ...
Selecting previously unselected package node-write-file-atomic.
Preparing to unpack .../644-node-write-file-atomic_3.0.3+~3.0.2-1_all.deb ...
Unpacking node-write-file-atomic (3.0.3+~3.0.2-1) ...
Selecting previously unselected package npm.
Preparing to unpack .../645-npm_7.24.2+ds-1_all.deb ...
Unpacking npm (7.24.2+ds-1) ...
Selecting previously unselected package openssh-sftp-server.
Preparing to unpack .../646-openssh-sftp-server_1%3a8.7p1-2_amd64.deb ...
Unpacking openssh-sftp-server (1:8.7p1-2) ...
Selecting previously unselected package runit-helper.
Preparing to unpack .../647-runit-helper_2.10.3_all.deb ...
Unpacking runit-helper (2.10.3) ...
Selecting previously unselected package openssh-server.
Preparing to unpack .../648-openssh-server_1%3a8.7p1-2_amd64.deb ...
Unpacking openssh-server (1:8.7p1-2) ...
Selecting previously unselected package podman.
Preparing to unpack .../649-podman_3.4.1+ds1-2_amd64.deb ...
Unpacking podman (3.4.1+ds1-2) ...
Selecting previously unselected package postgresql-client-common.
Preparing to unpack .../650-postgresql-client-common_232_all.deb ...
Unpacking postgresql-client-common (232) ...
Selecting previously unselected package postgresql-client-14.
Preparing to unpack .../651-postgresql-client-14_14.1-1_amd64.deb ...
Unpacking postgresql-client-14 (14.1-1) ...
Selecting previously unselected package postgresql-client.
Preparing to unpack .../652-postgresql-client_14+232_all.deb ...
Unpacking postgresql-client (14+232) ...
Selecting previously unselected package protobuf-compiler.
Preparing to unpack .../653-protobuf-compiler_3.12.4-1+b2_amd64.deb ...
Unpacking protobuf-compiler (3.12.4-1+b2) ...
Selecting previously unselected package python-pip-whl.
Preparing to unpack .../654-python-pip-whl_20.3.4-4_all.deb ...
Unpacking python-pip-whl (20.3.4-4) ...
Selecting previously unselected package python3.9-dev.
Preparing to unpack .../655-python3.9-dev_3.9.9-1_amd64.deb ...
Unpacking python3.9-dev (3.9.9-1) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../656-python3-dev_3.9.7-1_amd64.deb ...
Unpacking python3-dev (3.9.7-1) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../657-python3-setuptools_58.2.0-1_all.deb ...
Unpacking python3-setuptools (58.2.0-1) ...
Selecting previously unselected package python3-wheel.
Preparing to unpack .../658-python3-wheel_0.34.2-1_all.deb ...
Unpacking python3-wheel (0.34.2-1) ...
Selecting previously unselected package python3-pip.
Preparing to unpack .../659-python3-pip_20.3.4-4_all.deb ...
Unpacking python3-pip (20.3.4-4) ...
Selecting previously unselected package python3.9-venv.
Preparing to unpack .../660-python3.9-venv_3.9.9-1_amd64.deb ...
Unpacking python3.9-venv (3.9.9-1) ...
Selecting previously unselected package python3-venv.
Preparing to unpack .../661-python3-venv_3.9.7-1_amd64.deb ...
Unpacking python3-venv (3.9.7-1) ...
Selecting previously unselected package rclone.
Preparing to unpack .../662-rclone_1.53.3-2_amd64.deb ...
Unpacking rclone (1.53.3-2) ...
Selecting previously unselected package redis-tools.
Preparing to unpack .../663-redis-tools_5%3a6.0.16-1_amd64.deb ...
Unpacking redis-tools (5:6.0.16-1) ...
Selecting previously unselected package rename.
Preparing to unpack .../664-rename_1.30-1_all.deb ...
Unpacking rename (1.30-1) ...
Selecting previously unselected package reprepro.
Preparing to unpack .../665-reprepro_5.3.0-1.2_amd64.deb ...
Unpacking reprepro (5.3.0-1.2) ...
Selecting previously unselected package ruby-bcrypt-pbkdf.
Preparing to unpack .../666-ruby-bcrypt-pbkdf_1.1.0-1+b1_amd64.deb ...
Unpacking ruby-bcrypt-pbkdf (1.1.0-1+b1) ...
Selecting previously unselected package ruby-ffi.
Preparing to unpack .../667-ruby-ffi_1.12.2+dfsg-2+b5_amd64.deb ...
Unpacking ruby-ffi (1.12.2+dfsg-2+b5) ...
Selecting previously unselected package ruby-childprocess.
Preparing to unpack .../668-ruby-childprocess_4.1.0-1_all.deb ...
Unpacking ruby-childprocess (4.1.0-1) ...
Selecting previously unselected package ruby-concurrent.
Preparing to unpack .../669-ruby-concurrent_1.1.6+dfsg-3_all.deb ...
Unpacking ruby-concurrent (1.1.6+dfsg-3) ...
Selecting previously unselected package ruby2.7-dev:amd64.
Preparing to unpack .../670-ruby2.7-dev_2.7.4-1+b1_amd64.deb ...
Unpacking ruby2.7-dev:amd64 (2.7.4-1+b1) ...
Selecting previously unselected package ruby-dev:amd64.
Preparing to unpack .../671-ruby-dev_1%3a2.7.6_amd64.deb ...
Unpacking ruby-dev:amd64 (1:2.7.6) ...
Selecting previously unselected package ruby-ed25519.
Preparing to unpack .../672-ruby-ed25519_1.2.4-2+b2_amd64.deb ...
Unpacking ruby-ed25519 (1.2.4-2+b2) ...
Selecting previously unselected package ruby-erubi.
Preparing to unpack .../673-ruby-erubi_1.9.0-1_all.deb ...
Unpacking ruby-erubi (1.9.0-1) ...
Selecting previously unselected package ruby-excon.
Preparing to unpack .../674-ruby-excon_0.88.0-1_all.deb ...
Unpacking ruby-excon (0.88.0-1) ...
Selecting previously unselected package ruby-i18n.
Preparing to unpack .../675-ruby-i18n_1.8.11-1_all.deb ...
Unpacking ruby-i18n (1.8.11-1) ...
Selecting previously unselected package ruby-rb-inotify.
Preparing to unpack .../676-ruby-rb-inotify_0.9.10-2_all.deb ...
Unpacking ruby-rb-inotify (0.9.10-2) ...
Selecting previously unselected package ruby-listen.
Preparing to unpack .../677-ruby-listen_3.7.0-1_all.deb ...
Unpacking ruby-listen (3.7.0-1) ...
Selecting previously unselected package ruby-log4r.
Preparing to unpack .../678-ruby-log4r_1.1.10-4.1_all.deb ...
Unpacking ruby-log4r (1.1.10-4.1) ...
Selecting previously unselected package ruby-mime-types-data.
Preparing to unpack .../679-ruby-mime-types-data_3.2015.1120-1.1_all.deb ...
Unpacking ruby-mime-types-data (3.2015.1120-1.1) ...
Selecting previously unselected package ruby-mime-types.
Preparing to unpack .../680-ruby-mime-types_3.3.1-1_all.deb ...
Unpacking ruby-mime-types (3.3.1-1) ...
Selecting previously unselected package ruby-net-ssh.
Preparing to unpack .../681-ruby-net-ssh_1%3a6.1.0-2_all.deb ...
Unpacking ruby-net-ssh (1:6.1.0-2) ...
Selecting previously unselected package ruby-net-scp.
Preparing to unpack .../682-ruby-net-scp_3.0.0-1_all.deb ...
Unpacking ruby-net-scp (3.0.0-1) ...
Selecting previously unselected package ruby-net-sftp.
Preparing to unpack .../683-ruby-net-sftp_1%3a3.0.0-1_all.deb ...
Unpacking ruby-net-sftp (1:3.0.0-1) ...
Selecting previously unselected package ruby-vagrant-cloud.
Preparing to unpack .../684-ruby-vagrant-cloud_3.0.5-1_all.deb ...
Unpacking ruby-vagrant-cloud (3.0.5-1) ...
Selecting previously unselected package unzip.
Preparing to unpack .../685-unzip_6.0-26_amd64.deb ...
Unpacking unzip (6.0-26) ...
Selecting previously unselected package zip.
Preparing to unpack .../686-zip_3.0-12_amd64.deb ...
Unpacking zip (3.0-12) ...
Selecting previously unselected package ruby-zip.
Preparing to unpack .../687-ruby-zip_2.0.0-2_all.deb ...
Unpacking ruby-zip (2.0.0-2) ...
Selecting previously unselected package sharutils.
Preparing to unpack .../688-sharutils_1%3a4.15.2-5_amd64.deb ...
Unpacking sharutils (1:4.15.2-5) ...
Selecting previously unselected package shellcheck.
Preparing to unpack .../689-shellcheck_0.8.0-2_amd64.deb ...
Unpacking shellcheck (0.8.0-2) ...
Selecting previously unselected package signify-openbsd.
Preparing to unpack .../690-signify-openbsd_30-2_amd64.deb ...
Unpacking signify-openbsd (30-2) ...
Selecting previously unselected package skopeo.
Preparing to unpack .../691-skopeo_1.4.1+ds1-1_amd64.deb ...
Unpacking skopeo (1.4.1+ds1-1) ...
Selecting previously unselected package subversion.
Preparing to unpack .../692-subversion_1.14.1-3+b2_amd64.deb ...
Unpacking subversion (1.14.1-3+b2) ...
Selecting previously unselected package sudo.
Preparing to unpack .../693-sudo_1.9.5p2-3_amd64.deb ...
Unpacking sudo (1.9.5p2-3) ...
Selecting previously unselected package swaks.
Preparing to unpack .../694-swaks_20201014.0-1_all.deb ...
Unpacking swaks (20201014.0-1) ...
Selecting previously unselected package task-english.
Preparing to unpack .../695-task-english_3.68_all.deb ...
Unpacking task-english (3.68) ...
Selecting previously unselected package task-hebrew.
Preparing to unpack .../696-task-hebrew_3.68_all.deb ...
Unpacking task-hebrew (3.68) ...
Selecting previously unselected package task-ssh-server.
Preparing to unpack .../697-task-ssh-server_3.68_all.deb ...
Unpacking task-ssh-server (3.68) ...
Selecting previously unselected package time.
Preparing to unpack .../698-time_1.9-0.1_amd64.deb ...
Unpacking time (1.9-0.1) ...
Selecting previously unselected package tmux.
Preparing to unpack .../699-tmux_3.2a-4+b1_amd64.deb ...
Unpacking tmux (3.2a-4+b1) ...
Selecting previously unselected package transmission-common.
Preparing to unpack .../700-transmission-common_3.00-1_all.deb ...
Unpacking transmission-common (3.00-1) ...
Selecting previously unselected package transmission-cli.
Preparing to unpack .../701-transmission-cli_3.00-1+b1_amd64.deb ...
Unpacking transmission-cli (3.00-1+b1) ...
Selecting previously unselected package ttyrec.
Preparing to unpack .../702-ttyrec_1.0.8-5.1_amd64.deb ...
Unpacking ttyrec (1.0.8-5.1) ...
Selecting previously unselected package udftools.
Preparing to unpack .../703-udftools_2.3-1_amd64.deb ...
Unpacking udftools (2.3-1) ...
Selecting previously unselected package unison-2.51+4.11.1.
Preparing to unpack .../704-unison-2.51+4.11.1_2.51.3-1+b1_amd64.deb ...
Unpacking unison-2.51+4.11.1 (2.51.3-1+b1) ...
Selecting previously unselected package unison.
Preparing to unpack .../705-unison_2.51.3+1_all.deb ...
Unpacking unison (2.51.3+1) ...
Selecting previously unselected package vagrant.
Preparing to unpack .../706-vagrant_2.2.19+dfsg-1_all.deb ...
Unpacking vagrant (2.2.19+dfsg-1) ...
Selecting previously unselected package vcdimager.
Preparing to unpack .../707-vcdimager_2.0.1+dfsg-5_amd64.deb ...
Unpacking vcdimager (2.0.1+dfsg-5) ...
Selecting previously unselected package vim-runtime.
Preparing to unpack .../708-vim-runtime_2%3a8.2.3565-1_all.deb ...
Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
Unpacking vim-runtime (2:8.2.3565-1) ...
Selecting previously unselected package vim-nox.
Preparing to unpack .../709-vim-nox_2%3a8.2.3565-1+b1_amd64.deb ...
Unpacking vim-nox (2:8.2.3565-1+b1) ...
Selecting previously unselected package w3m.
Preparing to unpack .../710-w3m_0.5.3+git20210102-6_amd64.deb ...
Unpacking w3m (0.5.3+git20210102-6) ...
Selecting previously unselected package w3m-img.
Preparing to unpack .../711-w3m-img_0.5.3+git20210102-6_amd64.deb ...
Unpacking w3m-img (0.5.3+git20210102-6) ...
Selecting previously unselected package whois.
Preparing to unpack .../712-whois_5.5.10_amd64.deb ...
Unpacking whois (5.5.10) ...
Selecting previously unselected package aws-vault.
Preparing to unpack .../713-aws-vault_6.3.1-1_amd64.deb ...
Unpacking aws-vault (6.3.1-1) ...
Selecting previously unselected package consul.
Preparing to unpack .../714-consul_1.10.4_amd64.deb ...
Unpacking consul (1.10.4) ...
Selecting previously unselected package direnv.
Preparing to unpack .../715-direnv_2.28.0-1_amd64.deb ...
Unpacking direnv (2.28.0-1) ...
Selecting previously unselected package gh.
Preparing to unpack .../716-gh_2.2.0-1_amd64.deb ...
Unpacking gh (2.2.0-1) ...
Selecting previously unselected package gomplate.
Preparing to unpack .../717-gomplate_3.10.0-1_amd64.deb ...
Unpacking gomplate (3.10.0-1) ...
Selecting previously unselected package helm.
Preparing to unpack .../718-helm_3.7.1-1_amd64.deb ...
Unpacking helm (3.7.1-1) ...
Selecting previously unselected package helm2.
Preparing to unpack .../719-helm2_2.16.10_amd64.deb ...
Unpacking helm2 (2.16.10) ...
Selecting previously unselected package jp.
Preparing to unpack .../720-jp_0.2.1-1_amd64.deb ...
Unpacking jp (0.2.1-1) ...
Selecting previously unselected package kops.
Preparing to unpack .../721-kops_1.22.2-1_amd64.deb ...
Unpacking kops (1.22.2-1) ...
Selecting previously unselected package minikube.
Preparing to unpack .../722-minikube_1.24.0-1_amd64.deb ...
Unpacking minikube (1.24.0-1) ...
Selecting previously unselected package packer.
Preparing to unpack .../723-packer_1.7.8_amd64.deb ...
Unpacking packer (1.7.8) ...
Selecting previously unselected package terraform.
Preparing to unpack .../724-terraform_1.0.11_amd64.deb ...
Unpacking terraform (1.0.11) ...
Selecting previously unselected package terragrunt.
Preparing to unpack .../725-terragrunt_0.35.13-1_amd64.deb ...
Unpacking terragrunt (0.35.13-1) ...
Selecting previously unselected package vault.
Preparing to unpack .../726-vault_1.9.0_amd64.deb ...
Unpacking vault (1.9.0) ...
Setting up libconfig-inifiles-perl (3.000003-1) ...
Setting up libip4tc2:amd64 (1.8.7-1) ...
Setting up media-types (4.0.0) ...
Setting up libpcrecpp0v5:amd64 (2:8.39-13) ...
Setting up bubblewrap (0.5.0-1) ...
sysctl: permission denied on key "kernel.unprivileged_userns_clone"
sysctl: cannot open "/etc/sysctl.d/99-sysctl.conf": No such file or directory
Setting up libpipeline1:amd64 (1.5.4-1) ...
Setting up node-isstream (0.1.2+dfsg+~0.1.0-1) ...
Setting up liblmdb0:amd64 (0.9.24-1) ...
Setting up libtext-iconv-perl (1.7-7+b1) ...
Setting up libgraphite2-3:amd64 (1.3.14-1) ...
Setting up liblcms2-2:amd64 (2.12~rc1-2) ...
Setting up libpixman-1-0:amd64 (0.40.0-1) ...
Setting up node-fs.realpath (1.0.0-2) ...
Setting up golang-1.17-doc (1.17.3-1) ...
Setting up runit-helper (2.10.3) ...
Setting up wdiff (1.2.2-2+b1) ...
Setting up node-oauth-sign (0.9.0-3) ...
Setting up node-diff (5.0.0~dfsg+~5.0.1-2) ...
Setting up node-jsbn (1.1.0+~1.2.29-1) ...
Setting up mysql-common (5.8+1.0.7) ...
update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
Setting up node-extsprintf (1.4.1+~1.4.1-1) ...
Setting up libxau6:amd64 (1:1.0.9-1) ...
Setting up time (1.9-0.1) ...
Setting up libapparmor1:amd64 (3.0.3-6) ...
Setting up libproxy1v5:amd64 (0.4.17-1) ...
Setting up libc-l10n (2.32-4) ...
Setting up libpsl5:amd64 (0.21.0-1.2) ...
Setting up libsodium23:amd64 (1.0.18-1) ...
Setting up libpixman-1-dev:amd64 (0.40.0-1) ...
Setting up libgpm2:amd64 (1.20.7-9) ...
Setting up android-sdk-platform-tools-common (28.0.2+3) ...
Setting up node-yallist (4.0.0+~4.0.1-1) ...
Setting up libjs-inherits (2.0.4-4) ...
Setting up node-p-cancelable (2.1.1-1) ...
Setting up bsdextrautils (2.37.2-4) ...
update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
Setting up node-ansi-regex (5.0.1-1) ...
Setting up wget (1.21.2-2+b1) ...
Setting up libpcre16-3:amd64 (2:8.39-13) ...
Setting up whois (5.5.10) ...
Setting up ruby-excon (0.88.0-1) ...
Setting up android-liblog (1:10.0.0+r36-7) ...
Setting up java-common (0.72) ...
Setting up node-object-inspect (1.11.0+~cs1.8.1-2) ...
Setting up libicu67:amd64 (67.1-7) ...
Setting up rclone (1.53.3-2) ...
Setting up libsass1:amd64 (3.6.5+20211111-2) ...
Setting up node-util-deprecate (1.0.2-3) ...
Setting up ruby-power-assert (1.1.7-2) ...
Setting up libmagic-mgc (1:5.41-2) ...
Setting up node-retry (0.12.0-2) ...
Setting up psmisc (23.4-2) ...
Setting up helm (3.7.1-1) ...
update-alternatives: using /usr/share/helm/latest/bin/helm to provide /usr/bin/helm (helm) in auto mode
Setting up libyaml-0-2:amd64 (0.2.2-1) ...
Setting up libip6tc2:amd64 (1.8.7-1) ...
Setting up libglib2.0-0:amd64 (2.70.1-1) ...
Setting up libaspell15:amd64 (0.60.8-4) ...
Setting up libmaxminddb0:amd64 (1.5.2-1) ...
Setting up libargon2-1:amd64 (0~20171227-0.2) ...
Setting up node-depd (2.0.0-2) ...
Setting up node-isexe (2.0.0+~2.0.1-4) ...
Setting up unzip (6.0-26) ...
Setting up perl-modules-5.32 (5.32.1-6) ...
Setting up libutf8proc2:amd64 (2.5.0-1) ...
Setting up libbrotli1:amd64 (1.0.9-2+b3) ...
Setting up libfstrm0:amd64 (0.6.0-1+b1) ...
Setting up libcbor0:amd64 (0.5.0+dfsg-2) ...
Setting up libgdk-pixbuf2.0-common (2.42.6+dfsg-2) ...
Setting up libnatpmp1:amd64 (20150609-7.1) ...
Setting up binutils-common:amd64 (2.37-7) ...
Setting up x11-common (1:7.7+23) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up libnghttp2-14:amd64 (1.43.0-1) ...
Setting up libmagic1:amd64 (1:5.41-2) ...
Setting up libpq5:amd64 (14.1-1) ...
Setting up libdeflate0:amd64 (1.8-1) ...
Setting up libapr1:amd64 (1.7.0-8) ...
Setting up less (551-2) ...
Setting up perl-openssl-defaults:amd64 (5) ...
Setting up linux-libc-dev:amd64 (5.14.16-1) ...
Setting up bc (1.07.1-3+b1) ...
Setting up libctf-nobfd0:amd64 (2.37-7) ...
Setting up node-aws-sign2 (0.7.1-3) ...
Setting up node-color-name (1.1.4+~1.1.1-1) ...
Setting up liblzo2-2:amd64 (2.10-2) ...
Setting up libprotobuf23:amd64 (3.12.4-1+b2) ...
Setting up rubygems-integration (1.18) ...
Setting up aws-vault (6.3.1-1) ...
Setting up libc-ares2:amd64 (1.18.1-1+b1) ...
Setting up file (1:5.41-2) ...
Setting up node-uuid (8.3.2+~8.3.3-1) ...
Setting up libjemalloc2:amd64 (5.2.1-4) ...
Setting up libgomp1:amd64 (11.2.0-10) ...
Setting up libfuse2:amd64 (2.9.9-5) ...
Setting up ruby-concurrent (1.1.6+dfsg-3) ...
Setting up libcdio19:amd64 (2.1.0-3) ...
Setting up bzip2 (1.0.8-4) ...
Setting up ldap-utils (2.4.59+dfsg-1) ...
Setting up libffi-dev:amd64 (3.4.2-3) ...
Setting up locales (2.32-4) ...
Generating locales (this might take a while)...
Generation complete.
Setting up golang-1.17-src (1.17.3-1) ...
Setting up libminiupnpc17:amd64 (2.2.1-1) ...
Setting up node-aws4 (1.11.0-2) ...
Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
Setting up libgpgme11:amd64 (1.16.0-1.1+b1) ...
Setting up libpthread-stubs0-dev:amd64 (0.4-1) ...
Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Setting up consul (1.10.4) ...
Setting up node-indent-string (4.0.0-2) ...
Setting up gomplate (3.10.0-1) ...
Setting up libpcre2-16-0:amd64 (10.39-3) ...
Setting up xxd (2:8.2.3565-1+b1) ...
Setting up shellcheck (0.8.0-2) ...
Setting up libfakeroot:amd64 (1.25.3-1.1) ...
Setting up runc (1.0.2+ds1-2) ...
Setting up ninja-build (1.10.1-1) ...
Setting up libasan6:amd64 (11.2.0-10) ...
Setting up node-function-bind (1.1.1+repacked+~1.0.3-1) ...
Setting up node-chownr (2.0.0-1) ...
Setting up flatpak-xdg-utils (1.0.4-1) ...
Setting up libcap2-bin (1:2.44-1) ...
Setting up fakeroot (1.25.3-1.1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libdconf1:amd64 (0.40.0-2) ...
Setting up node-lodash-packages (4.17.21+dfsg+~cs8.31.196.20210220-2) ...
Setting up ruby-minitest (5.13.0-1) ...
Setting up mariadb-common (1:10.5.12-1) ...
update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
Setting up libldap2-dev:amd64 (2.4.59+dfsg-1) ...
Setting up libjs-psl (1.8.0+ds-5) ...
Setting up libasound2-data (1.2.5.1-1) ...
Setting up libid3tag0:amd64 (0.15.1b-14) ...
Setting up node-json-schema-traverse (1.0.0-3) ...
Setting up vault (1.9.0) ...
Generating Vault TLS key and self-signed certificate...
Generating a RSA private key
..............................................................................................................................................................................................................................................................................++++
......++++
writing new private key to 'tls.key'
-----
Vault TLS key and self-signed certificate have been generated in '/opt/vault/tls'.
/var/lib/dpkg/info/vault.postinst: line 42: /usr/bin/vault: Operation not permitted
Setting up node-inherits (2.0.4-4) ...
Setting up node-path-is-absolute (2.0.0-2) ...
Setting up heroku (7.59.2-1) ...
Setting up xtrans-dev (1.4.0-1) ...
Setting up node-ini (2.0.1-1) ...
Setting up zip (3.0-12) ...
Setting up libprotobuf-lite23:amd64 (3.12.4-1+b2) ...
Setting up node-ecc-jsbn (0.2.0-3) ...
Setting up libpcre2-32-0:amd64 (10.39-3) ...
Setting up golang-github-containers-image (5.16.0-3) ...
Setting up node-safe-buffer (5.2.1+~cs2.1.2-2) ...
Setting up libglib2.0-data (2.70.1-1) ...
Setting up libtirpc-dev:amd64 (1.3.2-2) ...
Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3) ...
Setting up libuv1:amd64 (1.42.0-1) ...
Setting up rpcsvc-proto (1.4.2-4) ...
Setting up vim-common (2:8.2.3565-1) ...
Setting up lua-cjson:amd64 (2.1.0+dfsg-2.1) ...
Setting up node-json-stringify-safe (5.0.1+repack-5) ...
Setting up node-json-parse-better-errors (1.0.2+~2.3.1-1) ...
Setting up libjpeg62-turbo:amd64 (1:2.0.6-4) ...
Setting up emacsen-common (3.0.4) ...
Setting up node-fast-deep-equal (3.1.3-1) ...
Setting up ruby-test-unit (3.3.9-1) ...
Setting up node-err-code (2.0.3+dfsg-1) ...
Setting up libwrap0:amd64 (7.6.q-31) ...
Setting up libx11-data (2:1.7.2-2) ...
Setting up make (4.3-4.1) ...
Setting up libmpfr6:amd64 (4.1.0-3) ...
Setting up libnspr4:amd64 (2:4.32-1) ...
Setting up conmon (2.0.25+ds1-1.1) ...
Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
Setting up node-balanced-match (2.0.0-1) ...
Setting up dh-elpa-helper (2.0.9) ...
Setting up node-brace-expansion (2.0.0-1) ...
Setting up bash-completion (1:2.11-5) ...
Setting up libprotoc23:amd64 (3.12.4-1+b2) ...
Setting up helm2 (2.16.10) ...
update-alternatives: using /usr/share/helm/2/bin/helm2 to provide /usr/bin/helm2 (helm2) in auto mode
Setting up libavahi-common-data:amd64 (0.8-5) ...
Setting up libncurses6:amd64 (6.3-1) ...
Setting up node-spdx-exceptions (2.3.0-2) ...
Setting up libdbus-1-3:amd64 (1.12.20-3) ...
Setting up ruby-net-telnet (0.1.1-2) ...
Setting up liblzf1:amd64 (3.6-3) ...
Setting up xz-utils (5.2.5-2) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
Setting up unison-2.51+4.11.1 (2.51.3-1+b1) ...
Setting up minikube (1.24.0-1) ...
Setting up libquadmath0:amd64 (11.2.0-10) ...
Setting up node-set-blocking (2.0.0-2) ...
Setting up libssl-dev:amd64 (1.1.1l-1) ...
Setting up libpng16-16:amd64 (1.6.37-3) ...
Setting up libpcre32-3:amd64 (2:8.39-13) ...
Setting up libmpc3:amd64 (1.2.1-1) ...
Setting up android-libboringssl (10.0.0+r36-1) ...
Setting up libmnl0:amd64 (1.0.4-3) ...
Setting up libevent-core-2.1-7:amd64 (2.1.12-stable-1) ...
Setting up libatomic1:amd64 (11.2.0-10) ...
Setting up tini (0.19.0-1) ...
Setting up ttyrec (1.0.8-5.1) ...
Setting up libevent-2.1-7:amd64 (2.1.12-stable-1) ...
Setting up node-npm-bundled (1.1.2-1) ...
Setting up patch (2.7.6-7) ...
Setting up libtcl8.6:amd64 (8.6.12+dfsg-1) ...
Setting up libwebp6:amd64 (0.6.1-2.1) ...
Setting up sudo (1.9.5p2-3) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libmariadb3:amd64 (1:10.5.12-1) ...
Setting up kops (1.22.2-1) ...
update-alternatives: using /usr/share/kops/latest/bin/kops to provide /usr/bin/kops (kops) in auto mode
Setting up fonts-dejavu-core (2.37-2) ...
Setting up mongodb-database-tools (100.5.1) ...
Setting up ruby-i18n (1.8.11-1) ...
Setting up direnv (2.28.0-1) ...
Setting up libsepol2:amd64 (3.3-1) ...
Setting up libsepol-dev:amd64 (3.3-1) ...
Setting up libfl2:amd64 (2.6.4-8) ...
Setting up libpcsclite1:amd64 (1.9.4-1) ...
Setting up gh (2.2.0-1) ...
Setting up libxtables12:amd64 (1.8.7-1) ...
Setting up libgc1:amd64 (1:8.0.4-3) ...
Setting up node-wrappy (1.0.2-2) ...
Setting up android-libcrypto-utils (1:10.0.0+r36-7) ...
Setting up node-text-table (0.2.0-4) ...
Setting up lua-bitop:amd64 (1.0.2-5) ...
Setting up node-asynckit (0.4.0-4) ...
Setting up lsof (4.93.2+dfsg-1.1) ...
Setting up lz4 (1.9.3-2) ...
Setting up libjsoncpp24:amd64 (1.9.4-5) ...
Setting up golang-1.17-go (1.17.3-1) ...
Setting up ruby-zip (2.0.0-2) ...
Setting up libutempter0:amd64 (1.2.1-2) ...
Setting up libubsan1:amd64 (11.2.0-10) ...
Setting up libgif7:amd64 (5.1.9-2) ...
Setting up node-mimic-response (3.1.0-7) ...
Setting up xdg-dbus-proxy (0.1.2-2) ...
Setting up libpcre2-posix3:amd64 (10.39-3) ...
Setting up libjs-typedarray-to-buffer (4.0.0-2) ...
Setting up libmd0:amd64 (1.0.4-1) ...
Setting up keyutils (1.6.1-2) ...
Setting up node-number-is-nan (2.0.0-2) ...
Setting up liblua5.2-0:amd64 (5.2.4-1.1+b3) ...
Setting up libnsl-dev:amd64 (1.3.0-2) ...
Setting up sensible-utils (0.0.17) ...
Setting up librhash0:amd64 (1.4.2-1) ...
Setting up libcrypt-dev:amd64 (1:4.4.26-1) ...
Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
Setting up dbus-session-bus-common (1.12.20-3) ...
Setting up libuchardet0:amd64 (0.0.7-1) ...
Setting up libasound2:amd64 (1.2.5.1-1) ...
Setting up liblua5.1-0:amd64 (5.1.5-8.1+b3) ...
Setting up libmpdec3:amd64 (2.5.1-2) ...
Setting up node-binary-extensions (2.2.0-2) ...
Setting up kubernetes-client (1.20.5+really1.20.2-1) ...
Setting up go-md2man (2.0.0+ds-5+b6) ...
Setting up udftools (2.3-1) ...
Setting up git-man (1:2.33.0-1) ...
Setting up libgirepository-1.0-1:amd64 (1.70.0-2) ...
Setting up node-string-decoder (1.3.0-5) ...
Setting up libssh2-1:amd64 (1.10.0-2) ...
Setting up bats (1.2.1-3) ...
Setting up xorg-sgml-doctools (1:1.11-1.1) ...
Setting up netbase (6.3) ...
Setting up node-time-stamp (2.2.0-1) ...
Setting up libjson-glib-1.0-common (1.6.6-1) ...
Setting up python-pip-whl (20.3.4-4) ...
Setting up libjs-events (3.3.0+~3.0.0-1) ...
Setting up cmake-data (3.22.0-1) ...
Setting up libtiff5:amd64 (4.3.0-2) ...
Setting up packer (1.7.8) ...
Setting up node-core-util-is (1.0.3-1) ...
Setting up node-json-schema (0.4.0+~7.0.9-1) ...
Setting up libusb-1.0-0:amd64 (2:1.0.24-3) ...
Setting up libstemmer0d:amd64 (2.2.0-1) ...
Setting up jp (0.2.1-1) ...
Setting up dos2unix (7.4.2-2) ...
Setting up golang-github-containers-common (0.44.3+ds1-2) ...
Setting up libjs-jquery (3.5.1+dfsg+~3.5.5-8) ...
Setting up libhunspell-1.7-0:amd64 (1.7.0-4) ...
Setting up glib-networking-common (2.70.0-1) ...
Setting up sharutils (1:4.15.2-5) ...
Setting up libbinutils:amd64 (2.37-7) ...
Setting up liburing2:amd64 (2.1-2) ...
Setting up vim-runtime (2:8.2.3565-1) ...
Setting up dbus-system-bus-common (1.12.20-3) ...
Setting up node-caseless (0.12.1-2) ...
Setting up libfido2-1:amd64 (1.8.0-1) ...
Setting up libisl23:amd64 (0.24-2) ...
Setting up libc-dev-bin (2.32-4) ...
Setting up containerd (1.5.8~ds1-2) ...
Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
Setting up transmission-common (3.00-1) ...
Setting up android-libbase (1:10.0.0+r36-7) ...
Setting up golang-src (2:1.17~1) ...
Setting up libbsd0:amd64 (0.11.3-1) ...
Setting up libelf1:amd64 (0.186-1) ...
Setting up easy-rsa (3.0.8-1) ...
Setting up iputils-ping (3:20210202-1) ...
Setting up libjson-c5:amd64 (0.15-2) ...
Setting up ruby-xmlrpc (0.3.2-1) ...
Setting up libxml2:amd64 (2.9.12+dfsg-5+b1) ...
Setting up tmux (3.2a-4+b1) ...
Setting up xdg-utils (1.1.3-4.1) ...
update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode
Setting up node-color-convert (2.0.1-1) ...
Setting up libcc1-0:amd64 (11.2.0-10) ...
Setting up dbus-bin (1.12.20-3) ...
Setting up libonig5:amd64 (6.9.7.1-2) ...
Setting up liblocale-gettext-perl (1.07-4+b1) ...
Setting up libbrotli-dev:amd64 (1.0.9-2+b3) ...
Setting up libpolkit-gobject-1-0:amd64 (0.105-31) ...
Setting up libsecret-common (0.20.4-2) ...
Setting up liblsan0:amd64 (11.2.0-10) ...
Setting up libprocps8:amd64 (2:3.3.17-5) ...
Setting up iputils-tracepath (3:20210202-1) ...
update-alternatives: using /usr/bin/traceroute6.iputils to provide /usr/bin/traceroute6 (traceroute6) in auto mode
Setting up libitm1:amd64 (11.2.0-10) ...
Setting up node-isarray (2.0.5-3) ...
Setting up terraform (1.0.11) ...
Setting up libkmod2:amd64 (29-1) ...
Setting up libpython3.9-stdlib:amd64 (3.9.9-1) ...
Setting up libpython3-stdlib:amd64 (3.9.7-1) ...
Setting up libmalcontent-0-0:amd64 (0.10.3-1) ...
Setting up libgdbm6:amd64 (1.22-1) ...
Setting up libjs-underscore (1.9.1~dfsg-4) ...
Setting up libpopt0:amd64 (1.18-3) ...
Setting up signify-openbsd (30-2) ...
Setting up libjs-is-typedarray (1.0.0-4) ...
Setting up terragrunt (0.35.13-1) ...
Setting up node-lowercase-keys (2.0.0-2) ...
Setting up libaprutil1:amd64 (1.6.1-5) ...
Setting up node-decompress-response (6.0.0-2) ...
Setting up libtsan0:amd64 (11.2.0-10) ...
Setting up node-process-nextick-args (2.0.1-1) ...
Setting up node-has-unicode (2.0.1-4) ...
Setting up libctf0:amd64 (2.37-7) ...
Setting up x11proto-dev (2021.5-1) ...
Setting up libuv1-dev:amd64 (1.42.0-1) ...
Setting up cpp-11 (11.2.0-10) ...
Setting up glib-networking-services (2.70.0-1) ...
Setting up fuse (2.9.9-5) ...
Setting up node-readable-stream (3.6.0+~cs3.0.0-1) ...
Setting up php-common (2:76) ...
Created symlink /etc/systemd/system/timers.target.wants/phpsessionclean.timer → /lib/systemd/system/phpsessionclean.timer.
Setting up libice6:amd64 (2:1.0.10-1) ...
Setting up libdw1:amd64 (0.186-1) ...
Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
Setting up tcl8.6 (8.6.12+dfsg-1) ...
Setting up node-promise-retry (2.0.1-1) ...
Setting up libxcb1:amd64 (1.14-3) ...
Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3) ...
Setting up hugo (0.82.1-1) ...
Setting up telnet (0.17-42) ...
update-alternatives: using /usr/bin/telnet.netkit to provide /usr/bin/telnet (telnet) in auto mode
Setting up libxau-dev:amd64 (1:1.0.9-1) ...
Setting up android-libcutils (1:10.0.0+r36-7) ...
Setting up protobuf-compiler (3.12.4-1+b2) ...
Setting up libiso9660-11:amd64 (2.1.0-3) ...
Setting up node-once (1.4.0-4) ...
Setting up libyaml-dev:amd64 (0.2.2-1) ...
Setting up libice-dev:amd64 (2:1.0.10-1) ...
Setting up bind9-libs:amd64 (1:9.17.19-3) ...
Setting up dictionaries-common (1.28.12) ...
Setting up at (3.1.23-1.1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/atd.service → /lib/systemd/system/atd.service.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libarchive13:amd64 (3.4.3-2+b1) ...
Setting up golang-go:amd64 (2:1.17~1) ...
Setting up libxcb-render0:amd64 (1.14-3) ...
Setting up node-resolve (1.20.0+~cs5.27.9-1) ...
Setting up libedit2:amd64 (3.1-20210910-1) ...
Setting up php-psr-container (1.1.2-1) ...
Setting up netcat-openbsd (1.218-2) ...
update-alternatives: using /bin/nc.openbsd to provide /bin/nc (nc) in auto mode
Setting up libserf-1-1:amd64 (1.3.9-10) ...
Setting up libavahi-common3:amd64 (0.8-5) ...
Setting up tcl-expect:amd64 (5.45.4-2+b1) ...
Setting up libglib2.0-bin (2.70.1-1) ...
Setting up php-symfony-service-contracts (1.1.10-2) ...
Setting up android-libadb (1:10.0.0+r36-7) ...
Setting up libnftnl11:amd64 (1.2.1-1) ...
Setting up libpq-dev (14.1-1) ...
Setting up libcurl3-gnutls:amd64 (7.79.1-2) ...
Setting up mythes-en-us (1:7.2.0-2) ...
Setting up libnss3:amd64 (2:3.72-2) ...
Setting up libxcb-shm0:amd64 (1.14-3) ...
Setting up dbus-daemon (1.12.20-3) ...
Setting up libcurl4-gnutls-dev:amd64 (7.79.1-2) ...
Setting up entr (5.0-1) ...
Setting up hyphen-en-us (2.8.8-7) ...
Setting up adb (1:10.0.0+r36-7) ...
Setting up node-fancy-log (1.3.3+~cs1.3.1-1) ...
Setting up libnode72:amd64 (12.22.7~dfsg-2) ...
Setting up libjson-glib-1.0-0:amd64 (1.6.6-1) ...
Setting up unison (2.51.3+1) ...
Setting up php-composer-ca-bundle (1.3.1-1) ...
Setting up libxdmcp-dev:amd64 (1:1.1.2-3) ...
Setting up libsecret-1-0:amd64 (0.20.4-2) ...
Setting up hunspell-he (1:7.2.0-2) ...
Setting up libpython3.9:amd64 (3.9.9-1) ...
Setting up libvcdinfo0:amd64 (2.0.1+dfsg-5) ...
Setting up golang-1.17 (1.17.3-1) ...
Setting up w3m (0.5.3+git20210102-6) ...
Setting up libfreetype6:amd64 (2.11.0+dfsg-1) ...
Setting up node-ansi-styles (4.3.0+~4.2.0-1) ...
Setting up php-symfony-process (4.4.19+dfsg-2) ...
Setting up vcdimager (2.0.1+dfsg-5) ...
Setting up redis-tools (5:6.0.16-1) ...
Setting up dbus (1.12.20-3) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up shared-mime-info (2.0-1) ...
Setting up php-symfony-filesystem (4.4.19+dfsg-2) ...
Setting up mariadb-client-core-10.5 (1:10.5.12-1) ...
Setting up ftp (0.17-35) ...
update-alternatives: using /usr/bin/netkit-ftp to provide /usr/bin/ftp (ftp) in auto mode
Setting up plocate (1.1.13-1+b1) ...
update-alternatives: using /usr/bin/plocate to provide /usr/bin/locate (locate) in auto mode
Adding group `plocate' (GID 103) ...
Done.
Created symlink /etc/systemd/system/timers.target.wants/plocate-updatedb.timer → /lib/systemd/system/plocate-updatedb.timer.
Setting up libgdbm-compat4:amd64 (1.22-1) ...
Setting up ucf (3.0043) ...
Setting up gir1.2-glib-2.0:amd64 (1.70.0-2) ...
Setting up aspell (0.60.8-4) ...
Setting up libperl5.32:amd64 (5.32.1-6) ...
Setting up libjs-sphinxdoc (4.2.0-5) ...
Setting up php-react-promise (2.7.0-2) ...
Setting up php-psr-log (1.1.3-2) ...
Setting up node-is-typedarray (1.0.0-4) ...
Setting up libgcc-11-dev:amd64 (11.2.0-10) ...
Setting up libsecret-tools (0.20.4-2) ...
Setting up php-symfony-polyfill-php80 (1.23.1-1) ...
Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
Setting up groff-base (1.22.4-7) ...
Setting up cpp (4:11.2.0-2) ...
Setting up procps (2:3.3.17-5) ...
Setting up php-composer-metadata-minifier (1.0.0-2) ...
Setting up aspell-he (1.0-0-8.1) ...
Setting up libcurl4:amd64 (7.79.1-2) ...
Setting up php-composer-semver (3.2.6-1) ...
Setting up libpolkit-agent-1-0:amd64 (0.105-31) ...
Setting up libc6-dev:amd64 (2.32-4) ...
Setting up libx11-6:amd64 (2:1.7.2-2+b1) ...
Setting up libharfbuzz0b:amd64 (2.7.4-1) ...
Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.6+dfsg-2) ...
Setting up libavahi-glib1:amd64 (0.8-5) ...
Setting up mlocate (1.1.13-1) ...
dpkg-statoverride: warning: no override present
Setting up curl (7.79.1-2) ...
Setting up libbpf0:amd64 (1:0.5.0-1) ...
Setting up php-composer-spdx-licenses (1.5.6-1) ...
Setting up libsvn1:amd64 (1.14.1-3+b2) ...
Setting up reprepro (5.3.0-1.2) ...
Setting up golang-doc (2:1.17~1) ...
Setting up bind9-host (1:9.17.19-3) ...
Setting up libsm6:amd64 (2:1.2.3-1) ...
Setting up libavahi-client3:amd64 (0.8-5) ...
Setting up node-slice-ansi (5.0.0+~4.0.0-4) ...
Setting up python3.9 (3.9.9-1) ...
Setting up rsync (3.2.3-8) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up apache2-utils (2.4.51-2) ...
Setting up binutils-x86-64-linux-gnu (2.37-7) ...
Setting up php-symfony-finder (4.4.19+dfsg-2) ...
Setting up libarchive-tools (3.4.3-2+b1) ...
Setting up golang:amd64 (2:1.17~1) ...
Setting up libx11-xcb1:amd64 (2:1.7.2-2+b1) ...
Setting up php-composer-xdebug-handler (2.0.2-1) ...
Setting up gir1.2-freedesktop:amd64 (1.70.0-2) ...
Setting up libxcb1-dev:amd64 (1.14-3) ...
Setting up php7.4-common (7.4.21-1+deb11u1+b2) ...

Creating config file /etc/php/7.4/mods-available/calendar.ini with new version

Creating config file /etc/php/7.4/mods-available/ctype.ini with new version

Creating config file /etc/php/7.4/mods-available/exif.ini with new version

Creating config file /etc/php/7.4/mods-available/fileinfo.ini with new version

Creating config file /etc/php/7.4/mods-available/ffi.ini with new version

Creating config file /etc/php/7.4/mods-available/ftp.ini with new version

Creating config file /etc/php/7.4/mods-available/gettext.ini with new version

Creating config file /etc/php/7.4/mods-available/iconv.ini with new version

Creating config file /etc/php/7.4/mods-available/pdo.ini with new version

Creating config file /etc/php/7.4/mods-available/phar.ini with new version

Creating config file /etc/php/7.4/mods-available/posix.ini with new version

Creating config file /etc/php/7.4/mods-available/shmop.ini with new version

Creating config file /etc/php/7.4/mods-available/sockets.ini with new version

Creating config file /etc/php/7.4/mods-available/sysvmsg.ini with new version

Creating config file /etc/php/7.4/mods-available/sysvsem.ini with new version

Creating config file /etc/php/7.4/mods-available/sysvshm.ini with new version

Creating config file /etc/php/7.4/mods-available/tokenizer.ini with new version
Setting up node-end-of-stream (1.4.4+~1.4.1-1) ...
Setting up libpcre2-dev:amd64 (10.39-3) ...
Setting up node-pump (3.0.0-5) ...
Setting up libxrender1:amd64 (1:0.9.10-1) ...
Setting up libnode-dev (12.22.7~dfsg-2) ...
Setting up hunspell (1.7.0-4) ...
Setting up libsm-dev:amd64 (2:1.2.3-1) ...
Setting up libselinux1-dev:amd64 (3.3-1+b1) ...
Setting up libpcre3-dev:amd64 (2:8.39-13) ...
Setting up iptables (1.8.7-1) ...
update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
Setting up fontconfig-config (2.13.1-4.2) ...
Setting up iproute2 (5.15.0-1) ...
Setting up openssh-client (1:8.7p1-2) ...
Setting up expect (5.45.4-2+b1) ...
Setting up subversion (1.14.1-3+b2) ...
Setting up libx11-dev:amd64 (2:1.7.2-2+b1) ...
Setting up libxext6:amd64 (2:1.3.4-1) ...
Setting up php7.4-readline (7.4.21-1+deb11u1+b2) ...

Creating config file /etc/php/7.4/mods-available/readline.ini with new version
Setting up php7.4-mbstring (7.4.21-1+deb11u1+b2) ...

Creating config file /etc/php/7.4/mods-available/mbstring.ini with new version
Setting up python3 (3.9.7-1) ...
Setting up binutils (2.37-7) ...
Setting up php-mbstring (2:7.4+76) ...
Setting up nodejs (12.22.7~dfsg-2) ...
update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode
Setting up man-db (2.9.4-2) ...
Building database of manual pages ...
Created symlink /etc/systemd/system/timers.target.wants/man-db.timer → /lib/systemd/system/man-db.timer.
Setting up python3-markupsafe (2.0.1-2+b1) ...
Setting up python3-wheel (0.34.2-1) ...
Setting up transmission-cli (3.00-1+b1) ...
Setting up node-clone (2.1.2-3) ...
Setting up node-iferr (1.0.2-3) ...
Setting up node-has-flag (4.0.0-1) ...
Setting up python3-six (1.16.0-2) ...
Setting up node-asap (2.0.6-4) ...
Setting up node-mime (2.5.0+dfsg+~cs3.90.0-1) ...
Setting up libxcb-shm0-dev:amd64 (1.14-3) ...
Setting up node-iconv-lite (0.6.3-1) ...
Setting up perl (5.32.1-6) ...
Setting up node-promise-inflight (1.0.1-1.1) ...
Setting up libsasl2-dev (2.1.27+dfsg2-2) ...
Setting up python3-configobj (5.0.6-5) ...
Setting up ipcalc (0.42-2) ...
Setting up libexpat1-dev:amd64 (2.4.1-3) ...
Setting up node-har-schema (2.0.0-5) ...
Setting up node-mime-types (2.1.33-1) ...
Setting up node-performance-now (2.1.0+debian-1.1) ...
Setting up python3-certifi (2020.6.20-1) ...
Setting up containernetworking-plugins (0.9.1+ds1-1) ...
Setting up uuid-dev:amd64 (2.37.2-4) ...
Setting up libnotify4:amd64 (0.7.9-3) ...
Setting up krb5-config (2.6+nmu1) ...
Setting up node-get-stream (6.0.0-1) ...
Setting up node-strip-ansi (6.0.1-1) ...
Setting up node-tunnel-agent (0.6.1-2) ...
Setting up libio-html-perl (1.004-2) ...
Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
Setting up libimlib2:amd64 (1.7.4-1) ...
Setting up node-signal-exit (3.0.3-1) ...
Setting up libxcb-render0-dev:amd64 (1.14-3) ...
Setting up node-which (2.0.2+~cs1.3.2-2) ...
Setting up node-typedarray-to-buffer (4.0.0-2) ...
Setting up libdpkg-perl (1.20.9) ...
Setting up python3-urllib3 (1.26.5-1~exp1) ...
Setting up node-ip (1.1.5-5) ...
Setting up node-quick-lru (1.1.0-2) ...
Setting up node-punycode (2.1.1-5) ...
Setting up libtimedate-perl (2.3300-2) ...
Setting up libxext-dev:amd64 (2:1.3.4-1) ...
Setting up libnotify-bin (0.7.9-3) ...
Setting up libstdc++-11-dev:amd64 (11.2.0-10) ...
Setting up libcups2:amd64 (2.3.3op2-7) ...
Setting up node-defaults (1.0.3-2) ...
Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2) ...
Setting up python3-patiencediff (0.2.1-1+b2) ...
Setting up node-mute-stream (0.0.8-2) ...
Setting up swaks (20201014.0-1) ...
Setting up mariadb-client-10.5 (1:10.5.12-1) ...
Setting up gcc-11 (11.2.0-10) ...
Setting up node-graceful-fs (4.2.4+repack-1) ...
Setting up node-inflight (1.0.6-1.1) ...
Setting up dbus-x11 (1.12.20-3) ...
Setting up python3-dulwich (0.20.25-1+b2) ...
Setting up node-jsonify (0.0.0-1.1) ...
Setting up w3m-img (0.5.3+git20210102-6) ...
Setting up node-json-stable-stringify (1.0.1+~cs5.2.33-1) ...
Setting up node-aproba (2.0.0-2) ...
Setting up google-cloud-sdk (365.0.1-0) ...
Setting up cmake (3.22.0-1) ...
Setting up node-ip-regex (4.3.0-1) ...
Setting up node-spdx-license-ids (3.0.7-1) ...
Setting up php7.4-opcache (7.4.21-1+deb11u1+b2) ...

Creating config file /etc/php/7.4/mods-available/opcache.ini with new version
Setting up libsub-quote-perl (2.006006-1) ...
Setting up node-mkdirp (1.0.4+~1.0.2-1) ...
Setting up node-run-queue (2.0.0-2) ...
Setting up node-uri-js (4.4.0+dfsg-7) ...
Setting up libfontconfig1:amd64 (2.13.1-4.2) ...
Setting up node-minimatch (3.0.4+~3.0.3-1) ...
Setting up bind9-dnsutils (1:9.17.19-3) ...
Setting up node-opener (1.5.2-1) ...
Setting up node-archy (1.0.0-4) ...
Setting up libfile-dirlist-perl (0.05-2) ...
Setting up node-imurmurhash (0.1.4-1.1) ...
Setting up node-encoding (0.1.13-1) ...
Setting up node-read (1.0.7-2) ...
Setting up python3-lib2to3 (3.9.9-2) ...
Setting up mailcap (3.70) ...
Setting up libxrender-dev:amd64 (1:0.9.10-1) ...
Setting up node-asn1 (0.2.3-2) ...
Setting up liburi-perl (5.10-1) ...
Setting up libfile-touch-perl (0.12-1) ...
Setting up node-osenv (0.1.5-3) ...
Setting up python3-mako (1.1.3+ds1-2) ...
Setting up node-ms (2.1.3+~cs0.7.31-2) ...
Setting up node-fs-write-stream-atomic (1.0.10-4) ...
Setting up libnet-ssleay-perl:amd64 (1.90-1) ...
Setting up python3-pkg-resources (58.2.0-1) ...
Setting up default-mysql-client (1.0.7) ...
Setting up node-forever-agent (0.6.1-2) ...
Setting up python3-distutils (3.9.9-2) ...
Setting up postgresql-client-common (232) ...
Setting up node-delayed-stream (1.0.0-4) ...
Setting up node-builtins (1.0.3-2) ...
Setting up python3-more-itertools (8.10.0-2) ...
Setting up libglib2.0-dev-bin (2.70.1-1) ...
Setting up node-colors (1.4.0-3) ...
Setting up libblkid-dev:amd64 (2.37.2-4) ...
Setting up node-ssri (8.0.1-2) ...
Setting up openssh-sftp-server (1:8.7p1-2) ...
Setting up libhttp-date-perl (6.05-1) ...
Setting up node-object-assign (4.1.1-6) ...
Setting up libfile-which-perl (1.23-1) ...
Setting up node-lru-cache (5.1.1-8) ...
Setting up php-symfony-console (4.4.19+dfsg-2) ...
Setting up node-abbrev (1.1.1-3) ...
Setting up php7.4-json (7.4.21-1+deb11u1+b2) ...

Creating config file /etc/php/7.4/mods-available/json.ini with new version
Setting up node-supports-color (8.1.1+~8.1.1-1) ...
Setting up libfile-listing-perl (6.14-1) ...
Setting up mime-support (3.66) ...
Setting up node-define-properties (1.1.3-3) ...
Setting up python3-setuptools (58.2.0-1) ...
Setting up mariadb-client (1:10.5.12-1) ...
Setting up openssh-server (1:8.7p1-2) ...

Creating config file /etc/ssh/sshd_config with new version
Creating SSH2 RSA key; this may take some time ...
3072 SHA256:+zPUnfCUqjIOuH316IKeqPG0zG3/a7wiMfsHSIw1+OE root@715878ff5f98 (RSA)
Creating SSH2 ECDSA key; this may take some time ...
256 SHA256:jZx0QWhyjslOteYUsefM9UdXti8p4RC7TkFyV3bP2w4 root@715878ff5f98 (ECDSA)
Creating SSH2 ED25519 key; this may take some time ...
256 SHA256:H/a606UyCOEVRR2qvA5r3+vZ1LCwu2TvUYczTtHzQs0 root@715878ff5f98 (ED25519)
Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service.
Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up node-write-file-atomic (3.0.3+~3.0.2-1) ...
Setting up node-psl (1.8.0+ds-5) ...
Setting up libdynaloader-functions-perl (0.003-1.1) ...
Setting up node-slash (3.0.0-1) ...
Setting up libclass-method-modifiers-perl (2.13-1) ...
Setting up mercurial-common (5.9.3-1) ...
Setting up libio-pty-perl (1:1.15-2) ...
Setting up g++-11 (11.2.0-10) ...
Setting up node-concat-map (0.0.1-5) ...
Setting up node-assert-plus (1.0.0-3) ...
Setting up node-ansistyles (0.1.3-4) ...
Setting up node-delegates (1.0.0-2) ...
Setting up libhtml-tagset-perl (3.20-4) ...
Setting up node-jsonparse (1.3.1-8) ...
Setting up node-ajv (6.12.6-3) ...
Setting up liblwp-mediatypes-perl (6.04-1) ...
Setting up libpng-dev:amd64 (1.6.37-3) ...
Setting up node-tweetnacl (1.0.3+dfsg-2) ...
Setting up node-escape-string-regexp (4.0.0-1) ...
Setting up node-are-we-there-yet (1.1.5-2) ...
Setting up libtry-tiny-perl (0.30-1) ...
Setting up node-negotiator (0.6.2-1) ...
Setting up python3-fastimport (0.9.8-5) ...
Setting up libnet-http-perl (6.21-1) ...
Setting up meson (0.60.1-1) ...
Setting up libpython3.9-dev:amd64 (3.9.9-1) ...
Setting up node-json-buffer (3.0.1-1) ...
Setting up python3-breezy (3.1.0-8) ...
Setting up libencode-locale-perl (1.05-1.1) ...
Setting up node-console-control-strings (1.1.0-2) ...
Setting up rename (1.30-1) ...
update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
Setting up dconf-service (0.40.0-2) ...
Setting up node-debug (4.3.2+~cs4.1.7-1) ...
Setting up php7.4-cli (7.4.21-1+deb11u1+b2) ...
update-alternatives: using /usr/bin/php7.4 to provide /usr/bin/php (php) in auto mode
update-alternatives: using /usr/bin/phar7.4 to provide /usr/bin/phar (phar) in auto mode
update-alternatives: using /usr/bin/phar.phar7.4 to provide /usr/bin/phar.phar (phar.phar) in auto mode

Creating config file /etc/php/7.4/cli/php.ini with new version
Setting up node-events (3.3.0+~3.0.0-1) ...
Setting up dnsutils (1:9.17.19-3) ...
Setting up node-extend (3.0.2-1) ...
Setting up python3-zipp (1.0.0-3) ...
Setting up postgresql-client-14 (14.1-1) ...
update-alternatives: using /usr/share/postgresql/14/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode
Setting up libdevel-callchecker-perl (0.008-1+b2) ...
Setting up libcairo2:amd64 (1.16.0-5) ...
Setting up gcc (4:11.2.0-2) ...
Setting up node-dashdash (2.0.0-2) ...
Setting up dpkg-dev (1.20.9) ...
Setting up brz (3.1.0-8) ...
update-alternatives: using /usr/bin/brz to provide /usr/bin/bzr (bzr) in auto mode
Setting up node-p-map (4.0.0+~3.1.0+~3.0.1-1) ...
Setting up libfreetype-dev:amd64 (2.11.0+dfsg-1) ...
Setting up node-validate-npm-package-name (3.0.0-2) ...
Setting up libprotobuf-dev:amd64 (3.12.4-1+b2) ...
Setting up node-promzard (0.3.0-1.1) ...
Setting up liberror-perl (0.17029-1) ...
Setting up node-wcwidth.js (1.0.2-1) ...
Setting up patchutils (0.4.2-1) ...
Setting up bzr (2.7.0+bzr6622+brz) ...
Setting up node-combined-stream (1.0.8-1) ...
Setting up node-unique-filename (1.1.1+ds-1) ...
Setting up node-glob (7.1.7+~cs7.5.19-2) ...
Setting up node-got (11.8.2+~cs58.7.32-2) ...
Setting up pkg-config (0.29.2-1) ...
Setting up node-chalk (4.1.2-1) ...
Setting up node-spdx-expression-parse (3.0.1+~3.0.1-1) ...
Setting up libipc-run-perl (20200505.0-1) ...
Setting up git (1:2.33.0-1) ...
Setting up python3-pip (20.3.4-4) ...
Setting up libmariadb-dev (1:10.5.12-1) ...
Setting up libwww-robotrules-perl (6.02-1) ...
Setting up php-cli (2:7.4+76) ...
update-alternatives: using /usr/bin/php.default to provide /usr/bin/php (php) in auto mode
update-alternatives: using /usr/bin/phar.default to provide /usr/bin/phar (phar) in auto mode
update-alternatives: using /usr/bin/phar.phar.default to provide /usr/bin/phar.phar (phar.phar) in auto mode
Setting up g++ (4:11.2.0-2) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up python3.9-dev (3.9.9-1) ...
Setting up node-tar (6.1.11+~cs11.3.10-1) ...
Setting up libhtml-parser-perl:amd64 (3.76-1) ...
Setting up node-hosted-git-info (4.0.2-1) ...
Setting up librole-tiny-perl (2.002004-1) ...
Setting up build-essential (12.9) ...
Setting up libcairo-gobject2:amd64 (1.16.0-5) ...
Setting up python3.9-venv (3.9.9-1) ...
Setting up php-json-schema (5.2.11-1) ...
Setting up node-verror (1.10.0-2) ...
Setting up node-getpass (0.1.7-2) ...
Setting up libfile-homedir-perl (1.006-1) ...
Setting up node-nopt (5.0.0-1) ...
Setting up libmount-dev:amd64 (2.37.2-4) ...
Setting up node-debbundle-es-to-primitive (1.2.1+~cs9.7.15-2) ...
Setting up libio-socket-ssl-perl (2.072-1) ...
Setting up node-rimraf (3.0.2-1) ...
Setting up node-string-width (4.2.3+~9.2.2-1) ...
Setting up libhttp-message-perl (6.35-1) ...
Setting up node-semver (7.3.5+~7.3.8-1) ...
Setting up gyp (0.1+20210831gitd6c5dd5-1) ...
Setting up libcairo-script-interpreter2:amd64 (1.16.0-5) ...
Setting up node-har-validator (5.1.5-2) ...
Setting up libhttp-negotiate-perl (6.01-1) ...
Setting up node-bcrypt-pbkdf (1.0.2-2) ...
Setting up libpython3-dev:amd64 (3.9.7-1) ...
Setting up python3-importlib-metadata (4.6.4-1) ...
Setting up postgresql-client (14+232) ...
Setting up mercurial (5.9.3-1+b1) ...

Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version
Setting up dconf-gsettings-backend:amd64 (0.40.0-2) ...
Setting up node-columnify (1.5.4-3) ...
Setting up libhttp-cookies-perl (6.10-1) ...
Setting up node-jsprim (2.0.1-1) ...
Setting up jsonlint (1.8.3-2) ...
Setting up node-copy-concurrently (1.0.5-8) ...
Setting up libhtml-tree-perl (5.07-2) ...
Setting up libparams-classify-perl (0.015-1+b3) ...
Setting up node-move-concurrently (1.0.1-4) ...
Setting up node-agent-base (6.0.2+~cs5.4.1-3) ...
Setting up libfreetype6-dev:amd64 (2.11.0+dfsg-1) ...
Setting up node-spdx-correct (3.1.1-1) ...
Setting up python3-venv (3.9.7-1) ...
Setting up libglib2.0-dev:amd64 (2.70.1-1) ...
Setting up libdbus-1-dev:amd64 (1.12.20-3) ...
Setting up libmodule-runtime-perl (0.016-1) ...
Setting up python3-dev (3.9.7-1) ...
Setting up python3-markdown (3.3.6-1) ...
Setting up composer (2.1.12-1) ...
Setting up node-wide-align (1.1.3-3) ...
Setting up node-npm-package-arg (8.1.5-1) ...
Setting up node-https-proxy-agent (5.0.0+~cs8.0.0-2) ...
Setting up node-sshpk (1.16.1+dfsg1-1) ...
Setting up gsettings-desktop-schemas (41.0-2) ...
Setting up node-validate-npm-package-license (3.0.4-1) ...
Setting up node-cacache (15.0.5+~cs13.9.21-3) ...
Setting up libfontconfig-dev:amd64 (2.13.1-4.2) ...
Setting up libimport-into-perl (1.002005-1) ...
Setting up libmoo-perl (2.005004-2) ...
Setting up gobject-introspection (1.70.0-2) ...
Setting up node-http-signature (1.3.5-1) ...
Setting up node-gauge (4.0.0-1) ...
Setting up libgirepository1.0-dev:amd64 (1.70.0-2) ...
Setting up node-normalize-package-data (3.0.3+~2.4.1-1) ...
Setting up libcairo2-dev:amd64 (1.16.0-5) ...
Setting up glib-networking:amd64 (2.70.0-1) ...
Setting up node-npmlog (6.0.0+~4.1.3-1) ...
Setting up libfontconfig1-dev:amd64 (2.13.1-4.2) ...
Setting up libsoup2.4-1:amd64 (2.74.1-1) ...
Setting up libappstream-glib8:amd64 (0.7.18-2) ...
Setting up node-read-package-json (4.1.1-1) ...
Setting up libostree-1-1:amd64 (2021.5-1) ...
Setting up ostree (2021.5-1) ...
Setting up gir1.2-ostree-1.0:amd64 (2021.5-1) ...
Setting up flatpak (1.12.2-1) ...
Setting up libflatpak0:amd64 (1.12.2-1) ...
Setting up node-gyp (7.1.2-5) ...
Setting up gir1.2-flatpak-1.0:amd64 (1.12.2-1) ...
Setting up flatpak-builder (1.2.0-1) ...
Setting up default-jre-headless (2:1.11-72) ...
Setting up libwww-perl (6.58-1) ...
Setting up openjdk-11-jre-headless:amd64 (11.0.13+8-1) ...
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/java to provide /usr/bin/java (java) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode
Setting up ruby2.7 (2.7.4-1+b1) ...
Setting up tasksel (3.68) ...
Setting up openjdk-11-jdk-headless:amd64 (11.0.13+8-1) ...
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jdeprscan to provide /usr/bin/jdeprscan (jdeprscan) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jfr to provide /usr/bin/jfr (jfr) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jimage to provide /usr/bin/jimage (jimage) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jlink to provide /usr/bin/jlink (jlink) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jmod to provide /usr/bin/jmod (jmod) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jshell to provide /usr/bin/jshell (jshell) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jaotc to provide /usr/bin/jaotc (jaotc) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jhsdb to provide /usr/bin/jhsdb (jhsdb) in auto mode
Setting up ruby (1:2.7.6) ...
Setting up task-ssh-server (3.68) ...
Setting up default-jdk-headless (2:1.11-72) ...
Setting up devscripts (2.21.4) ...
Setting up task-hebrew (3.68) ...
Setting up rake (13.0.3-1) ...
Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
Setting up tasksel-data (3.68) ...
Setting up dmsetup (2:1.02.175-2.1) ...
Setting up ruby-mime-types-data (3.2015.1120-1.1) ...
Setting up libcryptsetup12:amd64 (2:2.4.2-1) ...
Setting up ca-certificates-java (20190909) ...
head: cannot open '/etc/ssl/certs/java/cacerts' for reading: No such file or directory
Adding debian:ACCVRAIZ1.pem
Adding debian:AC_RAIZ_FNMT-RCM.pem
Adding debian:Actalis_Authentication_Root_CA.pem
Adding debian:AffirmTrust_Commercial.pem
Adding debian:AffirmTrust_Networking.pem
Adding debian:AffirmTrust_Premium.pem
Adding debian:AffirmTrust_Premium_ECC.pem
Adding debian:Amazon_Root_CA_1.pem
Adding debian:Amazon_Root_CA_2.pem
Adding debian:Amazon_Root_CA_3.pem
Adding debian:Amazon_Root_CA_4.pem
Adding debian:Atos_TrustedRoot_2011.pem
Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
Adding debian:Baltimore_CyberTrust_Root.pem
Adding debian:Buypass_Class_2_Root_CA.pem
Adding debian:Buypass_Class_3_Root_CA.pem
Adding debian:CA_Disig_Root_R2.pem
Adding debian:CFCA_EV_ROOT.pem
Adding debian:COMODO_Certification_Authority.pem
Adding debian:COMODO_ECC_Certification_Authority.pem
Adding debian:COMODO_RSA_Certification_Authority.pem
Adding debian:Certigna.pem
Adding debian:Certigna_Root_CA.pem
Adding debian:Certum_Trusted_Network_CA.pem
Adding debian:Certum_Trusted_Network_CA_2.pem
Adding debian:Chambers_of_Commerce_Root_-_2008.pem
Adding debian:Comodo_AAA_Services_root.pem
Adding debian:Cybertrust_Global_Root.pem
Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem
Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem
Adding debian:DST_Root_CA_X3.pem
Adding debian:DigiCert_Assured_ID_Root_CA.pem
Adding debian:DigiCert_Assured_ID_Root_G2.pem
Adding debian:DigiCert_Assured_ID_Root_G3.pem
Adding debian:DigiCert_Global_Root_CA.pem
Adding debian:DigiCert_Global_Root_G2.pem
Adding debian:DigiCert_Global_Root_G3.pem
Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem
Adding debian:DigiCert_Trusted_Root_G4.pem
Adding debian:E-Tugra_Certification_Authority.pem
Adding debian:EC-ACC.pem
Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem
Adding debian:Entrust_Root_Certification_Authority.pem
Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem
Adding debian:Entrust_Root_Certification_Authority_-_G2.pem
Adding debian:Entrust_Root_Certification_Authority_-_G4.pem
Adding debian:GDCA_TrustAUTH_R5_ROOT.pem
Adding debian:GTS_Root_R1.pem
Adding debian:GTS_Root_R2.pem
Adding debian:GTS_Root_R3.pem
Adding debian:GTS_Root_R4.pem
Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem
Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem
Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem
Adding debian:GlobalSign_Root_CA.pem
Adding debian:GlobalSign_Root_CA_-_R2.pem
Adding debian:GlobalSign_Root_CA_-_R3.pem
Adding debian:GlobalSign_Root_CA_-_R6.pem
Adding debian:Global_Chambersign_Root_-_2008.pem
Adding debian:Go_Daddy_Class_2_CA.pem
Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem
Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem
Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
Adding debian:Hongkong_Post_Root_CA_1.pem
Adding debian:Hongkong_Post_Root_CA_3.pem
Adding debian:ISRG_Root_X1.pem
Adding debian:IdenTrust_Commercial_Root_CA_1.pem
Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem
Adding debian:Izenpe.com.pem
Adding debian:Microsec_e-Szigno_Root_CA_2009.pem
Adding debian:Microsoft_ECC_Root_Certificate_Authority_2017.pem
Adding debian:Microsoft_RSA_Root_Certificate_Authority_2017.pem
Adding debian:NAVER_Global_Root_Certification_Authority.pem
Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem
Adding debian:Network_Solutions_Certificate_Authority.pem
Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem
Adding debian:OISTE_WISeKey_Global_Root_GC_CA.pem
Adding debian:QuoVadis_Root_CA.pem
Adding debian:QuoVadis_Root_CA_1_G3.pem
Adding debian:QuoVadis_Root_CA_2.pem
Adding debian:QuoVadis_Root_CA_2_G3.pem
Adding debian:QuoVadis_Root_CA_3.pem
Adding debian:QuoVadis_Root_CA_3_G3.pem
Adding debian:SSL.com_EV_Root_Certification_Authority_ECC.pem
Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem
Adding debian:SSL.com_Root_Certification_Authority_ECC.pem
Adding debian:SSL.com_Root_Certification_Authority_RSA.pem
Adding debian:SZAFIR_ROOT_CA2.pem
Adding debian:SecureSign_RootCA11.pem
Adding debian:SecureTrust_CA.pem
Adding debian:Secure_Global_CA.pem
Adding debian:Security_Communication_RootCA2.pem
Adding debian:Security_Communication_Root_CA.pem
Adding debian:Sonera_Class_2_Root_CA.pem
Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem
Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem
Adding debian:Starfield_Class_2_CA.pem
Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem
Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem
Adding debian:SwissSign_Gold_CA_-_G2.pem
Adding debian:SwissSign_Silver_CA_-_G2.pem
Adding debian:T-TeleSec_GlobalRoot_Class_2.pem
Adding debian:T-TeleSec_GlobalRoot_Class_3.pem
Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem
Adding debian:TWCA_Global_Root_CA.pem
Adding debian:TWCA_Root_Certification_Authority.pem
Adding debian:TeliaSonera_Root_CA_v1.pem
Adding debian:TrustCor_ECA-1.pem
Adding debian:TrustCor_RootCert_CA-1.pem
Adding debian:TrustCor_RootCert_CA-2.pem
Adding debian:Trustis_FPS_Root_CA.pem
Adding debian:Trustwave_Global_Certification_Authority.pem
Adding debian:Trustwave_Global_ECC_P256_Certification_Authority.pem
Adding debian:Trustwave_Global_ECC_P384_Certification_Authority.pem
Adding debian:UCA_Extended_Validation_Root.pem
Adding debian:UCA_Global_G2_Root.pem
Adding debian:USERTrust_ECC_Certification_Authority.pem
Adding debian:USERTrust_RSA_Certification_Authority.pem
Adding debian:VeriSign_Universal_Root_Certification_Authority.pem
Adding debian:XRamp_Global_CA_Root.pem
Adding debian:certSIGN_ROOT_CA.pem
Adding debian:certSIGN_Root_CA_G2.pem
Adding debian:e-Szigno_Root_CA_2017.pem
Adding debian:ePKI_Root_Certification_Authority.pem
Adding debian:emSign_ECC_Root_CA_-_C3.pem
Adding debian:emSign_ECC_Root_CA_-_G3.pem
Adding debian:emSign_Root_CA_-_C1.pem
Adding debian:emSign_Root_CA_-_G1.pem
done.
Setting up node-deep-equal (2.0.5+~cs32.11.68-2) ...
Setting up node-qs (6.10.1+ds-1) ...
Setting up liblwp-protocol-https-perl (6.10-1) ...
Setting up node-es-abstract (1.19.1+~cs16.20.21-1) ...
Setting up npm (7.24.2+ds-1) ...
Setting up task-english (3.68) ...
Setting up podman (3.4.1+ds1-2) ...
Created symlink /etc/systemd/user/multi-user.target.wants/podman.service → /usr/lib/systemd/user/podman.service.
Unit /usr/lib/systemd/user/podman.service is added as a dependency to a non-existent unit multi-user.target.
Created symlink /etc/systemd/user/sockets.target.wants/podman.socket → /usr/lib/systemd/user/podman.socket.
Created symlink /etc/systemd/system/multi-user.target.wants/podman.service → /lib/systemd/system/podman.service.
Created symlink /etc/systemd/system/sockets.target.wants/podman.socket → /lib/systemd/system/podman.socket.
Created symlink /etc/systemd/system/multi-user.target.wants/podman-auto-update.service → /lib/systemd/system/podman-auto-update.service.
Created symlink /etc/systemd/system/timers.target.wants/podman-auto-update.timer → /lib/systemd/system/podman-auto-update.timer.
Setting up systemd (249.7-1) ...
Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
Setting up ruby-rubygems (3.2.27-2) ...
Setting up docker.io (20.10.8+dfsg1-2) ...
Adding group `docker' (GID 109) ...
Done.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of restart.
Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
Setting up libruby2.7:amd64 (2.7.4-1+b1) ...
Setting up ruby-ed25519 (1.2.4-2+b2) ...
Setting up ruby-erubi (1.9.0-1) ...
Setting up ruby-log4r (1.1.10-4.1) ...
Setting up skopeo (1.4.1+ds1-1) ...
Setting up ruby-mime-types (3.3.1-1) ...
Setting up ruby2.7-dev:amd64 (2.7.4-1+b1) ...
Setting up vim-nox (2:8.2.3565-1+b1) ...
update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vim (vim) in auto mode
update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vimdiff (vimdiff) in auto mode
update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/rvim (rvim) in auto mode
update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/rview (rview) in auto mode
update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vi (vi) in auto mode
update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/view (view) in auto mode
update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/ex (ex) in auto mode
update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/editor (editor) in auto mode
Setting up ruby-ffi (1.12.2+dfsg-2+b5) ...
Setting up ruby-bcrypt-pbkdf (1.1.0-1+b1) ...
Setting up ruby-rb-inotify (0.9.10-2) ...
Setting up ruby-net-ssh (1:6.1.0-2) ...
Setting up ruby-bundler (2.2.27-2) ...
Setting up ruby-dev:amd64 (1:2.7.6) ...
Setting up ruby-vagrant-cloud (3.0.5-1) ...
Setting up ruby-childprocess (4.1.0-1) ...
Setting up ruby-net-scp (3.0.0-1) ...
Setting up bundler (2.2.27-2) ...
Setting up ruby-net-sftp (1:3.0.0-1) ...
Setting up ruby-listen (3.7.0-1) ...
Setting up vagrant (2.2.19+dfsg-1) ...
Processing triggers for libc-bin (2.32-4) ...
Processing triggers for ca-certificates (20210119) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...

done.
done.
Processing triggers for dictionaries-common (1.28.12) ...
aspell-autobuildhash: processing: he [he].
Processing triggers for php7.4-cli (7.4.21-1+deb11u1+b2) ...
+ sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/; s/# en_IL UTF-8/en_IL UTF-8/; s/# he_IL.UTF-8 UTF-8/he_IL.UTF-8 UTF-8/;' /etc/locale.gen
+ locale-gen
Generating locales (this might take a while)...
  en_IL.UTF-8... done
  en_US.UTF-8... done
  he_IL.UTF-8... done
Generation complete.
+ git clone https://github.com/Homebrew/brew /usr/local/share/brew
Cloning into '/usr/local/share/brew'...
+ ln -s /usr/local/share/brew/bin/brew /usr/local/bin/brew
+ brew install --force-bottle envconsul kompose kustomize rke skaffold tfenv
==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:cd7fffb18ef9338baa670fc5e8fce99b0e3cc0f0fd7627bcbb56f3c8d54161d4
#=#=#                                                                         

                                                                           0.1%
########################                                                  34.4%
######################################################################## 100.0%
==> Pouring portable-ruby-2.6.8.x86_64_linux.bottle.tar.gz
==> Homebrew has enabled anonymous aggregate formula and cask analytics.
Read the analytics documentation (and how to opt-out) here:
  https://docs.brew.sh/Analytics
No analytics have been recorded yet (nor will be during this `brew` run).

==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
  https://github.com/Homebrew/brew#donations
Updating Homebrew...
==> Tapping homebrew/core
Cloning into '/usr/local/share/brew/Library/Taps/homebrew/homebrew-core'...
Tapped 2 commands and 5911 formulae (6,236 files, 467MB).
==> Downloading https://ghcr.io/v2/homebrew/core/envconsul/manifests/0.12.1
==> Downloading https://ghcr.io/v2/homebrew/core/envconsul/blobs/sha256:b05d32bffd8d9435e52402079c04c01b69ab92f15bd7794519c8d9679b1641e6
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:b05d32bffd8d9435e52402079c04c01b69ab92f15bd7794519c8d9679b1641e6?se=2021-11-25T16%3A45%3A00Z&sig=hKYO9Bt9MgE%2BqvVv5NJPGvfZIdYvmDE4OumMF6JGcUw%3D&sp=r&spr=https&sr=b&sv=2019-12-12
==> Downloading https://ghcr.io/v2/homebrew/core/kompose/manifests/1.26.0
==> Downloading https://ghcr.io/v2/homebrew/core/kompose/blobs/sha256:387e670a1b49be509660f5001542d44f01c512fb2252595e6c2fd06c17db7992
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:387e670a1b49be509660f5001542d44f01c512fb2252595e6c2fd06c17db7992?se=2021-11-25T16%3A45%3A00Z&sig=sC1s%2Fu3ta%2Fzue%2FMQ2dP9Wu%2BQmINZThTt2y1OzKyAiW0%3D&sp=r&spr=https&sr=b&sv=2019-12-12
==> Downloading https://ghcr.io/v2/homebrew/core/kustomize/manifests/4.4.1
==> Downloading https://ghcr.io/v2/homebrew/core/kustomize/blobs/sha256:b657e3e1a442ee5b77af63fda69cdb8e0e0b4b0b46b19d417e952a129ec382aa
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:b657e3e1a442ee5b77af63fda69cdb8e0e0b4b0b46b19d417e952a129ec382aa?se=2021-11-25T16%3A45%3A00Z&sig=hdCYdLOzsnxYiSRR%2BiwBneWl3qO%2BJmH%2BUHDWfd5%2FpNQ%3D&sp=r&spr=https&sr=b&sv=2019-12-12
==> Downloading https://ghcr.io/v2/homebrew/core/rke/manifests/1.3.2
==> Downloading https://ghcr.io/v2/homebrew/core/rke/blobs/sha256:f456c0eb40b4af83fcd688ce975e6c28d6057e6e178e9e39afdae362fac8f558
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:f456c0eb40b4af83fcd688ce975e6c28d6057e6e178e9e39afdae362fac8f558?se=2021-11-25T16%3A45%3A00Z&sig=gRSWg8Z1gqQHYiuu%2BHrz7iEfT6H%2FROb5Ho2JWPJcprA%3D&sp=r&spr=https&sr=b&sv=2019-12-12
==> Downloading https://ghcr.io/v2/homebrew/core/skaffold/manifests/1.35.1
==> Downloading https://ghcr.io/v2/homebrew/core/skaffold/blobs/sha256:2344704a916ed263acbe9a79b3e0c29d01d15a494511cdda67aff8a2fc57e7c0
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:2344704a916ed263acbe9a79b3e0c29d01d15a494511cdda67aff8a2fc57e7c0?se=2021-11-25T16%3A45%3A00Z&sig=ZXUH%2BLLqEaVVbRvJhrpQWASeSboC%2BtsPL6zq74cXnqA%3D&sp=r&spr=https&sr=b&sv=2019-12-12
==> Downloading https://ghcr.io/v2/homebrew/core/bzip2/manifests/1.0.8-1
==> Downloading https://ghcr.io/v2/homebrew/core/bzip2/blobs/sha256:c9e18abf0be3de0f15101a7411aa05a65807b0f9c8f68d634b91e36b42570087
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:c9e18abf0be3de0f15101a7411aa05a65807b0f9c8f68d634b91e36b42570087?se=2021-11-25T16%3A45%3A00Z&sig=aHFcPKW1tLgNvxTsFpT5UVLjFhVsE7KnEku9mRX9504%3D&sp=r&spr=https&sr=b&sv=2019-12-12
==> Downloading https://ghcr.io/v2/homebrew/core/unzip/manifests/6.0_7
==> Downloading https://ghcr.io/v2/homebrew/core/unzip/blobs/sha256:f99196fb266de6a937959261b35f9b5e818455b7ca55d75d2818e7455781994b
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:f99196fb266de6a937959261b35f9b5e818455b7ca55d75d2818e7455781994b?se=2021-11-25T16%3A45%3A00Z&sig=NVPvVt7Dqx5Vh0dopWZAlx%2FkPQYVTUmtI5ajrqkzzQY%3D&sp=r&spr=https&sr=b&sv=2019-12-12
==> Downloading https://ghcr.io/v2/homebrew/core/tfenv/manifests/2.2.2
==> Downloading https://ghcr.io/v2/homebrew/core/tfenv/blobs/sha256:bbf7732d73d27dd91579c827b60a55674515a96e1755f2bbf842e78e01c9afc0
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:bbf7732d73d27dd91579c827b60a55674515a96e1755f2bbf842e78e01c9afc0?se=2021-11-25T16%3A45%3A00Z&sig=vQcT7H0oocp7jXp7dcDIq2ohSlLxG%2B0hl8ZI6NR%2BKX4%3D&sp=r&spr=https&sr=b&sv=2019-12-12
==> Pouring envconsul--0.12.1.x86_64_linux.bottle.tar.gz
🍺  /usr/local/Cellar/envconsul/0.12.1: 6 files, 8.4MB
==> Running `brew cleanup envconsul`...
==> Pouring kompose--1.26.0.x86_64_linux.bottle.tar.gz
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d
==> Summary
🍺  /usr/local/Cellar/kompose/1.26.0: 9 files, 20.0MB
==> Running `brew cleanup kompose`...
==> Pouring kustomize--4.4.1.x86_64_linux.bottle.tar.gz
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d
==> Summary
🍺  /usr/local/Cellar/kustomize/4.4.1: 8 files, 13.4MB
==> Running `brew cleanup kustomize`...
==> Pouring rke--1.3.2.x86_64_linux.bottle.tar.gz
🍺  /usr/local/Cellar/rke/1.3.2: 5 files, 60MB
==> Running `brew cleanup rke`...
==> Pouring skaffold--1.35.1.x86_64_linux.bottle.tar.gz
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d
==> Summary
🍺  /usr/local/Cellar/skaffold/1.35.1: 8 files, 71.6MB
==> Running `brew cleanup skaffold`...
==> Installing dependencies for tfenv: bzip2 and unzip
==> Installing tfenv dependency: bzip2
==> Pouring bzip2--1.0.8.x86_64_linux.bottle.1.tar.gz
🍺  /usr/local/Cellar/bzip2/1.0.8: 30 files, 498.9KB
==> Installing tfenv dependency: unzip
==> Pouring unzip--6.0_7.x86_64_linux.bottle.tar.gz
🍺  /usr/local/Cellar/unzip/6.0_7: 16 files, 536.7KB
==> Installing tfenv
==> Pouring tfenv--2.2.2.all.bottle.tar.gz
🍺  /usr/local/Cellar/tfenv/2.2.2: 23 files, 84.0KB
==> Running `brew cleanup tfenv`...
==> Caveats
==> kompose
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d
==> kustomize
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d
==> skaffold
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d
+ brew cleanup --prune=all -s
Removing: /root/.cache/Homebrew/bzip2--1.0.8... (215KB)
Removing: /root/.cache/Homebrew/envconsul--0.12.1... (3.2MB)
Removing: /root/.cache/Homebrew/kompose--1.26.0... (6.3MB)
Removing: /root/.cache/Homebrew/kustomize--4.4.1... (5.3MB)
Removing: /root/.cache/Homebrew/rke--1.3.2... (17.7MB)
Removing: /root/.cache/Homebrew/skaffold--1.35.1... (19.7MB)
Removing: /root/.cache/Homebrew/tfenv--2.2.2... (23.7KB)
Removing: /root/.cache/Homebrew/unzip--6.0_7... (166KB)
Removing: /root/.cache/Homebrew/portable-ruby-2.6.8.x86_64_linux.bottle.tar.gz... (10.1MB)
Removing: /root/.cache/Homebrew/descriptions.json... (326.2KB)
Removing: /root/.cache/Homebrew/all_commands_list.txt... (954B)
Removing: /root/.cache/Homebrew/external_commands_list.txt... (48B)
Removing: /root/.cache/Homebrew/envconsul_bottle_manifest--0.12.1... (6.2KB)
Removing: /root/.cache/Homebrew/kompose_bottle_manifest--1.26.0... (6.1KB)
Removing: /root/.cache/Homebrew/kustomize_bottle_manifest--4.4.1... (6.2KB)
Removing: /root/.cache/Homebrew/rke_bottle_manifest--1.3.2... (6.1KB)
Removing: /root/.cache/Homebrew/skaffold_bottle_manifest--1.35.1... (6.1KB)
Removing: /root/.cache/Homebrew/bzip2_bottle_manifest--1.0.8-1... (7.8KB)
Removing: /root/.cache/Homebrew/unzip_bottle_manifest--6.0_7... (6.9KB)
Removing: /root/.cache/Homebrew/tfenv_bottle_manifest--2.2.2... (1.7KB)
Pruned 2 symbolic links and 10 directories from /usr/local
+ ln --symbolic --target /etc/bash_completion.d/ /usr/local/etc/bash_completion.d/brew /usr/local/etc/bash_completion.d/kompose /usr/local/etc/bash_completion.d/kustomize /usr/local/etc/bash_completion.d/skaffold
+ python3 -m pip install --use-deprecated=legacy-resolver --no-cache-dir ansible ansible-runner awscli awslogs bcrypt black colorama boto boto3 check-manifest cookiecutter cryptography dnspython docker docker-compose elasticsearch-curator 'elasticsearch[async]' fabric flit github3.py Glances gunicorn hashin httpbin httpie identify importlab invoke khal khard magic-wormhole 'mariadb<1.1.0' mycli netaddr paramiko parse passhole passlib pdm pgcli pipenv poetry pre-commit protobuf psycopg2 pur pygments pymongo PyMySQL PyGObject pyopenssl 'python-gitlab[autocompletion,yaml]' pyxdg redis remarshal requests sh template todoman tox
Collecting ansible
  Downloading ansible-4.9.0.tar.gz (36.6 MB)
Collecting ansible-runner
  Downloading ansible_runner-2.1.1-py3-none-any.whl (83 kB)
Collecting awscli
  Downloading awscli-1.22.13-py3-none-any.whl (3.8 MB)
Collecting awslogs
  Downloading awslogs-0.14.0-py2.py3-none-any.whl (13 kB)
Collecting bcrypt
  Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
Collecting black
  Downloading black-21.11b1-py3-none-any.whl (155 kB)
Collecting colorama
  Downloading colorama-0.4.4-py2.py3-none-any.whl (16 kB)
Collecting boto
  Downloading boto-2.49.0-py2.py3-none-any.whl (1.4 MB)
Collecting boto3
  Downloading boto3-1.20.13-py3-none-any.whl (131 kB)
Collecting check-manifest
  Downloading check_manifest-0.47-py3-none-any.whl (20 kB)
Collecting cookiecutter
  Downloading cookiecutter-1.7.3-py2.py3-none-any.whl (34 kB)
Collecting cryptography
  Downloading cryptography-36.0.0-cp36-abi3-manylinux_2_24_x86_64.whl (3.6 MB)
Collecting dnspython
  Downloading dnspython-2.1.0-py3-none-any.whl (241 kB)
Collecting docker
  Downloading docker-5.0.3-py2.py3-none-any.whl (146 kB)
Collecting docker-compose
  Downloading docker_compose-1.29.2-py2.py3-none-any.whl (114 kB)
Collecting elasticsearch-curator
  Downloading elasticsearch_curator-5.8.4-py2.py3-none-any.whl (106 kB)
Collecting elasticsearch[async]
  Downloading elasticsearch-7.15.2-py2.py3-none-any.whl (379 kB)
Collecting fabric
  Downloading fabric-2.6.0-py2.py3-none-any.whl (53 kB)
Collecting flit
  Downloading flit-3.5.1-py3-none-any.whl (49 kB)
Collecting github3.py
  Downloading github3.py-3.0.0-py2.py3-none-any.whl (148 kB)
Collecting Glances
  Downloading Glances-3.2.4.2-py3-none-any.whl (1.6 MB)
Collecting gunicorn
  Downloading gunicorn-20.1.0-py3-none-any.whl (79 kB)
Collecting hashin
  Downloading hashin-0.15.0-py2.py3-none-any.whl (16 kB)
Collecting httpbin
  Downloading httpbin-0.7.0-py2.py3-none-any.whl (86 kB)
Collecting httpie
  Downloading httpie-2.6.0-py3-none-any.whl (63 kB)
Collecting identify
  Downloading identify-2.4.0-py2.py3-none-any.whl (98 kB)
Collecting importlab
  Downloading importlab-0.6.1.tar.gz (26 kB)
Collecting invoke
  Downloading invoke-1.6.0-py3-none-any.whl (212 kB)
Collecting khal
  Downloading khal-0.10.4-py3-none-any.whl (117 kB)
Collecting khard
  Downloading khard-0.17.0-py3-none-any.whl (61 kB)
Collecting magic-wormhole
  Downloading magic_wormhole-0.12.0-py2.py3-none-any.whl (201 kB)
Collecting mariadb<1.1.0
  Downloading mariadb-1.0.8.zip (85 kB)
Collecting mycli
  Downloading mycli-1.24.1-py2.py3-none-any.whl (96 kB)
Collecting netaddr
  Downloading netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB)
Collecting paramiko
  Downloading paramiko-2.8.0-py2.py3-none-any.whl (206 kB)
Collecting parse
  Downloading parse-1.19.0.tar.gz (30 kB)
Collecting passhole
  Downloading passhole-1.9.7.tar.gz (45 kB)
Collecting passlib
  Downloading passlib-1.7.4-py2.py3-none-any.whl (525 kB)
Collecting pdm
  Downloading pdm-1.10.3-py3-none-any.whl (176 kB)
Collecting pgcli
  Downloading pgcli-3.2.0-py3-none-any.whl (74 kB)
Collecting pipenv
  Downloading pipenv-2021.11.23-py2.py3-none-any.whl (3.6 MB)
Collecting poetry
  Downloading poetry-1.1.11-py2.py3-none-any.whl (175 kB)
Collecting pre-commit
  Downloading pre_commit-2.15.0-py2.py3-none-any.whl (191 kB)
Collecting protobuf
  Downloading protobuf-3.19.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB)
Collecting psycopg2
  Downloading psycopg2-2.9.2.tar.gz (380 kB)
Collecting pur
  Downloading pur-5.4.2-py3-none-any.whl (1.8 MB)
Collecting pygments
  Downloading Pygments-2.10.0-py3-none-any.whl (1.0 MB)
Collecting pymongo
  Downloading pymongo-3.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (516 kB)
Collecting PyMySQL
  Downloading PyMySQL-1.0.2-py3-none-any.whl (43 kB)
Collecting PyGObject
  Downloading PyGObject-3.42.0.tar.gz (716 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
    Preparing wheel metadata: started
    Preparing wheel metadata: finished with status 'done'
Collecting pyopenssl
  Downloading pyOpenSSL-21.0.0-py2.py3-none-any.whl (55 kB)
Collecting python-gitlab[autocompletion,yaml]
  Downloading python_gitlab-2.10.1-py3-none-any.whl (197 kB)
Collecting pyxdg
  Downloading pyxdg-0.27-py2.py3-none-any.whl (49 kB)
Collecting redis
  Downloading redis-4.0.2-py3-none-any.whl (119 kB)
Collecting remarshal
  Downloading remarshal-0.14.0-py3-none-any.whl (6.0 kB)
Collecting requests
  Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
Collecting sh
  Downloading sh-1.14.2-py2.py3-none-any.whl (40 kB)
Collecting template
  Downloading template-0.7.6-py2.py3-none-any.whl (19 kB)
Collecting todoman
  Downloading todoman-4.0.1-py3-none-any.whl (28 kB)
Collecting tox
  Downloading tox-3.24.4-py2.py3-none-any.whl (85 kB)
Collecting ansible-core<2.12,>=2.11.6
  Downloading ansible-core-2.11.6.tar.gz (7.0 MB)
Requirement already satisfied: six in /usr/lib/python3/dist-packages (from ansible-runner) (1.16.0)
Collecting python-daemon
  Downloading python_daemon-2.3.0-py2.py3-none-any.whl (35 kB)
Collecting pexpect>=4.5
  Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
Collecting pyyaml
  Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)
Collecting docutils<0.16,>=0.10
  Downloading docutils-0.15.2-py3-none-any.whl (547 kB)
Collecting rsa<4.8,>=3.1.2
  Downloading rsa-4.7.2-py3-none-any.whl (34 kB)
Collecting s3transfer<0.6.0,>=0.5.0
  Downloading s3transfer-0.5.0-py3-none-any.whl (79 kB)
Collecting botocore==1.23.13
  Downloading botocore-1.23.13-py3-none-any.whl (8.2 MB)
Collecting jmespath<1.0.0,>=0.7.1
  Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB)
Collecting python-dateutil>=2.4.0
  Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting termcolor>=1.1.0
  Downloading termcolor-1.1.0.tar.gz (3.9 kB)
Collecting cffi>=1.1
  Downloading cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (444 kB)
Collecting regex>=2021.4.4
  Downloading regex-2021.11.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (763 kB)
Collecting mypy-extensions>=0.4.3
  Downloading mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
Collecting typing-extensions>=3.10.0.0
  Downloading typing_extensions-4.0.0-py3-none-any.whl (22 kB)
Collecting platformdirs>=2
  Downloading platformdirs-2.4.0-py3-none-any.whl (14 kB)
Collecting click>=7.1.2
  Downloading click-8.0.3-py3-none-any.whl (97 kB)
Collecting pathspec<1,>=0.9.0
  Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
Collecting tomli<2.0.0,>=0.2.6
  Downloading tomli-1.2.2-py3-none-any.whl (12 kB)
Collecting toml
  Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from check-manifest) (58.2.0)
Collecting build>=0.1
  Downloading build-0.7.0-py3-none-any.whl (16 kB)
Collecting poyo>=0.5.0
  Downloading poyo-0.5.0-py2.py3-none-any.whl (10 kB)
Collecting binaryornot>=0.4.4
  Downloading binaryornot-0.4.4-py2.py3-none-any.whl (9.0 kB)
Collecting python-slugify>=4.0.0
  Downloading python_slugify-5.0.2-py2.py3-none-any.whl (6.7 kB)
Collecting Jinja2<4.0.0,>=2.7
  Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB)
Collecting jinja2-time>=0.2.0
  Downloading jinja2_time-0.2.0-py2.py3-none-any.whl (6.4 kB)
Collecting websocket-client>=0.32.0
  Downloading websocket_client-1.2.1-py2.py3-none-any.whl (52 kB)
Collecting dockerpty<1,>=0.4.1
  Downloading dockerpty-0.4.1.tar.gz (13 kB)
Collecting jsonschema<4,>=2.5.1
  Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB)
Collecting texttable<2,>=0.9.0
  Downloading texttable-1.6.4-py2.py3-none-any.whl (10 kB)
Collecting docopt<1,>=0.6.1
  Downloading docopt-0.6.2.tar.gz (25 kB)
Collecting distro<2,>=1.5.0
  Downloading distro-1.6.0-py2.py3-none-any.whl (19 kB)
Collecting python-dotenv<1,>=0.13.0
  Downloading python_dotenv-0.19.2-py2.py3-none-any.whl (17 kB)
Collecting urllib3==1.26.4
  Downloading urllib3-1.26.4-py2.py3-none-any.whl (153 kB)
Collecting voluptuous>=0.12.1
  Downloading voluptuous-0.12.2.tar.gz (48 kB)
Collecting certifi>=2020.12.5
  Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting requests-aws4auth>=1.0.1
  Downloading requests_aws4auth-1.1.1-py2.py3-none-any.whl (31 kB)
Collecting aiohttp<4,>=3; extra == "async"
  Downloading aiohttp-3.8.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.2 MB)
Collecting pathlib2
  Downloading pathlib2-2.3.6-py2.py3-none-any.whl (17 kB)
Collecting flit_core>=3.5.1
  Downloading flit_core-3.5.1-py3-none-any.whl (45 kB)
Collecting tomli-w
  Downloading tomli_w-0.4.0-py3-none-any.whl (6.0 kB)
Collecting jwcrypto>=0.5.0
  Downloading jwcrypto-1.0-py2.py3-none-any.whl (82 kB)
Collecting uritemplate>=3.0.0
  Downloading uritemplate-4.1.1-py2.py3-none-any.whl (10 kB)
Collecting psutil>=5.3.0
  Downloading psutil-5.8.0-cp39-cp39-manylinux2010_x86_64.whl (293 kB)
Collecting future
  Downloading future-0.18.2.tar.gz (829 kB)
Collecting packaging
  Downloading packaging-21.3-py3-none-any.whl (40 kB)
Collecting defusedxml
  Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Collecting pip-api
  Downloading pip_api-0.0.23-py3-none-any.whl (107 kB)
Collecting werkzeug>=0.14.1
  Downloading Werkzeug-2.0.2-py3-none-any.whl (288 kB)
Collecting Flask
  Downloading Flask-2.0.2-py3-none-any.whl (95 kB)
Collecting itsdangerous
  Downloading itsdangerous-2.0.1-py3-none-any.whl (18 kB)
Collecting raven[flask]
  Downloading raven-6.10.0-py2.py3-none-any.whl (284 kB)
Collecting decorator
  Downloading decorator-5.1.0-py3-none-any.whl (9.1 kB)
Requirement already satisfied: MarkupSafe in /usr/lib/python3/dist-packages (from httpbin) (2.0.1)
Collecting brotlipy
  Downloading brotlipy-0.7.0-cp39-cp39-manylinux1_x86_64.whl (1.1 MB)
Collecting requests-toolbelt>=0.9.1
  Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB)
Collecting charset-normalizer>=2.0.0
  Downloading charset_normalizer-2.0.8-py3-none-any.whl (39 kB)
Collecting networkx>=2
  Downloading networkx-2.6.3-py3-none-any.whl (1.9 MB)
Collecting urwid>=1.3.0
  Downloading urwid-2.1.2.tar.gz (634 kB)
Collecting icalendar>=4.0.3
  Downloading icalendar-4.0.9-py2.py3-none-any.whl (74 kB)
Collecting atomicwrites>=0.1.7
  Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
Collecting tzlocal>=1.0
  Downloading tzlocal-4.1-py3-none-any.whl (19 kB)
Collecting pytz
  Downloading pytz-2021.3-py2.py3-none-any.whl (503 kB)
Requirement already satisfied: configobj in /usr/lib/python3/dist-packages (from khal) (5.0.6)
Collecting click-log>=0.2.0
  Downloading click_log-0.3.2-py2.py3-none-any.whl (4.6 kB)
Collecting unidecode
  Downloading Unidecode-1.3.2-py3-none-any.whl (235 kB)
Collecting vobject
  Downloading vobject-0.9.6.1.tar.gz (58 kB)
Collecting ruamel.yaml
  Downloading ruamel.yaml-0.17.17-py3-none-any.whl (109 kB)
Collecting spake2==0.8
  Downloading spake2-0.8-py2.py3-none-any.whl (39 kB)
Collecting pynacl
  Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
Collecting tqdm>=4.13.0
  Downloading tqdm-4.62.3-py2.py3-none-any.whl (76 kB)
Collecting automat
  Downloading Automat-20.2.0-py2.py3-none-any.whl (31 kB)
Collecting humanize
  Downloading humanize-3.12.0-py3-none-any.whl (90 kB)
Collecting hkdf
  Downloading hkdf-0.0.3.tar.gz (4.0 kB)
Collecting txtorcon>=18.0.2
  Downloading txtorcon-21.1.0-py2.py3-none-any.whl (260 kB)
Collecting autobahn[twisted]>=0.14.1
  Downloading autobahn-21.11.1.tar.gz (365 kB)
Collecting attrs>=16.3.0
  Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB)
Collecting twisted[tls]>=17.5.0
  Downloading Twisted-21.7.0-py3-none-any.whl (3.1 MB)
Collecting importlib-resources>=5.0.0
  Downloading importlib_resources-5.4.0-py3-none-any.whl (28 kB)
Collecting pyperclip>=1.8.1
  Downloading pyperclip-1.8.2.tar.gz (20 kB)
Collecting cli-helpers[styles]>=2.0.1
  Downloading cli_helpers-2.2.0-py3-none-any.whl (19 kB)
Collecting pyaes>=1.6.1
  Downloading pyaes-1.6.1.tar.gz (28 kB)
Collecting prompt-toolkit<4.0.0,>=3.0.6
  Downloading prompt_toolkit-3.0.22-py3-none-any.whl (374 kB)
Collecting sqlparse<0.4.0,>=0.3.0
  Downloading sqlparse-0.3.1-py2.py3-none-any.whl (40 kB)
Collecting pykeepass_cache
  Downloading pykeepass_cache-2.0.3-py3-none-any.whl (16 kB)
Collecting pynput
  Downloading pynput-1.7.5-py2.py3-none-any.whl (87 kB)
Collecting pyotp
  Downloading pyotp-2.6.0-py2.py3-none-any.whl (11 kB)
Collecting appdirs
  Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Collecting wheel<1.0.0,>=0.36.2
  Downloading wheel-0.37.0-py2.py3-none-any.whl (35 kB)
Collecting pythonfinder
  Downloading pythonfinder-1.2.9-py2.py3-none-any.whl (39 kB)
Collecting installer~=0.3.0
  Downloading installer-0.3.0-py2.py3-none-any.whl (451 kB)
Collecting pep517>=0.11.0
  Downloading pep517-0.12.0-py2.py3-none-any.whl (19 kB)
Collecting atoml>=1.0.3
  Downloading atoml-1.1.0-py3-none-any.whl (31 kB)
Collecting shellingham<2.0.0,>=1.3.2
  Downloading shellingham-1.4.0-py2.py3-none-any.whl (9.4 kB)
Requirement already satisfied: pip>=20.1 in /usr/lib/python3/dist-packages (from pdm) (20.3.4)
Collecting pdm-pep517<0.9,>=0.8.3
  Downloading pdm_pep517-0.8.6-py3-none-any.whl (173 kB)
Collecting resolvelib<0.8.0,>=0.7.0
  Downloading resolvelib-0.7.1-py2.py3-none-any.whl (15 kB)
Collecting setproctitle>=1.1.9
  Downloading setproctitle-1.2.2-cp39-cp39-manylinux1_x86_64.whl (35 kB)
Collecting pgspecial>=1.11.8
  Downloading pgspecial-1.13.0-py3-none-any.whl (35 kB)
Collecting pendulum>=2.1.0
  Downloading pendulum-2.1.2-cp39-cp39-manylinux1_x86_64.whl (155 kB)
Collecting virtualenv-clone>=0.2.5
  Downloading virtualenv_clone-0.5.7-py3-none-any.whl (6.6 kB)
Collecting virtualenv
  Downloading virtualenv-20.10.0-py2.py3-none-any.whl (5.6 MB)
Collecting crashtest<0.4.0,>=0.3.0; python_version >= "3.6" and python_version < "4.0"
  Downloading crashtest-0.3.1-py3-none-any.whl (7.0 kB)
Collecting keyring<22.0.0,>=21.2.0; python_version >= "3.6" and python_version < "4.0"
  Downloading keyring-21.8.0-py3-none-any.whl (32 kB)
Collecting poetry-core<1.1.0,>=1.0.7
  Downloading poetry_core-1.0.7-py2.py3-none-any.whl (424 kB)
Collecting tomlkit<1.0.0,>=0.7.0
  Downloading tomlkit-0.7.2-py2.py3-none-any.whl (32 kB)
Collecting clikit<0.7.0,>=0.6.2
  Downloading clikit-0.6.2-py2.py3-none-any.whl (91 kB)
Collecting cachy<0.4.0,>=0.3.0
  Downloading cachy-0.3.0-py2.py3-none-any.whl (20 kB)
Collecting cachecontrol[filecache]<0.13.0,>=0.12.4
  Downloading CacheControl-0.12.10-py2.py3-none-any.whl (20 kB)
Collecting pkginfo<2.0,>=1.4
  Downloading pkginfo-1.8.1-py2.py3-none-any.whl (26 kB)
Collecting cleo<0.9.0,>=0.8.1
  Downloading cleo-0.8.1-py2.py3-none-any.whl (21 kB)
Collecting html5lib<2.0,>=1.0
  Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB)
Collecting nodeenv>=0.11.1
  Downloading nodeenv-1.6.0-py2.py3-none-any.whl (21 kB)
Collecting cfgv>=2.0.0
  Downloading cfgv-3.3.1-py2.py3-none-any.whl (7.3 kB)
Collecting pycairo>=1.16.0
  Downloading pycairo-1.20.1.tar.gz (344 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
    Preparing wheel metadata: started
    Preparing wheel metadata: finished with status 'done'
Collecting argcomplete<2,>=1.10.0; extra == "autocompletion"
  Downloading argcomplete-1.12.3-py2.py3-none-any.whl (38 kB)
Collecting deprecated
  Downloading Deprecated-1.2.13-py2.py3-none-any.whl (9.6 kB)
Collecting cbor2<6.0,>=5.1
  Downloading cbor2-5.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (222 kB)
Collecting u-msgpack-python<3.0,>=2.6
  Downloading u_msgpack_python-2.7.1-py2.py3-none-any.whl (10.0 kB)
Collecting idna<4,>=2.5; python_version >= "3"
  Downloading idna-3.3-py3-none-any.whl (61 kB)
Collecting tabulate
  Downloading tabulate-0.8.9-py3-none-any.whl (25 kB)
Collecting parsedatetime
  Downloading parsedatetime-2.6-py3-none-any.whl (42 kB)
Collecting filelock>=3.0.0
  Downloading filelock-3.4.0-py3-none-any.whl (9.8 kB)
Collecting py>=1.4.17
  Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
Collecting pluggy>=0.12.0
  Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
Collecting lockfile>=0.10
  Downloading lockfile-0.12.2-py2.py3-none-any.whl (13 kB)
Collecting ptyprocess>=0.5
  Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Collecting pyasn1>=0.1.3
  Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Collecting pycparser
  Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting chardet>=3.0.2
  Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB)
Collecting text-unidecode>=1.3
  Downloading text_unidecode-1.3-py2.py3-none-any.whl (78 kB)
Collecting arrow
  Downloading arrow-1.2.1-py3-none-any.whl (63 kB)
Collecting pyrsistent>=0.14.0
  Downloading pyrsistent-0.18.0-cp39-cp39-manylinux1_x86_64.whl (117 kB)
Collecting yarl<2.0,>=1.0
  Downloading yarl-1.7.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (304 kB)
Collecting multidict<7.0,>=4.5
  Downloading multidict-5.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (174 kB)
Collecting async-timeout<5.0,>=4.0.0a3
  Downloading async_timeout-4.0.1-py3-none-any.whl (5.7 kB)
Collecting frozenlist>=1.1.1
  Downloading frozenlist-1.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (203 kB)
Collecting aiosignal>=1.1.2
  Downloading aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting pyparsing!=3.0.5,>=2.0.2
  Downloading pyparsing-3.0.6-py3-none-any.whl (97 kB)
Collecting blinker>=1.1; extra == "flask"
  Downloading blinker-1.4.tar.gz (111 kB)
Collecting pytz-deprecation-shim
  Downloading pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB)
Collecting ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
  Downloading ruamel.yaml.clib-0.2.6-cp39-cp39-manylinux1_x86_64.whl (539 kB)
Collecting zope.interface>=3.6.1
  Downloading zope.interface-5.4.0-cp39-cp39-manylinux2010_x86_64.whl (255 kB)
Collecting incremental
  Downloading incremental-21.3.0-py2.py3-none-any.whl (15 kB)
Collecting hyperlink>=21.0.0
  Downloading hyperlink-21.0.0-py2.py3-none-any.whl (74 kB)
Collecting txaio>=21.2.1
  Downloading txaio-21.2.1-py2.py3-none-any.whl (30 kB)
Collecting constantly>=15.1
  Downloading constantly-15.1.0-py2.py3-none-any.whl (7.9 kB)
Collecting service-identity>=18.1.0; extra == "tls"
  Downloading service_identity-21.1.0-py2.py3-none-any.whl (12 kB)
Collecting zipp>=3.1.0; python_version < "3.10"
  Downloading zipp-3.6.0-py3-none-any.whl (5.3 kB)
Collecting wcwidth
  Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Collecting rpyc
  Downloading rpyc-5.0.1-py3-none-any.whl (68 kB)
Collecting pykeepass
  Downloading pykeepass-4.0.1.tar.gz (48 kB)
Collecting python-xlib>=0.17; "linux" in sys_platform
  Downloading python_xlib-0.31-py2.py3-none-any.whl (179 kB)
Collecting evdev>=1.3; "linux" in sys_platform
  Downloading evdev-1.4.0.tar.gz (26 kB)
Collecting cached-property
  Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB)
Collecting pytzdata>=2020.1
  Downloading pytzdata-2020.1-py2.py3-none-any.whl (489 kB)
Collecting backports.entry-points-selectable>=1.0.4
  Downloading backports.entry_points_selectable-1.1.1-py2.py3-none-any.whl (6.2 kB)
Collecting distlib<1,>=0.3.1
  Downloading distlib-0.3.3-py2.py3-none-any.whl (496 kB)
Collecting SecretStorage>=3.2; sys_platform == "linux"
  Downloading SecretStorage-3.3.1-py3-none-any.whl (15 kB)
Collecting jeepney>=0.4.2; sys_platform == "linux"
  Downloading jeepney-0.7.1-py3-none-any.whl (54 kB)
Collecting pylev<2.0,>=1.3
  Downloading pylev-1.4.0-py2.py3-none-any.whl (6.1 kB)
Collecting pastel<0.3.0,>=0.2.0
  Downloading pastel-0.2.1-py2.py3-none-any.whl (6.0 kB)
Collecting msgpack>=0.5.2
  Downloading msgpack-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB)
Collecting webencodings
  Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Collecting wrapt<2,>=1.10
  Downloading wrapt-1.13.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (81 kB)
Collecting tzdata; python_version >= "3.6"
  Downloading tzdata-2021.5-py2.py3-none-any.whl (339 kB)
Collecting pyasn1-modules
  Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting plumbum
  Downloading plumbum-1.7.1-py2.py3-none-any.whl (117 kB)
Collecting argon2_cffi
  Downloading argon2_cffi-21.1.0-cp35-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl (96 kB)
Collecting construct==2.10.54
  Downloading construct-2.10.54.tar.gz (55 kB)
Collecting lxml
  Downloading lxml-4.6.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB)
Collecting pycryptodomex>=3.6.2
  Downloading pycryptodomex-3.11.0-cp35-abi3-manylinux2010_x86_64.whl (1.9 MB)
Building wheels for collected packages: ansible, importlab, mariadb, parse, passhole, psycopg2, PyGObject, ansible-core, termcolor, dockerpty, docopt, voluptuous, future, urwid, vobject, hkdf, autobahn, pyperclip, pyaes, pycairo, blinker, pykeepass, evdev, construct
  Building wheel for ansible (setup.py): started
  Building wheel for ansible (setup.py): finished with status 'done'
  Created wheel for ansible: filename=ansible-4.9.0-py3-none-any.whl size=60168781 sha256=0f31d63b6a49eed565bb184ea5f739c3db81166bb5c7e25692da56afd94326e6
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/33/b7/3a/a0419b4a74d0493a7a17adb9b944b045ed8e81c6e5ec5f81d6
  Building wheel for importlab (setup.py): started
  Building wheel for importlab (setup.py): finished with status 'done'
  Created wheel for importlab: filename=importlab-0.6.1-py2.py3-none-any.whl size=21306 sha256=916f9f64ac1ec8fb4db5f3c441e98a580d6052af0d2ca92bb8f81bdbb144bf9c
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/de/9b/ed/e5a4c935c83e668642a905e505170e9acd27aff720105bc2e6
  Building wheel for mariadb (setup.py): started
  Building wheel for mariadb (setup.py): finished with status 'done'
  Created wheel for mariadb: filename=mariadb-1.0.8-cp39-cp39-linux_x86_64.whl size=209330 sha256=db0629de61fde45f05ad06a27126067a302c19a0916c224e2ed9356b0a993fb2
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/a6/07/75/20e46ef21708df4bbda37b6df2d682695cac8a1416c8564289
  Building wheel for parse (setup.py): started
  Building wheel for parse (setup.py): finished with status 'done'
  Created wheel for parse: filename=parse-1.19.0-py3-none-any.whl size=24591 sha256=557ccc15e749361798b41b56e9fbba4a2e0dfd22d732619bc004950458b16016
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/d6/9c/58/ee3ba36897e890f3ad81e9b730791a153fce20caa4a8a474df
  Building wheel for passhole (setup.py): started
  Building wheel for passhole (setup.py): finished with status 'done'
  Created wheel for passhole: filename=passhole-1.9.7-py3-none-any.whl size=42696 sha256=bf113459a7fe482ea47d193a3f8252b6cf460ad314e56a7074ecad66180d56aa
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/7c/80/c9/26ba7c1153bdc68263ed2eb9f25036774320c41208fe682e78
  Building wheel for psycopg2 (setup.py): started
  Building wheel for psycopg2 (setup.py): finished with status 'done'
  Created wheel for psycopg2: filename=psycopg2-2.9.2-cp39-cp39-linux_x86_64.whl size=492771 sha256=b24dab115f17eca559976233f075485d4dee1ddc9f50cb11d881c7c6dd4cdf8b
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/30/eb/71/9d1e93272ef15361138e90ccf11dd8dc4467e9cbee7313eab7
  Building wheel for PyGObject (PEP 517): started
  Building wheel for PyGObject (PEP 517): finished with status 'done'
  Created wheel for PyGObject: filename=PyGObject-3.42.0-cp39-cp39-linux_x86_64.whl size=767733 sha256=118cfd7433750239fc701e908dd1285e563c18d62fd235730885505f55cb2ed3
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/e8/14/37/8ee0ca18c2ccbadb061cf6fef6980f96f7f554dc8643642f56
  Building wheel for ansible-core (setup.py): started
  Building wheel for ansible-core (setup.py): finished with status 'done'
  Created wheel for ansible-core: filename=ansible_core-2.11.6-py3-none-any.whl size=1959304 sha256=ae661337aeacb0e9857b8efb44368ed69184d057c226c047a7d3c65e3fd44dcd
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/fd/8a/74/2bbba8ac942d346522dff62511b0ceff91a29eb92a7d06d430
  Building wheel for termcolor (setup.py): started
  Building wheel for termcolor (setup.py): finished with status 'done'
  Created wheel for termcolor: filename=termcolor-1.1.0-py3-none-any.whl size=4847 sha256=3c0624d4bbe9996a332f90b716988f6b7cffc9c0c86367ef684878472ffc1cc5
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/b6/0d/90/0d1bbd99855f99cb2f6c2e5ff96f8023fad8ec367695f7d72d
  Building wheel for dockerpty (setup.py): started
  Building wheel for dockerpty (setup.py): finished with status 'done'
  Created wheel for dockerpty: filename=dockerpty-0.4.1-py3-none-any.whl size=16614 sha256=f63f7c036f349060d53323fe80aa5b5a91833a9a56ca0eaa624458f2ed9301f5
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/54/c7/ff/ead8e8870db7e414df11981d8fb6d0d09b51f467c34791bde4
  Building wheel for docopt (setup.py): started
  Building wheel for docopt (setup.py): finished with status 'done'
  Created wheel for docopt: filename=docopt-0.6.2-py2.py3-none-any.whl size=13723 sha256=46986426803f14c132fe999b0cef3f48c80c5f9def8b56288d0b24df7406960e
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/70/4a/46/1309fc853b8d395e60bafaf1b6df7845bdd82c95fd59dd8d2b
  Building wheel for voluptuous (setup.py): started
  Building wheel for voluptuous (setup.py): finished with status 'done'
  Created wheel for voluptuous: filename=voluptuous-0.12.2-py3-none-any.whl size=29563 sha256=696cdcf9a55706a9dcb17078388ac0c3f3de9d4e9c3c882f55594edfea0fc909
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/50/80/ab/ab37c8824a928c42a261bce71227504b6ef12276ef28f0667b
  Building wheel for future (setup.py): started
  Building wheel for future (setup.py): finished with status 'done'
  Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491070 sha256=e46ef3be951ed3271d54fb057e08716d8d6055f4bde01e231aa7292e8fb0ce86
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/2f/a0/d3/4030d9f80e6b3be787f19fc911b8e7aa462986a40ab1e4bb94
  Building wheel for urwid (setup.py): started
  Building wheel for urwid (setup.py): finished with status 'done'
  Created wheel for urwid: filename=urwid-2.1.2-cp39-cp39-linux_x86_64.whl size=255007 sha256=b66f7598f16d9a9bf4d2485713926d02da7a7a080981363388294910e5414459
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/44/ec/04/2c1080c3ee4e80e76d662ac35f0594a2a86f9df12095b05cb3
  Building wheel for vobject (setup.py): started
  Building wheel for vobject (setup.py): finished with status 'done'
  Created wheel for vobject: filename=vobject-0.9.6.1-py3-none-any.whl size=47683 sha256=eb9c741c729247010aa0139b6b2b0b1b1790503895255e91175db11d9fb401a8
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/8a/9b/8e/c7e5da7ecd94827faf9fe067c97ce3b63ef19439670a51cb2a
  Building wheel for hkdf (setup.py): started
  Building wheel for hkdf (setup.py): finished with status 'done'
  Created wheel for hkdf: filename=hkdf-0.0.3-py3-none-any.whl size=3736 sha256=6a7f269ae0bb4ec8e0e2cb5d9526ef4b248271ec5151eb65dfad2ffb26c01908
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/07/18/fe/05eda020b559d7d4ff5c614fb30acbb7b7df18b21f503b9346
  Building wheel for autobahn (setup.py): started
  Building wheel for autobahn (setup.py): finished with status 'done'
  Created wheel for autobahn: filename=autobahn-21.11.1-py2.py3-none-any.whl size=505953 sha256=fe8b79dfc453e4405f17d92411819860d330e1cc79eeefca67078d05b73f5881
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/e1/d0/11/9419e4b4b787978800e7f311c6656405bac0ab0cd46e0c1bdc
  Building wheel for pyperclip (setup.py): started
  Building wheel for pyperclip (setup.py): finished with status 'done'
  Created wheel for pyperclip: filename=pyperclip-1.8.2-py3-none-any.whl size=11136 sha256=0508941134232b9f5263a165739033fad709d94dc794af33a2aa77c0e98eb1b9
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/0c/09/9e/49e21a6840ef7955b06d47394afef0058f0378c0914e48b8b8
  Building wheel for pyaes (setup.py): started
  Building wheel for pyaes (setup.py): finished with status 'done'
  Created wheel for pyaes: filename=pyaes-1.6.1-py3-none-any.whl size=26363 sha256=8135c447c245bc85acd6524d3bc60d113a57ce8f13fe1d4f664a07a788d4db07
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/33/13/e9/ef9894385084d8e4fab38f5f83afda49a3d593d8afc907c8fd
  Building wheel for pycairo (PEP 517): started
  Building wheel for pycairo (PEP 517): finished with status 'done'
  Created wheel for pycairo: filename=pycairo-1.20.1-cp39-cp39-linux_x86_64.whl size=273136 sha256=20d22d7940889955fe6435b1f535528c1f168d03c1065211e63cab562f10df13
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/29/a9/b9/15e3dc25ce0db1d40546014674ee0cac132f94bf3a9607d02b
  Building wheel for blinker (setup.py): started
  Building wheel for blinker (setup.py): finished with status 'done'
  Created wheel for blinker: filename=blinker-1.4-py3-none-any.whl size=13478 sha256=2b37b0011102236b78af5dfa904c216f415e1aa5f02352ef9015ee6b3665962a
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/50/93/f8/4f0a42a03a06626d675f13907b6982ad5ecff383530af5a900
  Building wheel for pykeepass (setup.py): started
  Building wheel for pykeepass (setup.py): finished with status 'done'
  Created wheel for pykeepass: filename=pykeepass-4.0.1-py3-none-any.whl size=49878 sha256=405ece4c34025623adf271da7037c259b0b21f633e30acae42ce319d277f38a5
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/1f/1b/3c/8a96941e3e74cfe5684e1684ec14b40bb84a497062f72a7a79
  Building wheel for evdev (setup.py): started
  Building wheel for evdev (setup.py): finished with status 'done'
  Created wheel for evdev: filename=evdev-1.4.0-cp39-cp39-linux_x86_64.whl size=83139 sha256=538b601efc2c9652ecc52062aad694f4c2492a910191ea838fb54b5c9e8df990
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/b8/73/36/8c8d7ae588c7670bd787e7819b6ad1442d6f75b23e6912459c
  Building wheel for construct (setup.py): started
  Building wheel for construct (setup.py): finished with status 'done'
  Created wheel for construct: filename=construct-2.10.54-py3-none-any.whl size=57414 sha256=7dd009ff2737e946e6e75718059f64c90e26f193e584479465d501d4a1ac53b0
  Stored in directory: /tmp/pip-ephem-wheel-cache-_fjw1b_l/wheels/6f/c5/71/f1fcef64ce3dfc6d14593a61912cae80dc6b0b78797bdc5447
Successfully built ansible importlab mariadb parse passhole psycopg2 PyGObject ansible-core termcolor dockerpty docopt voluptuous future urwid vobject hkdf autobahn pyperclip pyaes pycairo blinker pykeepass evdev construct
Installing collected packages: pyyaml, pycparser, cffi, cryptography, Jinja2, pyparsing, packaging, resolvelib, ansible-core, ansible, docutils, lockfile, python-daemon, ptyprocess, pexpect, ansible-runner, colorama, pyasn1, rsa, python-dateutil, jmespath, urllib3, botocore, s3transfer, awscli, boto3, termcolor, awslogs, bcrypt, regex, mypy-extensions, typing-extensions, platformdirs, click, pathspec, tomli, black, boto, toml, pep517, build, check-manifest, poyo, chardet, binaryornot, idna, certifi, charset-normalizer, requests, text-unidecode, python-slugify, arrow, jinja2-time, cookiecutter, dnspython, websocket-client, docker, dockerpty, attrs, pyrsistent, jsonschema, texttable, docopt, distro, python-dotenv, docker-compose, voluptuous, multidict, yarl, async-timeout, frozenlist, aiosignal, aiohttp, elasticsearch, requests-aws4auth, elasticsearch-curator, invoke, pathlib2, pynacl, paramiko, fabric, flit-core, tomli-w, flit, wrapt, deprecated, jwcrypto, uritemplate, github3.py, psutil, future, defusedxml, Glances, gunicorn, pip-api, hashin, werkzeug, itsdangerous, Flask, blinker, raven, decorator, brotlipy, httpbin, requests-toolbelt, pygments, httpie, identify, networkx, importlab, urwid, pytz, icalendar, atomicwrites, tzdata, pytz-deprecation-shim, tzlocal, click-log, pyxdg, khal, unidecode, vobject, ruamel.yaml.clib, ruamel.yaml, khard, hkdf, spake2, tqdm, automat, humanize, constantly, incremental, zope.interface, hyperlink, pyasn1-modules, service-identity, pyopenssl, twisted, txtorcon, txaio, autobahn, magic-wormhole, mariadb, zipp, importlib-resources, pyperclip, tabulate, cli-helpers, pyaes, PyMySQL, wcwidth, prompt-toolkit, sqlparse, mycli, netaddr, parse, plumbum, rpyc, argon2-cffi, construct, lxml, pycryptodomex, pykeepass, pykeepass-cache, python-xlib, evdev, pynput, pyotp, passhole, passlib, appdirs, wheel, cached-property, pythonfinder, installer, atoml, shellingham, pdm-pep517, pdm, psycopg2, setproctitle, pgspecial, pytzdata, pendulum, pgcli, virtualenv-clone, backports.entry-points-selectable, distlib, filelock, virtualenv, pipenv, crashtest, jeepney, SecretStorage, keyring, poetry-core, tomlkit, pylev, pastel, clikit, cachy, msgpack, cachecontrol, pkginfo, cleo, webencodings, html5lib, poetry, nodeenv, cfgv, pre-commit, protobuf, pur, pymongo, pycairo, PyGObject, argcomplete, python-gitlab, redis, cbor2, u-msgpack-python, remarshal, sh, template, parsedatetime, todoman, py, pluggy, tox
  Attempting uninstall: urllib3
    Found existing installation: urllib3 1.26.5
    Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr
    Can't uninstall 'urllib3'. No files were found to uninstall.
  Attempting uninstall: certifi
    Found existing installation: certifi 2020.6.20
    Not uninstalling certifi at /usr/lib/python3/dist-packages, outside environment /usr
    Can't uninstall 'certifi'. No files were found to uninstall.
  Attempting uninstall: zipp
    Found existing installation: zipp 1.0.0
    Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr
    Can't uninstall 'zipp'. No files were found to uninstall.
  Attempting uninstall: wheel
    Found existing installation: wheel 0.34.2
    Not uninstalling wheel at /usr/lib/python3/dist-packages, outside environment /usr
    Can't uninstall 'wheel'. No files were found to uninstall.
ERROR: pip's legacy dependency resolver does not consider dependency conflicts when selecting packages. This behaviour is the source of the following dependency conflicts.
ansible-core 2.11.6 requires resolvelib<0.6.0,>=0.5.3, but you'll have resolvelib 0.7.1 which is incompatible.
awscli 1.22.13 requires colorama<0.4.4,>=0.2.5, but you'll have colorama 0.4.4 which is incompatible.
awscli 1.22.13 requires PyYAML<5.5,>=3.10, but you'll have pyyaml 6.0 which is incompatible.
docker-compose 1.29.2 requires PyYAML<6,>=3.10, but you'll have pyyaml 6.0 which is incompatible.
docker-compose 1.29.2 requires websocket-client<1,>=0.32.0, but you'll have websocket-client 1.2.1 which is incompatible.
elasticsearch-curator 5.8.4 requires click<8.0,>=7.0, but you'll have click 8.0.3 which is incompatible.
elasticsearch-curator 5.8.4 requires pyyaml==5.4.1, but you'll have pyyaml 6.0 which is incompatible.
poetry 1.1.11 requires packaging<21.0,>=20.4, but you'll have packaging 21.3 which is incompatible.
pur 5.4.2 requires click<8.0.0,>=0.7, but you'll have click 8.0.3 which is incompatible.
remarshal 0.14.0 requires PyYAML<6.0,>=5.3, but you'll have pyyaml 6.0 which is incompatible.
Successfully installed Flask-2.0.2 Glances-3.2.4.2 Jinja2-3.0.3 PyGObject-3.42.0 PyMySQL-1.0.2 SecretStorage-3.3.1 aiohttp-3.8.1 aiosignal-1.2.0 ansible-4.9.0 ansible-core-2.11.6 ansible-runner-2.1.1 appdirs-1.4.4 argcomplete-1.12.3 argon2-cffi-21.1.0 arrow-1.2.1 async-timeout-4.0.1 atomicwrites-1.4.0 atoml-1.1.0 attrs-21.2.0 autobahn-21.11.1 automat-20.2.0 awscli-1.22.13 awslogs-0.14.0 backports.entry-points-selectable-1.1.1 bcrypt-3.2.0 binaryornot-0.4.4 black-21.11b1 blinker-1.4 boto-2.49.0 boto3-1.20.13 botocore-1.23.13 brotlipy-0.7.0 build-0.7.0 cachecontrol-0.12.10 cached-property-1.5.2 cachy-0.3.0 cbor2-5.4.2 certifi-2021.10.8 cffi-1.15.0 cfgv-3.3.1 chardet-4.0.0 charset-normalizer-2.0.8 check-manifest-0.47 cleo-0.8.1 cli-helpers-2.2.0 click-8.0.3 click-log-0.3.2 clikit-0.6.2 colorama-0.4.4 constantly-15.1.0 construct-2.10.54 cookiecutter-1.7.3 crashtest-0.3.1 cryptography-36.0.0 decorator-5.1.0 defusedxml-0.7.1 deprecated-1.2.13 distlib-0.3.3 distro-1.6.0 dnspython-2.1.0 docker-5.0.3 docker-compose-1.29.2 dockerpty-0.4.1 docopt-0.6.2 docutils-0.15.2 elasticsearch-7.15.2 elasticsearch-curator-5.8.4 evdev-1.4.0 fabric-2.6.0 filelock-3.4.0 flit-3.5.1 flit-core-3.5.1 frozenlist-1.2.0 future-0.18.2 github3.py-3.0.0 gunicorn-20.1.0 hashin-0.15.0 hkdf-0.0.3 html5lib-1.1 httpbin-0.7.0 httpie-2.6.0 humanize-3.12.0 hyperlink-21.0.0 icalendar-4.0.9 identify-2.4.0 idna-3.3 importlab-0.6.1 importlib-resources-5.4.0 incremental-21.3.0 installer-0.3.0 invoke-1.6.0 itsdangerous-2.0.1 jeepney-0.7.1 jinja2-time-0.2.0 jmespath-0.10.0 jsonschema-3.2.0 jwcrypto-1.0 keyring-21.8.0 khal-0.10.4 khard-0.17.0 lockfile-0.12.2 lxml-4.6.4 magic-wormhole-0.12.0 mariadb-1.0.8 msgpack-1.0.3 multidict-5.2.0 mycli-1.24.1 mypy-extensions-0.4.3 netaddr-0.8.0 networkx-2.6.3 nodeenv-1.6.0 packaging-21.3 paramiko-2.8.0 parse-1.19.0 parsedatetime-2.6 passhole-1.9.7 passlib-1.7.4 pastel-0.2.1 pathlib2-2.3.6 pathspec-0.9.0 pdm-1.10.3 pdm-pep517-0.8.6 pendulum-2.1.2 pep517-0.12.0 pexpect-4.8.0 pgcli-3.2.0 pgspecial-1.13.0 pip-api-0.0.23 pipenv-2021.11.23 pkginfo-1.8.1 platformdirs-2.4.0 pluggy-1.0.0 plumbum-1.7.1 poetry-1.1.11 poetry-core-1.0.7 poyo-0.5.0 pre-commit-2.15.0 prompt-toolkit-3.0.22 protobuf-3.19.1 psutil-5.8.0 psycopg2-2.9.2 ptyprocess-0.7.0 pur-5.4.2 py-1.11.0 pyaes-1.6.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycairo-1.20.1 pycparser-2.21 pycryptodomex-3.11.0 pygments-2.10.0 pykeepass-4.0.1 pykeepass-cache-2.0.3 pylev-1.4.0 pymongo-3.12.1 pynacl-1.4.0 pynput-1.7.5 pyopenssl-21.0.0 pyotp-2.6.0 pyparsing-3.0.6 pyperclip-1.8.2 pyrsistent-0.18.0 python-daemon-2.3.0 python-dateutil-2.8.2 python-dotenv-0.19.2 python-gitlab-2.10.1 python-slugify-5.0.2 python-xlib-0.31 pythonfinder-1.2.9 pytz-2021.3 pytz-deprecation-shim-0.1.0.post0 pytzdata-2020.1 pyxdg-0.27 pyyaml-6.0 raven-6.10.0 redis-4.0.2 regex-2021.11.10 remarshal-0.14.0 requests-2.26.0 requests-aws4auth-1.1.1 requests-toolbelt-0.9.1 resolvelib-0.7.1 rpyc-5.0.1 rsa-4.7.2 ruamel.yaml-0.17.17 ruamel.yaml.clib-0.2.6 s3transfer-0.5.0 service-identity-21.1.0 setproctitle-1.2.2 sh-1.14.2 shellingham-1.4.0 spake2-0.8 sqlparse-0.3.1 tabulate-0.8.9 template-0.7.6 termcolor-1.1.0 text-unidecode-1.3 texttable-1.6.4 todoman-4.0.1 toml-0.10.2 tomli-1.2.2 tomli-w-0.4.0 tomlkit-0.7.2 tox-3.24.4 tqdm-4.62.3 twisted-21.7.0 txaio-21.2.1 txtorcon-21.1.0 typing-extensions-4.0.0 tzdata-2021.5 tzlocal-4.1 u-msgpack-python-2.7.1 unidecode-1.3.2 uritemplate-4.1.1 urllib3-1.26.4 urwid-2.1.2 virtualenv-20.10.0 virtualenv-clone-0.5.7 vobject-0.9.6.1 voluptuous-0.12.2 wcwidth-0.2.5 webencodings-0.5.1 websocket-client-1.2.1 werkzeug-2.0.2 wheel-0.37.0 wrapt-1.13.3 yarl-1.7.2 zipp-3.6.0 zope.interface-5.4.0
+ echo pdm-publish pdm-version
+ xargs -n1 pdm plugin add
Installation succeeds.
Installation succeeds.
+ export GOPATH=/usr/local/lib/go
+ GOPATH=/usr/local/lib/go
+ export PATH=/usr/local/lib/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/usr/local/lib/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ mkdir /usr/local/lib/go
+ go get github.com/keybase/client/go/keybase
go: downloading github.com/keybase/client/go v0.0.0-20211124140633-69e785c81394
go: downloading github.com/keybase/client v5.8.1+incompatible
go: downloading github.com/keybase/go-framed-msgpack-rpc v0.0.0-20211118173254-f892386581e8
go: downloading golang.org/x/net v0.0.0-20211118161319-6a13c67c3ce4
go: downloading github.com/hashicorp/golang-lru v0.5.4
go: downloading github.com/keybase/cli v1.2.1-0.20191217150554-9323fd7ddfab
go: downloading github.com/keybase/go-logging v0.0.0-20211118164508-35a15a9fa71a
go: downloading github.com/mattn/go-isatty v0.0.14
go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
go: downloading github.com/keybase/go-jsonw v0.0.0-20200131153605-3e5b58caddd9
go: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading github.com/keybase/go-kext v0.0.0-20211119181951-8d5d2e919472
go: downloading github.com/keybase/go-updater v0.0.0-20200416153205-e86066838ee4
go: downloading golang.org/x/text v0.3.7
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/go-errors/errors v1.0.1
go: downloading github.com/keybase/backoff v1.0.1-0.20160517061000-726b63b835ec
go: downloading github.com/keybase/clockwork v0.1.1-0.20161209210251-976f45f4a979
go: downloading github.com/keybase/stellarnet v0.0.0-20200311180805-6c05850f9050
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/stellar/go v0.0.0-20191010205648-0fc3bfe3dfa7
go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
go: downloading github.com/PuerkitoBio/goquery v1.0.0
go: downloading github.com/miekg/dns v1.1.35
go: downloading github.com/btcsuite/btcutil v0.0.0-20180706230648-ab6388e0c60a
go: downloading github.com/buger/jsonparser v0.0.0-20180131123142-4be68c93a244
go: downloading github.com/dustin/go-humanize v1.0.0
go: downloading github.com/keybase/go-codec v0.0.0-20180928230036-164397562123
go: downloading github.com/keybase/go-crypto v0.0.0-20200123153347-de78d2cb44f4
go: downloading github.com/keybase/go-keychain v0.0.0-20211119201326-e02f34051621
go: downloading github.com/keybase/go-triplesec v0.0.0-20211109205539-1f96eeacbd86
go: downloading github.com/keybase/go-winio v0.4.12-0.20180913221037-b1d96ab97b58
go: downloading github.com/keybase/go.dbus v0.0.0-20200324223359-a94be52c0b03
go: downloading github.com/keybase/saltpack v0.0.0-20211118165207-4039c5df46c0
go: downloading github.com/pkg/xattr v0.2.2
go: downloading github.com/stretchr/testify v1.7.0
go: downloading github.com/syndtr/goleveldb v1.0.0
go: downloading golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
go: downloading stathat.com/c/ramcache v1.0.0
go: downloading bazil.org/fuse v0.0.0-20200424023519-3c101025617f
go: downloading github.com/araddon/dateparse v0.0.0-20180729174819-cfd92a431d0e
go: downloading github.com/kr/text v0.2.0
go: downloading github.com/kyokomi/emoji v2.2.2+incompatible
go: downloading github.com/keybase/msgpackzip v0.0.0-20211109205514-10e4bc329851
go: downloading golang.org/x/image v0.0.0-20190802002840-cff245a6509b
go: downloading camlistore.org v0.0.0-20161205184337-c55c8602d3ce
go: downloading github.com/keybase/golang-ico v0.0.0-20181117022008-819cbeb217c9
go: downloading github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5
go: downloading mvdan.cc/xurls/v2 v2.0.0-00010101000000-000000000000
go: downloading github.com/deckarep/golang-set v1.7.2-0.20180927150649-699df6a3acf6
go: downloading github.com/keybase/go-porterstemmer v1.0.2-0.20181016185745-521f1ed5c3f7
go: downloading github.com/keybase/colly v1.1.1-0.20190207010505-9a56fbe6c0e6
go: downloading github.com/keybase/pipeliner v0.0.0-20190828022149-31ef4ee63659
go: downloading github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19
go: downloading github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a
go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
go: downloading github.com/andybalholm/cascadia v0.0.0-20150730174459-3ad29d1ad1c4
go: downloading github.com/BurntSushi/toml v0.4.1
go: downloading github.com/shopspring/decimal v1.1.1-0.20191009025716-f1972eb1d1f5
go: downloading github.com/manucorporat/sse v0.0.0-20160126180136-ee05b128a739
go: downloading rsc.io/qr v0.2.0
go: downloading github.com/asaskevich/govalidator v0.0.0-20180319081651-7d2e70ef918f
go: downloading github.com/lib/pq v1.10.4
go: downloading github.com/stellar/go-xdr v0.0.0-20180917104419-0bc96f33a18e
go: downloading github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/stretchr/objx v0.2.0
go: downloading github.com/segmentio/go-loggly v0.5.1-0.20171222203950-eb91657e62b2
go: downloading github.com/sirupsen/logrus v1.8.1
go: downloading github.com/golang/mock v1.6.0
go: downloading github.com/rwcarlsen/goexif v0.0.0-20150520140647-709fab3d192d
go: downloading github.com/nf/cr2 v0.0.0-20140528043846-05d46fef4f2f
go: downloading go4.org v0.0.0-20161118210015-09d86de304dc
go: downloading github.com/temoto/robotstxt v0.0.0-20180810133444-97ee4a9ee6ea
go: downloading github.com/antchfx/xmlquery v0.0.0-20181024140136-98cdbc3221ed
go: downloading github.com/antchfx/htmlquery v0.0.0-20180925020018-98389addba3d
go: downloading github.com/kennygrant/sanitize v1.2.4
go: downloading github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca
go: downloading github.com/gocolly/colly v1.1.1-0.20190204140905-b3032e87d3ef
go: downloading github.com/gobwas/glob v0.2.4-0.20181002190808-e7a84e9525fe
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/antchfx/xpath v0.0.0-20180922041825-3de91f3991a1
go: downloading github.com/golang/protobuf v1.5.2
go: downloading google.golang.org/protobuf v1.27.1
go: github.com/stellar/go@v0.0.0-20191010205648-0fc3bfe3dfa7 requires
	bitbucket.org/ww/goautoneg@v0.0.0-20120707110453-75cd24fc2f2c: reading https://api.bitbucket.org/2.0/repositories/ww/goautoneg?fields=scm: 404 Not Found
+ true
+ go install -tags production github.com/keybase/client/go/keybase
go install: version is required when current directory is not in a module
	Try 'go install github.com/keybase/client/go/keybase@latest' to install the latest version
+ true
+ go get github.com/keybase/client/go/kbfs/kbfsfuse
go: downloading github.com/eapache/channels v1.1.0
go: downloading gopkg.in/src-d/go-billy.v4 v4.3.2
go: downloading github.com/rcrowley/go-metrics v0.0.0-20161128210544-1f30fe9094a5
go: downloading github.com/gammazero/workerpool v0.0.0-20181230203049-86a96b5d5d92
go: downloading github.com/keybase/go-merkle-tree v0.0.0-20211118173306-f89b06604d00
go: downloading github.com/shirou/gopsutil v2.18.13-0.20181231150826-db425313bfa8+incompatible
go: downloading github.com/vividcortex/ewma v1.1.2-0.20170804035156-43880d236f69
go: downloading gopkg.in/src-d/go-git.v4 v4.13.1
go: downloading github.com/blevesearch/bleve v0.8.2-0.20191030071327-189ee421f71e
go: downloading github.com/eapache/queue v1.1.1-0.20180227141424-093482f3f8ce
go: downloading github.com/gammazero/deque v0.0.0-20180920172122-f6adf94963e4
go: downloading mvdan.cc/xurls/v2 v2.0.0-00010101000000-000000000000
go: downloading github.com/src-d/gcfg v1.3.0
go: downloading github.com/emirpasic/gods v1.12.1-0.20181020102604-7c131f671417
go: downloading github.com/sergi/go-diff v1.2.0
go: downloading github.com/StackExchange/wmi v1.2.1
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/go-ole/go-ole v1.2.6
go: downloading github.com/kevinburke/ssh_config v0.0.0-20180830205328-81db2a75821e
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/xanzy/ssh-agent v0.2.0
go: downloading github.com/pelletier/go-buffruneio v0.3.0
go: downloading github.com/blevesearch/segment v0.8.0
go: downloading github.com/steveyen/gtreap v0.0.0-20150807155958-0abe01ef9be2
go: downloading github.com/blevesearch/go-porterstemmer v1.0.3
go: downloading github.com/etcd-io/bbolt v1.3.3
go: downloading github.com/couchbase/vellum v1.0.0
go: downloading github.com/RoaringBitmap/roaring v0.4.22-0.20191112221735-4d53b29a8f7d
go: downloading github.com/edsrzf/mmap-go v1.0.1-0.20190108065903-904c4ced31cd
go: downloading github.com/willf/bitset v1.1.11-0.20190404145324-77892cd8d53f
go: downloading github.com/glycerine/go-unsnap-stream v0.0.0-20181221182339-f9677308dec2
go: downloading github.com/tinylib/msgp v1.1.0
go: downloading github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae
go: downloading github.com/philhofer/fwd v1.0.0
go: github.com/stellar/go@v0.0.0-20191010205648-0fc3bfe3dfa7 requires
	bitbucket.org/ww/goautoneg@v0.0.0-20120707110453-75cd24fc2f2c: reading https://api.bitbucket.org/2.0/repositories/ww/goautoneg?fields=scm: 404 Not Found
+ true
+ export GO111MODULE=on
+ GO111MODULE=on
+ go install github.com/giantswarm/semver-bump@latest
go: downloading github.com/giantswarm/semver-bump v0.0.0-20181008095244-e8413386a9b8
go: finding module for package github.com/spf13/cobra
go: finding module for package github.com/coreos/go-semver/semver
go: finding module for package github.com/juju/errgo/errors
go: downloading github.com/coreos/go-semver v0.3.0
go: downloading github.com/juju/errgo v0.0.0-20140925100237-08cceb5d0b53
go: downloading github.com/spf13/cobra v1.2.1
go: found github.com/coreos/go-semver/semver in github.com/coreos/go-semver v0.3.0
go: found github.com/juju/errgo/errors in github.com/juju/errgo v0.0.0-20140925100237-08cceb5d0b53
go: found github.com/spf13/cobra in github.com/spf13/cobra v1.2.1
go: downloading github.com/spf13/pflag v1.0.5
+ go install github.com/nishanths/license/v5@latest
go: downloading github.com/nishanths/license/v5 v5.0.2
go: downloading github.com/nishanths/license v1.0.0
go: downloading github.com/nishanths/go-hgconfig v1.0.1
go: downloading github.com/tcnksm/go-gitconfig v0.1.2
+ go install github.com/spelufo/on-change@latest
go: downloading github.com/spelufo/on-change v0.0.0-20170316011256-467b692e5a27
go: finding module for package github.com/fsnotify/fsnotify
go: downloading github.com/fsnotify/fsnotify v1.5.1
go: found github.com/fsnotify/fsnotify in github.com/fsnotify/fsnotify v1.5.1
go: downloading golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
+ go install github.com/kaorimatz/mysqldump-loader@v0.4.1
go: downloading github.com/kaorimatz/mysqldump-loader v0.4.1
go: downloading github.com/go-sql-driver/mysql v1.5.0
+ go install github.com/lucagrulla/cw@latest
go: downloading github.com/lucagrulla/cw v1.7.2
go: downloading gopkg.in/alecthomas/kingpin.v2 v2.2.6
go: downloading github.com/fatih/color v1.7.0
go: downloading github.com/aws/aws-sdk-go v1.14.17
go: downloading github.com/mattn/go-colorable v0.0.9
go: downloading github.com/mattn/go-isatty v0.0.3
go: downloading github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
go: downloading github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
go: downloading github.com/go-ini/ini v1.37.0
go: downloading github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8
+ go get github.com/genuinetools/reg@v0.16.1
go: downloading github.com/genuinetools/reg v0.16.1
go: downloading github.com/genuinetools/pkg v0.0.0-20181022210355-2fcf164d37cb
go: downloading github.com/gorilla/mux v1.7.3
go: downloading github.com/mitchellh/go-wordwrap v1.0.0
go: downloading github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
go: downloading github.com/sirupsen/logrus v1.4.2
go: downloading github.com/docker/cli v0.0.0-20190913211141-95327f4e6241
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading github.com/docker/docker v1.4.2-0.20190916154449-92cc603036dd
go: downloading github.com/coreos/clair v2.0.1-0.20190910143208-94150ab1f4ac+incompatible
go: downloading github.com/opencontainers/go-digest v1.0.0-rc1
go: downloading google.golang.org/grpc v1.23.1
go: downloading github.com/peterhellberg/link v1.0.0
go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
go: downloading golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
go: downloading golang.org/x/net v0.0.0-20190311183353-d8887717615a
go: downloading github.com/golang/protobuf v1.2.0
go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
go: downloading golang.org/x/text v0.3.0
go: downloading github.com/pkg/errors v0.8.1
go: downloading github.com/docker/docker-credential-helpers v0.6.3
go: downloading github.com/opencontainers/runc v0.1.1
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/docker/go-units v0.4.0
go: downloading github.com/containerd/containerd v1.2.9
go: downloading github.com/gogo/protobuf v1.3.0
go: downloading github.com/Microsoft/hcsshim v0.8.6
go: downloading github.com/Microsoft/go-winio v0.4.14
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.11.1
go: downloading github.com/stretchr/testify v1.2.2
go: downloading github.com/deckarep/golang-set v1.7.1
go: downloading github.com/fernet/fernet-go v0.0.0-20180830025343-9eac43b88a5e
go get: installing executables with 'go get' in module mode is deprecated.
	Use 'go install pkg@version' instead.
	For more information, see https://golang.org/doc/go-get-install-deprecation
	or run 'go help get' or 'go help install'.
+ wget 'https://git.shore.co.il/shore/toolbox-build/-/jobs/artifacts/master/raw/toolbox.tar.gz?job=build' -qO /tmp/toolbox.tar.gz
+ tar -xzf /tmp/toolbox.tar.gz -C /usr/local/
+ wget https://raw.githubusercontent.com/rabbitmq/rabbitmq-server/v3.8.16/deps/rabbitmq_management/bin/rabbitmqadmin -qO /usr/local/bin/rabbitmqadmin
+ chmod +x /usr/local/bin/rabbitmqadmin
+ mkdir /usr/local/share/bfg
+ wget 'https://search.maven.org/remote_content?g=com.madgag&a=bfg&v=LATEST' -qO /usr/local/share/bfg/bfg.jar
+ for i in 0.12 0.13 0.14 0.15 1.0
+ tfenv install 'latest:^0.12'
Installing Terraform v0.12.31
Downloading release tarball from https://releases.hashicorp.com/terraform/0.12.31/terraform_0.12.31_linux_amd64.zip

################                                                          22.5%
#############################################                             63.3%
######################################################################## 100.0%
Downloading SHA hash file from https://releases.hashicorp.com/terraform/0.12.31/terraform_0.12.31_SHA256SUMS
No keybase install found, skipping OpenPGP signature verification
Archive:  tfenv_download.1hGWky/terraform_0.12.31_linux_amd64.zip
  inflating: /usr/local/Cellar/tfenv/2.2.2/versions/0.12.31/terraform  
Installation of terraform v0.12.31 successful. To make this your default version, run 'tfenv use 0.12.31'
+ for i in 0.12 0.13 0.14 0.15 1.0
+ tfenv install 'latest:^0.13'
Installing Terraform v0.13.7
Downloading release tarball from https://releases.hashicorp.com/terraform/0.13.7/terraform_0.13.7_linux_amd64.zip

##############                                                            19.7%
######################################                                    53.1%
##############################################################            86.8%
######################################################################## 100.0%
Downloading SHA hash file from https://releases.hashicorp.com/terraform/0.13.7/terraform_0.13.7_SHA256SUMS
No keybase install found, skipping OpenPGP signature verification
Archive:  tfenv_download.VYLBQI/terraform_0.13.7_linux_amd64.zip
  inflating: /usr/local/Cellar/tfenv/2.2.2/versions/0.13.7/terraform  
Installation of terraform v0.13.7 successful. To make this your default version, run 'tfenv use 0.13.7'
+ for i in 0.12 0.13 0.14 0.15 1.0
+ tfenv install 'latest:^0.14'
Installing Terraform v0.14.11
Downloading release tarball from https://releases.hashicorp.com/terraform/0.14.11/terraform_0.14.11_linux_amd64.zip

##########                                                                14.4%
###################################                                       49.1%
############################################################              83.4%
######################################################################## 100.0%
Downloading SHA hash file from https://releases.hashicorp.com/terraform/0.14.11/terraform_0.14.11_SHA256SUMS
No keybase install found, skipping OpenPGP signature verification
Archive:  tfenv_download.ilh7HL/terraform_0.14.11_linux_amd64.zip
  inflating: /usr/local/Cellar/tfenv/2.2.2/versions/0.14.11/terraform  
Installation of terraform v0.14.11 successful. To make this your default version, run 'tfenv use 0.14.11'
+ for i in 0.12 0.13 0.14 0.15 1.0
+ tfenv install 'latest:^0.15'
Installing Terraform v0.15.5
Downloading release tarball from https://releases.hashicorp.com/terraform/0.15.5/terraform_0.15.5_linux_amd64.zip

#############                                                             19.4%
#######################################                                   54.9%
#################################################################         90.4%
######################################################################## 100.0%
Downloading SHA hash file from https://releases.hashicorp.com/terraform/0.15.5/terraform_0.15.5_SHA256SUMS
No keybase install found, skipping OpenPGP signature verification
Archive:  tfenv_download.LBnOLw/terraform_0.15.5_linux_amd64.zip
  inflating: /usr/local/Cellar/tfenv/2.2.2/versions/0.15.5/terraform  
Installation of terraform v0.15.5 successful. To make this your default version, run 'tfenv use 0.15.5'
+ for i in 0.12 0.13 0.14 0.15 1.0
+ tfenv install 'latest:^1.0'
Installing Terraform v1.0.11
Downloading release tarball from https://releases.hashicorp.com/terraform/1.0.11/terraform_1.0.11_linux_amd64.zip

#########################                                                 35.4%
#######################################################################   99.2%
######################################################################## 100.0%
Downloading SHA hash file from https://releases.hashicorp.com/terraform/1.0.11/terraform_1.0.11_SHA256SUMS
No keybase install found, skipping OpenPGP signature verification
Archive:  tfenv_download.mMoFSK/terraform_1.0.11_linux_amd64.zip
  inflating: /usr/local/Cellar/tfenv/2.2.2/versions/1.0.11/terraform  
Installation of terraform v1.0.11 successful. To make this your default version, run 'tfenv use 1.0.11'
+ tfenv install latest
Terraform v1.0.11 is already installed
+ tfenv use latest
Switching default version to v1.0.11
Switching completed
+ _PIPENV_COMPLETE=bash_source
+ pipenv
+ rabbitmqadmin --bash-completion
+ poetry completions bash
+ register-python-argcomplete gitlab
+ invoke --print-completion-script bash
+ fab --print-completion-script bash
+ helm completion bash
+ semver-bump completion bash
+ pdm completion bash
+ wget https://raw.githubusercontent.com/docker/compose/1.29.2/contrib/completion/bash/docker-compose -qO /etc/bash_completion.d/docker-compose
+ wget https://raw.githubusercontent.com/ansible-community/molecule/1.25.1/asset/bash_completion/molecule.bash-completion.sh -qO /etc/bash_completion.d/molecule
+ wget https://github.com/mrolli/packer-bash-completion/raw/master/packer -qO /etc/bash_completion.d/packer
+ mkdir /usr/local/share/ca-certificates
+ wget https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem -qO -
+ awk '/-----BEGIN[A-Z0-9 ]*CERTIFICATE-----/ {n++} n > 0 {print > ("/usr/local/share/ca-certificates/rds-" (1+n) ".crt")}'
+ update-ca-certificates
Updating certificates in /etc/ssl/certs...
30 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...

Adding debian:rds-10.pem
Adding debian:rds-11.pem
Adding debian:rds-12.pem
Adding debian:rds-13.pem
Adding debian:rds-14.pem
Adding debian:rds-15.pem
Adding debian:rds-16.pem
Adding debian:rds-17.pem
Adding debian:rds-18.pem
Adding debian:rds-19.pem
Adding debian:rds-2.pem
Adding debian:rds-20.pem
Adding debian:rds-21.pem
Adding debian:rds-22.pem
Adding debian:rds-23.pem
Adding debian:rds-24.pem
Adding debian:rds-25.pem
Adding debian:rds-26.pem
Adding debian:rds-27.pem
Adding debian:rds-28.pem
Adding debian:rds-29.pem
Adding debian:rds-3.pem
Adding debian:rds-30.pem
Adding debian:rds-31.pem
Adding debian:rds-4.pem
Adding debian:rds-5.pem
Adding debian:rds-6.pem
Adding debian:rds-7.pem
Adding debian:rds-8.pem
Adding debian:rds-9.pem
done.
done.
+ mkdir /etc/krb5.conf.d
+ echo VARIANT_ID=container
+ echo 'export PATH=/usr/local/lib/go/bin:$PATH'
+ touch /etc/localtime
+ sed -i -e 's/ ALL$/ NOPASSWD:ALL/' /etc/sudoers
+ install -d -m 777 /Volumes
+ install -d -m 777 /keybase
+ rm /etc/ssh/ssh_host_ecdsa_key /etc/ssh/ssh_host_ecdsa_key.pub /etc/ssh/ssh_host_ed25519_key /etc/ssh/ssh_host_ed25519_key.pub /etc/ssh/ssh_host_rsa_key /etc/ssh/ssh_host_rsa_key.pub
+ rm -rf /tmp/consul-test /tmp/hsperfdata_root /tmp/toolbox.tar.gz '/var/tmp/*' /var/lib/apt/lists/apt.releases.hashicorp.com_dists_buster_InRelease /var/lib/apt/lists/apt.releases.hashicorp.com_dists_buster_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/auxfiles /var/lib/apt/lists/cli-assets.heroku.com_apt_._InRelease /var/lib/apt/lists/cli-assets.heroku.com_apt_._Packages.lz4 /var/lib/apt/lists/deb.debian.org_debian_dists_testing-backports_InRelease /var/lib/apt/lists/deb.debian.org_debian_dists_testing_InRelease /var/lib/apt/lists/deb.debian.org_debian_dists_testing_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/dl.cloudsmith.io_public_cloudposse_packages_deb_debian_dists_any-version_InRelease /var/lib/apt/lists/dl.cloudsmith.io_public_cloudposse_packages_deb_debian_dists_any-version_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/lock /var/lib/apt/lists/packages.cloud.google.com_apt_dists_cloud-sdk_InRelease /var/lib/apt/lists/packages.cloud.google.com_apt_dists_cloud-sdk_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/partial /var/lib/apt/lists/repo.mongodb.org_apt_debian_dists_buster_mongodb-org_4.4_Release /var/lib/apt/lists/repo.mongodb.org_apt_debian_dists_buster_mongodb-org_4.4_Release.gpg /var/lib/apt/lists/repo.mongodb.org_apt_debian_dists_buster_mongodb-org_4.4_main_binary-amd64_Packages.lz4 /var/cache/apt/archives/lock /var/cache/apt/archives/partial /root/.cache/Homebrew /root/.cache/go-build /root/.cache/pip /usr/local/share/brew/Library/Taps/homebrew
Removing intermediate container 715878ff5f98
 ---> 457e278bca79
Step 20/26 : COPY --chown=root:root bfg /usr/local/bin/
 ---> 7e4217cb8842
Step 21/26 : COPY --chown=root:root bash_completion.d/* /etc/bash_completion.d/
 ---> 4395e5c97cf1
Step 22/26 : LABEL com.github.containers.toolbox="true"       com.github.debarshiray.toolbox="true"
 ---> Running in cb7e106cf4f4
Removing intermediate container cb7e106cf4f4
 ---> ae6de3cdcb99
Step 23/26 : ENV PATH /usr/local/lib/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
 ---> Running in fb9bd06cbd9b
Removing intermediate container fb9bd06cbd9b
 ---> e3aa44fbbd2d
Step 24/26 : ENV HOMEBREW_NO_AUTO_UPDATE 1
 ---> Running in 7c87fbb3b293
Removing intermediate container 7c87fbb3b293
 ---> 7838b26ee77f
Step 25/26 : VOLUME /run/sshd
 ---> Running in e618c81877e4
Removing intermediate container e618c81877e4
 ---> 538a4450179a
Step 26/26 : CMD ["/bin/bash"]
 ---> Running in e8ee647733d3
Removing intermediate container e8ee647733d3
 ---> 500a78d73c8c
Successfully built 500a78d73c8c
Successfully tagged registry.shore.co.il/workbench:latest
Building sshd ... done
section_end:1637859074:step_script
section_start:1637859074:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1637859075:cleanup_file_variables
Job succeeded