Running with gitlab-runner 13.11.0 (7f7a4bb0)  on ns4.shore.co.il PBtBuDJs section_start:1620852950: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:42335758fa2f5228541488671edab622b57a3108a4300c252da67fcb93da2c0f for registry.shore.co.il/ci-images:docker with digest registry.shore.co.il/ci-images@sha256:ed217ea3eb0087c333482a6e7aac2d725b4175880c63e5a48b5ffe4fa8d4c09a ... section_end:1620852953:prepare_executor section_start:1620852953:prepare_script Preparing environment Running on runner-pbtbudjs-project-64-concurrent-0 via 6220107336c3... section_end:1620852954:prepare_script section_start:1620852954: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 465e40c8 as master... Removing .cache/ Skipping Git submodules setup section_end:1620852956:get_sources section_start:1620852956:step_script Executing "step_script" stage of the job script Using docker image sha256:42335758fa2f5228541488671edab622b57a3108a4300c252da67fcb93da2c0f for registry.shore.co.il/ci-images:docker with digest registry.shore.co.il/ci-images@sha256:ed217ea3eb0087c333482a6e7aac2d725b4175880c63e5a48b5ffe4fa8d4c09a ... $ if [ -n "${CI_COMMIT_TAG:-}" ] # collapsed multi-line command TAG=latest $ docker-compose build --no-cache --parallel --pull Building sshd ... Building sshd Step 1/15 : FROM registry.hub.docker.com/library/buildpack-deps:testing as repo-key testing: Pulling from library/buildpack-deps Digest: sha256:a253f3f6d0a06a303e2560c539e2b56399c577f347aeb802c432421b087b3f0d Status: Downloaded newer image for registry.hub.docker.com/library/buildpack-deps:testing ---> 424b0b8dec4a Step 2/15 : WORKDIR /gnupghome ---> Running in 451b434d565f Removing intermediate container 451b434d565f ---> 0fcbb0bb6e4c Step 3/15 : ENV GNUPGHOME /gnupghome ---> Running in dbc9a095ae82 Removing intermediate container dbc9a095ae82 ---> b09aa51a4063 Step 4/15 : RUN curl https://www.mongodb.org/static/pgp/server-4.4.asc | gpg --dearmor > mongodb.gpg ---> Running in ab5561443d3d  % Total % Received % Xferd Average Speed Time Time Time Current  Dload Upload Total  Spent Left Speed 0 0  0 0 0 0  0  0 --:--:-- --:--:-- --:--:--  0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1674 100 1674 0 0 4185 0 --:--:-- --:--:-- --:--:-- 4174 Removing intermediate container ab5561443d3d ---> beeab210a6f1 Step 5/15 : RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg > google-cloud.gpg ---> Running in 43d8a811ec1d  % 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 39640 0 --:--:-- --:--:-- --:--:-- 39640 Removing intermediate container 43d8a811ec1d ---> 7f03c3fd4e4a Step 6/15 : FROM registry.hub.docker.com/library/buildpack-deps:testing testing: Pulling from library/buildpack-deps Digest: sha256:a253f3f6d0a06a303e2560c539e2b56399c577f347aeb802c432421b087b3f0d Status: Image is up to date for registry.hub.docker.com/library/buildpack-deps:testing ---> 424b0b8dec4a Step 7/15 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends apt-transport-https ca-certificates gnupg && rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* ---> Running in 9d279463bd29 Get:1 http://deb.debian.org/debian bullseye InRelease [146 kB] Get:2 http://deb.debian.org/debian bullseye-updates InRelease [40.1 kB] Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8192 kB] Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [812 B] Fetched 8423 kB in 2s (5525 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... ca-certificates is already the newest version (20210119). gnupg is already the newest version (2.2.27-2). The following NEW packages will be installed: apt-transport-https 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 159 kB of archives. After this operation, 166 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian bullseye/main amd64 apt-transport-https all 2.2.3 [159 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 159 kB in 0s (7435 kB/s) Selecting previously unselected package apt-transport-https. (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 ... 22745 files and directories currently installed.) Preparing to unpack .../apt-transport-https_2.2.3_all.deb ... Unpacking apt-transport-https (2.2.3) ... Setting up apt-transport-https (2.2.3) ... Removing intermediate container 9d279463bd29 ---> b319645e4f14 Step 8/15 : COPY --from=repo-key /gnupghome/mongodb.gpg /usr/share/keyrings/mongodb.gpg ---> dfd32be2060d Step 9/15 : COPY mongodb.sources /etc/apt/sources.list.d/ ---> 7120175f5588 Step 10/15 : COPY --from=repo-key /gnupghome/google-cloud.gpg /usr/share/keyrings/google-cloud.gpg ---> 93895130c4dd Step 11/15 : COPY google-cloud.sources /etc/apt/sources.list.d/ ---> ea229af5d59b Step 12/15 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends apache2-utils bash-completion bats bundler bzr cmake composer dbus-x11 default-jdk-headless default-mysql-client devscripts direnv dnsutils docker.io dos2unix easy-rsa entr expect flatpak flatpak-builder flatpak-xdg-utils ftp gir1.2-glib-2.0 gir1.2-ostree-1.0 gnupg golang google-cloud-sdk go-md2man gpgv hunspell hyphen-en-us ipcalc iputils-ping keyutils krb5-config ldap-utils less libcairo2-dev libcap2-bin libcurl4-gnutls-dev libdbus-1-dev libgirepository1.0-dev libldap2-dev libpq-dev libprotobuf-dev libsasl2-dev libyaml-dev lsof man-db mariadb-client meson mlocate mongodb-database-tools mythes-en-us netcat-openbsd nodejs npm ostree php-cli podman postgresql-client protobuf-compiler python3-dev python3-pip python3-venv redis-tools rename reprepro ruby-dev sharutils shellcheck subversion swaks task-english task-hebrew task-ssh-server telnet time tmux ttyrec udftools unison vagrant vcdimager vim-nox w3m-img whois && 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 && python3 -m pip install --use-deprecated=legacy-resolver ansible ansible-runner awscli awslogs bcrypt black colorama boto boto3 cookiecutter cryptography dnspython docker docker-compose elasticsearch-curator elasticsearch[async] flit Glances gunicorn hashin httpbin httpie identify importlab invoke khal khard magic-wormhole mariadb mycli netaddr parse passhole passlib pgcli pipenv pkp poetry pre-commit protobuf psycopg2 pur pygments pymongo PyMySQL PyGObject pyopenssl redis remarshal requests sh template todoman tox && export GO111MODULE=on && export GOPATH=/usr/lib/go && mkdir -p "$GOPATH" && go get github.com/giantswarm/semver-bump && go get github.com/nishanths/license/v5 && go get github.com/jmespath/jp@0.1.3 && go get github.com/spelufo/on-change && go get github.com/kaorimatz/mysqldump-loader@v0.4.1 && go get github.com/lucagrulla/cw && go get sigs.k8s.io/kind@v0.9.0 && go get github.com/genuinetools/reg@v0.16.1 && wget https://git.shore.co.il/nimrod/rcfiles/-/raw/master/binaries.mk -O /tmp/Makefile && make -C /tmp DESTDIR=/usr/local binaries && wget https://git.shore.co.il/shore/toolbox-build/-/jobs/artifacts/master/raw/toolbox.tar.gz?job=build -O /tmp/toolbox.tar.gz && tar -xzf /tmp/toolbox.tar.gz -C / && mkdir /etc/krb5.conf.d && rm /etc/ssh/ssh_host_* && rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* ---> Running in cc13626e9f47 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] Get:2 http://deb.debian.org/debian bullseye InRelease [146 kB] Get:3 http://deb.debian.org/debian bullseye-updates InRelease [40.1 kB] Ign:4 https://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 InRelease Get:5 https://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 Release [1488 B] Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [812 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 bullseye/main amd64 Packages [8192 kB] Get:9 https://packages.cloud.google.com/apt cloud-sdk InRelease [6739 B] Get:10 https://packages.cloud.google.com/apt cloud-sdk/main amd64 Packages [163 kB] Get:11 https://repo.mongodb.org/apt/debian buster/mongodb-org/4.4/main amd64 Packages [13.7 kB] Fetched 8609 kB in 2s (4995 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... libcairo2-dev is already the newest version (1.16.0-5). libcairo2-dev 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. gir1.2-glib-2.0 is already the newest version (1.66.1-1+b1). gir1.2-glib-2.0 set to manually installed. libyaml-dev is already the newest version (0.2.2-1). libpq-dev is already the newest version (13.2-1). subversion is already the newest version (1.14.1-3). The following additional packages will be installed: bind9-dnsutils bind9-host bind9-libs brz bsdextrautils bubblewrap build-essential ca-certificates-java cmake-data conmon containerd containernetworking-plugins dbus dconf-gsettings-backend dconf-service default-jre-headless dictionaries-common dmsetup emacsen-common fakeroot gir1.2-flatpak-1.0 glib-networking glib-networking-common glib-networking-services gobject-introspection golang-1.15 golang-1.15-doc golang-1.15-go golang-1.15-src golang-doc golang-github-containers-common golang-github-containers-image golang-go golang-src groff-base gsettings-desktop-schemas gyp hunspell-en-us iptables java-common jsonlint libapparmor1 libappstream-glib8 libarchive-tools libarchive13 libargon2-1 libasound2 libasound2-data libavahi-client3 libavahi-common-data libavahi-common3 libavahi-glib1 libb-hooks-op-check-perl libc-ares2 libc-l10n libcap2 libcdio19 libclass-method-modifiers-perl libconfig-inifiles-perl libcups2 libdbus-1-3 libdconf1 libdevel-callchecker-perl libdevmapper1.02.1 libdynaloader-functions-perl libencode-locale-perl libfakeroot libfile-dirlist-perl libfile-homedir-perl libfile-listing-perl libfile-touch-perl libfile-which-perl libflatpak0 libfstrm0 libfuse2 libgc1 libgif7 libgpgme11 libgpm2 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 libid3tag0 libimlib2 libimport-into-perl libio-html-perl libio-pty-perl libio-socket-ssl-perl libip4tc2 libip6tc2 libipc-run-perl libiso9660-11 libjemalloc2 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 liblmdb0 liblocale-gettext-perl liblua5.1-0 liblua5.2-0 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzf1 libmalcontent-0-0 libmnl0 libmodule-runtime-perl libmoo-perl libnet-http-perl libnet-ssleay-perl libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnode-dev libnode72 libnspr4 libnss3 libonig5 libostree-1-1 libparams-classify-perl libpcsclite1 libpipeline1 libpolkit-agent-1-0 libpolkit-gobject-1-0 libpopt0 libprotobuf-c1 libprotobuf-lite23 libprotobuf23 libprotoc23 libproxy1v5 libpython3-dev libpython3.9 libpython3.9-dev librhash0 librole-tiny-perl libruby2.7 libsodium23 libsoup2.4-1 libstemmer0d libstrictures-perl libsub-quote-perl libtcl8.6 libtext-iconv-perl libtimedate-perl libtry-tiny-perl libuchardet0 liburi-perl libutempter0 libuv1 libuv1-dev libvcdinfo0 libwrap0 libwww-perl libwww-robotrules-perl libx11-xcb1 libxtables12 locales lua-bitop lua-cjson mailcap mariadb-client-10.5 mariadb-client-core-10.5 mime-support ninja-build node-abbrev node-agent-base node-ajv node-ansi 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-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-debug node-defaults node-delayed-stream node-delegates node-depd node-ecc-jsbn node-encoding node-err-code node-escape-string-regexp node-extend node-extsprintf node-fast-deep-equal node-forever-agent node-form-data node-fs-write-stream-atomic node-fs.realpath node-function-bind node-gauge node-getpass node-glob 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-parse-better-errors node-json-schema node-json-schema-traverse node-json-stable-stringify node-json-stringify-safe node-jsonify node-jsonparse node-jsonstream node-jsprim node-leven node-lockfile node-lru-cache node-mime node-mime-types node-minimatch node-mkdirp node-move-concurrently node-ms node-mute-stream 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-once node-opener node-osenv 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-puka node-punycode node-qs node-read node-read-package-json node-readable-stream node-resolve node-resolve-from node-retry node-rimraf node-run-queue node-safe-buffer node-semver node-set-blocking node-signal-exit node-slash 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-through 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-server openssh-sftp-server patchutils perl-openssl-defaults php-common php-composer-ca-bundle 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 postgresql-client-13 postgresql-client-common psmisc python-pip-whl python3-breezy python3-certifi python3-configobj python3-dulwich python3-fastimport python3-mako python3-markdown python3-markupsafe python3-patiencediff python3-pkg-resources python3-setuptools python3-six python3-urllib3 python3-wheel python3.9-dev python3.9-venv rake rsync 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 tasksel tasksel-data tcl-expect tcl8.6 tini unison-2.51+4.11.1 vim-common vim-runtime w3m wdiff xdg-dbus-proxy xdg-utils xxd zip Suggested packages: brz-doc python3-breezy.tests cmake-doc fossil php-zip default-jre adequate at 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 tk8.6 avahi-daemon malcontent-gui p7zip-full xdg-desktop-portal 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 openoffice.org-hunspell | openoffice.org-core libreoffice-writer firewalld kmod libsasl2-modules libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal lrzip libasound2-plugins alsa-utils cups-common libcurl4-doc libgnutls28-dev libidn11-dev librtmp-dev libssh2-1-dev fuse libgirepository1.0-doc gpm libdata-dump-perl libcrypt-ssleay-perl libscalar-number-perl pcscd libbareword-filehandles-perl libindirect-perl libmultidimensional-perl libauthen-ntlm-perl apparmor nocache 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 molly-guard monkeysphere ssh-askpass ufw php-symfony-event-dispatcher php-symfony-lock php-symfony-service-implementation php-pear containers-storage docker-compose postgresql-13 postgresql-doc-13 protobuf-mode-el 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-openssl python3-socks ruby-redis inoticoming lzip ri sharutils-doc perl-doc tcl-tclreadline dvd+rw-tools udfclient virtualbox cscope vim-doc cmigemo dict dict-wn dictd libsixel-bin w3m-el xsel wdiff-doc Recommended packages: parallel python3-gpg sudo 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 opensc desktop-file-utils gtk-update-icon-cache libpam-systemd p11-kit policykit-1 xdg-desktop-portal xdg-desktop-portal-gtk | xdg-desktop-portal-backend elfutils python3-crcmod nftables alsa-ucm-conf alsa-topology-conf libpam-cap libhtml-format-perl libclone-perl javascript-common libclass-xsaccessor-perl libnamespace-clean-perl libsub-name-perl 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 default-logind | logind | libpam-systemd ncurses-term xauth buildah fuse-overlayfs slirp4netns uidmap golang-github-containernetworking-plugin-dnsname python3-launchpadlib python3-github python3-gitlab python3-pygments python3-yaml libio-stringy-perl libpod-parser-perl fonts-lato ruby2.7-doc criu libio-socket-inet6-perl libnet-dns-perl util-linux-locales ibritish iamerican libhdate1 bidiv culmus hspell aspell-he mlterm laptop-detect udev vagrant-libvirt libfile-mimeinfo-perl libnet-dbus-perl libx11-protocol-perl x11-utils x11-xserver-utils The following packages will be REMOVED: libcurl4-openssl-dev The following NEW packages will be installed: apache2-utils bash-completion bats bind9-dnsutils bind9-host bind9-libs brz bsdextrautils bubblewrap build-essential bundler bzr ca-certificates-java cmake cmake-data composer conmon containerd containernetworking-plugins dbus dbus-x11 dconf-gsettings-backend dconf-service default-jdk-headless default-jre-headless default-mysql-client devscripts dictionaries-common direnv dmsetup dnsutils docker.io dos2unix easy-rsa emacsen-common entr expect fakeroot flatpak flatpak-builder flatpak-xdg-utils ftp gir1.2-flatpak-1.0 gir1.2-ostree-1.0 glib-networking glib-networking-common glib-networking-services go-md2man gobject-introspection golang golang-1.15 golang-1.15-doc golang-1.15-go golang-1.15-src golang-doc golang-github-containers-common golang-github-containers-image golang-go golang-src google-cloud-sdk groff-base gsettings-desktop-schemas gyp hunspell hunspell-en-us hyphen-en-us ipcalc iptables iputils-ping java-common jsonlint keyutils krb5-config ldap-utils less libapparmor1 libappstream-glib8 libarchive-tools libarchive13 libargon2-1 libasound2 libasound2-data libavahi-client3 libavahi-common-data libavahi-common3 libavahi-glib1 libb-hooks-op-check-perl libc-ares2 libc-l10n libcap2 libcap2-bin libcdio19 libclass-method-modifiers-perl libconfig-inifiles-perl libcups2 libcurl4-gnutls-dev libdbus-1-3 libdbus-1-dev libdconf1 libdevel-callchecker-perl libdevmapper1.02.1 libdynaloader-functions-perl libencode-locale-perl libfakeroot libfile-dirlist-perl libfile-homedir-perl libfile-listing-perl libfile-touch-perl libfile-which-perl libflatpak0 libfstrm0 libfuse2 libgc1 libgif7 libgirepository1.0-dev libgpgme11 libgpm2 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 libid3tag0 libimlib2 libimport-into-perl libio-html-perl libio-pty-perl libio-socket-ssl-perl libip4tc2 libip6tc2 libipc-run-perl libiso9660-11 libjemalloc2 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 libldap2-dev liblmdb0 liblocale-gettext-perl liblua5.1-0 liblua5.2-0 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzf1 libmalcontent-0-0 libmnl0 libmodule-runtime-perl libmoo-perl libnet-http-perl libnet-ssleay-perl libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnode-dev libnode72 libnspr4 libnss3 libonig5 libostree-1-1 libparams-classify-perl libpcsclite1 libpipeline1 libpolkit-agent-1-0 libpolkit-gobject-1-0 libpopt0 libprotobuf-c1 libprotobuf-dev libprotobuf-lite23 libprotobuf23 libprotoc23 libproxy1v5 libpython3-dev libpython3.9 libpython3.9-dev librhash0 librole-tiny-perl libruby2.7 libsasl2-dev libsodium23 libsoup2.4-1 libstemmer0d libstrictures-perl libsub-quote-perl libtcl8.6 libtext-iconv-perl libtimedate-perl libtry-tiny-perl libuchardet0 liburi-perl libutempter0 libuv1 libuv1-dev libvcdinfo0 libwrap0 libwww-perl libwww-robotrules-perl libx11-xcb1 libxtables12 locales lsof lua-bitop lua-cjson mailcap man-db mariadb-client mariadb-client-10.5 mariadb-client-core-10.5 meson mime-support mlocate mongodb-database-tools mythes-en-us netcat-openbsd ninja-build node-abbrev node-agent-base node-ajv node-ansi 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-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-debug node-defaults node-delayed-stream node-delegates node-depd node-ecc-jsbn node-encoding node-err-code node-escape-string-regexp node-extend node-extsprintf node-fast-deep-equal node-forever-agent node-form-data node-fs-write-stream-atomic node-fs.realpath node-function-bind node-gauge node-getpass node-glob 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-parse-better-errors node-json-schema node-json-schema-traverse node-json-stable-stringify node-json-stringify-safe node-jsonify node-jsonparse node-jsonstream node-jsprim node-leven node-lockfile node-lru-cache node-mime node-mime-types node-minimatch node-mkdirp node-move-concurrently node-ms node-mute-stream 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-once node-opener node-osenv 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-puka node-punycode node-qs node-read node-read-package-json node-readable-stream node-resolve node-resolve-from node-retry node-rimraf node-run-queue node-safe-buffer node-semver node-set-blocking node-signal-exit node-slash 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-through 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-server openssh-sftp-server ostree patchutils perl-openssl-defaults php-cli php-common php-composer-ca-bundle 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 podman postgresql-client postgresql-client-13 postgresql-client-common protobuf-compiler psmisc python-pip-whl python3-breezy python3-certifi python3-configobj python3-dev python3-dulwich python3-fastimport python3-mako python3-markdown python3-markupsafe python3-patiencediff python3-pip python3-pkg-resources python3-setuptools python3-six python3-urllib3 python3-venv python3-wheel python3.9-dev python3.9-venv rake redis-tools rename reprepro 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 sharutils shellcheck swaks task-english task-hebrew task-ssh-server tasksel tasksel-data tcl-expect tcl8.6 telnet time tini tmux ttyrec udftools unison unison-2.51+4.11.1 vagrant vcdimager vim-common vim-nox vim-runtime w3m w3m-img wdiff whois xdg-dbus-proxy xdg-utils xxd zip 0 upgraded, 512 newly installed, 1 to remove and 0 not upgraded. Need to get 625 MB of archives. After this operation, 2018 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] Get:2 http://deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] Get:3 http://deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] Get:4 http://deb.debian.org/debian bullseye/main amd64 bsdextrautils amd64 2.36.1-7 [145 kB] Get:5 http://deb.debian.org/debian bullseye/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB] Get:6 http://deb.debian.org/debian bullseye/main amd64 groff-base amd64 1.22.4-6 [936 kB] Get:7 http://deb.debian.org/debian bullseye/main amd64 libpipeline1 amd64 1.5.3-1 [34.3 kB] Get:8 http://deb.debian.org/debian bullseye/main amd64 man-db amd64 2.9.4-2 [1354 kB] Get:9 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] Get:10 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] Get:11 http://deb.debian.org/debian bullseye/main amd64 runc amd64 1.0.0~rc93+ds1-3 [2423 kB] Get:12 http://deb.debian.org/debian bullseye/main amd64 containerd amd64 1.4.4~ds1-2 [20.8 MB] Get:13 https://packages.cloud.google.com/apt cloud-sdk/main amd64 google-cloud-sdk all 340.0.0-0 [70.2 MB] Get:14 https://repo.mongodb.org/apt/debian buster/mongodb-org/4.4/main amd64 mongodb-database-tools amd64 100.3.1 [52.7 MB] Get:15 http://deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] Get:16 http://deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] Get:17 http://deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] Get:18 http://deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] Get:19 http://deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] Get:20 http://deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] Get:21 http://deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] Get:22 http://deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] Get:23 http://deb.debian.org/debian bullseye/main amd64 tini amd64 0.19.0-1 [255 kB] Get:24 http://deb.debian.org/debian bullseye/main amd64 docker.io amd64 20.10.5+dfsg1-1+b1 [36.8 MB] Get:25 http://deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] Get:26 http://deb.debian.org/debian bullseye/main amd64 libpopt0 amd64 1.18-2 [49.6 kB] Get:27 http://deb.debian.org/debian bullseye/main amd64 rsync amd64 3.2.3-4 [333 kB] Get:28 http://deb.debian.org/debian bullseye/main amd64 tasksel-data all 3.67 [18.0 kB] Get:29 http://deb.debian.org/debian bullseye/main amd64 tasksel all 3.67 [101 kB] Get:30 http://deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] Get:31 http://deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] Get:32 http://deb.debian.org/debian bullseye/main amd64 iputils-ping amd64 3:20210202-1 [49.8 kB] Get:33 http://deb.debian.org/debian bullseye/main amd64 less amd64 551-2 [133 kB] Get:34 http://deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] Get:35 http://deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] Get:36 http://deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] Get:37 http://deb.debian.org/debian bullseye/main amd64 libfstrm0 amd64 0.6.0-1+b1 [21.5 kB] Get:38 http://deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] Get:39 http://deb.debian.org/debian bullseye/main amd64 liblmdb0 amd64 0.9.24-1 [45.0 kB] Get:40 http://deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] Get:41 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-1 [132 kB] Get:42 http://deb.debian.org/debian bullseye/main amd64 bind9-libs amd64 1:9.16.15-1 [1404 kB] Get:43 http://deb.debian.org/debian bullseye/main amd64 bind9-host amd64 1:9.16.15-1 [296 kB] Get:44 http://deb.debian.org/debian bullseye/main amd64 bind9-dnsutils amd64 1:9.16.15-1 [391 kB] Get:45 http://deb.debian.org/debian bullseye/main amd64 libc-l10n all 2.31-11 [862 kB] Get:46 http://deb.debian.org/debian bullseye/main amd64 locales all 2.31-11 [4081 kB] Get:47 http://deb.debian.org/debian bullseye/main amd64 lsof amd64 4.93.2+dfsg-1.1 [319 kB] Get:48 http://deb.debian.org/debian bullseye/main amd64 mailcap all 3.69 [31.7 kB] Get:49 http://deb.debian.org/debian bullseye/main amd64 mime-support all 3.66 [10.9 kB] Get:50 http://deb.debian.org/debian bullseye/main amd64 telnet amd64 0.17-42 [71.1 kB] Get:51 http://deb.debian.org/debian bullseye/main amd64 apache2-utils amd64 2.4.46-4 [246 kB] Get:52 http://deb.debian.org/debian bullseye/main amd64 bats all 1.2.1-3 [30.3 kB] Get:53 http://deb.debian.org/debian bullseye/main amd64 python3-six all 1.15.0-2 [16.9 kB] Get:54 http://deb.debian.org/debian bullseye/main amd64 python3-configobj all 5.0.6-4 [35.8 kB] Get:55 http://deb.debian.org/debian bullseye/main amd64 python3-certifi all 2020.6.20-1 [151 kB] Get:56 http://deb.debian.org/debian bullseye/main amd64 python3-urllib3 all 1.26.2-1 [113 kB] Get:57 http://deb.debian.org/debian bullseye/main amd64 python3-dulwich amd64 0.20.15-1 [287 kB] Get:58 http://deb.debian.org/debian bullseye/main amd64 python3-fastimport all 0.9.8-5 [30.5 kB] Get:59 http://deb.debian.org/debian bullseye/main amd64 python3-patiencediff amd64 0.2.1-1+b1 [20.7 kB] Get:60 http://deb.debian.org/debian bullseye/main amd64 python3-breezy amd64 3.1.0-8 [1652 kB] Get:61 http://deb.debian.org/debian bullseye/main amd64 brz all 3.1.0-8 [61.5 kB] Get:62 http://deb.debian.org/debian bullseye/main amd64 bubblewrap amd64 0.4.1-3 [43.0 kB] Get:63 http://deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] Get:64 http://deb.debian.org/debian bullseye/main amd64 rubygems-integration all 1.18 [6704 B] Get:65 http://deb.debian.org/debian bullseye/main amd64 rake all 13.0.3-1 [84.7 kB] Get:66 http://deb.debian.org/debian bullseye/main amd64 ruby-minitest all 5.13.0-1 [57.3 kB] Get:67 http://deb.debian.org/debian bullseye/main amd64 ruby-net-telnet all 0.1.1-2 [12.5 kB] Get:68 http://deb.debian.org/debian bullseye/main amd64 ruby-power-assert all 1.1.7-2 [11.5 kB] Get:69 http://deb.debian.org/debian bullseye/main amd64 ruby-test-unit all 3.3.9-1 [86.1 kB] Get:70 http://deb.debian.org/debian bullseye/main amd64 ruby-xmlrpc all 0.3.0-2 [23.7 kB] Get:71 http://deb.debian.org/debian bullseye/main amd64 libruby2.7 amd64 2.7.3-2 [4197 kB] Get:72 http://deb.debian.org/debian bullseye/main amd64 ruby2.7 amd64 2.7.3-2 [744 kB] Get:73 http://deb.debian.org/debian bullseye/main amd64 ruby-rubygems all 3.2.5-2 [281 kB] Get:74 http://deb.debian.org/debian bullseye/main amd64 ruby amd64 1:2.7+2 [11.7 kB] Get:75 http://deb.debian.org/debian bullseye/main amd64 ruby-bundler all 2.2.5-2 [373 kB] Get:76 http://deb.debian.org/debian bullseye/main amd64 bundler all 2.2.5-2 [65.6 kB] Get:77 http://deb.debian.org/debian bullseye/main amd64 bzr all 2.7.0+bzr6622+brz [21.1 kB] Get:78 http://deb.debian.org/debian bullseye/main amd64 java-common all 0.72 [14.5 kB] Get:79 http://deb.debian.org/debian bullseye/main amd64 libavahi-common-data amd64 0.8-5 [124 kB] Get:80 http://deb.debian.org/debian bullseye/main amd64 libavahi-common3 amd64 0.8-5 [58.4 kB] Get:81 http://deb.debian.org/debian bullseye/main amd64 libavahi-client3 amd64 0.8-5 [62.1 kB] Get:82 http://deb.debian.org/debian bullseye/main amd64 libcups2 amd64 2.3.3op2-3 [349 kB] Get:83 http://deb.debian.org/debian bullseye/main amd64 libnspr4 amd64 2:4.29-1 [112 kB] Get:84 http://deb.debian.org/debian bullseye/main amd64 libnss3 amd64 2:3.61-1 [1304 kB] Get:85 http://deb.debian.org/debian bullseye/main amd64 libasound2-data all 1.2.4-1.1 [38.2 kB] Get:86 http://deb.debian.org/debian bullseye/main amd64 libasound2 amd64 1.2.4-1.1 [356 kB] Get:87 http://deb.debian.org/debian bullseye/main amd64 libpcsclite1 amd64 1.9.1-1 [60.2 kB] Get:88 http://deb.debian.org/debian bullseye/main amd64 openjdk-11-jre-headless amd64 11.0.11+4-1 [37.2 MB] Get:89 http://deb.debian.org/debian bullseye/main amd64 default-jre-headless amd64 2:1.11-72 [10.9 kB] Get:90 http://deb.debian.org/debian bullseye/main amd64 ca-certificates-java all 20190909 [15.7 kB] Get:91 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB] Get:92 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] Get:93 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] Get:94 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] Get:95 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB] Get:96 http://deb.debian.org/debian bullseye/main amd64 psmisc amd64 23.4-2 [198 kB] Get:97 http://deb.debian.org/debian bullseye/main amd64 php-common all 2:76 [15.6 kB] Get:98 http://deb.debian.org/debian bullseye/main amd64 php7.4-common amd64 7.4.15-5+deb11u1 [1014 kB] Get:99 http://deb.debian.org/debian bullseye/main amd64 php7.4-json amd64 7.4.15-5+deb11u1 [19.3 kB] Get:100 http://deb.debian.org/debian bullseye/main amd64 php7.4-opcache amd64 7.4.15-5+deb11u1 [198 kB] Get:101 http://deb.debian.org/debian bullseye/main amd64 php7.4-readline amd64 7.4.15-5+deb11u1 [12.3 kB] Get:102 http://deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] Get:103 http://deb.debian.org/debian bullseye/main amd64 libsodium23 amd64 1.0.18-1 [161 kB] Get:104 http://deb.debian.org/debian bullseye/main amd64 php7.4-cli amd64 7.4.15-5+deb11u1 [1425 kB] Get:105 http://deb.debian.org/debian bullseye/main amd64 php-cli all 2:7.4+76 [6796 B] Get:106 http://deb.debian.org/debian bullseye/main amd64 php-composer-ca-bundle all 1.2.9-1 [11.0 kB] Get:107 http://deb.debian.org/debian bullseye/main amd64 php-composer-semver all 3.2.4-2 [20.4 kB] Get:108 http://deb.debian.org/debian bullseye/main amd64 php-composer-spdx-licenses all 1.5.5-2 [13.3 kB] Get:109 http://deb.debian.org/debian bullseye/main amd64 php-psr-log all 1.1.3-2 [9232 B] Get:110 http://deb.debian.org/debian bullseye/main amd64 php-composer-xdebug-handler all 1.4.5-1 [16.9 kB] Get:111 http://deb.debian.org/debian bullseye/main amd64 php-json-schema all 5.2.10-2 [37.8 kB] Get:112 http://deb.debian.org/debian bullseye/main amd64 jsonlint all 1.8.3-2 [13.5 kB] Get:113 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] Get:114 http://deb.debian.org/debian bullseye/main amd64 php7.4-mbstring amd64 7.4.15-5+deb11u1 [395 kB] Get:115 http://deb.debian.org/debian bullseye/main amd64 php-mbstring all 2:7.4+76 [6372 B] Get:116 http://deb.debian.org/debian bullseye/main amd64 php-symfony-polyfill-php80 all 1.22.1-1 [9976 B] Get:117 http://deb.debian.org/debian bullseye/main amd64 php-psr-container all 1.0.0-2 [3436 B] Get:118 http://deb.debian.org/debian bullseye/main amd64 php-symfony-service-contracts all 1.1.10-2 [8052 B] Get:119 http://deb.debian.org/debian bullseye/main amd64 php-symfony-console all 4.4.19+dfsg-1 [82.6 kB] Get:120 http://deb.debian.org/debian bullseye/main amd64 php-symfony-filesystem all 4.4.19+dfsg-1 [26.0 kB] Get:121 http://deb.debian.org/debian bullseye/main amd64 php-symfony-finder all 4.4.19+dfsg-1 [31.3 kB] Get:122 http://deb.debian.org/debian bullseye/main amd64 php-symfony-process all 4.4.19+dfsg-1 [36.2 kB] Get:123 http://deb.debian.org/debian bullseye/main amd64 php-react-promise all 2.7.0-2 [18.6 kB] Get:124 http://deb.debian.org/debian bullseye/main amd64 composer all 2.0.9-2 [407 kB] Get:125 http://deb.debian.org/debian bullseye/main amd64 conmon amd64 2.0.25+ds1-1 [34.3 kB] Get:126 http://deb.debian.org/debian bullseye/main amd64 containernetworking-plugins amd64 0.9.0-1+b3 [7288 kB] Get:127 http://deb.debian.org/debian bullseye/main amd64 dbus-x11 amd64 1.12.20-2 [109 kB] Get:128 http://deb.debian.org/debian bullseye/main amd64 libdconf1 amd64 0.38.0-2 [43.5 kB] Get:129 http://deb.debian.org/debian bullseye/main amd64 dconf-service amd64 0.38.0-2 [37.4 kB] Get:130 http://deb.debian.org/debian bullseye/main amd64 dconf-gsettings-backend amd64 0.38.0-2 [30.6 kB] Get:131 http://deb.debian.org/debian bullseye/main amd64 openjdk-11-jdk-headless amd64 11.0.11+4-1 [217 MB] Get:132 http://deb.debian.org/debian bullseye/main amd64 default-jdk-headless amd64 2:1.11-72 [1100 B] Get:133 http://deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] Get:134 http://deb.debian.org/debian bullseye/main amd64 mariadb-client-core-10.5 amd64 1:10.5.9-1 [777 kB] Get:135 http://deb.debian.org/debian bullseye/main amd64 mariadb-client-10.5 amd64 1:10.5.9-1 [1495 kB] Get:136 http://deb.debian.org/debian bullseye/main amd64 default-mysql-client all 1.0.7 [3700 B] Get:137 http://deb.debian.org/debian bullseye/main amd64 libfakeroot amd64 1.25.3-1.1 [47.0 kB] Get:138 http://deb.debian.org/debian bullseye/main amd64 fakeroot amd64 1.25.3-1.1 [87.0 kB] Get:139 http://deb.debian.org/debian bullseye/main amd64 libfile-dirlist-perl all 0.05-2 [7444 B] Get:140 http://deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] Get:141 http://deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] Get:142 http://deb.debian.org/debian bullseye/main amd64 libfile-touch-perl all 0.11-1 [9254 B] Get:143 http://deb.debian.org/debian bullseye/main amd64 libio-pty-perl amd64 1:1.15-2 [37.0 kB] Get:144 http://deb.debian.org/debian bullseye/main amd64 libipc-run-perl all 20200505.0-1 [102 kB] Get:145 http://deb.debian.org/debian bullseye/main amd64 libclass-method-modifiers-perl all 2.13-1 [19.2 kB] Get:146 http://deb.debian.org/debian bullseye/main amd64 libb-hooks-op-check-perl amd64 0.22-1+b3 [11.3 kB] Get:147 http://deb.debian.org/debian bullseye/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB] Get:148 http://deb.debian.org/debian bullseye/main amd64 libdevel-callchecker-perl amd64 0.008-1+b2 [15.9 kB] Get:149 http://deb.debian.org/debian bullseye/main amd64 libparams-classify-perl amd64 0.015-1+b3 [25.7 kB] Get:150 http://deb.debian.org/debian bullseye/main amd64 libmodule-runtime-perl all 0.016-1 [19.4 kB] Get:151 http://deb.debian.org/debian bullseye/main amd64 libimport-into-perl all 1.002005-1 [11.6 kB] Get:152 http://deb.debian.org/debian bullseye/main amd64 librole-tiny-perl all 2.002004-1 [21.4 kB] Get:153 http://deb.debian.org/debian bullseye/main amd64 libstrictures-perl all 2.000006-1 [18.6 kB] Get:154 http://deb.debian.org/debian bullseye/main amd64 libsub-quote-perl all 2.006006-1 [21.0 kB] Get:155 http://deb.debian.org/debian bullseye/main amd64 libmoo-perl all 2.004004-1 [59.9 kB] Get:156 http://deb.debian.org/debian bullseye/main amd64 libencode-locale-perl all 1.05-1.1 [13.2 kB] Get:157 http://deb.debian.org/debian bullseye/main amd64 libtimedate-perl all 2.3300-2 [39.3 kB] Get:158 http://deb.debian.org/debian bullseye/main amd64 libhttp-date-perl all 6.05-1 [10.4 kB] Get:159 http://deb.debian.org/debian bullseye/main amd64 libfile-listing-perl all 6.14-1 [12.4 kB] Get:160 http://deb.debian.org/debian bullseye/main amd64 libhtml-tagset-perl all 3.20-4 [13.0 kB] Get:161 http://deb.debian.org/debian bullseye/main amd64 liburi-perl all 5.08-1 [90.6 kB] Get:162 http://deb.debian.org/debian bullseye/main amd64 libhtml-parser-perl amd64 3.75-1+b1 [105 kB] Get:163 http://deb.debian.org/debian bullseye/main amd64 libhtml-tree-perl all 5.07-2 [213 kB] Get:164 http://deb.debian.org/debian bullseye/main amd64 libio-html-perl all 1.004-2 [16.1 kB] Get:165 http://deb.debian.org/debian bullseye/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.9 kB] Get:166 http://deb.debian.org/debian bullseye/main amd64 libhttp-message-perl all 6.28-1 [79.6 kB] Get:167 http://deb.debian.org/debian bullseye/main amd64 libhttp-cookies-perl all 6.10-1 [19.6 kB] Get:168 http://deb.debian.org/debian bullseye/main amd64 libhttp-negotiate-perl all 6.01-1 [12.8 kB] Get:169 http://deb.debian.org/debian bullseye/main amd64 perl-openssl-defaults amd64 5 [7360 B] Get:170 http://deb.debian.org/debian bullseye/main amd64 libnet-ssleay-perl amd64 1.88-3+b1 [321 kB] Get:171 http://deb.debian.org/debian bullseye/main amd64 libio-socket-ssl-perl all 2.069-1 [215 kB] Get:172 http://deb.debian.org/debian bullseye/main amd64 libnet-http-perl all 6.20-1 [25.1 kB] Get:173 http://deb.debian.org/debian bullseye/main amd64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB] Get:174 http://deb.debian.org/debian bullseye/main amd64 libtry-tiny-perl all 0.30-1 [23.3 kB] Get:175 http://deb.debian.org/debian bullseye/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB] Get:176 http://deb.debian.org/debian bullseye/main amd64 libwww-perl all 6.52-1 [192 kB] Get:177 http://deb.debian.org/debian bullseye/main amd64 patchutils amd64 0.4.2-1 [77.5 kB] Get:178 http://deb.debian.org/debian bullseye/main amd64 wdiff amd64 1.2.2-2+b1 [122 kB] Get:179 http://deb.debian.org/debian bullseye/main amd64 devscripts amd64 2.21.2 [1092 kB] Get:180 http://deb.debian.org/debian bullseye/main amd64 libtext-iconv-perl amd64 1.7-7+b1 [16.1 kB] Get:181 http://deb.debian.org/debian bullseye/main amd64 emacsen-common all 3.0.4 [19.3 kB] Get:182 http://deb.debian.org/debian bullseye/main amd64 dictionaries-common all 1.28.4 [239 kB] Get:183 http://deb.debian.org/debian bullseye/main amd64 direnv amd64 2.25.2-2 [2127 kB] Get:184 http://deb.debian.org/debian bullseye/main amd64 dnsutils all 1:9.16.15-1 [255 kB] Get:185 http://deb.debian.org/debian bullseye/main amd64 dos2unix amd64 7.4.1-1 [392 kB] Get:186 http://deb.debian.org/debian bullseye/main amd64 easy-rsa all 3.0.8-1 [45.2 kB] Get:187 http://deb.debian.org/debian bullseye/main amd64 entr amd64 4.7-1 [20.0 kB] Get:188 http://deb.debian.org/debian bullseye/main amd64 libtcl8.6 amd64 8.6.11+dfsg-1 [1018 kB] Get:189 http://deb.debian.org/debian bullseye/main amd64 tcl8.6 amd64 8.6.11+dfsg-1 [124 kB] Get:190 http://deb.debian.org/debian bullseye/main amd64 tcl-expect amd64 5.45.4-2+b1 [133 kB] Get:191 http://deb.debian.org/debian bullseye/main amd64 expect amd64 5.45.4-2+b1 [166 kB] Get:192 http://deb.debian.org/debian bullseye/main amd64 xdg-dbus-proxy amd64 0.1.2-2 [23.0 kB] Get:193 http://deb.debian.org/debian bullseye/main amd64 libproxy1v5 amd64 0.4.17-1 [59.5 kB] Get:194 http://deb.debian.org/debian bullseye/main amd64 glib-networking-common all 2.66.0-2 [68.1 kB] Get:195 http://deb.debian.org/debian bullseye/main amd64 glib-networking-services amd64 2.66.0-2 [17.5 kB] Get:196 http://deb.debian.org/debian bullseye/main amd64 gsettings-desktop-schemas all 3.38.0-2 [588 kB] Get:197 http://deb.debian.org/debian bullseye/main amd64 glib-networking amd64 2.66.0-2 [67.6 kB] Get:198 http://deb.debian.org/debian bullseye/main amd64 libsoup2.4-1 amd64 2.72.0-2 [280 kB] Get:199 http://deb.debian.org/debian bullseye/main amd64 libstemmer0d amd64 2.1.0-1 [119 kB] Get:200 http://deb.debian.org/debian bullseye/main amd64 libappstream-glib8 amd64 0.7.18-1 [146 kB] Get:201 http://deb.debian.org/debian bullseye/main amd64 libfuse2 amd64 2.9.9-5 [130 kB] Get:202 http://deb.debian.org/debian bullseye/main amd64 libgpgme11 amd64 1.14.0-1+b2 [281 kB] Get:203 http://deb.debian.org/debian bullseye/main amd64 libjson-glib-1.0-common all 1.6.2-1 [56.9 kB] Get:204 http://deb.debian.org/debian bullseye/main amd64 libjson-glib-1.0-0 amd64 1.6.2-1 [65.4 kB] Get:205 http://deb.debian.org/debian bullseye/main amd64 libmalcontent-0-0 amd64 0.10.0-2 [20.6 kB] Get:206 http://deb.debian.org/debian bullseye/main amd64 libavahi-glib1 amd64 0.8-5 [44.1 kB] Get:207 http://deb.debian.org/debian bullseye/main amd64 libostree-1-1 amd64 2020.8-2 [312 kB] Get:208 http://deb.debian.org/debian bullseye/main amd64 libpolkit-gobject-1-0 amd64 0.105-30 [48.5 kB] Get:209 http://deb.debian.org/debian bullseye/main amd64 libpolkit-agent-1-0 amd64 0.105-30 [27.9 kB] Get:210 http://deb.debian.org/debian bullseye/main amd64 flatpak amd64 1.10.2-1 [1278 kB] Get:211 http://deb.debian.org/debian bullseye/main amd64 libflatpak0 amd64 1.10.2-1 [347 kB] Get:212 http://deb.debian.org/debian bullseye/main amd64 gir1.2-flatpak-1.0 amd64 1.10.2-1 [35.3 kB] Get:213 http://deb.debian.org/debian bullseye/main amd64 ostree amd64 2020.8-2 [170 kB] Get:214 http://deb.debian.org/debian bullseye/main amd64 flatpak-builder amd64 1.0.12-1 [158 kB] Get:215 http://deb.debian.org/debian bullseye/main amd64 flatpak-xdg-utils amd64 1.0.4-1 [16.9 kB] Get:216 http://deb.debian.org/debian bullseye/main amd64 ftp amd64 0.17-34.1.1 [59.9 kB] Get:217 http://deb.debian.org/debian bullseye/main amd64 gir1.2-ostree-1.0 amd64 2020.8-2 [36.6 kB] Get:218 http://deb.debian.org/debian bullseye/main amd64 go-md2man amd64 2.0.0+ds-5+b3 [688 kB] Get:219 http://deb.debian.org/debian bullseye/main amd64 python3-markupsafe amd64 1.1.1-1+b3 [15.2 kB] Get:220 http://deb.debian.org/debian bullseye/main amd64 python3-mako all 1.1.3+ds1-2 [80.2 kB] Get:221 http://deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-3 [189 kB] Get:222 http://deb.debian.org/debian bullseye/main amd64 python3-markdown all 3.3.4-1 [71.4 kB] Get:223 http://deb.debian.org/debian bullseye/main amd64 gobject-introspection amd64 1.66.1-1+b1 [301 kB] Get:224 http://deb.debian.org/debian bullseye/main amd64 golang-1.15-src amd64 1.15.9-1 [13.8 MB] Get:225 http://deb.debian.org/debian bullseye/main amd64 golang-1.15-go amd64 1.15.9-1 [47.4 MB] Get:226 http://deb.debian.org/debian bullseye/main amd64 golang-1.15-doc all 1.15.9-1 [2453 kB] Get:227 http://deb.debian.org/debian bullseye/main amd64 golang-1.15 all 1.15.9-1 [26.6 kB] Get:228 http://deb.debian.org/debian bullseye/main amd64 golang-src amd64 2:1.15~1 [4856 B] Get:229 http://deb.debian.org/debian bullseye/main amd64 golang-go amd64 2:1.15~1 [23.9 kB] Get:230 http://deb.debian.org/debian bullseye/main amd64 golang-doc all 2:1.15~1 [4888 B] Get:231 http://deb.debian.org/debian bullseye/main amd64 golang amd64 2:1.15~1 [4844 B] Get:232 http://deb.debian.org/debian bullseye/main amd64 golang-github-containers-image all 5.10.3-1 [29.1 kB] Get:233 http://deb.debian.org/debian bullseye/main amd64 golang-github-containers-common all 0.33.4+ds1-1 [16.0 kB] Get:234 http://deb.debian.org/debian bullseye/main amd64 gyp all 0.1+20200513gitcaa6002-2 [236 kB] Get:235 http://deb.debian.org/debian bullseye/main amd64 hunspell-en-us all 1:2019.10.06-1 [268 kB] Get:236 http://deb.debian.org/debian bullseye/main amd64 libhunspell-1.7-0 amd64 1.7.0-3 [181 kB] Get:237 http://deb.debian.org/debian bullseye/main amd64 hunspell amd64 1.7.0-3 [98.3 kB] Get:238 http://deb.debian.org/debian bullseye/main amd64 hyphen-en-us all 2.8.8-7 [54.2 kB] Get:239 http://deb.debian.org/debian bullseye/main amd64 ipcalc all 0.42-2 [27.8 kB] Get:240 http://deb.debian.org/debian bullseye/main amd64 keyutils amd64 1.6.1-2 [52.8 kB] Get:241 http://deb.debian.org/debian bullseye/main amd64 krb5-config all 2.6+nmu1 [23.6 kB] Get:242 http://deb.debian.org/debian bullseye/main amd64 ldap-utils amd64 2.4.57+dfsg-2 [206 kB] Get:243 http://deb.debian.org/debian bullseye/main amd64 libarchive-tools amd64 3.4.3-2+b1 [79.4 kB] Get:244 http://deb.debian.org/debian bullseye/main amd64 libc-ares2 amd64 1.17.1-1 [101 kB] Get:245 http://deb.debian.org/debian bullseye/main amd64 libcdio19 amd64 2.1.0-2 [204 kB] Get:246 http://deb.debian.org/debian bullseye/main amd64 libcurl4-gnutls-dev amd64 7.74.0-1.2 [429 kB] Get:247 http://deb.debian.org/debian bullseye/main amd64 libdbus-1-dev amd64 1.12.20-2 [256 kB] Get:248 http://deb.debian.org/debian bullseye/main amd64 libgc1 amd64 1:8.0.4-3 [239 kB] Get:249 http://deb.debian.org/debian bullseye/main amd64 libgif7 amd64 5.1.9-2 [45.1 kB] Get:250 http://deb.debian.org/debian bullseye/main amd64 libgirepository1.0-dev amd64 1.66.1-1+b1 [834 kB] Get:251 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] Get:252 http://deb.debian.org/debian bullseye/main amd64 libid3tag0 amd64 0.15.1b-14 [35.4 kB] Get:253 http://deb.debian.org/debian bullseye/main amd64 libx11-xcb1 amd64 2:1.7.0-2 [203 kB] Get:254 http://deb.debian.org/debian bullseye/main amd64 libimlib2 amd64 1.7.1-2 [212 kB] Get:255 http://deb.debian.org/debian bullseye/main amd64 libiso9660-11 amd64 2.1.0-2 [168 kB] Get:256 http://deb.debian.org/debian bullseye/main amd64 libjemalloc2 amd64 5.2.1-3 [248 kB] Get:257 http://deb.debian.org/debian bullseye/main amd64 libjs-inherits all 2.0.4-1 [3228 B] Get:258 http://deb.debian.org/debian bullseye/main amd64 libjs-is-typedarray all 1.0.0-3 [3692 B] Get:259 http://deb.debian.org/debian bullseye/main amd64 libjs-jquery all 3.5.1+dfsg+~3.5.5-7 [315 kB] Get:260 http://deb.debian.org/debian bullseye/main amd64 libjs-psl all 1.8.0+ds-4 [67.4 kB] Get:261 http://deb.debian.org/debian bullseye/main amd64 libjs-underscore all 1.9.1~dfsg-3 [100 kB] Get:262 http://deb.debian.org/debian bullseye/main amd64 libjs-sphinxdoc all 3.4.3-2 [127 kB] Get:263 http://deb.debian.org/debian bullseye/main amd64 libjs-typedarray-to-buffer all 4.0.0-1 [4536 B] Get:264 http://deb.debian.org/debian bullseye/main amd64 libldap2-dev amd64 2.4.57+dfsg-2 [341 kB] Get:265 http://deb.debian.org/debian bullseye/main amd64 liblua5.1-0 amd64 5.1.5-8.1+b3 [109 kB] Get:266 http://deb.debian.org/debian bullseye/main amd64 liblua5.2-0 amd64 5.2.4-1.1+b3 [108 kB] Get:267 http://deb.debian.org/debian bullseye/main amd64 liblzf1 amd64 3.6-3 [10.2 kB] Get:268 http://deb.debian.org/debian bullseye/main amd64 libuv1-dev amd64 1.40.0-1 [168 kB] Get:269 http://deb.debian.org/debian bullseye/main amd64 libnode72 amd64 12.21.0~dfsg-4 [8389 kB] Get:270 http://deb.debian.org/debian bullseye/main amd64 libnode-dev amd64 12.21.0~dfsg-4 [410 kB] Get:271 http://deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] Get:272 http://deb.debian.org/debian bullseye/main amd64 libprotobuf-lite23 amd64 3.12.4-1 [241 kB] Get:273 http://deb.debian.org/debian bullseye/main amd64 libprotobuf-dev amd64 3.12.4-1 [1232 kB] Get:274 http://deb.debian.org/debian bullseye/main amd64 libprotoc23 amd64 3.12.4-1 [803 kB] Get:275 http://deb.debian.org/debian bullseye/main amd64 libpython3.9 amd64 3.9.2-1 [1691 kB] Get:276 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-dev amd64 3.9.2-1 [4028 kB] Get:277 http://deb.debian.org/debian bullseye/main amd64 libpython3-dev amd64 3.9.2-3 [21.7 kB] Get:278 http://deb.debian.org/debian bullseye/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2.1 [282 kB] Get:279 http://deb.debian.org/debian bullseye/main amd64 libutempter0 amd64 1.2.1-2 [8960 B] Get:280 http://deb.debian.org/debian bullseye/main amd64 libvcdinfo0 amd64 2.0.1+dfsg-5 [122 kB] Get:281 http://deb.debian.org/debian bullseye/main amd64 libwrap0 amd64 7.6.q-31 [59.0 kB] Get:282 http://deb.debian.org/debian bullseye/main amd64 lua-bitop amd64 1.0.2-5 [6936 B] Get:283 http://deb.debian.org/debian bullseye/main amd64 lua-cjson amd64 2.1.0+dfsg-2.1 [17.5 kB] Get:284 http://deb.debian.org/debian bullseye/main amd64 mariadb-client all 1:10.5.9-1 [34.0 kB] Get:285 http://deb.debian.org/debian bullseye/main amd64 ninja-build amd64 1.10.1-1 [112 kB] Get:286 http://deb.debian.org/debian bullseye/main amd64 meson all 0.56.2-1 [437 kB] Get:287 http://deb.debian.org/debian bullseye/main amd64 mlocate amd64 0.26-5 [98.3 kB] Get:288 http://deb.debian.org/debian bullseye/main amd64 mythes-en-us all 1:7.1.0~rc3-3 [3296 kB] Get:289 http://deb.debian.org/debian bullseye/main amd64 netcat-openbsd amd64 1.217-3 [41.1 kB] Get:290 http://deb.debian.org/debian bullseye/main amd64 nodejs amd64 12.21.0~dfsg-4 [146 kB] Get:291 http://deb.debian.org/debian bullseye/main amd64 node-abbrev all 1.1.1-2 [4812 B] Get:292 http://deb.debian.org/debian bullseye/main amd64 node-ms all 2.1.3+~cs0.7.31-1 [5612 B] Get:293 http://deb.debian.org/debian bullseye/main amd64 node-debug all 4.3.1+~cs4.1.5-1 [17.3 kB] Get:294 http://deb.debian.org/debian bullseye/main amd64 node-yallist all 4.0.0-1 [6576 B] Get:295 http://deb.debian.org/debian bullseye/main amd64 node-lru-cache all 5.1.1-5 [8356 B] Get:296 http://deb.debian.org/debian bullseye/main amd64 node-semver all 7.3.4-1 [42.1 kB] Get:297 http://deb.debian.org/debian bullseye/main amd64 node-agent-base all 6.0.2-2 [16.3 kB] Get:298 http://deb.debian.org/debian bullseye/main amd64 node-fast-deep-equal all 3.1.3-1 [5640 B] Get:299 http://deb.debian.org/debian bullseye/main amd64 node-json-schema-traverse all 1.0.0-2 [6228 B] Get:300 http://deb.debian.org/debian bullseye/main amd64 node-jsonify all 0.0.0-1.1 [5632 B] Get:301 http://deb.debian.org/debian bullseye/main amd64 node-json-stable-stringify all 1.0.1+~cs5.1.32-1 [6612 B] Get:302 http://deb.debian.org/debian bullseye/main amd64 node-punycode all 2.1.1-3 [9396 B] Get:303 http://deb.debian.org/debian bullseye/main amd64 node-uri-js all 4.4.0+dfsg-5 [46.9 kB] Get:304 http://deb.debian.org/debian bullseye/main amd64 node-ajv all 6.12.6-2 [74.0 kB] Get:305 http://deb.debian.org/debian bullseye/main amd64 node-ansi all 0.3.1-1 [9464 B] Get:306 http://deb.debian.org/debian bullseye/main amd64 node-ansi-regex all 5.0.0-1 [4684 B] Get:307 http://deb.debian.org/debian bullseye/main amd64 node-color-name all 1.1.4+~1.1.1-1 [5788 B] Get:308 http://deb.debian.org/debian bullseye/main amd64 node-color-convert all 1.9.3-1 [10.2 kB] Get:309 http://deb.debian.org/debian bullseye/main amd64 node-ansi-styles all 4.2.1-1 [7600 B] Get:310 http://deb.debian.org/debian bullseye/main amd64 node-ansistyles all 0.1.3-2 [4280 B] Get:311 http://deb.debian.org/debian bullseye/main amd64 node-aproba all 2.0.0-1 [5628 B] Get:312 http://deb.debian.org/debian bullseye/main amd64 node-archy all 1.0.0-3 [4444 B] Get:313 http://deb.debian.org/debian bullseye/main amd64 node-delegates all 1.0.0-2 [4336 B] Get:314 http://deb.debian.org/debian bullseye/main amd64 node-inherits all 2.0.4-1 [4204 B] Get:315 http://deb.debian.org/debian bullseye/main amd64 node-core-util-is all 1.0.2-2 [3860 B] Get:316 http://deb.debian.org/debian bullseye/main amd64 node-safe-buffer all 5.2.1+~cs2.1.2-1 [15.5 kB] Get:317 http://deb.debian.org/debian bullseye/main amd64 node-string-decoder all 1.3.0-2 [6900 B] Get:318 http://deb.debian.org/debian bullseye/main amd64 node-process-nextick-args all 2.0.0-1 [3388 B] Get:319 http://deb.debian.org/debian bullseye/main amd64 node-util-deprecate all 1.0.2-1 [3866 B] Get:320 http://deb.debian.org/debian bullseye/main amd64 node-isarray all 2.0.5-1 [3748 B] Get:321 http://deb.debian.org/debian bullseye/main amd64 node-readable-stream all 3.6.0-2 [30.1 kB] Get:322 http://deb.debian.org/debian bullseye/main amd64 node-are-we-there-yet all 1.1.5-1 [7640 B] Get:323 http://deb.debian.org/debian bullseye/main amd64 node-asap all 2.0.6-2 [14.4 kB] Get:324 http://deb.debian.org/debian bullseye/main amd64 node-asn1 all 0.2.3-2 [7348 B] Get:325 http://deb.debian.org/debian bullseye/main amd64 node-assert-plus all 1.0.0-2 [9192 B] Get:326 http://deb.debian.org/debian bullseye/main amd64 node-asynckit all 0.4.0-3 [10.2 kB] Get:327 http://deb.debian.org/debian bullseye/main amd64 node-aws-sign2 all 0.7.1-2 [4136 B] Get:328 http://deb.debian.org/debian bullseye/main amd64 node-aws4 all 1.11.0-1 [10.3 kB] Get:329 http://deb.debian.org/debian bullseye/main amd64 node-balanced-match all 1.0.0-1 [4528 B] Get:330 http://deb.debian.org/debian bullseye/main amd64 node-tweetnacl all 1.0.3+dfsg-1 [34.8 kB] Get:331 http://deb.debian.org/debian bullseye/main amd64 node-bcrypt-pbkdf all 1.0.2-1 [10.8 kB] Get:332 http://deb.debian.org/debian bullseye/main amd64 node-brace-expansion all 2.0.0-1 [7184 B] Get:333 http://deb.debian.org/debian bullseye/main amd64 node-builtins all 1.0.3-2 [3396 B] Get:334 http://deb.debian.org/debian bullseye/main amd64 node-chownr all 1.1.3-5 [4128 B] Get:335 http://deb.debian.org/debian bullseye/main amd64 node-fs.realpath all 1.0.0-1.1 [5780 B] Get:336 http://deb.debian.org/debian bullseye/main amd64 node-wrappy all 1.0.2-1.1 [3352 B] Get:337 http://deb.debian.org/debian bullseye/main amd64 node-once all 1.4.0-3 [4344 B] Get:338 http://deb.debian.org/debian bullseye/main amd64 node-inflight all 1.0.6-1.1 [3568 B] Get:339 http://deb.debian.org/debian bullseye/main amd64 node-minimatch all 3.0.4+~3.0.3-1 [15.9 kB] Get:340 http://deb.debian.org/debian bullseye/main amd64 node-path-is-absolute all 2.0.0-1 [3864 B] Get:341 http://deb.debian.org/debian bullseye/main amd64 node-glob all 7.1.6+~7.1.3-1 [129 kB] Get:342 http://deb.debian.org/debian bullseye/main amd64 node-graceful-fs all 4.2.4+repack-1 [13.1 kB] Get:343 http://deb.debian.org/debian bullseye/main amd64 node-mkdirp all 1.0.4+~1.0.1-1 [11.7 kB] Get:344 http://deb.debian.org/debian bullseye/main amd64 node-run-queue all 2.0.0-1 [4984 B] Get:345 http://deb.debian.org/debian bullseye/main amd64 node-rimraf all 3.0.2-1 [10.9 kB] Get:346 http://deb.debian.org/debian bullseye/main amd64 node-imurmurhash all 0.1.4-1.1 [8372 B] Get:347 http://deb.debian.org/debian bullseye/main amd64 node-iferr all 1.0.2-1 [3496 B] Get:348 http://deb.debian.org/debian bullseye/main amd64 node-fs-write-stream-atomic all 1.0.10-4 [4820 B] Get:349 http://deb.debian.org/debian bullseye/main amd64 node-copy-concurrently all 1.0.5-7 [6844 B] Get:350 http://deb.debian.org/debian bullseye/main amd64 node-move-concurrently all 1.0.1-2 [4644 B] Get:351 http://deb.debian.org/debian bullseye/main amd64 node-escape-string-regexp all 4.0.0-1 [4116 B] Get:352 http://deb.debian.org/debian bullseye/main amd64 node-indent-string all 4.0.0-1 [4052 B] Get:353 http://deb.debian.org/debian bullseye/main amd64 node-p-map all 4.0.0-1 [7716 B] Get:354 http://deb.debian.org/debian bullseye/main amd64 node-promise-inflight all 1.0.1-1.1 [3328 B] Get:355 http://deb.debian.org/debian bullseye/main amd64 node-ssri all 8.0.1-2 [23.0 kB] Get:356 http://deb.debian.org/debian bullseye/main amd64 node-unique-filename all 1.1.1+ds-1 [3796 B] Get:357 http://deb.debian.org/debian bullseye/main amd64 node-cacache all 15.0.5+~cs13.9.21-1 [42.6 kB] Get:358 http://deb.debian.org/debian bullseye/main amd64 node-caseless all 0.12.1-1 [3804 B] Get:359 http://deb.debian.org/debian bullseye/main amd64 node-has-flag all 4.0.0-1 [4076 B] Get:360 http://deb.debian.org/debian bullseye/main amd64 node-supports-color all 8.1.0+~7.2.0-1 [6736 B] Get:361 http://deb.debian.org/debian bullseye/main amd64 node-chalk all 4.1.0-1 [15.0 kB] Get:362 http://deb.debian.org/debian bullseye/main amd64 node-clone all 2.1.2-2 [8132 B] Get:363 http://deb.debian.org/debian bullseye/main amd64 node-colors all 1.4.0-1 [11.7 kB] Get:364 http://deb.debian.org/debian bullseye/main amd64 node-strip-ansi all 6.0.0-2 [4044 B] Get:365 http://deb.debian.org/debian bullseye/main amd64 node-defaults all 1.0.3-2 [3612 B] Get:366 http://deb.debian.org/debian bullseye/main amd64 node-wcwidth.js all 1.0.0-1.1 [6652 B] Get:367 http://deb.debian.org/debian bullseye/main amd64 node-columnify all 1.5.4-3 [11.5 kB] Get:368 http://deb.debian.org/debian bullseye/main amd64 node-delayed-stream all 1.0.0-4 [5236 B] Get:369 http://deb.debian.org/debian bullseye/main amd64 node-combined-stream all 1.0.8-1 [6020 B] Get:370 http://deb.debian.org/debian bullseye/main amd64 node-concat-map all 0.0.1-2 [3968 B] Get:371 http://deb.debian.org/debian bullseye/main amd64 node-console-control-strings all 1.1.0-2 [5388 B] Get:372 http://deb.debian.org/debian bullseye/main amd64 node-dashdash all 2.0.0-1 [30.2 kB] Get:373 http://deb.debian.org/debian bullseye/main amd64 node-depd all 2.0.0-1 [11.0 kB] Get:374 http://deb.debian.org/debian bullseye/main amd64 node-jsbn all 1.1.0-1.1 [13.8 kB] Get:375 http://deb.debian.org/debian bullseye/main amd64 node-ecc-jsbn all 0.2.0-2 [9396 B] Get:376 http://deb.debian.org/debian bullseye/main amd64 node-iconv-lite all 0.5.1-3 [128 kB] Get:377 http://deb.debian.org/debian bullseye/main amd64 node-encoding all 0.1.13-1 [4316 B] Get:378 http://deb.debian.org/debian bullseye/main amd64 node-err-code all 2.0.3+dfsg-1 [4584 B] Get:379 http://deb.debian.org/debian bullseye/main amd64 node-extend all 3.0.2-1 [6744 B] Get:380 http://deb.debian.org/debian bullseye/main amd64 node-extsprintf all 1.4.0-1 [6268 B] Get:381 http://deb.debian.org/debian bullseye/main amd64 node-forever-agent all 0.6.1-2 [4200 B] Get:382 http://deb.debian.org/debian bullseye/main amd64 node-mime all 2.5.0+dfsg+~cs3.90.0-1 [39.4 kB] Get:383 http://deb.debian.org/debian bullseye/main amd64 node-mime-types all 2.1.28-1 [8948 B] Get:384 http://deb.debian.org/debian bullseye/main amd64 node-form-data all 3.0.0-2 [12.8 kB] Get:385 http://deb.debian.org/debian bullseye/main amd64 node-function-bind all 1.1.1+repack-1 [5000 B] Get:386 http://deb.debian.org/debian bullseye/main amd64 node-string-width all 4.2.0-1 [9716 B] Get:387 http://deb.debian.org/debian bullseye/main amd64 node-object-assign all 4.1.1-3 [4460 B] Get:388 http://deb.debian.org/debian bullseye/main amd64 node-has-unicode all 2.0.1-2 [3442 B] Get:389 http://deb.debian.org/debian bullseye/main amd64 node-wide-align all 1.1.3-1 [3896 B] Get:390 http://deb.debian.org/debian bullseye/main amd64 node-signal-exit all 3.0.3-1 [6172 B] Get:391 http://deb.debian.org/debian bullseye/main amd64 node-gauge all 2.7.4-1.1 [25.3 kB] Get:392 http://deb.debian.org/debian bullseye/main amd64 node-getpass all 0.1.7-1.1 [4368 B] Get:393 http://deb.debian.org/debian bullseye/main amd64 node-nopt all 5.0.0-1 [12.3 kB] Get:394 http://deb.debian.org/debian bullseye/main amd64 node-set-blocking all 2.0.0-1.1 [4036 B] Get:395 http://deb.debian.org/debian bullseye/main amd64 node-npmlog all 4.1.2-2 [8980 B] Get:396 http://deb.debian.org/debian bullseye/main amd64 node-osenv all 0.1.5-1 [4332 B] Get:397 http://deb.debian.org/debian bullseye/main amd64 node-tar all 6.0.5+ds1+~cs11.3.9-1 [43.1 kB] Get:398 http://deb.debian.org/debian bullseye/main amd64 node-isexe all 2.0.0-5 [4632 B] Get:399 http://deb.debian.org/debian bullseye/main amd64 node-which all 2.0.2+~cs1.3.2-1 [8436 B] Get:400 http://deb.debian.org/debian bullseye/main amd64 node-gyp all 7.1.2-4 [50.0 kB] Get:401 http://deb.debian.org/debian bullseye/main amd64 node-har-schema all 2.0.0-4 [5896 B] Get:402 http://deb.debian.org/debian bullseye/main amd64 node-har-validator all 5.1.5-1 [7184 B] Get:403 http://deb.debian.org/debian bullseye/main amd64 node-hosted-git-info all 3.0.8-1 [10.4 kB] Get:404 http://deb.debian.org/debian bullseye/main amd64 node-json-schema all 0.3.0+~7.0.6-1 [13.0 kB] Get:405 http://deb.debian.org/debian bullseye/main amd64 node-verror all 1.10.0-1.1 [14.2 kB] Get:406 http://deb.debian.org/debian bullseye/main amd64 node-jsprim all 2.0.0-1 [13.7 kB] Get:407 http://deb.debian.org/debian bullseye/main amd64 node-sshpk all 1.16.1+dfsg-2 [54.7 kB] Get:408 http://deb.debian.org/debian bullseye/main amd64 node-http-signature all 1.3.5-1 [13.0 kB] Get:409 http://deb.debian.org/debian bullseye/main amd64 node-https-proxy-agent all 5.0.0-3 [11.1 kB] Get:410 http://deb.debian.org/debian bullseye/main amd64 node-ini all 2.0.0-1 [6288 B] Get:411 http://deb.debian.org/debian bullseye/main amd64 node-ip all 1.1.5-5 [6608 B] Get:412 http://deb.debian.org/debian bullseye/main amd64 node-ip-regex all 4.3.0-1 [4824 B] Get:413 http://deb.debian.org/debian bullseye/main amd64 node-is-typedarray all 1.0.0-3 [3180 B] Get:414 http://deb.debian.org/debian bullseye/main amd64 node-isstream all 0.1.2+dfsg-1.1 [3784 B] Get:415 http://deb.debian.org/debian bullseye/main amd64 node-json-parse-better-errors all 1.0.2+~2.3.1-1 [6956 B] Get:416 http://deb.debian.org/debian bullseye/main amd64 node-json-stringify-safe all 5.0.1+repack-3 [21.1 kB] Get:417 http://deb.debian.org/debian bullseye/main amd64 node-jsonparse all 1.3.1-7 [6980 B] Get:418 http://deb.debian.org/debian bullseye/main amd64 node-through all 2.3.8+~cs0.0.30-1 [5452 B] Get:419 http://deb.debian.org/debian bullseye/main amd64 node-jsonstream all 1.3.5-1 [8428 B] Get:420 http://deb.debian.org/debian bullseye/main amd64 node-leven all 3.1.0+~cs1.1.1-1 [5588 B] Get:421 http://deb.debian.org/debian bullseye/main amd64 node-lockfile all 1.0.4-3 [8152 B] Get:422 http://deb.debian.org/debian bullseye/main amd64 node-mute-stream all 0.0.8-2 [5136 B] Get:423 http://deb.debian.org/debian bullseye/main amd64 node-resolve all 1.19.0+~cs5.20.8-2 [17.8 kB] Get:424 http://deb.debian.org/debian bullseye/main amd64 node-spdx-license-ids all 3.0.7-1 [6764 B] Get:425 http://deb.debian.org/debian bullseye/main amd64 node-spdx-exceptions all 2.3.0-1 [3864 B] Get:426 http://deb.debian.org/debian bullseye/main amd64 node-spdx-expression-parse all 3.0.1-1 [6608 B] Get:427 http://deb.debian.org/debian bullseye/main amd64 node-spdx-correct all 3.1.1-1 [5296 B] Get:428 http://deb.debian.org/debian bullseye/main amd64 node-validate-npm-package-license all 3.0.4-1 [4124 B] Get:429 http://deb.debian.org/debian bullseye/main amd64 node-normalize-package-data all 3.0.0+~2.4.0-1 [12.2 kB] Get:430 http://deb.debian.org/debian bullseye/main amd64 node-npm-bundled all 1.1.1-1 [6052 B] Get:431 http://deb.debian.org/debian bullseye/main amd64 node-validate-npm-package-name all 3.0.0-1.1 [4584 B] Get:432 http://deb.debian.org/debian bullseye/main amd64 node-npm-package-arg all 8.1.0-1 [8064 B] Get:433 http://deb.debian.org/debian bullseye/main amd64 node-number-is-nan all 2.0.0-1 [3388 B] Get:434 http://deb.debian.org/debian bullseye/main amd64 node-oauth-sign all 0.9.0-2 [4264 B] Get:435 http://deb.debian.org/debian bullseye/main amd64 xdg-utils all 1.1.3-4.1 [75.5 kB] Get:436 http://deb.debian.org/debian bullseye/main amd64 node-opener all 1.5.2-1 [5000 B] Get:437 http://deb.debian.org/debian bullseye/main amd64 node-performance-now all 2.1.0+debian-1.1 [4672 B] Get:438 http://deb.debian.org/debian bullseye/main amd64 node-retry all 0.12.0-1 [10.4 kB] Get:439 http://deb.debian.org/debian bullseye/main amd64 node-promise-retry all 2.0.1-1 [4924 B] Get:440 http://deb.debian.org/debian bullseye/main amd64 node-read all 1.0.7-2 [5264 B] Get:441 http://deb.debian.org/debian bullseye/main amd64 node-promzard all 0.3.0-1.1 [9096 B] Get:442 http://deb.debian.org/debian bullseye/main amd64 node-psl all 1.8.0+ds-4 [37.6 kB] Get:443 http://deb.debian.org/debian bullseye/main amd64 node-puka all 1.0.1+dfsg-2 [29.1 kB] Get:444 http://deb.debian.org/debian bullseye/main amd64 node-qs all 6.9.4+ds-1 [22.6 kB] Get:445 http://deb.debian.org/debian bullseye/main amd64 node-slash all 3.0.0-1 [3704 B] Get:446 http://deb.debian.org/debian bullseye/main amd64 node-read-package-json all 3.0.0-1 [10.1 kB] Get:447 http://deb.debian.org/debian bullseye/main amd64 node-resolve-from all 5.0.0+~3.1.0+~3.3.0+~2.0.0-1 [7292 B] Get:448 http://deb.debian.org/debian bullseye/main amd64 node-text-table all 0.2.0-2 [4308 B] Get:449 http://deb.debian.org/debian bullseye/main amd64 node-tunnel-agent all 0.6.1-2 [4952 B] Get:450 http://deb.debian.org/debian bullseye/main amd64 node-typedarray-to-buffer all 4.0.0-1 [3256 B] Get:451 http://deb.debian.org/debian bullseye/main amd64 node-uuid all 8.3.2+~8.3.0-4 [43.9 kB] Get:452 http://deb.debian.org/debian bullseye/main amd64 node-write-file-atomic all 3.0.3+~3.0.1-1 [8048 B] Get:453 http://deb.debian.org/debian bullseye/main amd64 npm all 7.5.2+ds-2 [801 kB] Get:454 http://deb.debian.org/debian bullseye/main amd64 openssh-sftp-server amd64 1:8.4p1-5 [52.3 kB] Get:455 http://deb.debian.org/debian bullseye/main amd64 runit-helper all 2.10.3 [7808 B] Get:456 http://deb.debian.org/debian bullseye/main amd64 openssh-server amd64 1:8.4p1-5 [385 kB] Get:457 http://deb.debian.org/debian bullseye/main amd64 podman amd64 3.0.1+dfsg1-2 [9511 kB] Get:458 http://deb.debian.org/debian bullseye/main amd64 postgresql-client-common all 225 [89.3 kB] Get:459 http://deb.debian.org/debian bullseye/main amd64 postgresql-client-13 amd64 13.2-1 [1501 kB] Get:460 http://deb.debian.org/debian bullseye/main amd64 postgresql-client all 13+225 [64.8 kB] Get:461 http://deb.debian.org/debian bullseye/main amd64 protobuf-compiler amd64 3.12.4-1 [75.1 kB] Get:462 http://deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-1 [1947 kB] Get:463 http://deb.debian.org/debian bullseye/main amd64 python3.9-dev amd64 3.9.2-1 [515 kB] Get:464 http://deb.debian.org/debian bullseye/main amd64 python3-dev amd64 3.9.2-3 [24.8 kB] Get:465 http://deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-3 [441 kB] Get:466 http://deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] Get:467 http://deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-1 [337 kB] Get:468 http://deb.debian.org/debian bullseye/main amd64 python3.9-venv amd64 3.9.2-1 [5396 B] Get:469 http://deb.debian.org/debian bullseye/main amd64 python3-venv amd64 3.9.2-3 [1188 B] Get:470 http://deb.debian.org/debian bullseye/main amd64 redis-tools amd64 5:6.0.11-1 [736 kB] Get:471 http://deb.debian.org/debian bullseye/main amd64 rename all 1.13-1 [18.0 kB] Get:472 http://deb.debian.org/debian bullseye/main amd64 reprepro amd64 5.3.0-1.2 [457 kB] Get:473 http://deb.debian.org/debian bullseye/main amd64 ruby-bcrypt-pbkdf amd64 1.1.0-1 [18.8 kB] Get:474 http://deb.debian.org/debian bullseye/main amd64 ruby-ffi amd64 1.12.2+dfsg-2+b3 [85.0 kB] Get:475 http://deb.debian.org/debian bullseye/main amd64 ruby-childprocess all 4.0.0-1 [24.9 kB] Get:476 http://deb.debian.org/debian bullseye/main amd64 ruby-concurrent all 1.1.6+dfsg-3 [179 kB] Get:477 http://deb.debian.org/debian bullseye/main amd64 ruby2.7-dev amd64 2.7.3-2 [831 kB] Get:478 http://deb.debian.org/debian bullseye/main amd64 ruby-dev amd64 1:2.7+2 [10.9 kB] Get:479 http://deb.debian.org/debian bullseye/main amd64 ruby-ed25519 amd64 1.2.4-2+b1 [60.2 kB] Get:480 http://deb.debian.org/debian bullseye/main amd64 ruby-erubi all 1.9.0-1 [8860 B] Get:481 http://deb.debian.org/debian bullseye/main amd64 ruby-excon all 0.79.0-2 [164 kB] Get:482 http://deb.debian.org/debian bullseye/main amd64 ruby-i18n all 1.8.8-1 [39.6 kB] Get:483 http://deb.debian.org/debian bullseye/main amd64 ruby-rb-inotify all 0.9.10-2 [12.4 kB] Get:484 http://deb.debian.org/debian bullseye/main amd64 ruby-listen all 3.2.1-1 [27.2 kB] Get:485 http://deb.debian.org/debian bullseye/main amd64 ruby-log4r all 1.1.10-4.1 [104 kB] Get:486 http://deb.debian.org/debian bullseye/main amd64 ruby-mime-types-data all 3.2015.1120-1.1 [71.8 kB] Get:487 http://deb.debian.org/debian bullseye/main amd64 ruby-mime-types all 3.3.1-1 [24.6 kB] Get:488 http://deb.debian.org/debian bullseye/main amd64 ruby-net-ssh all 1:6.1.0-2 [107 kB] Get:489 http://deb.debian.org/debian bullseye/main amd64 ruby-net-scp all 3.0.0-1 [17.4 kB] Get:490 http://deb.debian.org/debian bullseye/main amd64 ruby-net-sftp all 1:3.0.0-1 [37.3 kB] Get:491 http://deb.debian.org/debian bullseye/main amd64 ruby-vagrant-cloud all 3.0.2-1 [19.0 kB] Get:492 http://deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] Get:493 http://deb.debian.org/debian bullseye/main amd64 ruby-zip all 2.0.0-2 [43.4 kB] Get:494 http://deb.debian.org/debian bullseye/main amd64 sharutils amd64 1:4.15.2-5 [266 kB] Get:495 http://deb.debian.org/debian bullseye/main amd64 shellcheck amd64 0.7.1-1 [2400 kB] Get:496 http://deb.debian.org/debian bullseye/main amd64 swaks all 20201014.0-1 [107 kB] Get:497 http://deb.debian.org/debian bullseye/main amd64 task-english all 3.67 [948 B] Get:498 http://deb.debian.org/debian bullseye/main amd64 task-hebrew all 3.67 [948 B] Get:499 http://deb.debian.org/debian bullseye/main amd64 task-ssh-server all 3.67 [908 B] Get:500 http://deb.debian.org/debian bullseye/main amd64 time amd64 1.9-0.1 [50.8 kB] Get:501 http://deb.debian.org/debian bullseye/main amd64 tmux amd64 3.1c-1 [362 kB] Get:502 http://deb.debian.org/debian bullseye/main amd64 ttyrec amd64 1.0.8-5.1 [32.7 kB] Get:503 http://deb.debian.org/debian bullseye/main amd64 udftools amd64 2.3-1 [157 kB] Get:504 http://deb.debian.org/debian bullseye/main amd64 unison-2.51+4.11.1 amd64 2.51.3-1 [1084 kB] Get:505 http://deb.debian.org/debian bullseye/main amd64 unison all 2.51.3+1 [2776 B] Get:506 http://deb.debian.org/debian bullseye/main amd64 vagrant all 2.2.14+dfsg-1 [534 kB] Get:507 http://deb.debian.org/debian bullseye/main amd64 vcdimager amd64 2.0.1+dfsg-5 [205 kB] Get:508 http://deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB] Get:509 http://deb.debian.org/debian bullseye/main amd64 vim-nox amd64 2:8.2.2434-3 [1641 kB] Get:510 http://deb.debian.org/debian bullseye/main amd64 w3m amd64 0.5.3+git20210102-6 [1050 kB] Get:511 http://deb.debian.org/debian bullseye/main amd64 w3m-img amd64 0.5.3+git20210102-6 [64.0 kB] Get:512 http://deb.debian.org/debian bullseye/main amd64 whois amd64 5.5.9 [81.2 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 625 MB in 9s (72.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 ... 22749 files and directories currently installed.) Removing libcurl4-openssl-dev:amd64 (7.74.0-1.2) ... 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 ... 22727 files and directories currently installed.) Preparing to unpack .../000-libapparmor1_2.13.6-10_amd64.deb ... Unpacking libapparmor1:amd64 (2.13.6-10) ... Selecting previously unselected package libdbus-1-3:amd64. Preparing to unpack .../001-libdbus-1-3_1.12.20-2_amd64.deb ... Unpacking libdbus-1-3:amd64 (1.12.20-2) ... Selecting previously unselected package dbus. Preparing to unpack .../002-dbus_1.12.20-2_amd64.deb ... Unpacking dbus (1.12.20-2) ... Selecting previously unselected package bsdextrautils. Preparing to unpack .../003-bsdextrautils_2.36.1-7_amd64.deb ... Unpacking bsdextrautils (2.36.1-7) ... Selecting previously unselected package libuchardet0:amd64. Preparing to unpack .../004-libuchardet0_0.0.7-1_amd64.deb ... Unpacking libuchardet0:amd64 (0.0.7-1) ... Selecting previously unselected package groff-base. Preparing to unpack .../005-groff-base_1.22.4-6_amd64.deb ... Unpacking groff-base (1.22.4-6) ... Selecting previously unselected package libpipeline1:amd64. Preparing to unpack .../006-libpipeline1_1.5.3-1_amd64.deb ... Unpacking libpipeline1:amd64 (1.5.3-1) ... Selecting previously unselected package man-db. Preparing to unpack .../007-man-db_2.9.4-2_amd64.deb ... Unpacking man-db (2.9.4-2) ... Selecting previously unselected package dmsetup. Preparing to unpack .../008-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 .../009-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 runc. Preparing to unpack .../010-runc_1.0.0~rc93+ds1-3_amd64.deb ... Unpacking runc (1.0.0~rc93+ds1-3) ... Selecting previously unselected package containerd. Preparing to unpack .../011-containerd_1.4.4~ds1-2_amd64.deb ... Unpacking containerd (1.4.4~ds1-2) ... Selecting previously unselected package libip4tc2:amd64. Preparing to unpack .../012-libip4tc2_1.8.7-1_amd64.deb ... Unpacking libip4tc2:amd64 (1.8.7-1) ... Selecting previously unselected package libip6tc2:amd64. Preparing to unpack .../013-libip6tc2_1.8.7-1_amd64.deb ... Unpacking libip6tc2:amd64 (1.8.7-1) ... Selecting previously unselected package libxtables12:amd64. Preparing to unpack .../014-libxtables12_1.8.7-1_amd64.deb ... Unpacking libxtables12:amd64 (1.8.7-1) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../015-libmnl0_1.0.4-3_amd64.deb ... Unpacking libmnl0:amd64 (1.0.4-3) ... Selecting previously unselected package libnfnetlink0:amd64. Preparing to unpack .../016-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 .../017-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 .../018-libnftnl11_1.1.9-1_amd64.deb ... Unpacking libnftnl11:amd64 (1.1.9-1) ... Selecting previously unselected package iptables. Preparing to unpack .../019-iptables_1.8.7-1_amd64.deb ... Unpacking iptables (1.8.7-1) ... Selecting previously unselected package tini. Preparing to unpack .../020-tini_0.19.0-1_amd64.deb ... Unpacking tini (0.19.0-1) ... Selecting previously unselected package docker.io. Preparing to unpack .../021-docker.io_20.10.5+dfsg1-1+b1_amd64.deb ... Unpacking docker.io (20.10.5+dfsg1-1+b1) ... Selecting previously unselected package liblocale-gettext-perl. Preparing to unpack .../022-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... Unpacking liblocale-gettext-perl (1.07-4+b1) ... Selecting previously unselected package libpopt0:amd64. Preparing to unpack .../023-libpopt0_1.18-2_amd64.deb ... Unpacking libpopt0:amd64 (1.18-2) ... Selecting previously unselected package rsync. Preparing to unpack .../024-rsync_3.2.3-4_amd64.deb ... Unpacking rsync (3.2.3-4) ... Selecting previously unselected package tasksel-data. Preparing to unpack .../025-tasksel-data_3.67_all.deb ... Unpacking tasksel-data (3.67) ... Selecting previously unselected package tasksel. Preparing to unpack .../026-tasksel_3.67_all.deb ... Unpacking tasksel (3.67) ... Selecting previously unselected package libcap2:amd64. Preparing to unpack .../027-libcap2_1%3a2.44-1_amd64.deb ... Unpacking libcap2:amd64 (1:2.44-1) ... Selecting previously unselected package libcap2-bin. Preparing to unpack .../028-libcap2-bin_1%3a2.44-1_amd64.deb ... Unpacking libcap2-bin (1:2.44-1) ... Selecting previously unselected package iputils-ping. Preparing to unpack .../029-iputils-ping_3%3a20210202-1_amd64.deb ... Unpacking iputils-ping (3:20210202-1) ... Selecting previously unselected package less. Preparing to unpack .../030-less_551-2_amd64.deb ... Unpacking less (551-2) ... Selecting previously unselected package xxd. Preparing to unpack .../031-xxd_2%3a8.2.2434-3_amd64.deb ... Unpacking xxd (2:8.2.2434-3) ... Selecting previously unselected package vim-common. Preparing to unpack .../032-vim-common_2%3a8.2.2434-3_all.deb ... Unpacking vim-common (2:8.2.2434-3) ... Selecting previously unselected package bash-completion. Preparing to unpack .../033-bash-completion_1%3a2.11-2_all.deb ... Unpacking bash-completion (1:2.11-2) ... Selecting previously unselected package libfstrm0:amd64. Preparing to unpack .../034-libfstrm0_0.6.0-1+b1_amd64.deb ... Unpacking libfstrm0:amd64 (0.6.0-1+b1) ... Selecting previously unselected package libjson-c5:amd64. Preparing to unpack .../035-libjson-c5_0.15-2_amd64.deb ... Unpacking libjson-c5:amd64 (0.15-2) ... Selecting previously unselected package liblmdb0:amd64. Preparing to unpack .../036-liblmdb0_0.9.24-1_amd64.deb ... Unpacking liblmdb0:amd64 (0.9.24-1) ... Selecting previously unselected package libprotobuf-c1:amd64. Preparing to unpack .../037-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 .../038-libuv1_1.40.0-1_amd64.deb ... Unpacking libuv1:amd64 (1.40.0-1) ... Selecting previously unselected package bind9-libs:amd64. Preparing to unpack .../039-bind9-libs_1%3a9.16.15-1_amd64.deb ... Unpacking bind9-libs:amd64 (1:9.16.15-1) ... Selecting previously unselected package bind9-host. Preparing to unpack .../040-bind9-host_1%3a9.16.15-1_amd64.deb ... Unpacking bind9-host (1:9.16.15-1) ... Selecting previously unselected package bind9-dnsutils. Preparing to unpack .../041-bind9-dnsutils_1%3a9.16.15-1_amd64.deb ... Unpacking bind9-dnsutils (1:9.16.15-1) ... Selecting previously unselected package libc-l10n. Preparing to unpack .../042-libc-l10n_2.31-11_all.deb ... Unpacking libc-l10n (2.31-11) ... Selecting previously unselected package locales. Preparing to unpack .../043-locales_2.31-11_all.deb ... Unpacking locales (2.31-11) ... Selecting previously unselected package lsof. Preparing to unpack .../044-lsof_4.93.2+dfsg-1.1_amd64.deb ... Unpacking lsof (4.93.2+dfsg-1.1) ... Selecting previously unselected package mailcap. Preparing to unpack .../045-mailcap_3.69_all.deb ... Unpacking mailcap (3.69) ... Selecting previously unselected package mime-support. Preparing to unpack .../046-mime-support_3.66_all.deb ... Unpacking mime-support (3.66) ... Selecting previously unselected package telnet. Preparing to unpack .../047-telnet_0.17-42_amd64.deb ... Unpacking telnet (0.17-42) ... Selecting previously unselected package apache2-utils. Preparing to unpack .../048-apache2-utils_2.4.46-4_amd64.deb ... Unpacking apache2-utils (2.4.46-4) ... Selecting previously unselected package bats. Preparing to unpack .../049-bats_1.2.1-3_all.deb ... Unpacking bats (1.2.1-3) ... Selecting previously unselected package python3-six. Preparing to unpack .../050-python3-six_1.15.0-2_all.deb ... Unpacking python3-six (1.15.0-2) ... Selecting previously unselected package python3-configobj. Preparing to unpack .../051-python3-configobj_5.0.6-4_all.deb ... Unpacking python3-configobj (5.0.6-4) ... Selecting previously unselected package python3-certifi. Preparing to unpack .../052-python3-certifi_2020.6.20-1_all.deb ... Unpacking python3-certifi (2020.6.20-1) ... Selecting previously unselected package python3-urllib3. Preparing to unpack .../053-python3-urllib3_1.26.2-1_all.deb ... Unpacking python3-urllib3 (1.26.2-1) ... Selecting previously unselected package python3-dulwich. Preparing to unpack .../054-python3-dulwich_0.20.15-1_amd64.deb ... Unpacking python3-dulwich (0.20.15-1) ... Selecting previously unselected package python3-fastimport. Preparing to unpack .../055-python3-fastimport_0.9.8-5_all.deb ... Unpacking python3-fastimport (0.9.8-5) ... Selecting previously unselected package python3-patiencediff. Preparing to unpack .../056-python3-patiencediff_0.2.1-1+b1_amd64.deb ... Unpacking python3-patiencediff (0.2.1-1+b1) ... Selecting previously unselected package python3-breezy. Preparing to unpack .../057-python3-breezy_3.1.0-8_amd64.deb ... Unpacking python3-breezy (3.1.0-8) ... Selecting previously unselected package brz. Preparing to unpack .../058-brz_3.1.0-8_all.deb ... Unpacking brz (3.1.0-8) ... Selecting previously unselected package bubblewrap. Preparing to unpack .../059-bubblewrap_0.4.1-3_amd64.deb ... Unpacking bubblewrap (0.4.1-3) ... Selecting previously unselected package build-essential. Preparing to unpack .../060-build-essential_12.9_amd64.deb ... Unpacking build-essential (12.9) ... Selecting previously unselected package rubygems-integration. Preparing to unpack .../061-rubygems-integration_1.18_all.deb ... Unpacking rubygems-integration (1.18) ... Selecting previously unselected package rake. Preparing to unpack .../062-rake_13.0.3-1_all.deb ... Unpacking rake (13.0.3-1) ... Selecting previously unselected package ruby-minitest. Preparing to unpack .../063-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 .../064-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 .../065-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 .../066-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 .../067-ruby-xmlrpc_0.3.0-2_all.deb ... Unpacking ruby-xmlrpc (0.3.0-2) ... Selecting previously unselected package libruby2.7:amd64. Preparing to unpack .../068-libruby2.7_2.7.3-2_amd64.deb ... Unpacking libruby2.7:amd64 (2.7.3-2) ... Selecting previously unselected package ruby2.7. Preparing to unpack .../069-ruby2.7_2.7.3-2_amd64.deb ... Unpacking ruby2.7 (2.7.3-2) ... Selecting previously unselected package ruby-rubygems. Preparing to unpack .../070-ruby-rubygems_3.2.5-2_all.deb ... Unpacking ruby-rubygems (3.2.5-2) ... Selecting previously unselected package ruby. Preparing to unpack .../071-ruby_1%3a2.7+2_amd64.deb ... Unpacking ruby (1:2.7+2) ... Selecting previously unselected package ruby-bundler. Preparing to unpack .../072-ruby-bundler_2.2.5-2_all.deb ... Unpacking ruby-bundler (2.2.5-2) ... Selecting previously unselected package bundler. Preparing to unpack .../073-bundler_2.2.5-2_all.deb ... Unpacking bundler (2.2.5-2) ... Selecting previously unselected package bzr. Preparing to unpack .../074-bzr_2.7.0+bzr6622+brz_all.deb ... Unpacking bzr (2.7.0+bzr6622+brz) ... Selecting previously unselected package java-common. Preparing to unpack .../075-java-common_0.72_all.deb ... Unpacking java-common (0.72) ... Selecting previously unselected package libavahi-common-data:amd64. Preparing to unpack .../076-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 .../077-libavahi-common3_0.8-5_amd64.deb ... Unpacking libavahi-common3:amd64 (0.8-5) ... Selecting previously unselected package libavahi-client3:amd64. Preparing to unpack .../078-libavahi-client3_0.8-5_amd64.deb ... Unpacking libavahi-client3:amd64 (0.8-5) ... Selecting previously unselected package libcups2:amd64. Preparing to unpack .../079-libcups2_2.3.3op2-3_amd64.deb ... Unpacking libcups2:amd64 (2.3.3op2-3) ... Selecting previously unselected package libnspr4:amd64. Preparing to unpack .../080-libnspr4_2%3a4.29-1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.29-1) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../081-libnss3_2%3a3.61-1_amd64.deb ... Unpacking libnss3:amd64 (2:3.61-1) ... Selecting previously unselected package libasound2-data. Preparing to unpack .../082-libasound2-data_1.2.4-1.1_all.deb ... Unpacking libasound2-data (1.2.4-1.1) ... Selecting previously unselected package libasound2:amd64. Preparing to unpack .../083-libasound2_1.2.4-1.1_amd64.deb ... Unpacking libasound2:amd64 (1.2.4-1.1) ... Selecting previously unselected package libpcsclite1:amd64. Preparing to unpack .../084-libpcsclite1_1.9.1-1_amd64.deb ... Unpacking libpcsclite1:amd64 (1.9.1-1) ... Selecting previously unselected package openjdk-11-jre-headless:amd64. Preparing to unpack .../085-openjdk-11-jre-headless_11.0.11+4-1_amd64.deb ... Unpacking openjdk-11-jre-headless:amd64 (11.0.11+4-1) ... Selecting previously unselected package default-jre-headless. Preparing to unpack .../086-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 .../087-ca-certificates-java_20190909_all.deb ... Unpacking ca-certificates-java (20190909) ... Selecting previously unselected package cmake-data. Preparing to unpack .../088-cmake-data_3.18.4-2_all.deb ... Unpacking cmake-data (3.18.4-2) ... Selecting previously unselected package libarchive13:amd64. Preparing to unpack .../089-libarchive13_3.4.3-2+b1_amd64.deb ... Unpacking libarchive13:amd64 (3.4.3-2+b1) ... Selecting previously unselected package libjsoncpp24:amd64. Preparing to unpack .../090-libjsoncpp24_1.9.4-4_amd64.deb ... Unpacking libjsoncpp24:amd64 (1.9.4-4) ... Selecting previously unselected package librhash0:amd64. Preparing to unpack .../091-librhash0_1.4.1-2_amd64.deb ... Unpacking librhash0:amd64 (1.4.1-2) ... Selecting previously unselected package cmake. Preparing to unpack .../092-cmake_3.18.4-2_amd64.deb ... Unpacking cmake (3.18.4-2) ... Selecting previously unselected package psmisc. Preparing to unpack .../093-psmisc_23.4-2_amd64.deb ... Unpacking psmisc (23.4-2) ... Selecting previously unselected package php-common. Preparing to unpack .../094-php-common_2%3a76_all.deb ... Unpacking php-common (2:76) ... Selecting previously unselected package php7.4-common. Preparing to unpack .../095-php7.4-common_7.4.15-5+deb11u1_amd64.deb ... Unpacking php7.4-common (7.4.15-5+deb11u1) ... Selecting previously unselected package php7.4-json. Preparing to unpack .../096-php7.4-json_7.4.15-5+deb11u1_amd64.deb ... Unpacking php7.4-json (7.4.15-5+deb11u1) ... Selecting previously unselected package php7.4-opcache. Preparing to unpack .../097-php7.4-opcache_7.4.15-5+deb11u1_amd64.deb ... Unpacking php7.4-opcache (7.4.15-5+deb11u1) ... Selecting previously unselected package php7.4-readline. Preparing to unpack .../098-php7.4-readline_7.4.15-5+deb11u1_amd64.deb ... Unpacking php7.4-readline (7.4.15-5+deb11u1) ... Selecting previously unselected package libargon2-1:amd64. Preparing to unpack .../099-libargon2-1_0~20171227-0.2_amd64.deb ... Unpacking libargon2-1:amd64 (0~20171227-0.2) ... Selecting previously unselected package libsodium23:amd64. Preparing to unpack .../100-libsodium23_1.0.18-1_amd64.deb ... Unpacking libsodium23:amd64 (1.0.18-1) ... Selecting previously unselected package php7.4-cli. Preparing to unpack .../101-php7.4-cli_7.4.15-5+deb11u1_amd64.deb ... Unpacking php7.4-cli (7.4.15-5+deb11u1) ... Selecting previously unselected package php-cli. Preparing to unpack .../102-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 .../103-php-composer-ca-bundle_1.2.9-1_all.deb ... Unpacking php-composer-ca-bundle (1.2.9-1) ... Selecting previously unselected package php-composer-semver. Preparing to unpack .../104-php-composer-semver_3.2.4-2_all.deb ... Unpacking php-composer-semver (3.2.4-2) ... Selecting previously unselected package php-composer-spdx-licenses. Preparing to unpack .../105-php-composer-spdx-licenses_1.5.5-2_all.deb ... Unpacking php-composer-spdx-licenses (1.5.5-2) ... Selecting previously unselected package php-psr-log. Preparing to unpack .../106-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 .../107-php-composer-xdebug-handler_1.4.5-1_all.deb ... Unpacking php-composer-xdebug-handler (1.4.5-1) ... Selecting previously unselected package php-json-schema. Preparing to unpack .../108-php-json-schema_5.2.10-2_all.deb ... Unpacking php-json-schema (5.2.10-2) ... Selecting previously unselected package jsonlint. Preparing to unpack .../109-jsonlint_1.8.3-2_all.deb ... Unpacking jsonlint (1.8.3-2) ... Selecting previously unselected package libonig5:amd64. Preparing to unpack .../110-libonig5_6.9.6-1.1_amd64.deb ... Unpacking libonig5:amd64 (6.9.6-1.1) ... Selecting previously unselected package php7.4-mbstring. Preparing to unpack .../111-php7.4-mbstring_7.4.15-5+deb11u1_amd64.deb ... Unpacking php7.4-mbstring (7.4.15-5+deb11u1) ... Selecting previously unselected package php-mbstring. Preparing to unpack .../112-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 .../113-php-symfony-polyfill-php80_1.22.1-1_all.deb ... Unpacking php-symfony-polyfill-php80 (1.22.1-1) ... Selecting previously unselected package php-psr-container. Preparing to unpack .../114-php-psr-container_1.0.0-2_all.deb ... Unpacking php-psr-container (1.0.0-2) ... Selecting previously unselected package php-symfony-service-contracts. Preparing to unpack .../115-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 .../116-php-symfony-console_4.4.19+dfsg-1_all.deb ... Unpacking php-symfony-console (4.4.19+dfsg-1) ... Selecting previously unselected package php-symfony-filesystem. Preparing to unpack .../117-php-symfony-filesystem_4.4.19+dfsg-1_all.deb ... Unpacking php-symfony-filesystem (4.4.19+dfsg-1) ... Selecting previously unselected package php-symfony-finder. Preparing to unpack .../118-php-symfony-finder_4.4.19+dfsg-1_all.deb ... Unpacking php-symfony-finder (4.4.19+dfsg-1) ... Selecting previously unselected package php-symfony-process. Preparing to unpack .../119-php-symfony-process_4.4.19+dfsg-1_all.deb ... Unpacking php-symfony-process (4.4.19+dfsg-1) ... Selecting previously unselected package php-react-promise. Preparing to unpack .../120-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 .../121-composer_2.0.9-2_all.deb ... Unpacking composer (2.0.9-2) ... Selecting previously unselected package conmon. Preparing to unpack .../122-conmon_2.0.25+ds1-1_amd64.deb ... Unpacking conmon (2.0.25+ds1-1) ... Selecting previously unselected package containernetworking-plugins. Preparing to unpack .../123-containernetworking-plugins_0.9.0-1+b3_amd64.deb ... Unpacking containernetworking-plugins (0.9.0-1+b3) ... Selecting previously unselected package dbus-x11. Preparing to unpack .../124-dbus-x11_1.12.20-2_amd64.deb ... Unpacking dbus-x11 (1.12.20-2) ... Selecting previously unselected package libdconf1:amd64. Preparing to unpack .../125-libdconf1_0.38.0-2_amd64.deb ... Unpacking libdconf1:amd64 (0.38.0-2) ... Selecting previously unselected package dconf-service. Preparing to unpack .../126-dconf-service_0.38.0-2_amd64.deb ... Unpacking dconf-service (0.38.0-2) ... Selecting previously unselected package dconf-gsettings-backend:amd64. Preparing to unpack .../127-dconf-gsettings-backend_0.38.0-2_amd64.deb ... Unpacking dconf-gsettings-backend:amd64 (0.38.0-2) ... Selecting previously unselected package openjdk-11-jdk-headless:amd64. Preparing to unpack .../128-openjdk-11-jdk-headless_11.0.11+4-1_amd64.deb ... Unpacking openjdk-11-jdk-headless:amd64 (11.0.11+4-1) ... Selecting previously unselected package default-jdk-headless. Preparing to unpack .../129-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 .../130-libconfig-inifiles-perl_3.000003-1_all.deb ... Unpacking libconfig-inifiles-perl (3.000003-1) ... Selecting previously unselected package mariadb-client-core-10.5. Preparing to unpack .../131-mariadb-client-core-10.5_1%3a10.5.9-1_amd64.deb ... Unpacking mariadb-client-core-10.5 (1:10.5.9-1) ... Selecting previously unselected package mariadb-client-10.5. Preparing to unpack .../132-mariadb-client-10.5_1%3a10.5.9-1_amd64.deb ... Unpacking mariadb-client-10.5 (1:10.5.9-1) ... Selecting previously unselected package default-mysql-client. Preparing to unpack .../133-default-mysql-client_1.0.7_all.deb ... Unpacking default-mysql-client (1.0.7) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../134-libfakeroot_1.25.3-1.1_amd64.deb ... Unpacking libfakeroot:amd64 (1.25.3-1.1) ... Selecting previously unselected package fakeroot. Preparing to unpack .../135-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 .../136-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 .../137-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 .../138-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 .../139-libfile-touch-perl_0.11-1_all.deb ... Unpacking libfile-touch-perl (0.11-1) ... Selecting previously unselected package libio-pty-perl. Preparing to unpack .../140-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 .../141-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 .../142-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 .../143-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 .../144-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 .../145-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 .../146-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 .../147-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 .../148-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 .../149-librole-tiny-perl_2.002004-1_all.deb ... Unpacking librole-tiny-perl (2.002004-1) ... Selecting previously unselected package libstrictures-perl. Preparing to unpack .../150-libstrictures-perl_2.000006-1_all.deb ... Unpacking libstrictures-perl (2.000006-1) ... Selecting previously unselected package libsub-quote-perl. Preparing to unpack .../151-libsub-quote-perl_2.006006-1_all.deb ... Unpacking libsub-quote-perl (2.006006-1) ... Selecting previously unselected package libmoo-perl. Preparing to unpack .../152-libmoo-perl_2.004004-1_all.deb ... Unpacking libmoo-perl (2.004004-1) ... Selecting previously unselected package libencode-locale-perl. Preparing to unpack .../153-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 .../154-libtimedate-perl_2.3300-2_all.deb ... Unpacking libtimedate-perl (2.3300-2) ... Selecting previously unselected package libhttp-date-perl. Preparing to unpack .../155-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 .../156-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 .../157-libhtml-tagset-perl_3.20-4_all.deb ... Unpacking libhtml-tagset-perl (3.20-4) ... Selecting previously unselected package liburi-perl. Preparing to unpack .../158-liburi-perl_5.08-1_all.deb ... Unpacking liburi-perl (5.08-1) ... Selecting previously unselected package libhtml-parser-perl. Preparing to unpack .../159-libhtml-parser-perl_3.75-1+b1_amd64.deb ... Unpacking libhtml-parser-perl (3.75-1+b1) ... Selecting previously unselected package libhtml-tree-perl. Preparing to unpack .../160-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 .../161-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 .../162-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 .../163-libhttp-message-perl_6.28-1_all.deb ... Unpacking libhttp-message-perl (6.28-1) ... Selecting previously unselected package libhttp-cookies-perl. Preparing to unpack .../164-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 .../165-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 .../166-perl-openssl-defaults_5_amd64.deb ... Unpacking perl-openssl-defaults:amd64 (5) ... Selecting previously unselected package libnet-ssleay-perl. Preparing to unpack .../167-libnet-ssleay-perl_1.88-3+b1_amd64.deb ... Unpacking libnet-ssleay-perl (1.88-3+b1) ... Selecting previously unselected package libio-socket-ssl-perl. Preparing to unpack .../168-libio-socket-ssl-perl_2.069-1_all.deb ... Unpacking libio-socket-ssl-perl (2.069-1) ... Selecting previously unselected package libnet-http-perl. Preparing to unpack .../169-libnet-http-perl_6.20-1_all.deb ... Unpacking libnet-http-perl (6.20-1) ... Selecting previously unselected package liblwp-protocol-https-perl. Preparing to unpack .../170-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 .../171-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 .../172-libwww-robotrules-perl_6.02-1_all.deb ... Unpacking libwww-robotrules-perl (6.02-1) ... Selecting previously unselected package libwww-perl. Preparing to unpack .../173-libwww-perl_6.52-1_all.deb ... Unpacking libwww-perl (6.52-1) ... Selecting previously unselected package patchutils. Preparing to unpack .../174-patchutils_0.4.2-1_amd64.deb ... Unpacking patchutils (0.4.2-1) ... Selecting previously unselected package wdiff. Preparing to unpack .../175-wdiff_1.2.2-2+b1_amd64.deb ... Unpacking wdiff (1.2.2-2+b1) ... Selecting previously unselected package devscripts. Preparing to unpack .../176-devscripts_2.21.2_amd64.deb ... Unpacking devscripts (2.21.2) ... Selecting previously unselected package libtext-iconv-perl. Preparing to unpack .../177-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 .../178-emacsen-common_3.0.4_all.deb ... Unpacking emacsen-common (3.0.4) ... Selecting previously unselected package dictionaries-common. Preparing to unpack .../179-dictionaries-common_1.28.4_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.4) ... Selecting previously unselected package direnv. Preparing to unpack .../180-direnv_2.25.2-2_amd64.deb ... Unpacking direnv (2.25.2-2) ... Selecting previously unselected package dnsutils. Preparing to unpack .../181-dnsutils_1%3a9.16.15-1_all.deb ... Unpacking dnsutils (1:9.16.15-1) ... Selecting previously unselected package dos2unix. Preparing to unpack .../182-dos2unix_7.4.1-1_amd64.deb ... Unpacking dos2unix (7.4.1-1) ... Selecting previously unselected package easy-rsa. Preparing to unpack .../183-easy-rsa_3.0.8-1_all.deb ... Unpacking easy-rsa (3.0.8-1) ... Selecting previously unselected package entr. Preparing to unpack .../184-entr_4.7-1_amd64.deb ... Unpacking entr (4.7-1) ... Selecting previously unselected package libtcl8.6:amd64. Preparing to unpack .../185-libtcl8.6_8.6.11+dfsg-1_amd64.deb ... Unpacking libtcl8.6:amd64 (8.6.11+dfsg-1) ... Selecting previously unselected package tcl8.6. Preparing to unpack .../186-tcl8.6_8.6.11+dfsg-1_amd64.deb ... Unpacking tcl8.6 (8.6.11+dfsg-1) ... Selecting previously unselected package tcl-expect:amd64. Preparing to unpack .../187-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 .../188-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 .../189-xdg-dbus-proxy_0.1.2-2_amd64.deb ... Unpacking xdg-dbus-proxy (0.1.2-2) ... Selecting previously unselected package libproxy1v5:amd64. Preparing to unpack .../190-libproxy1v5_0.4.17-1_amd64.deb ... Unpacking libproxy1v5:amd64 (0.4.17-1) ... Selecting previously unselected package glib-networking-common. Preparing to unpack .../191-glib-networking-common_2.66.0-2_all.deb ... Unpacking glib-networking-common (2.66.0-2) ... Selecting previously unselected package glib-networking-services. Preparing to unpack .../192-glib-networking-services_2.66.0-2_amd64.deb ... Unpacking glib-networking-services (2.66.0-2) ... Selecting previously unselected package gsettings-desktop-schemas. Preparing to unpack .../193-gsettings-desktop-schemas_3.38.0-2_all.deb ... Unpacking gsettings-desktop-schemas (3.38.0-2) ... Selecting previously unselected package glib-networking:amd64. Preparing to unpack .../194-glib-networking_2.66.0-2_amd64.deb ... Unpacking glib-networking:amd64 (2.66.0-2) ... Selecting previously unselected package libsoup2.4-1:amd64. Preparing to unpack .../195-libsoup2.4-1_2.72.0-2_amd64.deb ... Unpacking libsoup2.4-1:amd64 (2.72.0-2) ... Selecting previously unselected package libstemmer0d:amd64. Preparing to unpack .../196-libstemmer0d_2.1.0-1_amd64.deb ... Unpacking libstemmer0d:amd64 (2.1.0-1) ... Selecting previously unselected package libappstream-glib8:amd64. Preparing to unpack .../197-libappstream-glib8_0.7.18-1_amd64.deb ... Unpacking libappstream-glib8:amd64 (0.7.18-1) ... Selecting previously unselected package libfuse2:amd64. Preparing to unpack .../198-libfuse2_2.9.9-5_amd64.deb ... Unpacking libfuse2:amd64 (2.9.9-5) ... Selecting previously unselected package libgpgme11:amd64. Preparing to unpack .../199-libgpgme11_1.14.0-1+b2_amd64.deb ... Unpacking libgpgme11:amd64 (1.14.0-1+b2) ... Selecting previously unselected package libjson-glib-1.0-common. Preparing to unpack .../200-libjson-glib-1.0-common_1.6.2-1_all.deb ... Unpacking libjson-glib-1.0-common (1.6.2-1) ... Selecting previously unselected package libjson-glib-1.0-0:amd64. Preparing to unpack .../201-libjson-glib-1.0-0_1.6.2-1_amd64.deb ... Unpacking libjson-glib-1.0-0:amd64 (1.6.2-1) ... Selecting previously unselected package libmalcontent-0-0:amd64. Preparing to unpack .../202-libmalcontent-0-0_0.10.0-2_amd64.deb ... Unpacking libmalcontent-0-0:amd64 (0.10.0-2) ... Selecting previously unselected package libavahi-glib1:amd64. Preparing to unpack .../203-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 .../204-libostree-1-1_2020.8-2_amd64.deb ... Unpacking libostree-1-1:amd64 (2020.8-2) ... Selecting previously unselected package libpolkit-gobject-1-0:amd64. Preparing to unpack .../205-libpolkit-gobject-1-0_0.105-30_amd64.deb ... Unpacking libpolkit-gobject-1-0:amd64 (0.105-30) ... Selecting previously unselected package libpolkit-agent-1-0:amd64. Preparing to unpack .../206-libpolkit-agent-1-0_0.105-30_amd64.deb ... Unpacking libpolkit-agent-1-0:amd64 (0.105-30) ... Selecting previously unselected package flatpak. Preparing to unpack .../207-flatpak_1.10.2-1_amd64.deb ... Unpacking flatpak (1.10.2-1) ... Selecting previously unselected package libflatpak0:amd64. Preparing to unpack .../208-libflatpak0_1.10.2-1_amd64.deb ... Unpacking libflatpak0:amd64 (1.10.2-1) ... Selecting previously unselected package gir1.2-flatpak-1.0:amd64. Preparing to unpack .../209-gir1.2-flatpak-1.0_1.10.2-1_amd64.deb ... Unpacking gir1.2-flatpak-1.0:amd64 (1.10.2-1) ... Selecting previously unselected package ostree. Preparing to unpack .../210-ostree_2020.8-2_amd64.deb ... Unpacking ostree (2020.8-2) ... Selecting previously unselected package flatpak-builder. Preparing to unpack .../211-flatpak-builder_1.0.12-1_amd64.deb ... Unpacking flatpak-builder (1.0.12-1) ... Selecting previously unselected package flatpak-xdg-utils. Preparing to unpack .../212-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 .../213-ftp_0.17-34.1.1_amd64.deb ... Unpacking ftp (0.17-34.1.1) ... Selecting previously unselected package gir1.2-ostree-1.0:amd64. Preparing to unpack .../214-gir1.2-ostree-1.0_2020.8-2_amd64.deb ... Unpacking gir1.2-ostree-1.0:amd64 (2020.8-2) ... Selecting previously unselected package go-md2man. Preparing to unpack .../215-go-md2man_2.0.0+ds-5+b3_amd64.deb ... Unpacking go-md2man (2.0.0+ds-5+b3) ... Selecting previously unselected package python3-markupsafe. Preparing to unpack .../216-python3-markupsafe_1.1.1-1+b3_amd64.deb ... Unpacking python3-markupsafe (1.1.1-1+b3) ... Selecting previously unselected package python3-mako. Preparing to unpack .../217-python3-mako_1.1.3+ds1-2_all.deb ... Unpacking python3-mako (1.1.3+ds1-2) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../218-python3-pkg-resources_52.0.0-3_all.deb ... Unpacking python3-pkg-resources (52.0.0-3) ... Selecting previously unselected package python3-markdown. Preparing to unpack .../219-python3-markdown_3.3.4-1_all.deb ... Unpacking python3-markdown (3.3.4-1) ... Selecting previously unselected package gobject-introspection. Preparing to unpack .../220-gobject-introspection_1.66.1-1+b1_amd64.deb ... Unpacking gobject-introspection (1.66.1-1+b1) ... Selecting previously unselected package golang-1.15-src. Preparing to unpack .../221-golang-1.15-src_1.15.9-1_amd64.deb ... Unpacking golang-1.15-src (1.15.9-1) ... Selecting previously unselected package golang-1.15-go. Preparing to unpack .../222-golang-1.15-go_1.15.9-1_amd64.deb ... Unpacking golang-1.15-go (1.15.9-1) ... Selecting previously unselected package golang-1.15-doc. Preparing to unpack .../223-golang-1.15-doc_1.15.9-1_all.deb ... Unpacking golang-1.15-doc (1.15.9-1) ... Selecting previously unselected package golang-1.15. Preparing to unpack .../224-golang-1.15_1.15.9-1_all.deb ... Unpacking golang-1.15 (1.15.9-1) ... Selecting previously unselected package golang-src:amd64. Preparing to unpack .../225-golang-src_2%3a1.15~1_amd64.deb ... Unpacking golang-src:amd64 (2:1.15~1) ... Selecting previously unselected package golang-go. Preparing to unpack .../226-golang-go_2%3a1.15~1_amd64.deb ... Unpacking golang-go (2:1.15~1) ... Selecting previously unselected package golang-doc. Preparing to unpack .../227-golang-doc_2%3a1.15~1_all.deb ... Unpacking golang-doc (2:1.15~1) ... Selecting previously unselected package golang:amd64. Preparing to unpack .../228-golang_2%3a1.15~1_amd64.deb ... Unpacking golang:amd64 (2:1.15~1) ... Selecting previously unselected package golang-github-containers-image. Preparing to unpack .../229-golang-github-containers-image_5.10.3-1_all.deb ... Unpacking golang-github-containers-image (5.10.3-1) ... Selecting previously unselected package golang-github-containers-common. Preparing to unpack .../230-golang-github-containers-common_0.33.4+ds1-1_all.deb ... Unpacking golang-github-containers-common (0.33.4+ds1-1) ... Selecting previously unselected package google-cloud-sdk. Preparing to unpack .../231-google-cloud-sdk_340.0.0-0_all.deb ... Unpacking google-cloud-sdk (340.0.0-0) ... Selecting previously unselected package gyp. Preparing to unpack .../232-gyp_0.1+20200513gitcaa6002-2_all.deb ... Unpacking gyp (0.1+20200513gitcaa6002-2) ... Selecting previously unselected package hunspell-en-us. Preparing to unpack .../233-hunspell-en-us_1%3a2019.10.06-1_all.deb ... Unpacking hunspell-en-us (1:2019.10.06-1) ... Selecting previously unselected package libhunspell-1.7-0:amd64. Preparing to unpack .../234-libhunspell-1.7-0_1.7.0-3_amd64.deb ... Unpacking libhunspell-1.7-0:amd64 (1.7.0-3) ... Selecting previously unselected package hunspell. Preparing to unpack .../235-hunspell_1.7.0-3_amd64.deb ... Unpacking hunspell (1.7.0-3) ... Selecting previously unselected package hyphen-en-us. Preparing to unpack .../236-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 .../237-ipcalc_0.42-2_all.deb ... Unpacking ipcalc (0.42-2) ... Selecting previously unselected package keyutils. Preparing to unpack .../238-keyutils_1.6.1-2_amd64.deb ... Unpacking keyutils (1.6.1-2) ... Selecting previously unselected package krb5-config. Preparing to unpack .../239-krb5-config_2.6+nmu1_all.deb ... Unpacking krb5-config (2.6+nmu1) ... Selecting previously unselected package ldap-utils. Preparing to unpack .../240-ldap-utils_2.4.57+dfsg-2_amd64.deb ... Unpacking ldap-utils (2.4.57+dfsg-2) ... Selecting previously unselected package libarchive-tools. Preparing to unpack .../241-libarchive-tools_3.4.3-2+b1_amd64.deb ... Unpacking libarchive-tools (3.4.3-2+b1) ... Selecting previously unselected package libc-ares2:amd64. Preparing to unpack .../242-libc-ares2_1.17.1-1_amd64.deb ... Unpacking libc-ares2:amd64 (1.17.1-1) ... Selecting previously unselected package libcdio19:amd64. Preparing to unpack .../243-libcdio19_2.1.0-2_amd64.deb ... Unpacking libcdio19:amd64 (2.1.0-2) ... Selecting previously unselected package libcurl4-gnutls-dev:amd64. Preparing to unpack .../244-libcurl4-gnutls-dev_7.74.0-1.2_amd64.deb ... Unpacking libcurl4-gnutls-dev:amd64 (7.74.0-1.2) ... Selecting previously unselected package libdbus-1-dev:amd64. Preparing to unpack .../245-libdbus-1-dev_1.12.20-2_amd64.deb ... Unpacking libdbus-1-dev:amd64 (1.12.20-2) ... Selecting previously unselected package libgc1:amd64. Preparing to unpack .../246-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 .../247-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 .../248-libgirepository1.0-dev_1.66.1-1+b1_amd64.deb ... Unpacking libgirepository1.0-dev:amd64 (1.66.1-1+b1) ... Selecting previously unselected package libgpm2:amd64. Preparing to unpack .../249-libgpm2_1.20.7-8_amd64.deb ... Unpacking libgpm2:amd64 (1.20.7-8) ... Selecting previously unselected package libid3tag0:amd64. Preparing to unpack .../250-libid3tag0_0.15.1b-14_amd64.deb ... Unpacking libid3tag0:amd64 (0.15.1b-14) ... Selecting previously unselected package libx11-xcb1:amd64. Preparing to unpack .../251-libx11-xcb1_2%3a1.7.0-2_amd64.deb ... Unpacking libx11-xcb1:amd64 (2:1.7.0-2) ... Selecting previously unselected package libimlib2:amd64. Preparing to unpack .../252-libimlib2_1.7.1-2_amd64.deb ... Unpacking libimlib2:amd64 (1.7.1-2) ... Selecting previously unselected package libiso9660-11:amd64. Preparing to unpack .../253-libiso9660-11_2.1.0-2_amd64.deb ... Unpacking libiso9660-11:amd64 (2.1.0-2) ... Selecting previously unselected package libjemalloc2:amd64. Preparing to unpack .../254-libjemalloc2_5.2.1-3_amd64.deb ... Unpacking libjemalloc2:amd64 (5.2.1-3) ... Selecting previously unselected package libjs-inherits. Preparing to unpack .../255-libjs-inherits_2.0.4-1_all.deb ... Unpacking libjs-inherits (2.0.4-1) ... Selecting previously unselected package libjs-is-typedarray. Preparing to unpack .../256-libjs-is-typedarray_1.0.0-3_all.deb ... Unpacking libjs-is-typedarray (1.0.0-3) ... Selecting previously unselected package libjs-jquery. Preparing to unpack .../257-libjs-jquery_3.5.1+dfsg+~3.5.5-7_all.deb ... Unpacking libjs-jquery (3.5.1+dfsg+~3.5.5-7) ... Selecting previously unselected package libjs-psl. Preparing to unpack .../258-libjs-psl_1.8.0+ds-4_all.deb ... Unpacking libjs-psl (1.8.0+ds-4) ... Selecting previously unselected package libjs-underscore. Preparing to unpack .../259-libjs-underscore_1.9.1~dfsg-3_all.deb ... Unpacking libjs-underscore (1.9.1~dfsg-3) ... Selecting previously unselected package libjs-sphinxdoc. Preparing to unpack .../260-libjs-sphinxdoc_3.4.3-2_all.deb ... Unpacking libjs-sphinxdoc (3.4.3-2) ... Selecting previously unselected package libjs-typedarray-to-buffer. Preparing to unpack .../261-libjs-typedarray-to-buffer_4.0.0-1_all.deb ... Unpacking libjs-typedarray-to-buffer (4.0.0-1) ... Selecting previously unselected package libldap2-dev:amd64. Preparing to unpack .../262-libldap2-dev_2.4.57+dfsg-2_amd64.deb ... Unpacking libldap2-dev:amd64 (2.4.57+dfsg-2) ... Selecting previously unselected package liblua5.1-0:amd64. Preparing to unpack .../263-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 .../264-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 .../265-liblzf1_3.6-3_amd64.deb ... Unpacking liblzf1:amd64 (3.6-3) ... Selecting previously unselected package libuv1-dev:amd64. Preparing to unpack .../266-libuv1-dev_1.40.0-1_amd64.deb ... Unpacking libuv1-dev:amd64 (1.40.0-1) ... Selecting previously unselected package libnode72:amd64. Preparing to unpack .../267-libnode72_12.21.0~dfsg-4_amd64.deb ... Unpacking libnode72:amd64 (12.21.0~dfsg-4) ... Selecting previously unselected package libnode-dev. Preparing to unpack .../268-libnode-dev_12.21.0~dfsg-4_amd64.deb ... Unpacking libnode-dev (12.21.0~dfsg-4) ... Selecting previously unselected package libprotobuf23:amd64. Preparing to unpack .../269-libprotobuf23_3.12.4-1_amd64.deb ... Unpacking libprotobuf23:amd64 (3.12.4-1) ... Selecting previously unselected package libprotobuf-lite23:amd64. Preparing to unpack .../270-libprotobuf-lite23_3.12.4-1_amd64.deb ... Unpacking libprotobuf-lite23:amd64 (3.12.4-1) ... Selecting previously unselected package libprotobuf-dev:amd64. Preparing to unpack .../271-libprotobuf-dev_3.12.4-1_amd64.deb ... Unpacking libprotobuf-dev:amd64 (3.12.4-1) ... Selecting previously unselected package libprotoc23:amd64. Preparing to unpack .../272-libprotoc23_3.12.4-1_amd64.deb ... Unpacking libprotoc23:amd64 (3.12.4-1) ... Selecting previously unselected package libpython3.9:amd64. Preparing to unpack .../273-libpython3.9_3.9.2-1_amd64.deb ... Unpacking libpython3.9:amd64 (3.9.2-1) ... Selecting previously unselected package libpython3.9-dev:amd64. Preparing to unpack .../274-libpython3.9-dev_3.9.2-1_amd64.deb ... Unpacking libpython3.9-dev:amd64 (3.9.2-1) ... Selecting previously unselected package libpython3-dev:amd64. Preparing to unpack .../275-libpython3-dev_3.9.2-3_amd64.deb ... Unpacking libpython3-dev:amd64 (3.9.2-3) ... Selecting previously unselected package libsasl2-dev. Preparing to unpack .../276-libsasl2-dev_2.1.27+dfsg-2.1_amd64.deb ... Unpacking libsasl2-dev (2.1.27+dfsg-2.1) ... Selecting previously unselected package libutempter0:amd64. Preparing to unpack .../277-libutempter0_1.2.1-2_amd64.deb ... Unpacking libutempter0:amd64 (1.2.1-2) ... Selecting previously unselected package libvcdinfo0:amd64. Preparing to unpack .../278-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 .../279-libwrap0_7.6.q-31_amd64.deb ... Unpacking libwrap0:amd64 (7.6.q-31) ... Selecting previously unselected package lua-bitop:amd64. Preparing to unpack .../280-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 .../281-lua-cjson_2.1.0+dfsg-2.1_amd64.deb ... Unpacking lua-cjson:amd64 (2.1.0+dfsg-2.1) ... Selecting previously unselected package mariadb-client. Preparing to unpack .../282-mariadb-client_1%3a10.5.9-1_all.deb ... Unpacking mariadb-client (1:10.5.9-1) ... Selecting previously unselected package ninja-build. Preparing to unpack .../283-ninja-build_1.10.1-1_amd64.deb ... Unpacking ninja-build (1.10.1-1) ... Selecting previously unselected package meson. Preparing to unpack .../284-meson_0.56.2-1_all.deb ... Unpacking meson (0.56.2-1) ... Selecting previously unselected package mlocate. Preparing to unpack .../285-mlocate_0.26-5_amd64.deb ... Unpacking mlocate (0.26-5) ... Selecting previously unselected package mongodb-database-tools. Preparing to unpack .../286-mongodb-database-tools_100.3.1_amd64.deb ... Unpacking mongodb-database-tools (100.3.1) ... Selecting previously unselected package mythes-en-us. Preparing to unpack .../287-mythes-en-us_1%3a7.1.0~rc3-3_all.deb ... Unpacking mythes-en-us (1:7.1.0~rc3-3) ... Selecting previously unselected package netcat-openbsd. Preparing to unpack .../288-netcat-openbsd_1.217-3_amd64.deb ... Unpacking netcat-openbsd (1.217-3) ... Selecting previously unselected package nodejs. Preparing to unpack .../289-nodejs_12.21.0~dfsg-4_amd64.deb ... Unpacking nodejs (12.21.0~dfsg-4) ... Selecting previously unselected package node-abbrev. Preparing to unpack .../290-node-abbrev_1.1.1-2_all.deb ... Unpacking node-abbrev (1.1.1-2) ... Selecting previously unselected package node-ms. Preparing to unpack .../291-node-ms_2.1.3+~cs0.7.31-1_all.deb ... Unpacking node-ms (2.1.3+~cs0.7.31-1) ... Selecting previously unselected package node-debug. Preparing to unpack .../292-node-debug_4.3.1+~cs4.1.5-1_all.deb ... Unpacking node-debug (4.3.1+~cs4.1.5-1) ... Selecting previously unselected package node-yallist. Preparing to unpack .../293-node-yallist_4.0.0-1_all.deb ... Unpacking node-yallist (4.0.0-1) ... Selecting previously unselected package node-lru-cache. Preparing to unpack .../294-node-lru-cache_5.1.1-5_all.deb ... Unpacking node-lru-cache (5.1.1-5) ... Selecting previously unselected package node-semver. Preparing to unpack .../295-node-semver_7.3.4-1_all.deb ... Unpacking node-semver (7.3.4-1) ... Selecting previously unselected package node-agent-base. Preparing to unpack .../296-node-agent-base_6.0.2-2_all.deb ... Unpacking node-agent-base (6.0.2-2) ... Selecting previously unselected package node-fast-deep-equal. Preparing to unpack .../297-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 .../298-node-json-schema-traverse_1.0.0-2_all.deb ... Unpacking node-json-schema-traverse (1.0.0-2) ... Selecting previously unselected package node-jsonify. Preparing to unpack .../299-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 .../300-node-json-stable-stringify_1.0.1+~cs5.1.32-1_all.deb ... Unpacking node-json-stable-stringify (1.0.1+~cs5.1.32-1) ... Selecting previously unselected package node-punycode. Preparing to unpack .../301-node-punycode_2.1.1-3_all.deb ... Unpacking node-punycode (2.1.1-3) ... Selecting previously unselected package node-uri-js. Preparing to unpack .../302-node-uri-js_4.4.0+dfsg-5_all.deb ... Unpacking node-uri-js (4.4.0+dfsg-5) ... Selecting previously unselected package node-ajv. Preparing to unpack .../303-node-ajv_6.12.6-2_all.deb ... Unpacking node-ajv (6.12.6-2) ... Selecting previously unselected package node-ansi. Preparing to unpack .../304-node-ansi_0.3.1-1_all.deb ... Unpacking node-ansi (0.3.1-1) ... Selecting previously unselected package node-ansi-regex. Preparing to unpack .../305-node-ansi-regex_5.0.0-1_all.deb ... Unpacking node-ansi-regex (5.0.0-1) ... Selecting previously unselected package node-color-name. Preparing to unpack .../306-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 .../307-node-color-convert_1.9.3-1_all.deb ... Unpacking node-color-convert (1.9.3-1) ... Selecting previously unselected package node-ansi-styles. Preparing to unpack .../308-node-ansi-styles_4.2.1-1_all.deb ... Unpacking node-ansi-styles (4.2.1-1) ... Selecting previously unselected package node-ansistyles. Preparing to unpack .../309-node-ansistyles_0.1.3-2_all.deb ... Unpacking node-ansistyles (0.1.3-2) ... Selecting previously unselected package node-aproba. Preparing to unpack .../310-node-aproba_2.0.0-1_all.deb ... Unpacking node-aproba (2.0.0-1) ... Selecting previously unselected package node-archy. Preparing to unpack .../311-node-archy_1.0.0-3_all.deb ... Unpacking node-archy (1.0.0-3) ... Selecting previously unselected package node-delegates. Preparing to unpack .../312-node-delegates_1.0.0-2_all.deb ... Unpacking node-delegates (1.0.0-2) ... Selecting previously unselected package node-inherits. Preparing to unpack .../313-node-inherits_2.0.4-1_all.deb ... Unpacking node-inherits (2.0.4-1) ... Selecting previously unselected package node-core-util-is. Preparing to unpack .../314-node-core-util-is_1.0.2-2_all.deb ... Unpacking node-core-util-is (1.0.2-2) ... Selecting previously unselected package node-safe-buffer. Preparing to unpack .../315-node-safe-buffer_5.2.1+~cs2.1.2-1_all.deb ... Unpacking node-safe-buffer (5.2.1+~cs2.1.2-1) ... Selecting previously unselected package node-string-decoder. Preparing to unpack .../316-node-string-decoder_1.3.0-2_all.deb ... Unpacking node-string-decoder (1.3.0-2) ... Selecting previously unselected package node-process-nextick-args. Preparing to unpack .../317-node-process-nextick-args_2.0.0-1_all.deb ... Unpacking node-process-nextick-args (2.0.0-1) ... Selecting previously unselected package node-util-deprecate. Preparing to unpack .../318-node-util-deprecate_1.0.2-1_all.deb ... Unpacking node-util-deprecate (1.0.2-1) ... Selecting previously unselected package node-isarray. Preparing to unpack .../319-node-isarray_2.0.5-1_all.deb ... Unpacking node-isarray (2.0.5-1) ... Selecting previously unselected package node-readable-stream. Preparing to unpack .../320-node-readable-stream_3.6.0-2_all.deb ... Unpacking node-readable-stream (3.6.0-2) ... Selecting previously unselected package node-are-we-there-yet. Preparing to unpack .../321-node-are-we-there-yet_1.1.5-1_all.deb ... Unpacking node-are-we-there-yet (1.1.5-1) ... Selecting previously unselected package node-asap. Preparing to unpack .../322-node-asap_2.0.6-2_all.deb ... Unpacking node-asap (2.0.6-2) ... Selecting previously unselected package node-asn1. Preparing to unpack .../323-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 .../324-node-assert-plus_1.0.0-2_all.deb ... Unpacking node-assert-plus (1.0.0-2) ... Selecting previously unselected package node-asynckit. Preparing to unpack .../325-node-asynckit_0.4.0-3_all.deb ... Unpacking node-asynckit (0.4.0-3) ... Selecting previously unselected package node-aws-sign2. Preparing to unpack .../326-node-aws-sign2_0.7.1-2_all.deb ... Unpacking node-aws-sign2 (0.7.1-2) ... Selecting previously unselected package node-aws4. Preparing to unpack .../327-node-aws4_1.11.0-1_all.deb ... Unpacking node-aws4 (1.11.0-1) ... Selecting previously unselected package node-balanced-match. Preparing to unpack .../328-node-balanced-match_1.0.0-1_all.deb ... Unpacking node-balanced-match (1.0.0-1) ... Selecting previously unselected package node-tweetnacl. Preparing to unpack .../329-node-tweetnacl_1.0.3+dfsg-1_all.deb ... Unpacking node-tweetnacl (1.0.3+dfsg-1) ... Selecting previously unselected package node-bcrypt-pbkdf. Preparing to unpack .../330-node-bcrypt-pbkdf_1.0.2-1_all.deb ... Unpacking node-bcrypt-pbkdf (1.0.2-1) ... Selecting previously unselected package node-brace-expansion. Preparing to unpack .../331-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 .../332-node-builtins_1.0.3-2_all.deb ... Unpacking node-builtins (1.0.3-2) ... Selecting previously unselected package node-chownr. Preparing to unpack .../333-node-chownr_1.1.3-5_all.deb ... Unpacking node-chownr (1.1.3-5) ... Selecting previously unselected package node-fs.realpath. Preparing to unpack .../334-node-fs.realpath_1.0.0-1.1_all.deb ... Unpacking node-fs.realpath (1.0.0-1.1) ... Selecting previously unselected package node-wrappy. Preparing to unpack .../335-node-wrappy_1.0.2-1.1_all.deb ... Unpacking node-wrappy (1.0.2-1.1) ... Selecting previously unselected package node-once. Preparing to unpack .../336-node-once_1.4.0-3_all.deb ... Unpacking node-once (1.4.0-3) ... Selecting previously unselected package node-inflight. Preparing to unpack .../337-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 .../338-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 .../339-node-path-is-absolute_2.0.0-1_all.deb ... Unpacking node-path-is-absolute (2.0.0-1) ... Selecting previously unselected package node-glob. Preparing to unpack .../340-node-glob_7.1.6+~7.1.3-1_all.deb ... Unpacking node-glob (7.1.6+~7.1.3-1) ... Selecting previously unselected package node-graceful-fs. Preparing to unpack .../341-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 .../342-node-mkdirp_1.0.4+~1.0.1-1_all.deb ... Unpacking node-mkdirp (1.0.4+~1.0.1-1) ... Selecting previously unselected package node-run-queue. Preparing to unpack .../343-node-run-queue_2.0.0-1_all.deb ... Unpacking node-run-queue (2.0.0-1) ... Selecting previously unselected package node-rimraf. Preparing to unpack .../344-node-rimraf_3.0.2-1_all.deb ... Unpacking node-rimraf (3.0.2-1) ... Selecting previously unselected package node-imurmurhash. Preparing to unpack .../345-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 .../346-node-iferr_1.0.2-1_all.deb ... Unpacking node-iferr (1.0.2-1) ... Selecting previously unselected package node-fs-write-stream-atomic. Preparing to unpack .../347-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-copy-concurrently. Preparing to unpack .../348-node-copy-concurrently_1.0.5-7_all.deb ... Unpacking node-copy-concurrently (1.0.5-7) ... Selecting previously unselected package node-move-concurrently. Preparing to unpack .../349-node-move-concurrently_1.0.1-2_all.deb ... Unpacking node-move-concurrently (1.0.1-2) ... Selecting previously unselected package node-escape-string-regexp. Preparing to unpack .../350-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 .../351-node-indent-string_4.0.0-1_all.deb ... Unpacking node-indent-string (4.0.0-1) ... Selecting previously unselected package node-p-map. Preparing to unpack .../352-node-p-map_4.0.0-1_all.deb ... Unpacking node-p-map (4.0.0-1) ... Selecting previously unselected package node-promise-inflight. Preparing to unpack .../353-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 .../354-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 .../355-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 .../356-node-cacache_15.0.5+~cs13.9.21-1_all.deb ... Unpacking node-cacache (15.0.5+~cs13.9.21-1) ... Selecting previously unselected package node-caseless. Preparing to unpack .../357-node-caseless_0.12.1-1_all.deb ... Unpacking node-caseless (0.12.1-1) ... Selecting previously unselected package node-has-flag. Preparing to unpack .../358-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 .../359-node-supports-color_8.1.0+~7.2.0-1_all.deb ... Unpacking node-supports-color (8.1.0+~7.2.0-1) ... Selecting previously unselected package node-chalk. Preparing to unpack .../360-node-chalk_4.1.0-1_all.deb ... Unpacking node-chalk (4.1.0-1) ... Selecting previously unselected package node-clone. Preparing to unpack .../361-node-clone_2.1.2-2_all.deb ... Unpacking node-clone (2.1.2-2) ... Selecting previously unselected package node-colors. Preparing to unpack .../362-node-colors_1.4.0-1_all.deb ... Unpacking node-colors (1.4.0-1) ... Selecting previously unselected package node-strip-ansi. Preparing to unpack .../363-node-strip-ansi_6.0.0-2_all.deb ... Unpacking node-strip-ansi (6.0.0-2) ... Selecting previously unselected package node-defaults. Preparing to unpack .../364-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 .../365-node-wcwidth.js_1.0.0-1.1_all.deb ... Unpacking node-wcwidth.js (1.0.0-1.1) ... Selecting previously unselected package node-columnify. Preparing to unpack .../366-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 .../367-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 .../368-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 .../369-node-concat-map_0.0.1-2_all.deb ... Unpacking node-concat-map (0.0.1-2) ... Selecting previously unselected package node-console-control-strings. Preparing to unpack .../370-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 .../371-node-dashdash_2.0.0-1_all.deb ... Unpacking node-dashdash (2.0.0-1) ... Selecting previously unselected package node-depd. Preparing to unpack .../372-node-depd_2.0.0-1_all.deb ... Unpacking node-depd (2.0.0-1) ... Selecting previously unselected package node-jsbn. Preparing to unpack .../373-node-jsbn_1.1.0-1.1_all.deb ... Unpacking node-jsbn (1.1.0-1.1) ... Selecting previously unselected package node-ecc-jsbn. Preparing to unpack .../374-node-ecc-jsbn_0.2.0-2_all.deb ... Unpacking node-ecc-jsbn (0.2.0-2) ... Selecting previously unselected package node-iconv-lite. Preparing to unpack .../375-node-iconv-lite_0.5.1-3_all.deb ... Unpacking node-iconv-lite (0.5.1-3) ... Selecting previously unselected package node-encoding. Preparing to unpack .../376-node-encoding_0.1.13-1_all.deb ... Unpacking node-encoding (0.1.13-1) ... Selecting previously unselected package node-err-code. Preparing to unpack .../377-node-err-code_2.0.3+dfsg-1_all.deb ... Unpacking node-err-code (2.0.3+dfsg-1) ... Selecting previously unselected package node-extend. Preparing to unpack .../378-node-extend_3.0.2-1_all.deb ... Unpacking node-extend (3.0.2-1) ... Selecting previously unselected package node-extsprintf. Preparing to unpack .../379-node-extsprintf_1.4.0-1_all.deb ... Unpacking node-extsprintf (1.4.0-1) ... Selecting previously unselected package node-forever-agent. Preparing to unpack .../380-node-forever-agent_0.6.1-2_all.deb ... Unpacking node-forever-agent (0.6.1-2) ... Selecting previously unselected package node-mime. Preparing to unpack .../381-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 .../382-node-mime-types_2.1.28-1_all.deb ... Unpacking node-mime-types (2.1.28-1) ... Selecting previously unselected package node-form-data. Preparing to unpack .../383-node-form-data_3.0.0-2_all.deb ... Unpacking node-form-data (3.0.0-2) ... Selecting previously unselected package node-function-bind. Preparing to unpack .../384-node-function-bind_1.1.1+repack-1_all.deb ... Unpacking node-function-bind (1.1.1+repack-1) ... Selecting previously unselected package node-string-width. Preparing to unpack .../385-node-string-width_4.2.0-1_all.deb ... Unpacking node-string-width (4.2.0-1) ... Selecting previously unselected package node-object-assign. Preparing to unpack .../386-node-object-assign_4.1.1-3_all.deb ... Unpacking node-object-assign (4.1.1-3) ... Selecting previously unselected package node-has-unicode. Preparing to unpack .../387-node-has-unicode_2.0.1-2_all.deb ... Unpacking node-has-unicode (2.0.1-2) ... Selecting previously unselected package node-wide-align. Preparing to unpack .../388-node-wide-align_1.1.3-1_all.deb ... Unpacking node-wide-align (1.1.3-1) ... Selecting previously unselected package node-signal-exit. Preparing to unpack .../389-node-signal-exit_3.0.3-1_all.deb ... Unpacking node-signal-exit (3.0.3-1) ... Selecting previously unselected package node-gauge. Preparing to unpack .../390-node-gauge_2.7.4-1.1_all.deb ... Unpacking node-gauge (2.7.4-1.1) ... Selecting previously unselected package node-getpass. Preparing to unpack .../391-node-getpass_0.1.7-1.1_all.deb ... Unpacking node-getpass (0.1.7-1.1) ... Selecting previously unselected package node-nopt. Preparing to unpack .../392-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 .../393-node-set-blocking_2.0.0-1.1_all.deb ... Unpacking node-set-blocking (2.0.0-1.1) ... Selecting previously unselected package node-npmlog. Preparing to unpack .../394-node-npmlog_4.1.2-2_all.deb ... Unpacking node-npmlog (4.1.2-2) ... Selecting previously unselected package node-osenv. Preparing to unpack .../395-node-osenv_0.1.5-1_all.deb ... Unpacking node-osenv (0.1.5-1) ... Selecting previously unselected package node-tar. Preparing to unpack .../396-node-tar_6.0.5+ds1+~cs11.3.9-1_all.deb ... Unpacking node-tar (6.0.5+ds1+~cs11.3.9-1) ... Selecting previously unselected package node-isexe. Preparing to unpack .../397-node-isexe_2.0.0-5_all.deb ... Unpacking node-isexe (2.0.0-5) ... Selecting previously unselected package node-which. Preparing to unpack .../398-node-which_2.0.2+~cs1.3.2-1_all.deb ... Unpacking node-which (2.0.2+~cs1.3.2-1) ... Selecting previously unselected package node-gyp. Preparing to unpack .../399-node-gyp_7.1.2-4_all.deb ... Unpacking node-gyp (7.1.2-4) ... Selecting previously unselected package node-har-schema. Preparing to unpack .../400-node-har-schema_2.0.0-4_all.deb ... Unpacking node-har-schema (2.0.0-4) ... Selecting previously unselected package node-har-validator. Preparing to unpack .../401-node-har-validator_5.1.5-1_all.deb ... Unpacking node-har-validator (5.1.5-1) ... Selecting previously unselected package node-hosted-git-info. Preparing to unpack .../402-node-hosted-git-info_3.0.8-1_all.deb ... Unpacking node-hosted-git-info (3.0.8-1) ... Selecting previously unselected package node-json-schema. Preparing to unpack .../403-node-json-schema_0.3.0+~7.0.6-1_all.deb ... Unpacking node-json-schema (0.3.0+~7.0.6-1) ... Selecting previously unselected package node-verror. Preparing to unpack .../404-node-verror_1.10.0-1.1_all.deb ... Unpacking node-verror (1.10.0-1.1) ... Selecting previously unselected package node-jsprim. Preparing to unpack .../405-node-jsprim_2.0.0-1_all.deb ... Unpacking node-jsprim (2.0.0-1) ... Selecting previously unselected package node-sshpk. Preparing to unpack .../406-node-sshpk_1.16.1+dfsg-2_all.deb ... Unpacking node-sshpk (1.16.1+dfsg-2) ... Selecting previously unselected package node-http-signature. Preparing to unpack .../407-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 .../408-node-https-proxy-agent_5.0.0-3_all.deb ... Unpacking node-https-proxy-agent (5.0.0-3) ... Selecting previously unselected package node-ini. Preparing to unpack .../409-node-ini_2.0.0-1_all.deb ... Unpacking node-ini (2.0.0-1) ... Selecting previously unselected package node-ip. Preparing to unpack .../410-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 .../411-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 .../412-node-is-typedarray_1.0.0-3_all.deb ... Unpacking node-is-typedarray (1.0.0-3) ... Selecting previously unselected package node-isstream. Preparing to unpack .../413-node-isstream_0.1.2+dfsg-1.1_all.deb ... Unpacking node-isstream (0.1.2+dfsg-1.1) ... Selecting previously unselected package node-json-parse-better-errors. Preparing to unpack .../414-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 .../415-node-json-stringify-safe_5.0.1+repack-3_all.deb ... Unpacking node-json-stringify-safe (5.0.1+repack-3) ... Selecting previously unselected package node-jsonparse. Preparing to unpack .../416-node-jsonparse_1.3.1-7_all.deb ... Unpacking node-jsonparse (1.3.1-7) ... Selecting previously unselected package node-through. Preparing to unpack .../417-node-through_2.3.8+~cs0.0.30-1_all.deb ... Unpacking node-through (2.3.8+~cs0.0.30-1) ... Selecting previously unselected package node-jsonstream. Preparing to unpack .../418-node-jsonstream_1.3.5-1_all.deb ... Unpacking node-jsonstream (1.3.5-1) ... Selecting previously unselected package node-leven. Preparing to unpack .../419-node-leven_3.1.0+~cs1.1.1-1_all.deb ... Unpacking node-leven (3.1.0+~cs1.1.1-1) ... Selecting previously unselected package node-lockfile. Preparing to unpack .../420-node-lockfile_1.0.4-3_all.deb ... Unpacking node-lockfile (1.0.4-3) ... Selecting previously unselected package node-mute-stream. Preparing to unpack .../421-node-mute-stream_0.0.8-2_all.deb ... Unpacking node-mute-stream (0.0.8-2) ... Selecting previously unselected package node-resolve. Preparing to unpack .../422-node-resolve_1.19.0+~cs5.20.8-2_all.deb ... Unpacking node-resolve (1.19.0+~cs5.20.8-2) ... Selecting previously unselected package node-spdx-license-ids. Preparing to unpack .../423-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 .../424-node-spdx-exceptions_2.3.0-1_all.deb ... Unpacking node-spdx-exceptions (2.3.0-1) ... Selecting previously unselected package node-spdx-expression-parse. Preparing to unpack .../425-node-spdx-expression-parse_3.0.1-1_all.deb ... Unpacking node-spdx-expression-parse (3.0.1-1) ... Selecting previously unselected package node-spdx-correct. Preparing to unpack .../426-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 .../427-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 .../428-node-normalize-package-data_3.0.0+~2.4.0-1_all.deb ... Unpacking node-normalize-package-data (3.0.0+~2.4.0-1) ... Selecting previously unselected package node-npm-bundled. Preparing to unpack .../429-node-npm-bundled_1.1.1-1_all.deb ... Unpacking node-npm-bundled (1.1.1-1) ... Selecting previously unselected package node-validate-npm-package-name. Preparing to unpack .../430-node-validate-npm-package-name_3.0.0-1.1_all.deb ... Unpacking node-validate-npm-package-name (3.0.0-1.1) ... Selecting previously unselected package node-npm-package-arg. Preparing to unpack .../431-node-npm-package-arg_8.1.0-1_all.deb ... Unpacking node-npm-package-arg (8.1.0-1) ... Selecting previously unselected package node-number-is-nan. Preparing to unpack .../432-node-number-is-nan_2.0.0-1_all.deb ... Unpacking node-number-is-nan (2.0.0-1) ... Selecting previously unselected package node-oauth-sign. Preparing to unpack .../433-node-oauth-sign_0.9.0-2_all.deb ... Unpacking node-oauth-sign (0.9.0-2) ... Selecting previously unselected package xdg-utils. Preparing to unpack .../434-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 .../435-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 .../436-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 .../437-node-retry_0.12.0-1_all.deb ... Unpacking node-retry (0.12.0-1) ... Selecting previously unselected package node-promise-retry. Preparing to unpack .../438-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 .../439-node-read_1.0.7-2_all.deb ... Unpacking node-read (1.0.7-2) ... Selecting previously unselected package node-promzard. Preparing to unpack .../440-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 .../441-node-psl_1.8.0+ds-4_all.deb ... Unpacking node-psl (1.8.0+ds-4) ... Selecting previously unselected package node-puka. Preparing to unpack .../442-node-puka_1.0.1+dfsg-2_all.deb ... Unpacking node-puka (1.0.1+dfsg-2) ... Selecting previously unselected package node-qs. Preparing to unpack .../443-node-qs_6.9.4+ds-1_all.deb ... Unpacking node-qs (6.9.4+ds-1) ... Selecting previously unselected package node-slash. Preparing to unpack .../444-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 .../445-node-read-package-json_3.0.0-1_all.deb ... Unpacking node-read-package-json (3.0.0-1) ... Selecting previously unselected package node-resolve-from. Preparing to unpack .../446-node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0-1_all.deb ... Unpacking node-resolve-from (5.0.0+~3.1.0+~3.3.0+~2.0.0-1) ... Selecting previously unselected package node-text-table. Preparing to unpack .../447-node-text-table_0.2.0-2_all.deb ... Unpacking node-text-table (0.2.0-2) ... Selecting previously unselected package node-tunnel-agent. Preparing to unpack .../448-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 .../449-node-typedarray-to-buffer_4.0.0-1_all.deb ... Unpacking node-typedarray-to-buffer (4.0.0-1) ... Selecting previously unselected package node-uuid. Preparing to unpack .../450-node-uuid_8.3.2+~8.3.0-4_all.deb ... Unpacking node-uuid (8.3.2+~8.3.0-4) ... Selecting previously unselected package node-write-file-atomic. Preparing to unpack .../451-node-write-file-atomic_3.0.3+~3.0.1-1_all.deb ... Unpacking node-write-file-atomic (3.0.3+~3.0.1-1) ... Selecting previously unselected package npm. Preparing to unpack .../452-npm_7.5.2+ds-2_all.deb ... Unpacking npm (7.5.2+ds-2) ... Selecting previously unselected package openssh-sftp-server. Preparing to unpack .../453-openssh-sftp-server_1%3a8.4p1-5_amd64.deb ... Unpacking openssh-sftp-server (1:8.4p1-5) ... Selecting previously unselected package runit-helper. Preparing to unpack .../454-runit-helper_2.10.3_all.deb ... Unpacking runit-helper (2.10.3) ... Selecting previously unselected package openssh-server. Preparing to unpack .../455-openssh-server_1%3a8.4p1-5_amd64.deb ... Unpacking openssh-server (1:8.4p1-5) ... Selecting previously unselected package podman. Preparing to unpack .../456-podman_3.0.1+dfsg1-2_amd64.deb ... Unpacking podman (3.0.1+dfsg1-2) ... Selecting previously unselected package postgresql-client-common. Preparing to unpack .../457-postgresql-client-common_225_all.deb ... Unpacking postgresql-client-common (225) ... Selecting previously unselected package postgresql-client-13. Preparing to unpack .../458-postgresql-client-13_13.2-1_amd64.deb ... Unpacking postgresql-client-13 (13.2-1) ... Selecting previously unselected package postgresql-client. Preparing to unpack .../459-postgresql-client_13+225_all.deb ... Unpacking postgresql-client (13+225) ... Selecting previously unselected package protobuf-compiler. Preparing to unpack .../460-protobuf-compiler_3.12.4-1_amd64.deb ... Unpacking protobuf-compiler (3.12.4-1) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../461-python-pip-whl_20.3.4-1_all.deb ... Unpacking python-pip-whl (20.3.4-1) ... Selecting previously unselected package python3.9-dev. Preparing to unpack .../462-python3.9-dev_3.9.2-1_amd64.deb ... Unpacking python3.9-dev (3.9.2-1) ... Selecting previously unselected package python3-dev. Preparing to unpack .../463-python3-dev_3.9.2-3_amd64.deb ... Unpacking python3-dev (3.9.2-3) ... Selecting previously unselected package python3-setuptools. Preparing to unpack .../464-python3-setuptools_52.0.0-3_all.deb ... Unpacking python3-setuptools (52.0.0-3) ... Selecting previously unselected package python3-wheel. Preparing to unpack .../465-python3-wheel_0.34.2-1_all.deb ... Unpacking python3-wheel (0.34.2-1) ... Selecting previously unselected package python3-pip. Preparing to unpack .../466-python3-pip_20.3.4-1_all.deb ... Unpacking python3-pip (20.3.4-1) ... Selecting previously unselected package python3.9-venv. Preparing to unpack .../467-python3.9-venv_3.9.2-1_amd64.deb ... Unpacking python3.9-venv (3.9.2-1) ... Selecting previously unselected package python3-venv. Preparing to unpack .../468-python3-venv_3.9.2-3_amd64.deb ... Unpacking python3-venv (3.9.2-3) ... Selecting previously unselected package redis-tools. Preparing to unpack .../469-redis-tools_5%3a6.0.11-1_amd64.deb ... Unpacking redis-tools (5:6.0.11-1) ... Selecting previously unselected package rename. Preparing to unpack .../470-rename_1.13-1_all.deb ... Unpacking rename (1.13-1) ... Selecting previously unselected package reprepro. Preparing to unpack .../471-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 .../472-ruby-bcrypt-pbkdf_1.1.0-1_amd64.deb ... Unpacking ruby-bcrypt-pbkdf (1.1.0-1) ... Selecting previously unselected package ruby-ffi. Preparing to unpack .../473-ruby-ffi_1.12.2+dfsg-2+b3_amd64.deb ... Unpacking ruby-ffi (1.12.2+dfsg-2+b3) ... Selecting previously unselected package ruby-childprocess. Preparing to unpack .../474-ruby-childprocess_4.0.0-1_all.deb ... Unpacking ruby-childprocess (4.0.0-1) ... Selecting previously unselected package ruby-concurrent. Preparing to unpack .../475-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 .../476-ruby2.7-dev_2.7.3-2_amd64.deb ... Unpacking ruby2.7-dev:amd64 (2.7.3-2) ... Selecting previously unselected package ruby-dev:amd64. Preparing to unpack .../477-ruby-dev_1%3a2.7+2_amd64.deb ... Unpacking ruby-dev:amd64 (1:2.7+2) ... Selecting previously unselected package ruby-ed25519. Preparing to unpack .../478-ruby-ed25519_1.2.4-2+b1_amd64.deb ... Unpacking ruby-ed25519 (1.2.4-2+b1) ... Selecting previously unselected package ruby-erubi. Preparing to unpack .../479-ruby-erubi_1.9.0-1_all.deb ... Unpacking ruby-erubi (1.9.0-1) ... Selecting previously unselected package ruby-excon. Preparing to unpack .../480-ruby-excon_0.79.0-2_all.deb ... Unpacking ruby-excon (0.79.0-2) ... Selecting previously unselected package ruby-i18n. Preparing to unpack .../481-ruby-i18n_1.8.8-1_all.deb ... Unpacking ruby-i18n (1.8.8-1) ... Selecting previously unselected package ruby-rb-inotify. Preparing to unpack .../482-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 .../483-ruby-listen_3.2.1-1_all.deb ... Unpacking ruby-listen (3.2.1-1) ... Selecting previously unselected package ruby-log4r. Preparing to unpack .../484-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 .../485-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 .../486-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 .../487-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 .../488-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 .../489-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 .../490-ruby-vagrant-cloud_3.0.2-1_all.deb ... Unpacking ruby-vagrant-cloud (3.0.2-1) ... Selecting previously unselected package zip. Preparing to unpack .../491-zip_3.0-12_amd64.deb ... Unpacking zip (3.0-12) ... Selecting previously unselected package ruby-zip. Preparing to unpack .../492-ruby-zip_2.0.0-2_all.deb ... Unpacking ruby-zip (2.0.0-2) ... Selecting previously unselected package sharutils. Preparing to unpack .../493-sharutils_1%3a4.15.2-5_amd64.deb ... Unpacking sharutils (1:4.15.2-5) ... Selecting previously unselected package shellcheck. Preparing to unpack .../494-shellcheck_0.7.1-1_amd64.deb ... Unpacking shellcheck (0.7.1-1) ... Selecting previously unselected package swaks. Preparing to unpack .../495-swaks_20201014.0-1_all.deb ... Unpacking swaks (20201014.0-1) ... Selecting previously unselected package task-english. Preparing to unpack .../496-task-english_3.67_all.deb ... Unpacking task-english (3.67) ... Selecting previously unselected package task-hebrew. Preparing to unpack .../497-task-hebrew_3.67_all.deb ... Unpacking task-hebrew (3.67) ... Selecting previously unselected package task-ssh-server. Preparing to unpack .../498-task-ssh-server_3.67_all.deb ... Unpacking task-ssh-server (3.67) ... Selecting previously unselected package time. Preparing to unpack .../499-time_1.9-0.1_amd64.deb ... Unpacking time (1.9-0.1) ... Selecting previously unselected package tmux. Preparing to unpack .../500-tmux_3.1c-1_amd64.deb ... Unpacking tmux (3.1c-1) ... Selecting previously unselected package ttyrec. Preparing to unpack .../501-ttyrec_1.0.8-5.1_amd64.deb ... Unpacking ttyrec (1.0.8-5.1) ... Selecting previously unselected package udftools. Preparing to unpack .../502-udftools_2.3-1_amd64.deb ... Unpacking udftools (2.3-1) ... Selecting previously unselected package unison-2.51+4.11.1. Preparing to unpack .../503-unison-2.51+4.11.1_2.51.3-1_amd64.deb ... Unpacking unison-2.51+4.11.1 (2.51.3-1) ... Selecting previously unselected package unison. Preparing to unpack .../504-unison_2.51.3+1_all.deb ... Unpacking unison (2.51.3+1) ... Selecting previously unselected package vagrant. Preparing to unpack .../505-vagrant_2.2.14+dfsg-1_all.deb ... Unpacking vagrant (2.2.14+dfsg-1) ... Selecting previously unselected package vcdimager. Preparing to unpack .../506-vcdimager_2.0.1+dfsg-5_amd64.deb ... Unpacking vcdimager (2.0.1+dfsg-5) ... Selecting previously unselected package vim-runtime. Preparing to unpack .../507-vim-runtime_2%3a8.2.2434-3_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.2434-3) ... Selecting previously unselected package vim-nox. Preparing to unpack .../508-vim-nox_2%3a8.2.2434-3_amd64.deb ... Unpacking vim-nox (2:8.2.2434-3) ... Selecting previously unselected package w3m. Preparing to unpack .../509-w3m_0.5.3+git20210102-6_amd64.deb ... Unpacking w3m (0.5.3+git20210102-6) ... Selecting previously unselected package w3m-img. Preparing to unpack .../510-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 .../511-whois_5.5.9_amd64.deb ... Unpacking whois (5.5.9) ... Setting up python3-pkg-resources (52.0.0-3) ... Setting up libconfig-inifiles-perl (3.000003-1) ... Setting up libip4tc2:amd64 (1.8.7-1) ... Setting up node-qs (6.9.4+ds-1) ... Setting up postgresql-client-common (225) ... Setting up libpipeline1:amd64 (1.5.3-1) ... Setting up liblmdb0:amd64 (0.9.24-1) ... Setting up libtext-iconv-perl (1.7-7+b1) ... Setting up runit-helper (2.10.3) ... Setting up wdiff (1.2.2-2+b1) ... Setting up openssh-sftp-server (1:8.4p1-5) ... Setting up libx11-xcb1:amd64 (2:1.7.0-2) ... Setting up node-extsprintf (1.4.0-1) ... Setting up libfile-which-perl (1.23-1) ... Setting up time (1.9-0.1) ... Setting up libapparmor1:amd64 (2.13.6-10) ... Setting up libproxy1v5:amd64 (0.4.17-1) ... Setting up libc-l10n (2.31-11) ... Setting up libsodium23:amd64 (1.0.18-1) ... Setting up libgpm2:amd64 (1.20.7-8) ... Setting up telnet (0.17-42) ... update-alternatives: using /usr/bin/telnet.netkit to provide /usr/bin/telnet (telnet) in auto mode Setting up libjs-inherits (2.0.4-1) ... Setting up bsdextrautils (2.36.1-7) ... update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode Setting up python3-setuptools (52.0.0-3) ... Setting up whois (5.5.9) ... Setting up ruby-excon (0.79.0-2) ... Setting up java-common (0.72) ... Setting up libdynaloader-functions-perl (0.003-1.1) ... Setting up libclass-method-modifiers-perl (2.13-1) ... Setting up ruby-power-assert (1.1.7-2) ... Setting up libio-pty-perl (1:1.15-2) ... Setting up libarchive13:amd64 (3.4.3-2+b1) ... Setting up psmisc (23.4-2) ... Setting up golang-1.15-src (1.15.9-1) ... Setting up libip6tc2:amd64 (1.8.7-1) ... Setting up libhtml-tagset-perl (3.20-4) ... Setting up libargon2-1:amd64 (0~20171227-0.2) ... Setting up libfstrm0:amd64 (0.6.0-1+b1) ... Setting up liblwp-mediatypes-perl (6.04-1) ... Setting up node-through (2.3.8+~cs0.0.30-1) ... Setting up netcat-openbsd (1.217-3) ... update-alternatives: using /bin/nc.openbsd to provide /bin/nc (nc) in auto mode Setting up libtry-tiny-perl (0.30-1) ... Setting up less (551-2) ... Setting up perl-openssl-defaults:amd64 (5) ... Setting up python3-fastimport (0.9.8-5) ... Setting up node-color-name (1.1.4+~1.1.1-1) ... Setting up libencode-locale-perl (1.05-1.1) ... Setting up rename (1.13-1) ... update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode Setting up libprotobuf23:amd64 (3.12.4-1) ... Setting up rubygems-integration (1.18) ... Setting up libc-ares2:amd64 (1.17.1-1) ... Setting up node-uuid (8.3.2+~8.3.0-4) ... Setting up libjemalloc2:amd64 (5.2.1-3) ... Setting up libfuse2:amd64 (2.9.9-5) ... Setting up ruby-concurrent (1.1.6+dfsg-3) ... Setting up libcurl4-gnutls-dev:amd64 (7.74.0-1.2) ... Setting up libcdio19:amd64 (2.1.0-2) ... Setting up ldap-utils (2.4.57+dfsg-2) ... Setting up locales (2.31-11) ... Generating locales (this might take a while)... Generation complete. Setting up entr (4.7-1) ... Setting up python3-markupsafe (1.1.1-1+b3) ... Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... Setting up libgpgme11:amd64 (1.14.0-1+b2) ... Setting up python3-wheel (0.34.2-1) ... Setting up node-indent-string (4.0.0-1) ... Setting up libnode72:amd64 (12.21.0~dfsg-4) ... Setting up xxd (2:8.2.2434-3) ... Setting up libcap2:amd64 (1:2.44-1) ... Setting up shellcheck (0.7.1-1) ... Setting up libfakeroot:amd64 (1.25.3-1.1) ... Setting up runc (1.0.0~rc93+ds1-3) ... Setting up ninja-build (1.10.1-1) ... Setting up node-chownr (1.1.3-5) ... Setting up postgresql-client-13 (13.2-1) ... update-alternatives: using /usr/share/postgresql/13/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode 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.38.0-2) ... Setting up ruby-minitest (5.13.0-1) ... Setting up python3-six (1.15.0-2) ... Setting up libldap2-dev:amd64 (2.4.57+dfsg-2) ... Setting up libjs-psl (1.8.0+ds-4) ... Setting up libasound2-data (1.2.4-1.1) ... Setting up libid3tag0:amd64 (0.15.1b-14) ... Setting up patchutils (0.4.2-1) ... Setting up node-json-schema-traverse (1.0.0-2) ... Setting up node-ini (2.0.0-1) ... Setting up zip (3.0-12) ... Setting up libprotobuf-lite23:amd64 (3.12.4-1) ... Setting up golang-github-containers-image (5.10.3-1) ... Setting up libsasl2-dev (2.1.27+dfsg-2.1) ... Setting up libuv1:amd64 (1.40.0-1) ... Setting up libpython3.9:amd64 (3.9.2-1) ... Setting up python3-configobj (5.0.6-4) ... Setting up vim-common (2:8.2.2434-3) ... Setting up ipcalc (0.42-2) ... Setting up lua-cjson:amd64 (2.1.0+dfsg-2.1) ... Setting up node-json-parse-better-errors (1.0.2+~2.3.1-1) ... 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 python3-certifi (2020.6.20-1) ... Setting up node-resolve-from (5.0.0+~3.1.0+~3.3.0+~2.0.0-1) ... Setting up libnspr4:amd64 (2:4.29-1) ... Setting up conmon (2.0.25+ds1-1) ... Setting up containernetworking-plugins (0.9.0-1+b3) ... Setting up bash-completion (1:2.11-2) ... Setting up libprotoc23:amd64 (3.12.4-1) ... Setting up libavahi-common-data:amd64 (0.8-5) ... Setting up libdbus-1-3:amd64 (1.12.20-2) ... Setting up ruby-net-telnet (0.1.1-2) ... Setting up dbus (1.12.20-2) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up liblzf1:amd64 (3.6-3) ... Setting up unison-2.51+4.11.1 (2.51.3-1) ... Setting up libmnl0:amd64 (1.0.4-3) ... Setting up tini (0.19.0-1) ... Setting up ttyrec (1.0.8-5.1) ... Setting up libio-html-perl (1.004-2) ... Setting up python3-markdown (3.3.4-1) ... Setting up mariadb-client-core-10.5 (1:10.5.9-1) ... Setting up libtcl8.6:amd64 (8.6.11+dfsg-1) ... Setting up libb-hooks-op-check-perl (0.22-1+b3) ... Setting up ftp (0.17-34.1.1) ... update-alternatives: using /usr/bin/netkit-ftp to provide /usr/bin/ftp (ftp) in auto mode Setting up mongodb-database-tools (100.3.1) ... Setting up ruby-i18n (1.8.8-1) ... Setting up direnv (2.25.2-2) ... Setting up libipc-run-perl (20200505.0-1) ... Setting up libpcsclite1:amd64 (1.9.1-1) ... Setting up libxtables12:amd64 (1.8.7-1) ... Setting up libgc1:amd64 (1:8.0.4-3) ... Setting up lua-bitop:amd64 (1.0.2-5) ... Setting up lsof (4.93.2+dfsg-1.1) ... Setting up python3-urllib3 (1.26.2-1) ... Setting up libjsoncpp24:amd64 (1.9.4-4) ... Setting up libtimedate-perl (2.3300-2) ... Setting up ruby-zip (2.0.0-2) ... Setting up libutempter0:amd64 (1.2.1-2) ... Setting up libgif7:amd64 (5.1.9-2) ... Setting up python3-patiencediff (0.2.1-1+b1) ... Setting up swaks (20201014.0-1) ... Setting up xdg-dbus-proxy (0.1.2-2) ... Setting up libjs-typedarray-to-buffer (4.0.0-1) ... Setting up keyutils (1.6.1-2) ... Setting up mariadb-client-10.5 (1:10.5.9-1) ... Setting up liblua5.2-0:amd64 (5.2.4-1.1+b3) ... Setting up dbus-x11 (1.12.20-2) ... Setting up librhash0:amd64 (1.4.1-2) ... Setting up python3-dulwich (0.20.15-1) ... Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... Setting up libuchardet0:amd64 (0.0.7-1) ... Setting up libasound2:amd64 (1.2.4-1.1) ... Setting up liblua5.1-0:amd64 (5.1.5-8.1+b3) ... Setting up librole-tiny-perl (2.002004-1) ... Setting up google-cloud-sdk (340.0.0-0) ... Setting up go-md2man (2.0.0+ds-5+b3) ... Setting up build-essential (12.9) ... Setting up udftools (2.3-1) ... Setting up bats (1.2.1-3) ... Setting up libjson-glib-1.0-common (1.6.2-1) ... Setting up libstrictures-perl (2.000006-1) ... Setting up libsub-quote-perl (2.006006-1) ... Setting up python-pip-whl (20.3.4-1) ... Setting up cmake-data (3.18.4-2) ... Setting up mlocate (0.26-5) ... update-alternatives: using /usr/bin/mlocate to provide /usr/bin/locate (locate) in auto mode Adding group `mlocate' (GID 103) ... Done. Setting up python3.9-venv (3.9.2-1) ... Setting up node-json-schema (0.3.0+~7.0.6-1) ... Setting up libstemmer0d:amd64 (2.1.0-1) ... Setting up dos2unix (7.4.1-1) ... Setting up golang-github-containers-common (0.33.4+ds1-1) ... Setting up libjs-jquery (3.5.1+dfsg+~3.5.5-7) ... Setting up libhunspell-1.7-0:amd64 (1.7.0-3) ... Setting up glib-networking-common (2.66.0-2) ... Setting up sharutils (1:4.15.2-5) ... Setting up libfile-dirlist-perl (0.05-2) ... Setting up vim-runtime (2:8.2.2434-3) ... Setting up reprepro (5.3.0-1.2) ... Setting up libfile-homedir-perl (1.006-1) ... Setting up containerd (1.4.4~ds1-2) ... Setting up golang-src:amd64 (2:1.15~1) ... Setting up golang-1.15-go (1.15.9-1) ... Setting up mailcap (3.69) ... 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.0-2) ... Setting up tmux (3.1c-1) ... 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 liburi-perl (5.08-1) ... Setting up libonig5:amd64 (6.9.6-1.1) ... Setting up liblocale-gettext-perl (1.07-4+b1) ... Setting up libpolkit-gobject-1-0:amd64 (0.105-30) ... Setting up libfile-touch-perl (0.11-1) ... Setting up python3-mako (1.1.3+ds1-2) ... Setting up libmalcontent-0-0:amd64 (0.10.0-2) ... Setting up libjs-underscore (1.9.1~dfsg-3) ... Setting up libpopt0:amd64 (1.18-2) ... Setting up libjs-is-typedarray (1.0.0-3) ... Setting up apache2-utils (2.4.46-4) ... Setting up gyp (0.1+20200513gitcaa6002-2) ... Setting up libnet-ssleay-perl (1.88-3+b1) ... Setting up default-mysql-client (1.0.7) ... Setting up bubblewrap (0.4.1-3) ... sysctl: permission denied on key "kernel.unprivileged_userns_clone" Setting up libuv1-dev:amd64 (1.40.0-1) ... Setting up glib-networking-services (2.66.0-2) ... Setting up libarchive-tools (3.4.3-2+b1) ... Setting up php-common (2:76) ... Setting up libhttp-date-perl (6.05-1) ... Setting up tcl8.6 (8.6.11+dfsg-1) ... Setting up php7.4-common (7.4.15-5+deb11u1) ... 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 libfile-listing-perl (6.14-1) ... Setting up mime-support (3.66) ... Setting up postgresql-client (13+225) ... Setting up mariadb-client (1:10.5.9-1) ... Setting up protobuf-compiler (3.12.4-1) ... Setting up libiso9660-11:amd64 (2.1.0-2) ... Setting up openssh-server (1:8.4p1-5) ... Creating config file /etc/ssh/sshd_config with new version Creating SSH2 RSA key; this may take some time ... 3072 SHA256:wJy7V5V8ZToYJ0XXD3IJacDHvgG8FpzqwDMHwDJoNRU root@cc13626e9f47 (RSA) Creating SSH2 ECDSA key; this may take some time ... 256 SHA256:ByfR3zGj9DCqgg6Q06PYKTCNLMUY22+CeuNvaVvQ58Q root@cc13626e9f47 (ECDSA) Creating SSH2 ED25519 key; this may take some time ... 256 SHA256:cMsbtvFAwHrcCFDMFclKNzqdOHDees4PFZAyXQO+krg root@cc13626e9f47 (ED25519) invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up libnode-dev (12.21.0~dfsg-4) ... Setting up bind9-libs:amd64 (1:9.16.15-1) ... Setting up dictionaries-common (1.28.4) ... Setting up golang-1.15-doc (1.15.9-1) ... Setting up golang-go (2:1.15~1) ... Setting up php-psr-container (1.0.0-2) ... Setting up libavahi-common3:amd64 (0.8-5) ... Setting up tcl-expect:amd64 (5.45.4-2+b1) ... Setting up gobject-introspection (1.66.1-1+b1) ... Setting up php-symfony-service-contracts (1.1.10-2) ... Setting up php7.4-readline (7.4.15-5+deb11u1) ... Creating config file /etc/php/7.4/mods-available/readline.ini with new version Setting up libnet-http-perl (6.20-1) ... Setting up php7.4-mbstring (7.4.15-5+deb11u1) ... Creating config file /etc/php/7.4/mods-available/mbstring.ini with new version Setting up meson (0.56.2-1) ... Setting up libpython3.9-dev:amd64 (3.9.2-1) ... Setting up python3-breezy (3.1.0-8) ... Setting up libnftnl11:amd64 (1.1.9-1) ... Setting up dconf-service (0.38.0-2) ... Setting up mythes-en-us (1:7.1.0~rc3-3) ... Setting up libnss3:amd64 (2:3.61-1) ... Setting up php-mbstring (2:7.4+76) ... Setting up nodejs (12.21.0~dfsg-4) ... update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode Setting up libdevel-callchecker-perl (0.008-1+b2) ... Setting up hyphen-en-us (2.8.8-7) ... Setting up node-aws4 (1.11.0-1) ... Setting up golang-1.15 (1.15.9-1) ... Setting up node-function-bind (1.1.1+repack-1) ... Setting up brz (3.1.0-8) ... update-alternatives: using /usr/bin/brz to provide /usr/bin/bzr (bzr) in auto mode Setting up libjson-glib-1.0-0:amd64 (1.6.2-1) ... Setting up node-clone (2.1.2-2) ... Setting up node-iferr (1.0.2-1) ... Setting up node-has-flag (4.0.0-1) ... Setting up libprotobuf-dev:amd64 (3.12.4-1) ... Setting up unison (2.51.3+1) ... Setting up node-asap (2.0.6-2) ... Setting up node-mime (2.5.0+dfsg+~cs3.90.0-1) ... Setting up node-inherits (2.0.4-1) ... Setting up php-composer-ca-bundle (1.2.9-1) ... Setting up bzr (2.7.0+bzr6622+brz) ... Setting up node-path-is-absolute (2.0.0-1) ... Setting up node-iconv-lite (0.5.1-3) ... Setting up node-safe-buffer (5.2.1+~cs2.1.2-1) ... Setting up node-promise-inflight (1.0.1-1.1) ... Setting up libvcdinfo0:amd64 (2.0.1+dfsg-5) ... Setting up node-json-stringify-safe (5.0.1+repack-3) ... Setting up python3-venv (3.9.2-3) ... Setting up w3m (0.5.3+git20210102-6) ... Setting up libgirepository1.0-dev:amd64 (1.66.1-1+b1) ... Setting up node-har-schema (2.0.0-4) ... Setting up node-mime-types (2.1.28-1) ... Setting up node-performance-now (2.1.0+debian-1.1) ... Setting up libdbus-1-dev:amd64 (1.12.20-2) ... Setting up php-symfony-process (4.4.19+dfsg-1) ... Setting up node-balanced-match (1.0.0-1) ... Setting up vcdimager (2.0.1+dfsg-5) ... Setting up node-ansi (0.3.1-1) ... Setting up node-brace-expansion (2.0.0-1) ... Setting up redis-tools (5:6.0.11-1) ... Setting up node-spdx-exceptions (2.3.0-1) ... Setting up node-set-blocking (2.0.0-1.1) ... Setting up php-symfony-filesystem (4.4.19+dfsg-1) ... Setting up node-tunnel-agent (0.6.1-2) ... Setting up node-npm-bundled (1.1.1-1) ... Setting up libimlib2:amd64 (1.7.1-2) ... Setting up node-signal-exit (3.0.3-1) ... Setting up python3-pip (20.3.4-1) ... Setting up node-wrappy (1.0.2-1.1) ... Setting up libjs-sphinxdoc (3.4.3-2) ... Setting up node-text-table (0.2.0-2) ... Setting up node-asynckit (0.4.0-3) ... Setting up node-ip (1.1.5-5) ... Setting up php-react-promise (2.7.0-2) ... Setting up node-punycode (2.1.1-3) ... Setting up php-psr-log (1.1.3-2) ... Setting up node-defaults (1.0.3-2) ... Setting up node-is-typedarray (1.0.0-3) ... Setting up libwww-robotrules-perl (6.02-1) ... Setting up node-mute-stream (0.0.8-2) ... Setting up python3.9-dev (3.9.2-1) ... Setting up node-number-is-nan (2.0.0-1) ... Setting up node-graceful-fs (4.2.4+repack-1) ... Setting up php-symfony-polyfill-php80 (1.22.1-1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... Setting up groff-base (1.22.4-6) ... Setting up node-jsonify (0.0.0-1.1) ... Setting up w3m-img (0.5.3+git20210102-6) ... Setting up libhtml-parser-perl (3.75-1+b1) ... Setting up node-json-stable-stringify (1.0.1+~cs5.1.32-1) ... Setting up node-aproba (2.0.0-1) ... Setting up hunspell-en-us (1:2019.10.06-1) ... Setting up cmake (3.18.4-2) ... Setting up node-ip-regex (4.3.0-1) ... Setting up php-composer-semver (3.2.4-2) ... Setting up libpolkit-agent-1-0:amd64 (0.105-30) ... Setting up node-spdx-license-ids (3.0.7-1) ... Setting up node-string-decoder (1.3.0-2) ... Setting up php7.4-opcache (7.4.15-5+deb11u1) ... Creating config file /etc/php/7.4/mods-available/opcache.ini with new version Setting up libavahi-glib1:amd64 (0.8-5) ... Setting up node-mkdirp (1.0.4+~1.0.1-1) ... Setting up node-run-queue (2.0.0-1) ... Setting up node-core-util-is (1.0.2-2) ... Setting up node-uri-js (4.4.0+dfsg-5) ... Setting up node-minimatch (3.0.4+~3.0.3-1) ... Setting up node-opener (1.5.2-1) ... Setting up node-archy (1.0.0-3) ... Setting up node-caseless (0.12.1-1) ... Setting up node-imurmurhash (0.1.4-1.1) ... Setting up php-composer-spdx-licenses (1.5.5-2) ... Setting up node-encoding (0.1.13-1) ... Setting up golang-doc (2:1.15~1) ... Setting up node-read (1.0.7-2) ... Setting up bind9-host (1:9.16.15-1) ... Setting up node-asn1 (0.2.3-2) ... Setting up node-color-convert (1.9.3-1) ... Setting up libavahi-client3:amd64 (0.8-5) ... Setting up libio-socket-ssl-perl (2.069-1) ... Setting up rsync (3.2.3-4) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up node-isarray (2.0.5-1) ... Setting up node-osenv (0.1.5-1) ... Setting up node-ms (2.1.3+~cs0.7.31-1) ... Setting up libhttp-message-perl (6.28-1) ... Setting up node-process-nextick-args (2.0.0-1) ... Setting up node-has-unicode (2.0.1-2) ... Setting up node-fs-write-stream-atomic (1.0.10-4) ... Setting up node-forever-agent (0.6.1-2) ... Setting up node-delayed-stream (1.0.0-4) ... Setting up php-symfony-finder (4.4.19+dfsg-1) ... Setting up node-isstream (0.1.2+dfsg-1.1) ... Setting up node-builtins (1.0.3-2) ... Setting up node-colors (1.4.0-1) ... Setting up node-fs.realpath (1.0.0-1.1) ... Setting up node-oauth-sign (0.9.0-2) ... Setting up golang:amd64 (2:1.15~1) ... Setting up node-jsbn (1.1.0-1.1) ... Setting up libhttp-negotiate-perl (6.01-1) ... Setting up node-object-assign (4.1.1-3) ... Setting up node-leven (3.1.0+~cs1.1.1-1) ... Setting up php-symfony-console (4.4.19+dfsg-1) ... Setting up node-abbrev (1.1.1-2) ... Setting up php-composer-xdebug-handler (1.4.5-1) ... Setting up node-puka (1.0.1+dfsg-2) ... Setting up php7.4-json (7.4.15-5+deb11u1) ... Creating config file /etc/php/7.4/mods-available/json.ini with new version Setting up node-supports-color (8.1.0+~7.2.0-1) ... Setting up libpython3-dev:amd64 (3.9.2-3) ... Setting up node-yallist (4.0.0-1) ... Setting up node-ansi-regex (5.0.0-1) ... Setting up node-once (1.4.0-3) ... Setting up dconf-gsettings-backend:amd64 (0.38.0-2) ... Setting up node-psl (1.8.0+ds-4) ... Setting up node-slash (3.0.0-1) ... Setting up node-util-deprecate (1.0.2-1) ... Setting up libhttp-cookies-perl (6.10-1) ... Setting up hunspell (1.7.0-3) ... Setting up node-retry (0.12.0-1) ... Setting up node-concat-map (0.0.1-2) ... 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 node-assert-plus (1.0.0-2) ... Setting up node-ansistyles (0.1.3-2) ... Setting up node-delegates (1.0.0-2) ... Setting up node-depd (2.0.0-1) ... Setting up libhtml-tree-perl (5.07-2) ... Setting up node-isexe (2.0.0-5) ... Setting up node-resolve (1.19.0+~cs5.20.8-2) ... Setting up node-jsonparse (1.3.1-7) ... Setting up libparams-classify-perl (0.015-1+b3) ... Setting up node-ajv (6.12.6-2) ... Setting up expect (5.45.4-2+b1) ... Setting up node-tweetnacl (1.0.3+dfsg-1) ... Setting up node-escape-string-regexp (4.0.0-1) ... Setting up node-aws-sign2 (0.7.1-2) ... Setting up node-console-control-strings (1.1.0-2) ... Setting up node-debug (4.3.1+~cs4.1.5-1) ... Setting up php7.4-cli (7.4.15-5+deb11u1) ... 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-extend (3.0.2-1) ... Setting up node-jsonstream (1.3.5-1) ... Setting up man-db (2.9.4-2) ... Building database of manual pages ... Setting up node-dashdash (2.0.0-1) ... Setting up node-p-map (4.0.0-1) ... Setting up node-validate-npm-package-name (3.0.0-1.1) ... Setting up node-promzard (0.3.0-1.1) ... Setting up node-wcwidth.js (1.0.0-1.1) ... Setting up node-ecc-jsbn (0.2.0-2) ... Setting up node-combined-stream (1.0.8-1) ... Setting up node-unique-filename (1.1.1+ds-1) ... Setting up node-ansi-styles (4.2.1-1) ... Setting up libmodule-runtime-perl (0.016-1) ... Setting up krb5-config (2.6+nmu1) ... Setting up python3-dev (3.9.2-3) ... Setting up node-form-data (3.0.0-2) ... Setting up node-strip-ansi (6.0.0-2) ... Setting up node-lockfile (1.0.4-3) ... Setting up node-chalk (4.1.0-1) ... Setting up node-spdx-expression-parse (3.0.1-1) ... Setting up node-which (2.0.2+~cs1.3.2-1) ... Setting up node-typedarray-to-buffer (4.0.0-1) ... Setting up libcups2:amd64 (2.3.3op2-3) ... 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 node-tar (6.0.5+ds1+~cs11.3.9-1) ... Setting up node-inflight (1.0.6-1.1) ... Setting up bind9-dnsutils (1:9.16.15-1) ... Setting up php-json-schema (5.2.10-2) ... Setting up node-verror (1.10.0-1.1) ... Setting up node-getpass (0.1.7-1.1) ... Setting up node-nopt (5.0.0-1) ... Setting up node-string-width (4.2.0-1) ... Setting up node-har-validator (5.1.5-1) ... Setting up gsettings-desktop-schemas (3.38.0-2) ... Setting up node-readable-stream (3.6.0-2) ... Setting up node-ssri (8.0.1-2) ... Setting up node-lru-cache (5.1.1-5) ... Setting up node-bcrypt-pbkdf (1.0.2-1) ... Setting up node-promise-retry (2.0.1-1) ... Setting up node-write-file-atomic (3.0.3+~3.0.1-1) ... Setting up node-columnify (1.5.4-3) ... Setting up node-jsprim (2.0.0-1) ... Setting up jsonlint (1.8.3-2) ... Setting up libimport-into-perl (1.002005-1) ... Setting up libmoo-perl (2.004004-1) ... Setting up node-are-we-there-yet (1.1.5-1) ... Setting up dnsutils (1:9.16.15-1) ... Setting up node-spdx-correct (3.1.1-1) ... Setting up node-glob (7.1.6+~7.1.3-1) ... Setting up node-hosted-git-info (3.0.8-1) ... Setting up composer (2.0.9-2) ... Setting up node-wide-align (1.1.3-1) ... Setting up node-rimraf (3.0.2-1) ... Setting up node-sshpk (1.16.1+dfsg-2) ... Setting up node-semver (7.3.4-1) ... Setting up node-validate-npm-package-license (3.0.4-1) ... Setting up node-copy-concurrently (1.0.5-7) ... Setting up node-move-concurrently (1.0.1-2) ... Setting up node-agent-base (6.0.2-2) ... Setting up node-http-signature (1.3.5-1) ... Setting up node-gauge (2.7.4-1.1) ... Setting up node-normalize-package-data (3.0.0+~2.4.0-1) ... Setting up node-npm-package-arg (8.1.0-1) ... Setting up node-npmlog (4.1.2-2) ... Setting up node-https-proxy-agent (5.0.0-3) ... Setting up node-cacache (15.0.5+~cs13.9.21-1) ... Setting up node-read-package-json (3.0.0-1) ... Setting up node-gyp (7.1.2-4) ... Setting up npm (7.5.2+ds-2) ... Setting up tasksel (3.67) ... Setting up ruby-rubygems (3.2.5-2) ... Setting up ruby (1:2.7+2) ... Setting up task-ssh-server (3.67) ... Setting up task-hebrew (3.67) ... Setting up rake (13.0.3-1) ... Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... Setting up tasksel-data (3.67) ... Setting up dmsetup (2:1.02.175-2.1) ... Setting up ruby-mime-types-data (3.2015.1120-1.1) ... Setting up liblwp-protocol-https-perl (6.10-1) ... Setting up default-jre-headless (2:1.11-72) ... Setting up libwww-perl (6.52-1) ... Setting up openjdk-11-jre-headless:amd64 (11.0.11+4-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 WARNING: tempfile is deprecated; consider using mktemp instead. Setting up task-english (3.67) ... Setting up ruby-bundler (2.2.5-2) ... Setting up podman (3.0.1+dfsg1-2) ... Setting up docker.io (20.10.5+dfsg1-1+b1) ... Adding group `docker' (GID 105) ... Done. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up openjdk-11-jdk-headless:amd64 (11.0.11+4-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 libruby2.7:amd64 (2.7.3-2) ... Setting up ruby-ed25519 (1.2.4-2+b1) ... Setting up ruby-erubi (1.9.0-1) ... Setting up ruby-log4r (1.1.10-4.1) ... Setting up default-jdk-headless (2:1.11-72) ... Setting up devscripts (2.21.2) ... Setting up ruby-mime-types (3.3.1-1) ... Setting up ruby2.7-dev:amd64 (2.7.3-2) ... 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 vim-nox (2:8.2.2434-3) ... 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+b3) ... Setting up bundler (2.2.5-2) ... Setting up ruby-bcrypt-pbkdf (1.1.0-1) ... Setting up ruby-rb-inotify (0.9.10-2) ... Setting up ruby2.7 (2.7.3-2) ... Setting up ruby-net-ssh (1:6.1.0-2) ... Setting up ruby-dev:amd64 (1:2.7+2) ... Setting up ruby-vagrant-cloud (3.0.2-1) ... Setting up ruby-childprocess (4.0.0-1) ... Setting up ruby-net-scp (3.0.0-1) ... Setting up ruby-net-sftp (1:3.0.0-1) ... Setting up ruby-listen (3.2.1-1) ... Setting up vagrant (2.2.14+dfsg-1) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for libglib2.0-0:amd64 (2.66.8-1) ... Processing triggers for libc-bin (2.31-11) ... 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. Setting up glib-networking:amd64 (2.66.0-2) ... Setting up libsoup2.4-1:amd64 (2.72.0-2) ... Setting up libappstream-glib8:amd64 (0.7.18-1) ... Setting up libostree-1-1:amd64 (2020.8-2) ... Setting up ostree (2020.8-2) ... Setting up gir1.2-ostree-1.0:amd64 (2020.8-2) ... Setting up flatpak (1.10.2-1) ... Setting up libflatpak0:amd64 (1.10.2-1) ... Setting up gir1.2-flatpak-1.0:amd64 (1.10.2-1) ... Setting up flatpak-builder (1.0.12-1) ... Processing triggers for dictionaries-common (1.28.4) ... Processing triggers for php7.4-cli (7.4.15-5+deb11u1) ... Processing triggers for libc-bin (2.31-11) ... Generating locales (this might take a while)... en_IL.UTF-8... done en_US.UTF-8... done he_IL.UTF-8... done Generation complete. Collecting ansible Downloading ansible-3.4.0.tar.gz (31.9 MB) Collecting ansible-runner Downloading ansible_runner-1.4.7-py3-none-any.whl (57 kB) Collecting awscli Downloading awscli-1.19.72.tar.gz (1.4 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.5b1-py3-none-any.whl (137 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.17.72-py2.py3-none-any.whl (131 kB) Collecting cookiecutter Downloading cookiecutter-1.7.2-py2.py3-none-any.whl (34 kB) Collecting cryptography Downloading cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB) Collecting dnspython Downloading dnspython-2.1.0-py3-none-any.whl (241 kB) Collecting docker Downloading docker-5.0.0-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.12.1-py2.py3-none-any.whl (339 kB) Collecting flit Downloading flit-3.2.0-py3-none-any.whl (48 kB) Collecting Glances Downloading Glances-3.1.7-py3-none-any.whl (1.5 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.4.0-py3-none-any.whl (74 kB) Collecting identify Downloading identify-2.2.4-py2.py3-none-any.whl (98 kB) Collecting importlab Downloading importlab-0.6.1.tar.gz (26 kB) Collecting invoke Downloading invoke-1.5.0-py3-none-any.whl (211 kB) Collecting khal Downloading khal-0.10.3-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 Downloading mariadb-1.0.6.tar.gz (67 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 parse Downloading parse-1.19.0.tar.gz (30 kB) Collecting passhole Downloading passhole-1.9.5.tar.gz (45 kB) Collecting passlib Downloading passlib-1.7.4-py2.py3-none-any.whl (525 kB) Collecting pgcli Downloading pgcli-3.1.0-py3-none-any.whl (72 kB) Collecting pipenv Downloading pipenv-2020.11.15-py2.py3-none-any.whl (3.9 MB) Collecting pkp Downloading pkp-0.6.4-py3-none-any.whl (17 kB) Collecting poetry Downloading poetry-1.1.6-py2.py3-none-any.whl (172 kB) Collecting pre-commit Downloading pre_commit-2.12.1-py2.py3-none-any.whl (189 kB) Collecting protobuf Downloading protobuf-3.16.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB) Collecting psycopg2 Downloading psycopg2-2.8.6.tar.gz (383 kB) Collecting pur Downloading pur-5.4.0-py2.py3-none-any.whl (1.8 MB) Collecting pygments Downloading Pygments-2.9.0-py3-none-any.whl (1.0 MB) Collecting pymongo Downloading pymongo-3.11.4-cp39-cp39-manylinux2014_x86_64.whl (518 kB) Collecting PyMySQL Downloading PyMySQL-1.0.2-py3-none-any.whl (43 kB) Collecting PyGObject Downloading PyGObject-3.40.1.tar.gz (714 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-20.0.1-py2.py3-none-any.whl (54 kB) Collecting redis Downloading redis-3.5.3-py2.py3-none-any.whl (72 kB) Collecting remarshal Downloading remarshal-0.14.0-py3-none-any.whl (6.0 kB) Collecting requests Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB) Collecting sh Downloading sh-1.14.1-py2.py3-none-any.whl (40 kB) Collecting template Downloading template-0.7.2-py2.py3-none-any.whl (18 kB) Collecting todoman Downloading todoman-3.9.0-py3-none-any.whl (27 kB) Collecting tox Downloading tox-3.23.1-py2.py3-none-any.whl (85 kB) Collecting ansible-base<2.11,>=2.10.9 Downloading ansible-base-2.10.9.tar.gz (6.0 MB) Collecting pexpect>=4.5 Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB) Requirement already satisfied: six in /usr/lib/python3/dist-packages (from ansible-runner) (1.15.0) Collecting PyYAML Downloading PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) Collecting python-daemon Downloading python_daemon-2.3.0-py2.py3-none-any.whl (35 kB) Collecting psutil Downloading psutil-5.8.0-cp39-cp39-manylinux2010_x86_64.whl (293 kB) Collecting botocore==1.20.72 Downloading botocore-1.20.72-py2.py3-none-any.whl (7.5 MB) Collecting docutils<0.16,>=0.10 Downloading docutils-0.15.2-py3-none-any.whl (547 kB) Collecting s3transfer<0.5.0,>=0.4.0 Downloading s3transfer-0.4.2-py2.py3-none-any.whl (79 kB) Collecting rsa<4.8,>=3.1.2 Downloading rsa-4.7.2-py3-none-any.whl (34 kB) Collecting python-dateutil>=2.4.0 Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) Collecting termcolor>=1.1.0 Downloading termcolor-1.1.0.tar.gz (3.9 kB) Collecting jmespath<1.0.0,>=0.7.1 Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) Collecting cffi>=1.1 Downloading cffi-1.14.5-cp39-cp39-manylinux1_x86_64.whl (406 kB) Collecting pathspec<1,>=0.8.1 Downloading pathspec-0.8.1-py2.py3-none-any.whl (28 kB) Collecting regex>=2020.1.8 Downloading regex-2021.4.4-cp39-cp39-manylinux2014_x86_64.whl (730 kB) Collecting click>=7.1.2 Downloading click-8.0.0-py3-none-any.whl (96 kB) Collecting toml>=0.10.1 Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) Collecting mypy-extensions>=0.4.3 Downloading mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB) Collecting appdirs Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting python-slugify>=4.0.0 Downloading python_slugify-5.0.2-py2.py3-none-any.whl (6.7 kB) Collecting Jinja2<3.0.0 Downloading Jinja2-2.11.3-py2.py3-none-any.whl (125 kB) Collecting jinja2-time>=0.2.0 Downloading jinja2_time-0.2.0-py2.py3-none-any.whl (6.4 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) Requirement already satisfied: MarkupSafe<2.0.0 in /usr/lib/python3/dist-packages (from cookiecutter) (1.1.1) Collecting websocket-client>=0.32.0 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) Collecting texttable<2,>=0.9.0 Downloading texttable-1.6.3-py2.py3-none-any.whl (10 kB) Collecting distro<2,>=1.5.0 Downloading distro-1.5.0-py2.py3-none-any.whl (18 kB) Collecting python-dotenv<1,>=0.13.0 Downloading python_dotenv-0.17.1-py2.py3-none-any.whl (18 kB) Collecting jsonschema<4,>=2.5.1 Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) Collecting dockerpty<1,>=0.4.1 Downloading dockerpty-0.4.1.tar.gz (13 kB) Collecting docopt<1,>=0.6.1 Downloading docopt-0.6.2.tar.gz (25 kB) Collecting voluptuous>=0.12.1 Downloading voluptuous-0.12.1-py3-none-any.whl (29 kB) Collecting certifi>=2020.12.5 Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB) Collecting urllib3==1.26.4 Downloading urllib3-1.26.4-py2.py3-none-any.whl (153 kB) Collecting requests-aws4auth>=1.0.1 Downloading requests_aws4auth-1.0.1-py2.py3-none-any.whl (29 kB) Collecting aiohttp<4,>=3; extra == "async" Downloading aiohttp-3.7.4.post0-cp39-cp39-manylinux2014_x86_64.whl (1.4 MB) Collecting flit_core>=3.2.0 Downloading flit_core-3.2.0-py3-none-any.whl (45 kB) Collecting future Downloading future-0.18.2.tar.gz (829 kB) Requirement already satisfied: setuptools>=3.0 in /usr/lib/python3/dist-packages (from gunicorn) (52.0.0) Collecting packaging Downloading packaging-20.9-py2.py3-none-any.whl (40 kB) Collecting pip-api Downloading pip_api-0.0.20-py3-none-any.whl (112 kB) Collecting raven[flask] Downloading raven-6.10.0-py2.py3-none-any.whl (284 kB) Collecting Flask Downloading Flask-2.0.0-py3-none-any.whl (93 kB) Collecting itsdangerous Downloading itsdangerous-2.0.0-py3-none-any.whl (18 kB) Collecting werkzeug>=0.14.1 Downloading Werkzeug-2.0.0-py3-none-any.whl (288 kB) Collecting brotlipy Downloading brotlipy-0.7.0-cp39-cp39-manylinux1_x86_64.whl (1.1 MB) Collecting decorator Downloading decorator-5.0.7-py3-none-any.whl (8.8 kB) Collecting requests-toolbelt>=0.9.1 Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB) Collecting networkx>=2 Downloading networkx-2.5.1-py3-none-any.whl (1.6 MB) Collecting pytz Downloading pytz-2021.1-py2.py3-none-any.whl (510 kB) Collecting tzlocal>=1.0 Downloading tzlocal-2.1-py2.py3-none-any.whl (16 kB) Collecting icalendar>=4.0.3 Downloading icalendar-4.0.7-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 click-log>=0.2.0 Downloading click_log-0.3.2-py2.py3-none-any.whl (4.6 kB) Collecting urwid>=1.3.0 Downloading urwid-2.1.2.tar.gz (634 kB) Requirement already satisfied: configobj in /usr/lib/python3/dist-packages (from khal) (5.0.6) Collecting pyxdg Downloading pyxdg-0.27-py2.py3-none-any.whl (49 kB) Collecting unidecode Downloading Unidecode-1.2.0-py2.py3-none-any.whl (241 kB) Collecting ruamel.yaml Downloading ruamel.yaml-0.17.4-py3-none-any.whl (101 kB) Collecting vobject Downloading vobject-0.9.6.1.tar.gz (58 kB) Collecting pynacl Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB) Collecting twisted[tls]>=17.5.0 Downloading Twisted-21.2.0-py3-none-any.whl (3.1 MB) Collecting spake2==0.8 Downloading spake2-0.8-py2.py3-none-any.whl (39 kB) Collecting hkdf Downloading hkdf-0.0.3.tar.gz (4.0 kB) Collecting tqdm>=4.13.0 Downloading tqdm-4.60.0-py2.py3-none-any.whl (75 kB) Collecting txtorcon>=18.0.2 Downloading txtorcon-20.0.0-py2.py3-none-any.whl (260 kB) Collecting automat Downloading Automat-20.2.0-py2.py3-none-any.whl (31 kB) Collecting humanize Downloading humanize-3.5.0-py3-none-any.whl (73 kB) Collecting autobahn[twisted]>=0.14.1 Downloading autobahn-21.3.1-py2.py3-none-any.whl (495 kB) Collecting attrs>=16.3.0 Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB) Collecting cli-helpers[styles]>=2.0.1 Downloading cli_helpers-2.1.0-py3-none-any.whl (20 kB) Collecting prompt-toolkit<4.0.0,>=3.0.6 Downloading prompt_toolkit-3.0.18-py3-none-any.whl (367 kB) Collecting importlib-resources>=5.0.0 Downloading importlib_resources-5.1.2-py3-none-any.whl (25 kB) Collecting pyaes>=1.6.1 Downloading pyaes-1.6.1.tar.gz (28 kB) Collecting sqlparse<0.4.0,>=0.3.0 Downloading sqlparse-0.3.1-py2.py3-none-any.whl (40 kB) Collecting pyperclip>=1.8.1 Downloading pyperclip-1.8.2.tar.gz (20 kB) Collecting pykeepass_cache Downloading pykeepass_cache-2.0.3-py3-none-any.whl (16 kB) Collecting pynput Downloading pynput-1.7.3-py2.py3-none-any.whl (99 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.12.1-py3-none-any.whl (34 kB) Collecting pendulum>=2.1.0 Downloading pendulum-2.1.2-cp39-cp39-manylinux1_x86_64.whl (155 kB) Requirement already satisfied: pip>=18.0 in /usr/lib/python3/dist-packages (from pipenv) (20.3.4) Collecting virtualenv Downloading virtualenv-20.4.6-py2.py3-none-any.whl (7.2 MB) Collecting virtualenv-clone>=0.2.5 Downloading virtualenv_clone-0.5.4-py2.py3-none-any.whl (6.6 kB) Collecting pykeepass<5.0.0,>=3.2.1 Downloading pykeepass-4.0.0-py3-none-any.whl (56 kB) 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 cleo<0.9.0,>=0.8.1 Downloading cleo-0.8.1-py2.py3-none-any.whl (21 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.3 Downloading poetry_core-1.0.3-py2.py3-none-any.whl (424 kB) Collecting tomlkit<1.0.0,>=0.7.0 Downloading tomlkit-0.7.0-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 pkginfo<2.0,>=1.4 Downloading pkginfo-1.7.0-py2.py3-none-any.whl (25 kB) Collecting html5lib<2.0,>=1.0 Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB) Collecting shellingham<2.0,>=1.1 Downloading shellingham-1.4.0-py2.py3-none-any.whl (9.4 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.6-py2.py3-none-any.whl (19 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.2.0-py2.py3-none-any.whl (7.3 kB) Processing /root/.cache/pip/wheels/41/fe/c0/bf4275a9f9326a7e65da52c9d48488d3ac8c1f5bc4bf83024a/pycairo-1.20.0-cp39-cp39-linux_x86_64.whl Collecting u-msgpack-python<3.0,>=2.6 Downloading u_msgpack_python-2.7.1-py2.py3-none-any.whl (10.0 kB) Collecting cbor2<6.0,>=5.1 Downloading cbor2-5.2.0.tar.gz (81 kB) Collecting idna<3,>=2.5 Downloading idna-2.10-py2.py3-none-any.whl (58 kB) Collecting chardet<5,>=3.0.2 Downloading chardet-4.0.0-py2.py3-none-any.whl (178 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 pluggy>=0.12.0 Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB) Collecting py>=1.4.17 Downloading py-1.10.0-py2.py3-none-any.whl (97 kB) Collecting filelock>=3.0.0 Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB) Collecting ptyprocess>=0.5 Downloading ptyprocess-0.7.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 pyasn1>=0.1.3 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) Collecting pycparser Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB) Collecting text-unidecode>=1.3 Downloading text_unidecode-1.3-py2.py3-none-any.whl (78 kB) Collecting arrow Downloading arrow-1.1.0-py3-none-any.whl (58 kB) Collecting pyrsistent>=0.14.0 Downloading pyrsistent-0.17.3.tar.gz (106 kB) Collecting async-timeout<4.0,>=3.0 Downloading async_timeout-3.0.1-py3-none-any.whl (8.2 kB) Collecting yarl<2.0,>=1.0 Downloading yarl-1.6.3-cp39-cp39-manylinux2014_x86_64.whl (315 kB) Collecting multidict<7.0,>=4.5 Downloading multidict-5.1.0-cp39-cp39-manylinux2014_x86_64.whl (151 kB) Collecting typing-extensions>=3.6.5 Downloading typing_extensions-3.10.0.0-py3-none-any.whl (26 kB) Collecting pyparsing>=2.0.2 Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) Collecting blinker>=1.1; extra == "flask" Downloading blinker-1.4.tar.gz (111 kB) Collecting ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10" Downloading ruamel.yaml.clib-0.2.2-cp39-cp39-manylinux1_x86_64.whl (549 kB) Collecting zope.interface>=4.4.2 Downloading zope.interface-5.4.0-cp39-cp39-manylinux2010_x86_64.whl (255 kB) Collecting constantly>=15.1 Downloading constantly-15.1.0-py2.py3-none-any.whl (7.9 kB) Collecting hyperlink>=17.1.1 Downloading hyperlink-21.0.0-py2.py3-none-any.whl (74 kB) Collecting incremental>=16.10.1 Downloading incremental-21.3.0-py2.py3-none-any.whl (15 kB) Collecting service-identity>=18.1.0; extra == "tls" Downloading service_identity-21.1.0-py2.py3-none-any.whl (12 kB) Collecting txaio>=21.2.1 Downloading txaio-21.2.1-py2.py3-none-any.whl (30 kB) Collecting terminaltables>=3.0.0 Downloading terminaltables-3.1.0.tar.gz (12 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 python-xlib>=0.17; "linux" in sys_platform Downloading python_xlib-0.29-py2.py3-none-any.whl (176 kB) Collecting evdev>=1.3; "linux" in sys_platform Downloading evdev-1.4.0.tar.gz (26 kB) Collecting pytzdata>=2020.1 Downloading pytzdata-2020.1-py2.py3-none-any.whl (489 kB) Collecting distlib<1,>=0.3.1 Downloading distlib-0.3.1-py2.py3-none-any.whl (335 kB) Collecting construct==2.10.54 Downloading construct-2.10.54.tar.gz (55 kB) Collecting argon2-cffi Downloading argon2_cffi-20.1.0-cp35-abi3-manylinux1_x86_64.whl (97 kB) Collecting pycryptodomex>=3.6.2 Downloading pycryptodomex-3.10.1-cp35-abi3-manylinux2010_x86_64.whl (1.9 MB) Collecting lxml Downloading lxml-4.6.3-cp39-cp39-manylinux2014_x86_64.whl (6.9 MB) Collecting jeepney>=0.4.2; sys_platform == "linux" Downloading jeepney-0.6.0-py3-none-any.whl (45 kB) Collecting SecretStorage>=3.2; sys_platform == "linux" Downloading SecretStorage-3.3.1-py3-none-any.whl (15 kB) Collecting pastel<0.3.0,>=0.2.0 Downloading pastel-0.2.1-py2.py3-none-any.whl (6.0 kB) Collecting pylev<2.0,>=1.3 Downloading pylev-1.3.0-py2.py3-none-any.whl (4.9 kB) Collecting webencodings Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Collecting msgpack>=0.5.2 Downloading msgpack-1.0.2-cp39-cp39-manylinux1_x86_64.whl (294 kB) Collecting pyasn1-modules Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) Collecting plumbum Downloading plumbum-1.7.0-py2.py3-none-any.whl (116 kB) Building wheels for collected packages: ansible, awscli, importlab, mariadb, parse, passhole, psycopg2, PyGObject, ansible-base, termcolor, dockerpty, docopt, future, urwid, vobject, hkdf, pyaes, pyperclip, cbor2, pyrsistent, blinker, terminaltables, 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-3.4.0-py3-none-any.whl size=52834537 sha256=1c58f2a04ffe6683b5bb3988677d6507351411648d823eae15e59d2bf581747d Stored in directory: /root/.cache/pip/wheels/0b/7f/0e/932a8c2654df1cf9ec19b3c34e774c06c63ce42b2a1bb99a32 Building wheel for awscli (setup.py): started Building wheel for awscli (setup.py): finished with status 'done' Created wheel for awscli: filename=awscli-1.19.72-py2.py3-none-any.whl size=3604118 sha256=3c6b2b4fdbc47a39ace96f4ad7e59c12a44ac4dc7d56692e58a1c83c5f0d52d6 Stored in directory: /root/.cache/pip/wheels/95/8d/56/8cc11a6d7d3af104d83e57651f91ec0e082baad3b073cc371c 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=21290 sha256=7a85de2b639e05e9db256bc701c230d710fb4bd1738d8289591021df09373761 Stored in directory: /root/.cache/pip/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.6-cp39-cp39-linux_x86_64.whl size=209236 sha256=2fa17ec17935ef8811690c952970431f4d0c93777767b2f857331e7680caf3b7 Stored in directory: /root/.cache/pip/wheels/d7/4a/4f/05b62af6cd28564b274014392f29113b6fedfeaaaaab21441a 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=24580 sha256=ce8ceb3cf95358d73aae0f17fe05839f3b7a2ba994d776b81edf0c85d9028c54 Stored in directory: /root/.cache/pip/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.5-py3-none-any.whl size=42407 sha256=ff69f4dba2c88e20403d011f7a65abb1d7e4aebccd0e6e1f22d5b7b8a3bdd6c9 Stored in directory: /root/.cache/pip/wheels/f9/82/22/43748109f2d788ce6bc89ea365c901865246afa58bf6227bae Building wheel for psycopg2 (setup.py): started Building wheel for psycopg2 (setup.py): finished with status 'done' Created wheel for psycopg2: filename=psycopg2-2.8.6-cp39-cp39-linux_x86_64.whl size=433867 sha256=0d4e7533254f28837a5f7c8146c1d1fc20ff81cfe43ecff5135bbe655dd4e683 Stored in directory: /root/.cache/pip/wheels/a2/07/10/a9a82e72d50feb8d646acde6a88000bbf2ca0f82e41aea438a Building wheel for PyGObject (PEP 517): started Building wheel for PyGObject (PEP 517): finished with status 'done' Created wheel for PyGObject: filename=PyGObject-3.40.1-cp39-cp39-linux_x86_64.whl size=754879 sha256=bf194b1052bf8ab031c9701829435716bbfffea7aeca0ab42fde950275c5ae2e Stored in directory: /root/.cache/pip/wheels/09/10/43/1983b52467bd129bb9af49385ebcbebdc4d46862bc395fbc29 Building wheel for ansible-base (setup.py): started Building wheel for ansible-base (setup.py): finished with status 'done' Created wheel for ansible-base: filename=ansible_base-2.10.9-py3-none-any.whl size=1875439 sha256=86b606af3c7cc6089e8ee4c3c6df68eb6d4492cb2cd13e3c459663bf439a5eac Stored in directory: /root/.cache/pip/wheels/f1/27/e5/cdd980432e73facefaeade8a74a9afcf166171b30e420c9f18 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=4830 sha256=327974d7bb79330716e2256a1017546e1afa693d9d310a9374e3f8ea13992bce Stored in directory: /root/.cache/pip/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=16604 sha256=f8575d625c207a2ee4312534a43a4b8fad4896f14487a2d94d00bb269f6c69f2 Stored in directory: /root/.cache/pip/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=13704 sha256=bb06250500cee5897f2d87bc6a2d09f801ee3181777ea1819d6b78c994a56f29 Stored in directory: /root/.cache/pip/wheels/70/4a/46/1309fc853b8d395e60bafaf1b6df7845bdd82c95fd59dd8d2b 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=491058 sha256=131b62edaadb72963bf0999b782d170ec17a3bad643a00a817de1337214223e9 Stored in directory: /root/.cache/pip/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=255201 sha256=2d9054bcf845e7157d1e0e059ef401d5286c0c8098f3570fd807963506f717d9 Stored in directory: /root/.cache/pip/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=47662 sha256=a2c49525d5cbe8da039edb96988a6fd918db091cfea717b36f9b151435ea139f Stored in directory: /root/.cache/pip/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=3734 sha256=7c4308e6554a1e6e7cee966c61a3feaf7c6cfea4df30d7144d7ac7fb73350115 Stored in directory: /root/.cache/pip/wheels/07/18/fe/05eda020b559d7d4ff5c614fb30acbb7b7df18b21f503b9346 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=26345 sha256=2ba41cea5f0fdbcacc1a2298f0857c1aea311ec7381c04316b471a35402ea724 Stored in directory: /root/.cache/pip/wheels/33/13/e9/ef9894385084d8e4fab38f5f83afda49a3d593d8afc907c8fd 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=11107 sha256=c58702d1bc60cc4aeac38d22ef232a9eba57aff28a9925f297050dd8a7c3580b Stored in directory: /root/.cache/pip/wheels/0c/09/9e/49e21a6840ef7955b06d47394afef0058f0378c0914e48b8b8 Building wheel for cbor2 (setup.py): started Building wheel for cbor2 (setup.py): finished with status 'done' Created wheel for cbor2: filename=cbor2-5.2.0-cp39-cp39-linux_x86_64.whl size=154767 sha256=a3d337f244a118811025400c9ac835ef5c87e0898a989b4f6ddc4435dd85b61c Stored in directory: /root/.cache/pip/wheels/79/2f/49/db0452bf3ba70e944edfcca45221f758495f41000eb489a0d7 Building wheel for pyrsistent (setup.py): started Building wheel for pyrsistent (setup.py): finished with status 'done' Created wheel for pyrsistent: filename=pyrsistent-0.17.3-cp39-cp39-linux_x86_64.whl size=106668 sha256=3b10a5bdc0461850cdbe994858197742fa618568863b2e2d6f0a7bcf3aee7fd7 Stored in directory: /root/.cache/pip/wheels/00/cc/12/e712d3979a4aeee423b34a832d97c803e1a67659060315a7e0 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=13452 sha256=c01e3a255ab6677ea6f7d651dc7a994e5bcb8de1a4b9857fddf273516a272b63 Stored in directory: /root/.cache/pip/wheels/50/93/f8/4f0a42a03a06626d675f13907b6982ad5ecff383530af5a900 Building wheel for terminaltables (setup.py): started Building wheel for terminaltables (setup.py): finished with status 'done' Created wheel for terminaltables: filename=terminaltables-3.1.0-py3-none-any.whl size=15354 sha256=d369d3ae9b86b27f1986082b9078fb3532b1b645923cc8987ea46f3dc4517e64 Stored in directory: /root/.cache/pip/wheels/d6/42/1c/ac35bb80b4d95dd2bbf7aa111392fe7eb4095952c66cc4d619 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=83556 sha256=0a30ec3d15e2561859ec0d0d77f8ff8c979c21e3314d7d4002db02d9342eae92 Stored in directory: /root/.cache/pip/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=57400 sha256=3c9c7db650c9556317291c6c23bb7cc1f51301889e205e136724443f6f7f3877 Stored in directory: /root/.cache/pip/wheels/6f/c5/71/f1fcef64ce3dfc6d14593a61912cae80dc6b0b78797bdc5447 Successfully built ansible awscli importlab mariadb parse passhole psycopg2 PyGObject ansible-base termcolor dockerpty docopt future urwid vobject hkdf pyaes pyperclip cbor2 pyrsistent blinker terminaltables evdev construct Installing collected packages: PyYAML, pycparser, cffi, cryptography, Jinja2, pyparsing, packaging, ansible-base, ansible, ptyprocess, pexpect, docutils, lockfile, python-daemon, psutil, ansible-runner, python-dateutil, urllib3, jmespath, botocore, colorama, s3transfer, pyasn1, rsa, awscli, boto3, termcolor, awslogs, bcrypt, pathspec, regex, click, toml, mypy-extensions, appdirs, black, boto, text-unidecode, python-slugify, arrow, jinja2-time, poyo, chardet, binaryornot, idna, certifi, requests, cookiecutter, dnspython, websocket-client, docker, texttable, distro, python-dotenv, attrs, pyrsistent, jsonschema, dockerpty, docopt, docker-compose, voluptuous, async-timeout, multidict, yarl, typing-extensions, aiohttp, elasticsearch, requests-aws4auth, elasticsearch-curator, flit-core, flit, future, Glances, gunicorn, pip-api, hashin, blinker, itsdangerous, werkzeug, Flask, raven, brotlipy, decorator, httpbin, pygments, requests-toolbelt, httpie, identify, networkx, importlab, invoke, pytz, tzlocal, icalendar, atomicwrites, click-log, urwid, pyxdg, khal, unidecode, ruamel.yaml.clib, ruamel.yaml, vobject, khard, pynacl, zope.interface, constantly, hyperlink, incremental, automat, pyopenssl, pyasn1-modules, service-identity, twisted, hkdf, spake2, tqdm, txtorcon, humanize, txaio, autobahn, magic-wormhole, mariadb, terminaltables, tabulate, cli-helpers, wcwidth, prompt-toolkit, importlib-resources, pyaes, PyMySQL, sqlparse, pyperclip, mycli, netaddr, parse, construct, argon2-cffi, pycryptodomex, lxml, pykeepass, plumbum, rpyc, pykeepass-cache, python-xlib, evdev, pynput, passhole, passlib, psycopg2, setproctitle, pgspecial, pytzdata, pendulum, pgcli, distlib, filelock, virtualenv, virtualenv-clone, pipenv, pkp, crashtest, pastel, pylev, clikit, cleo, jeepney, SecretStorage, keyring, poetry-core, tomlkit, pkginfo, webencodings, html5lib, shellingham, cachy, msgpack, cachecontrol, poetry, nodeenv, cfgv, pre-commit, protobuf, pur, pymongo, pycairo, PyGObject, redis, u-msgpack-python, cbor2, remarshal, sh, template, parsedatetime, todoman, pluggy, py, tox Attempting uninstall: urllib3 Found existing installation: urllib3 1.26.2 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. ERROR: pip's legacy dependency resolver does not consider dependency conflicts when selecting packages. This behaviour is the source of the following dependency conflicts. awscli 1.19.72 requires colorama<0.4.4,>=0.2.5, but you'll have colorama 0.4.4 which is incompatible. elasticsearch-curator 5.8.4 requires click<8.0,>=7.0, but you'll have click 8.0.0 which is incompatible. flask 2.0.0 requires Jinja2>=3.0, but you'll have jinja2 2.11.3 which is incompatible. networkx 2.5.1 requires decorator<5,>=4.3, but you'll have decorator 5.0.7 which is incompatible. todoman 3.9.0 requires click<8.0,>=7.1, but you'll have click 8.0.0 which is incompatible. Successfully installed Flask-2.0.0 Glances-3.1.7 Jinja2-2.11.3 PyGObject-3.40.1 PyMySQL-1.0.2 PyYAML-5.4.1 SecretStorage-3.3.1 aiohttp-3.7.4.post0 ansible-3.4.0 ansible-base-2.10.9 ansible-runner-1.4.7 appdirs-1.4.4 argon2-cffi-20.1.0 arrow-1.1.0 async-timeout-3.0.1 atomicwrites-1.4.0 attrs-21.2.0 autobahn-21.3.1 automat-20.2.0 awscli-1.19.72 awslogs-0.14.0 bcrypt-3.2.0 binaryornot-0.4.4 black-21.5b1 blinker-1.4 boto-2.49.0 boto3-1.17.72 botocore-1.20.72 brotlipy-0.7.0 cachecontrol-0.12.6 cachy-0.3.0 cbor2-5.2.0 certifi-2020.12.5 cffi-1.14.5 cfgv-3.2.0 chardet-4.0.0 cleo-0.8.1 cli-helpers-2.1.0 click-8.0.0 click-log-0.3.2 clikit-0.6.2 colorama-0.4.4 constantly-15.1.0 construct-2.10.54 cookiecutter-1.7.2 crashtest-0.3.1 cryptography-3.4.7 decorator-5.0.7 distlib-0.3.1 distro-1.5.0 dnspython-2.1.0 docker-5.0.0 docker-compose-1.29.2 dockerpty-0.4.1 docopt-0.6.2 docutils-0.15.2 elasticsearch-7.12.1 elasticsearch-curator-5.8.4 evdev-1.4.0 filelock-3.0.12 flit-3.2.0 flit-core-3.2.0 future-0.18.2 gunicorn-20.1.0 hashin-0.15.0 hkdf-0.0.3 html5lib-1.1 httpbin-0.7.0 httpie-2.4.0 humanize-3.5.0 hyperlink-21.0.0 icalendar-4.0.7 identify-2.2.4 idna-2.10 importlab-0.6.1 importlib-resources-5.1.2 incremental-21.3.0 invoke-1.5.0 itsdangerous-2.0.0 jeepney-0.6.0 jinja2-time-0.2.0 jmespath-0.10.0 jsonschema-3.2.0 keyring-21.8.0 khal-0.10.3 khard-0.17.0 lockfile-0.12.2 lxml-4.6.3 magic-wormhole-0.12.0 mariadb-1.0.6 msgpack-1.0.2 multidict-5.1.0 mycli-1.24.1 mypy-extensions-0.4.3 netaddr-0.8.0 networkx-2.5.1 nodeenv-1.6.0 packaging-20.9 parse-1.19.0 parsedatetime-2.6 passhole-1.9.5 passlib-1.7.4 pastel-0.2.1 pathspec-0.8.1 pendulum-2.1.2 pexpect-4.8.0 pgcli-3.1.0 pgspecial-1.12.1 pip-api-0.0.20 pipenv-2020.11.15 pkginfo-1.7.0 pkp-0.6.4 pluggy-0.13.1 plumbum-1.7.0 poetry-1.1.6 poetry-core-1.0.3 poyo-0.5.0 pre-commit-2.12.1 prompt-toolkit-3.0.18 protobuf-3.16.0 psutil-5.8.0 psycopg2-2.8.6 ptyprocess-0.7.0 pur-5.4.0 py-1.10.0 pyaes-1.6.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycairo-1.20.0 pycparser-2.20 pycryptodomex-3.10.1 pygments-2.9.0 pykeepass-4.0.0 pykeepass-cache-2.0.3 pylev-1.3.0 pymongo-3.11.4 pynacl-1.4.0 pynput-1.7.3 pyopenssl-20.0.1 pyparsing-2.4.7 pyperclip-1.8.2 pyrsistent-0.17.3 python-daemon-2.3.0 python-dateutil-2.8.1 python-dotenv-0.17.1 python-slugify-5.0.2 python-xlib-0.29 pytz-2021.1 pytzdata-2020.1 pyxdg-0.27 raven-6.10.0 redis-3.5.3 regex-2021.4.4 remarshal-0.14.0 requests-2.25.1 requests-aws4auth-1.0.1 requests-toolbelt-0.9.1 rpyc-5.0.1 rsa-4.7.2 ruamel.yaml-0.17.4 ruamel.yaml.clib-0.2.2 s3transfer-0.4.2 service-identity-21.1.0 setproctitle-1.2.2 sh-1.14.1 shellingham-1.4.0 spake2-0.8 sqlparse-0.3.1 tabulate-0.8.9 template-0.7.2 termcolor-1.1.0 terminaltables-3.1.0 text-unidecode-1.3 texttable-1.6.3 todoman-3.9.0 toml-0.10.2 tomlkit-0.7.0 tox-3.23.1 tqdm-4.60.0 twisted-21.2.0 txaio-21.2.1 txtorcon-20.0.0 typing-extensions-3.10.0.0 tzlocal-2.1 u-msgpack-python-2.7.1 unidecode-1.2.0 urllib3-1.26.4 urwid-2.1.2 virtualenv-20.4.6 virtualenv-clone-0.5.4 vobject-0.9.6.1 voluptuous-0.12.1 wcwidth-0.2.5 webencodings-0.5.1 websocket-client-0.59.0 werkzeug-2.0.0 yarl-1.6.3 zope.interface-5.4.0 go: downloading github.com/giantswarm/semver-bump v0.0.0-20181008095244-e8413386a9b8 go: github.com/giantswarm/semver-bump upgrade => v0.0.0-20181008095244-e8413386a9b8 go: finding module for package github.com/spf13/cobra go: finding module for package github.com/juju/errgo/errors go: finding module for package github.com/coreos/go-semver/semver 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.1.3 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.1.3 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/inconshreveable/mousetrap v1.0.0 go: downloading github.com/nishanths/license v1.0.0 go: downloading github.com/nishanths/license/v5 v5.0.0 go: github.com/nishanths/license/v5 upgrade => v5.0.0 go: downloading github.com/nishanths/go-hgconfig v1.0.1 go: downloading github.com/tcnksm/go-gitconfig v0.1.2 go: downloading github.com/jmespath/jp v0.0.0-20170912155558-5c578e313379 go: github.com/jmespath/jp 0.1.3 => v0.0.0-20170912155558-5c578e313379 go: downloading github.com/spelufo/on-change v0.0.0-20170316011256-467b692e5a27 go: github.com/spelufo/on-change upgrade => v0.0.0-20170316011256-467b692e5a27 go: finding module for package github.com/fsnotify/fsnotify go: downloading github.com/fsnotify/fsnotify v1.4.9 go: found github.com/fsnotify/fsnotify in github.com/fsnotify/fsnotify v1.4.9 go: downloading golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9 go: downloading github.com/kaorimatz/mysqldump-loader v0.4.1 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/lucagrulla/cw v1.7.2 go: github.com/lucagrulla/cw upgrade => v1.7.2 go: downloading gopkg.in/alecthomas/kingpin.v2 v2.2.6 go: downloading github.com/aws/aws-sdk-go v1.14.17 go: downloading github.com/fatih/color v1.7.0 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 golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 go: downloading github.com/go-ini/ini v1.37.0 go: downloading github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 go: downloading sigs.k8s.io/kind v0.9.0 go: downloading k8s.io/apimachinery v0.18.8 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/spf13/cobra v1.0.0 go: downloading github.com/mattn/go-isatty v0.0.12 go: downloading github.com/alessio/shellescape v1.2.2 go: downloading gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 go: downloading sigs.k8s.io/yaml v1.2.0 go: downloading golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed go: downloading github.com/evanphx/json-patch v0.0.0-20200808040245-162e5629780b go: downloading github.com/pelletier/go-toml v1.8.0 go: downloading gopkg.in/yaml.v2 v2.3.0 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/evanphx/json-patch/v5 v5.1.0 go: downloading github.com/genuinetools/reg v0.16.1 go: downloading github.com/gorilla/mux v1.7.3 go: downloading github.com/sirupsen/logrus v1.4.2 go: downloading github.com/docker/docker v1.4.2-0.20190916154449-92cc603036dd go: downloading github.com/genuinetools/pkg v0.0.0-20181022210355-2fcf164d37cb 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/docker/distribution v2.7.1+incompatible go: downloading github.com/opencontainers/go-digest v1.0.0-rc1 go: downloading github.com/coreos/clair v2.0.1-0.20190910143208-94150ab1f4ac+incompatible go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 go: downloading github.com/docker/cli v0.0.0-20190913211141-95327f4e6241 go: downloading google.golang.org/grpc v1.23.1 go: downloading golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b go: downloading github.com/peterhellberg/link v1.0.0 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/opencontainers/image-spec v1.0.1 go: downloading golang.org/x/net v0.0.0-20190311183353-d8887717615a go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 go: downloading github.com/golang/protobuf v1.2.0 go: downloading github.com/pkg/errors v0.8.1 go: downloading github.com/docker/docker-credential-helpers v0.6.3 go: downloading golang.org/x/text v0.3.0 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: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/davecgh/go-spew v1.1.1 --2021-05-12 21:07:50-- https://git.shore.co.il/nimrod/rcfiles/-/raw/master/binaries.mk Resolving git.shore.co.il (git.shore.co.il)... 62.219.131.121 Connecting to git.shore.co.il (git.shore.co.il)|62.219.131.121|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 5137 (5.0K) [text/plain] Saving to: '/tmp/Makefile'  0K .....  100% 77.7M=0s 2021-05-12 21:07:51 (77.7 MB/s) - '/tmp/Makefile' saved [5137/5137] make: Entering directory '/tmp' mkdir -p $(dirname /usr/local/bin/hugo) curl --location --silent --fail https://github.com/gohugoio/hugo/releases/download/v0.83.1/hugo_0.83.1_Linux-64bit.tar.gz | tar -xzC "$(dirname '/usr/local/bin/hugo')" "$(basename '/usr/local/bin/hugo')" mkdir -p $(dirname /usr/local/share/bfg/bfg.jar) curl --location --silent --fail --output /usr/local/share/bfg/bfg.jar 'https://search.maven.org/remote_content?g=com.madgag&a=bfg&v=LATEST' mkdir -p $(dirname /usr/local/bin/rke) curl --location --silent --fail --output /usr/local/bin/rke https://github.com/rancher/rke/releases/download/v1.2.8/rke_linux-amd64 chmod +x /usr/local/bin/rke mkdir -p $(dirname /usr/local/bin/docker-machine) curl --location --silent --fail --output /usr/local/bin/docker-machine "https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-linux-x86_64" chmod +x /usr/local/bin/docker-machine mkdir -p $(dirname /usr/local/bin/packer) curl --location --silent --fail https://releases.hashicorp.com/packer/1.7.2/packer_1.7.2_linux_amd64.zip --output /tmp/tmp.9fkzcqCnO4/packer.zip unzip -d /tmp/tmp.9fkzcqCnO4 /tmp/tmp.9fkzcqCnO4/packer.zip Archive: /tmp/tmp.9fkzcqCnO4/packer.zip inflating: /tmp/tmp.9fkzcqCnO4/packer install -m 755 /tmp/tmp.9fkzcqCnO4/packer /usr/local/bin/packer rm /tmp/tmp.9fkzcqCnO4/packer* mkdir -p $(dirname /usr/local/bin/terraform) curl --location --silent --fail https://releases.hashicorp.com/terraform/0.15.3/terraform_0.15.3_linux_amd64.zip --output /tmp/tmp.9fkzcqCnO4/terraform.zip unzip -d /tmp/tmp.9fkzcqCnO4 /tmp/tmp.9fkzcqCnO4/terraform.zip Archive: /tmp/tmp.9fkzcqCnO4/terraform.zip inflating: /tmp/tmp.9fkzcqCnO4/terraform install -m 755 /tmp/tmp.9fkzcqCnO4/terraform /usr/local/bin/terraform rm /tmp/tmp.9fkzcqCnO4/terraform* mkdir -p $(dirname /usr/local/bin/vault) curl --location --silent --fail https://releases.hashicorp.com/vault/1.7.1/vault_1.7.1_linux_amd64.zip --output /tmp/tmp.9fkzcqCnO4/vault.zip unzip -d /tmp/tmp.9fkzcqCnO4 /tmp/tmp.9fkzcqCnO4/vault.zip Archive: /tmp/tmp.9fkzcqCnO4/vault.zip inflating: /tmp/tmp.9fkzcqCnO4/vault install -m 755 /tmp/tmp.9fkzcqCnO4/vault /usr/local/bin/vault rm /tmp/tmp.9fkzcqCnO4/vault* mkdir -p $(dirname /usr/local/bin/kubectl) curl --location --silent --fail --output /usr/local/bin/kubectl "https://storage.googleapis.com/kubernetes-release/release/v1.21.0/bin/linux/amd64/kubectl" chmod +x /usr/local/bin/kubectl mkdir -p $(dirname /usr/local/bin/kops) curl --location --silent --fail --output /usr/local/bin/kops "https://github.com/kubernetes/kops/releases/download/1.20.0/kops-linux-amd64" chmod +x /usr/local/bin/kops make: [Makefile:68: /usr/local/bin/kops] Error 22 (ignored) chmod: cannot access '/usr/local/bin/kops': No such file or directory make: [Makefile:69: /usr/local/bin/kops] Error 1 (ignored) mkdir -p $(dirname /usr/local/bin/kompose) curl --location --silent --fail --output /usr/local/bin/kompose https://github.com/kubernetes/kompose/releases/download/v1.22.0/kompose-linux-amd64 chmod +x /usr/local/bin/kompose mkdir -p $(dirname /usr/local/bin/minikube) curl --location --silent --fail --output /usr/local/bin/minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 chmod +x /usr/local/bin/minikube mkdir -p $(dirname /usr/local/bin/kustomize) curl --location --silent --fail https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv4.1.2/kustomize_v4.1.2_linux_amd64.tar.gz | tar -zxC /usr/local/bin/ mkdir -p $(dirname /usr/local/bin/docker-machine-driver-kvm2) curl --location --silent --fail --output /usr/local/bin/docker-machine-driver-kvm2 https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-kvm2 chmod +x /usr/local/bin/docker-machine-driver-kvm2 mkdir -p $(dirname /usr/local/bin/helm) mkdir -p /tmp/tmp.9fkzcqCnO4/helm curl --location --silent --fail https://get.helm.sh/helm-v3.5.4-linux-amd64.tar.gz | tar -zx -C /tmp/tmp.9fkzcqCnO4/helm/ install -m 755 /tmp/tmp.9fkzcqCnO4/helm/linux-amd64/helm /usr/local/bin/helm rm -r /tmp/tmp.9fkzcqCnO4/helm mkdir -p $(dirname /usr/local/bin/pack) curl --location --silent --fail https://github.com/buildpack/pack/releases/download/v0.18.1/pack-v0.18.1-linux.tgz | tar -xzC /usr/local/bin/ mkdir -p $(dirname /usr/local/bin/skaffold) curl --location --silent --fail --output /usr/local/bin/skaffold https://storage.googleapis.com/skaffold/releases/v1.24.0/skaffold-linux-amd64 chmod +x /usr/local/bin/skaffold mkdir -p $(dirname /usr/local/bin/minishift) curl --location --silent --fail https://github.com/minishift/minishift/releases/download/v1.34.3/minishift-1.34.3-linux-amd64.tgz | tar -xzC /tmp/tmp.9fkzcqCnO4 install -m 755 /tmp/tmp.9fkzcqCnO4/minishift-*/minishift /usr/local/bin/minishift rm -r /tmp/tmp.9fkzcqCnO4/minishift-* Makefile:123: *** unterminated variable reference. Stop. make: Leaving directory '/tmp' ERROR: for sshd (, 'The command \'/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends apache2-utils bash-completion bats bundler bzr cmake composer dbus-x11 default-jdk-headless default-mysql-client devscripts direnv dnsutils docker.io dos2unix easy-rsa entr expect flatpak flatpak-builder flatpak-xdg-utils ftp gir1.2-glib-2.0 gir1.2-ostree-1.0 gnupg golang google-cloud-sdk go-md2man gpgv hunspell hyphen-en-us ipcalc iputils-ping keyutils krb5-config ldap-utils less libcairo2-dev libcap2-bin libcurl4-gnutls-dev libdbus-1-dev libgirepository1.0-dev libldap2-dev libpq-dev libprotobuf-dev libsasl2-dev libyaml-dev lsof man-db mariadb-client meson mlocate mongodb-database-tools mythes-en-us netcat-openbsd nodejs npm ostree php-cli podman postgresql-client protobuf-compiler python3-dev python3-pip python3-venv redis-tools rename reprepro ruby-dev sharutils shellcheck subversion swaks task-english task-hebrew task-ssh-server telnet time tmux ttyrec udftools unison vagrant vcdimager vim-nox w3m-img whois && 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 && python3 -m pip install --use-deprecated=legacy-resolver ansible ansible-runner awscli awslogs bcrypt black colorama boto boto3 cookiecutter cryptography dnspython docker docker-compose elasticsearch-curator elasticsearch[async] flit Glances gunicorn hashin httpbin httpie identify importlab invoke khal khard magic-wormhole mariadb mycli netaddr parse passhole passlib pgcli pipenv pkp poetry pre-commit protobuf psycopg2 pur pygments pymongo PyMySQL PyGObject pyopenssl redis remarshal requests sh template todoman tox && export GO111MODULE=on && export GOPATH=/usr/lib/go && mkdir -p "$GOPATH" && go get github.com/giantswarm/semver-bump && go get github.com/nishanths/license/v5 && go get github.com/jmespath/jp@0.1.3 && go get github.com/spelufo/on-change && go get github.com/kaorimatz/mysqldump-loader@v0.4.1 && go get github.com/lucagrulla/cw && go get sigs.k8s.io/kind@v0.9.0 && go get github.com/genuinetools/reg@v0.16.1 && wget https://git.shore.co.il/nimrod/rcfiles/-/raw/master/binaries.mk -O /tmp/Makefile && make -C /tmp DESTDIR=/usr/local binaries && wget https://git.shore.co.il/shore/toolbox-build/-/jobs/artifacts/master/raw/toolbox.tar.gz?job=build -O /tmp/toolbox.tar.gz && tar -xzf /tmp/toolbox.tar.gz -C / && mkdir /etc/krb5.conf.d && rm /etc/ssh/ssh_host_* && rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/*\' returned a non-zero code: 2') Service 'sshd' failed to build : The command '/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends apache2-utils bash-completion bats bundler bzr cmake composer dbus-x11 default-jdk-headless default-mysql-client devscripts direnv dnsutils docker.io dos2unix easy-rsa entr expect flatpak flatpak-builder flatpak-xdg-utils ftp gir1.2-glib-2.0 gir1.2-ostree-1.0 gnupg golang google-cloud-sdk go-md2man gpgv hunspell hyphen-en-us ipcalc iputils-ping keyutils krb5-config ldap-utils less libcairo2-dev libcap2-bin libcurl4-gnutls-dev libdbus-1-dev libgirepository1.0-dev libldap2-dev libpq-dev libprotobuf-dev libsasl2-dev libyaml-dev lsof man-db mariadb-client meson mlocate mongodb-database-tools mythes-en-us netcat-openbsd nodejs npm ostree php-cli podman postgresql-client protobuf-compiler python3-dev python3-pip python3-venv redis-tools rename reprepro ruby-dev sharutils shellcheck subversion swaks task-english task-hebrew task-ssh-server telnet time tmux ttyrec udftools unison vagrant vcdimager vim-nox w3m-img whois && 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 && python3 -m pip install --use-deprecated=legacy-resolver ansible ansible-runner awscli awslogs bcrypt black colorama boto boto3 cookiecutter cryptography dnspython docker docker-compose elasticsearch-curator elasticsearch[async] flit Glances gunicorn hashin httpbin httpie identify importlab invoke khal khard magic-wormhole mariadb mycli netaddr parse passhole passlib pgcli pipenv pkp poetry pre-commit protobuf psycopg2 pur pygments pymongo PyMySQL PyGObject pyopenssl redis remarshal requests sh template todoman tox && export GO111MODULE=on && export GOPATH=/usr/lib/go && mkdir -p "$GOPATH" && go get github.com/giantswarm/semver-bump && go get github.com/nishanths/license/v5 && go get github.com/jmespath/jp@0.1.3 && go get github.com/spelufo/on-change && go get github.com/kaorimatz/mysqldump-loader@v0.4.1 && go get github.com/lucagrulla/cw && go get sigs.k8s.io/kind@v0.9.0 && go get github.com/genuinetools/reg@v0.16.1 && wget https://git.shore.co.il/nimrod/rcfiles/-/raw/master/binaries.mk -O /tmp/Makefile && make -C /tmp DESTDIR=/usr/local binaries && wget https://git.shore.co.il/shore/toolbox-build/-/jobs/artifacts/master/raw/toolbox.tar.gz?job=build -O /tmp/toolbox.tar.gz && tar -xzf /tmp/toolbox.tar.gz -C / && mkdir /etc/krb5.conf.d && rm /etc/ssh/ssh_host_* && rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/*' returned a non-zero code: 2 section_end:1620853693:step_script section_start:1620853693:cleanup_file_variables Cleaning up file based variables section_end:1620853694:cleanup_file_variables ERROR: Job failed: exit code 1