rultor.com logo This build log was produced by rultor.com for zerocracy/pages-action#210
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1243
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Tue Mar  4 10:06:03 UTC 2025
+ uptime
 10:06:03 up 1 min,  0 users,  load average: 1.43, 0.44, 0.15
+ head=git@github.com:zerocracy/pages-action.git
+ ff=default
+ image=yegor256/java
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.0.44
+ vars=('--env=head=git@github.com:zerocracy/pages-action.git' '--env=tag=0.0.44' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zerocracy/pages-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.0.44'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update --yes --fix-missing && sudo apt-get install --yes libxml2-utils wget nodejs npm'\'' '\'';'\'' '\''sudo make install clean "--directory=$(pwd)"'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" entry.sh'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" Dockerfile'\'' '\'';'\'' '\''sed -i -e "s/:latest/:${tag}/" action.yml'\'' '\'';'\'' '\''git add entry.sh'\'' '\'';'\'' '\''git add Dockerfile'\'' '\'';'\'' '\''git add action.yml'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''sudo make -C "$(pwd)" target/html/simple.html'\'' '\'';'\'' '\''repo=yegor256/pages-action'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:latest"'\'' '\'';'\'' '\''cat ../docker-password | sudo docker login --password-stdin -u yegor256'\'' '\'';'\'' '\''sudo docker push "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker push "${repo}:latest"'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:zerocracy/pages-action.git'\''' ';' 'export '\''tag=0.0.44'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt-get update --yes --fix-missing && sudo apt-get install --yes libxml2-utils wget nodejs npm' ';' 'sudo make install clean "--directory=$(pwd)"' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i -e "s/0.0.0/${tag}/" entry.sh' ';' 'sed -i -e "s/0.0.0/${tag}/" Dockerfile' ';' 'sed -i -e "s/:latest/:${tag}/" action.yml' ';' 'git add entry.sh' ';' 'git add Dockerfile' ';' 'git add action.yml' ';' 'git commit -m "version set to ${tag}"' ';' 'sudo make -C "$(pwd)" target/html/simple.html' ';' 'repo=yegor256/pages-action' ';' 'sudo docker build "$(pwd)" --tag "${repo}:${tag}"' ';' 'sudo docker build "$(pwd)" --tag "${repo}:latest"' ';' 'cat ../docker-password | sudo docker login --password-stdin -u yegor256' ';' 'sudo docker push "${repo}:${tag}"' ';' 'sudo docker push "${repo}:latest"' ';')
+ directory=
+ container=zerocracy_pages-action_210
+ as_root=false
+ hostname
ip-172-31-20-77
+ pwd
/tmp/rultor-SydQ
+ git --version
git version 2.34.1
+ docker --version
Docker version 25.0.3, build 4debf41
+ mkdir -p /home/ubuntu/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/ubuntu/.ssh/config
+ git clone git@github.com:zerocracy/pages-action.git repo
Cloning into 'repo'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:zerocracy/pages-action.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:zerocracy/pages-action.git'\''' ';' 'export '\''tag=0.0.44'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt-get update --yes --fix-missing && sudo apt-get install --yes libxml2-utils wget nodejs npm' ';' 'sudo make install clean "--directory=$(pwd)"' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i -e "s/0.0.0/${tag}/" entry.sh' ';' 'sed -i -e "s/0.0.0/${tag}/" Dockerfile' ';' 'sed -i -e "s/:latest/:${tag}/" action.yml' ';' 'git add entry.sh' ';' 'git add Dockerfile' ';' 'git add action.yml' ';' 'git commit -m "version set to ${tag}"' ';' 'sudo make -C "$(pwd)" target/html/simple.html' ';' repo=yegor256/pages-action ';' 'sudo docker build "$(pwd)" --tag "${repo}:${tag}"' ';' 'sudo docker build "$(pwd)" --tag "${repo}:latest"' ';' 'cat ../docker-password | sudo docker login --password-stdin -u yegor256' ';' 'sudo docker push "${repo}:${tag}"' ';' 'sudo docker push "${repo}:latest"' ';'
+ sensitive=()
+ rm -rf .gnupg
+ set -ex
+ '[' -z 0.0.44 ']'
+ [[ 0.0.44 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.0.44"'
tag name is valid: "0.0.44"
+ cd repo
++ git tag -l 0.0.44
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.16
++ bc
++ echo 0.16 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.16, low enough to run a new Docker container'
load average is 0.16, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/java
+ docker pull yegor256/java
Using default tag: latest
latest: Pulling from yegor256/java
4ff5a3a54264: Pulling fs layer
8d6bcbc2151c: Pulling fs layer
1e36295709cc: Pulling fs layer
e451f55144f6: Pulling fs layer
2dd8157b40b5: Pulling fs layer
c65458208920: Pulling fs layer
a1dd7fc7aabd: Pulling fs layer
4f4fb700ef54: Pulling fs layer
98f300d013cf: Pulling fs layer
4403f5d47252: Pulling fs layer
9209c0cb00db: Pulling fs layer
b1ae2d540bb7: Pulling fs layer
c38e8b32a719: Pulling fs layer
55ee51b704e1: Pulling fs layer
184e15d90536: Pulling fs layer
177a58781b31: Pulling fs layer
4393d5696df9: Pulling fs layer
e451f55144f6: Waiting
2dd8157b40b5: Waiting
c65458208920: Waiting
a1dd7fc7aabd: Waiting
4f4fb700ef54: Waiting
98f300d013cf: Waiting
4403f5d47252: Waiting
9209c0cb00db: Waiting
b1ae2d540bb7: Waiting
c38e8b32a719: Waiting
55ee51b704e1: Waiting
184e15d90536: Waiting
177a58781b31: Waiting
4393d5696df9: Waiting
8d6bcbc2151c: Verifying Checksum
8d6bcbc2151c: Download complete
1e36295709cc: Verifying Checksum
1e36295709cc: Download complete
2dd8157b40b5: Verifying Checksum
2dd8157b40b5: Download complete
c65458208920: Verifying Checksum
c65458208920: Download complete
a1dd7fc7aabd: Verifying Checksum
a1dd7fc7aabd: Download complete
4ff5a3a54264: Verifying Checksum
4ff5a3a54264: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
4403f5d47252: Verifying Checksum
4403f5d47252: Download complete
e451f55144f6: Verifying Checksum
e451f55144f6: Download complete
9209c0cb00db: Verifying Checksum
9209c0cb00db: Download complete
98f300d013cf: Verifying Checksum
98f300d013cf: Download complete
55ee51b704e1: Verifying Checksum
55ee51b704e1: Download complete
b1ae2d540bb7: Verifying Checksum
b1ae2d540bb7: Download complete
c38e8b32a719: Verifying Checksum
c38e8b32a719: Download complete
184e15d90536: Verifying Checksum
184e15d90536: Download complete
4393d5696df9: Verifying Checksum
4393d5696df9: Download complete
177a58781b31: Verifying Checksum
177a58781b31: Download complete
4ff5a3a54264: Pull complete
8d6bcbc2151c: Pull complete
1e36295709cc: Pull complete
e451f55144f6: Pull complete
2dd8157b40b5: Pull complete
c65458208920: Pull complete
a1dd7fc7aabd: Pull complete
4f4fb700ef54: Pull complete
98f300d013cf: Pull complete
4403f5d47252: Pull complete
9209c0cb00db: Pull complete
b1ae2d540bb7: Pull complete
c38e8b32a719: Pull complete
55ee51b704e1: Pull complete
184e15d90536: Pull complete
177a58781b31: Pull complete
4393d5696df9: Pull complete
Digest: sha256:6557b1c671414fb87352609926ece0451f89406c6cfebfe6e77e64294d298dfe
Status: Downloaded newer image for yegor256/java:latest
docker.io/yegor256/java:latest
+ grep --quiet '\szerocracy_pages-action_210\s*$'
+ docker ps --filter=status=exited
+ ls -al .
total 52
drwx------  3 ubuntu ubuntu  4096 Mar  4 10:06 .
drwxrwxrwt 12 root   root    4096 Mar  4 10:05 ..
-rw-rw-r--  1 ubuntu ubuntu     9 Mar  4 10:06 docker-password
-rwxrwxr-x  1 ubuntu ubuntu  2089 Mar  4 10:07 end.sh
-rwxrwxr-x  1 ubuntu ubuntu   490 Mar  4 10:06 entry.sh
-rw-rw-r--  1 ubuntu ubuntu     5 Mar  4 10:06 pid
drwxrwxr-x 11 ubuntu ubuntu  4096 Mar  4 10:06 repo
-rwxrwxr-x  1 ubuntu ubuntu 10220 Mar  4 10:06 run.sh
-rw-rw-r--  1 ubuntu ubuntu  1073 Mar  4 10:06 script.sh
-rw-rw-r--  1 ubuntu ubuntu  8069 Mar  4 10:07 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-SydQ:/main --env=head=git@github.com:zerocracy/pages-action.git --env=tag=0.0.44 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zerocracy/pages-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.0.44'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update --yes --fix-missing && sudo apt-get install --yes libxml2-utils wget nodejs npm'\'' '\'';'\'' '\''sudo make install clean "--directory=$(pwd)"'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" entry.sh'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" Dockerfile'\'' '\'';'\'' '\''sed -i -e "s/:latest/:${tag}/" action.yml'\'' '\'';'\'' '\''git add entry.sh'\'' '\'';'\'' '\''git add Dockerfile'\'' '\'';'\'' '\''git add action.yml'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''sudo make -C "$(pwd)" target/html/simple.html'\'' '\'';'\'' '\''repo=yegor256/pages-action'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:latest"'\'' '\'';'\'' '\''cat ../docker-password | sudo docker login --password-stdin -u yegor256'\'' '\'';'\'' '\''sudo docker push "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker push "${repo}:latest"'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --net=host --dns 8.8.8.8 --add-host docker:127.0.0.1 --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-SydQ/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=zerocracy_pages-action_210 yegor256/java /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ awk -F : '$3 > 100 { print $1 }'
++ cat /etc/group
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G nogroup r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssh r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.gemrc /root/.profile /home/r
+ cp -R ./cid ./docker-password ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ cat /home/r/script.sh
#!/bin/bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:zerocracy/pages-action.git' ; export 'tag=0.0.44' ; export 'head_branch=master' ; export 'author=yegor256' ; sudo apt-get update --yes --fix-missing && sudo apt-get install --yes libxml2-utils wget nodejs npm ; sudo make install clean "--directory=$(pwd)" ; [[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1 ; sed -i -e "s/0.0.0/${tag}/" entry.sh ; sed -i -e "s/0.0.0/${tag}/" Dockerfile ; sed -i -e "s/:latest/:${tag}/" action.yml ; git add entry.sh ; git add Dockerfile ; git add action.yml ; git commit -m "version set to ${tag}" ; sudo make -C "$(pwd)" target/html/simple.html ; repo=yegor256/pages-action ; sudo docker build "$(pwd)" --tag "${repo}:${tag}" ; sudo docker build "$(pwd)" --tag "${repo}:latest" ; cat ../docker-password | sudo docker login --password-stdin -u yegor256 ; sudo docker push "${repo}:${tag}" ; sudo docker push "${repo}:latest" ;
+ su --login r --command /home/r/script.sh
Hit:1ohttp://deb.debian.org/debian bullseye InRelease
Get:2ohttp://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Get:4ohttp://deb.debian.org/debian-security bullseye-security/main amd64 Packages [350 kB]
Fetchedo421nkB ino1sk(5330kB/s)6%]
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
wget is already the newest version (1.21-1+deb11u1).
libxml2-utils is already the newest version (2.9.10+dfsg-6.7+deb11u6).
The following additional packages will be installed:
  at-spi2-core dbus dbus-user-session dconf-gsettings-backend dconf-service
  dmsetup glib-networking glib-networking-common glib-networking-services
  gsettings-desktop-schemas gyp javascript-common libapparmor1 libargon2-1
  libatk-bridge2.0-0 libatspi2.0-0 libauthen-sasl-perl libc-ares2 libcap2
  libclone-perl libcolord2 libcryptsetup12 libdata-dump-perl libdconf1
  libdevmapper1.02.1 libencode-locale-perl libepoxy0 libfile-basedir-perl
  libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl
  libfont-afm-perl libfontenc1 libgtk-3-0 libgtk-3-bin libgtk-3-common
  libhtml-form-perl libhtml-format-perl libhtml-parser-perl
  libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl
  libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
  libhttp-negotiate-perl libio-html-perl libio-socket-ssl-perl
  libio-stringy-perl libip4tc2 libipc-system-simple-perl libjs-highlight.js
  libjs-inherits libjs-is-typedarray libjs-psl libjs-typedarray-to-buffer
  libjson-c5 libjson-glib-1.0-0 libjson-glib-1.0-common libkmod2 liblua5.3-0
  liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl
  libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl
  libnode-dev libnode72 libnss-systemd libpam-systemd libproxy1v5
  librest-0.7-0 libsoup-gnome2.4-1 libsoup2.4-1 libtext-iconv-perl
  libtie-ixhash-perl libtimedate-perl libtry-tiny-perl liburi-perl libuv1
  libuv1-dev libvte-2.91-0 libvte-2.91-common libwayland-client0
  libwayland-cursor0 libwayland-egl1 libwww-perl libwww-robotrules-perl
  libx11-protocol-perl libxaw7 libxcb-shape0 libxft2 libxkbcommon0 libxkbfile1
  libxml-parser-perl libxml-twig-perl libxml-xpathengine-perl libxmu6 libxmuu1
  libxpm4 libxv1 libxxf86dga1 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-request 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-tough-cookie node-tunnel-agent
  node-tweetnacl node-typedarray-to-buffer node-unique-filename
  node-universalify 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-doc perl-openssl-defaults
  python3-pkg-resources systemd systemd-sysv systemd-timesyncd termit
  x11-utils x11-xserver-utils xdg-utils xkb-data
Suggested packages:
  apache2 | lighttpd | httpd libdigest-hmac-perl libgssapi-perl colord gvfs
  libcrypt-ssleay-perl libauthen-ntlm-perl libunicode-map8-perl
  libunicode-string-perl xml-twig-tools python3-setuptools systemd-container
  policykit-1 mesa-utils nickle cairo-5c xorg-docs-core
The following NEW packages will be installed:
  at-spi2-core dbus dbus-user-session dconf-gsettings-backend dconf-service
  dmsetup glib-networking glib-networking-common glib-networking-services
  gsettings-desktop-schemas gyp javascript-common libapparmor1 libargon2-1
  libatk-bridge2.0-0 libatspi2.0-0 libauthen-sasl-perl libc-ares2 libcap2
  libclone-perl libcolord2 libcryptsetup12 libdata-dump-perl libdconf1
  libdevmapper1.02.1 libencode-locale-perl libepoxy0 libfile-basedir-perl
  libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl
  libfont-afm-perl libfontenc1 libgtk-3-0 libgtk-3-bin libgtk-3-common
  libhtml-form-perl libhtml-format-perl libhtml-parser-perl
  libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl
  libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
  libhttp-negotiate-perl libio-html-perl libio-socket-ssl-perl
  libio-stringy-perl libip4tc2 libipc-system-simple-perl libjs-highlight.js
  libjs-inherits libjs-is-typedarray libjs-psl libjs-typedarray-to-buffer
  libjson-c5 libjson-glib-1.0-0 libjson-glib-1.0-common libkmod2 liblua5.3-0
  liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl
  libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl
  libnode-dev libnode72 libnss-systemd libpam-systemd libproxy1v5
  librest-0.7-0 libsoup-gnome2.4-1 libsoup2.4-1 libtext-iconv-perl
  libtie-ixhash-perl libtimedate-perl libtry-tiny-perl liburi-perl libuv1
  libuv1-dev libvte-2.91-0 libvte-2.91-common libwayland-client0
  libwayland-cursor0 libwayland-egl1 libwww-perl libwww-robotrules-perl
  libx11-protocol-perl libxaw7 libxcb-shape0 libxft2 libxkbcommon0 libxkbfile1
  libxml-parser-perl libxml-twig-perl libxml-xpathengine-perl libxmu6 libxmuu1
  libxpm4 libxv1 libxxf86dga1 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-request 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-tough-cookie node-tunnel-agent
  node-tweetnacl node-typedarray-to-buffer node-unique-filename
  node-universalify 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 nodejs-doc npm
  perl-openssl-defaults python3-pkg-resources systemd systemd-sysv
  systemd-timesyncd termit x11-utils x11-xserver-utils xdg-utils xkb-data
0 upgraded, 281 newly installed, 0 to remove and 5 not upgraded.
Need to get 35.5 MB of archives.
After this operation, 154 MB of additional disk space will be used.
Get:1ohttp://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
Get:2ohttp://deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
Get:3ohttp://deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
Get:4ohttp://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
Get:5ohttp://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
Get:6ohttp://deb.debian.org/debianBbullseye/main amd64 libjson-c5 amd64 0.15-2+deb11u1 [42.9 kB]
Get:7ohttp://deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
Get:8ohttp://deb.debian.org/debian%bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
Get:9ohttp://deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
Get:10rhttp://deb.debian.org/debian-security bullseye-security/main amd64 systemd amd64 247.3-7+deb11u6 [4,501 kB]
Get:11ohttp://deb.debian.org/debian-security bullseye-security/main amd64 systemd-sysv amd64 247.3-7+deb11u6 [114 kB]
Get:12ohttp://deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.28-0+deb11u1 [244 kB]
Get:13ohttp://deb.debian.org/debian-security bullseye-security/main amd64 libnss-systemd amd64 247.3-7+deb11u6 [199 kB]
Get:14ohttp://deb.debian.org/debian-security bullseye-security/main amd64 libpam-systemd amd64 247.3-7+deb11u6 [283 kB]
Get:15ohttp://deb.debian.org/debian-security bullseye-security/main amd64 systemd-timesyncd amd64 247.3-7+deb11u6 [131 kB]
Get:16ohttp://deb.debian.org/debianBbullseye/main amd64 libatspi2.0-0 amd64 2.38.0-4+deb11u1 [72.4 kB]
Get:17ohttp://deb.debian.org/debian%bullseye/main amd64 at-spi2-core amd64 2.38.0-4+deb11u1 [72.5 kB]
Get:18ohttp://deb.debian.org/debian]bullseye/main amd64 dbus-user-session amd64 1.12.28-0+deb11u1 [100 kB]
Get:19ohttp://deb.debian.org/debianBbullseye/main amd64 libdconf1 amd64 0.38.0-2 [43.5 kB]
Get:20ohttp://deb.debian.org/debian bullseye/main amd64 dconf-service amd64 0.38.0-2 [37.4 kB]
Get:21ohttp://deb.debian.org/debian%bullseye/main amd64 dconf-gsettings-backend amd64 0.38.0-2 [30.6 kB]
Get:22ohttp://deb.debian.org/debian/bullseye/main amd64 libproxy1v5 amd64 0.4.17-1 [59.5 kB]
Get:23ohttp://deb.debian.org/debian bullseye/main amd64 glib-networking-common all 2.66.0-2 [68.1 kB]
Get:24ohttp://deb.debian.org/debian6bullseye/main amd64 glib-networking-services amd64 2.66.0-2 [17.5 kB]
Get:25ohttp://deb.debian.org/debianBbullseye/main amd64 gsettings-desktop-schemas all 3.38.0-2 [588 kB]
Get:26ohttp://deb.debian.org/debian bullseye/main amd64 glib-networking amd64 2.66.0-2 [67.6 kB]
Get:27ohttp://deb.debian.org/debian-security bullseye-security/main amd64 python3-pkg-resources all 52.0.0-4+deb11u1 [190 kB]
Get:28ohttp://deb.debian.org/debian9bullseye/main amd64 gyp all 0.1+20200513gitcaa6002-2 [236 kB]
Get:29ohttp://deb.debian.org/debian bullseye/main amd64 javascript-common all 11+nmu1 [6,260 B]
Get:30ohttp://deb.debian.org/debian bullseye/main amd64 libatk-bridge2.0-0 amd64 2.38.0-1 [64.6 kB]
Get:31ohttp://deb.debian.org/debian bullseye/main amd64 libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
Get:32ohttp://deb.debian.org/debian4bullseye/main amd64 libc-ares2 amd64 1.17.1-1+deb11u3 [102 kB]
Get:33ohttp://deb.debian.org/debian bullseye/main amd64 libclone-perl amd64 0.45-1+b1 [15.4 kB]
Get:34ohttp://deb.debian.org/debian%bullseye/main amd64 libcolord2 amd64 1.4.5-3 [144 kB]
Get:35ohttp://deb.debian.org/debian bullseye/main amd64 libdata-dump-perl all 1.23-1.1 [27.6 kB]
Get:36ohttp://deb.debian.org/debiankbullseye/main amd64 libencode-locale-perl all 1.05-1.1 [13.2 kB]
Get:37ohttp://deb.debian.org/debian3bullseye/main amd64 libepoxy0 amd64 1.5.5-1 [193 kB]
Get:38ohttp://deb.debian.org/debian bullseye/main amd64 libipc-system-simple-perl all 1.30-1 [28.2 kB]
Get:39ohttp://deb.debian.org/debian bullseye/main amd64 libfile-basedir-perl all 0.08-1 [17.7 kB]
Get:40ohttp://deb.debian.org/debian.bullseye/main amd64 liburi-perl all 5.08-1 [90.6 kB]
Get:41ohttp://deb.debian.org/debian bullseye/main amd64 libfile-desktopentry-perl all 0.22-2 [19.1 kB]
Get:42ohttp://deb.debian.org/debian bullseye/main amd64 libtimedate-perl all 2.3300-2 [39.3 kB]
Get:43ohttp://deb.debian.org/debianBbullseye/main amd64 libhttp-date-perl all 6.05-1 [10.4 kB]
Get:44ohttp://deb.debian.org/debiankbullseye/main amd64 libfile-listing-perl all 6.14-1 [12.4 kB]
Get:45ohttp://deb.debian.org/debian.bullseye/main amd64 libfile-mimeinfo-perl all 0.30-1 [48.0 kB]
Get:46ohttp://deb.debian.org/debian8bullseye/main amd64 libfont-afm-perl all 1.20-3 [14.0 kB]
Get:47ohttp://deb.debian.org/debianBbullseye/main amd64 libfontenc1 amd64 1:1.1.4-1 [24.3 kB]
Get:48ohttp://deb.debian.org/debian bullseye/main amd64 libjson-glib-1.0-common all 1.6.2-1 [56.9 kB]
Get:49ohttp://deb.debian.org/debian/bullseye/main amd64 libjson-glib-1.0-0 amd64 1.6.2-1 [65.4 kB]
Get:50ohttp://deb.debian.org/debian-security bullseye-security/main amd64 libsoup2.4-1 amd64 2.72.0-2+deb11u1 [281 kB]
Get:51ohttp://deb.debian.org/debian-security bullseye-security/main amd64 libsoup-gnome2.4-1 amd64 2.72.0-2+deb11u1 [22.5 kB]
Get:52ohttp://deb.debian.org/debian bullseye/main amd64 librest-0.7-0 amd64 0.8.1-1.1 [33.8 kB]
Get:53ohttp://deb.debian.org/debian%bullseye/main amd64 libwayland-client0 amd64 1.18.0-2~exp1.1 [26.9 kB]
Get:54ohttp://deb.debian.org/debian bullseye/main amd64 libwayland-cursor0 amd64 1.18.0-2~exp1.1 [14.6 kB]
Get:55ohttp://deb.debian.org/debian bullseye/main amd64 libwayland-egl1 amd64 1.18.0-2~exp1.1 [8,448 B]
Get:56ohttp://deb.debian.org/debian bullseye/main amd64 xkb-data all 2.29-2 [655 kB]
Get:57ohttp://deb.debian.org/debian bullseye/main amd64 libxkbcommon0 amd64 1.0.3-2 [101 kB]
Get:58ohttp://deb.debian.org/debian]bullseye/main amd64 libgtk-3-common all 3.24.24-4+deb11u4 [3,757 kB]
Get:59ohttp://deb.debian.org/debianBbullseye/main amd64 libgtk-3-0 amd64 3.24.24-4+deb11u4 [2,715 kB]
Get:60ohttp://deb.debian.org/debian bullseye/main amd64 libgtk-3-bin amd64 3.24.24-4+deb11u4 [125 kB]
Get:61ohttp://deb.debian.org/debian bullseye/main amd64 libhtml-tagset-perl all 3.20-4 [13.0 kB]
Get:62ohttp://deb.debian.org/debian0bullseye/main amd64 libhtml-parser-perl amd64 3.75-1+b1 [105 kB]
Get:63ohttp://deb.debian.org/debian bullseye/main amd64 libio-html-perl all 1.004-2 [16.1 kB]
Get:64ohttp://deb.debian.org/debian bullseye/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
Get:65ohttp://deb.debian.org/debian1bullseye/main amd64 libhttp-message-perl all 6.28-1 [79.6 kB]
Get:66ohttp://deb.debian.org/debian.bullseye/main amd64 libhtml-form-perl all 6.07-1 [22.9 kB]
Get:67ohttp://deb.debian.org/debiankbullseye/main amd64 libhtml-tree-perl all 5.07-2 [213 kB]
Get:68ohttp://deb.debian.org/debianBbullseye/main amd64 libhtml-format-perl all 2.12-1.1 [43.8 kB]
Get:69ohttp://deb.debian.org/debian8bullseye/main amd64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
Get:70ohttp://deb.debian.org/debian.bullseye/main amd64 libhttp-daemon-perl all 6.12-1+deb11u1 [23.4 kB]
Get:71ohttp://deb.debian.org/debian4bullseye/main amd64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
Get:72ohttp://deb.debian.org/debian1bullseye/main amd64 perl-openssl-defaults amd64 5 [7,360 B]
Get:73ohttp://deb.debian.org/debian,bullseye/main amd64 libnet-ssleay-perl amd64 1.88-3+b1 [321 kB]
Get:74ohttp://deb.debian.org/debiankbullseye/main amd64 libio-socket-ssl-perl all 2.069-1 [215 kB]
Get:75ohttp://deb.debian.org/debian1bullseye/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB]
Get:76ohttp://deb.debian.org/debian bullseye/main amd64 libjs-highlight.js all 9.18.5+dfsg1-1 [397 kB]
Get:77ohttp://deb.debian.org/debiankbullseye/main amd64 libjs-inherits all 2.0.4-1 [3,228 B]
Get:78ohttp://deb.debian.org/debian0bullseye/main amd64 libjs-is-typedarray all 1.0.0-3 [3,692 B]
Get:79ohttp://deb.debian.org/debian9bullseye/main amd64 libjs-psl all 1.8.0+ds-4 [67.4 kB]
Get:80ohttp://deb.debian.org/debian bullseye/main amd64 libjs-typedarray-to-buffer all 4.0.0-1 [4,536 B]
Get:81ohttp://deb.debian.org/debian0bullseye/main]amd64 liblua5.3-0 amd64 5.3.3-1.1+deb11u1 [123 kB]
Get:82ohttp://deb.debian.org/debian bullseye/main amd64 libnet-http-perl all 6.20-1 [25.1 kB]
Get:83ohttp://deb.debian.org/debianBbullseye/main amd64 libtry-tiny-perl all 0.30-1 [23.3 kB]
Get:84ohttp://deb.debian.org/debianBbullseye/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
Get:85ohttp://deb.debian.org/debian1bullseye/main amd64 libwww-perl all 6.52-1 [192 kB]
Get:86ohttp://deb.debian.org/debian bullseye/main amd64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
Get:87ohttp://deb.debian.org/debian0bullseye/main]amd64 libnet-smtp-ssl-perl all 1.04-1 [6,184 B]
Get:88ohttp://deb.debian.org/debian1bullseye/main amd64 libmailtools-perl all 2.21-1 [95.5 kB]
Get:89ohttp://deb.debian.org/debiankbullseye/main amd64 libxml-parser-perl amd64 2.46-2 [206 kB]
Get:90ohttp://deb.debian.org/debiankbullseye/main amd64 libxml-twig-perl all 1:3.52-1 [181 kB]
Get:91ohttp://deb.debian.org/debian bullseye/main amd64 libnet-dbus-perl amd64 1.2.0-1+b1 [182 kB]
Get:92ohttp://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2+deb11u1 [132 kB]
Get:93ohttp://deb.debian.org/debian bullseye/main amd64 libuv1-dev amd64 1.40.0-2+deb11u1 [169 kB]
Get:94ohttp://deb.debian.org/debian-security bullseye-security/main amd64 libnode72 amd64 12.22.12~dfsg-1~deb11u6 [8,336 kB]
Get:95ohttp://deb.debian.org/debian-security bullseye-security/main amd64 libnode-dev amd64 12.22.12~dfsg-1~deb11u6 [408 kB]
Get:96ohttp://deb.debian.org/debian bullseye/main amd64 libtext-iconv-perl amd64 1.7-7+b1 [16.1 kB]
Get:97ohttp://deb.debian.org/debian bullseye/main amd64 libtie-ixhash-perl all 1.23-2.1 [11.8 kB]
Get:98ohttp://deb.debian.org/debian bullseye/main amd64 libvte-2.91-common amd64 0.62.3-1 [64.8 kB]
Get:99ohttp://deb.debian.org/debian bullseye/main amd64 libvte-2.91-0 amd64 0.62.3-1 [209 kB]
Get:100rhttp://deb.debian.org/debian bullseye/main amd64 libx11-protocol-perl all 0.56-7.1 [140 kB]
Get:101rhttp://deb.debian.org/debian0bullseye/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
Get:102rhttp://deb.debian.org/debian bullseye/main amd64 libxpm4 amd64 1:3.5.12-1.1+deb11u1 [50.0 kB]
Get:103rhttp://deb.debian.org/debian bullseye/main amd64 libxaw7 amd64 2:1.0.13-1.1 [202 kB]
Get:104rhttp://deb.debian.org/debian bullseye/main amd64 libxcb-shape0 amd64 1.14-3 [102 kB]
Get:105rhttp://deb.debian.org/debian]bullseye/main amd64 libxft2 amd64 2.3.2-2 [57.2 kB]
Get:106rhttp://deb.debian.org/debian bullseye/main amd64 libxkbfile1 amd64 1:1.1.0-1 [75.2 kB]
Get:107rhttp://deb.debian.org/debian bullseye/main amd64 libxml-xpathengine-perl all 0.14-1 [33.3 kB]
Get:108rhttp://deb.debian.org/debian/bullseye/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
Get:109rhttp://deb.debian.org/debian bullseye/main amd64 libxv1 amd64 2:1.0.11-1 [24.6 kB]
Get:110rhttp://deb.debian.org/debian bullseye/main amd64 libxxf86dga1 amd64 2:1.1.4-1+b3 [22.1 kB]
Get:111rhttp://deb.debian.org/debian-security bullseye-security/main amd64 nodejs amd64 12.22.12~dfsg-1~deb11u6 [149 kB]
Get:112rhttp://deb.debian.org/debian bullseye/main amd64 node-abbrev all 1.1.1-2 [4,812 B]
Get:113rhttp://deb.debian.org/debian bullseye/main amd64 node-ms all 2.1.3+~cs0.7.31-1 [5,612 B]
Get:114rhttp://deb.debian.org/debian bullseye/main amd64 node-debug all 4.3.1+~cs4.1.5-1 [17.3 kB]
Get:115rhttp://deb.debian.org/debian bullseye/main amd64 node-yallist all 4.0.0-1 [6,576 B]
Get:116rhttp://deb.debian.org/debian]bullseye/main amd64 node-lru-cache all 5.1.1-5 [8,356 B]
Get:117rhttp://deb.debian.org/debian0bullseye/main amd64 node-semver all 7.3.4-1 [42.1 kB]
Get:118rhttp://deb.debian.org/debian bullseye/main amd64 node-agent-base all 6.0.2-2 [16.3 kB]
Get:119rhttp://deb.debian.org/debian bullseye/main amd64 node-fast-deep-equal all 3.1.3-1 [5,640 B]
Get:120rhttp://deb.debian.org/debian6bullseye/main amd64 node-json-schema-traverse all 1.0.0-2 [6,228 B]
Get:121rhttp://deb.debian.org/debian bullseye/main amd64 node-jsonify all 0.0.0-1.1 [5,632 B]
Get:122rhttp://deb.debian.org/debian]bullseye/main amd64 node-json-stable-stringify all 1.0.1+~cs5.1.32-1 [6,612 B]
Get:123rhttp://deb.debian.org/debian0bullseye/main]amd64 node-punycode all 2.1.1-3 [9,396 B]
Get:124rhttp://deb.debian.org/debian%bullseye/main amd64 node-uri-js all 4.4.0+dfsg-5 [46.9 kB]
Get:125rhttp://deb.debian.org/debian bullseye/main amd64 node-ajv all 6.12.6-2 [74.0 kB]
Get:126rhttp://deb.debian.org/debian bullseye/main amd64 node-ansi all 0.3.1-1 [9,464 B]
Get:127rhttp://deb.debian.org/debian bullseye/main amd64 node-ansi-regex all 5.0.1-1~deb11u1 [4,704 B]
Get:128rhttp://deb.debian.org/debian bullseye/main amd64 node-color-name all 1.1.4+~1.1.1-1 [5,788 B]
Get:129rhttp://deb.debian.org/debian bullseye/main amd64 node-color-convert all 1.9.3-1 [10.2 kB]
Get:130rhttp://deb.debian.org/debian bullseye/main amd64 node-ansi-styles all 4.2.1-1 [7,600 B]
Get:131rhttp://deb.debian.org/debianBbullseye/main amd64 node-ansistyles all 0.1.3-2 [4,280 B]
Get:132rhttp://deb.debian.org/debian bullseye/main amd64 node-aproba all 2.0.0-1 [5,628 B]
Get:133rhttp://deb.debian.org/debian bullseye/main amd64 node-archy all 1.0.0-3 [4,444 B]
Get:134rhttp://deb.debian.org/debian bullseye/main amd64 node-delegates all 1.0.0-2 [4,336 B]
Get:135rhttp://deb.debian.org/debian0bullseye/main amd64 node-inherits all 2.0.4-1 [4,204 B]
Get:136rhttp://deb.debian.org/debian%bullseye/main amd64 node-core-util-is all 1.0.2-2 [3,860 B]
Get:137rhttp://deb.debian.org/debian bullseye/main amd64 node-safe-buffer all 5.2.1+~cs2.1.2-1 [15.5 kB]
Get:138rhttp://deb.debian.org/debianBbullseye/main amd64 node-string-decoder all 1.3.0-2 [6,900 B]
Get:139rhttp://deb.debian.org/debian0bullseye/main amd64 node-process-nextick-args all 2.0.0-1 [3,388 B]
Get:140rhttp://deb.debian.org/debian bullseye/main amd64 node-util-deprecate all 1.0.2-1 [3,866 B]
Get:141rhttp://deb.debian.org/debian6bullseye/main amd64 node-isarray all 2.0.5-1 [3,748 B]
Get:142rhttp://deb.debian.org/debian]bullseye/main amd64 node-readable-stream all 3.6.0-2 [30.1 kB]
Get:143rhttp://deb.debian.org/debian.bullseye/main amd64 node-are-we-there-yet all 1.1.5-1 [7,640 B]
Get:144rhttp://deb.debian.org/debian,bullseye/main amd64 node-asap all 2.0.6-2 [14.4 kB]
Get:145rhttp://deb.debian.org/debian bullseye/main amd64 node-asn1 all 0.2.3-2 [7,348 B]
Get:146rhttp://deb.debian.org/debian bullseye/main amd64 node-assert-plus all 1.0.0-2 [9,192 B]
Get:147rhttp://deb.debian.org/debianBbullseye/main amd64 node-asynckit all 0.4.0-3 [10.2 kB]
Get:148rhttp://deb.debian.org/debian%bullseye/main amd64 node-aws-sign2 all 0.7.1-2 [4,136 B]
Get:149rhttp://deb.debian.org/debian0bullseye/main amd64 node-aws4 all 1.11.0-1 [10.3 kB]
Get:150rhttp://deb.debian.org/debian bullseye/main amd64 node-balanced-match all 1.0.0-1 [4,528 B]
Get:151rhttp://deb.debian.org/debian2bullseye/main amd64 node-tweetnacl all 1.0.3+dfsg-1 [34.8 kB]
Get:152rhttp://deb.debian.org/debian0bullseye/main amd64 node-bcrypt-pbkdf all 1.0.2-1 [10.8 kB]
Get:153rhttp://deb.debian.org/debiankbullseye/main amd64 node-brace-expansion all 2.0.0-1 [7,184 B]
Get:154rhttp://deb.debian.org/debian1bullseye/main amd64 node-builtins all 1.0.3-2 [3,396 B]
Get:155rhttp://deb.debian.org/debian%bullseye/main amd64 node-chownr all 1.1.3-5 [4,128 B]
Get:156rhttp://deb.debian.org/debian bullseye/main amd64 node-fs.realpath all 1.0.0-1.1 [5,780 B]
Get:157rhttp://deb.debian.org/debianBbullseye/main amd64 node-wrappy all 1.0.2-1.1 [3,352 B]
Get:158rhttp://deb.debian.org/debian bullseye/main amd64 node-once all 1.4.0-3 [4,344 B]
Get:159rhttp://deb.debian.org/debian bullseye/main amd64 node-inflight all 1.0.6-1.1 [3,568 B]
Get:160rhttp://deb.debian.org/debian%bullseye/main amd64 node-minimatch all 3.0.4+~3.0.3-1+deb11u2 [16.1 kB]
Get:161rhttp://deb.debian.org/debian0bullseye/main amd64 node-path-is-absolute all 2.0.0-1 [3,864 B]
Get:162rhttp://deb.debian.org/debian,bullseye/main amd64 node-glob all 7.1.6+~7.1.3-1 [129 kB]
Get:163rhttp://deb.debian.org/debian bullseye/main amd64 node-graceful-fs all 4.2.4+repack-1 [13.1 kB]
Get:164rhttp://deb.debian.org/debianBbullseye/main amd64 node-mkdirp all 1.0.4+~1.0.1-1 [11.7 kB]
Get:165rhttp://deb.debian.org/debian bullseye/main amd64 node-run-queue all 2.0.0-1 [4,984 B]
Get:166rhttp://deb.debian.org/debian0bullseye/main amd64 node-rimraf all 3.0.2-1 [10.9 kB]
Get:167rhttp://deb.debian.org/debian bullseye/main amd64 node-imurmurhash all 0.1.4-1.1 [8,372 B]
Get:168rhttp://deb.debian.org/debianBbullseye/main amd64 node-iferr all 1.0.2-1 [3,496 B]
Get:169rhttp://deb.debian.org/debian bullseye/main amd64 node-fs-write-stream-atomic all 1.0.10-4 [4,820 B]
Get:170rhttp://deb.debian.org/debian bullseye/main%amd64 node-copy-concurrently all 1.0.5-7 [6,844 B]
Get:171rhttp://deb.debian.org/debian6bullseye/main amd64 node-move-concurrently all 1.0.1-2 [4,644 B]
Get:172rhttp://deb.debian.org/debian4bullseye/main amd64 node-escape-string-regexp all 4.0.0-1 [4,116 B]
Get:173rhttp://deb.debian.org/debian bullseye/main amd64 node-indent-string all 4.0.0-1 [4,052 B]
Get:174rhttp://deb.debian.org/debian2bullseye/main amd64 node-p-map all 4.0.0-1 [7,716 B]
Get:175rhttp://deb.debian.org/debian bullseye/main amd64 node-promise-inflight all 1.0.1-1.1 [3,328 B]
Get:176rhttp://deb.debian.org/debian,bullseye/main amd64 node-ssri all 8.0.1-2 [23.0 kB]
Get:177rhttp://deb.debian.org/debian bullseye/main amd64 node-unique-filename all 1.1.1+ds-1 [3,796 B]
Get:178rhttp://deb.debian.org/debian7bullseye/main amd64 node-cacache all 15.0.5+~cs13.9.21-1 [42.6 kB]
Get:179rhttp://deb.debian.org/debian]bullseye/main amd64 node-caseless all 0.12.1-1 [3,804 B]
Get:180rhttp://deb.debian.org/debian%bullseye/main amd64 node-has-flag all 4.0.0-1 [4,076 B]
Get:181rhttp://deb.debian.org/debian%bullseye/main amd64 node-supports-color all 8.1.0+~7.2.0-1 [6,736 B]
Get:182rhttp://deb.debian.org/debian3bullseye/main amd64 node-chalk all 4.1.0-1 [15.0 kB]
Get:183rhttp://deb.debian.org/debian bullseye/main amd64 node-clone all 2.1.2-2 [8,132 B]
Get:184rhttp://deb.debian.org/debian bullseye/main amd64 node-colors all 1.4.0-1 [11.7 kB]
Get:185rhttp://deb.debian.org/debian bullseye/main amd64 node-strip-ansi all 6.0.0-2 [4,044 B]
Get:186rhttp://deb.debian.org/debian bullseye/main amd64 node-defaults all 1.0.3-2 [3,612 B]
Get:187rhttp://deb.debian.org/debian%bullseye/main amd64 node-wcwidth.js all 1.0.0-1.1 [6,652 B]
Get:188rhttp://deb.debian.org/debian bullseye/main amd64 node-columnify all 1.5.4-3 [11.5 kB]
Get:189rhttp://deb.debian.org/debian0bullseye/main amd64 node-delayed-stream all 1.0.0-4 [5,236 B]
Get:190rhttp://deb.debian.org/debian3bullseye/main amd64 node-combined-stream all 1.0.8-1 [6,020 B]
Get:191rhttp://deb.debian.org/debian0bullseye/main amd64 node-concat-map all 0.0.1-2 [3,968 B]
Get:192rhttp://deb.debian.org/debian bullseye/main amd64 node-console-control-strings all 1.1.0-2 [5,388 B]
Get:193rhttp://deb.debian.org/debiansbullseye/main0amd64 node-dashdash all 2.0.0-1 [30.2 kB]
Get:194rhttp://deb.debian.org/debian%bullseye/main amd64 node-depd all 2.0.0-1 [11.0 kB]
Get:195rhttp://deb.debian.org/debian bullseye/main amd64 node-jsbn all 1.1.0-1.1 [13.8 kB]
Get:196rhttp://deb.debian.org/debian bullseye/main amd64 node-ecc-jsbn all 0.2.0-2 [9,396 B]
Get:197rhttp://deb.debian.org/debian%bullseye/main amd64 node-iconv-lite all 0.5.1-3 [128 kB]
Get:198rhttp://deb.debian.org/debian0bullseye/main amd64 node-encoding all 0.1.13-1 [4,316 B]
Get:199rhttp://deb.debian.org/debian%bullseye/main amd64 node-err-code all 2.0.3+dfsg-1 [4,584 B]
Get:200rhttp://deb.debian.org/debian%bullseye/main amd64 node-extend all 3.0.2-1 [6,744 B]
Get:201rhttp://deb.debian.org/debian bullseye/main amd64 node-extsprintf all 1.4.0-1 [6,268 B]
Get:202rhttp://deb.debian.org/debian bullseye/main amd64 node-forever-agent all 0.6.1-2 [4,200 B]
Get:203rhttp://deb.debian.org/debian0bullseye/main amd64 node-mime all 2.5.0+dfsg+~cs3.90.0-1 [39.4 kB]
Get:204rhttp://deb.debian.org/debian bullseye/main amd64 node-mime-types all 2.1.28-1 [8,948 B]
Get:205rhttp://deb.debian.org/debian bullseye/main amd64 node-form-data all 3.0.0-2 [12.8 kB]
Get:206rhttp://deb.debian.org/debian0bullseye/main amd64 node-function-bind all 1.1.1+repack-1 [5,000 B]
Get:207rhttp://deb.debian.org/debian0bullseye/main amd64 node-string-width all 4.2.0-1 [9,716 B]
Get:208rhttp://deb.debian.org/debian bullseye/main amd64 node-object-assign all 4.1.1-3 [4,460 B]
Get:209rhttp://deb.debian.org/debian0bullseye/main amd64 node-has-unicode all 2.0.1-2 [3,442 B]
Get:210rhttp://deb.debian.org/debianBbullseye/main amd64 node-wide-align all 1.1.3-1 [3,896 B]
Get:211rhttp://deb.debian.org/debian bullseye/main amd64 node-signal-exit all 3.0.3-1 [6,172 B]
Get:212rhttp://deb.debian.org/debianBbullseye/main amd64 node-gauge all 2.7.4-1.1 [25.3 kB]
Get:213rhttp://deb.debian.org/debian bullseye/main amd64 node-getpass all 0.1.7-1.1 [4,368 B]
Get:214rhttp://deb.debian.org/debian]bullseye/main amd64 node-nopt all 5.0.0-1 [12.3 kB]
Get:215rhttp://deb.debian.org/debian bullseye/main amd64 node-set-blocking all 2.0.0-1.1 [4,036 B]
Get:216rhttp://deb.debian.org/debian bullseye/main amd64 node-npmlog all 4.1.2-2 [8,980 B]
Get:217rhttp://deb.debian.org/debian bullseye/main amd64 node-osenv all 0.1.5-1 [4,332 B]
Get:218rhttp://deb.debian.org/debian bullseye/main amd64 node-tar all 6.0.5+ds1+~cs11.3.9-1+deb11u2 [44.7 kB]
Get:219rhttp://deb.debian.org/debian bullseye/main amd64 node-isexe all 2.0.0-5 [4,632 B]
Get:220rhttp://deb.debian.org/debian bullseye/main amd64 node-which all 2.0.2+~cs1.3.2-1 [8,436 B]
Get:221rhttp://deb.debian.org/debian bullseye/main amd64 node-gyp all 7.1.2-4 [50.0 kB]
Get:222rhttp://deb.debian.org/debian bullseye/main amd64 node-har-schema all 2.0.0-4 [5,896 B]
Get:223rhttp://deb.debian.org/debian bullseye/main amd64 node-har-validator all 5.1.5-1 [7,184 B]
Get:224rhttp://deb.debian.org/debian4bullseye/main amd64 node-hosted-git-info all 3.0.8-1 [10.4 kB]
Get:225rhttp://deb.debian.org/debian.bullseye/main amd64 node-json-schema all 0.3.0+~7.0.6-1+deb11u1 [13.1 kB]
Get:226rhttp://deb.debian.org/debianBbullseye/main amd64 node-verror all 1.10.0-1.1 [14.2 kB]
Get:227rhttp://deb.debian.org/debian bullseye/main amd64 node-jsprim all 2.0.0-1 [13.7 kB]
Get:228rhttp://deb.debian.org/debian bullseye/main amd64 node-sshpk all 1.16.1+dfsg-2 [54.7 kB]
Get:229rhttp://deb.debian.org/debian bullseye/main amd64 node-http-signature all 1.3.5-1 [13.0 kB]
Get:230rhttp://deb.debian.org/debian0bullseye/main amd64 node-https-proxy-agent all 5.0.0-3 [11.1 kB]
Get:231rhttp://deb.debian.org/debian1bullseye/main amd64 node-ini all 2.0.0-1 [6,288 B]
Get:232rhttp://deb.debian.org/debian bullseye/main amd64 node-ip all 1.1.5-5 [6,608 B]
Get:233rhttp://deb.debian.org/debian bullseye/main amd64 node-ip-regex all 4.3.0-1 [4,824 B]
Get:234rhttp://deb.debian.org/debian%bullseye/main amd64 node-is-typedarray all 1.0.0-3 [3,180 B]
Get:235rhttp://deb.debian.org/debian0bullseye/main amd64 node-isstream all 0.1.2+dfsg-1.1 [3,784 B]
Get:236rhttp://deb.debian.org/debian%bullseye/main amd64 node-json-parse-better-errors all 1.0.2+~2.3.1-1 [6,956 B]
Get:237rhttp://deb.debian.org/debianrbullseye/main amd64 node-json-stringify-safe all 5.0.1+repack-3 [21.1 kB]
Get:238rhttp://deb.debian.org/debianBbullseye/main amd64 node-jsonparse all 1.3.1-7 [6,980 B]
Get:239rhttp://deb.debian.org/debian0bullseye/main amd64 node-through all 2.3.8+~cs0.0.30-1 [5,452 B]
Get:240rhttp://deb.debian.org/debian]bullseye/main amd64 node-jsonstream all 1.3.5-1 [8,428 B]
Get:241rhttp://deb.debian.org/debian bullseye/main amd64 node-leven all 3.1.0+~cs1.1.1-1 [5,588 B]
Get:242rhttp://deb.debian.org/debian bullseye/main amd64 node-lockfile all 1.0.4-3 [8,152 B]
Get:243rhttp://deb.debian.org/debian%bullseye/main amd64 node-mute-stream all 0.0.8-2 [5,136 B]
Get:244rhttp://deb.debian.org/debianBbullseye/main amd64 node-resolve all 1.19.0+~cs5.20.8-2 [17.8 kB]
Get:245rhttp://deb.debian.org/debian]bullseye/main amd64 node-spdx-license-ids all 3.0.7-1 [6,764 B]
Get:246rhttp://deb.debian.org/debian,bullseye/main amd64 node-spdx-exceptions all 2.3.0-1 [3,864 B]
Get:247rhttp://deb.debian.org/debian8bullseye/main amd64 node-spdx-expression-parse all 3.0.1-1 [6,608 B]
Get:248rhttp://deb.debian.org/debian0bullseye/main]amd64 node-spdx-correct all 3.1.1-1 [5,296 B]
Get:249rhttp://deb.debian.org/debian bullseye/main amd64 node-validate-npm-package-license all 3.0.4-1 [4,124 B]
Get:250rhttp://deb.debian.org/debianibullseye/main2amd64%node-normalize-package-data all 3.0.0+~2.4.0-1 [12.2 kB]
Get:251rhttp://deb.debian.org/debian bullseye/main%amd64 node-npm-bundled all 1.1.1-1 [6,052 B]
Get:252rhttp://deb.debian.org/debianBbullseye/main amd64 node-validate-npm-package-name all 3.0.0-1.1 [4,584 B]
Get:253rhttp://deb.debian.org/debianabullseye/mainBamd64 node-npm-package-arg all 8.1.0-1 [8,064 B]
Get:254rhttp://deb.debian.org/debian0bullseye/main amd64 node-number-is-nan all 2.0.0-1 [3,388 B]
Get:255rhttp://deb.debian.org/debian8bullseye/main amd64 node-oauth-sign all 0.9.0-2 [4,264 B]
Get:256rhttp://deb.debian.org/debian bullseye/main amd64 xdg-utils all 1.1.3-4.1 [75.5 kB]
Get:257rhttp://deb.debian.org/debian bullseye/main amd64 node-opener all 1.5.2-1 [5,000 B]
Get:258rhttp://deb.debian.org/debian bullseye/main amd64 node-performance-now all 2.1.0+debian-1.1 [4,672 B]
Get:259rhttp://deb.debian.org/debian6bullseye/main amd64 node-retry all 0.12.0-1 [10.4 kB]
Get:260rhttp://deb.debian.org/debian bullseye/main amd64 node-promise-retry all 2.0.1-1 [4,924 B]
Get:261rhttp://deb.debian.org/debian4bullseye/main amd64 node-read all 1.0.7-2 [5,264 B]
Get:262rhttp://deb.debian.org/debian bullseye/main amd64 node-promzard all 0.3.0-1.1 [9,096 B]
Get:263rhttp://deb.debian.org/debian%bullseye/main amd64 node-psl all 1.8.0+ds-4 [37.6 kB]
Get:264rhttp://deb.debian.org/debian bullseye/main amd64 node-puka all 1.0.1+dfsg-2 [29.1 kB]
Get:265rhttp://deb.debian.org/debian bullseye/main amd64 node-qs all 6.9.4+ds-1+deb11u1 [22.7 kB]
Get:266rhttp://deb.debian.org/debian bullseye/main amd64 node-slash all 3.0.0-1 [3,704 B]
Get:267rhttp://deb.debian.org/debian bullseye/main amd64 node-read-package-json all 3.0.0-1 [10.1 kB]
Get:268rhttp://deb.debian.org/debian1bullseye/main amd64 node-universalify all 2.0.0-2 [4,208 B]
Get:269rhttp://deb.debian.org/debian bullseye/main amd64 node-tough-cookie all 4.0.0-2+deb11u1 [31.7 kB]
Get:270rhttp://deb.debian.org/debiankbullseye/main amd64 node-tunnel-agent all 0.6.1-2 [4,952 B]
Get:271rhttp://deb.debian.org/debian bullseye/main amd64 node-uuid all 8.3.2+~8.3.0-4 [43.9 kB]
Get:272rhttp://deb.debian.org/debian bullseye/main amd64 node-request all 2.88.1-5 [43.4 kB]
Get:273rhttp://deb.debian.org/debian]bullseye/main amd64 node-resolve-from all 5.0.0+~3.1.0+~3.3.0+~2.0.0-1 [7,292 B]
Get:274rhttp://deb.debian.org/debian bullseye/main amd64 node-text-table all 0.2.0-2 [4,308 B]
Get:275rhttp://deb.debian.org/debian bullseye/main amd64 node-typedarray-to-buffer all 4.0.0-1 [3,256 B]
Get:276rhttp://deb.debian.org/debian bullseye/main amd64 node-write-file-atomic all 3.0.3+~3.0.1-1 [8,048 B]
Get:277rhttp://deb.debian.org/debian-security%bullseye-security/main amd64 nodejs-doc all 12.22.12~dfsg-1~deb11u6 [2,550 kB]
Get:278rhttp://deb.debian.org/debian bullseye/main amd64 npm all 7.5.2+ds-2 [801 kB]
Get:279rhttp://deb.debian.org/debian bullseye/main amd64 termit amd64 3.1-1 [52.6 kB]
Get:280rhttp://deb.debian.org/debian bullseye/main amd64 x11-utils amd64 7.7+5 [202 kB]
Get:281ohttp://deb.debian.org/debian bullseye/main amd64 x11-xserver-utils amd64 7.7+8 [168 kB]
Fetchedo35.5gMBsinv1s-(51.8 MB/s)68 kB 0%]
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libapparmor1:amd64.
(Reading database ... 31152 files and directories currently installed.)
Preparing to unpack .../0-libapparmor1_2.13.6-10_amd64.deb ...
Unpacking libapparmor1:amd64 (2.13.6-10) ...
Selecting previously unselected package libcap2:amd64.
Preparing to unpack .../1-libcap2_1%3a2.44-1_amd64.deb ...
Unpacking libcap2:amd64 (1:2.44-1) ...
Selecting previously unselected package libargon2-1:amd64.
Preparing to unpack .../2-libargon2-1_0~20171227-0.2_amd64.deb ...
Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
Selecting previously unselected package dmsetup.
Preparing to unpack .../3-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 .../4-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
Selecting previously unselected package libjson-c5:amd64.
Preparing to unpack .../5-libjson-c5_0.15-2+deb11u1_amd64.deb ...
Unpacking libjson-c5:amd64 (0.15-2+deb11u1) ...
Selecting previously unselected package libcryptsetup12:amd64.
Preparing to unpack .../6-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
Selecting previously unselected package libip4tc2:amd64.
Preparing to unpack .../7-libip4tc2_1.8.7-1_amd64.deb ...
Unpacking libip4tc2:amd64 (1.8.7-1) ...
Selecting previously unselected package libkmod2:amd64.
Preparing to unpack .../8-libkmod2_28-1_amd64.deb ...
Unpacking libkmod2:amd64 (28-1) ...
Selecting previously unselected package systemd.
Preparing to unpack .../9-systemd_247.3-7+deb11u6_amd64.deb ...
Unpacking systemd (247.3-7+deb11u6) ...
Setting up libapparmor1:amd64 (2.13.6-10) ...
Setting up libcap2:amd64 (1:2.44-1) ...
Setting up libargon2-1:amd64 (0~20171227-0.2) ...
Setting up libjson-c5:amd64 (0.15-2+deb11u1) ...
Setting up libip4tc2:amd64 (1.8.7-1) ...
Setting up libkmod2:amd64 (28-1) ...
Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
Setting up systemd (247.3-7+deb11u6) ...
Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
Initializing machine ID from random generator.
Setting up dmsetup (2:1.02.175-2.1) ...
Selecting previously unselected package systemd-sysv.
(Reading database ... 31999 files and directories currently installed.)
Preparing to unpack .../000-systemd-sysv_247.3-7+deb11u6_amd64.deb ...
Unpacking systemd-sysv (247.3-7+deb11u6) ...
Selecting previously unselected package dbus.
Preparing to unpack .../001-dbus_1.12.28-0+deb11u1_amd64.deb ...
Unpacking dbus (1.12.28-0+deb11u1) ...
Selecting previously unselected package libnss-systemd:amd64.
Preparing to unpack .../002-libnss-systemd_247.3-7+deb11u6_amd64.deb ...
Unpacking libnss-systemd:amd64 (247.3-7+deb11u6) ...
Selecting previously unselected package libpam-systemd:amd64.
Preparing to unpack .../003-libpam-systemd_247.3-7+deb11u6_amd64.deb ...
Unpacking libpam-systemd:amd64 (247.3-7+deb11u6) ...
Selecting previously unselected package systemd-timesyncd.
Preparing to unpack .../004-systemd-timesyncd_247.3-7+deb11u6_amd64.deb ...
Unpacking systemd-timesyncd (247.3-7+deb11u6) ...
Selecting previously unselected package libatspi2.0-0:amd64.
Preparing to unpack .../005-libatspi2.0-0_2.38.0-4+deb11u1_amd64.deb ...
Unpacking libatspi2.0-0:amd64 (2.38.0-4+deb11u1) ...
Selecting previously unselected package at-spi2-core.
Preparing to unpack .../006-at-spi2-core_2.38.0-4+deb11u1_amd64.deb ...
Unpacking at-spi2-core (2.38.0-4+deb11u1) ...
Selecting previously unselected package dbus-user-session.
Preparing to unpack .../007-dbus-user-session_1.12.28-0+deb11u1_amd64.deb ...
Unpacking dbus-user-session (1.12.28-0+deb11u1) ...
Selecting previously unselected package libdconf1:amd64.
Preparing to unpack .../008-libdconf1_0.38.0-2_amd64.deb ...
Unpacking libdconf1:amd64 (0.38.0-2) ...
Selecting previously unselected package dconf-service.
Preparing to unpack .../009-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 .../010-dconf-gsettings-backend_0.38.0-2_amd64.deb ...
Unpacking dconf-gsettings-backend:amd64 (0.38.0-2) ...
Selecting previously unselected package libproxy1v5:amd64.
Preparing to unpack .../011-libproxy1v5_0.4.17-1_amd64.deb ...
Unpacking libproxy1v5:amd64 (0.4.17-1) ...
Selecting previously unselected package glib-networking-common.
Preparing to unpack .../012-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 .../013-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 .../014-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 .../015-glib-networking_2.66.0-2_amd64.deb ...
Unpacking glib-networking:amd64 (2.66.0-2) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../016-python3-pkg-resources_52.0.0-4+deb11u1_all.deb ...
Unpacking python3-pkg-resources (52.0.0-4+deb11u1) ...
Selecting previously unselected package gyp.
Preparing to unpack .../017-gyp_0.1+20200513gitcaa6002-2_all.deb ...
Unpacking gyp (0.1+20200513gitcaa6002-2) ...
Selecting previously unselected package javascript-common.
Preparing to unpack .../018-javascript-common_11+nmu1_all.deb ...
Unpacking javascript-common (11+nmu1) ...
Selecting previously unselected package libatk-bridge2.0-0:amd64.
Preparing to unpack .../019-libatk-bridge2.0-0_2.38.0-1_amd64.deb ...
Unpacking libatk-bridge2.0-0:amd64 (2.38.0-1) ...
Selecting previously unselected package libauthen-sasl-perl.
Preparing to unpack .../020-libauthen-sasl-perl_2.1600-1.1_all.deb ...
Unpacking libauthen-sasl-perl (2.1600-1.1) ...
Selecting previously unselected package libc-ares2:amd64.
Preparing to unpack .../021-libc-ares2_1.17.1-1+deb11u3_amd64.deb ...
Unpacking libc-ares2:amd64 (1.17.1-1+deb11u3) ...
Selecting previously unselected package libclone-perl.
Preparing to unpack .../022-libclone-perl_0.45-1+b1_amd64.deb ...
Unpacking libclone-perl (0.45-1+b1) ...
Selecting previously unselected package libcolord2:amd64.
Preparing to unpack .../023-libcolord2_1.4.5-3_amd64.deb ...
Unpacking libcolord2:amd64 (1.4.5-3) ...
Selecting previously unselected package libdata-dump-perl.
Preparing to unpack .../024-libdata-dump-perl_1.23-1.1_all.deb ...
Unpacking libdata-dump-perl (1.23-1.1) ...
Selecting previously unselected package libencode-locale-perl.
Preparing to unpack .../025-libencode-locale-perl_1.05-1.1_all.deb ...
Unpacking libencode-locale-perl (1.05-1.1) ...
Selecting previously unselected package libepoxy0:amd64.
Preparing to unpack .../026-libepoxy0_1.5.5-1_amd64.deb ...
Unpacking libepoxy0:amd64 (1.5.5-1) ...
Selecting previously unselected package libipc-system-simple-perl.
Preparing to unpack .../027-libipc-system-simple-perl_1.30-1_all.deb ...
Unpacking libipc-system-simple-perl (1.30-1) ...
Selecting previously unselected package libfile-basedir-perl.
Preparing to unpack .../028-libfile-basedir-perl_0.08-1_all.deb ...
Unpacking libfile-basedir-perl (0.08-1) ...
Selecting previously unselected package liburi-perl.
Preparing to unpack .../029-liburi-perl_5.08-1_all.deb ...
Unpacking liburi-perl (5.08-1) ...
Selecting previously unselected package libfile-desktopentry-perl.
Preparing to unpack .../030-libfile-desktopentry-perl_0.22-2_all.deb ...
Unpacking libfile-desktopentry-perl (0.22-2) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../031-libtimedate-perl_2.3300-2_all.deb ...
Unpacking libtimedate-perl (2.3300-2) ...
Selecting previously unselected package libhttp-date-perl.
Preparing to unpack .../032-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 .../033-libfile-listing-perl_6.14-1_all.deb ...
Unpacking libfile-listing-perl (6.14-1) ...
Selecting previously unselected package libfile-mimeinfo-perl.
Preparing to unpack .../034-libfile-mimeinfo-perl_0.30-1_all.deb ...
Unpacking libfile-mimeinfo-perl (0.30-1) ...
Selecting previously unselected package libfont-afm-perl.
Preparing to unpack .../035-libfont-afm-perl_1.20-3_all.deb ...
Unpacking libfont-afm-perl (1.20-3) ...
Selecting previously unselected package libfontenc1:amd64.
Preparing to unpack .../036-libfontenc1_1%3a1.1.4-1_amd64.deb ...
Unpacking libfontenc1:amd64 (1:1.1.4-1) ...
Selecting previously unselected package libjson-glib-1.0-common.
Preparing to unpack .../037-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 .../038-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 libsoup2.4-1:amd64.
Preparing to unpack .../039-libsoup2.4-1_2.72.0-2+deb11u1_amd64.deb ...
Unpacking libsoup2.4-1:amd64 (2.72.0-2+deb11u1) ...
Selecting previously unselected package libsoup-gnome2.4-1:amd64.
Preparing to unpack .../040-libsoup-gnome2.4-1_2.72.0-2+deb11u1_amd64.deb ...
Unpacking libsoup-gnome2.4-1:amd64 (2.72.0-2+deb11u1) ...
Selecting previously unselected package librest-0.7-0:amd64.
Preparing to unpack .../041-librest-0.7-0_0.8.1-1.1_amd64.deb ...
Unpacking librest-0.7-0:amd64 (0.8.1-1.1) ...
Selecting previously unselected package libwayland-client0:amd64.
Preparing to unpack .../042-libwayland-client0_1.18.0-2~exp1.1_amd64.deb ...
Unpacking libwayland-client0:amd64 (1.18.0-2~exp1.1) ...
Selecting previously unselected package libwayland-cursor0:amd64.
Preparing to unpack .../043-libwayland-cursor0_1.18.0-2~exp1.1_amd64.deb ...
Unpacking libwayland-cursor0:amd64 (1.18.0-2~exp1.1) ...
Selecting previously unselected package libwayland-egl1:amd64.
Preparing to unpack .../044-libwayland-egl1_1.18.0-2~exp1.1_amd64.deb ...
Unpacking libwayland-egl1:amd64 (1.18.0-2~exp1.1) ...
Selecting previously unselected package xkb-data.
Preparing to unpack .../045-xkb-data_2.29-2_all.deb ...
Unpacking xkb-data (2.29-2) ...
Selecting previously unselected package libxkbcommon0:amd64.
Preparing to unpack .../046-libxkbcommon0_1.0.3-2_amd64.deb ...
Unpacking libxkbcommon0:amd64 (1.0.3-2) ...
Selecting previously unselected package libgtk-3-common.
Preparing to unpack .../047-libgtk-3-common_3.24.24-4+deb11u4_all.deb ...
Unpacking libgtk-3-common (3.24.24-4+deb11u4) ...
Selecting previously unselected package libgtk-3-0:amd64.
Preparing to unpack .../048-libgtk-3-0_3.24.24-4+deb11u4_amd64.deb ...
Unpacking libgtk-3-0:amd64 (3.24.24-4+deb11u4) ...
Selecting previously unselected package libgtk-3-bin.
Preparing to unpack .../049-libgtk-3-bin_3.24.24-4+deb11u4_amd64.deb ...
Unpacking libgtk-3-bin (3.24.24-4+deb11u4) ...
Selecting previously unselected package libhtml-tagset-perl.
Preparing to unpack .../050-libhtml-tagset-perl_3.20-4_all.deb ...
Unpacking libhtml-tagset-perl (3.20-4) ...
Selecting previously unselected package libhtml-parser-perl.
Preparing to unpack .../051-libhtml-parser-perl_3.75-1+b1_amd64.deb ...
Unpacking libhtml-parser-perl (3.75-1+b1) ...
Selecting previously unselected package libio-html-perl.
Preparing to unpack .../052-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 .../053-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 .../054-libhttp-message-perl_6.28-1_all.deb ...
Unpacking libhttp-message-perl (6.28-1) ...
Selecting previously unselected package libhtml-form-perl.
Preparing to unpack .../055-libhtml-form-perl_6.07-1_all.deb ...
Unpacking libhtml-form-perl (6.07-1) ...
Selecting previously unselected package libhtml-tree-perl.
Preparing to unpack .../056-libhtml-tree-perl_5.07-2_all.deb ...
Unpacking libhtml-tree-perl (5.07-2) ...
Selecting previously unselected package libhtml-format-perl.
Preparing to unpack .../057-libhtml-format-perl_2.12-1.1_all.deb ...
Unpacking libhtml-format-perl (2.12-1.1) ...
Selecting previously unselected package libhttp-cookies-perl.
Preparing to unpack .../058-libhttp-cookies-perl_6.10-1_all.deb ...
Unpacking libhttp-cookies-perl (6.10-1) ...
Selecting previously unselected package libhttp-daemon-perl.
Preparing to unpack .../059-libhttp-daemon-perl_6.12-1+deb11u1_all.deb ...
Unpacking libhttp-daemon-perl (6.12-1+deb11u1) ...
Selecting previously unselected package libhttp-negotiate-perl.
Preparing to unpack .../060-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 .../061-perl-openssl-defaults_5_amd64.deb ...
Unpacking perl-openssl-defaults:amd64 (5) ...
Selecting previously unselected package libnet-ssleay-perl.
Preparing to unpack .../062-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 .../063-libio-socket-ssl-perl_2.069-1_all.deb ...
Unpacking libio-socket-ssl-perl (2.069-1) ...
Selecting previously unselected package libio-stringy-perl.
Preparing to unpack .../064-libio-stringy-perl_2.111-3_all.deb ...
Unpacking libio-stringy-perl (2.111-3) ...
Selecting previously unselected package libjs-highlight.js.
Preparing to unpack .../065-libjs-highlight.js_9.18.5+dfsg1-1_all.deb ...
Unpacking libjs-highlight.js (9.18.5+dfsg1-1) ...
Selecting previously unselected package libjs-inherits.
Preparing to unpack .../066-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 .../067-libjs-is-typedarray_1.0.0-3_all.deb ...
Unpacking libjs-is-typedarray (1.0.0-3) ...
Selecting previously unselected package libjs-psl.
Preparing to unpack .../068-libjs-psl_1.8.0+ds-4_all.deb ...
Unpacking libjs-psl (1.8.0+ds-4) ...
Selecting previously unselected package libjs-typedarray-to-buffer.
Preparing to unpack .../069-libjs-typedarray-to-buffer_4.0.0-1_all.deb ...
Unpacking libjs-typedarray-to-buffer (4.0.0-1) ...
Selecting previously unselected package liblua5.3-0:amd64.
Preparing to unpack .../070-liblua5.3-0_5.3.3-1.1+deb11u1_amd64.deb ...
Unpacking liblua5.3-0:amd64 (5.3.3-1.1+deb11u1) ...
Selecting previously unselected package libnet-http-perl.
Preparing to unpack .../071-libnet-http-perl_6.20-1_all.deb ...
Unpacking libnet-http-perl (6.20-1) ...
Selecting previously unselected package libtry-tiny-perl.
Preparing to unpack .../072-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 .../073-libwww-robotrules-perl_6.02-1_all.deb ...
Unpacking libwww-robotrules-perl (6.02-1) ...
Selecting previously unselected package libwww-perl.
Preparing to unpack .../074-libwww-perl_6.52-1_all.deb ...
Unpacking libwww-perl (6.52-1) ...
Selecting previously unselected package liblwp-protocol-https-perl.
Preparing to unpack .../075-liblwp-protocol-https-perl_6.10-1_all.deb ...
Unpacking liblwp-protocol-https-perl (6.10-1) ...
Selecting previously unselected package libnet-smtp-ssl-perl.
Preparing to unpack .../076-libnet-smtp-ssl-perl_1.04-1_all.deb ...
Unpacking libnet-smtp-ssl-perl (1.04-1) ...
Selecting previously unselected package libmailtools-perl.
Preparing to unpack .../077-libmailtools-perl_2.21-1_all.deb ...
Unpacking libmailtools-perl (2.21-1) ...
Selecting previously unselected package libxml-parser-perl:amd64.
Preparing to unpack .../078-libxml-parser-perl_2.46-2_amd64.deb ...
Unpacking libxml-parser-perl:amd64 (2.46-2) ...
Selecting previously unselected package libxml-twig-perl.
Preparing to unpack .../079-libxml-twig-perl_1%3a3.52-1_all.deb ...
Unpacking libxml-twig-perl (1:3.52-1) ...
Selecting previously unselected package libnet-dbus-perl.
Preparing to unpack .../080-libnet-dbus-perl_1.2.0-1+b1_amd64.deb ...
Unpacking libnet-dbus-perl (1.2.0-1+b1) ...
Selecting previously unselected package libuv1:amd64.
Preparing to unpack .../081-libuv1_1.40.0-2+deb11u1_amd64.deb ...
Unpacking libuv1:amd64 (1.40.0-2+deb11u1) ...
Selecting previously unselected package libuv1-dev:amd64.
Preparing to unpack .../082-libuv1-dev_1.40.0-2+deb11u1_amd64.deb ...
Unpacking libuv1-dev:amd64 (1.40.0-2+deb11u1) ...
Selecting previously unselected package libnode72:amd64.
Preparing to unpack .../083-libnode72_12.22.12~dfsg-1~deb11u6_amd64.deb ...
Unpacking libnode72:amd64 (12.22.12~dfsg-1~deb11u6) ...
Selecting previously unselected package libnode-dev.
Preparing to unpack .../084-libnode-dev_12.22.12~dfsg-1~deb11u6_amd64.deb ...
Unpacking libnode-dev (12.22.12~dfsg-1~deb11u6) ...
Selecting previously unselected package libtext-iconv-perl.
Preparing to unpack .../085-libtext-iconv-perl_1.7-7+b1_amd64.deb ...
Unpacking libtext-iconv-perl (1.7-7+b1) ...
Selecting previously unselected package libtie-ixhash-perl.
Preparing to unpack .../086-libtie-ixhash-perl_1.23-2.1_all.deb ...
Unpacking libtie-ixhash-perl (1.23-2.1) ...
Selecting previously unselected package libvte-2.91-common.
Preparing to unpack .../087-libvte-2.91-common_0.62.3-1_amd64.deb ...
Unpacking libvte-2.91-common (0.62.3-1) ...
Selecting previously unselected package libvte-2.91-0:amd64.
Preparing to unpack .../088-libvte-2.91-0_0.62.3-1_amd64.deb ...
Unpacking libvte-2.91-0:amd64 (0.62.3-1) ...
Selecting previously unselected package libx11-protocol-perl.
Preparing to unpack .../089-libx11-protocol-perl_0.56-7.1_all.deb ...
Unpacking libx11-protocol-perl (0.56-7.1) ...
Selecting previously unselected package libxmu6:amd64.
Preparing to unpack .../090-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
Selecting previously unselected package libxpm4:amd64.
Preparing to unpack .../091-libxpm4_1%3a3.5.12-1.1+deb11u1_amd64.deb ...
Unpacking libxpm4:amd64 (1:3.5.12-1.1+deb11u1) ...
Selecting previously unselected package libxaw7:amd64.
Preparing to unpack .../092-libxaw7_2%3a1.0.13-1.1_amd64.deb ...
Unpacking libxaw7:amd64 (2:1.0.13-1.1) ...
Selecting previously unselected package libxcb-shape0:amd64.
Preparing to unpack .../093-libxcb-shape0_1.14-3_amd64.deb ...
Unpacking libxcb-shape0:amd64 (1.14-3) ...
Selecting previously unselected package libxft2:amd64.
Preparing to unpack .../094-libxft2_2.3.2-2_amd64.deb ...
Unpacking libxft2:amd64 (2.3.2-2) ...
Selecting previously unselected package libxkbfile1:amd64.
Preparing to unpack .../095-libxkbfile1_1%3a1.1.0-1_amd64.deb ...
Unpacking libxkbfile1:amd64 (1:1.1.0-1) ...
Selecting previously unselected package libxml-xpathengine-perl.
Preparing to unpack .../096-libxml-xpathengine-perl_0.14-1_all.deb ...
Unpacking libxml-xpathengine-perl (0.14-1) ...
Selecting previously unselected package libxmuu1:amd64.
Preparing to unpack .../097-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
Selecting previously unselected package libxv1:amd64.
Preparing to unpack .../098-libxv1_2%3a1.0.11-1_amd64.deb ...
Unpacking libxv1:amd64 (2:1.0.11-1) ...
Selecting previously unselected package libxxf86dga1:amd64.
Preparing to unpack .../099-libxxf86dga1_2%3a1.1.4-1+b3_amd64.deb ...
Unpacking libxxf86dga1:amd64 (2:1.1.4-1+b3) ...
Selecting previously unselected package nodejs.
Preparing to unpack .../100-nodejs_12.22.12~dfsg-1~deb11u6_amd64.deb ...
Unpacking nodejs (12.22.12~dfsg-1~deb11u6) ...
Selecting previously unselected package node-abbrev.
Preparing to unpack .../101-node-abbrev_1.1.1-2_all.deb ...
Unpacking node-abbrev (1.1.1-2) ...
Selecting previously unselected package node-ms.
Preparing to unpack .../102-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 .../103-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 .../104-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 .../105-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 .../106-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 .../107-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 .../108-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 .../109-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 .../110-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 .../111-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 .../112-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 .../113-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 .../114-node-ajv_6.12.6-2_all.deb ...
Unpacking node-ajv (6.12.6-2) ...
Selecting previously unselected package node-ansi.
Preparing to unpack .../115-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 .../116-node-ansi-regex_5.0.1-1~deb11u1_all.deb ...
Unpacking node-ansi-regex (5.0.1-1~deb11u1) ...
Selecting previously unselected package node-color-name.
Preparing to unpack .../117-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 .../118-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 .../119-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 .../120-node-ansistyles_0.1.3-2_all.deb ...
Unpacking node-ansistyles (0.1.3-2) ...
Selecting previously unselected package node-aproba.
Preparing to unpack .../121-node-aproba_2.0.0-1_all.deb ...
Unpacking node-aproba (2.0.0-1) ...
Selecting previously unselected package node-archy.
Preparing to unpack .../122-node-archy_1.0.0-3_all.deb ...
Unpacking node-archy (1.0.0-3) ...
Selecting previously unselected package node-delegates.
Preparing to unpack .../123-node-delegates_1.0.0-2_all.deb ...
Unpacking node-delegates (1.0.0-2) ...
Selecting previously unselected package node-inherits.
Preparing to unpack .../124-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 .../125-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 .../126-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 .../127-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 .../128-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 .../129-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 .../130-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 .../131-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 .../132-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 .../133-node-asap_2.0.6-2_all.deb ...
Unpacking node-asap (2.0.6-2) ...
Selecting previously unselected package node-asn1.
Preparing to unpack .../134-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 .../135-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 .../136-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 .../137-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 .../138-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 .../139-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 .../140-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 .../141-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 .../142-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 .../143-node-builtins_1.0.3-2_all.deb ...
Unpacking node-builtins (1.0.3-2) ...
Selecting previously unselected package node-chownr.
Preparing to unpack .../144-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 .../145-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 .../146-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 .../147-node-once_1.4.0-3_all.deb ...
Unpacking node-once (1.4.0-3) ...
Selecting previously unselected package node-inflight.
Preparing to unpack .../148-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 .../149-node-minimatch_3.0.4+~3.0.3-1+deb11u2_all.deb ...
Unpacking node-minimatch (3.0.4+~3.0.3-1+deb11u2) ...
Selecting previously unselected package node-path-is-absolute.
Preparing to unpack .../150-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 .../151-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 .../152-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 .../153-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 .../154-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 .../155-node-rimraf_3.0.2-1_all.deb ...
Unpacking node-rimraf (3.0.2-1) ...
Selecting previously unselected package node-imurmurhash.
Preparing to unpack .../156-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 .../157-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 .../158-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 .../159-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 .../160-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 .../161-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 .../162-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 .../163-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 .../164-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 .../165-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 .../166-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 .../167-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 .../168-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 .../169-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 .../170-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 .../171-node-chalk_4.1.0-1_all.deb ...
Unpacking node-chalk (4.1.0-1) ...
Selecting previously unselected package node-clone.
Preparing to unpack .../172-node-clone_2.1.2-2_all.deb ...
Unpacking node-clone (2.1.2-2) ...
Selecting previously unselected package node-colors.
Preparing to unpack .../173-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 .../174-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 .../175-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 .../176-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 .../177-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 .../178-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 .../179-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 .../180-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 .../181-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 .../182-node-dashdash_2.0.0-1_all.deb ...
Unpacking node-dashdash (2.0.0-1) ...
Selecting previously unselected package node-depd.
Preparing to unpack .../183-node-depd_2.0.0-1_all.deb ...
Unpacking node-depd (2.0.0-1) ...
Selecting previously unselected package node-jsbn.
Preparing to unpack .../184-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 .../185-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 .../186-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 .../187-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 .../188-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 .../189-node-extend_3.0.2-1_all.deb ...
Unpacking node-extend (3.0.2-1) ...
Selecting previously unselected package node-extsprintf.
Preparing to unpack .../190-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 .../191-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 .../192-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 .../193-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 .../194-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 .../195-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 .../196-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 .../197-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 .../198-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 .../199-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 .../200-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 .../201-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 .../202-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 .../203-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 .../204-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 .../205-node-npmlog_4.1.2-2_all.deb ...
Unpacking node-npmlog (4.1.2-2) ...
Selecting previously unselected package node-osenv.
Preparing to unpack .../206-node-osenv_0.1.5-1_all.deb ...
Unpacking node-osenv (0.1.5-1) ...
Selecting previously unselected package node-tar.
Preparing to unpack .../207-node-tar_6.0.5+ds1+~cs11.3.9-1+deb11u2_all.deb ...
Unpacking node-tar (6.0.5+ds1+~cs11.3.9-1+deb11u2) ...
Selecting previously unselected package node-isexe.
Preparing to unpack .../208-node-isexe_2.0.0-5_all.deb ...
Unpacking node-isexe (2.0.0-5) ...
Selecting previously unselected package node-which.
Preparing to unpack .../209-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 .../210-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 .../211-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 .../212-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 .../213-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 .../214-node-json-schema_0.3.0+~7.0.6-1+deb11u1_all.deb ...
Unpacking node-json-schema (0.3.0+~7.0.6-1+deb11u1) ...
Selecting previously unselected package node-verror.
Preparing to unpack .../215-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 .../216-node-jsprim_2.0.0-1_all.deb ...
Unpacking node-jsprim (2.0.0-1) ...
Selecting previously unselected package node-sshpk.
Preparing to unpack .../217-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 .../218-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 .../219-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 .../220-node-ini_2.0.0-1_all.deb ...
Unpacking node-ini (2.0.0-1) ...
Selecting previously unselected package node-ip.
Preparing to unpack .../221-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 .../222-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 .../223-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 .../224-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 .../225-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 .../226-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 .../227-node-jsonparse_1.3.1-7_all.deb ...
Unpacking node-jsonparse (1.3.1-7) ...
Selecting previously unselected package node-through.
Preparing to unpack .../228-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 .../229-node-jsonstream_1.3.5-1_all.deb ...
Unpacking node-jsonstream (1.3.5-1) ...
Selecting previously unselected package node-leven.
Preparing to unpack .../230-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 .../231-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 .../232-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 .../233-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 .../234-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 .../235-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 .../236-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 .../237-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 .../238-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 .../239-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 .../240-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 .../241-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 .../242-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 .../243-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 .../244-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 .../245-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 .../246-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 .../247-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 .../248-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 .../249-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 .../250-node-read_1.0.7-2_all.deb ...
Unpacking node-read (1.0.7-2) ...
Selecting previously unselected package node-promzard.
Preparing to unpack .../251-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 .../252-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 .../253-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 .../254-node-qs_6.9.4+ds-1+deb11u1_all.deb ...
Unpacking node-qs (6.9.4+ds-1+deb11u1) ...
Selecting previously unselected package node-slash.
Preparing to unpack .../255-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 .../256-node-read-package-json_3.0.0-1_all.deb ...
Unpacking node-read-package-json (3.0.0-1) ...
Selecting previously unselected package node-universalify.
Preparing to unpack .../257-node-universalify_2.0.0-2_all.deb ...
Unpacking node-universalify (2.0.0-2) ...
Selecting previously unselected package node-tough-cookie.
Preparing to unpack .../258-node-tough-cookie_4.0.0-2+deb11u1_all.deb ...
Unpacking node-tough-cookie (4.0.0-2+deb11u1) ...
Selecting previously unselected package node-tunnel-agent.
Preparing to unpack .../259-node-tunnel-agent_0.6.1-2_all.deb ...
Unpacking node-tunnel-agent (0.6.1-2) ...
Selecting previously unselected package node-uuid.
Preparing to unpack .../260-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-request.
Preparing to unpack .../261-node-request_2.88.1-5_all.deb ...
Unpacking node-request (2.88.1-5) ...
Selecting previously unselected package node-resolve-from.
Preparing to unpack .../262-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 .../263-node-text-table_0.2.0-2_all.deb ...
Unpacking node-text-table (0.2.0-2) ...
Selecting previously unselected package node-typedarray-to-buffer.
Preparing to unpack .../264-node-typedarray-to-buffer_4.0.0-1_all.deb ...
Unpacking node-typedarray-to-buffer (4.0.0-1) ...
Selecting previously unselected package node-write-file-atomic.
Preparing to unpack .../265-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 nodejs-doc.
Preparing to unpack .../266-nodejs-doc_12.22.12~dfsg-1~deb11u6_all.deb ...
Unpacking nodejs-doc (12.22.12~dfsg-1~deb11u6) ...
Selecting previously unselected package npm.
Preparing to unpack .../267-npm_7.5.2+ds-2_all.deb ...
Unpacking npm (7.5.2+ds-2) ...
Selecting previously unselected package termit.
Preparing to unpack .../268-termit_3.1-1_amd64.deb ...
Unpacking termit (3.1-1) ...
Selecting previously unselected package x11-utils.
Preparing to unpack .../269-x11-utils_7.7+5_amd64.deb ...
Unpacking x11-utils (7.7+5) ...
Selecting previously unselected package x11-xserver-utils.
Preparing to unpack .../270-x11-xserver-utils_7.7+8_amd64.deb ...
Unpacking x11-xserver-utils (7.7+8) ...
Setting up python3-pkg-resources (52.0.0-4+deb11u1) ...
Setting up node-qs (6.9.4+ds-1+deb11u1) ...
Setting up libtext-iconv-perl (1.7-7+b1) ...
Setting up javascript-common (11+nmu1) ...
Setting up node-extsprintf (1.4.0-1) ...
Setting up systemd-sysv (247.3-7+deb11u6) ...
Setting up libxft2:amd64 (2.3.2-2) ...
Setting up libproxy1v5:amd64 (0.4.17-1) ...
Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
Setting up libtie-ixhash-perl (1.23-2.1) ...
Setting up libjs-inherits (2.0.4-1) ...
Setting up libxpm4:amd64 (1:3.5.12-1.1+deb11u1) ...
Setting up libfont-afm-perl (1.20-3) ...
Setting up libvte-2.91-common (0.62.3-1) ...
Setting up libclone-perl (0.45-1+b1) ...
Setting up libio-stringy-perl (2.111-3) ...
Setting up libhtml-tagset-perl (3.20-4) ...
Setting up libauthen-sasl-perl (2.1600-1.1) ...
Setting up liblwp-mediatypes-perl (6.04-1) ...
Setting up node-through (2.3.8+~cs0.0.30-1) ...
Setting up libxcb-shape0:amd64 (1.14-3) ...
Setting up libtry-tiny-perl (0.30-1) ...
Setting up libxxf86dga1:amd64 (2:1.1.4-1+b3) ...
Setting up perl-openssl-defaults:amd64 (5) ...
Setting up node-color-name (1.1.4+~1.1.1-1) ...
Setting up libnss-systemd:amd64 (247.3-7+deb11u6) ...
First installation detected...
Checking NSS setup...
Setting up xkb-data (2.29-2) ...
Setting up libencode-locale-perl (1.05-1.1) ...
Setting up libc-ares2:amd64 (1.17.1-1+deb11u3) ...
Setting up libxaw7:amd64 (2:1.0.13-1.1) ...
Setting up node-uuid (8.3.2+~8.3.0-4) ...
Setting up libatspi2.0-0:amd64 (2.38.0-4+deb11u1) ...
Setting up node-indent-string (4.0.0-1) ...
Setting up libcolord2:amd64 (1.4.5-3) ...
Setting up node-chownr (1.1.3-5) ...
Setting up libdconf1:amd64 (0.38.0-2) ...
Setting up libjs-psl (1.8.0+ds-4) ...
Setting up node-json-schema-traverse (1.0.0-2) ...
Setting up libatk-bridge2.0-0:amd64 (2.38.0-1) ...
Setting up node-universalify (2.0.0-2) ...
Setting up node-ini (2.0.0-1) ...
Setting up libfontenc1:amd64 (1:1.1.4-1) ...
Setting up libuv1:amd64 (1.40.0-2+deb11u1) ...
Setting up node-json-parse-better-errors (1.0.2+~2.3.1-1) ...
Setting up node-fast-deep-equal (3.1.3-1) ...
Setting up node-err-code (2.0.3+dfsg-1) ...
Setting up libdata-dump-perl (1.23-1.1) ...
Setting up node-resolve-from (5.0.0+~3.1.0+~3.3.0+~2.0.0-1) ...
Setting up libepoxy0:amd64 (1.5.5-1) ...
Setting up libipc-system-simple-perl (1.30-1) ...
Setting up libxml-xpathengine-perl (0.14-1) ...
Setting up dbus (1.12.28-0+deb11u1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libxv1:amd64 (2:1.0.11-1) ...
Setting up systemd-timesyncd (247.3-7+deb11u6) ...
Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
Setting up libio-html-perl (1.004-2) ...
Setting up libtimedate-perl (2.3300-2) ...
Setting up libjs-typedarray-to-buffer (4.0.0-1) ...
Setting up libjs-highlight.js (9.18.5+dfsg1-1) ...
Setting up at-spi2-core (2.38.0-4+deb11u1) ...
Setting up liblua5.3-0:amd64 (5.3.3-1.1+deb11u1) ...
Setting up libpam-systemd:amd64 (247.3-7+deb11u6) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.)
debconf: falling back to frontend: Readline
Setting up libjson-glib-1.0-common (1.6.2-1) ...
Setting up node-json-schema (0.3.0+~7.0.6-1+deb11u1) ...
Setting up libwayland-egl1:amd64 (1.18.0-2~exp1.1) ...
Setting up libxkbfile1:amd64 (1:1.1.0-1) ...
Setting up glib-networking-common (2.66.0-2) ...
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 libxmuu1:amd64 (2:1.1.2-2+b3) ...
Setting up libx11-protocol-perl (0.56-7.1) ...
Setting up libjs-is-typedarray (1.0.0-3) ...
Setting up libxkbcommon0:amd64 (1.0.3-2) ...
Setting up gyp (0.1+20200513gitcaa6002-2) ...
Setting up libwayland-client0:amd64 (1.18.0-2~exp1.1) ...
Setting up libnet-ssleay-perl (1.88-3+b1) ...
Setting up libuv1-dev:amd64 (1.40.0-2+deb11u1) ...
Setting up glib-networking-services (2.66.0-2) ...
Setting up libhttp-date-perl (6.05-1) ...
Setting up libfile-basedir-perl (0.08-1) ...
Setting up libfile-listing-perl (6.14-1) ...
Setting up libnet-http-perl (6.20-1) ...
Setting up x11-xserver-utils (7.7+8) ...
Setting up libnode72:amd64 (12.22.12~dfsg-1~deb11u6) ...
Setting up libjson-glib-1.0-0:amd64 (1.6.2-1) ...
Setting up dbus-user-session (1.12.28-0+deb11u1) ...
Setting up libfile-desktopentry-perl (0.22-2) ...
Setting up nodejs-doc (12.22.12~dfsg-1~deb11u6) ...
Setting up node-is-typedarray (1.0.0-3) ...
Setting up libwww-robotrules-perl (6.02-1) ...
Setting up libwayland-cursor0:amd64 (1.18.0-2~exp1.1) ...
Setting up libhtml-parser-perl (3.75-1+b1) ...
Setting up x11-utils (7.7+5) ...
Setting up libio-socket-ssl-perl (2.069-1) ...
Setting up libhttp-message-perl (6.28-1) ...
Setting up libhtml-form-perl (6.07-1) ...
Setting up libfile-mimeinfo-perl (0.30-1) ...
Setting up libhttp-negotiate-perl (6.01-1) ...
Setting up libnode-dev (12.22.12~dfsg-1~deb11u6) ...
Setting up libhttp-cookies-perl (6.10-1) ...
Setting up libhtml-tree-perl (5.07-2) ...
Setting up dconf-service (0.38.0-2) ...
Setting up libhtml-format-perl (2.12-1.1) ...
Setting up nodejs (12.22.12~dfsg-1~deb11u6) ...
update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode
Setting up node-aws4 (1.11.0-1) ...
Setting up node-function-bind (1.1.1+repack-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 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 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 node-json-stringify-safe (5.0.1+repack-3) ...
Setting up libnet-smtp-ssl-perl (1.04-1) ...
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 libmailtools-perl (2.21-1) ...
Setting up node-balanced-match (1.0.0-1) ...
Setting up node-ansi (0.3.1-1) ...
Setting up node-brace-expansion (2.0.0-1) ...
Setting up node-spdx-exceptions (2.3.0-1) ...
Setting up node-set-blocking (2.0.0-1.1) ...
Setting up node-tunnel-agent (0.6.1-2) ...
Setting up node-npm-bundled (1.1.1-1) ...
Setting up node-signal-exit (3.0.3-1) ...
Setting up node-wrappy (1.0.2-1.1) ...
Setting up node-typedarray-to-buffer (4.0.0-1) ...
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 node-punycode (2.1.1-3) ...
Setting up node-defaults (1.0.3-2) ...
Setting up node-mute-stream (0.0.8-2) ...
Setting up node-number-is-nan (2.0.0-1) ...
Setting up libhttp-daemon-perl (6.12-1+deb11u1) ...
Setting up node-graceful-fs (4.2.4+repack-1) ...
Setting up node-jsonify (0.0.0-1.1) ...
Setting up node-json-stable-stringify (1.0.1+~cs5.1.32-1) ...
Setting up node-aproba (2.0.0-1) ...
Setting up node-ip-regex (4.3.0-1) ...
Setting up node-spdx-license-ids (3.0.7-1) ...
Setting up node-string-decoder (1.3.0-2) ...
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+deb11u2) ...
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 node-encoding (0.1.13-1) ...
Setting up node-read (1.0.7-2) ...
Setting up node-asn1 (0.2.3-2) ...
Setting up node-color-convert (1.9.3-1) ...
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 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 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 node-jsbn (1.1.0-1.1) ...
Setting up node-object-assign (4.1.1-3) ...
Setting up node-leven (3.1.0+~cs1.1.1-1) ...
Setting up node-abbrev (1.1.1-2) ...
Setting up node-puka (1.0.1+dfsg-2) ...
Setting up node-supports-color (8.1.0+~7.2.0-1) ...
Setting up node-yallist (4.0.0-1) ...
Setting up node-ansi-regex (5.0.1-1~deb11u1) ...
Setting up node-once (1.4.0-3) ...
Setting up dconf-gsettings-backend:amd64 (0.38.0-2) ...
Setting up node-write-file-atomic (3.0.3+~3.0.1-1) ...
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 node-retry (0.12.0-1) ...
Setting up node-concat-map (0.0.1-2) ...
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 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 node-ajv (6.12.6-2) ...
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 node-extend (3.0.2-1) ...
Setting up node-jsonstream (1.3.5-1) ...
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 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-tar (6.0.5+ds1+~cs11.3.9-1+deb11u2) ...
Setting up node-inflight (1.0.6-1.1) ...
Setting up node-tough-cookie (4.0.0-2+deb11u1) ...
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 libgtk-3-common (3.24.24-4+deb11u4) ...
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-columnify (1.5.4-3) ...
Setting up node-jsprim (2.0.0-1) ...
Setting up node-are-we-there-yet (1.1.5-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 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-request (2.88.1-5) ...
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 libwww-perl (6.52-1) ...
Setting up liblwp-protocol-https-perl (6.10-1) ...
Setting up libxml-parser-perl:amd64 (2.46-2) ...
Setting up libxml-twig-perl (1:3.52-1) ...
Setting up libnet-dbus-perl (1.2.0-1+b1) ...
Processing triggers for libglib2.0-0:amd64 (2.66.8-1+deb11u5) ...
Processing triggers for libc-bin (2.31-13+deb11u11) ...
Setting up glib-networking:amd64 (2.66.0-2) ...
Setting up libsoup2.4-1:amd64 (2.72.0-2+deb11u1) ...
Setting up libsoup-gnome2.4-1:amd64 (2.72.0-2+deb11u1) ...
Setting up librest-0.7-0:amd64 (0.8.1-1.1) ...
Setting up libgtk-3-0:amd64 (3.24.24-4+deb11u4) ...
Setting up libgtk-3-bin (3.24.24-4+deb11u4) ...
Setting up libvte-2.91-0:amd64 (0.62.3-1) ...
Setting up termit (3.1-1) ...
update-alternatives: using /usr/bin/termit to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
Processing triggers for libc-bin (2.31-13+deb11u11) ...
make: Entering directory '/home/r/repo'
+ mkdir -p target
+ p=net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
+ m2=/root/.m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
+ '[' -e /root/.m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar ']'
+ wget --no-verbose -O target/saxon.jar https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
2025-03-04 10:08:19 URL:https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar [5006294/5006294] -> "target/saxon.jar" [1]
+ bundle install
33mDon't run Bundler as root. Installing your bundle as root will break this
application for all non-root users on this machine.0m
Bundler 2.6.2 is running, but your lockfile was generated with 2.5.16. Installing Bundler 2.5.16 and restarting using that version.
Fetching gem metadata from https://rubygems.org/.
32mFetching bundler 2.5.160m
32mInstalling bundler 2.5.160m
33mDon't run Bundler as root. Installing your bundle as root will break this
application for all non-root users on this machine.0m
Fetching gem metadata from http://rubygems.org/.........
32mFetching benchmark 0.4.00m
32mInstalling benchmark 0.4.00m
32mFetching bigdecimal 3.1.90m
32mInstalling bigdecimal 3.1.9 with native extensions0m
32mFetching concurrent-ruby 1.3.50m
32mInstalling concurrent-ruby 1.3.50m
32mFetching connection_pool 2.5.00m
32mInstalling connection_pool 2.5.00m
32mFetching i18n 1.14.70m
32mInstalling i18n 1.14.70m
32mFetching logger 1.6.60m
32mInstalling logger 1.6.60m
32mFetching securerandom 0.4.10m
32mInstalling securerandom 0.4.10m
32mFetching tzinfo 2.0.60m
32mInstalling tzinfo 2.0.60m
32mFetching uri 1.0.30m
32mInstalling uri 1.0.30m
32mFetching activesupport 8.0.10m
32mInstalling activesupport 8.0.10m
32mFetching public_suffix 6.0.10m
32mInstalling public_suffix 6.0.10m
32mFetching addressable 2.8.70m
32mInstalling addressable 2.8.70m
32mFetching ansi 1.5.00m
32mInstalling ansi 1.5.00m
32mFetching ast 2.4.20m
32mInstalling ast 2.4.20m
32mFetching backtrace 0.4.00m
32mInstalling backtrace 0.4.00m
32mFetching loog 0.6.00m
32mInstalling loog 0.6.00m
32mFetching tago 0.0.20m
32mInstalling tago 0.0.20m
32mFetching elapsed 0.0.10m
32mInstalling elapsed 0.0.10m
32mFetching net-http 0.6.00m
32mInstalling net-http 0.6.00m
32mFetching faraday-net_http 3.4.00m
32mInstalling faraday-net_http 3.4.00m
32mFetching json 2.10.10m
32mInstalling json 2.10.1 with native extensions0m
32mFetching faraday 2.12.20m
32mInstalling faraday 2.12.20m
32mFetching faraday-http-cache 2.5.10m
32mInstalling faraday-http-cache 2.5.10m
32mFetching multipart-post 2.4.10m
32mInstalling multipart-post 2.4.10m
32mFetching faraday-multipart 1.1.00m
32mInstalling faraday-multipart 1.1.00m
32mFetching faraday-retry 2.2.10m
32mInstalling faraday-retry 2.2.10m
32mFetching iri 0.10.00m
32mInstalling iri 0.10.00m
32mFetching retries 0.0.50m
32mInstalling retries 0.0.50m
32mFetching ffi 1.17.1 (x86_64-linux-gnu)0m
32mInstalling ffi 1.17.1 (x86_64-linux-gnu)0m
32mFetching ethon 0.16.00m
32mInstalling ethon 0.16.00m
32mFetching typhoeus 1.4.10m
32mInstalling typhoeus 1.4.10m
32mFetching baza.rb 0.0.90m
32mInstalling baza.rb 0.0.90m
32mFetching builder 3.3.00m
32mInstalling builder 3.3.00m
32mFetching rexml 3.4.10m
32mInstalling rexml 3.4.10m
32mFetching crack 1.0.00m
32mInstalling crack 1.0.00m
32mFetching decoor 0.0.10m
32mInstalling decoor 0.0.10m
32mFetching docile 1.4.10m
32mInstalling docile 1.4.10m
32mFetching others 0.0.30m
32mInstalling others 0.0.30m
32mFetching yaml 0.4.00m
32mInstalling yaml 0.4.00m
32mFetching factbase 0.7.50m
32mInstalling factbase 0.7.50m
32mFetching fiber-storage 1.0.00m
32mInstalling fiber-storage 1.0.00m
32mFetching graphql 2.4.110m
32mInstalling graphql 2.4.110m
32mFetching graphql-client 0.25.00m
32mInstalling graphql-client 0.25.00m
32mFetching ostruct 0.6.10m
32mInstalling ostruct 0.6.10m
32mFetching gli 2.22.20m
32mInstalling gli 2.22.20m
32mFetching moments 0.3.00m
32mInstalling moments 0.3.00m
32mFetching timeout 0.4.30m
32mInstalling timeout 0.4.30m
32mFetching total 0.4.10m
32mInstalling total 0.4.10m
32mFetching judges 0.36.10m
32mInstalling judges 0.36.10m
32mFetching liquid 5.5.10m
32mInstalling liquid 5.5.10m
32mFetching obk 0.3.10m
32mInstalling obk 0.3.10m
32mFetching sawyer 0.9.20m
32mInstalling sawyer 0.9.20m
32mFetching octokit 9.2.00m
32mInstalling octokit 9.2.00m
32mFetching verbose 0.0.20m
32mInstalling verbose 0.0.20m
32mFetching fbe 0.1.00m
32mInstalling fbe 0.1.00m
32mFetching hashdiff 1.1.20m
32mInstalling hashdiff 1.1.20m
32mFetching language_server-protocol 3.17.0.40m
32mInstalling language_server-protocol 3.17.0.40m
32mFetching lint_roller 1.1.00m
32mInstalling lint_roller 1.1.00m
32mFetching ruby-progressbar 1.13.00m
32mInstalling ruby-progressbar 1.13.00m
32mFetching minitest-reporters 1.7.10m
32mInstalling minitest-reporters 1.7.10m
32mFetching parallel 1.26.30m
32mInstalling parallel 1.26.30m
32mFetching parser 3.3.7.10m
32mInstalling parser 3.3.7.10m
32mFetching qbash 0.4.00m
32mInstalling qbash 0.4.00m
32mFetching redcarpet 3.6.10m
32mInstalling redcarpet 3.6.1 with native extensions0m
32mFetching regexp_parser 2.10.00m
32mInstalling regexp_parser 2.10.00m
32mFetching rubocop-ast 1.38.10m
32mInstalling rubocop-ast 1.38.10m
32mFetching unicode-emoji 4.0.40m
32mInstalling unicode-emoji 4.0.40m
32mFetching unicode-display_width 3.1.40m
32mInstalling unicode-display_width 3.1.40m
32mFetching rubocop 1.73.10m
32mInstalling rubocop 1.73.10m
32mFetching rubocop-minitest 0.37.10m
32mInstalling rubocop-minitest 0.37.10m
32mFetching rubocop-performance 1.24.00m
32mInstalling rubocop-performance 1.24.00m
32mFetching rubocop-rake 0.7.10m
32mInstalling rubocop-rake 0.7.10m
32mFetching rubocop-rspec 3.5.00m
32mInstalling rubocop-rspec 3.5.00m
32mFetching simplecov-html 0.13.10m
32mInstalling simplecov-html 0.13.10m
32mFetching simplecov_json_formatter 0.1.40m
32mInstalling simplecov_json_formatter 0.1.40m
32mFetching simplecov 0.22.00m
32mInstalling simplecov 0.22.00m
32mFetching simplecov-cobertura 2.1.00m
32mInstalling simplecov-cobertura 2.1.00m
32mFetching w3c_validators 1.3.70m
32mInstalling w3c_validators 1.3.70m
32mFetching webmock 3.25.00m
32mInstalling webmock 3.25.00m
32mBundle complete! 16 Gemfile dependencies, 87 gems now installed.0m
32mUse `bundle info [gemname]` to see where a bundled gem is installed.0m
+ npm --no-color install -g uglify-js
K?25h#####.........].-.reify:uglify-js:itimingareify:loadBundlesKCompleted in 00mK
added 1 package, and audited 2 packages in 552ms

found 0 vulnerabilities
+ npm --no-color install -g sass@1.77.2
K?25hnpm.WARN.EBADENGINEdUnsupportedrenginea{ge:fsillfplaceDepinode_modules/sas0mK
npm WARN EBADENGINE   package: 'sass@1.77.2',
npm WARN EBADENGINE   required: { node: '>=14.0.0' },
npm WARN EBADENGINE   current: { node: 'v12.22.12', npm: '7.5.2' }
npm WARN EBADENGINE }
K?25h##############].\.reify:immutable:-httphfetcheGET0200thttps://registry.npm0mKm0mK
added 18 packages, and audited 19 packages in 2s

3 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
+ rm -rf target
make: Leaving directory '/home/r/repo'
[__rultor a2a417a] version set to 0.0.44
 3 files changed, 3 insertions(+), 3 deletions(-)
make: Entering directory '/home/r/repo'
+ mkdir -p target/fb
+ '[' -e target/fb/simple.fb ']'
+ bundle exec judges import tests/simple.yml target/fb/simple.fb
YAML loaded from tests/simple.yml (22 facts)
Nothing to import from target/fb/simple.fb (file not found)
Factbase exported to target/fb/simple.fb (3600 bytes, 22 facts) in 353μs
Import of 22 facts finished in 14ms
+ mkdir -p target/xsl
+ cp xsl/awards.xsl target/xsl/awards.xsl
+ cp xsl/bylaws.xsl target/xsl/bylaws.xsl
+ cp xsl/dot.xsl target/xsl/dot.xsl
+ cp xsl/eva-summary.xsl target/xsl/eva-summary.xsl
+ cp xsl/qo-section.xsl target/xsl/qo-section.xsl
+ cp xsl/vitals.xsl target/xsl/vitals.xsl
+ mkdir -p target/css
+ sass --no-source-map --style=compressed --no-quiet --stop-on-error sass/main.scss target/css/main.css
+ mkdir -p target/js
+ uglifyjs js/outdated.js js/qo-section.js
+ mkdir -p target
+ p=net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
+ m2=/root/.m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
+ '[' -e /root/.m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar ']'
+ wget --no-verbose -O target/saxon.jar https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
2025-03-04 10:08:48 URL:https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar [5006294/5006294] -> "target/saxon.jar" [1]
+ mkdir -p target/html
+ export INPUT_VERBOSE=yes
+ INPUT_VERBOSE=yes
+ export INPUT_OPTIONS=testing=yes
+ INPUT_OPTIONS=testing=yes
+ export GITHUB_WORKSPACE=.
+ GITHUB_WORKSPACE=.
+ export INPUT_FACTBASE=target/fb/simple.fb
+ INPUT_FACTBASE=target/fb/simple.fb
+ export INPUT_COLUMNS=what,when,who
+ INPUT_COLUMNS=what,when,who
+ export INPUT_HIDDEN=_id,_time,_version
+ INPUT_HIDDEN=_id,_time,_version
+ export INPUT_TODAY=2024-07-05T00:00:00Z
+ INPUT_TODAY=2024-07-05T00:00:00Z
++ basename target/fb/simple.fb
+ fb=simple.fb
+ fb=simple
+ export INPUT_OUTPUT=target/output/simple
+ INPUT_OUTPUT=target/output/simple
+ ./entry.sh
+ VERSION=0.0.44
+ '[' -z '' ']'
++ pwd
+ SELF=/home/r/repo
+ '[' -z 'bundle exec judges' ']'
+ '[' -z . ']'
+ cd .
+ gopts=()
+ declare -a gopts
+ '[' -n yes ']'
+ gopts+=("--verbose")
+ export GLI_DEBUG=true
+ GLI_DEBUG=true
+ '[' -z target/output/simple ']'
+ mkdir -p target/output/simple
++ basename target/fb/simple.fb
+ name=simple.fb
+ name=simple
+ for f in yaml xml json html
+ bundle exec judges --verbose print --format yaml --columns what,when,who --hidden _id,_time,_version target/fb/simple.fb target/output/simple/simple.yaml
D: Judges 0.36.1
D: Factbase 0.7.5
D: Ruby: 3.4.2-p28
D: Current directory: /home/r/repo
D: Time: 2025-03-04T10:08:49Z
D: Total memory: 1956Mb
D: Running 'print' command...
The factbase imported from target/fb/simple.fb (3600 bytes, 22 facts) in 679μs
Factbase printed to target/output/simple/simple.yaml (4243 bytes) in 3ms
D: Command 'print' finished in 11ms
+ for f in yaml xml json html
+ bundle exec judges --verbose print --format xml --columns what,when,who --hidden _id,_time,_version target/fb/simple.fb target/output/simple/simple.xml
D: Judges 0.36.1
D: Factbase 0.7.5
D: Ruby: 3.4.2-p28
D: Current directory: /home/r/repo
D: Time: 2025-03-04T10:08:49Z
D: Total memory: 1956Mb
D: Running 'print' command...
The factbase imported from target/fb/simple.fb (3600 bytes, 22 facts) in 383μs
Factbase printed to target/output/simple/simple.xml (6906 bytes) in 2ms
D: Command 'print' finished in 11ms
+ for f in yaml xml json html
+ bundle exec judges --verbose print --format json --columns what,when,who --hidden _id,_time,_version target/fb/simple.fb target/output/simple/simple.json
D: Judges 0.36.1
D: Factbase 0.7.5
D: Ruby: 3.4.2-p28
D: Current directory: /home/r/repo
D: Time: 2025-03-04T10:08:50Z
D: Total memory: 1956Mb
D: Running 'print' command...
The factbase imported from target/fb/simple.fb (3600 bytes, 22 facts) in 322μs
Factbase printed to target/output/simple/simple.json (4020 bytes) in 2ms
D: Command 'print' finished in 10ms
+ for f in yaml xml json html
+ bundle exec judges --verbose print --format html --columns what,when,who --hidden _id,_time,_version target/fb/simple.fb target/output/simple/simple.html
D: Judges 0.36.1
D: Factbase 0.7.5
D: Ruby: 3.4.2-p28
D: Current directory: /home/r/repo
D: Time: 2025-03-04T10:08:50Z
D: Total memory: 1956Mb
D: Running 'print' command...
The factbase imported from target/fb/simple.fb (3600 bytes, 22 facts) in 334μs
Factbase printed to target/output/simple/simple.html (15201 bytes) in 6ms
D: Command 'print' finished in 15ms
+ options=()
+ declare -a options
+ IFS=
+ read -r o
++ xargs
++ echo testing=yes
+ v=testing=yes
+ '[' testing=yes = '' ']'
+ options+=("--option=${v}")
+ IFS=
+ read -r o
+ bundle exec judges --verbose update --no-log --no-summary --max-cycles 1 --option=testing=yes /home/r/repo/judges/ target/fb/simple.fb
D: Judges 0.36.1
D: Factbase 0.7.5
D: Ruby: 3.4.2-p28
D: Current directory: /home/r/repo
D: Time: 2025-03-04T10:08:51Z
D: Total memory: 1956Mb
D: Running 'update' command...
The factbase imported from target/fb/simple.fb (3600 bytes, 22 facts) in 339μs
D: The following options provided:
        TESTING → "yes"

πŸ‘‰ Running add-bylaws-html (#0) at judges/add-bylaws-html/ (1ms already)...
D: Nothing found by '(eq what 'bylaws')' in 1ms
D: Found 1 fact(s) by '(and (eq what 'pmp') (eq area 'hr'))' in 256μs
D: Inserted new fact #23 in 502μs
D: Set 'what' to "bylaws" (String)
D: Set 'html' to "<p>Here is how it&#39;s calculat...>, and award <em>bβ‚‚</em>.</p>\n" (String)
add-bylaws-html finished in 13ms
πŸ‘ The 'add-bylaws-html' judge 1i/0d/5a out of 23 in 17ms

πŸ‘‰ Running copy-who-names (#1) at judges/copy-who-names/ (19ms already)...
D: Found 8 fact(s) by '(and (exists who) (not (exists who_name)) (join 'name_found<=name' (and (eq what 'who-has-name') (eq where $where) (eq who $who))) (exists name_found))' in 3ms
copy-who-names finished in 4ms
πŸ‘ The 'copy-who-names' judge 0i/0d/0a out of 23 in 6ms

πŸ‘‰ Running index-eva (#2) at judges/index-eva/ (26ms already)...
D: Found 2 fact(s) by '(and (eq what 'earned-value-prev') (exists when) (exists start) (exists ac) (not (eq ac 0)) (exists pv) (not (eq pv 0)) (exists ev))' in 796μs
index-eva finished in 1ms
πŸ‘ The 'index-eva' judge 0i/0d/0a out of 23 in 1ms

πŸ‘‰ Running normalize-metrics (#3) at judges/normalize-metrics/ (28ms already)...
D: Found 2 fact(s) by '(eq what 'quantity-of-deliverables')' in 192μs
D: Found 3 fact(s) by '(eq what 'quality-of-service')' in 178μs
normalize-metrics finished in 5ms
πŸ‘ The 'normalize-metrics' judge 0i/0d/0a out of 23 in 6ms
πŸ‘ 4 judge(s) processed in 34ms
Factbase exported to target/fb/simple.fb (5775 bytes, 23 facts) in 1ms
Too many cycles already, as set by --max-cycles=1, breaking
Update finished in 1 cycle(s), did 1i/0d/5a in 36ms
D: Command 'update' finished in 37ms
+ bundle exec judges --verbose print --format xml target/fb/simple.fb target/output/simple/simple.rich.xml
D: Judges 0.36.1
D: Factbase 0.7.5
D: Ruby: 3.4.2-p28
D: Current directory: /home/r/repo
D: Time: 2025-03-04T10:08:51Z
D: Total memory: 1956Mb
D: Running 'print' command...
The factbase imported from target/fb/simple.fb (5775 bytes, 23 facts) in 322μs
Factbase printed to target/output/simple/simple.rich.xml (10840 bytes) in 4ms
D: Command 'print' finished in 12ms
+ '[' -z 2024-07-05T00:00:00Z ']'
+ html=target/output/simple/simple-vitals.html
++ cd /home/r/repo
++ sed 's/[()]//g'
++ cut -f5 '-d '
++ head -1
++ bundle info fbe
++ cat /home/r/repo/target/css/main.css
++ cat /home/r/repo/target/js/main.js
+ java -jar /home/r/repo/target/saxon.jar -s:target/output/simple/simple.rich.xml -xsl:/home/r/repo/target/xsl/vitals.xsl -o:target/output/simple/simple-vitals.html today=2024-07-05T00:00:00Z version=0.0.44 fbe=0.1.0 name=simple logo= 'css=#awards tr.sub td{padding:0}#awards .sorter{cursor:pointer}#awards tbody tr:hover{background-color:#f5f5f5}#awards tr.p_{font-size:90%}#awards td.avatar{text-align:center;vertical-align:middle}#awards td.avatar img{height:1.5em;vertical-align:middle;width:1.5em}.bylaws{counter-reset:par}.bylaws .columns{column-count:5}.bylaws .columns p{break-inside:avoid}.bylaws .columns p::before{content:"§" counter(par) ": ";counter-increment:par}.bylaws .columns strong{color:#b8336a;font-family:monospace;font-weight:bolder}.bylaws .columns em{color:#1c448e;font-family:serif;font-weight:bolder}@media(max-width: 1280px){.bylaws .columns{column-count:4}}@media(max-width: 768px){.bylaws .columns{column-count:3}}.qo-section{width:40em}.qo-section canvas{width:100%}section{width:auto}footer{color:#282828;font-size:.8em;line-height:1.2em;text-align:center}article{border:0}header{text-align:center}header a:hover{text-decoration:none}header img{height:64px;vertical-align:middle}header span{background-color:#131515;border-radius:.2em;color:#fff;font-size:2em;font-weight:bolder;margin-left:1em;padding:0em .2em;vertical-align:middle}.warning{text-align:center}.warning span{background:darkred;color:#fff;padding:.5em 1em;border-radius:.3em}.ff{font-family:monospace}' 'js=$(function(){const dob=Date.parse($("time[itemprop='\''datePublished'\'']").attr("datetime"));const hours=parseInt((new Date-dob)/(1e3*60*60));if(hours>24){$("article").prepend("<p class='\''warning'\''><span>"+"This page was generated "+hours+" hours ago. "+"The information is most probably outdated.</span></p>")}});function qo_render(canvas,data){const ctx=document.getElementById(canvas);new Chart(ctx,{type:"line",data:data,options:{responsive:false}})}'
+ echo 'HTML generated at target/output/simple/simple-vitals.html'
HTML generated at target/output/simple/simple-vitals.html
+ rm target/output/simple/simple.rich.xml
++ basename target/html/simple.html
+ n=simple.html
+ n=simple
++ dirname target/output/simple
++ dirname target/html/simple.html
+ cp target/output/simple/simple.html target/html/simple.html
++ dirname target/output/simple
++ dirname target/html/simple.html
+ cp target/output/simple/simple-vitals.html target/html/simple-vitals.html
++ ruby -e 'require "yaml"; YAML.load_file(ARGV[0], permitted_classes: [Time])[0]["xpaths"].split("\n").each { |x| puts x }' tests/simple.yml
+ xpaths='/html
/html/head
/html/body
//a[.="@torvalds"]
//span[@class="darkgreen" and .="+14"]
//span[.="129"]'
+ IFS=
+ read -r xpath
++ dirname target/html/simple.html
+ xmllint --xpath /html target/html/simple-vitals.html
+ IFS=
+ read -r xpath
++ dirname target/html/simple.html
+ xmllint --xpath /html/head target/html/simple-vitals.html
+ IFS=
+ read -r xpath
++ dirname target/html/simple.html
+ xmllint --xpath /html/body target/html/simple-vitals.html
+ IFS=
+ read -r xpath
++ dirname target/html/simple.html
+ xmllint --xpath '//a[.="@torvalds"]' target/html/simple-vitals.html
+ IFS=
+ read -r xpath
++ dirname target/html/simple.html
+ xmllint --xpath '//span[@class=&quot;darkgreen&quot; and .=&quot;+14&quot;]' target/html/simple-vitals.html
+ IFS=
+ read -r xpath
++ dirname target/html/simple.html
+ xmllint --xpath '//span[.=&quot;129&quot;]' target/html/simple-vitals.html
+ IFS=
+ read -r xpath
make: Leaving directory '/home/r/repo'
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  6.048MB
Step 1/16 : FROM ruby:3.4
3.4: Pulling from library/ruby

1B5ad54a8b28: Pulling fs layer
1B31108f3cda: Pulling fs layer
1B281e50d3e4: Pulling fs layer
1B7713e77b4f: Pulling fs layer
1B7ef3efdff2: Pulling fs layer
1B4e7e2d134d: Pulling fs layer
1BDigest:6sha256:d780a9b44dc5e57a4968d3e4b086bbdd9b595f06d747da10b29e568386fe1dd9
Status: Downloaded newer image for ruby:3.4
 ---> 6d367d8d0d54
Step 2/16 : LABEL "repository"="https://github.com/zerocracy/pages-action"
 ---> Running in ee82e3a336bd
 ---> Removed intermediate container ee82e3a336bd
 ---> 473b200d771d
Step 3/16 : LABEL "maintainer"="Yegor Bugayenko"
 ---> Running in 315d6954274c
 ---> Removed intermediate container 315d6954274c
 ---> 3739fcf9257f
Step 4/16 : LABEL "version"="0.0.44"
 ---> Running in 2c161574ef65
 ---> Removed intermediate container 2c161574ef65
 ---> 5e0c8fa20a01
Step 5/16 : RUN apt-get update -y --fix-missing   && apt-get -y install --no-install-recommends     openjdk-17-jdk   && apt-get clean   && rm -rf /var/lib/apt/lists/*
 ---> Running in 1b9cf1c0a867
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [13.5 kB]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [246 kB]
Fetched 9306 kB in 2s (6080 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  adwaita-icon-theme at-spi2-common ca-certificates-java gtk-update-icon-cache
  java-common libasound2 libasound2-data libatk1.0-0 libavahi-client3
  libavahi-common-data libavahi-common3 libcups2 libdbus-1-3 libdrm-amdgpu1
  libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libgif7
  libgl1 libgl1-mesa-dri libglapi-mesa libglvnd0 libglx-mesa0 libglx0
  libgtk2.0-0 libgtk2.0-common libllvm15 libnspr4 libnss3 libpciaccess0
  libpcsclite1 libsensors-config libsensors5 libx11-xcb1 libxcb-dri2-0
  libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-sync1
  libxcb-xfixes0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6
  libxinerama1 libxrandr2 libxshmfence1 libxtst6 libxxf86vm1 libz3-4
  openjdk-17-jdk-headless openjdk-17-jre openjdk-17-jre-headless
Suggested packages:
  default-jre libasound2-plugins alsa-utils cups-common gvfs pciutils pcscd
  lm-sensors openjdk-17-demo openjdk-17-source visualvm libnss-mdns
  fonts-dejavu-extra fonts-ipafont-gothic fonts-ipafont-mincho
  fonts-wqy-microhei | fonts-wqy-zenhei fonts-indic
Recommended packages:
  alsa-ucm-conf alsa-topology-conf dbus libgail-common libgtk2.0-bin
  libatk-wrapper-java-jni fonts-dejavu-extra
The following NEW packages will be installed:
  adwaita-icon-theme at-spi2-common ca-certificates-java gtk-update-icon-cache
  java-common libasound2 libasound2-data libatk1.0-0 libavahi-client3
  libavahi-common-data libavahi-common3 libcups2 libdbus-1-3 libdrm-amdgpu1
  libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libgif7
  libgl1 libgl1-mesa-dri libglapi-mesa libglvnd0 libglx-mesa0 libglx0
  libgtk2.0-0 libgtk2.0-common libllvm15 libnspr4 libnss3 libpciaccess0
  libpcsclite1 libsensors-config libsensors5 libx11-xcb1 libxcb-dri2-0
  libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-sync1
  libxcb-xfixes0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6
  libxinerama1 libxrandr2 libxshmfence1 libxtst6 libxxf86vm1 libz3-4
  openjdk-17-jdk openjdk-17-jdk-headless openjdk-17-jre
  openjdk-17-jre-headless
0 upgraded, 58 newly installed, 0 to remove and 0 not upgraded.
Need to get 170 MB of archives.
After this operation, 504 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 gtk-update-icon-cache amd64 3.24.38-2~deb12u3 [44.2 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 adwaita-icon-theme all 43-1 [5124 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 at-spi2-common all 2.46.0-5 [162 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 ca-certificates-java all 20230710~deb12u1 [11.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 java-common all 0.74 [6388 B]
Get:6 http://deb.debian.org/debian bookworm/main amd64 libasound2-data all 1.2.8-1 [20.5 kB]
Get:7 http://deb.debian.org/debian bookworm/main amd64 libasound2 amd64 1.2.8-1+b1 [362 kB]
Get:8 http://deb.debian.org/debian bookworm/main amd64 libatk1.0-0 amd64 2.46.0-5 [49.6 kB]
Get:9 http://deb.debian.org/debian bookworm/main amd64 libavahi-common-data amd64 0.8-10+deb12u1 [107 kB]
Get:10 http://deb.debian.org/debian bookworm/main amd64 libavahi-common3 amd64 0.8-10+deb12u1 [42.1 kB]
Get:11 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB]
Get:12 http://deb.debian.org/debian bookworm/main amd64 libavahi-client3 amd64 0.8-10+deb12u1 [45.8 kB]
Get:13 http://deb.debian.org/debian bookworm/main amd64 libcups2 amd64 2.4.2-3+deb12u8 [246 kB]
Get:14 http://deb.debian.org/debian bookworm/main amd64 libdrm-common all 2.4.114-1 [7112 B]
Get:15 http://deb.debian.org/debian bookworm/main amd64 libdrm2 amd64 2.4.114-1+b1 [37.5 kB]
Get:16 http://deb.debian.org/debian bookworm/main amd64 libdrm-amdgpu1 amd64 2.4.114-1+b1 [20.9 kB]
Get:17 http://deb.debian.org/debian bookworm/main amd64 libpciaccess0 amd64 0.17-2 [51.4 kB]
Get:18 http://deb.debian.org/debian bookworm/main amd64 libdrm-intel1 amd64 2.4.114-1+b1 [64.0 kB]
Get:19 http://deb.debian.org/debian bookworm/main amd64 libdrm-nouveau2 amd64 2.4.114-1+b1 [19.1 kB]
Get:20 http://deb.debian.org/debian bookworm/main amd64 libdrm-radeon1 amd64 2.4.114-1+b1 [21.8 kB]
Get:21 http://deb.debian.org/debian bookworm/main amd64 libgif7 amd64 5.2.1-2.5 [46.9 kB]
Get:22 http://deb.debian.org/debian bookworm/main amd64 libglvnd0 amd64 1.6.0-1 [51.8 kB]
Get:23 http://deb.debian.org/debian bookworm/main amd64 libglapi-mesa amd64 22.3.6-1+deb12u1 [35.7 kB]
Get:24 http://deb.debian.org/debian bookworm/main amd64 libx11-xcb1 amd64 2:1.8.4-2+deb12u2 [192 kB]
Get:25 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri2-0 amd64 1.15-1 [107 kB]
Get:26 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri3-0 amd64 1.15-1 [107 kB]
Get:27 http://deb.debian.org/debian bookworm/main amd64 libxcb-glx0 amd64 1.15-1 [122 kB]
Get:28 http://deb.debian.org/debian bookworm/main amd64 libxcb-present0 amd64 1.15-1 [105 kB]
Get:29 http://deb.debian.org/debian bookworm/main amd64 libxcb-randr0 amd64 1.15-1 [117 kB]
Get:30 http://deb.debian.org/debian bookworm/main amd64 libxcb-sync1 amd64 1.15-1 [109 kB]
Get:31 http://deb.debian.org/debian bookworm/main amd64 libxcb-xfixes0 amd64 1.15-1 [109 kB]
Get:32 http://deb.debian.org/debian bookworm/main amd64 libxfixes3 amd64 1:6.0.0-2 [22.7 kB]
Get:33 http://deb.debian.org/debian bookworm/main amd64 libxshmfence1 amd64 1.3-1 [8820 B]
Get:34 http://deb.debian.org/debian bookworm/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB]
Get:35 http://deb.debian.org/debian bookworm/main amd64 libz3-4 amd64 4.8.12-3.1 [7216 kB]
Get:36 http://deb.debian.org/debian bookworm/main amd64 libllvm15 amd64 1:15.0.6-4+b1 [23.1 MB]
Get:37 http://deb.debian.org/debian bookworm/main amd64 libsensors-config all 1:3.6.0-7.1 [14.3 kB]
Get:38 http://deb.debian.org/debian bookworm/main amd64 libsensors5 amd64 1:3.6.0-7.1 [34.2 kB]
Get:39 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-dri amd64 22.3.6-1+deb12u1 [7239 kB]
Get:40 http://deb.debian.org/debian bookworm/main amd64 libglx-mesa0 amd64 22.3.6-1+deb12u1 [147 kB]
Get:41 http://deb.debian.org/debian bookworm/main amd64 libglx0 amd64 1.6.0-1 [34.4 kB]
Get:42 http://deb.debian.org/debian bookworm/main amd64 libgl1 amd64 1.6.0-1 [88.4 kB]
Get:43 http://deb.debian.org/debian bookworm/main amd64 libgtk2.0-common all 2.24.33-2+deb12u1 [2660 kB]
Get:44 http://deb.debian.org/debian bookworm/main amd64 libxcomposite1 amd64 1:0.4.5-1 [16.6 kB]
Get:45 http://deb.debian.org/debian bookworm/main amd64 libxcursor1 amd64 1:1.2.1-1 [40.9 kB]
Get:46 http://deb.debian.org/debian bookworm/main amd64 libxdamage1 amd64 1:1.1.6-1 [15.1 kB]
Get:47 http://deb.debian.org/debian bookworm/main amd64 libxi6 amd64 2:1.8-1+b1 [84.2 kB]
Get:48 http://deb.debian.org/debian bookworm/main amd64 libxinerama1 amd64 2:1.1.4-3 [17.8 kB]
Get:49 http://deb.debian.org/debian bookworm/main amd64 libxrandr2 amd64 2:1.5.2-2+b1 [39.2 kB]
Get:50 http://deb.debian.org/debian bookworm/main amd64 libgtk2.0-0 amd64 2.24.33-2+deb12u1 [1811 kB]
Get:51 http://deb.debian.org/debian bookworm/main amd64 libnspr4 amd64 2:4.35-1 [113 kB]
Get:52 http://deb.debian.org/debian bookworm/main amd64 libnss3 amd64 2:3.87.1-1+deb12u1 [1331 kB]
Get:53 http://deb.debian.org/debian bookworm/main amd64 libpcsclite1 amd64 1.9.9-2 [49.7 kB]
Get:54 http://deb.debian.org/debian bookworm/main amd64 libxtst6 amd64 2:1.2.3-1.1 [28.0 kB]
Get:55 http://deb.debian.org/debian-security bookworm-security/main amd64 openjdk-17-jre-headless amd64 17.0.14+7-1~deb12u1 [43.8 MB]
Get:56 http://deb.debian.org/debian-security bookworm-security/main amd64 openjdk-17-jre amd64 17.0.14+7-1~deb12u1 [210 kB]
Get:57 http://deb.debian.org/debian-security bookworm-security/main amd64 openjdk-17-jdk-headless amd64 17.0.14+7-1~deb12u1 [71.5 MB]
Get:58 http://deb.debian.org/debian-security bookworm-security/main amd64 openjdk-17-jdk amd64 17.0.14+7-1~deb12u1 [2379 kB]
91mdebconf: delaying package configuration, since apt-utils is not installed
0mFetched 170 MB in 2s (84.0 MB/s)
Selecting previously unselected package gtk-update-icon-cache.
(Reading database ... 23254 files and directories currently installed.)
Preparing to unpack .../00-gtk-update-icon-cache_3.24.38-2~deb12u3_amd64.deb ...
Unpacking gtk-update-icon-cache (3.24.38-2~deb12u3) ...
Selecting previously unselected package adwaita-icon-theme.
Preparing to unpack .../01-adwaita-icon-theme_43-1_all.deb ...
Unpacking adwaita-icon-theme (43-1) ...
Selecting previously unselected package at-spi2-common.
Preparing to unpack .../02-at-spi2-common_2.46.0-5_all.deb ...
Unpacking at-spi2-common (2.46.0-5) ...
Selecting previously unselected package ca-certificates-java.
Preparing to unpack .../03-ca-certificates-java_20230710~deb12u1_all.deb ...
Unpacking ca-certificates-java (20230710~deb12u1) ...
Selecting previously unselected package java-common.
Preparing to unpack .../04-java-common_0.74_all.deb ...
Unpacking java-common (0.74) ...
Selecting previously unselected package libasound2-data.
Preparing to unpack .../05-libasound2-data_1.2.8-1_all.deb ...
Unpacking libasound2-data (1.2.8-1) ...
Selecting previously unselected package libasound2:amd64.
Preparing to unpack .../06-libasound2_1.2.8-1+b1_amd64.deb ...
Unpacking libasound2:amd64 (1.2.8-1+b1) ...
Selecting previously unselected package libatk1.0-0:amd64.
Preparing to unpack .../07-libatk1.0-0_2.46.0-5_amd64.deb ...
Unpacking libatk1.0-0:amd64 (2.46.0-5) ...
Selecting previously unselected package libavahi-common-data:amd64.
Preparing to unpack .../08-libavahi-common-data_0.8-10+deb12u1_amd64.deb ...
Unpacking libavahi-common-data:amd64 (0.8-10+deb12u1) ...
Selecting previously unselected package libavahi-common3:amd64.
Preparing to unpack .../09-libavahi-common3_0.8-10+deb12u1_amd64.deb ...
Unpacking libavahi-common3:amd64 (0.8-10+deb12u1) ...
Selecting previously unselected package libdbus-1-3:amd64.
Preparing to unpack .../10-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ...
Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ...
Selecting previously unselected package libavahi-client3:amd64.
Preparing to unpack .../11-libavahi-client3_0.8-10+deb12u1_amd64.deb ...
Unpacking libavahi-client3:amd64 (0.8-10+deb12u1) ...
Selecting previously unselected package libcups2:amd64.
Preparing to unpack .../12-libcups2_2.4.2-3+deb12u8_amd64.deb ...
Unpacking libcups2:amd64 (2.4.2-3+deb12u8) ...
Selecting previously unselected package libdrm-common.
Preparing to unpack .../13-libdrm-common_2.4.114-1_all.deb ...
Unpacking libdrm-common (2.4.114-1) ...
Selecting previously unselected package libdrm2:amd64.
Preparing to unpack .../14-libdrm2_2.4.114-1+b1_amd64.deb ...
Unpacking libdrm2:amd64 (2.4.114-1+b1) ...
Selecting previously unselected package libdrm-amdgpu1:amd64.
Preparing to unpack .../15-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ...
Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
Selecting previously unselected package libpciaccess0:amd64.
Preparing to unpack .../16-libpciaccess0_0.17-2_amd64.deb ...
Unpacking libpciaccess0:amd64 (0.17-2) ...
Selecting previously unselected package libdrm-intel1:amd64.
Preparing to unpack .../17-libdrm-intel1_2.4.114-1+b1_amd64.deb ...
Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ...
Selecting previously unselected package libdrm-nouveau2:amd64.
Preparing to unpack .../18-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ...
Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
Selecting previously unselected package libdrm-radeon1:amd64.
Preparing to unpack .../19-libdrm-radeon1_2.4.114-1+b1_amd64.deb ...
Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ...
Selecting previously unselected package libgif7:amd64.
Preparing to unpack .../20-libgif7_5.2.1-2.5_amd64.deb ...
Unpacking libgif7:amd64 (5.2.1-2.5) ...
Selecting previously unselected package libglvnd0:amd64.
Preparing to unpack .../21-libglvnd0_1.6.0-1_amd64.deb ...
Unpacking libglvnd0:amd64 (1.6.0-1) ...
Selecting previously unselected package libglapi-mesa:amd64.
Preparing to unpack .../22-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ...
Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
Selecting previously unselected package libx11-xcb1:amd64.
Preparing to unpack .../23-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ...
Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
Selecting previously unselected package libxcb-dri2-0:amd64.
Preparing to unpack .../24-libxcb-dri2-0_1.15-1_amd64.deb ...
Unpacking libxcb-dri2-0:amd64 (1.15-1) ...
Selecting previously unselected package libxcb-dri3-0:amd64.
Preparing to unpack .../25-libxcb-dri3-0_1.15-1_amd64.deb ...
Unpacking libxcb-dri3-0:amd64 (1.15-1) ...
Selecting previously unselected package libxcb-glx0:amd64.
Preparing to unpack .../26-libxcb-glx0_1.15-1_amd64.deb ...
Unpacking libxcb-glx0:amd64 (1.15-1) ...
Selecting previously unselected package libxcb-present0:amd64.
Preparing to unpack .../27-libxcb-present0_1.15-1_amd64.deb ...
Unpacking libxcb-present0:amd64 (1.15-1) ...
Selecting previously unselected package libxcb-randr0:amd64.
Preparing to unpack .../28-libxcb-randr0_1.15-1_amd64.deb ...
Unpacking libxcb-randr0:amd64 (1.15-1) ...
Selecting previously unselected package libxcb-sync1:amd64.
Preparing to unpack .../29-libxcb-sync1_1.15-1_amd64.deb ...
Unpacking libxcb-sync1:amd64 (1.15-1) ...
Selecting previously unselected package libxcb-xfixes0:amd64.
Preparing to unpack .../30-libxcb-xfixes0_1.15-1_amd64.deb ...
Unpacking libxcb-xfixes0:amd64 (1.15-1) ...
Selecting previously unselected package libxfixes3:amd64.
Preparing to unpack .../31-libxfixes3_1%3a6.0.0-2_amd64.deb ...
Unpacking libxfixes3:amd64 (1:6.0.0-2) ...
Selecting previously unselected package libxshmfence1:amd64.
Preparing to unpack .../32-libxshmfence1_1.3-1_amd64.deb ...
Unpacking libxshmfence1:amd64 (1.3-1) ...
Selecting previously unselected package libxxf86vm1:amd64.
Preparing to unpack .../33-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
Selecting previously unselected package libz3-4:amd64.
Preparing to unpack .../34-libz3-4_4.8.12-3.1_amd64.deb ...
Unpacking libz3-4:amd64 (4.8.12-3.1) ...
Selecting previously unselected package libllvm15:amd64.
Preparing to unpack .../35-libllvm15_1%3a15.0.6-4+b1_amd64.deb ...
Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ...
Selecting previously unselected package libsensors-config.
Preparing to unpack .../36-libsensors-config_1%3a3.6.0-7.1_all.deb ...
Unpacking libsensors-config (1:3.6.0-7.1) ...
Selecting previously unselected package libsensors5:amd64.
Preparing to unpack .../37-libsensors5_1%3a3.6.0-7.1_amd64.deb ...
Unpacking libsensors5:amd64 (1:3.6.0-7.1) ...
Selecting previously unselected package libgl1-mesa-dri:amd64.
Preparing to unpack .../38-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ...
Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
Selecting previously unselected package libglx-mesa0:amd64.
Preparing to unpack .../39-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ...
Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
Selecting previously unselected package libglx0:amd64.
Preparing to unpack .../40-libglx0_1.6.0-1_amd64.deb ...
Unpacking libglx0:amd64 (1.6.0-1) ...
Selecting previously unselected package libgl1:amd64.
Preparing to unpack .../41-libgl1_1.6.0-1_amd64.deb ...
Unpacking libgl1:amd64 (1.6.0-1) ...
Selecting previously unselected package libgtk2.0-common.
Preparing to unpack .../42-libgtk2.0-common_2.24.33-2+deb12u1_all.deb ...
Unpacking libgtk2.0-common (2.24.33-2+deb12u1) ...
Selecting previously unselected package libxcomposite1:amd64.
Preparing to unpack .../43-libxcomposite1_1%3a0.4.5-1_amd64.deb ...
Unpacking libxcomposite1:amd64 (1:0.4.5-1) ...
Selecting previously unselected package libxcursor1:amd64.
Preparing to unpack .../44-libxcursor1_1%3a1.2.1-1_amd64.deb ...
Unpacking libxcursor1:amd64 (1:1.2.1-1) ...
Selecting previously unselected package libxdamage1:amd64.
Preparing to unpack .../45-libxdamage1_1%3a1.1.6-1_amd64.deb ...
Unpacking libxdamage1:amd64 (1:1.1.6-1) ...
Selecting previously unselected package libxi6:amd64.
Preparing to unpack .../46-libxi6_2%3a1.8-1+b1_amd64.deb ...
Unpacking libxi6:amd64 (2:1.8-1+b1) ...
Selecting previously unselected package libxinerama1:amd64.
Preparing to unpack .../47-libxinerama1_2%3a1.1.4-3_amd64.deb ...
Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
Selecting previously unselected package libxrandr2:amd64.
Preparing to unpack .../48-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ...
Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ...
Selecting previously unselected package libgtk2.0-0:amd64.
Preparing to unpack .../49-libgtk2.0-0_2.24.33-2+deb12u1_amd64.deb ...
Unpacking libgtk2.0-0:amd64 (2.24.33-2+deb12u1) ...
Selecting previously unselected package libnspr4:amd64.
Preparing to unpack .../50-libnspr4_2%3a4.35-1_amd64.deb ...
Unpacking libnspr4:amd64 (2:4.35-1) ...
Selecting previously unselected package libnss3:amd64.
Preparing to unpack .../51-libnss3_2%3a3.87.1-1+deb12u1_amd64.deb ...
Unpacking libnss3:amd64 (2:3.87.1-1+deb12u1) ...
Selecting previously unselected package libpcsclite1:amd64.
Preparing to unpack .../52-libpcsclite1_1.9.9-2_amd64.deb ...
Unpacking libpcsclite1:amd64 (1.9.9-2) ...
Selecting previously unselected package libxtst6:amd64.
Preparing to unpack .../53-libxtst6_2%3a1.2.3-1.1_amd64.deb ...
Unpacking libxtst6:amd64 (2:1.2.3-1.1) ...
Selecting previously unselected package openjdk-17-jre-headless:amd64.
Preparing to unpack .../54-openjdk-17-jre-headless_17.0.14+7-1~deb12u1_amd64.deb ...
Unpacking openjdk-17-jre-headless:amd64 (17.0.14+7-1~deb12u1) ...
Selecting previously unselected package openjdk-17-jre:amd64.
Preparing to unpack .../55-openjdk-17-jre_17.0.14+7-1~deb12u1_amd64.deb ...
Unpacking openjdk-17-jre:amd64 (17.0.14+7-1~deb12u1) ...
Selecting previously unselected package openjdk-17-jdk-headless:amd64.
Preparing to unpack .../56-openjdk-17-jdk-headless_17.0.14+7-1~deb12u1_amd64.deb ...
Unpacking openjdk-17-jdk-headless:amd64 (17.0.14+7-1~deb12u1) ...
Selecting previously unselected package openjdk-17-jdk:amd64.
Preparing to unpack .../57-openjdk-17-jdk_17.0.14+7-1~deb12u1_amd64.deb ...
Unpacking openjdk-17-jdk:amd64 (17.0.14+7-1~deb12u1) ...
Setting up libxcb-dri3-0:amd64 (1.15-1) ...
Setting up gtk-update-icon-cache (3.24.38-2~deb12u3) ...
Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
Setting up libpciaccess0:amd64 (0.17-2) ...
Setting up libxdamage1:amd64 (1:1.1.6-1) ...
Setting up libxcb-xfixes0:amd64 (1.15-1) ...
Setting up libxi6:amd64 (2:1.8-1+b1) ...
Setting up java-common (0.74) ...
Setting up libglvnd0:amd64 (1.6.0-1) ...
Setting up libxtst6:amd64 (2:1.2.3-1.1) ...
Setting up libxcb-glx0:amd64 (1.15-1) ...
Setting up libsensors-config (1:3.6.0-7.1) ...
Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
Setting up libxcb-present0:amd64 (1.15-1) ...
Setting up libasound2-data (1.2.8-1) ...
Setting up libz3-4:amd64 (4.8.12-3.1) ...
Setting up adwaita-icon-theme (43-1) ...
update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
Setting up libnspr4:amd64 (2:4.35-1) ...
Setting up libxfixes3:amd64 (1:6.0.0-2) ...
Setting up libxcb-sync1:amd64 (1.15-1) ...
Setting up libavahi-common-data:amd64 (0.8-10+deb12u1) ...
Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ...
Setting up libxinerama1:amd64 (2:1.1.4-3) ...
Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...
Setting up libpcsclite1:amd64 (1.9.9-2) ...
Setting up libsensors5:amd64 (1:3.6.0-7.1) ...
Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
Setting up libxcb-dri2-0:amd64 (1.15-1) ...
Setting up libgif7:amd64 (5.2.1-2.5) ...
Setting up libxshmfence1:amd64 (1.3-1) ...
Setting up at-spi2-common (2.46.0-5) ...
Setting up libxcb-randr0:amd64 (1.15-1) ...
Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...
Setting up libasound2:amd64 (1.2.8-1+b1) ...
Setting up libgtk2.0-common (2.24.33-2+deb12u1) ...
Setting up libatk1.0-0:amd64 (2.46.0-5) ...
Setting up ca-certificates-java (20230710~deb12u1) ...
No JRE found. Skipping Java certificates setup.
Setting up libdrm-common (2.4.114-1) ...
Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
Setting up libxcursor1:amd64 (1:1.2.1-1) ...
Setting up libavahi-common3:amd64 (0.8-10+deb12u1) ...
Setting up libnss3:amd64 (2:3.87.1-1+deb12u1) ...
Setting up libdrm2:amd64 (2.4.114-1+b1) ...
Setting up libavahi-client3:amd64 (0.8-10+deb12u1) ...
Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...
Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...
Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
Setting up libcups2:amd64 (2.4.2-3+deb12u8) ...
Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
Setting up libglx0:amd64 (1.6.0-1) ...
Setting up libgtk2.0-0:amd64 (2.24.33-2+deb12u1) ...
Setting up libgl1:amd64 (1.6.0-1) ...
Setting up openjdk-17-jre-headless:amd64 (17.0.14+7-1~deb12u1) ...
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/java to provide /usr/bin/java (java) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jpackage to provide /usr/bin/jpackage (jpackage) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode
Processing triggers for libc-bin (2.36-9+deb12u9) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for ca-certificates-java (20230710~deb12u1) ...
Adding debian:ACCVRAIZ1.pem
Adding debian:AC_RAIZ_FNMT-RCM.pem
Adding debian:AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem
Adding debian:ANF_Secure_Server_Root_CA.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:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068_2.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:Certainly_Root_E1.pem
Adding debian:Certainly_Root_R1.pem
Adding debian:Certigna.pem
Adding debian:Certigna_Root_CA.pem
Adding debian:Certum_EC-384_CA.pem
Adding debian:Certum_Trusted_Network_CA.pem
Adding debian:Certum_Trusted_Network_CA_2.pem
Adding debian:Certum_Trusted_Root_CA.pem
Adding debian:Comodo_AAA_Services_root.pem
Adding debian:D-TRUST_BR_Root_CA_1_2020.pem
Adding debian:D-TRUST_EV_Root_CA_1_2020.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: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_TLS_ECC_P384_Root_G5.pem
Adding debian:DigiCert_TLS_RSA4096_Root_G5.pem
Adding debian:DigiCert_Trusted_Root_G4.pem
Adding debian:E-Tugra_Certification_Authority.pem
Adding debian:E-Tugra_Global_Root_CA_ECC_v3.pem
Adding debian:E-Tugra_Global_Root_CA_RSA_v3.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:GLOBALTRUST_2020.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: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_-_R3.pem
Adding debian:GlobalSign_Root_CA_-_R6.pem
Adding debian:GlobalSign_Root_E46.pem
Adding debian:GlobalSign_Root_R46.pem
Adding debian:Go_Daddy_Class_2_CA.pem
Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem
Adding debian:HARICA_TLS_ECC_Root_CA_2021.pem
Adding debian:HARICA_TLS_RSA_Root_CA_2021.pem
Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
Adding debian:HiPKI_Root_CA_-_G1.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:ISRG_Root_X2.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:OISTE_WISeKey_Global_Root_GB_CA.pem
Adding debian:OISTE_WISeKey_Global_Root_GC_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_ECC_RootCA1.pem
Adding debian:Security_Communication_RootCA2.pem
Adding debian:Security_Communication_RootCA3.pem
Adding debian:Security_Communication_Root_CA.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:Telia_Root_CA_v2.pem
Adding debian:TrustCor_ECA-1.pem
Adding debian:TrustCor_RootCert_CA-1.pem
Adding debian:TrustCor_RootCert_CA-2.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:TunTrust_Root_CA.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: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
Adding debian:vTrus_ECC_Root_CA.pem
Adding debian:vTrus_Root_CA.pem
done.
Setting up openjdk-17-jdk-headless:amd64 (17.0.14+7-1~deb12u1) ...
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jdeprscan to provide /usr/bin/jdeprscan (jdeprscan) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jfr to provide /usr/bin/jfr (jfr) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jimage to provide /usr/bin/jimage (jimage) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jlink to provide /usr/bin/jlink (jlink) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jmod to provide /usr/bin/jmod (jmod) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jshell to provide /usr/bin/jshell (jshell) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jhsdb to provide /usr/bin/jhsdb (jhsdb) in auto mode
Setting up openjdk-17-jre:amd64 (17.0.14+7-1~deb12u1) ...
Setting up openjdk-17-jdk:amd64 (17.0.14+7-1~deb12u1) ...
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode
 ---> Removed intermediate container 1b9cf1c0a867
 ---> 3703fdcd0154
Step 6/16 : RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodesource_setup.sh https://deb.nodesource.com/setup_18.x   && bash /tmp/nodesource_setup.sh   && apt-get update -y --fix-missing   && apt-get -y install --no-install-recommends     nodejs   && apt-get clean   && rm -rf /var/lib/apt/lists/*
 ---> Running in 3459df434d2c
38;5;79m2025-03-04 10:09:56 - Installing pre-requisites0m
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [13.5 kB]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [246 kB]
Fetched 9306 kB in 1s (6311 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
ca-certificates is already the newest version (20230311).
curl is already the newest version (7.88.1-10+deb12u8).
gnupg is already the newest version (2.2.40-1.1).
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 25.2 kB of archives.
After this operation, 35.8 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 apt-transport-https all 2.6.1 [25.2 kB]
91mdebconf: delaying package configuration, since apt-utils is not installed
0mFetched 25.2 kB in 0s (1702 kB/s)
Selecting previously unselected package apt-transport-https.
(Reading database ... 30330 files and directories currently installed.)
Preparing to unpack .../apt-transport-https_2.6.1_all.deb ...
Unpacking apt-transport-https (2.6.1) ...
Setting up apt-transport-https (2.6.1) ...
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
Get:4 https://deb.nodesource.com/node_18.x nodistro InRelease [12.1 kB]
Get:5 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages [11.5 kB]
Fetched 23.6 kB in 0s (85.7 kB/s)
Reading package lists...
1;34m2025-03-04 10:10:01 - Repository configured successfully.0m
38;5;79m2025-03-04 10:10:01 - To install Node.js, run: apt-get install nodejs -y0m
38;5;79m2025-03-04 10:10:01 - You can use N|solid Runtime as a node.js alternative0m
1;32m2025-03-04 10:10:01 - To install N|solid Runtime, run: apt-get install nsolid -y
0m
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  nodejs
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 29.7 MB of archives.
After this operation, 187 MB of additional disk space will be used.
Get:1 https://deb.nodesource.com/node_18.x nodistro/main amd64 nodejs amd64 18.20.6-1nodesource1 [29.7 MB]
91mdebconf: delaying package configuration, since apt-utils is not installed
0mFetched 29.7 MB in 1s (31.9 MB/s)
Selecting previously unselected package nodejs.
(Reading database ... 30334 files and directories currently installed.)
Preparing to unpack .../nodejs_18.20.6-1nodesource1_amd64.deb ...
Unpacking nodejs (18.20.6-1nodesource1) ...
Setting up nodejs (18.20.6-1nodesource1) ...
 ---> Removed intermediate container 3459df434d2c
 ---> f7e7b39c8306
Step 7/16 : WORKDIR /home
 ---> Running in d5bab2036b02
 ---> Removed intermediate container d5bab2036b02
 ---> 99c15ac10624
Step 8/16 : COPY Makefile /home
 ---> c2c743c430f2
Step 9/16 : COPY Gemfile /home
 ---> 7ea2bb92ed91
Step 10/16 : COPY judges /home/judges
 ---> a7c14082ca4d
Step 11/16 : COPY sass /home/sass
 ---> 6c683b38dc4d
Step 12/16 : COPY xsl /home/xsl
 ---> a72df0edb324
Step 13/16 : COPY js /home/js
 ---> 84535c6ee458
Step 14/16 : RUN make --directory=/home --no-silent install assets
 ---> Running in 342b5c64b7ba
make: Entering directory '/home'
91m+ mkdir -p target
0m91m+ p=net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
0m91m+ m2=/root/.m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
0m91m+ '[' -e /root/.m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar ']'
0m91m+ wget --no-verbose -O target/saxon.jar https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
0m91m2025-03-04 10:10:11 URL:https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar [5006294/5006294] -> "target/saxon.jar" [1]
0m91m+ bundle install
0mFetching gem metadata from http://rubygems.org/...........
Resolving dependencies...
Fetching benchmark 0.4.0
Installing benchmark 0.4.0
Fetching bigdecimal 3.1.9
Installing bigdecimal 3.1.9 with native extensions
Fetching concurrent-ruby 1.3.5
Installing concurrent-ruby 1.3.5
Fetching connection_pool 2.5.0
Installing connection_pool 2.5.0
Fetching i18n 1.14.7
Installing i18n 1.14.7
Fetching logger 1.6.6
Installing logger 1.6.6
Fetching securerandom 0.4.1
Installing securerandom 0.4.1
Fetching tzinfo 2.0.6
Installing tzinfo 2.0.6
Fetching uri 1.0.3
Installing uri 1.0.3
Fetching activesupport 8.0.1
Installing activesupport 8.0.1
Fetching public_suffix 6.0.1
Installing public_suffix 6.0.1
Fetching addressable 2.8.7
Installing addressable 2.8.7
Fetching ansi 1.5.0
Installing ansi 1.5.0
Fetching ast 2.4.2
Installing ast 2.4.2
Fetching backtrace 0.4.0
Installing backtrace 0.4.0
Fetching loog 0.6.0
Installing loog 0.6.0
Fetching tago 0.0.2
Installing tago 0.0.2
Fetching elapsed 0.0.1
Installing elapsed 0.0.1
Fetching net-http 0.6.0
Installing net-http 0.6.0
Fetching faraday-net_http 3.4.0
Installing faraday-net_http 3.4.0
Fetching json 2.10.1
Installing json 2.10.1 with native extensions
Fetching faraday 2.12.2
Installing faraday 2.12.2
Fetching faraday-http-cache 2.5.1
Installing faraday-http-cache 2.5.1
Fetching multipart-post 2.4.1
Installing multipart-post 2.4.1
Fetching faraday-multipart 1.1.0
Installing faraday-multipart 1.1.0
Fetching faraday-retry 2.2.1
Installing faraday-retry 2.2.1
Fetching iri 0.10.0
Installing iri 0.10.0
Fetching retries 0.0.5
Installing retries 0.0.5
Fetching ffi 1.17.1 (x86_64-linux-gnu)
Installing ffi 1.17.1 (x86_64-linux-gnu)
Fetching ethon 0.16.0
Installing ethon 0.16.0
Fetching typhoeus 1.4.1
Installing typhoeus 1.4.1
Fetching baza.rb 0.0.9
Installing baza.rb 0.0.9
Fetching builder 3.3.0
Installing builder 3.3.0
Fetching rexml 3.4.1
Installing rexml 3.4.1
Fetching crack 1.0.0
Installing crack 1.0.0
Fetching decoor 0.0.1
Installing decoor 0.0.1
Fetching docile 1.4.1
Installing docile 1.4.1
Fetching nokogiri 1.18.3 (x86_64-linux-gnu)
Installing nokogiri 1.18.3 (x86_64-linux-gnu)
Fetching others 0.0.3
Installing others 0.0.3
Fetching yaml 0.4.0
Installing yaml 0.4.0
Fetching factbase 0.7.5
Installing factbase 0.7.5
Fetching fiber-storage 1.0.0
Installing fiber-storage 1.0.0
Fetching graphql 2.4.11
Installing graphql 2.4.11
Fetching graphql-client 0.25.0
Installing graphql-client 0.25.0
Fetching ostruct 0.6.1
Installing ostruct 0.6.1
Fetching gli 2.22.2
Installing gli 2.22.2
Fetching moments 0.3.0
Installing moments 0.3.0
Fetching timeout 0.4.3
Installing timeout 0.4.3
Fetching total 0.4.1
Installing total 0.4.1
Fetching judges 0.36.1
Installing judges 0.36.1
Fetching liquid 5.5.1
Installing liquid 5.5.1
Fetching obk 0.3.1
Installing obk 0.3.1
Fetching sawyer 0.9.2
Installing sawyer 0.9.2
Fetching octokit 9.2.0
Installing octokit 9.2.0
Fetching verbose 0.0.2
Installing verbose 0.0.2
Fetching fbe 0.1.0
Installing fbe 0.1.0
Fetching hashdiff 1.1.2
Installing hashdiff 1.1.2
Fetching language_server-protocol 3.17.0.4
Installing language_server-protocol 3.17.0.4
Fetching lint_roller 1.1.0
Installing lint_roller 1.1.0
Fetching ruby-progressbar 1.13.0
Installing ruby-progressbar 1.13.0
Fetching minitest-reporters 1.7.1
Installing minitest-reporters 1.7.1
Fetching parallel 1.26.3
Installing parallel 1.26.3
Fetching parser 3.3.7.1
Installing parser 3.3.7.1
Fetching qbash 0.4.0
Installing qbash 0.4.0
Fetching rainbow 3.1.1
Installing rainbow 3.1.1
Fetching redcarpet 3.6.1
Installing redcarpet 3.6.1 with native extensions
Fetching regexp_parser 2.10.0
Installing regexp_parser 2.10.0
Fetching rubocop-ast 1.38.1
Installing rubocop-ast 1.38.1
Fetching unicode-emoji 4.0.4
Installing unicode-emoji 4.0.4
Fetching unicode-display_width 3.1.4
Installing unicode-display_width 3.1.4
Fetching rubocop 1.73.1
Installing rubocop 1.73.1
Fetching rubocop-minitest 0.37.1
Installing rubocop-minitest 0.37.1
Fetching rubocop-performance 1.24.0
Installing rubocop-performance 1.24.0
Fetching rubocop-rake 0.7.1
Installing rubocop-rake 0.7.1
Fetching rubocop-rspec 3.5.0
Installing rubocop-rspec 3.5.0
Fetching simplecov-html 0.13.1
Installing simplecov-html 0.13.1
Fetching simplecov_json_formatter 0.1.4
Installing simplecov_json_formatter 0.1.4
Fetching simplecov 0.22.0
Installing simplecov 0.22.0
Fetching simplecov-cobertura 2.1.0
Installing simplecov-cobertura 2.1.0
Fetching w3c_validators 1.3.7
Installing w3c_validators 1.3.7
Fetching webmock 3.25.0
Installing webmock 3.25.0
Bundle complete! 16 Gemfile dependencies, 87 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
91m+ npm --no-color install -g uglify-js
0m
added 1 package in 1s
91mnpm notice
npm notice New major version of npm available! 10.8.2 -> 11.1.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.1.0
npm notice To update run: npm install -g npm@11.1.0
npm notice
0m91m+ npm --no-color install -g sass@1.77.2
0m
added 17 packages in 3s

3 packages are looking for funding
  run `npm fund` for details
91m+ mkdir -p target/xsl
0m91m+ cp xsl/awards.xsl target/xsl/awards.xsl
0m91m+ cp xsl/bylaws.xsl target/xsl/bylaws.xsl
0m91m+ cp xsl/dot.xsl target/xsl/dot.xsl
0m91m+ cp xsl/eva-summary.xsl target/xsl/eva-summary.xsl
0m91m+ cp xsl/qo-section.xsl target/xsl/qo-section.xsl
0m91m+ cp xsl/vitals.xsl target/xsl/vitals.xsl
0m91m+ mkdir -p target/js
0m91m+ uglifyjs js/outdated.js js/qo-section.js
0m91m+ mkdir -p target/css
0m91m+ sass --no-source-map --style=compressed --no-quiet --stop-on-error sass/main.scss target/css/main.css
0mmake: Leaving directory '/home'
 ---> Removed intermediate container 342b5c64b7ba
 ---> 175ac3f3c405
Step 15/16 : COPY entry.sh /home
 ---> f3a164eebd26
Step 16/16 : ENTRYPOINT ["/home/entry.sh", "/home"]
 ---> Running in 8cf30dbd210a
 ---> Removed intermediate container 8cf30dbd210a
 ---> 1e7befaa94f8
Successfully built 1e7befaa94f8
Successfully tagged yegor256/pages-action:0.0.44
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  6.048MB
Step 1/16 : FROM ruby:3.4
 ---> 6d367d8d0d54
Step 2/16 : LABEL "repository"="https://github.com/zerocracy/pages-action"
 ---> Using cache
 ---> 473b200d771d
Step 3/16 : LABEL "maintainer"="Yegor Bugayenko"
 ---> Using cache
 ---> 3739fcf9257f
Step 4/16 : LABEL "version"="0.0.44"
 ---> Using cache
 ---> 5e0c8fa20a01
Step 5/16 : RUN apt-get update -y --fix-missing   && apt-get -y install --no-install-recommends     openjdk-17-jdk   && apt-get clean   && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 3703fdcd0154
Step 6/16 : RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodesource_setup.sh https://deb.nodesource.com/setup_18.x   && bash /tmp/nodesource_setup.sh   && apt-get update -y --fix-missing   && apt-get -y install --no-install-recommends     nodejs   && apt-get clean   && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> f7e7b39c8306
Step 7/16 : WORKDIR /home
 ---> Using cache
 ---> 99c15ac10624
Step 8/16 : COPY Makefile /home
 ---> Using cache
 ---> c2c743c430f2
Step 9/16 : COPY Gemfile /home
 ---> Using cache
 ---> 7ea2bb92ed91
Step 10/16 : COPY judges /home/judges
 ---> Using cache
 ---> a7c14082ca4d
Step 11/16 : COPY sass /home/sass
 ---> Using cache
 ---> 6c683b38dc4d
Step 12/16 : COPY xsl /home/xsl
 ---> Using cache
 ---> a72df0edb324
Step 13/16 : COPY js /home/js
 ---> Using cache
 ---> 84535c6ee458
Step 14/16 : RUN make --directory=/home --no-silent install assets
 ---> Using cache
 ---> 175ac3f3c405
Step 15/16 : COPY entry.sh /home
 ---> Using cache
 ---> f3a164eebd26
Step 16/16 : ENTRYPOINT ["/home/entry.sh", "/home"]
 ---> Using cache
 ---> 1e7befaa94f8
Successfully built 1e7befaa94f8
Successfully tagged yegor256/pages-action:latest
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credential-stores

Login Succeeded
The push refers to repository [docker.io/yegor256/pages-action]

1Bbd5d2fbaeb: Preparing
1Bcffb17b1e3: Preparing
1B46399d48b1: Preparing
1B40699b9caf: Preparing
1Bcaf0055603: Preparing
1B2357aa8d50: Preparing
1B020ed38024: Preparing
1B8a6055d6da: Preparing
1B2e438ceaad: Preparing
1B08734f1bff: Preparing
1Be32d2a3864: Preparing
1B60599fb904: Preparing
1B2526a1a312: Preparing
1B017a36fd9c: Preparing
1Ba9b386e10e: Preparing
1B217d7865d2: Preparing
8B0.0.44:bdigest:hsha256:892cc41ec1e35932484c929b9144a711a067b53048d314611adb0ee279dea6da size: 3884
The push refers to repository [docker.io/yegor256/pages-action]

1Bbd5d2fbaeb: Preparing
1Bcffb17b1e3: Preparing
1B46399d48b1: Preparing
1B40699b9caf: Preparing
1Bcaf0055603: Preparing
1B2357aa8d50: Preparing
1B020ed38024: Preparing
1B8a6055d6da: Preparing
1B2e438ceaad: Preparing
1B08734f1bff: Preparing
1Be32d2a3864: Preparing
1B60599fb904: Preparing
1B2526a1a312: Preparing
1B017a36fd9c: Preparing
1Ba9b386e10e: Preparing
1B217d7865d2: Preparing
1Blatest:2digest:esha256:892cc41ec1e35932484c929b9144a711a067b53048d314611adb0ee279dea6da size: 3884
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.0.44 -m '0.0.44: tagged by rultor.com'
+ git reset --hard
HEAD is now at a2a417a version set to 0.0.44
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was a2a417a).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:zerocracy/pages-action.git
 * [new tag]         0.0.44 -> 0.0.44
container dec92c0ea93e818b81c2169022fd278dfe0740cbb1b0f3d6c91d07f385ecacc9 is dead
Tue Mar  4 10:12:42 UTC 2025