+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 1221 + echo '2.0-SNAPSHOT BUILD' 2.0-SNAPSHOT BUILD + date Tue Jan 28 08:50:46 UTC 2025 + uptime 08:50:46 up 1 min, 0 users, load average: 0.59, 0.20, 0.07 + head=git@github.com:zerocracy/pages-action.git + ff=default + image=yegor256/rultor-java + rebase=false + squash=false + head_branch=master + author=yegor256 + tag=0.0.41 + vars=('--env=head=git@github.com:zerocracy/pages-action.git' '--env=tag=0.0.41' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zerocracy/pages-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.0.41'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update && sudo apt-get install -y 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.41'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt-get update && sudo apt-get install -y 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_194 + as_root=false + hostname ip-172-31-22-94 + pwd /tmp/rultor-DLOX + 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.41'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt-get update && sudo apt-get install -y 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.41 ']' + [[ 0.0.41 =~ ^[a-zA-Z0-9\.\-]+$ ]] + echo 'tag name is valid: "0.0.41"' tag name is valid: "0.0.41" + cd repo ++ git tag -l 0.0.41 + '[' ']' + 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.07 ++ bc ++ echo 0.07 '>' 30 + '[' 0 -eq 1 ']' + echo 'load average is 0.07, low enough to run a new Docker container' load average is 0.07, low enough to run a new Docker container + break + cd .. + '[' -n '' ']' + use_image=yegor256/rultor-java + docker pull yegor256/rultor-java Using default tag: latest latest: Pulling from yegor256/rultor-java dafa2b0c44d2: Pulling fs layer 4f4fb700ef54: Pulling fs layer 5ccf01e6cefd: Pulling fs layer 4a5449bec489: Pulling fs layer ac7832f41460: Pulling fs layer d63b8b04cafc: Pulling fs layer 7d5af111f2cc: Pulling fs layer 720999eee6d5: Pulling fs layer 99fbfb6da2e7: Pulling fs layer 2407230a9192: Pulling fs layer 7f36f52815f4: Pulling fs layer c42b2f1f02fb: Pulling fs layer a6deae603bab: Pulling fs layer 4a5449bec489: Waiting ac7832f41460: Waiting d63b8b04cafc: Waiting 7d5af111f2cc: Waiting 720999eee6d5: Waiting 99fbfb6da2e7: Waiting 2407230a9192: Waiting 7f36f52815f4: Waiting c42b2f1f02fb: Waiting a6deae603bab: Waiting 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 4a5449bec489: Verifying Checksum 4a5449bec489: Download complete 5ccf01e6cefd: Verifying Checksum 5ccf01e6cefd: Download complete dafa2b0c44d2: Verifying Checksum dafa2b0c44d2: Download complete d63b8b04cafc: Verifying Checksum d63b8b04cafc: Download complete 7d5af111f2cc: Verifying Checksum 7d5af111f2cc: Download complete 720999eee6d5: Verifying Checksum 720999eee6d5: Download complete ac7832f41460: Verifying Checksum ac7832f41460: Download complete 7f36f52815f4: Verifying Checksum 7f36f52815f4: Download complete 99fbfb6da2e7: Verifying Checksum 99fbfb6da2e7: Download complete a6deae603bab: Verifying Checksum a6deae603bab: Download complete 2407230a9192: Verifying Checksum 2407230a9192: Download complete c42b2f1f02fb: Verifying Checksum c42b2f1f02fb: Download complete dafa2b0c44d2: Pull complete 4f4fb700ef54: Pull complete 5ccf01e6cefd: Pull complete 4a5449bec489: Pull complete ac7832f41460: Pull complete d63b8b04cafc: Pull complete 7d5af111f2cc: Pull complete 720999eee6d5: Pull complete 99fbfb6da2e7: Pull complete 2407230a9192: Pull complete 7f36f52815f4: Pull complete c42b2f1f02fb: Pull complete a6deae603bab: Pull complete Digest: sha256:42fe66475a73fc045127e95245d5d5d4eedc324009825ed3ee9bbece0a980a60 Status: Downloaded newer image for yegor256/rultor-java:latest docker.io/yegor256/rultor-java:latest + docker ps --filter=status=exited + grep --quiet '\szerocracy_pages-action_194\s*$' + ls -al . total 52 drwx------ 3 ubuntu ubuntu 4096 Jan 28 08:50 . drwxrwxrwt 12 root root 4096 Jan 28 08:50 .. -rw-rw-r-- 1 ubuntu ubuntu 9 Jan 28 08:50 docker-password -rwxrwxr-x 1 ubuntu ubuntu 2090 Jan 28 08:50 end.sh -rwxrwxr-x 1 ubuntu ubuntu 490 Jan 28 08:50 entry.sh -rw-rw-r-- 1 ubuntu ubuntu 5 Jan 28 08:50 pid drwxrwxr-x 10 ubuntu ubuntu 4096 Jan 28 08:50 repo -rwxrwxr-x 1 ubuntu ubuntu 10181 Jan 28 08:50 run.sh -rw-rw-r-- 1 ubuntu ubuntu 1050 Jan 28 08:50 script.sh -rw-rw-r-- 1 ubuntu ubuntu 7458 Jan 28 08:51 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-DLOX:/main --env=head=git@github.com:zerocracy/pages-action.git --env=tag=0.0.41 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zerocracy/pages-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.0.41'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update && sudo apt-get install -y 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-DLOX/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=zerocracy_pages-action_194 yegor256/rultor-java /main/entry.sh WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded. Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 + 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 ubuntu 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 rvm 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/.gem /root/.gemrc /root/.gnupg /root/.profile /root/.rvmrc /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.41' ; export 'head_branch=master' ; export 'author=yegor256' ; sudo apt-get update && sudo apt-get install -y 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 Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 Get:1ohttp://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] Hit:2ahttp://archive.ubuntu.com/ubuntu1noble5InRelease [1 InRelease 0 B/126 kB Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] Get:4ahttp://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] Get:5 http://security.ubuntu.com/ubuntutnoble-security/multiverse amd64 Packages [15.5 kB] Get:6 http://security.ubuntu.com/ubuntuinoble-security/restrictednamd64 Packages [762 kB] Get:7 http://security.ubuntu.com/ubuntuPnoble-security/mainkamd64]Packages [764 kB] Get:8 http://security.ubuntu.com/ubuntu1noble-security/universecamd64 Packages7[1,037 kB] Get:9ahttp://archive.ubuntu.com/ubuntu1noble-updates/restrictedcamd64 Packages7[788 kB] Get:10ahttp://archive.ubuntu.com/ubuntu,noble-updates/multiverse amd64 Packages [19.7 kB] Get:11ohttp://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1,275 kB] Get:121http://archive.ubuntu.com/ubuntusnoble-updates/main4amd64 Packages [1,045 kB] Get:131http://archive.ubuntu.com/ubuntusnoble-backports/universe amd64 Packages [15.1 kB] Fetchedo6,101]kB ino1s (4,337 kB/s) Reading package lists... Done Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 Reading package lists... Done Building dependency tree... Done Reading state information... Done libxml2-utils is already the newest version (2.9.14+dfsg-1.3ubuntu3). wget is already the newest version (1.21.4-1ubuntu4.1). The following additional packages will be installed: eslint gyp handlebars javascript-common libauthen-sasl-perl libcares2 libclone-perl libdata-dump-perl libegl-mesa0 libegl1 libencode-locale-perl libfile-basedir-perl libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl libfont-afm-perl libgbm1 libgl1-mesa-dri libglapi-mesa libgles2 libglx-mesa0 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 libice6 libio-html-perl libio-socket-ssl-perl libio-stringy-perl libipc-system-simple-perl libjs-async libjs-events libjs-inherits libjs-is-typedarray libjs-prettify libjs-regenerate libjs-source-map libjs-sprintf-js libjs-typedarray-to-buffer libjs-util liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl libnode-dev libnode109 libnotify-bin libnotify4 libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib libre2-10 libsm6 libtext-iconv-perl libtie-ixhash-perl libtimedate-perl libtry-tiny-perl liburi-perl libuv1-dev libuv1t64 libwayland-client0 libwayland-server0 libwww-perl libwww-robotrules-perl libx11-protocol-perl libxaw7 libxcb-shape0 libxft2 libxkbfile1 libxml-parser-perl libxml-twig-perl libxml-xpathengine-perl libxmu6 libxmuu1 libxpm4 libxt6t64 libxv1 libxxf86dga1 media-types netbase node-abbrev node-acorn node-agent-base node-ajv node-ajv-keywords node-ampproject-remapping node-ansi-escapes node-ansi-regex node-ansi-styles node-anymatch node-aproba node-archy node-are-we-there-yet node-argparse node-arrify node-assert node-async node-async-each node-auto-bind node-babel-helper-define-polyfill-provider node-babel-plugin-add-module-exports node-babel-plugin-lodash node-babel-plugin-polyfill-corejs2 node-babel-plugin-polyfill-corejs3 node-babel-plugin-polyfill-regenerator node-babel7 node-babel7-runtime node-balanced-match node-base node-base64-js node-binary-extensions node-brace-expansion node-braces node-browserslist node-builtins node-busboy node-cacache node-cache-base node-camelcase node-caniuse-lite node-chalk node-chokidar node-chownr node-chrome-trace-event node-ci-info node-cjs-module-lexer node-cli-boxes node-cli-cursor node-cli-table node-cli-truncate node-cliui node-clone node-clone-deep node-collection-visit node-color-convert node-color-name node-colors node-columnify node-commander node-commondir node-concat-stream node-console-control-strings node-convert-source-map node-copy-concurrently node-core-js node-core-js-compat node-core-js-pure node-core-util-is node-coveralls node-css-loader node-css-selector-tokenizer node-data-uri-to-buffer node-debbundle-es-to-primitive node-debug node-decamelize node-decompress-response node-deep-equal node-deep-is node-defaults node-define-properties node-define-property node-defined node-del node-delegates node-depd node-diff node-doctrine node-electron-to-chromium node-encoding node-end-of-stream node-enhanced-resolve node-err-code node-errno node-error-ex node-es-abstract node-es-module-lexer node-es6-error node-escape-string-regexp node-escodegen node-eslint-scope node-eslint-utils node-eslint-visitor-keys node-espree node-esprima node-esquery node-esrecurse node-estraverse node-esutils node-events node-fancy-log node-fast-deep-equal node-fast-levenshtein node-fetch node-file-entry-cache node-fill-range node-find-cache-dir node-find-up node-flat-cache node-flatted node-for-in node-for-own node-foreground-child node-fs-readdir-recursive node-fs-write-stream-atomic node-fs.realpath node-function-bind node-functional-red-black-tree node-gauge node-get-caller-file node-get-stream node-get-value node-glob node-glob-parent node-globals node-globby node-got node-graceful-fs node-growl node-gyp node-has-flag node-has-unicode node-has-value node-has-values node-hosted-git-info node-http-proxy-agent node-https-proxy-agent node-iconv-lite node-icss-utils node-ieee754 node-iferr node-ignore node-imurmurhash node-indent-string node-inflight node-inherits node-ini node-interpret node-ip node-ip-regex node-is-arrayish node-is-binary-path node-is-buffer node-is-descriptor node-is-extendable node-is-extglob node-is-glob node-is-number node-is-path-cwd node-is-path-inside node-is-plain-obj node-is-plain-object node-is-primitive node-is-stream node-is-typedarray node-is-windows node-isarray node-isexe node-isobject node-istanbul node-jest-debbundle node-jest-worker node-js-tokens node-js-yaml node-jsesc node-json-buffer node-json-parse-better-errors node-json-schema node-json-schema-traverse node-json-stable-stringify node-json5 node-jsonify node-jsonparse node-kind-of node-lcov-parse node-levn node-loader-runner node-locate-path node-lodash node-lodash-packages node-log-driver node-lowercase-keys node-lru-cache node-make-dir node-map-visit node-memfs node-memory-fs node-merge-stream node-micromatch node-mime node-mime-types node-mimic-response node-minimatch node-minimist node-minipass node-mixin-deep node-mkdirp node-move-concurrently node-ms node-mute-stream node-n3 node-negotiator node-neo-async node-nopt node-normalize-package-data node-normalize-path node-npm-bundled node-npm-package-arg node-npm-run-path node-npmlog node-object-assign node-object-inspect node-object-visit node-once node-opener node-optimist node-optionator node-osenv node-p-cancelable node-p-limit node-p-locate node-p-map node-parse-json node-pascalcase node-path-dirname node-path-exists node-path-is-absolute node-path-is-inside node-path-type node-picocolors node-pify node-pkg-dir node-postcss node-postcss-modules-extract-imports node-postcss-modules-values node-postcss-value-parser node-prelude-ls node-process-nextick-args node-progress node-promise-inflight node-promise-retry node-promzard node-prr node-pump node-punycode node-quick-lru node-randombytes node-re2 node-read node-read-package-json node-read-pkg node-readable-stream node-readdirp node-rechoir node-regenerate node-regenerate-unicode-properties node-regenerator-runtime node-regenerator-transform node-regexpp node-regexpu-core node-regjsgen node-regjsparser node-repeat-string node-require-directory node-require-from-string node-resolve node-resolve-cwd node-resolve-from node-restore-cursor node-resumer node-retry node-rimraf node-run-queue node-safe-buffer node-schema-utils node-sellside-emitter node-semver node-serialize-javascript node-set-blocking node-set-immediate-shim node-set-value node-shebang-command node-shebang-regex node-shell-quote node-signal-exit node-slash node-slice-ansi node-source-list-map node-source-map node-source-map-support node-spdx-correct node-spdx-exceptions node-spdx-expression-parse node-spdx-license-ids node-sprintf-js node-ssri node-stack-utils node-string-decoder node-string-width node-strip-ansi node-strip-bom node-strip-json-comments node-supports-color node-tap node-tap-mocha-reporter node-tap-parser node-tapable node-tape node-tar node-terser node-text-table node-through node-time-stamp node-to-fast-properties node-to-regex-range node-tslib node-type-check node-typedarray node-typedarray-to-buffer node-undici node-unicode-canonical-property-names-ecmascript node-unicode-match-property-ecmascript node-unicode-match-property-value-ecmascript node-unicode-property-aliases-ecmascript node-union-value node-unique-filename node-unset-value node-uri-js node-util node-util-deprecate node-uuid node-v8-compile-cache node-v8flags node-validate-npm-package-license node-validate-npm-package-name node-watchpack node-wcwidth.js node-webassemblyjs node-webpack-sources node-which node-wide-align node-widest-line node-wordwrap node-wrap-ansi node-wrappy node-write node-write-file-atomic node-ws node-xtend node-y18n node-yallist node-yaml node-yargs node-yargs-parser nodejs-doc perl-openssl-defaults python3 python3-minimal python3-pkg-resources python3-six python3.12 python3.12-minimal terser webpack x11-utils x11-xserver-utils xdg-utils zutty Suggested packages: node-babel-eslint node-esprima-fb node-inquirer apache2 | lighttpd | httpd libdigest-hmac-perl libgssapi-perl libio-compress-brotli-perl libjs-angularjs libcrypt-ssleay-perl notification-daemon libsub-name-perl libbusiness-isbn-perl libregexp-ipv6-perl libauthen-ntlm-perl libunicode-map8-perl libunicode-string-perl xml-twig-tools node-babel-plugin-polyfill-es-shims node-babel7-debug livescript chai node-jest-diff debhelper python3-doc python3-tk python3-venv python3-setuptools python3.12-venv python3.12-doc binfmt-support mesa-utils nickle cairo-5c xorg-docs-core Recommended packages: libgl1-amber-dri luit The following NEW packages will be installed: eslint gyp handlebars javascript-common libauthen-sasl-perl libcares2 libclone-perl libdata-dump-perl libegl-mesa0 libegl1 libencode-locale-perl libfile-basedir-perl libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl libfont-afm-perl libgbm1 libgles2 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 libice6 libio-html-perl libio-socket-ssl-perl libio-stringy-perl libipc-system-simple-perl libjs-async libjs-events libjs-inherits libjs-is-typedarray libjs-prettify libjs-regenerate libjs-source-map libjs-sprintf-js libjs-typedarray-to-buffer libjs-util liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl libnode-dev libnode109 libnotify-bin libnotify4 libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib libre2-10 libsm6 libtext-iconv-perl libtie-ixhash-perl libtimedate-perl libtry-tiny-perl liburi-perl libuv1-dev libuv1t64 libwayland-client0 libwayland-server0 libwww-perl libwww-robotrules-perl libx11-protocol-perl libxaw7 libxcb-shape0 libxft2 libxkbfile1 libxml-parser-perl libxml-twig-perl libxml-xpathengine-perl libxmu6 libxmuu1 libxpm4 libxt6t64 libxv1 libxxf86dga1 media-types netbase node-abbrev node-acorn node-agent-base node-ajv node-ajv-keywords node-ampproject-remapping node-ansi-escapes node-ansi-regex node-ansi-styles node-anymatch node-aproba node-archy node-are-we-there-yet node-argparse node-arrify node-assert node-async node-async-each node-auto-bind node-babel-helper-define-polyfill-provider node-babel-plugin-add-module-exports node-babel-plugin-lodash node-babel-plugin-polyfill-corejs2 node-babel-plugin-polyfill-corejs3 node-babel-plugin-polyfill-regenerator node-babel7 node-babel7-runtime node-balanced-match node-base node-base64-js node-binary-extensions node-brace-expansion node-braces node-browserslist node-builtins node-busboy node-cacache node-cache-base node-camelcase node-caniuse-lite node-chalk node-chokidar node-chownr node-chrome-trace-event node-ci-info node-cjs-module-lexer node-cli-boxes node-cli-cursor node-cli-table node-cli-truncate node-cliui node-clone node-clone-deep node-collection-visit node-color-convert node-color-name node-colors node-columnify node-commander node-commondir node-concat-stream node-console-control-strings node-convert-source-map node-copy-concurrently node-core-js node-core-js-compat node-core-js-pure node-core-util-is node-coveralls node-css-loader node-css-selector-tokenizer node-data-uri-to-buffer node-debbundle-es-to-primitive node-debug node-decamelize node-decompress-response node-deep-equal node-deep-is node-defaults node-define-properties node-define-property node-defined node-del node-delegates node-depd node-diff node-doctrine node-electron-to-chromium node-encoding node-end-of-stream node-enhanced-resolve node-err-code node-errno node-error-ex node-es-abstract node-es-module-lexer node-es6-error node-escape-string-regexp node-escodegen node-eslint-scope node-eslint-utils node-eslint-visitor-keys node-espree node-esprima node-esquery node-esrecurse node-estraverse node-esutils node-events node-fancy-log node-fast-deep-equal node-fast-levenshtein node-fetch node-file-entry-cache node-fill-range node-find-cache-dir node-find-up node-flat-cache node-flatted node-for-in node-for-own node-foreground-child node-fs-readdir-recursive node-fs-write-stream-atomic node-fs.realpath node-function-bind node-functional-red-black-tree node-gauge node-get-caller-file node-get-stream node-get-value node-glob node-glob-parent node-globals node-globby node-got node-graceful-fs node-growl node-gyp node-has-flag node-has-unicode node-has-value node-has-values node-hosted-git-info node-http-proxy-agent node-https-proxy-agent node-iconv-lite node-icss-utils node-ieee754 node-iferr node-ignore node-imurmurhash node-indent-string node-inflight node-inherits node-ini node-interpret node-ip node-ip-regex node-is-arrayish node-is-binary-path node-is-buffer node-is-descriptor node-is-extendable node-is-extglob node-is-glob node-is-number node-is-path-cwd node-is-path-inside node-is-plain-obj node-is-plain-object node-is-primitive node-is-stream node-is-typedarray node-is-windows node-isarray node-isexe node-isobject node-istanbul node-jest-debbundle node-jest-worker node-js-tokens node-js-yaml node-jsesc node-json-buffer node-json-parse-better-errors node-json-schema node-json-schema-traverse node-json-stable-stringify node-json5 node-jsonify node-jsonparse node-kind-of node-lcov-parse node-levn node-loader-runner node-locate-path node-lodash node-lodash-packages node-log-driver node-lowercase-keys node-lru-cache node-make-dir node-map-visit node-memfs node-memory-fs node-merge-stream node-micromatch node-mime node-mime-types node-mimic-response node-minimatch node-minimist node-minipass node-mixin-deep node-mkdirp node-move-concurrently node-ms node-mute-stream node-n3 node-negotiator node-neo-async node-nopt node-normalize-package-data node-normalize-path node-npm-bundled node-npm-package-arg node-npm-run-path node-npmlog node-object-assign node-object-inspect node-object-visit node-once node-opener node-optimist node-optionator node-osenv node-p-cancelable node-p-limit node-p-locate node-p-map node-parse-json node-pascalcase node-path-dirname node-path-exists node-path-is-absolute node-path-is-inside node-path-type node-picocolors node-pify node-pkg-dir node-postcss node-postcss-modules-extract-imports node-postcss-modules-values node-postcss-value-parser node-prelude-ls node-process-nextick-args node-progress node-promise-inflight node-promise-retry node-promzard node-prr node-pump node-punycode node-quick-lru node-randombytes node-re2 node-read node-read-package-json node-read-pkg node-readable-stream node-readdirp node-rechoir node-regenerate node-regenerate-unicode-properties node-regenerator-runtime node-regenerator-transform node-regexpp node-regexpu-core node-regjsgen node-regjsparser node-repeat-string node-require-directory node-require-from-string node-resolve node-resolve-cwd node-resolve-from node-restore-cursor node-resumer node-retry node-rimraf node-run-queue node-safe-buffer node-schema-utils node-sellside-emitter node-semver node-serialize-javascript node-set-blocking node-set-immediate-shim node-set-value node-shebang-command node-shebang-regex node-shell-quote node-signal-exit node-slash node-slice-ansi node-source-list-map node-source-map node-source-map-support node-spdx-correct node-spdx-exceptions node-spdx-expression-parse node-spdx-license-ids node-sprintf-js node-ssri node-stack-utils node-string-decoder node-string-width node-strip-ansi node-strip-bom node-strip-json-comments node-supports-color node-tap node-tap-mocha-reporter node-tap-parser node-tapable node-tape node-tar node-terser node-text-table node-through node-time-stamp node-to-fast-properties node-to-regex-range node-tslib node-type-check node-typedarray node-typedarray-to-buffer node-undici node-unicode-canonical-property-names-ecmascript node-unicode-match-property-ecmascript node-unicode-match-property-value-ecmascript node-unicode-property-aliases-ecmascript node-union-value node-unique-filename node-unset-value node-uri-js node-util node-util-deprecate node-uuid node-v8-compile-cache node-v8flags node-validate-npm-package-license node-validate-npm-package-name node-watchpack node-wcwidth.js node-webassemblyjs node-webpack-sources node-which node-wide-align node-widest-line node-wordwrap node-wrap-ansi node-wrappy node-write node-write-file-atomic node-ws node-xtend node-y18n node-yallist node-yaml node-yargs node-yargs-parser nodejs nodejs-doc npm perl-openssl-defaults python3 python3-minimal python3-pkg-resources python3-six python3.12 python3.12-minimal terser webpack x11-utils x11-xserver-utils xdg-utils zutty The following packages will be upgraded: libgl1-mesa-dri libglapi-mesa libglx-mesa0 3 upgraded, 475 newly installed, 0 to remove and 81 not upgraded. Need to get 47.6 MB of archives. After this operation, 207 MB of additional disk space will be used. Get:1ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3.12-minimal amd64 3.12.3-1ubuntu0.4 [834 kB] Get:2ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3.12-minimal amd64 3.12.3-1ubuntu0.4 [2,336 kB] Get:3ohttp://archive.ubuntu.com/ubuntu0noble-updates/main amd64 python3-minimal amd64 3.12.3-0ubuntu2 [27.4 kB] Get:4ohttp://archive.ubuntu.com/ubuntu noble/main amd64 media-types all 10.1.0 [27.5 kB] Get:5ohttp://archive.ubuntu.com/ubuntu noble/main amd64 netbase all 6.4 [13.1 kB] Get:6ohttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3.12-stdlib amd64 3.12.3-1ubuntu0.4 [2,068 kB] Get:7ohttp://archive.ubuntu.com/ubuntuBnoble-updates/main amd64 python3.12 amd64 3.12.3-1ubuntu0.4 [651 kB] Get:8Whttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3-stdlib amd64 3.12.3-0ubuntu2 [10.0 kB] Get:9Whttp://archive.ubuntu.com/ubuntu%noble-updates/main amd64 python3 amd64 3.12.3-0ubuntu2 [23.0 kB] Get:10ohttp://archive.ubuntu.com/ubuntu noble/main amd64 libtext-iconv-perl amd64 1.7-8build3 [13.5 kB] Get:11ohttp://archive.ubuntu.com/ubuntu0noble-updates/main amd64 python3-pkg-resources all 68.1.2-2ubuntu1.1 [168 kB] Get:12ohttp://archive.ubuntu.com/ubuntuBnoble/main amd64 libuv1t64 amd64 1.48.0-1.1build1 [97.3 kB] Get:13ohttp://archive.ubuntu.com/ubuntu noble/main amd64 libxmuu1 amd64 2:1.1.3-3build2 [8,958 B] Get:14ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-fast-deep-equal all 3.1.3-3 [5,844 B] Get:15ohttp://archive.ubuntu.com/ubuntuBnoble/universe amd64 node-json-schema-traverse all 1.0.0-3 [6,338 B] Get:16ohttp://archive.ubuntu.com/ubuntu,noble/universe amd64 node-jsonify all 0.0.1-1 [6,724 B] Get:17ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-json-stable-stringify all 1.0.2+repack1+~cs1.0.34-2 [7,270 B] Get:18ohttp://archive.ubuntu.com/ubuntu7noble/universe amd64 node-punycode all 2.2.3-2 [10.0 kB] Get:19ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-uri-js all 4.4.0+dfsg-8 [52.5 kB] Get:20ohttp://archive.ubuntu.com/ubuntu noble/main amd64 libcares2 amd64 1.27.0-1.0ubuntu1 [73.7 kB] Get:21ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-xtend all 4.0.2-3 [3,902 B] Get:22ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-acorn all 8.8.1+ds+~cs25.17.7-2 [115 kB] Get:23ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-cjs-module-lexer all 1.2.3+dfsg-1 [32.1 kB] Get:24ohttp://archive.ubuntu.com/ubuntuknoble/universe amd64 node-busboy all 1.6.0+~cs2.6.0-2 [17.3 kB] Get:25ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-undici all 5.26.3+dfsg1+~cs23.10.12-2 [325 kB] Get:26ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 libnode109 amd64 18.19.1+dfsg-6ubuntu5 [11.6 MB] Get:27ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 nodejs amd64 18.19.1+dfsg-6ubuntu5 [306 kB] Get:28ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-ajv all 8.12.0~ds+~2.1.1-4 [185 kB] Get:29ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 libjs-inherits all 2.0.4-6 [3,412 B] Get:30ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-inherits all 2.0.4-6 [3,004 B] Get:31ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-core-util-is all 1.0.3-1 [4,066 B] Get:32ohttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-safe-buffer all 5.2.1+~cs2.1.2-3 [15.8 kB] Get:33ohttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-string-decoder all 1.3.0-6 [7,044 B] Get:34ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-process-nextick-args all 2.0.1-3 [3,804 B] Get:35ohttp://archive.ubuntu.com/ubuntu,noble/universe amd64 node-util-deprecate all 1.0.2-3 [4,202 B] Get:36ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-isarray all 2.0.5-4 [4,024 B] Get:37ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-readable-stream all 3.6.0+~cs3.0.0-4build1 [32.4 kB] Get:38ohttp://archive.ubuntu.com/ubuntuBnoble/universe amd64 node-typedarray all 0.0.7-1 [9,584 B] Get:39ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-concat-stream all 2.0.0+~2.0.0-2 [6,424 B] Get:40ohttp://archive.ubuntu.com/ubuntu0noble/universe amd64 node-ms all 2.1.3+~cs0.7.31-3 [5,738 B] Get:41ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-debug all 4.3.4+~cs4.1.7-1 [17.7 kB] Get:42ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-esutils all 2.0.3+~2.0.0-1 [13.0 kB] Get:43ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-doctrine all 3.0.0-4 [18.3 kB] Get:44ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-eslint-visitor-keys all 3.3.0+~1.0.0-1 [14.4 kB] Get:45ohttp://archive.ubuntu.com/ubuntu.noble/universe amd64 node-estraverse all 5.3.0+ds+~5.1.1-1 [11.9 kB] Get:46ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-object-assign all 4.1.1-7 [4,686 B] Get:47ohttp://archive.ubuntu.com/ubuntu0noble/universe amd64 node-esrecurse all 4.3.0-2 [6,136 B] Get:48ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-eslint-scope all 7.1.1+~3.7.4-1 [31.5 kB] Get:49ohttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-espree all 9.4.1~dfsg-2 [21.0 kB] Get:50ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-esquery all 1.4.2~ds-1 [26.0 kB] Get:51ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-eslint-utils all 3.0.0-3 [15.8 kB] Get:52ohttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-flatted all 3.2.7~ds-1 [10.0 kB] Get:53ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-fs.realpath all 1.0.0-3 [6,176 B] Get:54ohttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-wrappy all 1.0.2-3 [3,732 B] Get:55ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-once all 1.4.1-1 [4,664 B] Get:56ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-inflight all 1.0.6-2 [3,940 B] Get:57ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-balanced-match all 2.0.0-1 [4,910 B] Get:58ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-brace-expansion all 2.0.1+~1.1.0-1 [8,072 B] Get:59ohttp://archive.ubuntu.com/ubuntuBnoble/universe amd64 node-minimatch all 9.0.3-4build5 [51.1 kB] Get:60ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-glob all 8.1.0+~cs8.5.15-1 [137 kB] Get:61ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-rimraf all 3.0.2-2 [10.4 kB] Get:62ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-write all 2.0.0~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1 [16.0 kB] Get:63ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-flat-cache all 3.0.4~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1 [9,050 B] Get:64ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-file-entry-cache all 6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1 [12.2 kB] Get:65ohttp://archive.ubuntu.com/ubuntuknoble/universe amd64 node-functional-red-black-tree all 1.0.1+20181105-7 [14.3 kB] Get:66ohttp://archive.ubuntu.com/ubuntu0noble/universe amd64 node-is-extglob all 2.1.1-5 [4,624 B] Get:67ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-is-glob all 4.0.3-2 [6,706 B] Get:68ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-path-dirname all 1.0.2-2 [4,326 B] Get:69ohttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-glob-parent all 6.0.2+~5.1.1-2 [7,050 B] Get:70ohttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-globals all 13.23.0-1 [11.7 kB] Get:71ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-resolve-from all 5.0.0+~3.1.0+~3.3.0+~2.0.0-1 [7,332 B] Get:72ohttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-imurmurhash all 0.1.4+dfsg+~0.1.1-2 [8,504 B] Get:73ohttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-ignore all 5.2.1-1 [24.2 kB] Get:74ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-prelude-ls all 1.2.1+dfsg-3 [9,812 B] Get:75ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-type-check all 0.4.0+dfsg-3 [9,318 B] Get:76ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-levn all 0.4.1+dfsg-2 [10.3 kB] Get:77ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-lodash all 4.17.21+dfsg+~cs8.31.198.20210220-9 [469 kB] Get:78ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-memfs all 3.4.12+~cs1.0.3-1 [41.0 kB] Get:79ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-mkdirp all 1.0.4+~1.0.2-4 [11.3 kB] Get:80ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-deep-is all 0.1.4-1 [5,158 B] Get:81ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-fast-levenshtein all 2.0.6+ds-3 [6,084 B] Get:82ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-optionator all 0.9.1+dfsg+~cs1.2.3-1 [17.1 kB] Get:83ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-progress all 2.0.3-2 [6,704 B] Get:84ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 libjs-regenerate all 1.4.2-3 [14.7 kB] Get:85ohttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-regenerate all 1.4.2-3 [2,340 B] Get:86ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-regenerate-unicode-properties all 10.1.0+ds-1 [54.7 kB] Get:87ohttp://archive.ubuntu.com/ubuntuinoble/universe amd64 node-regexpp all 3.2.0-5 [27.8 kB] Get:88ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-yallist all 4.0.0+~4.0.1-1 [8,322 B] Get:89ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-lru-cache all 7.14.1-1 [23.9 kB] Get:90ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-semver all 7.5.4+~7.5.0-2 [44.3 kB] Get:91ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-strip-json-comments all 4.0.0-4 [5,656 B] Get:92ohttp://archive.ubuntu.com/ubuntu6noble/universe amd64 node-json-schema all 0.4.0+~7.0.11-1 [13.4 kB] Get:93ohttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-v8-compile-cache all 2.4.0-2 [7,686 B] Get:94ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 eslint all 6.4.0~dfsg+~6.1.9-11build3 [354 kB] Get:95ohttp://archive.ubuntu.com/ubuntu noble/main amd64 python3-six all 1.16.0-4 [12.4 kB] Get:96ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 gyp all 0.1+20220404git9ecf45e-2 [238 kB] Get:97ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-neo-async all 2.6.2+~cs3.0.0-3 [42.9 kB] Get:98ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-arrify all 2.0.1-3 [3,688 B] Get:99ohttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-is-plain-obj all 3.0.0-2 [3,994 B] Get:100rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-is-buffer all 2.0.5-2 [4,128 B] Get:101rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-kind-of all 6.0.3+dfsg-2 [8,628 B] Get:102rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-minimist all 1.2.8+~cs5.3.5-1 [10.2 kB] Get:103rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-wordwrap all 1.0.0-4 [4,644 B] Get:104rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-optimist all 0.6.1+~0.0.30-2 [13.8 kB] Get:105rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 libjs-source-map all 0.7.0++dfsg2+really.0.6.1-15 [27.1 kB] Get:106rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-source-map all 0.7.0++dfsg2+really.0.6.1-15 [42.8 kB] Get:107rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 handlebars all 3:4.7.7+~4.1.0-1 [211 kB] Get:108rhttp://archive.ubuntu.com/ubuntu noble/main amd64 javascript-common all 11+nmu1 [5,936 B] Get:109rhttp://archive.ubuntu.com/ubuntu%noble/main amd64 libclone-perl amd64 0.46-1build3 [10.7 kB] Get:110rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libdata-dump-perl all 1.25-1 [25.9 kB] Get:111rhttp://archive.ubuntu.com/ubuntu%noble/main amd64 libwayland-server0 amd64 1.22.0-2.1build1 [33.9 kB] Get:112rhttp://archive.ubuntu.com/ubuntu0noble-updates/main amd64 libgbm1 amd64 24.0.9-0ubuntu0.3 [42.8 kB] Get:113rhttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgl1-mesa-dri amd64 24.0.9-0ubuntu0.3 [8,950 kB] Get:114rhttp://archive.ubuntu.com/ubuntu]noble-updates/main amd64 libglx-mesa0 amd64 24.0.9-0ubuntu0.3 [154 kB] Get:115rhttp://archive.ubuntu.com/ubuntu noble-updates/main amd64 libglapi-mesa amd64 24.0.9-0ubuntu0.3 [41.3 kB] Get:116rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-client0 amd64 1.22.0-2.1build1 [26.4 kB] Get:117rhttp://archive.ubuntu.com/ubuntu0noble-updates/main amd64 libegl-mesa0 amd64 24.0.9-0ubuntu0.3 [115 kB] Get:118rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libencode-locale-perl all 1.05-3 [11.6 kB] Get:119rhttp://archive.ubuntu.com/ubuntuknoble/main amd64 libipc-system-simple-perl all 1.30-2 [22.3 kB] Get:120rhttp://archive.ubuntu.com/ubuntu2noble/main amd64 libfile-basedir-perl all 0.09-2 [14.4 kB] Get:121rhttp://archive.ubuntu.com/ubuntuBnoble/main amd64 liburi-perl all 5.27-1 [88.0 kB] Get:122rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libfile-desktopentry-perl all 0.22-3 [16.8 kB] Get:123rhttp://archive.ubuntu.com/ubuntu6noble/main amd64 libtimedate-perl all 2.3300-2 [34.0 kB] Get:124rhttp://archive.ubuntu.com/ubuntu]noble/main amd64 libhttp-date-perl all 6.06-1 [10.2 kB] Get:125rhttp://archive.ubuntu.com/ubuntu%noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB] Get:126rhttp://archive.ubuntu.com/ubuntuBnoble/main amd64 libfile-mimeinfo-perl all 0.34-1 [42.1 kB] Get:127rhttp://archive.ubuntu.com/ubuntuknoble/main amd64 libfont-afm-perl all 1.20-4 [13.0 kB] Get:128rhttp://archive.ubuntu.com/ubuntu]noble/main amd64 libhtml-tagset-perl all 3.20-6 [11.3 kB] Get:129rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libhtml-parser-perl amd64 3.81-1build3 [85.8 kB] Get:130rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libio-html-perl all 1.004-3 [15.9 kB] Get:131rhttp://archive.ubuntu.com/ubuntu noble/main amd64 liblwp-mediatypes-perl all 6.04-2 [20.1 kB] Get:132rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libhttp-message-perl all 6.45-1ubuntu1 [78.2 kB] Get:133rhttp://archive.ubuntu.com/ubuntuBnoble/main amd64 libhtml-form-perl all 6.11-1 [32.1 kB] Get:134rhttp://archive.ubuntu.com/ubuntu%noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB] Get:135rhttp://archive.ubuntu.com/ubuntu]noble/main amd64 libhtml-format-perl all 2.16-2 [36.9 kB] Get:136rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB] Get:137rhttp://archive.ubuntu.com/ubuntuBnoble/main amd64 libhttp-daemon-perl all 6.16-1 [22.4 kB] Get:138rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB] Get:139rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libice6 amd64 2:1.0.10-1build3 [41.4 kB] Get:140rhttp://archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6,626 B] Get:141rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB] Get:142rhttp://archive.ubuntu.com/ubuntu%noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB] Get:143rhttp://archive.ubuntu.com/ubuntuBnoble/main amd64 libio-stringy-perl all 2.111-3 [55.8 kB] Get:144rhttp://archive.ubuntu.com/ubuntu0noble/universe amd64 libjs-async all 0.8.0-6 [24.1 kB] Get:145rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 libjs-events all 3.3.0+~3.0.0-3 [9,762 B] Get:146rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 libjs-is-typedarray all 1.0.0-4 [3,804 B] Get:147rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 libjs-prettify all 2015.12.04+dfsg-1.1 [39.3 kB] Get:148rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 libjs-sprintf-js all 1.1.2+ds1+~1.1.2-1 [12.8 kB] Get:149rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 libjs-typedarray-to-buffer all 4.0.0-2 [4,658 B] Get:150rhttp://archive.ubuntu.com/ubuntu4noble/universe amd64 node-lodash-packages all 4.17.21+dfsg+~cs8.31.198.20210220-9 [176 kB] Get:151rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-function-bind all 1.1.2+~cs2.1.14-1 [20.3 kB] Get:152rhttp://archive.ubuntu.com/ubuntu0noble/universe amd64 node-object-inspect all 1.12.2+~cs1.8.1-1 [11.4 kB] Get:153rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-es-abstract all 1.20.4+~cs26.27.47-1 [139 kB] Get:154rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-resolve all 1.22.8+~cs5.34.15-2 [23.3 kB] Get:155rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-define-properties all 1.2.1+~cs2.2.3-1 [7,472 B] Get:156rhttp://archive.ubuntu.com/ubuntu2noble/universe amd64 node-debbundle-es-to-primitive all 1.2.1+~cs9.7.25-2 [14.1 kB] Get:157rhttp://archive.ubuntu.com/ubuntu0noble/universe amd64 node-isobject all 4.0.0-2 [5,374 B] Get:158rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-is-descriptor all 3.0.0-2 [5,606 B] Get:159rhttp://archive.ubuntu.com/ubuntu0noble/universe amd64 node-define-property all 2.0.2+really+2.0.2-3 [5,846 B] Get:160rhttp://archive.ubuntu.com/ubuntuBnoble/universe amd64 node-defined all 1.0.1+~1.0.0-1 [5,276 B] Get:161rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-abbrev all 1.1.1+~1.1.2-1 [5,784 B] Get:162rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-archy all 1.0.0-6 [4,588 B] Get:163rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-async all 0.8.0-6 [2,614 B] Get:164rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-convert-source-map all 1.9.0+~1.5.2-1 [8,332 B] Get:165rhttp://archive.ubuntu.com/ubuntu3noble/universe amd64 node-decamelize all 4.0.0-2 [4,016 B] Get:166rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-es6-error all 4.1.1-5 [5,802 B] Get:167rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-esprima all 4.0.1+ds+~4.0.3-2 [69.3 kB] Get:168rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-escodegen all 2.1.0+dfsg+~0.0.8-1 [23.5 kB] Get:169rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-commondir all 1.0.1+~1.0.0-1 [4,400 B] Get:170rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-is-number all 7.0.0-4 [5,894 B] Get:171rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-repeat-string all 1.6.1+repack-1 [5,660 B] Get:172rhttp://archive.ubuntu.com/ubuntu0noble/universe amd64 node-to-regex-range all 5.0.1-4 [10.7 kB] Get:173rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-fill-range all 7.0.1+~7.0.0-1 [9,098 B] Get:174rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-braces all 3.0.2+~3.0.1-1 [19.4 kB] Get:175rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-normalize-path all 3.0.0+~3.0.0-1 [6,718 B] Get:176rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-anymatch all 3.1.3+~cs4.6.1-2 [31.3 kB] Get:177rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-micromatch all 4.0.5+~4.0.2-1 [23.5 kB] Get:178rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-pify all 5.0.0+~cs5.0.1-1 [7,148 B] Get:179rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-path-type all 4.0.0-3 [3,934 B] Get:180rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-n3 all 1.16.3+~1.2.3+~1.10.4-1 [37.7 kB] Get:181rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-slash all 4.0.0-3 [4,326 B] Get:182rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-globby all 13.1.3+~cs16.25.40-2 [41.4 kB] Get:183rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-graceful-fs all 4.2.10-1 [14.0 kB] Get:184rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-is-path-cwd all 2.2.0-2 [3,650 B] Get:185rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-path-is-inside all 1.0.2+~1.0.0-1 [5,098 B] Get:186rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-is-path-inside all 3.0.3-2 [3,982 B] Get:187rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-escape-string-regexp all 4.0.0-2 [4,328 B] Get:188rhttp://archive.ubuntu.com/ubuntu,noble/universe amd64 node-indent-string all 4.0.0-2 [4,122 B] Get:189rhttp://archive.ubuntu.com/ubuntu0noble/universe amd64 node-p-map all 4.0.0+~3.1.0+~3.0.1-1 [8,058 B] Get:190rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-del all 7.0.0-5 [6,928 B] Get:191rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-make-dir all 3.1.0-3 [6,096 B] Get:192rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-p-limit all 4.0.0+~cs4.0.0-5 [7,722 B] Get:193rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-p-locate all 6.0.0-12 [5,340 B] Get:194rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-locate-path all 7.1.1-2 [5,448 B] Get:195rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-path-exists all 5.0.0-8 [4,602 B] Get:196rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-find-up all 6.3.0-7 [9,340 B] Get:197rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-pkg-dir all 5.0.0-2 [4,270 B] Get:198rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-find-cache-dir all 3.3.2+~3.2.1-1 [6,210 B] Get:199rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-signal-exit all 4.1.0-6 [14.1 kB] Get:200rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-foreground-child all 3.1.1-2 [12.4 kB] Get:201rhttp://archive.ubuntu.com/ubuntuknoble/universe amd64 node-is-stream all 3.0.0-4 [5,106 B] Get:202rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-is-windows all 1.0.2+~cs1.0.0-1 [5,980 B] Get:203rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-ampproject-remapping all 2.2.0+~cs5.15.37-1 [62.4 kB] Get:204rhttp://archive.ubuntu.com/ubuntu2noble/universe amd64 node-sprintf-js all 1.1.2+ds1+~1.1.2-1 [3,916 B] Get:205rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-argparse all 2.0.1-2 [33.2 kB] Get:206rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-js-yaml all 4.1.0+dfsg+~4.0.5-7 [61.9 kB] Get:207rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-nopt all 5.0.0-4 [10.9 kB] Get:208rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-npm-run-path all 5.1.0+~4.0.0-8 [6,402 B] Get:209rhttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-shebang-regex all 3.0.0-2 [3,504 B] Get:210rhttp://archive.ubuntu.com/ubuntu0noble/universe amd64 node-shebang-command all 2.0.0-1 [3,456 B] Get:211rhttp://archive.ubuntu.com/ubuntuBnoble/universe amd64 node-strip-bom all 4.0.0-2 [4,158 B] Get:212rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-has-flag all 4.0.0-3 [4,268 B] Get:213rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-supports-color all 8.1.1+~8.1.1-1 [7,048 B] Get:214rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-util all 0.12.5+~1.0.10-1 [3,760 B] Get:215rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-assert all 2.0.0+~cs3.9.8-2 [26.2 kB] Get:216rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-babel-plugin-add-module-exports all 1.0.4+dfsg1~cs5.8.0-4 [8,860 B] Get:217rhttp://archive.ubuntu.com/ubuntupnoble/universe amd64 node-regenerator-runtime all 0.15.2+~0.10.8-1 [10.9 kB] Get:218rhttp://archive.ubuntu.com/ubuntu.noble/universe amd64 node-babel7-runtime all 7.20.15+ds1+~cs214.269.168-6build1 [43.2 kB] Get:219rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-babel-helper-define-polyfill-provider all 0.3.3~0~20220913+ds1-1 [28.4 kB] Get:220rhttp://archive.ubuntu.com/ubuntulnoble/universe/amd64knode-babel-plugin-polyfill-corejs2 all 0.3.3~0~20220913+ds1-1 [17.2 kB] Get:221rhttp://archive.ubuntu.com/ubuntujnoble/universe amd64 node-caniuse-lite all 1.0.30001571+dfsg+~1.0.5-1 [348 kB] Get:222rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-electron-to-chromium all 1.4.616-1 [39.6 kB] Get:223rhttp://archive.ubuntu.com/ubuntu9noble/universe amd64 node-picocolors all 1.0.0-4 [6,176 B] Get:224rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-browserslist all 4.22.1+~cs6.1.28-1 [72.9 kB] Get:225rhttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-core-js-compat all 3.33.2-1build2 [39.1 kB] Get:226rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-babel-plugin-polyfill-corejs3 all 0.6.0~0~20220913+ds1-1 [30.2 kB] Get:227rhttp://archive.ubuntu.com/ubuntujnoble/universe amd64 node-babel-plugin-polyfill-regenerator all 0.4.1~0~20220913+ds1-1 [4,366 B] Get:228rhttp://archive.ubuntu.com/ubuntunnoble/universe6amd64%node-color-name all 1.1.4+~1.1.1-2 [6,076 B] Get:229rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-color-convert all 2.0.1+~cs2.0.0-2 [12.8 kB] Get:230rhttp://archive.ubuntu.com/ubuntu0noble/universe amd64 node-ansi-styles all 6.2.1-2 [8,768 B] Get:231rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-chalk all 5.3.0-1build1 [18.8 kB] Get:232rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-for-in all 1.0.2-4 [4,856 B] Get:233rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-for-own all 1.0.0-3 [4,708 B] Get:234rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-is-plain-object all 5.0.0-7 [6,338 B] Get:235rhttp://archive.ubuntu.com/ubuntuBnoble/universe amd64 node-is-extendable all 1.0.1-3 [5,258 B] Get:236rhttp://archive.ubuntu.com/ubuntu0noble/universe amd64 node-clone-deep all 4.0.1+~cs7.0.2-1 [6,822 B] Get:237rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-commander all 9.4.1-1 [50.6 kB] Get:238rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-core-js all 3.33.2-1build2 [270 kB] Get:239rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-core-js-pure all 3.33.2-1build2 [250 kB] Get:240rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-fs-readdir-recursive all 1.1.0+~1.1.0-1 [4,552 B] Get:241rhttp://archive.ubuntu.com/ubuntu,noble/universe amd64 node-js-tokens all 8.0.0-2 [12.1 kB] Get:242rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-jsesc all 3.0.2+~3.0.1-1 [18.0 kB] Get:243rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-json5 all 2.2.3+dfsg-1build1 [21.9 kB] Get:244rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-quick-lru all 6.1.1-4 [8,190 B] Get:245rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-regenerator-transform all 0.15.2+~0.10.8-1 [25.5 kB] Get:246rhttp://archive.ubuntu.com/ubuntu2noble/universe amd64 node-regjsgen all 0.7.1+ds-1 [7,048 B] Get:247rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-regjsparser all 0.9.1+ds-2 [21.6 kB] Get:248rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-unicode-canonical-property-names-ecmascript all 2.0.0-2 [4,558 B] Get:249rhttp://archive.ubuntu.com/ubuntu-noble/universepamd64/node-unicode-property-aliases-ecmascript all 2.1.0+ds-1 [5,316 B] Get:250rhttp://archive.ubuntu.com/ubuntucnoble/universe,amd64 node-unicode-match-property-ecmascript all 2.0.0-2 [4,420 B] Get:251rhttp://archive.ubuntu.com/ubuntuanoble/universe2amd64%node-unicode-match-property-value-ecmascript all 2.1.0+ds-1 [7,486 B] Get:252rhttp://archive.ubuntu.com/ubuntuunoble/universe amd648node-regexpu-core all 5.2.2-3 [15.5 kB] Get:253rhttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-source-map-support all 0.5.21+ds+~0.5.4-1 [14.2 kB] Get:254rhttp://archive.ubuntu.com/ubuntu2noble/universe amd64 node-to-fast-properties all 3.0.1-3 [4,334 B] Get:255rhttp://archive.ubuntu.com/ubuntu3noble/universe amd64 node-v8flags all 3.2.0+~3.1.1-1 [7,766 B] Get:256rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-babel7 all 7.20.15+ds1+~cs214.269.168-6build1 [627 kB] Get:257rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-is-arrayish all 0.3.2-3 [3,970 B] Get:258rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-error-ex all 1.3.2-4 [5,708 B] Get:259rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-json-parse-better-errors all 1.0.2+~cs3.3.1-2 [7,384 B] Get:260rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-parse-json all 5.2.0+~cs5.1.7-1 [7,516 B] Get:261rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-hosted-git-info all 6.1.1-2 [9,904 B] Get:262rhttp://archive.ubuntu.com/ubuntuBnoble/universe amd64 node-spdx-license-ids all 3.0.12-1 [6,488 B] Get:263rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-spdx-exceptions all 2.3.0-2 [3,978 B] Get:264rhttp://archive.ubuntu.com/ubuntuBnoble/universe amd64 node-spdx-expression-parse all 3.0.1+~3.0.1-1 [7,658 B] Get:265rhttp://archive.ubuntu.com/ubuntu7noble/universe amd64 node-spdx-correct all 3.1.1-2 [5,476 B] Get:266rhttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-validate-npm-package-license all 3.0.4-2 [4,252 B] Get:267rhttp://archive.ubuntu.com/ubuntusnoble/universe0amd64 node-normalize-package-data all 4.0.1+~2.4.1-1 [13.1 kB] Get:268rhttp://archive.ubuntu.com/ubuntu/noble/universe amd64 node-read-pkg all 5.2.0-2 [24.5 kB] Get:269rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-uuid all 8.3.2+~8.3.3-4 [36.0 kB] Get:270rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-isexe all 2.0.0+~2.0.1-5 [6,078 B] Get:271rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-which all 2.0.2+~cs1.3.2-3 [7,154 B] Get:272rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-is-typedarray all 1.0.0-4 [2,072 B] Get:273rhttp://archive.ubuntu.com/ubuntu0noble/universe amd64 node-typedarray-to-buffer all 4.0.0-2 [2,242 B] Get:274rhttp://archive.ubuntu.com/ubuntu,noble/universe amd64 node-write-file-atomic all 4.0.2+~4.0.0-2 [8,750 B] Get:275rhttp://archive.ubuntu.com/ubuntu0noble/universe amd64 node-slice-ansi all 5.0.0+~cs9.0.0-5 [9,044 B] Get:276rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-ansi-regex all 5.0.1-1 [4,984 B] Get:277rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-strip-ansi all 6.0.1-2 [4,128 B] Get:278rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-clone all 2.1.2+~2.1.2-1 [9,340 B] Get:279rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-defaults all 1.0.4+~1.0.3-1 [4,394 B] Get:280rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-wcwidth.js all 1.0.2-2 [7,204 B] Get:281rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-string-width all 4.2.3+~cs13.2.3-1 [11.4 kB] Get:282rhttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-wrap-ansi all 8.0.1+~8.0.1-3 [12.2 kB] Get:283rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-cliui all 7.0.4+repack+~cs3.1.0-4 [10.8 kB] Get:284rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-get-caller-file all 2.0.5+~cs1.1.1-4 [5,774 B] Get:285rhttp://archive.ubuntu.com/ubuntuBnoble/universe amd64 node-require-directory all 2.1.1+~2.1.2-1 [7,190 B] Get:286rhttp://archive.ubuntu.com/ubuntu0noble/universe amd64 node-y18n all 5.0.8+~5.0.0-3 [9,390 B] Get:287rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-camelcase all 7.0.0-3 [6,104 B] Get:288rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-yargs-parser all 21.1.1+~21.0.0-4 [23.6 kB] Get:289rhttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-yargs all 16.2.0+~16.0.4-7 [123 kB] Get:290rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-istanbul all 0.4.5+repack10+~cs98.25.59-2 [211 kB] Get:291rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-through all 2.3.8+~cs0.0.30-1 [5,496 B] Get:292rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-resumer all 0.0.0-6 [4,054 B] Get:293rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-tape all 5.6.1+~cs8.20.19-1 [31.3 kB] Get:294rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-deep-equal all 2.2.3+~cs43.15.94-1 [39.6 kB] Get:295rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 libjs-util all 0.12.5+~1.0.10-1 [15.4 kB] Get:296rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB] Get:297rhttp://archive.ubuntu.com/ubuntu]noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB] Get:298rhttp://archive.ubuntu.com/ubuntu]noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB] Get:299rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB] Get:300rhttp://archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9,006 B] Get:301rhttp://archive.ubuntu.com/ubuntu9noble/main amd64 libnet-smtp-ssl-perl all 1.04-2 [6,218 B] Get:302rhttp://archive.ubuntu.com/ubuntuBnoble/main amd64 libmailtools-perl all 2.21-2 [80.4 kB] Get:303rhttp://archive.ubuntu.com/ubuntu%noble/main amd64 libxml-parser-perl amd64 2.47-1build3 [204 kB] Get:304rhttp://archive.ubuntu.com/ubuntu%noble/main amd64 libxml-twig-perl all 1:3.52-2 [158 kB] Get:305rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libnet-dbus-perl/amd64 1.2.0-2build3 [165 kB] Get:306rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libuv1-dev1amd64/1.48.0-1.1build1 [136 kB] Get:307rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 libnode-devBamd64 18.19.1+dfsg-6ubuntu5 [501 kB] Get:308rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libnotify41amd64/0.8.3-1build2 [25.6 kB] Get:309rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libnotify-bin amd6410.8.3-1build2 [9,936 B] Get:310rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libre2-10,amd64B20230301-3build1 [168 kB] Get:311rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libsm6 amd6462:1.2.3-1build3 [15.7 kB] Get:312rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libtie-ixhash-perl all 1.23-4 [11.3 kB] Get:313rhttp://archive.ubuntu.com/ubuntu0noble/main amd64 libx11-protocol-perlsall 0.56-9 [122 kB] Get:314rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libxt6t64,amd64B1:1.2.1-1.2build1 [171 kB] Get:315rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libxmu6 amd64 2:1.1.3-3build2 [47.6 kB] Get:316rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libxpm4 amd64 1:3.5.17-1build2 [36.5 kB] Get:317rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libxaw7 amd64 2:1.0.14-1build2 [187 kB] Get:318rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd6411.15-1ubuntu2 [6,100 B] Get:319rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libxft2 amd64 2.3.6-1build1 [45.3 kB] Get:320rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libxkbfile15amd64s1:1.1.0-1build4 [70.0 kB] Get:321rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libxml-xpathengine-perl all 0.14-2 [32.6 kB] Get:322rhttp://archive.ubuntu.com/ubuntu6noble/main amd64 libxv1 amd6462:1.0.11-1.1build1 [10.7 kB] Get:323rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libxxf86dga16amd64 2:1.1.5-1build1 [11.6 kB] Get:324rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-agent-base1all 7.1.0~0~2023071921-5 [9,738 B] Get:325rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-ajv-keywords all 5.1.0-4 [33.1 kB] Get:326rhttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-ansi-escapes all 5.0.0+really.4.3.1-1 [9,070 B] Get:327rhttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-aprobaBall12.0.0-3 [5,698 B] Get:328rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-delegates all 1.0.0-3 [4,280 B] Get:329rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-are-we-there-yet all 3.0.1+~1.1.0-1 [9,066 B] Get:330rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-async-each1all 1.0.3-3 [4,174 B] Get:331rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-auto-bind all 4.0.0-2 [4,842 B] Get:332rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-babel-plugin-lodash all 3.3.4+~cs2.0.1-7 [11.3 kB] Get:333rhttp://archive.ubuntu.com/ubuntu.noble/universe amd64 node-object-visit all 1.0.1-5 [4,884 B] Get:334rhttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-map-visit all 1.0.0-4 [6,214 B] Get:335rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-collection-visit all 1.0.0-4 [4,950 B] Get:336rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-get-value all 1:3.0.1-4 [5,308 B] Get:337rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-sellside-emitter all 1.2.1-3 [4,492 B] Get:338rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-is-primitive all 3.0.1-3 [4,840 B] Get:339rhttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-set-value all 4.1.0+~4.0.1-2 [10.5 kB] Get:340rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-union-valuesall 2.0.1-4 [5,392 B] Get:341rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-has-values1all 2.0.1-4 [5,674 B] Get:342rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-has-value all 2.0.2-4 [6,058 B] Get:343rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-unset-valuesall 2.0.1-1 [5,974 B] Get:344rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-cache-base1all 4.0.2-1 [11.2 kB] Get:345rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-mixin-deep1all 2.0.1-3 [5,472 B] Get:346rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-pascalcase1all 1.0.0-1 [5,036 B] Get:347rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-base alls3.0.0-3 [11.8 kB] Get:348rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-base64-js all 1.5.1+dfsg+~1.3.0-2 [7,236 B] Get:349rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-binary-extensions all 2.2.0-2 [4,488 B] Get:350rhttp://archive.ubuntu.com/ubuntu8noble/universe amd64 node-builtinssall 5.0.1-1 [4,082 B] Get:351rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-chownrBall12.0.0-2 [4,446 B] Get:352rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-iconv-lite1all 0.6.3-3 [158 kB] Get:353rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-encodingsall 0.1.13-2 [4,366 B] Get:354rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-jsonparse all 1.3.1-10 [8,060 B] Get:355rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-minipasssall 3.3.6+~cs9.4.19-1 [42.3 kB] Get:356rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-iferrkall 1.0.2+~1.0.2-1 [4,610 B] Get:357rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-fs-write-stream-atomic all 1.0.10-6 [5,362 B] Get:358rhttp://archive.ubuntu.com/ubuntu/noble/universe amd64 node-run-queue all 2.0.0-3 [5,086 B] Get:359rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-copy-concurrently all 1.0.5-9 [7,200 B] Get:360rhttp://archive.ubuntu.com/ubuntu0noble/universe amd64 node-move-concurrently all 1.0.1-5 [5,182 B] Get:361rhttp://archive.ubuntu.com/ubuntu2noble/universe amd64 node-promise-inflight all 1.0.1+~1.0.0-1 [4,896 B] Get:362rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-ssri alls9.0.1-2 [14.7 kB] Get:363rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-unique-filename all 1.1.1+ds-2 [3,914 B] Get:364rhttp://archive.ubuntu.com/ubuntuBnoble/universe amd64 node-cacache/alls17.0.3+~cs10.3.7-1 [33.9 kB] Get:365rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-is-binary-path all 2.1.0-5 [3,676 B] Get:366rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-path-is-absolute all 2.0.0-2 [4,062 B] Get:367rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-set-immediate-shim all 2.0.0-2 [3,696 B] Get:368rhttp://archive.ubuntu.com/ubuntu9noble/universe amd64 node-readdirpsall 3.6.0-1 [11.8 kB] Get:369rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-chokidarsall 3.6.0-2 [32.9 kB] Get:370rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-tslibkall 2.4.1-1 [19.7 kB] Get:371rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-chrome-trace-event all 1.0.3-2 [6,680 B] Get:372rhttp://archive.ubuntu.com/ubuntu8noble/universe amd64 node-ci-info/alls4.0.0+~cs1.1.0-1build2 [11.2 kB] Get:373rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-cli-boxes all 3.0.0-1build2 [4,960 B] Get:374rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-restore-cursor all 4.0.0-4 [4,488 B] Get:375rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-cli-cursor1all 4.0.0-3 [8,002 B] Get:376rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-cli-truncate all 2.1.0-5 [5,714 B] Get:377rhttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-colorsBall11.4.0-4 [12.0 kB] Get:378rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-columnify all 1.6.0+~1.5.1-1 [12.7 kB] Get:379rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-console-control-strings all 1.1.0-3 [5,616 B] Get:380rhttp://archive.ubuntu.com/ubuntuBnoble/universe amd64 node-growlkall 1.10.5-4 [7,064 B] Get:381rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-lcov-parse1all 1.0.0+20170612git80d039574ed9-6 [5,140 B] Get:382rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-log-driver1all 1.2.7+git+20180219+bba1761737-7 [5,436 B] Get:383rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-data-uri-to-buffer all 5.0.1~0~2023071921-5 [6,848 B] Get:384rhttp://archive.ubuntu.com/ubuntu4noble/universe amd64 node-fetchkall 3.3.2+~cs11.4.11-1 [559 kB] Get:385rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-coveralls all 3.1.1-2build1 [14.2 kB] Get:386rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-css-selector-tokenizer all 0.8.0+~cs4.8.3-1 [13.2 kB] Get:387rhttp://archive.ubuntu.com/ubuntu/noble/universe amd64 node-postcss/alls8.4.31+~cs8.0.26-1 [180 kB] Get:388rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-icss-utils1all 5.1.0+~5.1.0-1 [7,176 B] Get:389rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-postcss-modules-extract-imports all 3.0.0-2 [6,080 B] Get:390rhttp://archive.ubuntu.com/ubuntupnoble/universe amd64 node-postcss-modules-values all 4.0.0+~4.0.0-1 [6,624 B] Get:391rhttp://archive.ubuntu.com/ubuntu/noble/universe amd64 node-postcss-value-parser all 4.2.0-1 [10.6 kB] Get:392rhttp://archive.ubuntu.com/ubuntu0noble/universe amd64 node-prr6all/1.0.1-3 [4,344 B] Get:393rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-errnokall 1.0.0-3 [7,962 B] Get:394rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-memory-fs all 0.5.0+~0.3.3-2 [7,744 B] Get:395rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-tapable/alls2.2.1-3 [13.8 kB] Get:396rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-enhanced-resolve all 5.15.0-1 [36.9 kB] Get:397rhttp://archive.ubuntu.com/ubuntuknoble/universe amd64 node-es-module-lexer all 1.1.0+dfsg-3 [20.7 kB] Get:398rhttp://archive.ubuntu.com/ubuntuBnoble/universe amd64 node-eventsBall13.3.0+~3.0.0-3 [3,084 B] Get:399rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-resolve-cwdsall 3.0.0-2 [4,216 B] Get:400rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-jest-debbundle all 29.6.2~ds1+~cs73.45.28-5 [55.4 kB] Get:401rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-interpret all 2.2.0-3 [6,946 B] Get:402rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-merge-stream all 2.0.0+~1.1.2-2 [5,178 B] Get:403rhttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-jest-workersall 29.6.2~ds1+~cs73.45.28-5 [42.4 kB] Get:404rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-loader-runner all 4.3.0-1 [7,742 B] Get:405rhttp://archive.ubuntu.com/ubuntu0noble/universe amd64 node-mime alls3.0.0+dfsg+~cs6.97.2-1 [37.8 kB] Get:406rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-mime-types1all 2.1.35-2 [6,818 B] Get:407rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-rechoir/alls0.8.0+~0.6.1-2 [6,382 B] Get:408rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-schema-utils all 4.2.0~ds-3build3 [19.2 kB] Get:409rhttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-randombytessall 2.1.0+~2.0.0-2 [4,812 B] Get:410rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-serialize-javascript all 6.0.1-1 [13.2 kB] Get:411rhttp://archive.ubuntu.com/ubuntu3noble/universe amd64 node-watchpack all 2.4.0+~cs2.8.1-1 [20.7 kB] Get:412rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-webassemblyjs all 1.11.4+dfsg+~cs10.11.17-2 [143 kB] Get:413rhttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-source-list-map all 2.0.1+dfsg+~0.1.2-1 [10.3 kB] Get:414rhttp://archive.ubuntu.com/ubuntuBnoble/universe amd64 node-webpack-sources all 3.2.3+~3.2.0-2 [23.8 kB] Get:415rhttp://archive.ubuntu.com/ubuntuBnoble/universe amd64 node-terserBall15.19.2-1 [202 kB] Get:416rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 terser1allk5.19.2-1 [4,266 B] Get:417rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 webpack5allB5.76.1+dfsg1+~cs17.16.16-1 [726 kB] Get:418rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-css-loader0all 6.8.1+~cs14.0.17-1 [64.0 kB] Get:419rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-mimic-response all 3.1.0-8 [5,500 B] Get:420rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-decompress-response all 6.0.0-2 [4,656 B] Get:421rhttp://archive.ubuntu.com/ubuntu6noble/universe amd64 node-diff alls5.0.0~dfsg+~5.0.1-4 [76.7 kB] Get:422rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-err-codesall 2.0.3+dfsg-3 [4,918 B] Get:423rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-time-stamp0all 2.2.0-2 [6,012 B] Get:424rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-fancy-log all 1.3.3+~cs1.3.1-2 [8,102 B] Get:425rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-has-unicodesall 2.0.1-5 [3,962 B] Get:426rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-wide-align0all 1.1.3-4 [4,228 B] Get:427rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-gaugekall 4.0.4-2 [16.1 kB] Get:428rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-end-of-stream all 1.4.4+~1.4.1-1 [5,340 B] Get:429rhttp://archive.ubuntu.com/ubuntu0noble/universe amd64 node-pump alls3.0.0-5 [5,160 B] Get:430rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-get-stream0all 6.0.1-1 [7,324 B] Get:431rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-lowercase-keys all 2.0.0-2 [3,754 B] Get:432rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-json-buffersall 3.0.1+~3.0.0-1 [4,554 B] Get:433rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-p-cancelable all 2.1.1-1 [7,358 B] Get:434rhttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-got6all/11.8.5+~cs58.13.36-3 [122 kB] Get:435rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-http-proxy-agent all 7.0.0~0~2023071921-5 [8,596 B] Get:436rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-https-proxy-agent all 7.0.1~0~2023071921-5 [11.3 kB] Get:437rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-ieee754/alls1.2.1-3 [5,340 B] Get:438rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-ip5allB2.0.0+~1.1.0-1ubuntu1 [8,798 B] Get:439rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-ip-regexsall 4.3.0+~4.1.1-1 [5,254 B] Get:440rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-read-package-json all 5.0.2+~2.0.0-1 [10.8 kB] Get:441rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-npm-bundledsall 2.0.1-2 [5,924 B] Get:442rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-osenvkall 0.1.5+~0.1.1-1 [5,972 B] Get:443rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-validate-npm-package-name all 5.0.0+~4.0.0-1 [6,492 B] Get:444rhttp://archive.ubuntu.com/ubuntu0noble/universe amd64 node-npm-package-arg all 10.0.0+~3.0.0-2 [9,658 B] Get:445rhttp://archive.ubuntu.com/ubuntuBnoble/main amd64 xdg-utils,all 1.1.3-4.1ubuntu3 [62.0 kB] Get:446rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-openerBall01.5.2+~1.4.0-1 [6,000 B] Get:447rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-retrykall 0.13.1+~0.12.1-1 [11.5 kB] Get:448rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-promise-retry all 2.0.1-4 [5,040 B] Get:449rhttp://archive.ubuntu.com/ubuntu0noble/universe amd64 node-mute-streamsall 0.0.8+~0.0.1-3 [6,282 B] Get:450rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-read alls1.0.7-5 [5,426 B] Get:451rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-promzardsall 0.3.0-2 [6,888 B] Get:452rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-re26amd64 1.20.10+~cs2.13.13-1 [49.4 kB] Get:453rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-require-from-string all 2.0.2+~1.2.1-1 [4,464 B] Get:454rhttp://archive.ubuntu.com/ubuntu4noble/universe amd64 node-set-blocking all 2.0.0-2 [3,766 B] Get:455rhttp://archive.ubuntu.com/ubuntu%noble/universe amd64 node-shell-quotesall 1.7.4+~1.7.1-1 [7,740 B] Get:456rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-stack-utilssall 2.0.6+~2.0.1-1 [9,430 B] Get:457rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 node-yaml alls2.3.4-1build1 [121 kB] Get:458rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-tap-parser0all 11.0.2+~cs2.1.4-1 [63.1 kB] Get:459rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-tap-mocha-reporter all 5.0.3+~2.0.2-2 [39.5 kB] Get:460rhttp://archive.ubuntu.com/ubuntu5noble/universe amd64 node-text-table0all 0.2.0-4 [4,762 B] Get:461rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-widest-linesall 3.1.0-2 [4,086 B] Get:462rhttp://archive.ubuntu.com/ubuntu]noble/universe amd64 nodejs-dockall 18.19.1+dfsg-6ubuntu5 [3,552 kB] Get:463rhttp://archive.ubuntu.com/ubuntu noble/main amd64 x11-utils,amd64B7.7+6build2 [189 kB] Get:464rhttp://archive.ubuntu.com/ubuntu noble/main amd64 x11-xserver-utilssamd64 7.7+10build2 [169 kB] Get:465rhttp://archive.ubuntu.com/ubuntu]noble/main amd64 libegl1 amd64 1.7.0-1build1 [28.7 kB] Get:466rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libgles26amd64k1.7.0-1build1 [17.1 kB] Get:467rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 zutty,amd64B0.14.8.20231210+dfsg1-1 [185 kB] Get:468rhttp://archive.ubuntu.com/ubuntu noble/main amd64 libauthen-sasl-perl0all 2.1700-1 [42.9 kB] Get:469rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-cli-table all 0.3.11+~cs0.13.4-3 [23.2 kB] Get:470rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-depd alls2.0.0-2 [10.5 kB] Get:471rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-npmlogBall07.0.1+~4.1.4-1 [9,826 B] Get:472rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-tar6all/6.1.13+~cs7.0.5-3 [51.1 kB] Get:473rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-gyp6all/9.3.0-3 [36.1 kB] Get:474rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-ini6all/3.0.1-2 [6,480 B] Get:475rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-negotiator0all 0.6.3+~0.6.1-1 [10.1 kB] Get:476rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-ws5allB8.11.0+~cs13.7.3-2 [52.0 kB] Get:477rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 node-tap6all/16.3.7+ds1+~cs50.9.19-4 [105 kB] Get:478rhttp://archive.ubuntu.com/ubuntu noble/universe amd64 npm all59.2.0~ds1-2 [631 kB] Fetchedo47.6gMBBin39sk(5,361 kB/s) 6,156 kB/s 0s debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package libpython3.12-minimal:amd64. (Reading database ... 32320 files and directories currently installed.) Preparing to unpack .../libpython3.12-minimal_3.12.3-1ubuntu0.4_amd64.deb ... Unpacking libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.4) ... Selecting previously unselected package python3.12-minimal. Preparing to unpack .../python3.12-minimal_3.12.3-1ubuntu0.4_amd64.deb ... Unpacking python3.12-minimal (3.12.3-1ubuntu0.4) ... Setting up libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.4) ... Setting up python3.12-minimal (3.12.3-1ubuntu0.4) ... Selecting previously unselected package python3-minimal. (Reading database ... 32630 files and directories currently installed.) Preparing to unpack .../0-python3-minimal_3.12.3-0ubuntu2_amd64.deb ... Unpacking python3-minimal (3.12.3-0ubuntu2) ... Selecting previously unselected package media-types. Preparing to unpack .../1-media-types_10.1.0_all.deb ... Unpacking media-types (10.1.0) ... Selecting previously unselected package netbase. Preparing to unpack .../2-netbase_6.4_all.deb ... Unpacking netbase (6.4) ... Selecting previously unselected package libpython3.12-stdlib:amd64. Preparing to unpack .../3-libpython3.12-stdlib_3.12.3-1ubuntu0.4_amd64.deb ... Unpacking libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.4) ... Selecting previously unselected package python3.12. Preparing to unpack .../4-python3.12_3.12.3-1ubuntu0.4_amd64.deb ... Unpacking python3.12 (3.12.3-1ubuntu0.4) ... Selecting previously unselected package libpython3-stdlib:amd64. Preparing to unpack .../5-libpython3-stdlib_3.12.3-0ubuntu2_amd64.deb ... Unpacking libpython3-stdlib:amd64 (3.12.3-0ubuntu2) ... Setting up python3-minimal (3.12.3-0ubuntu2) ... Selecting previously unselected package python3. (Reading database ... 33070 files and directories currently installed.) Preparing to unpack .../000-python3_3.12.3-0ubuntu2_amd64.deb ... Unpacking python3 (3.12.3-0ubuntu2) ... Selecting previously unselected package libtext-iconv-perl:amd64. Preparing to unpack .../001-libtext-iconv-perl_1.7-8build3_amd64.deb ... Unpacking libtext-iconv-perl:amd64 (1.7-8build3) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../002-python3-pkg-resources_68.1.2-2ubuntu1.1_all.deb ... Unpacking python3-pkg-resources (68.1.2-2ubuntu1.1) ... Selecting previously unselected package libuv1t64:amd64. Preparing to unpack .../003-libuv1t64_1.48.0-1.1build1_amd64.deb ... Unpacking libuv1t64:amd64 (1.48.0-1.1build1) ... Selecting previously unselected package libxmuu1:amd64. Preparing to unpack .../004-libxmuu1_2%3a1.1.3-3build2_amd64.deb ... Unpacking libxmuu1:amd64 (2:1.1.3-3build2) ... Selecting previously unselected package node-fast-deep-equal. Preparing to unpack .../005-node-fast-deep-equal_3.1.3-3_all.deb ... Unpacking node-fast-deep-equal (3.1.3-3) ... Selecting previously unselected package node-json-schema-traverse. Preparing to unpack .../006-node-json-schema-traverse_1.0.0-3_all.deb ... Unpacking node-json-schema-traverse (1.0.0-3) ... Selecting previously unselected package node-jsonify. Preparing to unpack .../007-node-jsonify_0.0.1-1_all.deb ... Unpacking node-jsonify (0.0.1-1) ... Selecting previously unselected package node-json-stable-stringify. Preparing to unpack .../008-node-json-stable-stringify_1.0.2+repack1+~cs1.0.34-2_all.deb ... Unpacking node-json-stable-stringify (1.0.2+repack1+~cs1.0.34-2) ... Selecting previously unselected package node-punycode. Preparing to unpack .../009-node-punycode_2.2.3-2_all.deb ... Unpacking node-punycode (2.2.3-2) ... Selecting previously unselected package node-uri-js. Preparing to unpack .../010-node-uri-js_4.4.0+dfsg-8_all.deb ... Unpacking node-uri-js (4.4.0+dfsg-8) ... Selecting previously unselected package libcares2:amd64. Preparing to unpack .../011-libcares2_1.27.0-1.0ubuntu1_amd64.deb ... Unpacking libcares2:amd64 (1.27.0-1.0ubuntu1) ... Selecting previously unselected package node-xtend. Preparing to unpack .../012-node-xtend_4.0.2-3_all.deb ... Unpacking node-xtend (4.0.2-3) ... Selecting previously unselected package node-acorn. Preparing to unpack .../013-node-acorn_8.8.1+ds+~cs25.17.7-2_all.deb ... Unpacking node-acorn (8.8.1+ds+~cs25.17.7-2) ... Selecting previously unselected package node-cjs-module-lexer. Preparing to unpack .../014-node-cjs-module-lexer_1.2.3+dfsg-1_all.deb ... Unpacking node-cjs-module-lexer (1.2.3+dfsg-1) ... Selecting previously unselected package node-busboy. Preparing to unpack .../015-node-busboy_1.6.0+~cs2.6.0-2_all.deb ... Unpacking node-busboy (1.6.0+~cs2.6.0-2) ... Selecting previously unselected package node-undici. Preparing to unpack .../016-node-undici_5.26.3+dfsg1+~cs23.10.12-2_all.deb ... Unpacking node-undici (5.26.3+dfsg1+~cs23.10.12-2) ... Selecting previously unselected package libnode109:amd64. Preparing to unpack .../017-libnode109_18.19.1+dfsg-6ubuntu5_amd64.deb ... Unpacking libnode109:amd64 (18.19.1+dfsg-6ubuntu5) ... Selecting previously unselected package nodejs. Preparing to unpack .../018-nodejs_18.19.1+dfsg-6ubuntu5_amd64.deb ... Unpacking nodejs (18.19.1+dfsg-6ubuntu5) ... Selecting previously unselected package node-ajv. Preparing to unpack .../019-node-ajv_8.12.0~ds+~2.1.1-4_all.deb ... Unpacking node-ajv (8.12.0~ds+~2.1.1-4) ... Selecting previously unselected package libjs-inherits. Preparing to unpack .../020-libjs-inherits_2.0.4-6_all.deb ... Unpacking libjs-inherits (2.0.4-6) ... Selecting previously unselected package node-inherits. Preparing to unpack .../021-node-inherits_2.0.4-6_all.deb ... Unpacking node-inherits (2.0.4-6) ... Selecting previously unselected package node-core-util-is. Preparing to unpack .../022-node-core-util-is_1.0.3-1_all.deb ... Unpacking node-core-util-is (1.0.3-1) ... Selecting previously unselected package node-safe-buffer. Preparing to unpack .../023-node-safe-buffer_5.2.1+~cs2.1.2-3_all.deb ... Unpacking node-safe-buffer (5.2.1+~cs2.1.2-3) ... Selecting previously unselected package node-string-decoder. Preparing to unpack .../024-node-string-decoder_1.3.0-6_all.deb ... Unpacking node-string-decoder (1.3.0-6) ... Selecting previously unselected package node-process-nextick-args. Preparing to unpack .../025-node-process-nextick-args_2.0.1-3_all.deb ... Unpacking node-process-nextick-args (2.0.1-3) ... Selecting previously unselected package node-util-deprecate. Preparing to unpack .../026-node-util-deprecate_1.0.2-3_all.deb ... Unpacking node-util-deprecate (1.0.2-3) ... Selecting previously unselected package node-isarray. Preparing to unpack .../027-node-isarray_2.0.5-4_all.deb ... Unpacking node-isarray (2.0.5-4) ... Selecting previously unselected package node-readable-stream. Preparing to unpack .../028-node-readable-stream_3.6.0+~cs3.0.0-4build1_all.deb ... Unpacking node-readable-stream (3.6.0+~cs3.0.0-4build1) ... Selecting previously unselected package node-typedarray. Preparing to unpack .../029-node-typedarray_0.0.7-1_all.deb ... Unpacking node-typedarray (0.0.7-1) ... Selecting previously unselected package node-concat-stream. Preparing to unpack .../030-node-concat-stream_2.0.0+~2.0.0-2_all.deb ... Unpacking node-concat-stream (2.0.0+~2.0.0-2) ... Selecting previously unselected package node-ms. Preparing to unpack .../031-node-ms_2.1.3+~cs0.7.31-3_all.deb ... Unpacking node-ms (2.1.3+~cs0.7.31-3) ... Selecting previously unselected package node-debug. Preparing to unpack .../032-node-debug_4.3.4+~cs4.1.7-1_all.deb ... Unpacking node-debug (4.3.4+~cs4.1.7-1) ... Selecting previously unselected package node-esutils. Preparing to unpack .../033-node-esutils_2.0.3+~2.0.0-1_all.deb ... Unpacking node-esutils (2.0.3+~2.0.0-1) ... Selecting previously unselected package node-doctrine. Preparing to unpack .../034-node-doctrine_3.0.0-4_all.deb ... Unpacking node-doctrine (3.0.0-4) ... Selecting previously unselected package node-eslint-visitor-keys. Preparing to unpack .../035-node-eslint-visitor-keys_3.3.0+~1.0.0-1_all.deb ... Unpacking node-eslint-visitor-keys (3.3.0+~1.0.0-1) ... Selecting previously unselected package node-estraverse. Preparing to unpack .../036-node-estraverse_5.3.0+ds+~5.1.1-1_all.deb ... Unpacking node-estraverse (5.3.0+ds+~5.1.1-1) ... Selecting previously unselected package node-object-assign. Preparing to unpack .../037-node-object-assign_4.1.1-7_all.deb ... Unpacking node-object-assign (4.1.1-7) ... Selecting previously unselected package node-esrecurse. Preparing to unpack .../038-node-esrecurse_4.3.0-2_all.deb ... Unpacking node-esrecurse (4.3.0-2) ... Selecting previously unselected package node-eslint-scope. Preparing to unpack .../039-node-eslint-scope_7.1.1+~3.7.4-1_all.deb ... Unpacking node-eslint-scope (7.1.1+~3.7.4-1) ... Selecting previously unselected package node-espree. Preparing to unpack .../040-node-espree_9.4.1~dfsg-2_all.deb ... Unpacking node-espree (9.4.1~dfsg-2) ... Selecting previously unselected package node-esquery. Preparing to unpack .../041-node-esquery_1.4.2~ds-1_all.deb ... Unpacking node-esquery (1.4.2~ds-1) ... Selecting previously unselected package node-eslint-utils. Preparing to unpack .../042-node-eslint-utils_3.0.0-3_all.deb ... Unpacking node-eslint-utils (3.0.0-3) ... Selecting previously unselected package node-flatted. Preparing to unpack .../043-node-flatted_3.2.7~ds-1_all.deb ... Unpacking node-flatted (3.2.7~ds-1) ... Selecting previously unselected package node-fs.realpath. Preparing to unpack .../044-node-fs.realpath_1.0.0-3_all.deb ... Unpacking node-fs.realpath (1.0.0-3) ... Selecting previously unselected package node-wrappy. Preparing to unpack .../045-node-wrappy_1.0.2-3_all.deb ... Unpacking node-wrappy (1.0.2-3) ... Selecting previously unselected package node-once. Preparing to unpack .../046-node-once_1.4.1-1_all.deb ... Unpacking node-once (1.4.1-1) ... Selecting previously unselected package node-inflight. Preparing to unpack .../047-node-inflight_1.0.6-2_all.deb ... Unpacking node-inflight (1.0.6-2) ... Selecting previously unselected package node-balanced-match. Preparing to unpack .../048-node-balanced-match_2.0.0-1_all.deb ... Unpacking node-balanced-match (2.0.0-1) ... Selecting previously unselected package node-brace-expansion. Preparing to unpack .../049-node-brace-expansion_2.0.1+~1.1.0-1_all.deb ... Unpacking node-brace-expansion (2.0.1+~1.1.0-1) ... Selecting previously unselected package node-minimatch. Preparing to unpack .../050-node-minimatch_9.0.3-4build5_all.deb ... Unpacking node-minimatch (9.0.3-4build5) ... Selecting previously unselected package node-glob. Preparing to unpack .../051-node-glob_8.1.0+~cs8.5.15-1_all.deb ... Unpacking node-glob (8.1.0+~cs8.5.15-1) ... Selecting previously unselected package node-rimraf. Preparing to unpack .../052-node-rimraf_3.0.2-2_all.deb ... Unpacking node-rimraf (3.0.2-2) ... Selecting previously unselected package node-write. Preparing to unpack .../053-node-write_2.0.0~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1_all.deb ... Unpacking node-write (2.0.0~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ... Selecting previously unselected package node-flat-cache. Preparing to unpack .../054-node-flat-cache_3.0.4~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1_all.deb ... Unpacking node-flat-cache (3.0.4~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ... Selecting previously unselected package node-file-entry-cache. Preparing to unpack .../055-node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1_all.deb ... Unpacking node-file-entry-cache (6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ... Selecting previously unselected package node-functional-red-black-tree. Preparing to unpack .../056-node-functional-red-black-tree_1.0.1+20181105-7_all.deb ... Unpacking node-functional-red-black-tree (1.0.1+20181105-7) ... Selecting previously unselected package node-is-extglob. Preparing to unpack .../057-node-is-extglob_2.1.1-5_all.deb ... Unpacking node-is-extglob (2.1.1-5) ... Selecting previously unselected package node-is-glob. Preparing to unpack .../058-node-is-glob_4.0.3-2_all.deb ... Unpacking node-is-glob (4.0.3-2) ... Selecting previously unselected package node-path-dirname. Preparing to unpack .../059-node-path-dirname_1.0.2-2_all.deb ... Unpacking node-path-dirname (1.0.2-2) ... Selecting previously unselected package node-glob-parent. Preparing to unpack .../060-node-glob-parent_6.0.2+~5.1.1-2_all.deb ... Unpacking node-glob-parent (6.0.2+~5.1.1-2) ... Selecting previously unselected package node-globals. Preparing to unpack .../061-node-globals_13.23.0-1_all.deb ... Unpacking node-globals (13.23.0-1) ... Selecting previously unselected package node-resolve-from. Preparing to unpack .../062-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-imurmurhash. Preparing to unpack .../063-node-imurmurhash_0.1.4+dfsg+~0.1.1-2_all.deb ... Unpacking node-imurmurhash (0.1.4+dfsg+~0.1.1-2) ... Selecting previously unselected package node-ignore. Preparing to unpack .../064-node-ignore_5.2.1-1_all.deb ... Unpacking node-ignore (5.2.1-1) ... Selecting previously unselected package node-prelude-ls. Preparing to unpack .../065-node-prelude-ls_1.2.1+dfsg-3_all.deb ... Unpacking node-prelude-ls (1.2.1+dfsg-3) ... Selecting previously unselected package node-type-check. Preparing to unpack .../066-node-type-check_0.4.0+dfsg-3_all.deb ... Unpacking node-type-check (0.4.0+dfsg-3) ... Selecting previously unselected package node-levn. Preparing to unpack .../067-node-levn_0.4.1+dfsg-2_all.deb ... Unpacking node-levn (0.4.1+dfsg-2) ... Selecting previously unselected package node-lodash. Preparing to unpack .../068-node-lodash_4.17.21+dfsg+~cs8.31.198.20210220-9_all.deb ... Unpacking node-lodash (4.17.21+dfsg+~cs8.31.198.20210220-9) ... Selecting previously unselected package node-memfs. Preparing to unpack .../069-node-memfs_3.4.12+~cs1.0.3-1_all.deb ... Unpacking node-memfs (3.4.12+~cs1.0.3-1) ... Selecting previously unselected package node-mkdirp. Preparing to unpack .../070-node-mkdirp_1.0.4+~1.0.2-4_all.deb ... Unpacking node-mkdirp (1.0.4+~1.0.2-4) ... Selecting previously unselected package node-deep-is. Preparing to unpack .../071-node-deep-is_0.1.4-1_all.deb ... Unpacking node-deep-is (0.1.4-1) ... Selecting previously unselected package node-fast-levenshtein. Preparing to unpack .../072-node-fast-levenshtein_2.0.6+ds-3_all.deb ... Unpacking node-fast-levenshtein (2.0.6+ds-3) ... Selecting previously unselected package node-optionator. Preparing to unpack .../073-node-optionator_0.9.1+dfsg+~cs1.2.3-1_all.deb ... Unpacking node-optionator (0.9.1+dfsg+~cs1.2.3-1) ... Selecting previously unselected package node-progress. Preparing to unpack .../074-node-progress_2.0.3-2_all.deb ... Unpacking node-progress (2.0.3-2) ... Selecting previously unselected package libjs-regenerate. Preparing to unpack .../075-libjs-regenerate_1.4.2-3_all.deb ... Unpacking libjs-regenerate (1.4.2-3) ... Selecting previously unselected package node-regenerate. Preparing to unpack .../076-node-regenerate_1.4.2-3_all.deb ... Unpacking node-regenerate (1.4.2-3) ... Selecting previously unselected package node-regenerate-unicode-properties. Preparing to unpack .../077-node-regenerate-unicode-properties_10.1.0+ds-1_all.deb ... Unpacking node-regenerate-unicode-properties (10.1.0+ds-1) ... Selecting previously unselected package node-regexpp. Preparing to unpack .../078-node-regexpp_3.2.0-5_all.deb ... Unpacking node-regexpp (3.2.0-5) ... Selecting previously unselected package node-yallist. Preparing to unpack .../079-node-yallist_4.0.0+~4.0.1-1_all.deb ... Unpacking node-yallist (4.0.0+~4.0.1-1) ... Selecting previously unselected package node-lru-cache. Preparing to unpack .../080-node-lru-cache_7.14.1-1_all.deb ... Unpacking node-lru-cache (7.14.1-1) ... Selecting previously unselected package node-semver. Preparing to unpack .../081-node-semver_7.5.4+~7.5.0-2_all.deb ... Unpacking node-semver (7.5.4+~7.5.0-2) ... Selecting previously unselected package node-strip-json-comments. Preparing to unpack .../082-node-strip-json-comments_4.0.0-4_all.deb ... Unpacking node-strip-json-comments (4.0.0-4) ... Selecting previously unselected package node-json-schema. Preparing to unpack .../083-node-json-schema_0.4.0+~7.0.11-1_all.deb ... Unpacking node-json-schema (0.4.0+~7.0.11-1) ... Selecting previously unselected package node-v8-compile-cache. Preparing to unpack .../084-node-v8-compile-cache_2.4.0-2_all.deb ... Unpacking node-v8-compile-cache (2.4.0-2) ... Selecting previously unselected package eslint. Preparing to unpack .../085-eslint_6.4.0~dfsg+~6.1.9-11build3_all.deb ... Unpacking eslint (6.4.0~dfsg+~6.1.9-11build3) ... Selecting previously unselected package python3-six. Preparing to unpack .../086-python3-six_1.16.0-4_all.deb ... Unpacking python3-six (1.16.0-4) ... Selecting previously unselected package gyp. Preparing to unpack .../087-gyp_0.1+20220404git9ecf45e-2_all.deb ... Unpacking gyp (0.1+20220404git9ecf45e-2) ... Selecting previously unselected package node-neo-async. Preparing to unpack .../088-node-neo-async_2.6.2+~cs3.0.0-3_all.deb ... Unpacking node-neo-async (2.6.2+~cs3.0.0-3) ... Selecting previously unselected package node-arrify. Preparing to unpack .../089-node-arrify_2.0.1-3_all.deb ... Unpacking node-arrify (2.0.1-3) ... Selecting previously unselected package node-is-plain-obj. Preparing to unpack .../090-node-is-plain-obj_3.0.0-2_all.deb ... Unpacking node-is-plain-obj (3.0.0-2) ... Selecting previously unselected package node-is-buffer. Preparing to unpack .../091-node-is-buffer_2.0.5-2_all.deb ... Unpacking node-is-buffer (2.0.5-2) ... Selecting previously unselected package node-kind-of. Preparing to unpack .../092-node-kind-of_6.0.3+dfsg-2_all.deb ... Unpacking node-kind-of (6.0.3+dfsg-2) ... Selecting previously unselected package node-minimist. Preparing to unpack .../093-node-minimist_1.2.8+~cs5.3.5-1_all.deb ... Unpacking node-minimist (1.2.8+~cs5.3.5-1) ... Selecting previously unselected package node-wordwrap. Preparing to unpack .../094-node-wordwrap_1.0.0-4_all.deb ... Unpacking node-wordwrap (1.0.0-4) ... Selecting previously unselected package node-optimist. Preparing to unpack .../095-node-optimist_0.6.1+~0.0.30-2_all.deb ... Unpacking node-optimist (0.6.1+~0.0.30-2) ... Selecting previously unselected package libjs-source-map. Preparing to unpack .../096-libjs-source-map_0.7.0++dfsg2+really.0.6.1-15_all.deb ... Unpacking libjs-source-map (0.7.0++dfsg2+really.0.6.1-15) ... Selecting previously unselected package node-source-map. Preparing to unpack .../097-node-source-map_0.7.0++dfsg2+really.0.6.1-15_all.deb ... Unpacking node-source-map (0.7.0++dfsg2+really.0.6.1-15) ... Selecting previously unselected package handlebars. Preparing to unpack .../098-handlebars_3%3a4.7.7+~4.1.0-1_all.deb ... Unpacking handlebars (3:4.7.7+~4.1.0-1) ... Selecting previously unselected package javascript-common. Preparing to unpack .../099-javascript-common_11+nmu1_all.deb ... Unpacking javascript-common (11+nmu1) ... Selecting previously unselected package libclone-perl:amd64. Preparing to unpack .../100-libclone-perl_0.46-1build3_amd64.deb ... Unpacking libclone-perl:amd64 (0.46-1build3) ... Selecting previously unselected package libdata-dump-perl. Preparing to unpack .../101-libdata-dump-perl_1.25-1_all.deb ... Unpacking libdata-dump-perl (1.25-1) ... Selecting previously unselected package libwayland-server0:amd64. Preparing to unpack .../102-libwayland-server0_1.22.0-2.1build1_amd64.deb ... Unpacking libwayland-server0:amd64 (1.22.0-2.1build1) ... Selecting previously unselected package libgbm1:amd64. Preparing to unpack .../103-libgbm1_24.0.9-0ubuntu0.3_amd64.deb ... Unpacking libgbm1:amd64 (24.0.9-0ubuntu0.3) ... Preparing to unpack .../104-libgl1-mesa-dri_24.0.9-0ubuntu0.3_amd64.deb ... Unpacking libgl1-mesa-dri:amd64 (24.0.9-0ubuntu0.3) over (24.0.9-0ubuntu0.2) ... Preparing to unpack .../105-libglx-mesa0_24.0.9-0ubuntu0.3_amd64.deb ... Unpacking libglx-mesa0:amd64 (24.0.9-0ubuntu0.3) over (24.0.9-0ubuntu0.2) ... Preparing to unpack .../106-libglapi-mesa_24.0.9-0ubuntu0.3_amd64.deb ... Unpacking libglapi-mesa:amd64 (24.0.9-0ubuntu0.3) over (24.0.9-0ubuntu0.2) ... Selecting previously unselected package libwayland-client0:amd64. Preparing to unpack .../107-libwayland-client0_1.22.0-2.1build1_amd64.deb ... Unpacking libwayland-client0:amd64 (1.22.0-2.1build1) ... Selecting previously unselected package libegl-mesa0:amd64. Preparing to unpack .../108-libegl-mesa0_24.0.9-0ubuntu0.3_amd64.deb ... Unpacking libegl-mesa0:amd64 (24.0.9-0ubuntu0.3) ... Selecting previously unselected package libencode-locale-perl. Preparing to unpack .../109-libencode-locale-perl_1.05-3_all.deb ... Unpacking libencode-locale-perl (1.05-3) ... Selecting previously unselected package libipc-system-simple-perl. Preparing to unpack .../110-libipc-system-simple-perl_1.30-2_all.deb ... Unpacking libipc-system-simple-perl (1.30-2) ... Selecting previously unselected package libfile-basedir-perl. Preparing to unpack .../111-libfile-basedir-perl_0.09-2_all.deb ... Unpacking libfile-basedir-perl (0.09-2) ... Selecting previously unselected package liburi-perl. Preparing to unpack .../112-liburi-perl_5.27-1_all.deb ... Unpacking liburi-perl (5.27-1) ... Selecting previously unselected package libfile-desktopentry-perl. Preparing to unpack .../113-libfile-desktopentry-perl_0.22-3_all.deb ... Unpacking libfile-desktopentry-perl (0.22-3) ... Selecting previously unselected package libtimedate-perl. Preparing to unpack .../114-libtimedate-perl_2.3300-2_all.deb ... Unpacking libtimedate-perl (2.3300-2) ... Selecting previously unselected package libhttp-date-perl. Preparing to unpack .../115-libhttp-date-perl_6.06-1_all.deb ... Unpacking libhttp-date-perl (6.06-1) ... Selecting previously unselected package libfile-listing-perl. Preparing to unpack .../116-libfile-listing-perl_6.16-1_all.deb ... Unpacking libfile-listing-perl (6.16-1) ... Selecting previously unselected package libfile-mimeinfo-perl. Preparing to unpack .../117-libfile-mimeinfo-perl_0.34-1_all.deb ... Unpacking libfile-mimeinfo-perl (0.34-1) ... Selecting previously unselected package libfont-afm-perl. Preparing to unpack .../118-libfont-afm-perl_1.20-4_all.deb ... Unpacking libfont-afm-perl (1.20-4) ... Selecting previously unselected package libhtml-tagset-perl. Preparing to unpack .../119-libhtml-tagset-perl_3.20-6_all.deb ... Unpacking libhtml-tagset-perl (3.20-6) ... Selecting previously unselected package libhtml-parser-perl:amd64. Preparing to unpack .../120-libhtml-parser-perl_3.81-1build3_amd64.deb ... Unpacking libhtml-parser-perl:amd64 (3.81-1build3) ... Selecting previously unselected package libio-html-perl. Preparing to unpack .../121-libio-html-perl_1.004-3_all.deb ... Unpacking libio-html-perl (1.004-3) ... Selecting previously unselected package liblwp-mediatypes-perl. Preparing to unpack .../122-liblwp-mediatypes-perl_6.04-2_all.deb ... Unpacking liblwp-mediatypes-perl (6.04-2) ... Selecting previously unselected package libhttp-message-perl. Preparing to unpack .../123-libhttp-message-perl_6.45-1ubuntu1_all.deb ... Unpacking libhttp-message-perl (6.45-1ubuntu1) ... Selecting previously unselected package libhtml-form-perl. Preparing to unpack .../124-libhtml-form-perl_6.11-1_all.deb ... Unpacking libhtml-form-perl (6.11-1) ... Selecting previously unselected package libhtml-tree-perl. Preparing to unpack .../125-libhtml-tree-perl_5.07-3_all.deb ... Unpacking libhtml-tree-perl (5.07-3) ... Selecting previously unselected package libhtml-format-perl. Preparing to unpack .../126-libhtml-format-perl_2.16-2_all.deb ... Unpacking libhtml-format-perl (2.16-2) ... Selecting previously unselected package libhttp-cookies-perl. Preparing to unpack .../127-libhttp-cookies-perl_6.11-1_all.deb ... Unpacking libhttp-cookies-perl (6.11-1) ... Selecting previously unselected package libhttp-daemon-perl. Preparing to unpack .../128-libhttp-daemon-perl_6.16-1_all.deb ... Unpacking libhttp-daemon-perl (6.16-1) ... Selecting previously unselected package libhttp-negotiate-perl. Preparing to unpack .../129-libhttp-negotiate-perl_6.01-2_all.deb ... Unpacking libhttp-negotiate-perl (6.01-2) ... Selecting previously unselected package libice6:amd64. Preparing to unpack .../130-libice6_2%3a1.0.10-1build3_amd64.deb ... Unpacking libice6:amd64 (2:1.0.10-1build3) ... Selecting previously unselected package perl-openssl-defaults:amd64. Preparing to unpack .../131-perl-openssl-defaults_7build3_amd64.deb ... Unpacking perl-openssl-defaults:amd64 (7build3) ... Selecting previously unselected package libnet-ssleay-perl:amd64. Preparing to unpack .../132-libnet-ssleay-perl_1.94-1build4_amd64.deb ... Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ... Selecting previously unselected package libio-socket-ssl-perl. Preparing to unpack .../133-libio-socket-ssl-perl_2.085-1_all.deb ... Unpacking libio-socket-ssl-perl (2.085-1) ... Selecting previously unselected package libio-stringy-perl. Preparing to unpack .../134-libio-stringy-perl_2.111-3_all.deb ... Unpacking libio-stringy-perl (2.111-3) ... Selecting previously unselected package libjs-async. Preparing to unpack .../135-libjs-async_0.8.0-6_all.deb ... Unpacking libjs-async (0.8.0-6) ... Selecting previously unselected package libjs-events. Preparing to unpack .../136-libjs-events_3.3.0+~3.0.0-3_all.deb ... Unpacking libjs-events (3.3.0+~3.0.0-3) ... Selecting previously unselected package libjs-is-typedarray. Preparing to unpack .../137-libjs-is-typedarray_1.0.0-4_all.deb ... Unpacking libjs-is-typedarray (1.0.0-4) ... Selecting previously unselected package libjs-prettify. Preparing to unpack .../138-libjs-prettify_2015.12.04+dfsg-1.1_all.deb ... Unpacking libjs-prettify (2015.12.04+dfsg-1.1) ... Selecting previously unselected package libjs-sprintf-js. Preparing to unpack .../139-libjs-sprintf-js_1.1.2+ds1+~1.1.2-1_all.deb ... Unpacking libjs-sprintf-js (1.1.2+ds1+~1.1.2-1) ... Selecting previously unselected package libjs-typedarray-to-buffer. Preparing to unpack .../140-libjs-typedarray-to-buffer_4.0.0-2_all.deb ... Unpacking libjs-typedarray-to-buffer (4.0.0-2) ... Selecting previously unselected package node-lodash-packages. Preparing to unpack .../141-node-lodash-packages_4.17.21+dfsg+~cs8.31.198.20210220-9_all.deb ... Unpacking node-lodash-packages (4.17.21+dfsg+~cs8.31.198.20210220-9) ... Selecting previously unselected package node-function-bind. Preparing to unpack .../142-node-function-bind_1.1.2+~cs2.1.14-1_all.deb ... Unpacking node-function-bind (1.1.2+~cs2.1.14-1) ... Selecting previously unselected package node-object-inspect. Preparing to unpack .../143-node-object-inspect_1.12.2+~cs1.8.1-1_all.deb ... Unpacking node-object-inspect (1.12.2+~cs1.8.1-1) ... Selecting previously unselected package node-es-abstract. Preparing to unpack .../144-node-es-abstract_1.20.4+~cs26.27.47-1_all.deb ... Unpacking node-es-abstract (1.20.4+~cs26.27.47-1) ... Selecting previously unselected package node-resolve. Preparing to unpack .../145-node-resolve_1.22.8+~cs5.34.15-2_all.deb ... Unpacking node-resolve (1.22.8+~cs5.34.15-2) ... Selecting previously unselected package node-define-properties. Preparing to unpack .../146-node-define-properties_1.2.1+~cs2.2.3-1_all.deb ... Unpacking node-define-properties (1.2.1+~cs2.2.3-1) ... Selecting previously unselected package node-debbundle-es-to-primitive. Preparing to unpack .../147-node-debbundle-es-to-primitive_1.2.1+~cs9.7.25-2_all.deb ... Unpacking node-debbundle-es-to-primitive (1.2.1+~cs9.7.25-2) ... Selecting previously unselected package node-isobject. Preparing to unpack .../148-node-isobject_4.0.0-2_all.deb ... Unpacking node-isobject (4.0.0-2) ... Selecting previously unselected package node-is-descriptor. Preparing to unpack .../149-node-is-descriptor_3.0.0-2_all.deb ... Unpacking node-is-descriptor (3.0.0-2) ... Selecting previously unselected package node-define-property. Preparing to unpack .../150-node-define-property_2.0.2+really+2.0.2-3_all.deb ... Unpacking node-define-property (2.0.2+really+2.0.2-3) ... Selecting previously unselected package node-defined. Preparing to unpack .../151-node-defined_1.0.1+~1.0.0-1_all.deb ... Unpacking node-defined (1.0.1+~1.0.0-1) ... Selecting previously unselected package node-abbrev. Preparing to unpack .../152-node-abbrev_1.1.1+~1.1.2-1_all.deb ... Unpacking node-abbrev (1.1.1+~1.1.2-1) ... Selecting previously unselected package node-archy. Preparing to unpack .../153-node-archy_1.0.0-6_all.deb ... Unpacking node-archy (1.0.0-6) ... Selecting previously unselected package node-async. Preparing to unpack .../154-node-async_0.8.0-6_all.deb ... Unpacking node-async (0.8.0-6) ... Selecting previously unselected package node-convert-source-map. Preparing to unpack .../155-node-convert-source-map_1.9.0+~1.5.2-1_all.deb ... Unpacking node-convert-source-map (1.9.0+~1.5.2-1) ... Selecting previously unselected package node-decamelize. Preparing to unpack .../156-node-decamelize_4.0.0-2_all.deb ... Unpacking node-decamelize (4.0.0-2) ... Selecting previously unselected package node-es6-error. Preparing to unpack .../157-node-es6-error_4.1.1-5_all.deb ... Unpacking node-es6-error (4.1.1-5) ... Selecting previously unselected package node-esprima. Preparing to unpack .../158-node-esprima_4.0.1+ds+~4.0.3-2_all.deb ... Unpacking node-esprima (4.0.1+ds+~4.0.3-2) ... Selecting previously unselected package node-escodegen. Preparing to unpack .../159-node-escodegen_2.1.0+dfsg+~0.0.8-1_all.deb ... Unpacking node-escodegen (2.1.0+dfsg+~0.0.8-1) ... Selecting previously unselected package node-commondir. Preparing to unpack .../160-node-commondir_1.0.1+~1.0.0-1_all.deb ... Unpacking node-commondir (1.0.1+~1.0.0-1) ... Selecting previously unselected package node-is-number. Preparing to unpack .../161-node-is-number_7.0.0-4_all.deb ... Unpacking node-is-number (7.0.0-4) ... Selecting previously unselected package node-repeat-string. Preparing to unpack .../162-node-repeat-string_1.6.1+repack-1_all.deb ... Unpacking node-repeat-string (1.6.1+repack-1) ... Selecting previously unselected package node-to-regex-range. Preparing to unpack .../163-node-to-regex-range_5.0.1-4_all.deb ... Unpacking node-to-regex-range (5.0.1-4) ... Selecting previously unselected package node-fill-range. Preparing to unpack .../164-node-fill-range_7.0.1+~7.0.0-1_all.deb ... Unpacking node-fill-range (7.0.1+~7.0.0-1) ... Selecting previously unselected package node-braces. Preparing to unpack .../165-node-braces_3.0.2+~3.0.1-1_all.deb ... Unpacking node-braces (3.0.2+~3.0.1-1) ... Selecting previously unselected package node-normalize-path. Preparing to unpack .../166-node-normalize-path_3.0.0+~3.0.0-1_all.deb ... Unpacking node-normalize-path (3.0.0+~3.0.0-1) ... Selecting previously unselected package node-anymatch. Preparing to unpack .../167-node-anymatch_3.1.3+~cs4.6.1-2_all.deb ... Unpacking node-anymatch (3.1.3+~cs4.6.1-2) ... Selecting previously unselected package node-micromatch. Preparing to unpack .../168-node-micromatch_4.0.5+~4.0.2-1_all.deb ... Unpacking node-micromatch (4.0.5+~4.0.2-1) ... Selecting previously unselected package node-pify. Preparing to unpack .../169-node-pify_5.0.0+~cs5.0.1-1_all.deb ... Unpacking node-pify (5.0.0+~cs5.0.1-1) ... Selecting previously unselected package node-path-type. Preparing to unpack .../170-node-path-type_4.0.0-3_all.deb ... Unpacking node-path-type (4.0.0-3) ... Selecting previously unselected package node-n3. Preparing to unpack .../171-node-n3_1.16.3+~1.2.3+~1.10.4-1_all.deb ... Unpacking node-n3 (1.16.3+~1.2.3+~1.10.4-1) ... Selecting previously unselected package node-slash. Preparing to unpack .../172-node-slash_4.0.0-3_all.deb ... Unpacking node-slash (4.0.0-3) ... Selecting previously unselected package node-globby. Preparing to unpack .../173-node-globby_13.1.3+~cs16.25.40-2_all.deb ... Unpacking node-globby (13.1.3+~cs16.25.40-2) ... Selecting previously unselected package node-graceful-fs. Preparing to unpack .../174-node-graceful-fs_4.2.10-1_all.deb ... Unpacking node-graceful-fs (4.2.10-1) ... Selecting previously unselected package node-is-path-cwd. Preparing to unpack .../175-node-is-path-cwd_2.2.0-2_all.deb ... Unpacking node-is-path-cwd (2.2.0-2) ... Selecting previously unselected package node-path-is-inside. Preparing to unpack .../176-node-path-is-inside_1.0.2+~1.0.0-1_all.deb ... Unpacking node-path-is-inside (1.0.2+~1.0.0-1) ... Selecting previously unselected package node-is-path-inside. Preparing to unpack .../177-node-is-path-inside_3.0.3-2_all.deb ... Unpacking node-is-path-inside (3.0.3-2) ... Selecting previously unselected package node-escape-string-regexp. Preparing to unpack .../178-node-escape-string-regexp_4.0.0-2_all.deb ... Unpacking node-escape-string-regexp (4.0.0-2) ... Selecting previously unselected package node-indent-string. Preparing to unpack .../179-node-indent-string_4.0.0-2_all.deb ... Unpacking node-indent-string (4.0.0-2) ... Selecting previously unselected package node-p-map. Preparing to unpack .../180-node-p-map_4.0.0+~3.1.0+~3.0.1-1_all.deb ... Unpacking node-p-map (4.0.0+~3.1.0+~3.0.1-1) ... Selecting previously unselected package node-del. Preparing to unpack .../181-node-del_7.0.0-5_all.deb ... Unpacking node-del (7.0.0-5) ... Selecting previously unselected package node-make-dir. Preparing to unpack .../182-node-make-dir_3.1.0-3_all.deb ... Unpacking node-make-dir (3.1.0-3) ... Selecting previously unselected package node-p-limit. Preparing to unpack .../183-node-p-limit_4.0.0+~cs4.0.0-5_all.deb ... Unpacking node-p-limit (4.0.0+~cs4.0.0-5) ... Selecting previously unselected package node-p-locate. Preparing to unpack .../184-node-p-locate_6.0.0-12_all.deb ... Unpacking node-p-locate (6.0.0-12) ... Selecting previously unselected package node-locate-path. Preparing to unpack .../185-node-locate-path_7.1.1-2_all.deb ... Unpacking node-locate-path (7.1.1-2) ... Selecting previously unselected package node-path-exists. Preparing to unpack .../186-node-path-exists_5.0.0-8_all.deb ... Unpacking node-path-exists (5.0.0-8) ... Selecting previously unselected package node-find-up. Preparing to unpack .../187-node-find-up_6.3.0-7_all.deb ... Unpacking node-find-up (6.3.0-7) ... Selecting previously unselected package node-pkg-dir. Preparing to unpack .../188-node-pkg-dir_5.0.0-2_all.deb ... Unpacking node-pkg-dir (5.0.0-2) ... Selecting previously unselected package node-find-cache-dir. Preparing to unpack .../189-node-find-cache-dir_3.3.2+~3.2.1-1_all.deb ... Unpacking node-find-cache-dir (3.3.2+~3.2.1-1) ... Selecting previously unselected package node-signal-exit. Preparing to unpack .../190-node-signal-exit_4.1.0-6_all.deb ... Unpacking node-signal-exit (4.1.0-6) ... Selecting previously unselected package node-foreground-child. Preparing to unpack .../191-node-foreground-child_3.1.1-2_all.deb ... Unpacking node-foreground-child (3.1.1-2) ... Selecting previously unselected package node-is-stream. Preparing to unpack .../192-node-is-stream_3.0.0-4_all.deb ... Unpacking node-is-stream (3.0.0-4) ... Selecting previously unselected package node-is-windows. Preparing to unpack .../193-node-is-windows_1.0.2+~cs1.0.0-1_all.deb ... Unpacking node-is-windows (1.0.2+~cs1.0.0-1) ... Selecting previously unselected package node-ampproject-remapping. Preparing to unpack .../194-node-ampproject-remapping_2.2.0+~cs5.15.37-1_all.deb ... Unpacking node-ampproject-remapping (2.2.0+~cs5.15.37-1) ... Selecting previously unselected package node-sprintf-js. Preparing to unpack .../195-node-sprintf-js_1.1.2+ds1+~1.1.2-1_all.deb ... Unpacking node-sprintf-js (1.1.2+ds1+~1.1.2-1) ... Selecting previously unselected package node-argparse. Preparing to unpack .../196-node-argparse_2.0.1-2_all.deb ... Unpacking node-argparse (2.0.1-2) ... Selecting previously unselected package node-js-yaml. Preparing to unpack .../197-node-js-yaml_4.1.0+dfsg+~4.0.5-7_all.deb ... Unpacking node-js-yaml (4.1.0+dfsg+~4.0.5-7) ... Selecting previously unselected package node-nopt. Preparing to unpack .../198-node-nopt_5.0.0-4_all.deb ... Unpacking node-nopt (5.0.0-4) ... Selecting previously unselected package node-npm-run-path. Preparing to unpack .../199-node-npm-run-path_5.1.0+~4.0.0-8_all.deb ... Unpacking node-npm-run-path (5.1.0+~4.0.0-8) ... Selecting previously unselected package node-shebang-regex. Preparing to unpack .../200-node-shebang-regex_3.0.0-2_all.deb ... Unpacking node-shebang-regex (3.0.0-2) ... Selecting previously unselected package node-shebang-command. Preparing to unpack .../201-node-shebang-command_2.0.0-1_all.deb ... Unpacking node-shebang-command (2.0.0-1) ... Selecting previously unselected package node-strip-bom. Preparing to unpack .../202-node-strip-bom_4.0.0-2_all.deb ... Unpacking node-strip-bom (4.0.0-2) ... Selecting previously unselected package node-has-flag. Preparing to unpack .../203-node-has-flag_4.0.0-3_all.deb ... Unpacking node-has-flag (4.0.0-3) ... Selecting previously unselected package node-supports-color. Preparing to unpack .../204-node-supports-color_8.1.1+~8.1.1-1_all.deb ... Unpacking node-supports-color (8.1.1+~8.1.1-1) ... Selecting previously unselected package node-util. Preparing to unpack .../205-node-util_0.12.5+~1.0.10-1_all.deb ... Unpacking node-util (0.12.5+~1.0.10-1) ... Selecting previously unselected package node-assert. Preparing to unpack .../206-node-assert_2.0.0+~cs3.9.8-2_all.deb ... Unpacking node-assert (2.0.0+~cs3.9.8-2) ... Selecting previously unselected package node-babel-plugin-add-module-exports. Preparing to unpack .../207-node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0-4_all.deb ... Unpacking node-babel-plugin-add-module-exports (1.0.4+dfsg1~cs5.8.0-4) ... Selecting previously unselected package node-regenerator-runtime. Preparing to unpack .../208-node-regenerator-runtime_0.15.2+~0.10.8-1_all.deb ... Unpacking node-regenerator-runtime (0.15.2+~0.10.8-1) ... Selecting previously unselected package node-babel7-runtime. Preparing to unpack .../209-node-babel7-runtime_7.20.15+ds1+~cs214.269.168-6build1_all.deb ... Unpacking node-babel7-runtime (7.20.15+ds1+~cs214.269.168-6build1) ... Selecting previously unselected package node-babel-helper-define-polyfill-provider. Preparing to unpack .../210-node-babel-helper-define-polyfill-provider_0.3.3~0~20220913+ds1-1_all.deb ... Unpacking node-babel-helper-define-polyfill-provider (0.3.3~0~20220913+ds1-1) ... Selecting previously unselected package node-babel-plugin-polyfill-corejs2. Preparing to unpack .../211-node-babel-plugin-polyfill-corejs2_0.3.3~0~20220913+ds1-1_all.deb ... Unpacking node-babel-plugin-polyfill-corejs2 (0.3.3~0~20220913+ds1-1) ... Selecting previously unselected package node-caniuse-lite. Preparing to unpack .../212-node-caniuse-lite_1.0.30001571+dfsg+~1.0.5-1_all.deb ... Unpacking node-caniuse-lite (1.0.30001571+dfsg+~1.0.5-1) ... Selecting previously unselected package node-electron-to-chromium. Preparing to unpack .../213-node-electron-to-chromium_1.4.616-1_all.deb ... Unpacking node-electron-to-chromium (1.4.616-1) ... Selecting previously unselected package node-picocolors. Preparing to unpack .../214-node-picocolors_1.0.0-4_all.deb ... Unpacking node-picocolors (1.0.0-4) ... Selecting previously unselected package node-browserslist. Preparing to unpack .../215-node-browserslist_4.22.1+~cs6.1.28-1_all.deb ... Unpacking node-browserslist (4.22.1+~cs6.1.28-1) ... Selecting previously unselected package node-core-js-compat. Preparing to unpack .../216-node-core-js-compat_3.33.2-1build2_all.deb ... Unpacking node-core-js-compat (3.33.2-1build2) ... Selecting previously unselected package node-babel-plugin-polyfill-corejs3. Preparing to unpack .../217-node-babel-plugin-polyfill-corejs3_0.6.0~0~20220913+ds1-1_all.deb ... Unpacking node-babel-plugin-polyfill-corejs3 (0.6.0~0~20220913+ds1-1) ... Selecting previously unselected package node-babel-plugin-polyfill-regenerator. Preparing to unpack .../218-node-babel-plugin-polyfill-regenerator_0.4.1~0~20220913+ds1-1_all.deb ... Unpacking node-babel-plugin-polyfill-regenerator (0.4.1~0~20220913+ds1-1) ... Selecting previously unselected package node-color-name. Preparing to unpack .../219-node-color-name_1.1.4+~1.1.1-2_all.deb ... Unpacking node-color-name (1.1.4+~1.1.1-2) ... Selecting previously unselected package node-color-convert. Preparing to unpack .../220-node-color-convert_2.0.1+~cs2.0.0-2_all.deb ... Unpacking node-color-convert (2.0.1+~cs2.0.0-2) ... Selecting previously unselected package node-ansi-styles. Preparing to unpack .../221-node-ansi-styles_6.2.1-2_all.deb ... Unpacking node-ansi-styles (6.2.1-2) ... Selecting previously unselected package node-chalk. Preparing to unpack .../222-node-chalk_5.3.0-1build1_all.deb ... Unpacking node-chalk (5.3.0-1build1) ... Selecting previously unselected package node-for-in. Preparing to unpack .../223-node-for-in_1.0.2-4_all.deb ... Unpacking node-for-in (1.0.2-4) ... Selecting previously unselected package node-for-own. Preparing to unpack .../224-node-for-own_1.0.0-3_all.deb ... Unpacking node-for-own (1.0.0-3) ... Selecting previously unselected package node-is-plain-object. Preparing to unpack .../225-node-is-plain-object_5.0.0-7_all.deb ... Unpacking node-is-plain-object (5.0.0-7) ... Selecting previously unselected package node-is-extendable. Preparing to unpack .../226-node-is-extendable_1.0.1-3_all.deb ... Unpacking node-is-extendable (1.0.1-3) ... Selecting previously unselected package node-clone-deep. Preparing to unpack .../227-node-clone-deep_4.0.1+~cs7.0.2-1_all.deb ... Unpacking node-clone-deep (4.0.1+~cs7.0.2-1) ... Selecting previously unselected package node-commander. Preparing to unpack .../228-node-commander_9.4.1-1_all.deb ... Unpacking node-commander (9.4.1-1) ... Selecting previously unselected package node-core-js. Preparing to unpack .../229-node-core-js_3.33.2-1build2_all.deb ... Unpacking node-core-js (3.33.2-1build2) ... Selecting previously unselected package node-core-js-pure. Preparing to unpack .../230-node-core-js-pure_3.33.2-1build2_all.deb ... Unpacking node-core-js-pure (3.33.2-1build2) ... Selecting previously unselected package node-fs-readdir-recursive. Preparing to unpack .../231-node-fs-readdir-recursive_1.1.0+~1.1.0-1_all.deb ... Unpacking node-fs-readdir-recursive (1.1.0+~1.1.0-1) ... Selecting previously unselected package node-js-tokens. Preparing to unpack .../232-node-js-tokens_8.0.0-2_all.deb ... Unpacking node-js-tokens (8.0.0-2) ... Selecting previously unselected package node-jsesc. Preparing to unpack .../233-node-jsesc_3.0.2+~3.0.1-1_all.deb ... Unpacking node-jsesc (3.0.2+~3.0.1-1) ... Selecting previously unselected package node-json5. Preparing to unpack .../234-node-json5_2.2.3+dfsg-1build1_all.deb ... Unpacking node-json5 (2.2.3+dfsg-1build1) ... Selecting previously unselected package node-quick-lru. Preparing to unpack .../235-node-quick-lru_6.1.1-4_all.deb ... Unpacking node-quick-lru (6.1.1-4) ... Selecting previously unselected package node-regenerator-transform. Preparing to unpack .../236-node-regenerator-transform_0.15.2+~0.10.8-1_all.deb ... Unpacking node-regenerator-transform (0.15.2+~0.10.8-1) ... Selecting previously unselected package node-regjsgen. Preparing to unpack .../237-node-regjsgen_0.7.1+ds-1_all.deb ... Unpacking node-regjsgen (0.7.1+ds-1) ... Selecting previously unselected package node-regjsparser. Preparing to unpack .../238-node-regjsparser_0.9.1+ds-2_all.deb ... Unpacking node-regjsparser (0.9.1+ds-2) ... Selecting previously unselected package node-unicode-canonical-property-names-ecmascript. Preparing to unpack .../239-node-unicode-canonical-property-names-ecmascript_2.0.0-2_all.deb ... Unpacking node-unicode-canonical-property-names-ecmascript (2.0.0-2) ... Selecting previously unselected package node-unicode-property-aliases-ecmascript. Preparing to unpack .../240-node-unicode-property-aliases-ecmascript_2.1.0+ds-1_all.deb ... Unpacking node-unicode-property-aliases-ecmascript (2.1.0+ds-1) ... Selecting previously unselected package node-unicode-match-property-ecmascript. Preparing to unpack .../241-node-unicode-match-property-ecmascript_2.0.0-2_all.deb ... Unpacking node-unicode-match-property-ecmascript (2.0.0-2) ... Selecting previously unselected package node-unicode-match-property-value-ecmascript. Preparing to unpack .../242-node-unicode-match-property-value-ecmascript_2.1.0+ds-1_all.deb ... Unpacking node-unicode-match-property-value-ecmascript (2.1.0+ds-1) ... Selecting previously unselected package node-regexpu-core. Preparing to unpack .../243-node-regexpu-core_5.2.2-3_all.deb ... Unpacking node-regexpu-core (5.2.2-3) ... Selecting previously unselected package node-source-map-support. Preparing to unpack .../244-node-source-map-support_0.5.21+ds+~0.5.4-1_all.deb ... Unpacking node-source-map-support (0.5.21+ds+~0.5.4-1) ... Selecting previously unselected package node-to-fast-properties. Preparing to unpack .../245-node-to-fast-properties_3.0.1-3_all.deb ... Unpacking node-to-fast-properties (3.0.1-3) ... Selecting previously unselected package node-v8flags. Preparing to unpack .../246-node-v8flags_3.2.0+~3.1.1-1_all.deb ... Unpacking node-v8flags (3.2.0+~3.1.1-1) ... Selecting previously unselected package node-babel7. Preparing to unpack .../247-node-babel7_7.20.15+ds1+~cs214.269.168-6build1_all.deb ... Unpacking node-babel7 (7.20.15+ds1+~cs214.269.168-6build1) ... Selecting previously unselected package node-is-arrayish. Preparing to unpack .../248-node-is-arrayish_0.3.2-3_all.deb ... Unpacking node-is-arrayish (0.3.2-3) ... Selecting previously unselected package node-error-ex. Preparing to unpack .../249-node-error-ex_1.3.2-4_all.deb ... Unpacking node-error-ex (1.3.2-4) ... Selecting previously unselected package node-json-parse-better-errors. Preparing to unpack .../250-node-json-parse-better-errors_1.0.2+~cs3.3.1-2_all.deb ... Unpacking node-json-parse-better-errors (1.0.2+~cs3.3.1-2) ... Selecting previously unselected package node-parse-json. Preparing to unpack .../251-node-parse-json_5.2.0+~cs5.1.7-1_all.deb ... Unpacking node-parse-json (5.2.0+~cs5.1.7-1) ... Selecting previously unselected package node-hosted-git-info. Preparing to unpack .../252-node-hosted-git-info_6.1.1-2_all.deb ... Unpacking node-hosted-git-info (6.1.1-2) ... Selecting previously unselected package node-spdx-license-ids. Preparing to unpack .../253-node-spdx-license-ids_3.0.12-1_all.deb ... Unpacking node-spdx-license-ids (3.0.12-1) ... Selecting previously unselected package node-spdx-exceptions. Preparing to unpack .../254-node-spdx-exceptions_2.3.0-2_all.deb ... Unpacking node-spdx-exceptions (2.3.0-2) ... Selecting previously unselected package node-spdx-expression-parse. Preparing to unpack .../255-node-spdx-expression-parse_3.0.1+~3.0.1-1_all.deb ... Unpacking node-spdx-expression-parse (3.0.1+~3.0.1-1) ... Selecting previously unselected package node-spdx-correct. Preparing to unpack .../256-node-spdx-correct_3.1.1-2_all.deb ... Unpacking node-spdx-correct (3.1.1-2) ... Selecting previously unselected package node-validate-npm-package-license. Preparing to unpack .../257-node-validate-npm-package-license_3.0.4-2_all.deb ... Unpacking node-validate-npm-package-license (3.0.4-2) ... Selecting previously unselected package node-normalize-package-data. Preparing to unpack .../258-node-normalize-package-data_4.0.1+~2.4.1-1_all.deb ... Unpacking node-normalize-package-data (4.0.1+~2.4.1-1) ... Selecting previously unselected package node-read-pkg. Preparing to unpack .../259-node-read-pkg_5.2.0-2_all.deb ... Unpacking node-read-pkg (5.2.0-2) ... Selecting previously unselected package node-uuid. Preparing to unpack .../260-node-uuid_8.3.2+~8.3.3-4_all.deb ... Unpacking node-uuid (8.3.2+~8.3.3-4) ... Selecting previously unselected package node-isexe. Preparing to unpack .../261-node-isexe_2.0.0+~2.0.1-5_all.deb ... Unpacking node-isexe (2.0.0+~2.0.1-5) ... Selecting previously unselected package node-which. Preparing to unpack .../262-node-which_2.0.2+~cs1.3.2-3_all.deb ... Unpacking node-which (2.0.2+~cs1.3.2-3) ... Selecting previously unselected package node-is-typedarray. Preparing to unpack .../263-node-is-typedarray_1.0.0-4_all.deb ... Unpacking node-is-typedarray (1.0.0-4) ... Selecting previously unselected package node-typedarray-to-buffer. Preparing to unpack .../264-node-typedarray-to-buffer_4.0.0-2_all.deb ... Unpacking node-typedarray-to-buffer (4.0.0-2) ... Selecting previously unselected package node-write-file-atomic. Preparing to unpack .../265-node-write-file-atomic_4.0.2+~4.0.0-2_all.deb ... Unpacking node-write-file-atomic (4.0.2+~4.0.0-2) ... Selecting previously unselected package node-slice-ansi. Preparing to unpack .../266-node-slice-ansi_5.0.0+~cs9.0.0-5_all.deb ... Unpacking node-slice-ansi (5.0.0+~cs9.0.0-5) ... Selecting previously unselected package node-ansi-regex. Preparing to unpack .../267-node-ansi-regex_5.0.1-1_all.deb ... Unpacking node-ansi-regex (5.0.1-1) ... Selecting previously unselected package node-strip-ansi. Preparing to unpack .../268-node-strip-ansi_6.0.1-2_all.deb ... Unpacking node-strip-ansi (6.0.1-2) ... Selecting previously unselected package node-clone. Preparing to unpack .../269-node-clone_2.1.2+~2.1.2-1_all.deb ... Unpacking node-clone (2.1.2+~2.1.2-1) ... Selecting previously unselected package node-defaults. Preparing to unpack .../270-node-defaults_1.0.4+~1.0.3-1_all.deb ... Unpacking node-defaults (1.0.4+~1.0.3-1) ... Selecting previously unselected package node-wcwidth.js. Preparing to unpack .../271-node-wcwidth.js_1.0.2-2_all.deb ... Unpacking node-wcwidth.js (1.0.2-2) ... Selecting previously unselected package node-string-width. Preparing to unpack .../272-node-string-width_4.2.3+~cs13.2.3-1_all.deb ... Unpacking node-string-width (4.2.3+~cs13.2.3-1) ... Selecting previously unselected package node-wrap-ansi. Preparing to unpack .../273-node-wrap-ansi_8.0.1+~8.0.1-3_all.deb ... Unpacking node-wrap-ansi (8.0.1+~8.0.1-3) ... Selecting previously unselected package node-cliui. Preparing to unpack .../274-node-cliui_7.0.4+repack+~cs3.1.0-4_all.deb ... Unpacking node-cliui (7.0.4+repack+~cs3.1.0-4) ... Selecting previously unselected package node-get-caller-file. Preparing to unpack .../275-node-get-caller-file_2.0.5+~cs1.1.1-4_all.deb ... Unpacking node-get-caller-file (2.0.5+~cs1.1.1-4) ... Selecting previously unselected package node-require-directory. Preparing to unpack .../276-node-require-directory_2.1.1+~2.1.2-1_all.deb ... Unpacking node-require-directory (2.1.1+~2.1.2-1) ... Selecting previously unselected package node-y18n. Preparing to unpack .../277-node-y18n_5.0.8+~5.0.0-3_all.deb ... Unpacking node-y18n (5.0.8+~5.0.0-3) ... Selecting previously unselected package node-camelcase. Preparing to unpack .../278-node-camelcase_7.0.0-3_all.deb ... Unpacking node-camelcase (7.0.0-3) ... Selecting previously unselected package node-yargs-parser. Preparing to unpack .../279-node-yargs-parser_21.1.1+~21.0.0-4_all.deb ... Unpacking node-yargs-parser (21.1.1+~21.0.0-4) ... Selecting previously unselected package node-yargs. Preparing to unpack .../280-node-yargs_16.2.0+~16.0.4-7_all.deb ... Unpacking node-yargs (16.2.0+~16.0.4-7) ... Selecting previously unselected package node-istanbul. Preparing to unpack .../281-node-istanbul_0.4.5+repack10+~cs98.25.59-2_all.deb ... Unpacking node-istanbul (0.4.5+repack10+~cs98.25.59-2) ... Selecting previously unselected package node-through. Preparing to unpack .../282-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-resumer. Preparing to unpack .../283-node-resumer_0.0.0-6_all.deb ... Unpacking node-resumer (0.0.0-6) ... Selecting previously unselected package node-tape. Preparing to unpack .../284-node-tape_5.6.1+~cs8.20.19-1_all.deb ... Unpacking node-tape (5.6.1+~cs8.20.19-1) ... Selecting previously unselected package node-deep-equal. Preparing to unpack .../285-node-deep-equal_2.2.3+~cs43.15.94-1_all.deb ... Unpacking node-deep-equal (2.2.3+~cs43.15.94-1) ... Selecting previously unselected package libjs-util. Preparing to unpack .../286-libjs-util_0.12.5+~1.0.10-1_all.deb ... Unpacking libjs-util (0.12.5+~1.0.10-1) ... Selecting previously unselected package libnet-http-perl. Preparing to unpack .../287-libnet-http-perl_6.23-1_all.deb ... Unpacking libnet-http-perl (6.23-1) ... Selecting previously unselected package libtry-tiny-perl. Preparing to unpack .../288-libtry-tiny-perl_0.31-2_all.deb ... Unpacking libtry-tiny-perl (0.31-2) ... Selecting previously unselected package libwww-robotrules-perl. Preparing to unpack .../289-libwww-robotrules-perl_6.02-1_all.deb ... Unpacking libwww-robotrules-perl (6.02-1) ... Selecting previously unselected package libwww-perl. Preparing to unpack .../290-libwww-perl_6.76-1_all.deb ... Unpacking libwww-perl (6.76-1) ... Selecting previously unselected package liblwp-protocol-https-perl. Preparing to unpack .../291-liblwp-protocol-https-perl_6.13-1_all.deb ... Unpacking liblwp-protocol-https-perl (6.13-1) ... Selecting previously unselected package libnet-smtp-ssl-perl. Preparing to unpack .../292-libnet-smtp-ssl-perl_1.04-2_all.deb ... Unpacking libnet-smtp-ssl-perl (1.04-2) ... Selecting previously unselected package libmailtools-perl. Preparing to unpack .../293-libmailtools-perl_2.21-2_all.deb ... Unpacking libmailtools-perl (2.21-2) ... Selecting previously unselected package libxml-parser-perl. Preparing to unpack .../294-libxml-parser-perl_2.47-1build3_amd64.deb ... Unpacking libxml-parser-perl (2.47-1build3) ... Selecting previously unselected package libxml-twig-perl. Preparing to unpack .../295-libxml-twig-perl_1%3a3.52-2_all.deb ... Unpacking libxml-twig-perl (1:3.52-2) ... Selecting previously unselected package libnet-dbus-perl. Preparing to unpack .../296-libnet-dbus-perl_1.2.0-2build3_amd64.deb ... Unpacking libnet-dbus-perl (1.2.0-2build3) ... Selecting previously unselected package libuv1-dev:amd64. Preparing to unpack .../297-libuv1-dev_1.48.0-1.1build1_amd64.deb ... Unpacking libuv1-dev:amd64 (1.48.0-1.1build1) ... Selecting previously unselected package libnode-dev. Preparing to unpack .../298-libnode-dev_18.19.1+dfsg-6ubuntu5_amd64.deb ... Unpacking libnode-dev (18.19.1+dfsg-6ubuntu5) ... Selecting previously unselected package libnotify4:amd64. Preparing to unpack .../299-libnotify4_0.8.3-1build2_amd64.deb ... Unpacking libnotify4:amd64 (0.8.3-1build2) ... Selecting previously unselected package libnotify-bin. Preparing to unpack .../300-libnotify-bin_0.8.3-1build2_amd64.deb ... Unpacking libnotify-bin (0.8.3-1build2) ... Selecting previously unselected package libre2-10:amd64. Preparing to unpack .../301-libre2-10_20230301-3build1_amd64.deb ... Unpacking libre2-10:amd64 (20230301-3build1) ... Selecting previously unselected package libsm6:amd64. Preparing to unpack .../302-libsm6_2%3a1.2.3-1build3_amd64.deb ... Unpacking libsm6:amd64 (2:1.2.3-1build3) ... Selecting previously unselected package libtie-ixhash-perl. Preparing to unpack .../303-libtie-ixhash-perl_1.23-4_all.deb ... Unpacking libtie-ixhash-perl (1.23-4) ... Selecting previously unselected package libx11-protocol-perl. Preparing to unpack .../304-libx11-protocol-perl_0.56-9_all.deb ... Unpacking libx11-protocol-perl (0.56-9) ... Selecting previously unselected package libxt6t64:amd64. Preparing to unpack .../305-libxt6t64_1%3a1.2.1-1.2build1_amd64.deb ... Unpacking libxt6t64:amd64 (1:1.2.1-1.2build1) ... Selecting previously unselected package libxmu6:amd64. Preparing to unpack .../306-libxmu6_2%3a1.1.3-3build2_amd64.deb ... Unpacking libxmu6:amd64 (2:1.1.3-3build2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../307-libxpm4_1%3a3.5.17-1build2_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.17-1build2) ... Selecting previously unselected package libxaw7:amd64. Preparing to unpack .../308-libxaw7_2%3a1.0.14-1build2_amd64.deb ... Unpacking libxaw7:amd64 (2:1.0.14-1build2) ... Selecting previously unselected package libxcb-shape0:amd64. Preparing to unpack .../309-libxcb-shape0_1.15-1ubuntu2_amd64.deb ... Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ... Selecting previously unselected package libxft2:amd64. Preparing to unpack .../310-libxft2_2.3.6-1build1_amd64.deb ... Unpacking libxft2:amd64 (2.3.6-1build1) ... Selecting previously unselected package libxkbfile1:amd64. Preparing to unpack .../311-libxkbfile1_1%3a1.1.0-1build4_amd64.deb ... Unpacking libxkbfile1:amd64 (1:1.1.0-1build4) ... Selecting previously unselected package libxml-xpathengine-perl. Preparing to unpack .../312-libxml-xpathengine-perl_0.14-2_all.deb ... Unpacking libxml-xpathengine-perl (0.14-2) ... Selecting previously unselected package libxv1:amd64. Preparing to unpack .../313-libxv1_2%3a1.0.11-1.1build1_amd64.deb ... Unpacking libxv1:amd64 (2:1.0.11-1.1build1) ... Selecting previously unselected package libxxf86dga1:amd64. Preparing to unpack .../314-libxxf86dga1_2%3a1.1.5-1build1_amd64.deb ... Unpacking libxxf86dga1:amd64 (2:1.1.5-1build1) ... Selecting previously unselected package node-agent-base. Preparing to unpack .../315-node-agent-base_7.1.0~0~2023071921-5_all.deb ... Unpacking node-agent-base (7.1.0~0~2023071921-5) ... Selecting previously unselected package node-ajv-keywords. Preparing to unpack .../316-node-ajv-keywords_5.1.0-4_all.deb ... Unpacking node-ajv-keywords (5.1.0-4) ... Selecting previously unselected package node-ansi-escapes. Preparing to unpack .../317-node-ansi-escapes_5.0.0+really.4.3.1-1_all.deb ... Unpacking node-ansi-escapes (5.0.0+really.4.3.1-1) ... Selecting previously unselected package node-aproba. Preparing to unpack .../318-node-aproba_2.0.0-3_all.deb ... Unpacking node-aproba (2.0.0-3) ... Selecting previously unselected package node-delegates. Preparing to unpack .../319-node-delegates_1.0.0-3_all.deb ... Unpacking node-delegates (1.0.0-3) ... Selecting previously unselected package node-are-we-there-yet. Preparing to unpack .../320-node-are-we-there-yet_3.0.1+~1.1.0-1_all.deb ... Unpacking node-are-we-there-yet (3.0.1+~1.1.0-1) ... Selecting previously unselected package node-async-each. Preparing to unpack .../321-node-async-each_1.0.3-3_all.deb ... Unpacking node-async-each (1.0.3-3) ... Selecting previously unselected package node-auto-bind. Preparing to unpack .../322-node-auto-bind_4.0.0-2_all.deb ... Unpacking node-auto-bind (4.0.0-2) ... Selecting previously unselected package node-babel-plugin-lodash. Preparing to unpack .../323-node-babel-plugin-lodash_3.3.4+~cs2.0.1-7_all.deb ... Unpacking node-babel-plugin-lodash (3.3.4+~cs2.0.1-7) ... Selecting previously unselected package node-object-visit. Preparing to unpack .../324-node-object-visit_1.0.1-5_all.deb ... Unpacking node-object-visit (1.0.1-5) ... Selecting previously unselected package node-map-visit. Preparing to unpack .../325-node-map-visit_1.0.0-4_all.deb ... Unpacking node-map-visit (1.0.0-4) ... Selecting previously unselected package node-collection-visit. Preparing to unpack .../326-node-collection-visit_1.0.0-4_all.deb ... Unpacking node-collection-visit (1.0.0-4) ... Selecting previously unselected package node-get-value. Preparing to unpack .../327-node-get-value_1%3a3.0.1-4_all.deb ... Unpacking node-get-value (1:3.0.1-4) ... Selecting previously unselected package node-sellside-emitter. Preparing to unpack .../328-node-sellside-emitter_1.2.1-3_all.deb ... Unpacking node-sellside-emitter (1.2.1-3) ... Selecting previously unselected package node-is-primitive. Preparing to unpack .../329-node-is-primitive_3.0.1-3_all.deb ... Unpacking node-is-primitive (3.0.1-3) ... Selecting previously unselected package node-set-value. Preparing to unpack .../330-node-set-value_4.1.0+~4.0.1-2_all.deb ... Unpacking node-set-value (4.1.0+~4.0.1-2) ... Selecting previously unselected package node-union-value. Preparing to unpack .../331-node-union-value_2.0.1-4_all.deb ... Unpacking node-union-value (2.0.1-4) ... Selecting previously unselected package node-has-values. Preparing to unpack .../332-node-has-values_2.0.1-4_all.deb ... Unpacking node-has-values (2.0.1-4) ... Selecting previously unselected package node-has-value. Preparing to unpack .../333-node-has-value_2.0.2-4_all.deb ... Unpacking node-has-value (2.0.2-4) ... Selecting previously unselected package node-unset-value. Preparing to unpack .../334-node-unset-value_2.0.1-1_all.deb ... Unpacking node-unset-value (2.0.1-1) ... Selecting previously unselected package node-cache-base. Preparing to unpack .../335-node-cache-base_4.0.2-1_all.deb ... Unpacking node-cache-base (4.0.2-1) ... Selecting previously unselected package node-mixin-deep. Preparing to unpack .../336-node-mixin-deep_2.0.1-3_all.deb ... Unpacking node-mixin-deep (2.0.1-3) ... Selecting previously unselected package node-pascalcase. Preparing to unpack .../337-node-pascalcase_1.0.0-1_all.deb ... Unpacking node-pascalcase (1.0.0-1) ... Selecting previously unselected package node-base. Preparing to unpack .../338-node-base_3.0.0-3_all.deb ... Unpacking node-base (3.0.0-3) ... Selecting previously unselected package node-base64-js. Preparing to unpack .../339-node-base64-js_1.5.1+dfsg+~1.3.0-2_all.deb ... Unpacking node-base64-js (1.5.1+dfsg+~1.3.0-2) ... Selecting previously unselected package node-binary-extensions. Preparing to unpack .../340-node-binary-extensions_2.2.0-2_all.deb ... Unpacking node-binary-extensions (2.2.0-2) ... Selecting previously unselected package node-builtins. Preparing to unpack .../341-node-builtins_5.0.1-1_all.deb ... Unpacking node-builtins (5.0.1-1) ... Selecting previously unselected package node-chownr. Preparing to unpack .../342-node-chownr_2.0.0-2_all.deb ... Unpacking node-chownr (2.0.0-2) ... Selecting previously unselected package node-iconv-lite. Preparing to unpack .../343-node-iconv-lite_0.6.3-3_all.deb ... Unpacking node-iconv-lite (0.6.3-3) ... Selecting previously unselected package node-encoding. Preparing to unpack .../344-node-encoding_0.1.13-2_all.deb ... Unpacking node-encoding (0.1.13-2) ... Selecting previously unselected package node-jsonparse. Preparing to unpack .../345-node-jsonparse_1.3.1-10_all.deb ... Unpacking node-jsonparse (1.3.1-10) ... Selecting previously unselected package node-minipass. Preparing to unpack .../346-node-minipass_3.3.6+~cs9.4.19-1_all.deb ... Unpacking node-minipass (3.3.6+~cs9.4.19-1) ... Selecting previously unselected package node-iferr. Preparing to unpack .../347-node-iferr_1.0.2+~1.0.2-1_all.deb ... Unpacking node-iferr (1.0.2+~1.0.2-1) ... Selecting previously unselected package node-fs-write-stream-atomic. Preparing to unpack .../348-node-fs-write-stream-atomic_1.0.10-6_all.deb ... Unpacking node-fs-write-stream-atomic (1.0.10-6) ... Selecting previously unselected package node-run-queue. Preparing to unpack .../349-node-run-queue_2.0.0-3_all.deb ... Unpacking node-run-queue (2.0.0-3) ... Selecting previously unselected package node-copy-concurrently. Preparing to unpack .../350-node-copy-concurrently_1.0.5-9_all.deb ... Unpacking node-copy-concurrently (1.0.5-9) ... Selecting previously unselected package node-move-concurrently. Preparing to unpack .../351-node-move-concurrently_1.0.1-5_all.deb ... Unpacking node-move-concurrently (1.0.1-5) ... Selecting previously unselected package node-promise-inflight. Preparing to unpack .../352-node-promise-inflight_1.0.1+~1.0.0-1_all.deb ... Unpacking node-promise-inflight (1.0.1+~1.0.0-1) ... Selecting previously unselected package node-ssri. Preparing to unpack .../353-node-ssri_9.0.1-2_all.deb ... Unpacking node-ssri (9.0.1-2) ... Selecting previously unselected package node-unique-filename. Preparing to unpack .../354-node-unique-filename_1.1.1+ds-2_all.deb ... Unpacking node-unique-filename (1.1.1+ds-2) ... Selecting previously unselected package node-cacache. Preparing to unpack .../355-node-cacache_17.0.3+~cs10.3.7-1_all.deb ... Unpacking node-cacache (17.0.3+~cs10.3.7-1) ... Selecting previously unselected package node-is-binary-path. Preparing to unpack .../356-node-is-binary-path_2.1.0-5_all.deb ... Unpacking node-is-binary-path (2.1.0-5) ... Selecting previously unselected package node-path-is-absolute. Preparing to unpack .../357-node-path-is-absolute_2.0.0-2_all.deb ... Unpacking node-path-is-absolute (2.0.0-2) ... Selecting previously unselected package node-set-immediate-shim. Preparing to unpack .../358-node-set-immediate-shim_2.0.0-2_all.deb ... Unpacking node-set-immediate-shim (2.0.0-2) ... Selecting previously unselected package node-readdirp. Preparing to unpack .../359-node-readdirp_3.6.0-1_all.deb ... Unpacking node-readdirp (3.6.0-1) ... Selecting previously unselected package node-chokidar. Preparing to unpack .../360-node-chokidar_3.6.0-2_all.deb ... Unpacking node-chokidar (3.6.0-2) ... Selecting previously unselected package node-tslib. Preparing to unpack .../361-node-tslib_2.4.1-1_all.deb ... Unpacking node-tslib (2.4.1-1) ... Selecting previously unselected package node-chrome-trace-event. Preparing to unpack .../362-node-chrome-trace-event_1.0.3-2_all.deb ... Unpacking node-chrome-trace-event (1.0.3-2) ... Selecting previously unselected package node-ci-info. Preparing to unpack .../363-node-ci-info_4.0.0+~cs1.1.0-1build2_all.deb ... Unpacking node-ci-info (4.0.0+~cs1.1.0-1build2) ... Selecting previously unselected package node-cli-boxes. Preparing to unpack .../364-node-cli-boxes_3.0.0-1build2_all.deb ... Unpacking node-cli-boxes (3.0.0-1build2) ... Selecting previously unselected package node-restore-cursor. Preparing to unpack .../365-node-restore-cursor_4.0.0-4_all.deb ... Unpacking node-restore-cursor (4.0.0-4) ... Selecting previously unselected package node-cli-cursor. Preparing to unpack .../366-node-cli-cursor_4.0.0-3_all.deb ... Unpacking node-cli-cursor (4.0.0-3) ... Selecting previously unselected package node-cli-truncate. Preparing to unpack .../367-node-cli-truncate_2.1.0-5_all.deb ... Unpacking node-cli-truncate (2.1.0-5) ... Selecting previously unselected package node-colors. Preparing to unpack .../368-node-colors_1.4.0-4_all.deb ... Unpacking node-colors (1.4.0-4) ... Selecting previously unselected package node-columnify. Preparing to unpack .../369-node-columnify_1.6.0+~1.5.1-1_all.deb ... Unpacking node-columnify (1.6.0+~1.5.1-1) ... Selecting previously unselected package node-console-control-strings. Preparing to unpack .../370-node-console-control-strings_1.1.0-3_all.deb ... Unpacking node-console-control-strings (1.1.0-3) ... Selecting previously unselected package node-growl. Preparing to unpack .../371-node-growl_1.10.5-4_all.deb ... Unpacking node-growl (1.10.5-4) ... Selecting previously unselected package node-lcov-parse. Preparing to unpack .../372-node-lcov-parse_1.0.0+20170612git80d039574ed9-6_all.deb ... Unpacking node-lcov-parse (1.0.0+20170612git80d039574ed9-6) ... Selecting previously unselected package node-log-driver. Preparing to unpack .../373-node-log-driver_1.2.7+git+20180219+bba1761737-7_all.deb ... Unpacking node-log-driver (1.2.7+git+20180219+bba1761737-7) ... Selecting previously unselected package node-data-uri-to-buffer. Preparing to unpack .../374-node-data-uri-to-buffer_5.0.1~0~2023071921-5_all.deb ... Unpacking node-data-uri-to-buffer (5.0.1~0~2023071921-5) ... Selecting previously unselected package node-fetch. Preparing to unpack .../375-node-fetch_3.3.2+~cs11.4.11-1_all.deb ... Unpacking node-fetch (3.3.2+~cs11.4.11-1) ... Selecting previously unselected package node-coveralls. Preparing to unpack .../376-node-coveralls_3.1.1-2build1_all.deb ... Unpacking node-coveralls (3.1.1-2build1) ... Selecting previously unselected package node-css-selector-tokenizer. Preparing to unpack .../377-node-css-selector-tokenizer_0.8.0+~cs4.8.3-1_all.deb ... Unpacking node-css-selector-tokenizer (0.8.0+~cs4.8.3-1) ... Selecting previously unselected package node-postcss. Preparing to unpack .../378-node-postcss_8.4.31+~cs8.0.26-1_all.deb ... Unpacking node-postcss (8.4.31+~cs8.0.26-1) ... Selecting previously unselected package node-icss-utils. Preparing to unpack .../379-node-icss-utils_5.1.0+~5.1.0-1_all.deb ... Unpacking node-icss-utils (5.1.0+~5.1.0-1) ... Selecting previously unselected package node-postcss-modules-extract-imports. Preparing to unpack .../380-node-postcss-modules-extract-imports_3.0.0-2_all.deb ... Unpacking node-postcss-modules-extract-imports (3.0.0-2) ... Selecting previously unselected package node-postcss-modules-values. Preparing to unpack .../381-node-postcss-modules-values_4.0.0+~4.0.0-1_all.deb ... Unpacking node-postcss-modules-values (4.0.0+~4.0.0-1) ... Selecting previously unselected package node-postcss-value-parser. Preparing to unpack .../382-node-postcss-value-parser_4.2.0-1_all.deb ... Unpacking node-postcss-value-parser (4.2.0-1) ... Selecting previously unselected package node-prr. Preparing to unpack .../383-node-prr_1.0.1-3_all.deb ... Unpacking node-prr (1.0.1-3) ... Selecting previously unselected package node-errno. Preparing to unpack .../384-node-errno_1.0.0-3_all.deb ... Unpacking node-errno (1.0.0-3) ... Selecting previously unselected package node-memory-fs. Preparing to unpack .../385-node-memory-fs_0.5.0+~0.3.3-2_all.deb ... Unpacking node-memory-fs (0.5.0+~0.3.3-2) ... Selecting previously unselected package node-tapable. Preparing to unpack .../386-node-tapable_2.2.1-3_all.deb ... Unpacking node-tapable (2.2.1-3) ... Selecting previously unselected package node-enhanced-resolve. Preparing to unpack .../387-node-enhanced-resolve_5.15.0-1_all.deb ... Unpacking node-enhanced-resolve (5.15.0-1) ... Selecting previously unselected package node-es-module-lexer. Preparing to unpack .../388-node-es-module-lexer_1.1.0+dfsg-3_all.deb ... Unpacking node-es-module-lexer (1.1.0+dfsg-3) ... Selecting previously unselected package node-events. Preparing to unpack .../389-node-events_3.3.0+~3.0.0-3_all.deb ... Unpacking node-events (3.3.0+~3.0.0-3) ... Selecting previously unselected package node-resolve-cwd. Preparing to unpack .../390-node-resolve-cwd_3.0.0-2_all.deb ... Unpacking node-resolve-cwd (3.0.0-2) ... Selecting previously unselected package node-jest-debbundle. Preparing to unpack .../391-node-jest-debbundle_29.6.2~ds1+~cs73.45.28-5_all.deb ... Unpacking node-jest-debbundle (29.6.2~ds1+~cs73.45.28-5) ... Selecting previously unselected package node-interpret. Preparing to unpack .../392-node-interpret_2.2.0-3_all.deb ... Unpacking node-interpret (2.2.0-3) ... Selecting previously unselected package node-merge-stream. Preparing to unpack .../393-node-merge-stream_2.0.0+~1.1.2-2_all.deb ... Unpacking node-merge-stream (2.0.0+~1.1.2-2) ... Selecting previously unselected package node-jest-worker. Preparing to unpack .../394-node-jest-worker_29.6.2~ds1+~cs73.45.28-5_all.deb ... Unpacking node-jest-worker (29.6.2~ds1+~cs73.45.28-5) ... Selecting previously unselected package node-loader-runner. Preparing to unpack .../395-node-loader-runner_4.3.0-1_all.deb ... Unpacking node-loader-runner (4.3.0-1) ... Selecting previously unselected package node-mime. Preparing to unpack .../396-node-mime_3.0.0+dfsg+~cs6.97.2-1_all.deb ... Unpacking node-mime (3.0.0+dfsg+~cs6.97.2-1) ... Selecting previously unselected package node-mime-types. Preparing to unpack .../397-node-mime-types_2.1.35-2_all.deb ... Unpacking node-mime-types (2.1.35-2) ... Selecting previously unselected package node-rechoir. Preparing to unpack .../398-node-rechoir_0.8.0+~0.6.1-2_all.deb ... Unpacking node-rechoir (0.8.0+~0.6.1-2) ... Selecting previously unselected package node-schema-utils. Preparing to unpack .../399-node-schema-utils_4.2.0~ds-3build3_all.deb ... Unpacking node-schema-utils (4.2.0~ds-3build3) ... Selecting previously unselected package node-randombytes. Preparing to unpack .../400-node-randombytes_2.1.0+~2.0.0-2_all.deb ... Unpacking node-randombytes (2.1.0+~2.0.0-2) ... Selecting previously unselected package node-serialize-javascript. Preparing to unpack .../401-node-serialize-javascript_6.0.1-1_all.deb ... Unpacking node-serialize-javascript (6.0.1-1) ... Selecting previously unselected package node-watchpack. Preparing to unpack .../402-node-watchpack_2.4.0+~cs2.8.1-1_all.deb ... Unpacking node-watchpack (2.4.0+~cs2.8.1-1) ... Selecting previously unselected package node-webassemblyjs. Preparing to unpack .../403-node-webassemblyjs_1.11.4+dfsg+~cs10.11.17-2_all.deb ... Unpacking node-webassemblyjs (1.11.4+dfsg+~cs10.11.17-2) ... Selecting previously unselected package node-source-list-map. Preparing to unpack .../404-node-source-list-map_2.0.1+dfsg+~0.1.2-1_all.deb ... Unpacking node-source-list-map (2.0.1+dfsg+~0.1.2-1) ... Selecting previously unselected package node-webpack-sources. Preparing to unpack .../405-node-webpack-sources_3.2.3+~3.2.0-2_all.deb ... Unpacking node-webpack-sources (3.2.3+~3.2.0-2) ... Selecting previously unselected package node-terser. Preparing to unpack .../406-node-terser_5.19.2-1_all.deb ... Unpacking node-terser (5.19.2-1) ... Selecting previously unselected package terser. Preparing to unpack .../407-terser_5.19.2-1_all.deb ... Unpacking terser (5.19.2-1) ... Selecting previously unselected package webpack. Preparing to unpack .../408-webpack_5.76.1+dfsg1+~cs17.16.16-1_all.deb ... Unpacking webpack (5.76.1+dfsg1+~cs17.16.16-1) ... Selecting previously unselected package node-css-loader. Preparing to unpack .../409-node-css-loader_6.8.1+~cs14.0.17-1_all.deb ... Unpacking node-css-loader (6.8.1+~cs14.0.17-1) ... Selecting previously unselected package node-mimic-response. Preparing to unpack .../410-node-mimic-response_3.1.0-8_all.deb ... Unpacking node-mimic-response (3.1.0-8) ... Selecting previously unselected package node-decompress-response. Preparing to unpack .../411-node-decompress-response_6.0.0-2_all.deb ... Unpacking node-decompress-response (6.0.0-2) ... Selecting previously unselected package node-diff. Preparing to unpack .../412-node-diff_5.0.0~dfsg+~5.0.1-4_all.deb ... Unpacking node-diff (5.0.0~dfsg+~5.0.1-4) ... Selecting previously unselected package node-err-code. Preparing to unpack .../413-node-err-code_2.0.3+dfsg-3_all.deb ... Unpacking node-err-code (2.0.3+dfsg-3) ... Selecting previously unselected package node-time-stamp. Preparing to unpack .../414-node-time-stamp_2.2.0-2_all.deb ... Unpacking node-time-stamp (2.2.0-2) ... Selecting previously unselected package node-fancy-log. Preparing to unpack .../415-node-fancy-log_1.3.3+~cs1.3.1-2_all.deb ... Unpacking node-fancy-log (1.3.3+~cs1.3.1-2) ... Selecting previously unselected package node-has-unicode. Preparing to unpack .../416-node-has-unicode_2.0.1-5_all.deb ... Unpacking node-has-unicode (2.0.1-5) ... Selecting previously unselected package node-wide-align. Preparing to unpack .../417-node-wide-align_1.1.3-4_all.deb ... Unpacking node-wide-align (1.1.3-4) ... Selecting previously unselected package node-gauge. Preparing to unpack .../418-node-gauge_4.0.4-2_all.deb ... Unpacking node-gauge (4.0.4-2) ... Selecting previously unselected package node-end-of-stream. Preparing to unpack .../419-node-end-of-stream_1.4.4+~1.4.1-1_all.deb ... Unpacking node-end-of-stream (1.4.4+~1.4.1-1) ... Selecting previously unselected package node-pump. Preparing to unpack .../420-node-pump_3.0.0-5_all.deb ... Unpacking node-pump (3.0.0-5) ... Selecting previously unselected package node-get-stream. Preparing to unpack .../421-node-get-stream_6.0.1-1_all.deb ... Unpacking node-get-stream (6.0.1-1) ... Selecting previously unselected package node-lowercase-keys. Preparing to unpack .../422-node-lowercase-keys_2.0.0-2_all.deb ... Unpacking node-lowercase-keys (2.0.0-2) ... Selecting previously unselected package node-json-buffer. Preparing to unpack .../423-node-json-buffer_3.0.1+~3.0.0-1_all.deb ... Unpacking node-json-buffer (3.0.1+~3.0.0-1) ... Selecting previously unselected package node-p-cancelable. Preparing to unpack .../424-node-p-cancelable_2.1.1-1_all.deb ... Unpacking node-p-cancelable (2.1.1-1) ... Selecting previously unselected package node-got. Preparing to unpack .../425-node-got_11.8.5+~cs58.13.36-3_all.deb ... Unpacking node-got (11.8.5+~cs58.13.36-3) ... Selecting previously unselected package node-http-proxy-agent. Preparing to unpack .../426-node-http-proxy-agent_7.0.0~0~2023071921-5_all.deb ... Unpacking node-http-proxy-agent (7.0.0~0~2023071921-5) ... Selecting previously unselected package node-https-proxy-agent. Preparing to unpack .../427-node-https-proxy-agent_7.0.1~0~2023071921-5_all.deb ... Unpacking node-https-proxy-agent (7.0.1~0~2023071921-5) ... Selecting previously unselected package node-ieee754. Preparing to unpack .../428-node-ieee754_1.2.1-3_all.deb ... Unpacking node-ieee754 (1.2.1-3) ... Selecting previously unselected package node-ip. Preparing to unpack .../429-node-ip_2.0.0+~1.1.0-1ubuntu1_all.deb ... Unpacking node-ip (2.0.0+~1.1.0-1ubuntu1) ... Selecting previously unselected package node-ip-regex. Preparing to unpack .../430-node-ip-regex_4.3.0+~4.1.1-1_all.deb ... Unpacking node-ip-regex (4.3.0+~4.1.1-1) ... Selecting previously unselected package node-read-package-json. Preparing to unpack .../431-node-read-package-json_5.0.2+~2.0.0-1_all.deb ... Unpacking node-read-package-json (5.0.2+~2.0.0-1) ... Selecting previously unselected package node-npm-bundled. Preparing to unpack .../432-node-npm-bundled_2.0.1-2_all.deb ... Unpacking node-npm-bundled (2.0.1-2) ... Selecting previously unselected package node-osenv. Preparing to unpack .../433-node-osenv_0.1.5+~0.1.1-1_all.deb ... Unpacking node-osenv (0.1.5+~0.1.1-1) ... Selecting previously unselected package node-validate-npm-package-name. Preparing to unpack .../434-node-validate-npm-package-name_5.0.0+~4.0.0-1_all.deb ... Unpacking node-validate-npm-package-name (5.0.0+~4.0.0-1) ... Selecting previously unselected package node-npm-package-arg. Preparing to unpack .../435-node-npm-package-arg_10.0.0+~3.0.0-2_all.deb ... Unpacking node-npm-package-arg (10.0.0+~3.0.0-2) ... Selecting previously unselected package xdg-utils. Preparing to unpack .../436-xdg-utils_1.1.3-4.1ubuntu3_all.deb ... Unpacking xdg-utils (1.1.3-4.1ubuntu3) ... Selecting previously unselected package node-opener. Preparing to unpack .../437-node-opener_1.5.2+~1.4.0-1_all.deb ... Unpacking node-opener (1.5.2+~1.4.0-1) ... Selecting previously unselected package node-retry. Preparing to unpack .../438-node-retry_0.13.1+~0.12.1-1_all.deb ... Unpacking node-retry (0.13.1+~0.12.1-1) ... Selecting previously unselected package node-promise-retry. Preparing to unpack .../439-node-promise-retry_2.0.1-4_all.deb ... Unpacking node-promise-retry (2.0.1-4) ... Selecting previously unselected package node-mute-stream. Preparing to unpack .../440-node-mute-stream_0.0.8+~0.0.1-3_all.deb ... Unpacking node-mute-stream (0.0.8+~0.0.1-3) ... Selecting previously unselected package node-read. Preparing to unpack .../441-node-read_1.0.7-5_all.deb ... Unpacking node-read (1.0.7-5) ... Selecting previously unselected package node-promzard. Preparing to unpack .../442-node-promzard_0.3.0-2_all.deb ... Unpacking node-promzard (0.3.0-2) ... Selecting previously unselected package node-re2:amd64. Preparing to unpack .../443-node-re2_1.20.10+~cs2.13.13-1_amd64.deb ... Unpacking node-re2:amd64 (1.20.10+~cs2.13.13-1) ... Selecting previously unselected package node-require-from-string. Preparing to unpack .../444-node-require-from-string_2.0.2+~1.2.1-1_all.deb ... Unpacking node-require-from-string (2.0.2+~1.2.1-1) ... Selecting previously unselected package node-set-blocking. Preparing to unpack .../445-node-set-blocking_2.0.0-2_all.deb ... Unpacking node-set-blocking (2.0.0-2) ... Selecting previously unselected package node-shell-quote. Preparing to unpack .../446-node-shell-quote_1.7.4+~1.7.1-1_all.deb ... Unpacking node-shell-quote (1.7.4+~1.7.1-1) ... Selecting previously unselected package node-stack-utils. Preparing to unpack .../447-node-stack-utils_2.0.6+~2.0.1-1_all.deb ... Unpacking node-stack-utils (2.0.6+~2.0.1-1) ... Selecting previously unselected package node-yaml. Preparing to unpack .../448-node-yaml_2.3.4-1build1_all.deb ... Unpacking node-yaml (2.3.4-1build1) ... Selecting previously unselected package node-tap-parser. Preparing to unpack .../449-node-tap-parser_11.0.2+~cs2.1.4-1_all.deb ... Unpacking node-tap-parser (11.0.2+~cs2.1.4-1) ... Selecting previously unselected package node-tap-mocha-reporter. Preparing to unpack .../450-node-tap-mocha-reporter_5.0.3+~2.0.2-2_all.deb ... Unpacking node-tap-mocha-reporter (5.0.3+~2.0.2-2) ... Selecting previously unselected package node-text-table. Preparing to unpack .../451-node-text-table_0.2.0-4_all.deb ... Unpacking node-text-table (0.2.0-4) ... Selecting previously unselected package node-widest-line. Preparing to unpack .../452-node-widest-line_3.1.0-2_all.deb ... Unpacking node-widest-line (3.1.0-2) ... Selecting previously unselected package nodejs-doc. Preparing to unpack .../453-nodejs-doc_18.19.1+dfsg-6ubuntu5_all.deb ... Unpacking nodejs-doc (18.19.1+dfsg-6ubuntu5) ... Selecting previously unselected package x11-utils. Preparing to unpack .../454-x11-utils_7.7+6build2_amd64.deb ... Unpacking x11-utils (7.7+6build2) ... Selecting previously unselected package x11-xserver-utils. Preparing to unpack .../455-x11-xserver-utils_7.7+10build2_amd64.deb ... Unpacking x11-xserver-utils (7.7+10build2) ... Selecting previously unselected package libegl1:amd64. Preparing to unpack .../456-libegl1_1.7.0-1build1_amd64.deb ... Unpacking libegl1:amd64 (1.7.0-1build1) ... Selecting previously unselected package libgles2:amd64. Preparing to unpack .../457-libgles2_1.7.0-1build1_amd64.deb ... Unpacking libgles2:amd64 (1.7.0-1build1) ... Selecting previously unselected package zutty. Preparing to unpack .../458-zutty_0.14.8.20231210+dfsg1-1_amd64.deb ... Unpacking zutty (0.14.8.20231210+dfsg1-1) ... Selecting previously unselected package libauthen-sasl-perl. Preparing to unpack .../459-libauthen-sasl-perl_2.1700-1_all.deb ... Unpacking libauthen-sasl-perl (2.1700-1) ... Selecting previously unselected package node-cli-table. Preparing to unpack .../460-node-cli-table_0.3.11+~cs0.13.4-3_all.deb ... Unpacking node-cli-table (0.3.11+~cs0.13.4-3) ... Selecting previously unselected package node-depd. Preparing to unpack .../461-node-depd_2.0.0-2_all.deb ... Unpacking node-depd (2.0.0-2) ... Selecting previously unselected package node-npmlog. Preparing to unpack .../462-node-npmlog_7.0.1+~4.1.4-1_all.deb ... Unpacking node-npmlog (7.0.1+~4.1.4-1) ... Selecting previously unselected package node-tar. Preparing to unpack .../463-node-tar_6.1.13+~cs7.0.5-3_all.deb ... Unpacking node-tar (6.1.13+~cs7.0.5-3) ... Selecting previously unselected package node-gyp. Preparing to unpack .../464-node-gyp_9.3.0-3_all.deb ... Unpacking node-gyp (9.3.0-3) ... Selecting previously unselected package node-ini. Preparing to unpack .../465-node-ini_3.0.1-2_all.deb ... Unpacking node-ini (3.0.1-2) ... Selecting previously unselected package node-negotiator. Preparing to unpack .../466-node-negotiator_0.6.3+~0.6.1-1_all.deb ... Unpacking node-negotiator (0.6.3+~0.6.1-1) ... Selecting previously unselected package node-ws. Preparing to unpack .../467-node-ws_8.11.0+~cs13.7.3-2_all.deb ... Unpacking node-ws (8.11.0+~cs13.7.3-2) ... Selecting previously unselected package node-tap. Preparing to unpack .../468-node-tap_16.3.7+ds1+~cs50.9.19-4_all.deb ... Unpacking node-tap (16.3.7+ds1+~cs50.9.19-4) ... Selecting previously unselected package npm. Preparing to unpack .../469-npm_9.2.0~ds1-2_all.deb ... Unpacking npm (9.2.0~ds1-2) ... Setting up media-types (10.1.0) ... Setting up libtext-iconv-perl:amd64 (1.7-8build3) ... Setting up javascript-common (11+nmu1) ... Setting up node-colors (1.4.0-4) ... Setting up node-fs.realpath (1.0.0-3) ... Setting up libwayland-server0:amd64 (1.22.0-2.1build1) ... Setting up node-ampproject-remapping (2.2.0+~cs5.15.37-1) ... Setting up node-diff (5.0.0~dfsg+~5.0.1-4) ... Setting up libice6:amd64 (2:1.0.10-1build3) ... Setting up libxft2:amd64 (2.3.6-1build1) ... Setting up node-abbrev (1.1.1+~1.1.2-1) ... Setting up libtie-ixhash-perl (1.23-4) ... Setting up node-path-is-inside (1.0.2+~1.0.0-1) ... Setting up libjs-sprintf-js (1.1.2+ds1+~1.1.2-1) ... Setting up node-pify (5.0.0+~cs5.0.1-1) ... Setting up node-p-limit (4.0.0+~cs4.0.0-5) ... Setting up node-yallist (4.0.0+~4.0.1-1) ... Setting up libjs-inherits (2.0.4-6) ... Setting up node-p-cancelable (2.1.1-1) ... Setting up node-is-windows (1.0.2+~cs1.0.0-1) ... Setting up libre2-10:amd64 (20230301-3build1) ... Setting up node-ansi-regex (5.0.1-1) ... Setting up libxpm4:amd64 (1:3.5.17-1build2) ... Setting up node-yaml (2.3.4-1build1) ... Setting up node-loader-runner (4.3.0-1) ... Setting up libfont-afm-perl (1.20-4) ... Setting up node-object-inspect (1.12.2+~cs1.8.1-1) ... Setting up node-slash (4.0.0-3) ... Setting up libgbm1:amd64 (24.0.9-0ubuntu0.3) ... Setting up node-util-deprecate (1.0.2-3) ... Setting up node-ieee754 (1.2.1-3) ... Setting up node-fs-readdir-recursive (1.1.0+~1.1.0-1) ... Setting up node-v8flags (3.2.0+~3.1.1-1) ... Setting up node-retry (0.13.1+~0.12.1-1) ... Setting up node-get-caller-file (2.0.5+~cs1.1.1-4) ... Setting up node-arrify (2.0.1-3) ... Setting up libclone-perl:amd64 (0.46-1build3) ... Setting up node-eslint-visitor-keys (3.3.0+~1.0.0-1) ... Setting up node-caniuse-lite (1.0.30001571+dfsg+~1.0.5-1) ... Setting up node-isobject (4.0.0-2) ... Setting up node-get-value (1:3.0.1-4) ... Setting up libio-stringy-perl (2.111-3) ... Setting up node-delegates (1.0.0-3) ... Setting up libhtml-tagset-perl (3.20-6) ... Setting up node-depd (2.0.0-2) ... Setting up libauthen-sasl-perl (2.1700-1) ... Setting up node-isexe (2.0.0+~2.0.1-5) ... Setting up node-resolve (1.22.8+~cs5.34.15-2) ... Setting up node-jsonparse (1.3.1-10) ... Setting up node-core-js-pure (3.33.2-1build2) ... Setting up node-es-module-lexer (1.1.0+dfsg-3) ... Setting up node-path-exists (5.0.0-8) ... Setting up liblwp-mediatypes-perl (6.04-2) ... Setting up libuv1t64:amd64 (1.48.0-1.1build1) ... Setting up node-unicode-match-property-value-ecmascript (2.1.0+ds-1) ... Setting up node-escape-string-regexp (4.0.0-2) ... Setting up node-through (2.3.8+~cs0.0.30-1) ... Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ... Setting up libjs-source-map (0.7.0++dfsg2+really.0.6.1-15) ... Setting up node-p-locate (6.0.0-12) ... Setting up libtry-tiny-perl (0.31-2) ... Setting up node-negotiator (0.6.3+~0.6.1-1) ... Setting up node-tslib (2.4.1-1) ... Setting up node-strip-bom (4.0.0-2) ... Setting up libxxf86dga1:amd64 (2:1.1.5-1build1) ... Setting up perl-openssl-defaults:amd64 (7build3) ... Setting up node-stack-utils (2.0.6+~2.0.1-1) ... Setting up node-ci-info (4.0.0+~cs1.1.0-1build2) ... Setting up node-color-name (1.1.4+~1.1.1-2) ... Setting up node-chrome-trace-event (1.0.3-2) ... Setting up node-json-buffer (3.0.1+~3.0.0-1) ... Setting up node-electron-to-chromium (1.4.616-1) ... Setting up libencode-locale-perl (1.05-3) ... Setting up node-cjs-module-lexer (1.2.3+dfsg-1) ... Setting up node-console-control-strings (1.1.0-3) ... Setting up node-source-list-map (2.0.1+dfsg+~0.1.2-1) ... Setting up node-camelcase (7.0.0-3) ... Setting up node-resumer (0.0.0-6) ... Setting up node-uuid (8.3.2+~8.3.3-4) ... Setting up node-pascalcase (1.0.0-1) ... Setting up node-auto-bind (4.0.0-2) ... Setting up node-terser (5.19.2-1) ... Setting up node-path-type (4.0.0-3) ... Setting up node-indent-string (4.0.0-2) ... Setting up node-typedarray (0.0.7-1) ... Setting up node-function-bind (1.1.2+~cs2.1.14-1) ... Setting up node-clone (2.1.2+~2.1.2-1) ... Setting up node-p-map (4.0.0+~3.1.0+~3.0.1-1) ... Setting up node-iferr (1.0.2+~1.0.2-1) ... Setting up node-chownr (2.0.0-2) ... Setting up node-has-flag (4.0.0-3) ... Setting up node-estraverse (5.3.0+ds+~5.1.1-1) ... Setting up node-regjsgen (0.7.1+ds-1) ... Setting up node-lodash-packages (4.17.21+dfsg+~cs8.31.198.20210220-9) ... Setting up node-json-schema-traverse (1.0.0-3) ... Setting up node-inherits (2.0.4-6) ... Setting up node-path-is-absolute (2.0.0-2) ... Setting up node-locate-path (7.1.1-2) ... Setting up node-ini (3.0.1-2) ... Setting up node-postcss-value-parser (4.2.0-1) ... Setting up node-is-descriptor (3.0.0-2) ... Setting up node-safe-buffer (5.2.1+~cs2.1.2-3) ... Setting up node-promise-inflight (1.0.1+~1.0.0-1) ... Setting up libgles2:amd64 (1.7.0-1build1) ... Setting up node-rechoir (0.8.0+~0.6.1-2) ... Setting up node-json-parse-better-errors (1.0.2+~cs3.3.1-2) ... Setting up node-unicode-canonical-property-names-ecmascript (2.0.0-2) ... Setting up node-sprintf-js (1.1.2+ds1+~1.1.2-1) ... Setting up node-flatted (3.2.7~ds-1) ... Setting up node-y18n (5.0.8+~5.0.0-3) ... Setting up node-fast-deep-equal (3.1.3-3) ... Setting up node-shebang-regex (3.0.0-2) ... Setting up node-err-code (2.0.3+dfsg-3) ... Setting up libdata-dump-perl (1.25-1) ... Setting up node-resolve-from (5.0.0+~3.1.0+~3.3.0+~2.0.0-1) ... Setting up libipc-system-simple-perl (1.30-2) ... Setting up node-balanced-match (2.0.0-1) ... Setting up node-convert-source-map (1.9.0+~1.5.2-1) ... Setting up libxml-xpathengine-perl (0.14-2) ... Setting up node-brace-expansion (2.0.1+~1.1.0-1) ... Setting up libnotify4:amd64 (0.8.3-1build2) ... Setting up node-is-stream (3.0.0-4) ... Setting up node-spdx-exceptions (2.3.0-2) ... Setting up node-js-tokens (8.0.0-2) ... Setting up node-core-js (3.33.2-1build2) ... Setting up node-interpret (2.2.0-3) ... Setting up node-set-blocking (2.0.0-2) ... Setting up node-prr (1.0.1-3) ... Setting up libxv1:amd64 (2:1.0.11-1.1build1) ... Setting up libcares2:amd64 (1.27.0-1.0ubuntu1) ... Setting up node-repeat-string (1.6.1+repack-1) ... Setting up libio-html-perl (1.004-3) ... Setting up node-globals (13.23.0-1) ... Setting up node-deep-is (0.1.4-1) ... Setting up node-signal-exit (4.1.0-6) ... Setting up node-require-from-string (2.0.2+~1.2.1-1) ... Setting up node-randombytes (2.1.0+~2.0.0-2) ... Setting up node-source-map (0.7.0++dfsg2+really.0.6.1-15) ... Setting up node-wrappy (1.0.2-3) ... Setting up node-object-visit (1.0.1-5) ... Setting up libglapi-mesa:amd64 (24.0.9-0ubuntu0.3) ... Setting up node-text-table (0.2.0-4) ... Setting up node-require-directory (2.1.1+~2.1.2-1) ... Setting up node-ip (2.0.0+~1.1.0-1ubuntu1) ... Setting up nodejs-doc (18.19.1+dfsg-6ubuntu5) ... Setting up node-quick-lru (6.1.1-4) ... Setting up node-regenerator-runtime (0.15.2+~0.10.8-1) ... Setting up node-punycode (2.2.3-2) ... Setting up libtimedate-perl (2.3300-2) ... Setting up libnotify-bin (0.8.3-1build2) ... Setting up node-to-fast-properties (3.0.1-3) ... Setting up node-defaults (1.0.4+~1.0.3-1) ... Setting up node-mute-stream (0.0.8+~0.0.1-3) ... Setting up node-memfs (3.4.12+~cs1.0.3-1) ... Setting up node-mimic-response (3.1.0-8) ... Setting up node-commander (9.4.1-1) ... Setting up libjs-typedarray-to-buffer (4.0.0-2) ... Setting up node-graceful-fs (4.2.10-1) ... Setting up node-merge-stream (2.0.0+~1.1.2-2) ... Setting up node-is-path-cwd (2.2.0-2) ... Setting up node-jsonify (0.0.1-1) ... Setting up node-json-stable-stringify (1.0.2+repack1+~cs1.0.34-2) ... Setting up node-fast-levenshtein (2.0.6+ds-3) ... Setting up libjs-regenerate (1.4.2-3) ... Setting up node-aproba (2.0.0-3) ... Setting up node-unicode-property-aliases-ecmascript (2.1.0+ds-1) ... Setting up node-binary-extensions (2.2.0-2) ... Setting up node-is-plain-object (5.0.0-7) ... Setting up node-eslint-utils (3.0.0-3) ... Setting up node-path-dirname (1.0.2-2) ... Setting up node-ip-regex (4.3.0+~4.1.1-1) ... Setting up node-spdx-license-ids (3.0.12-1) ... Setting up node-string-decoder (1.3.0-6) ... Setting up node-esutils (2.0.3+~2.0.0-1) ... Setting up netbase (6.4) ... Setting up node-time-stamp (2.2.0-2) ... Setting up node-commondir (1.0.1+~1.0.0-1) ... Setting up libjs-prettify (2015.12.04+dfsg-1.1) ... Setting up libjs-events (3.3.0+~3.0.0-3) ... Setting up node-run-queue (2.0.0-3) ... Setting up node-core-util-is (1.0.3-1) ... Setting up node-json-schema (0.4.0+~7.0.11-1) ... Setting up node-uri-js (4.4.0+dfsg-8) ... Setting up node-prelude-ls (1.2.1+dfsg-3) ... Setting up node-minimatch (9.0.3-4build5) ... Setting up libxkbfile1:amd64 (1:1.1.0-1build4) ... Setting up node-cli-boxes (3.0.0-1build2) ... Setting up libjs-async (0.8.0-6) ... Setting up node-imurmurhash (0.1.4+dfsg+~0.1.1-2) ... Setting up node-xtend (4.0.2-3) ... Setting up node-set-immediate-shim (2.0.0-2) ... Setting up node-foreground-child (3.1.1-2) ... Setting up node-wordwrap (1.0.0-4) ... Setting up node-read (1.0.7-5) ... Setting up node-regexpp (3.2.0-5) ... Setting up node-is-arrayish (0.3.2-3) ... Setting up node-base64-js (1.5.1+dfsg+~1.3.0-2) ... Setting up node-map-visit (1.0.0-4) ... Setting up libsm6:amd64 (2:1.2.3-1build3) ... Setting up node-esquery (1.4.2~ds-1) ... Setting up node-npm-run-path (5.1.0+~4.0.0-8) ... Setting up node-is-buffer (2.0.5-2) ... Setting up xdg-utils (1.1.3-4.1ubuntu3) ... update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/open.1.gz because associated file /usr/share/man/man1/xdg-open.1.gz (of link group open) doesn't exist Setting up node-color-convert (2.0.1+~cs2.0.0-2) ... Setting up liburi-perl (5.27-1) ... Setting up libxmuu1:amd64 (2:1.1.3-3build2) ... Setting up libx11-protocol-perl (0.56-9) ... Setting up node-data-uri-to-buffer (5.0.1~0~2023071921-5) ... Setting up node-async-each (1.0.3-3) ... Setting up node-isarray (2.0.5-4) ... Setting up node-osenv (0.1.5+~0.1.1-1) ... Setting up node-is-plain-obj (3.0.0-2) ... Setting up node-is-extglob (2.1.1-5) ... Setting up node-tapable (2.2.1-3) ... Setting up node-shebang-command (2.0.0-1) ... Setting up libjs-is-typedarray (1.0.0-4) ... Setting up node-lowercase-keys (2.0.0-2) ... Setting up node-babel-plugin-add-module-exports (1.0.4+dfsg1~cs5.8.0-4) ... Setting up node-decompress-response (6.0.0-2) ... Setting up node-process-nextick-args (2.0.1-3) ... Setting up node-has-unicode (2.0.1-5) ... Setting up node-busboy (1.6.0+~cs2.6.0-2) ... Setting up libwayland-client0:amd64 (1.22.0-2.1build1) ... Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ... Setting up libuv1-dev:amd64 (1.48.0-1.1build1) ... Setting up node-readable-stream (3.6.0+~cs3.0.0-4build1) ... Setting up libhttp-date-perl (6.06-1) ... Setting up node-lru-cache (7.14.1-1) ... Setting up node-promise-retry (2.0.1-4) ... Setting up libfile-basedir-perl (0.09-2) ... Setting up node-supports-color (8.1.1+~8.1.1-1) ... Setting up libfile-listing-perl (6.16-1) ... Setting up libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.4) ... Setting up node-error-ex (1.3.2-4) ... Setting up node-once (1.4.1-1) ... Setting up node-webpack-sources (3.2.3+~3.2.0-2) ... Setting up node-n3 (1.16.3+~1.2.3+~1.10.4-1) ... Setting up node-serialize-javascript (6.0.1-1) ... Setting up python3.12 (3.12.3-1ubuntu0.4) ... Setting up libgl1-mesa-dri:amd64 (24.0.9-0ubuntu0.3) ... Setting up node-are-we-there-yet (3.0.1+~1.1.0-1) ... Setting up node-shell-quote (1.7.4+~1.7.1-1) ... Setting up node-find-up (6.3.0-7) ... Setting up libnet-http-perl (6.23-1) ... Setting up node-kind-of (6.0.3+dfsg-2) ... Setting up node-growl (1.10.5-4) ... Setting up node-is-binary-path (2.1.0-5) ... Setting up node-events (3.3.0+~3.0.0-3) ... Setting up node-minimist (1.2.8+~cs5.3.5-1) ... Setting up node-fancy-log (1.3.3+~cs1.3.1-2) ... Setting up node-define-property (2.0.2+really+2.0.2-3) ... Setting up node-promzard (0.3.0-2) ... Setting up node-wcwidth.js (1.0.2-2) ... Setting up node-resolve-cwd (3.0.0-2) ... Setting up node-fetch (3.3.2+~cs11.4.11-1) ... Setting up node-babel7-runtime (7.20.15+ds1+~cs214.269.168-6build1) ... Setting up node-iconv-lite (0.6.3-3) ... Setting up node-type-check (0.4.0+dfsg-3) ... Setting up libegl-mesa0:amd64 (24.0.9-0ubuntu0.3) ... Setting up node-ansi-styles (6.2.1-2) ... Setting up node-pkg-dir (5.0.0-2) ... Setting up libxt6t64:amd64 (1:1.2.1-1.2build1) ... Setting up node-collection-visit (1.0.0-4) ... Setting up node-restore-cursor (4.0.0-4) ... Setting up node-async (0.8.0-6) ... Setting up node-optimist (0.6.1+~0.0.30-2) ... Setting up node-spdx-expression-parse (3.0.1+~3.0.1-1) ... Setting up libfile-desktopentry-perl (0.22-3) ... Setting up node-concat-stream (2.0.0+~2.0.0-2) ... Setting up node-is-typedarray (1.0.0-4) ... Setting up libwww-robotrules-perl (6.02-1) ... Setting up node-undici (5.26.3+dfsg1+~cs23.10.12-2) ... Setting up node-inflight (1.0.6-2) ... Setting up libhtml-parser-perl:amd64 (3.81-1build3) ... Setting up node-hosted-git-info (6.1.1-2) ... Setting up libegl1:amd64 (1.7.0-1build1) ... Setting up node-has-values (2.0.1-4) ... Setting up node-encoding (0.1.13-2) ... Setting up libio-socket-ssl-perl (2.085-1) ... Setting up node-slice-ansi (5.0.0+~cs9.0.0-5) ... Setting up libpython3-stdlib:amd64 (3.12.3-0ubuntu2) ... Setting up libhttp-message-perl (6.45-1ubuntu1) ... Setting up libhtml-form-perl (6.11-1) ... Setting up node-fs-write-stream-atomic (1.0.10-6) ... Setting up node-cli-cursor (4.0.0-3) ... Setting up libfile-mimeinfo-perl (0.34-1) ... Setting up libhttp-negotiate-perl (6.01-2) ... Setting up libxmu6:amd64 (2:1.1.3-3build2) ... Setting up libglx-mesa0:amd64 (24.0.9-0ubuntu0.3) ... Setting up node-end-of-stream (1.4.4+~1.4.1-1) ... Setting up node-pump (3.0.0-5) ... Setting up node-regenerator-transform (0.15.2+~0.10.8-1) ... Setting up libhttp-cookies-perl (6.11-1) ... Setting up libhtml-tree-perl (5.07-3) ... Setting up python3 (3.12.3-0ubuntu2) ... running python rtupdate hooks for python3.12... running python post-rtupdate hooks for python3.12... Setting up libhtml-format-perl (2.16-2) ... Setting up libxaw7:amd64 (2:1.0.14-1build2) ... Setting up x11-xserver-utils (7.7+10build2) ... Setting up python3-six (1.16.0-4) ... Setting up node-levn (0.4.1+dfsg-2) ... Setting up node-spdx-correct (3.1.1-2) ... Setting up libnet-smtp-ssl-perl (1.04-2) ... Setting up node-glob (8.1.0+~cs8.5.15-1) ... Setting up libmailtools-perl (2.21-2) ... Setting up node-get-stream (6.0.1-1) ... Setting up node-got (11.8.5+~cs58.13.36-3) ... Setting up node-typedarray-to-buffer (4.0.0-2) ... Setting up zutty (0.14.8.20231210+dfsg1-1) ... update-alternatives: using /usr/bin/zutty to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/x-terminal-emulator.1.gz because associated file /usr/share/man/man1/zutty.1.gz (of link group x-terminal-emulator) doesn't exist Setting up libhttp-daemon-perl (6.16-1) ... Setting up node-minipass (3.3.6+~cs9.4.19-1) ... Setting up node-has-value (2.0.2-4) ... Setting up x11-utils (7.7+6build2) ... Setting up node-unset-value (2.0.1-1) ... Setting up python3-pkg-resources (68.1.2-2ubuntu1.1) ... Setting up node-validate-npm-package-license (3.0.4-2) ... Setting up node-optionator (0.9.1+dfsg+~cs1.2.3-1) ... Setting up node-ssri (9.0.1-2) ... Setting up node-write-file-atomic (4.0.2+~4.0.0-2) ... Setting up gyp (0.1+20220404git9ecf45e-2) ... Setting up node-define-properties (1.2.1+~cs2.2.3-1) ... Setting up libwww-perl (6.76-1) ... Setting up node-acorn (8.8.1+ds+~cs25.17.7-2) ... Setting up node-espree (9.4.1~dfsg-2) ... Setting up node-debbundle-es-to-primitive (1.2.1+~cs9.7.25-2) ... Setting up liblwp-protocol-https-perl (6.13-1) ... Setting up libxml-parser-perl (2.47-1build3) ... Setting up libxml-twig-perl (1:3.52-2) ... Setting up libnode109:amd64 (18.19.1+dfsg-6ubuntu5) ... Setting up libnet-dbus-perl (1.2.0-2build3) ... Setting up nodejs (18.19.1+dfsg-6ubuntu5) ... update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/js.1.gz because associated file /usr/share/man/man1/nodejs.1.gz (of link group js) doesn't exist Setting up node-argparse (2.0.1-2) ... Setting up node-sellside-emitter (1.2.1-3) ... Setting up terser (5.19.2-1) ... Setting up node-mime (3.0.0+dfsg+~cs6.97.2-1) ... Setting up node-source-map-support (0.5.21+ds+~0.5.4-1) ... Setting up node-unique-filename (1.1.1+ds-2) ... Setting up node-unicode-match-property-ecmascript (2.0.0-2) ... Setting up node-defined (1.0.1+~1.0.0-1) ... Setting up node-mime-types (2.1.35-2) ... Setting up node-re2:amd64 (1.20.10+~cs2.13.13-1) ... Setting up node-ansi-escapes (5.0.0+really.4.3.1-1) ... Setting up node-lcov-parse (1.0.0+20170612git80d039574ed9-6) ... Setting up node-strip-ansi (6.0.1-2) ... Setting up node-write (2.0.0~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ... Setting up node-ignore (5.2.1-1) ... Setting up node-chalk (5.3.0-1build1) ... Setting up node-which (2.0.2+~cs1.3.2-3) ... Setting up node-css-selector-tokenizer (0.8.0+~cs4.8.3-1) ... Setting up node-tap-parser (11.0.2+~cs2.1.4-1) ... Setting up node-esprima (4.0.1+ds+~4.0.3-2) ... Setting up node-is-path-inside (3.0.3-2) ... Setting up node-neo-async (2.6.2+~cs3.0.0-3) ... Setting up node-mkdirp (1.0.4+~1.0.2-4) ... Setting up node-es6-error (4.1.1-5) ... Setting up node-opener (1.5.2+~1.4.0-1) ... Setting up node-archy (1.0.0-6) ... Setting up node-js-yaml (4.1.0+dfsg+~4.0.5-7) ... Setting up node-nopt (5.0.0-4) ... Setting up node-lodash (4.17.21+dfsg+~cs8.31.198.20210220-9) ... Setting up node-progress (2.0.3-2) ... Setting up node-json5 (2.2.3+dfsg-1build1) ... Setting up node-ms (2.1.3+~cs0.7.31-3) ... Setting up node-rimraf (3.0.2-2) ... Setting up node-string-width (4.2.3+~cs13.2.3-1) ... Setting up node-regenerate (1.4.2-3) ... Setting up node-semver (7.5.4+~7.5.0-2) ... Setting up node-picocolors (1.0.0-4) ... Setting up node-es-abstract (1.20.4+~cs26.27.47-1) ... Setting up node-builtins (5.0.1-1) ... Setting up node-is-primitive (3.0.1-3) ... Setting up node-log-driver (1.2.7+git+20180219+bba1761737-7) ... Setting up handlebars (3:4.7.7+~4.1.0-1) ... Setting up node-object-assign (4.1.1-7) ... Setting up node-is-glob (4.0.3-2) ... Setting up node-v8-compile-cache (2.4.0-2) ... Setting up node-flat-cache (3.0.4~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ... Setting up node-is-number (7.0.0-4) ... Setting up node-for-in (1.0.2-4) ... Setting up node-webassemblyjs (1.11.4+dfsg+~cs10.11.17-2) ... Setting up node-strip-json-comments (4.0.0-4) ... Setting up libnode-dev (18.19.1+dfsg-6ubuntu5) ... Setting up node-is-extendable (1.0.1-3) ... Setting up node-columnify (1.6.0+~1.5.1-1) ... Setting up node-doctrine (3.0.0-4) ... Setting up node-copy-concurrently (1.0.5-9) ... Setting up node-set-value (4.1.0+~4.0.1-2) ... Setting up node-ajv (8.12.0~ds+~2.1.1-4) ... Setting up node-jsesc (3.0.2+~3.0.1-1) ... Setting up node-regjsparser (0.9.1+ds-2) ... Setting up node-errno (1.0.0-3) ... Setting up node-decamelize (4.0.0-2) ... Setting up node-move-concurrently (1.0.1-5) ... Setting up node-normalize-path (3.0.0+~3.0.0-1) ... Setting up node-functional-red-black-tree (1.0.1+20181105-7) ... Setting up node-debug (4.3.4+~cs4.1.7-1) ... Setting up node-agent-base (7.1.0~0~2023071921-5) ... Setting up node-browserslist (4.22.1+~cs6.1.28-1) ... Setting up node-yargs-parser (21.1.1+~21.0.0-4) ... Setting up node-coveralls (3.1.1-2build1) ... Setting up node-make-dir (3.1.0-3) ... Setting up node-validate-npm-package-name (5.0.0+~4.0.0-1) ... Setting up node-esrecurse (4.3.0-2) ... Setting up node-tap-mocha-reporter (5.0.3+~2.0.2-2) ... Setting up node-file-entry-cache (6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ... Setting up node-wrap-ansi (8.0.1+~8.0.1-3) ... Setting up node-normalize-package-data (4.0.1+~2.4.1-1) ... Setting up node-for-own (1.0.0-3) ... Setting up node-eslint-scope (7.1.1+~3.7.4-1) ... Setting up node-escodegen (2.1.0+dfsg+~0.0.8-1) ... Setting up node-widest-line (3.1.0-2) ... Setting up node-mixin-deep (2.0.1-3) ... Setting up node-memory-fs (0.5.0+~0.3.3-2) ... Setting up node-babel-helper-define-polyfill-provider (0.3.3~0~20220913+ds1-1) ... Setting up node-cli-table (0.3.11+~cs0.13.4-3) ... Setting up node-tar (6.1.13+~cs7.0.5-3) ... Setting up node-regenerate-unicode-properties (10.1.0+ds-1) ... Setting up node-glob-parent (6.0.2+~5.1.1-2) ... Setting up node-cli-truncate (2.1.0-5) ... Setting up node-enhanced-resolve (5.15.0-1) ... Setting up node-postcss (8.4.31+~cs8.0.26-1) ... Setting up node-wide-align (1.1.3-4) ... Setting up node-npm-package-arg (10.0.0+~3.0.0-2) ... Setting up node-anymatch (3.1.3+~cs4.6.1-2) ... Setting up node-postcss-modules-extract-imports (3.0.0-2) ... Setting up node-https-proxy-agent (7.0.1~0~2023071921-5) ... Setting up node-cliui (7.0.4+repack+~cs3.1.0-4) ... Setting up node-regexpu-core (5.2.2-3) ... Setting up node-yargs (16.2.0+~16.0.4-7) ... Setting up node-to-regex-range (5.0.1-4) ... Setting up node-union-value (2.0.1-4) ... Setting up node-cacache (17.0.3+~cs10.3.7-1) ... Setting up node-babel-plugin-polyfill-corejs2 (0.3.3~0~20220913+ds1-1) ... Setting up node-ajv-keywords (5.1.0-4) ... Setting up node-read-package-json (5.0.2+~2.0.0-1) ... Setting up node-core-js-compat (3.33.2-1build2) ... Setting up node-http-proxy-agent (7.0.0~0~2023071921-5) ... Setting up node-clone-deep (4.0.1+~cs7.0.2-1) ... Setting up eslint (6.4.0~dfsg+~6.1.9-11build3) ... Setting up node-babel-plugin-polyfill-regenerator (0.4.1~0~20220913+ds1-1) ... Setting up node-gauge (4.0.4-2) ... Setting up node-readdirp (3.6.0-1) ... Setting up node-ws (8.11.0+~cs13.7.3-2) ... Setting up node-cache-base (4.0.2-1) ... Setting up node-icss-utils (5.1.0+~5.1.0-1) ... Setting up node-npm-bundled (2.0.1-2) ... Setting up node-schema-utils (4.2.0~ds-3build3) ... Setting up node-jest-worker (29.6.2~ds1+~cs73.45.28-5) ... Setting up node-npmlog (7.0.1+~4.1.4-1) ... Setting up node-babel-plugin-polyfill-corejs3 (0.6.0~0~20220913+ds1-1) ... Setting up node-postcss-modules-values (4.0.0+~4.0.0-1) ... Setting up node-fill-range (7.0.1+~7.0.0-1) ... Setting up node-base (3.0.0-3) ... Setting up node-gyp (9.3.0-3) ... Setting up node-braces (3.0.2+~3.0.1-1) ... Setting up node-chokidar (3.6.0-2) ... Setting up node-watchpack (2.4.0+~cs2.8.1-1) ... Setting up node-micromatch (4.0.5+~4.0.2-1) ... Setting up node-globby (13.1.3+~cs16.25.40-2) ... Setting up node-del (7.0.0-5) ... Setting up node-find-cache-dir (3.3.2+~3.2.1-1) ... Setting up node-babel7 (7.20.15+ds1+~cs214.269.168-6build1) ... update-alternatives: using /usr/bin/babeljs-7 to provide /usr/bin/babeljs (babeljs) in auto mode update-alternatives: using /usr/bin/babeljs-7-external-helpers to provide /usr/bin/babeljs-external-helpers (babeljs-external-helpers) in auto mode update-alternatives: using /usr/bin/babeljs-7-node to provide /usr/bin/babeljs-node (babeljs-node) in auto mode update-alternatives: using /usr/bin/babeljs-7-parser to provide /usr/bin/babeljs-parser (babeljs-parser) in auto mode Setting up node-babel-plugin-lodash (3.3.4+~cs2.0.1-7) ... Setting up node-jest-debbundle (29.6.2~ds1+~cs73.45.28-5) ... Setting up node-parse-json (5.2.0+~cs5.1.7-1) ... Setting up node-read-pkg (5.2.0-2) ... Setting up node-istanbul (0.4.5+repack10+~cs98.25.59-2) ... Setting up node-tape (5.6.1+~cs8.20.19-1) ... Setting up webpack (5.76.1+dfsg1+~cs17.16.16-1) ... Setting up node-tap (16.3.7+ds1+~cs50.9.19-4) ... Setting up node-deep-equal (2.2.3+~cs43.15.94-1) ... Setting up libjs-util (0.12.5+~1.0.10-1) ... Setting up node-css-loader (6.8.1+~cs14.0.17-1) ... Setting up npm (9.2.0~ds1-2) ... Setting up node-util (0.12.5+~1.0.10-1) ... Setting up node-assert (2.0.0+~cs3.9.8-2) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for libc-bin (2.39-0ubuntu8.3) ... Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 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-01-28 08:52:59 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 update Fetching gem metadata from http://rubygems.org/........... Resolving dependencies... 32mFetching rake 13.2.10m 32mInstalling rake 13.2.10m 32mFetching base64 0.2.00m 32mInstalling base64 0.2.00m 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 drb 2.2.10m 32mInstalling drb 2.2.10m 32mFetching i18n 1.14.70m 32mInstalling i18n 1.14.70m 32mFetching logger 1.6.50m 32mInstalling logger 1.6.50m 32mFetching minitest 5.25.40m 32mInstalling minitest 5.25.40m 32mFetching securerandom 0.4.10m 32mInstalling securerandom 0.4.10m 32mFetching tzinfo 2.0.60m 32mInstalling tzinfo 2.0.60m 32mFetching uri 1.0.20m 32mInstalling uri 1.0.20m 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.9.10m 32mInstalling json 2.9.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.8.00m 32mInstalling iri 0.8.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 Using bundler 2.4.10 32mFetching rexml 3.4.00m 32mInstalling rexml 3.4.00m 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 racc 1.8.10m 32mInstalling racc 1.8.1 with native extensions0m 32mFetching nokogiri 1.18.2 (x86_64-linux-gnu)0m 32mInstalling nokogiri 1.18.2 (x86_64-linux-gnu)0m 32mFetching others 0.0.30m 32mInstalling others 0.0.30m 32mFetching yaml 0.4.00m 32mInstalling yaml 0.4.00m 32mFetching factbase 0.5.20m 32mInstalling factbase 0.5.20m 32mFetching fiber-storage 1.0.00m 32mInstalling fiber-storage 1.0.00m 32mFetching graphql 2.4.80m 32mInstalling graphql 2.4.80m 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 judges 0.31.10m 32mInstalling judges 0.31.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.0.860m 32mInstalling fbe 0.0.860m 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 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.00m 32mInstalling parser 3.3.7.00m 32mFetching qbash 0.3.00m 32mInstalling qbash 0.3.00m Using rainbow 3.1.1 32mFetching redcarpet 3.6.00m 32mInstalling redcarpet 3.6.0 with native extensions0m 32mFetching regexp_parser 2.10.00m 32mInstalling regexp_parser 2.10.00m 32mFetching rubocop-ast 1.38.00m 32mInstalling rubocop-ast 1.38.00m 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.71.00m 32mInstalling rubocop 1.71.00m 32mFetching rubocop-minitest 0.36.00m 32mInstalling rubocop-minitest 0.36.00m 32mFetching rubocop-performance 1.23.10m 32mInstalling rubocop-performance 1.23.10m 32mFetching rubocop-rspec 3.4.00m 32mInstalling rubocop-rspec 3.4.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.24.00m 32mInstalling webmock 3.24.00m 32mBundle updated!0m + npm --no-color install -g uglify-js K?25h##############)⠂⠸⠂reify:uglify-js:ghttpnfetchfGETo200uhttps://registry.npm0mK added 1 package in 474ms + npm --no-color install -g sass@1.77.2 K?25h##############)⠂⠋⠂reify:immutable:thttptfetchTGET0200thttps://registry.npm0mK added 17 packages in 1s 3 packages are looking for funding run `npm fund` for details + rm -rf target make: Leaving directory '/home/r/repo' [__rultor 4564e87] version set to 0.0.41 3 files changed, 3 insertions(+), 3 deletions(-) Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 make: Entering directory '/home/r/repo' + mkdir -p target/fb + '[' -e target/fb/simple.fb ']' + judges import tests/simple.yml target/fb/simple.fb YAML loaded from tests/simple.yml (20 facts) Nothing to import from target/fb/simple.fb (file not found) Factbase exported to target/fb/simple.fb (3393 bytes, 20 facts) in 330μs Import of 20 facts finished in 6ms + 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 + 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-01-28 08:53:35 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 D: Judges 0.31.1 D: Factbase 0.5.2 D: Ruby: 3.2.2-p53 D: Current directory: /home/r/repo D: Time: 2025-01-28T08:53:36Z D: Running 'print' command... The factbase imported from target/fb/simple.fb (3393 bytes, 20 facts) in 419μs Factbase printed to target/output/simple/simple.yaml (4006 bytes) in 3ms D: Judges 0.31.1 D: Factbase 0.5.2 D: Ruby: 3.2.2-p53 D: Current directory: /home/r/repo D: Time: 2025-01-28T08:53:36Z D: Running 'print' command... The factbase imported from target/fb/simple.fb (3393 bytes, 20 facts) in 347μs Factbase printed to target/output/simple/simple.xml (6487 bytes) in 3ms D: Judges 0.31.1 D: Factbase 0.5.2 D: Ruby: 3.2.2-p53 D: Current directory: /home/r/repo D: Time: 2025-01-28T08:53:36Z D: Running 'print' command... The factbase imported from target/fb/simple.fb (3393 bytes, 20 facts) in 344μs Factbase printed to target/output/simple/simple.json (3791 bytes) in 1ms D: Judges 0.31.1 D: Factbase 0.5.2 D: Ruby: 3.2.2-p53 D: Current directory: /home/r/repo D: Time: 2025-01-28T08:53:37Z D: Running 'print' command... The factbase imported from target/fb/simple.fb (3393 bytes, 20 facts) in 478μs Factbase printed to target/output/simple/simple.html (14294 bytes) in 6ms D: Judges 0.31.1 D: Factbase 0.5.2 D: Ruby: 3.2.2-p53 D: Current directory: /home/r/repo D: Time: 2025-01-28T08:53:37Z D: Running 'update' command... The factbase imported from target/fb/simple.fb (3393 bytes, 20 facts) in 273μs D: The following options provided: TESTING → "yes" 👉 Running add-bylaws-html (#0) at judges/add-bylaws-html/ (2ms already)... D: Nothing found by '(eq what 'bylaws')' in 1ms D: Found 1 fact(s) by '(and (eq what 'pmp') (eq area 'hr'))' in 182μs D: Inserted new fact #21 in 427μs D: Set 'what' to "bylaws" (String) D: Set 'html' to "<p>Here is how it's calculat...>, and award <em>b₂</em>.</p>\n" (String) add-bylaws-html finished in 10ms 👍 The 'add-bylaws-html' judge modified 1/0 facts out of 21 in 11ms 👉 Running add-user-names (#1) at judges/add-user-names/ (14ms already)... D: The connection to GitHub API is mocked D: GitHub user #6305016 has a name: @torvalds D: User #6305016 is actually @torvalds D: GitHub user #6305016 has a name: @torvalds D: User #6305016 is actually @torvalds D: GitHub user #526301 has a name: @yegor256 D: User #526301 is actually @yegor256 D: GitHub user #526301 has a name: @yegor256 D: User #526301 is actually @yegor256 D: GitHub user #6305016 has a name: @torvalds D: User #6305016 is actually @torvalds D: GitHub user #6305016 has a name: @torvalds D: User #6305016 is actually @torvalds D: GitHub user #6305016 has a name: @torvalds D: User #6305016 is actually @torvalds D: Found 7 fact(s) by '(and (or (eq where 'github') (not (exists where))) (exists who) (not (exists who_name)) (not (exists who_noname)))' in 5ms D: Found 21 fact(s) by '(always)' in 250μs D: Txn #3480 modified the factbase in 7ms D: Found and processed 7 facts by: (and (or (eq where "github") (not (exists where))) (exists who) (not (exists who_name)) (not (exists who_noname))) add-user-names finished in 253ms 👍 The 'add-user-names' judge modified 0/0 facts out of 21 in 254ms 👉 Running index-eva (#2) at judges/index-eva/ (269ms 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 487μs index-eva finished in 1ms 👍 The 'index-eva' judge modified 0/0 facts out of 21 in 1ms 👉 Running normalize-metrics (#3) at judges/normalize-metrics/ (271ms already)... D: Found 2 fact(s) by '(eq what 'quantity-of-deliverables')' in 222μs D: Found 3 fact(s) by '(eq what 'quality-of-service')' in 115μs normalize-metrics finished in 3ms 👍 The 'normalize-metrics' judge modified 0/0 facts out of 21 in 3ms 👍 4 judge(s) processed in 273ms Factbase exported to target/fb/simple.fb (5588 bytes, 21 facts) in 448μs Too many cycles already, as set by --max-cycles=1, breaking Update finished in 1 cycle(s), modified 1/0 fact(s) in 275ms D: Judges 0.31.1 D: Factbase 0.5.2 D: Ruby: 3.2.2-p53 D: Current directory: /home/r/repo D: Time: 2025-01-28T08:53:38Z D: Running 'print' command... The factbase imported from target/fb/simple.fb (5588 bytes, 21 facts) in 371μs Factbase printed to target/output/simple/simple.rich.xml (10381 bytes) in 4ms HTML generated at target/output/simple/simple-vitals.html ++ 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="darkgreen" and .="+14"]' target/html/simple-vitals.html + IFS= + read -r xpath ++ dirname target/html/simple.html + xmllint --xpath '//span[.="129"]' target/html/simple-vitals.html + IFS= + read -r xpath make: unlink: target/output/simple: Is a directory make: Leaving directory '/home/r/repo' Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 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.012MB Step 1/16 : FROM ruby:3.3 3.3: Pulling from library/ruby 1B0410a2d1ae: Pulling fs layer 1B571be90f05: Pulling fs layer 1B4a51896c82: Pulling fs layer 1Bf93b646d6b: Pulling fs layer 1B67e3925493: Pulling fs layer 1Bbdbaa75407: Pulling fs layer 1BDigest:fsha256:da4312f73ade432ead560a6f691036e2d622817d9af8064a4cebd89c590ba7f1 Status: Downloaded newer image for ruby:3.3 ---> 768e2a45024d Step 2/16 : LABEL "repository"="https://github.com/zerocracy/pages-action" ---> Running in 43568b150b63 ---> Removed intermediate container 43568b150b63 ---> dc091b35b368 Step 3/16 : LABEL "maintainer"="Yegor Bugayenko" ---> Running in d7ddab1620c0 ---> Removed intermediate container d7ddab1620c0 ---> 02ced56d0407 Step 4/16 : LABEL "version"="0.0.41" ---> Running in 51832fae8800 ---> Removed intermediate container 51832fae8800 ---> 3d0ea18c6082 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 8f22b3cb263d 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 [243 kB] Fetched 9303 kB in 2s (6042 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 5 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 bookworm/main amd64 openjdk-17-jre-headless amd64 17.0.13+11-2~deb12u1 [43.8 MB] Get:56 http://deb.debian.org/debian bookworm/main amd64 openjdk-17-jre amd64 17.0.13+11-2~deb12u1 [209 kB] Get:57 http://deb.debian.org/debian bookworm/main amd64 openjdk-17-jdk-headless amd64 17.0.13+11-2~deb12u1 [71.5 MB] Get:58 http://deb.debian.org/debian bookworm/main amd64 openjdk-17-jdk amd64 17.0.13+11-2~deb12u1 [2395 kB] 91mdebconf: delaying package configuration, since apt-utils is not installed 0mFetched 170 MB in 2s (86.1 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.13+11-2~deb12u1_amd64.deb ... Unpacking openjdk-17-jre-headless:amd64 (17.0.13+11-2~deb12u1) ... Selecting previously unselected package openjdk-17-jre:amd64. Preparing to unpack .../55-openjdk-17-jre_17.0.13+11-2~deb12u1_amd64.deb ... Unpacking openjdk-17-jre:amd64 (17.0.13+11-2~deb12u1) ... Selecting previously unselected package openjdk-17-jdk-headless:amd64. Preparing to unpack .../56-openjdk-17-jdk-headless_17.0.13+11-2~deb12u1_amd64.deb ... Unpacking openjdk-17-jdk-headless:amd64 (17.0.13+11-2~deb12u1) ... Selecting previously unselected package openjdk-17-jdk:amd64. Preparing to unpack .../57-openjdk-17-jdk_17.0.13+11-2~deb12u1_amd64.deb ... Unpacking openjdk-17-jdk:amd64 (17.0.13+11-2~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.13+11-2~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.13+11-2~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.13+11-2~deb12u1) ... Setting up openjdk-17-jdk:amd64 (17.0.13+11-2~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 8f22b3cb263d ---> b34f2e80dcfd 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 7dfb381d7d42 38;5;79m2025-01-28 08:54:47 - 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 [243 kB] Fetched 9303 kB in 1s (6203 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 5 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 (1656 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.2 kB] Fetched 23.4 kB in 0s (84.2 kB/s) Reading package lists... 1;34m2025-01-28 08:54:51 - Repository configured successfully.0m 38;5;79m2025-01-28 08:54:51 - To install Node.js, run: apt-get install nodejs -y0m 38;5;79m2025-01-28 08:54:51 - You can use N|solid Runtime as a node.js alternative0m 1;32m2025-01-28 08:54:51 - 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 5 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 (52.1 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 7dfb381d7d42 ---> 0cdda8d84e53 Step 7/16 : WORKDIR /home ---> Running in d6a67eb19b11 ---> Removed intermediate container d6a67eb19b11 ---> 50f4e352a8af Step 8/16 : COPY Makefile /home ---> 52add7597761 Step 9/16 : COPY Gemfile /home ---> 9751ed07aa72 Step 10/16 : COPY entry.sh /home ---> dd1a5f5e6f60 Step 11/16 : COPY judges /home/judges ---> f6a0ee76338d Step 12/16 : COPY sass /home/sass ---> 15bc0a5fb079 Step 13/16 : COPY xsl /home/xsl ---> d2a605461c35 Step 14/16 : COPY js /home/js ---> ba772524442a Step 15/16 : RUN make --directory=/home --no-silent install assets ---> Running in 35295ddd2273 91m+ mkdir -p target 0mmake: Entering directory '/home' 91m+ 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-01-28 08:55:01 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 update 0mFetching gem metadata from http://rubygems.org/........... Resolving dependencies... Fetching rake 13.2.1 Installing rake 13.2.1 Fetching base64 0.2.0 Installing base64 0.2.0 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 drb 2.2.1 Installing drb 2.2.1 Fetching i18n 1.14.7 Installing i18n 1.14.7 Fetching logger 1.6.5 Installing logger 1.6.5 Fetching minitest 5.25.4 Installing minitest 5.25.4 Fetching securerandom 0.4.1 Installing securerandom 0.4.1 Fetching tzinfo 2.0.6 Installing tzinfo 2.0.6 Fetching uri 1.0.2 Installing uri 1.0.2 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.9.1 Installing json 2.9.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.8.0 Installing iri 0.8.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.0 Installing rexml 3.4.0 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 racc 1.8.1 Installing racc 1.8.1 with native extensions Fetching nokogiri 1.18.2 (x86_64-linux-gnu) Installing nokogiri 1.18.2 (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.5.2 Installing factbase 0.5.2 Fetching fiber-storage 1.0.0 Installing fiber-storage 1.0.0 Fetching graphql 2.4.8 Installing graphql 2.4.8 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 judges 0.31.1 Installing judges 0.31.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.0.86 Installing fbe 0.0.86 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 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.0 Installing parser 3.3.7.0 Fetching qbash 0.3.0 Installing qbash 0.3.0 Fetching rainbow 3.1.1 Installing rainbow 3.1.1 Fetching redcarpet 3.6.0 Installing redcarpet 3.6.0 with native extensions Fetching regexp_parser 2.10.0 Installing regexp_parser 2.10.0 Fetching rubocop-ast 1.38.0 Installing rubocop-ast 1.38.0 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.71.0 Installing rubocop 1.71.0 Fetching rubocop-minitest 0.36.0 Installing rubocop-minitest 0.36.0 Fetching rubocop-performance 1.23.1 Installing rubocop-performance 1.23.1 Fetching rubocop-rspec 3.4.0 Installing rubocop-rspec 3.4.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.24.0 Installing webmock 3.24.0 Bundle updated! 91m+ npm --no-color install -g uglify-js 0m added 1 package in 676ms 91mnpm notice npm notice New major version of npm available! 10.8.2 -> 11.0.0 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.0.0 npm notice To update run: npm install -g npm@11.0.0 npm notice 0m91m+ npm --no-color install -g sass@1.77.2 0m added 17 packages in 2s 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 35295ddd2273 ---> 2b7efe253b29 Step 16/16 : ENTRYPOINT ["/home/entry.sh", "/home"] ---> Running in c214566cff0f ---> Removed intermediate container c214566cff0f ---> 9e1627358397 Successfully built 9e1627358397 Successfully tagged yegor256/pages-action:0.0.41 Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 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.012MB Step 1/16 : FROM ruby:3.3 ---> 768e2a45024d Step 2/16 : LABEL "repository"="https://github.com/zerocracy/pages-action" ---> Using cache ---> dc091b35b368 Step 3/16 : LABEL "maintainer"="Yegor Bugayenko" ---> Using cache ---> 02ced56d0407 Step 4/16 : LABEL "version"="0.0.41" ---> Using cache ---> 3d0ea18c6082 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 ---> b34f2e80dcfd 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 ---> 0cdda8d84e53 Step 7/16 : WORKDIR /home ---> Using cache ---> 50f4e352a8af Step 8/16 : COPY Makefile /home ---> Using cache ---> 52add7597761 Step 9/16 : COPY Gemfile /home ---> Using cache ---> 9751ed07aa72 Step 10/16 : COPY entry.sh /home ---> Using cache ---> dd1a5f5e6f60 Step 11/16 : COPY judges /home/judges ---> Using cache ---> f6a0ee76338d Step 12/16 : COPY sass /home/sass ---> Using cache ---> 15bc0a5fb079 Step 13/16 : COPY xsl /home/xsl ---> Using cache ---> d2a605461c35 Step 14/16 : COPY js /home/js ---> Using cache ---> ba772524442a Step 15/16 : RUN make --directory=/home --no-silent install assets ---> Using cache ---> 2b7efe253b29 Step 16/16 : ENTRYPOINT ["/home/entry.sh", "/home"] ---> Using cache ---> 9e1627358397 Successfully built 9e1627358397 Successfully tagged yegor256/pages-action:latest Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 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 Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 The push refers to repository [docker.io/yegor256/pages-action] 1Baac7ae9f4a: Preparing 1B3751d00f13: Preparing 1B19d2caf6e7: Preparing 1B489940b62b: Preparing 1B5b7597d6ba: Preparing 1Bd8631ccfe2: Preparing 1B4d6a62e349: Preparing 1B0050ca32f9: Preparing 1B3bc6c35df1: Preparing 1Ba9a43a8784: Preparing 1B4a25cf214e: Preparing 1B827463563f: Preparing 1Bfdbf0de7ba: Preparing 1Bad64620a59: Preparing 1B79f6005525: Preparing 1B5c23e041ee: Preparing 8B0.0.41:7digest:hsha256:204a0a309f8dbae82d1ce90f4fdbf2ff53ae3e1ffe709c1f3beb0af361c2c696 size: 3886 Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 The push refers to repository [docker.io/yegor256/pages-action] 1Baac7ae9f4a: Preparing 1B3751d00f13: Preparing 1B19d2caf6e7: Preparing 1B489940b62b: Preparing 1B5b7597d6ba: Preparing 1Bd8631ccfe2: Preparing 1B4d6a62e349: Preparing 1B0050ca32f9: Preparing 1B3bc6c35df1: Preparing 1Ba9a43a8784: Preparing 1B4a25cf214e: Preparing 1B827463563f: Preparing 1Bfdbf0de7ba: Preparing 1Bad64620a59: Preparing 1B79f6005525: Preparing 1B5c23e041ee: Preparing 1Blatest:5digest:esha256:204a0a309f8dbae82d1ce90f4fdbf2ff53ae3e1ffe709c1f3beb0af361c2c696 size: 3886 + mv /home/r/repo . ++ whoami + chown -R root repo + '[' -n '' ']' ++ whoami + sudo chown -R ubuntu repo + cd repo + git checkout __rultor Already on '__rultor' M Gemfile.lock + git tag 0.0.41 -m '0.0.41: tagged by rultor.com' + git reset --hard HEAD is now at 4564e87 version set to 0.0.41 + 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 4564e87). + git push --all origin Everything up-to-date + git push --tags origin To github.com:zerocracy/pages-action.git * [new tag] 0.0.41 -> 0.0.41 container f6b5bad228431d0d6a5e55b69338c5272c44630b0c3bda4e7657f8f51b24192a is dead Tue Jan 28 08:57:36 UTC 2025