rultor.com logo This build log was produced by rultor.com for zerocracy/pages-action#134
++ dirname ./run.sh
+ cd .
+ echo 1297
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Tue May 20 08:56:48 UTC 2025
+ uptime
 08:56:48 up 1 min,  0 users,  load average: 1.40, 0.46, 0.16
+ head=git@github.com:zerocracy/pages-action.git
+ ff=default
+ image=yegor256/java
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.1.0
+ vars=('--env=head=git@github.com:zerocracy/pages-action.git' '--env=tag=0.1.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zerocracy/pages-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.1.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo /usr/bin/install-node.sh'\'' '\'';'\'' '\''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.1.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo /usr/bin/install-node.sh' ';' '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_134
+ as_root=false
+ hostname
ip-172-31-26-86
+ pwd
/tmp/rultor-RPZh
+ 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 gpg@rultor.com
+ git config user.name Rultor.com
+ '[' -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.1.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo /usr/bin/install-node.sh' ';' '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=()
+ set -ex -o pipefail
+ '[' -z 0.1.0 ']'
+ [[ 0.1.0 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.1.0"'
tag name is valid: "0.1.0"
+ cd repo
++ git tag -l 0.1.0
+ '[' -n '' ']'
+ BRANCH_NAME=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ export BRANCH_NAME
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.19
++ bc
++ echo 0.19 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.19, low enough to run a new Docker container'
load average is 0.19, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/java
+ docker pull yegor256/java
Using default tag: latest
latest: Pulling from yegor256/java
19f1f54854d6: Pulling fs layer
3ee1ef79bfdc: Pulling fs layer
68201ec6e581: Pulling fs layer
b3ee2c8b8446: Pulling fs layer
5d174db1ceb2: Pulling fs layer
621eb568a8b7: Pulling fs layer
40bed440eda0: Pulling fs layer
4f4fb700ef54: Pulling fs layer
d576ff9cada7: Pulling fs layer
bb762121b46e: Pulling fs layer
c6e4d26de5fc: Pulling fs layer
aa378f4cd126: Pulling fs layer
01f15d321390: Pulling fs layer
6f9a6fd57a44: Pulling fs layer
82be0c91b5f4: Pulling fs layer
d2dc443c1282: Pulling fs layer
b3ee2c8b8446: Waiting
5d174db1ceb2: Waiting
621eb568a8b7: Waiting
40bed440eda0: Waiting
4f4fb700ef54: Waiting
d576ff9cada7: Waiting
bb762121b46e: Waiting
c6e4d26de5fc: Waiting
aa378f4cd126: Waiting
01f15d321390: Waiting
6f9a6fd57a44: Waiting
82be0c91b5f4: Waiting
d2dc443c1282: Waiting
3ee1ef79bfdc: Verifying Checksum
3ee1ef79bfdc: Download complete
19f1f54854d6: Verifying Checksum
19f1f54854d6: Download complete
5d174db1ceb2: Verifying Checksum
5d174db1ceb2: Download complete
68201ec6e581: Verifying Checksum
68201ec6e581: Download complete
40bed440eda0: Verifying Checksum
40bed440eda0: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
d576ff9cada7: Download complete
621eb568a8b7: Verifying Checksum
621eb568a8b7: Download complete
bb762121b46e: Verifying Checksum
bb762121b46e: Download complete
c6e4d26de5fc: Verifying Checksum
c6e4d26de5fc: Download complete
01f15d321390: Verifying Checksum
01f15d321390: Download complete
aa378f4cd126: Verifying Checksum
aa378f4cd126: Download complete
6f9a6fd57a44: Verifying Checksum
6f9a6fd57a44: Download complete
d2dc443c1282: Verifying Checksum
d2dc443c1282: Download complete
b3ee2c8b8446: Verifying Checksum
b3ee2c8b8446: Download complete
82be0c91b5f4: Verifying Checksum
82be0c91b5f4: Download complete
19f1f54854d6: Pull complete
3ee1ef79bfdc: Pull complete
68201ec6e581: Pull complete
b3ee2c8b8446: Pull complete
5d174db1ceb2: Pull complete
621eb568a8b7: Pull complete
40bed440eda0: Pull complete
4f4fb700ef54: Pull complete
d576ff9cada7: Pull complete
bb762121b46e: Pull complete
c6e4d26de5fc: Pull complete
aa378f4cd126: Pull complete
01f15d321390: Pull complete
6f9a6fd57a44: Pull complete
82be0c91b5f4: Pull complete
d2dc443c1282: Pull complete
Digest: sha256:3f18667e35244edbc44bb9357b33bd736cb0c7df4871d82a62afa61ee4ea0292
Status: Downloaded newer image for yegor256/java:latest
docker.io/yegor256/java:latest
+ docker ps --filter=status=exited
+ grep --quiet '\szerocracy_pages-action_134\s*$'
+ ls -al .
total 48
drwx------  3 ubuntu ubuntu 4096 May 20 08:56 .
drwxrwxrwt 12 root   root   4096 May 20 08:56 ..
-rw-rw-r--  1 ubuntu ubuntu    9 May 20 08:56 docker-password
-rwxrwxr-x  1 ubuntu ubuntu  658 May 20 08:56 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  490 May 20 08:56 entry.sh
-rw-rw-r--  1 ubuntu ubuntu    5 May 20 08:56 pid
drwxrwxr-x 12 ubuntu ubuntu 4096 May 20 08:56 repo
-rwxrwxr-x  1 ubuntu ubuntu 7341 May 20 08:56 run.sh
-rw-rw-r--  1 ubuntu ubuntu 1002 May 20 08:56 script.sh
-rw-rw-r--  1 ubuntu ubuntu 7641 May 20 08:57 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-RPZh:/main --env=head=git@github.com:zerocracy/pages-action.git --env=tag=0.1.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zerocracy/pages-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.1.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo /usr/bin/install-node.sh'\'' '\'';'\'' '\''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-RPZh/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=zerocracy_pages-action_134 yegor256/java /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ awk -F : '$3 > 100 { print $1 }'
++ cat /etc/group
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G nogroup r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssh r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.gemrc /root/.m2 /root/.profile /home/r
+ cp -R ./cid ./docker-password ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ cat /home/r/script.sh
#!/bin/bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:zerocracy/pages-action.git' ; export 'tag=0.1.0' ; export 'head_branch=master' ; export 'author=yegor256' ; sudo /usr/bin/install-node.sh ; 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
+ bash
+ curl -fsSL https://deb.nodesource.com/setup_18.x
38;5;79m2025-05-20 08:57:42 - Installing pre-requisites0m
Get:1ohttp://deb.debian.org/debian bullseye InRelease [116 kB]
Get:2ohttp://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Get:4ohttp://deb.debian.org/debian bullseye/main amd64 Packages [8,066 kB]
Get:5ohttp://deb.debian.org/debian-security bullseye-security/main amd64 Packages [366 kB]
Get:64http://deb.debian.org/debiangbullseye-updates/main amd64 Packages [18.8 kB]
Fetchedo8,638]kBsinr2s0(5,247 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
ca-certificates is already the newest version (20210119).
gnupg is already the newest version (2.2.27-2+deb11u2).
curl is already the newest version (7.74.0-1.3+deb11u14).
The following NEW packages will be installed:
  apt-transport-https
0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
Need to get 160 kB of archives.
After this operation, 166 kB of additional disk space will be used.
Get:1ohttp://deb.debian.org/debian bullseye/main amd64 apt-transport-https all 2.2.4 [160 kB]
Fetchedo160nkBsinr0sh(7,020 kB/s) kB 0%]
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package apt-transport-https.
(Reading database ... 33062 files and directories currently installed.)
Preparing to unpack .../apt-transport-https_2.2.4_all.deb ...
Unpacking apt-transport-https (2.2.4) ...
Setting up apt-transport-https (2.2.4) ...
Hit:1ohttp://deb.debian.org/debian bullseye InRelease
Hit:2ohttp://deb.debian.org/debian-security bullseye-security InRelease
Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
Get:4ohttps://deb.nodesource.com/node_18.x7nodistro]InRelease [12.1 kB]
Get:5Whttps://deb.nodesource.com/node_18.x nodistro/main amd64 Packages [11.6 kB]
Fetchedo23.7gkB ino0s (61.8 kB/s)
Reading package lists... Done
1;34m2025-05-20 08:57:48 - Repository configured successfully.0m
38;5;79m2025-05-20 08:57:48 - To install Node.js, run: apt-get install nodejs -y0m
38;5;79m2025-05-20 08:57:48 - You can use N|solid Runtime as a node.js alternative0m
1;32m2025-05-20 08:57:48 - To install N|solid Runtime, run: apt-get install nsolid -y
0m
+ apt-get install --yes nodejs
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  nodejs
0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
Need to get 29.7 MB of archives.
After this operation, 187 MB of additional disk space will be used.
Get:1ohttps://deb.nodesource.com/node_18.x nodistro/main amd64 nodejs amd64 18.20.8-1nodesource1 [29.7 MB]
Fetchedo29.7gMBBin91s (51.6]MB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package nodejs.
(Reading database ... 33066 files and directories currently installed.)
Preparing to unpack .../nodejs_18.20.8-1nodesource1_amd64.deb ...
Unpacking nodejs (18.20.8-1nodesource1) ...
Setting up nodejs (18.20.8-1nodesource1) ...
+ node --version
v18.20.8
+ npm --version
10.8.2
1G0Kmake: 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-05-20 08:57:54 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]
+ ./makes/install.sh
33mDon't run Bundler as root. Installing your bundle as root will break this
application for all non-root users on this machine.0m
Bundler 2.6.7 is running, but your lockfile was generated with 2.5.16. Installing Bundler 2.5.16 and restarting using that version.
Fetching gem metadata from https://rubygems.org/.
32mFetching bundler 2.5.160m
32mInstalling bundler 2.5.160m
33mDon't run Bundler as root. Installing your bundle as root will break this
application for all non-root users on this machine.0m
Fetching gem metadata from http://rubygems.org/.........
32mFetching benchmark 0.4.00m
32mInstalling benchmark 0.4.00m
32mFetching bigdecimal 3.1.90m
32mInstalling bigdecimal 3.1.9 with native extensions0m
32mFetching concurrent-ruby 1.3.50m
32mInstalling concurrent-ruby 1.3.50m
32mFetching connection_pool 2.5.30m
32mInstalling connection_pool 2.5.30m
32mFetching i18n 1.14.70m
32mInstalling i18n 1.14.70m
32mFetching logger 1.7.00m
32mInstalling logger 1.7.00m
32mFetching minitest 5.25.50m
32mInstalling minitest 5.25.50m
32mFetching securerandom 0.4.10m
32mInstalling securerandom 0.4.10m
32mFetching tzinfo 2.0.60m
32mInstalling tzinfo 2.0.60m
32mFetching uri 1.0.30m
32mInstalling uri 1.0.30m
32mFetching activesupport 8.0.20m
32mInstalling activesupport 8.0.20m
32mFetching public_suffix 6.0.20m
32mInstalling public_suffix 6.0.20m
32mFetching addressable 2.8.70m
32mInstalling addressable 2.8.70m
32mFetching ansi 1.5.00m
32mInstalling ansi 1.5.00m
32mFetching ast 2.4.30m
32mInstalling ast 2.4.30m
32mFetching backtrace 0.4.00m
32mInstalling backtrace 0.4.00m
32mFetching loog 0.6.10m
32mInstalling loog 0.6.10m
32mFetching tago 0.1.00m
32mInstalling tago 0.1.00m
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.12.00m
32mInstalling json 2.12.0 with native extensions0m
32mFetching faraday 2.13.10m
32mInstalling faraday 2.13.10m
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.3.10m
32mInstalling faraday-retry 2.3.10m
32mFetching iri 0.10.00m
32mInstalling iri 0.10.00m
32mFetching retries 0.0.50m
32mInstalling retries 0.0.50m
32mFetching ffi 1.17.2 (x86_64-linux-gnu)0m
32mInstalling ffi 1.17.2 (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.4.00m
32mInstalling baza.rb 0.4.00m
32mFetching builder 3.3.00m
32mInstalling builder 3.3.00m
32mFetching rexml 3.4.10m
32mInstalling rexml 3.4.10m
32mFetching crack 1.0.00m
32mInstalling crack 1.0.00m
32mFetching decoor 0.0.10m
32mInstalling decoor 0.0.10m
32mFetching docile 1.4.10m
32mInstalling docile 1.4.10m
32mFetching others 0.0.30m
32mInstalling others 0.0.30m
32mFetching yaml 0.4.00m
32mInstalling yaml 0.4.00m
32mFetching factbase 0.10.20m
32mInstalling factbase 0.10.20m
32mFetching fiber-storage 1.0.10m
32mInstalling fiber-storage 1.0.10m
32mFetching graphql 2.5.70m
32mInstalling graphql 2.5.70m
32mFetching graphql-client 0.25.00m
32mInstalling graphql-client 0.25.00m
32mFetching ostruct 0.6.10m
32mInstalling ostruct 0.6.10m
32mFetching gli 2.22.20m
32mInstalling gli 2.22.20m
32mFetching moments 0.3.00m
32mInstalling moments 0.3.00m
32mFetching timeout 0.4.30m
32mInstalling timeout 0.4.30m
32mFetching total 0.4.10m
32mInstalling total 0.4.10m
32mFetching judges 0.42.10m
32mInstalling judges 0.42.10m
32mFetching liquid 5.5.10m
32mInstalling liquid 5.5.10m
32mFetching obk 0.3.20m
32mInstalling obk 0.3.20m
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.14.10m
32mInstalling fbe 0.14.10m
32mFetching hashdiff 1.1.20m
32mInstalling hashdiff 1.1.20m
32mFetching language_server-protocol 3.17.0.50m
32mInstalling language_server-protocol 3.17.0.50m
32mFetching lint_roller 1.1.00m
32mInstalling lint_roller 1.1.00m
32mFetching ruby-progressbar 1.13.00m
32mInstalling ruby-progressbar 1.13.00m
32mFetching minitest-reporters 1.7.10m
32mInstalling minitest-reporters 1.7.10m
32mFetching parallel 1.27.00m
32mInstalling parallel 1.27.00m
32mFetching parser 3.3.8.00m
32mInstalling parser 3.3.8.00m
32mFetching prism 1.4.00m
32mInstalling prism 1.4.0 with native extensions0m
32mFetching qbash 0.4.50m
32mInstalling qbash 0.4.50m
32mFetching redcarpet 3.6.10m
32mInstalling redcarpet 3.6.1 with native extensions0m
32mFetching regexp_parser 2.10.00m
32mInstalling regexp_parser 2.10.00m
32mFetching rubocop-ast 1.44.10m
32mInstalling rubocop-ast 1.44.10m
32mFetching unicode-emoji 4.0.40m
32mInstalling unicode-emoji 4.0.40m
32mFetching unicode-display_width 3.1.40m
32mInstalling unicode-display_width 3.1.40m
32mFetching rubocop 1.75.60m
32mInstalling rubocop 1.75.60m
32mFetching rubocop-minitest 0.38.00m
32mInstalling rubocop-minitest 0.38.00m
32mFetching rubocop-performance 1.25.00m
32mInstalling rubocop-performance 1.25.00m
32mFetching rubocop-rake 0.7.10m
32mInstalling rubocop-rake 0.7.10m
32mFetching rubocop-rspec 3.6.00m
32mInstalling rubocop-rspec 3.6.00m
32mFetching simplecov-html 0.13.10m
32mInstalling simplecov-html 0.13.10m
32mFetching simplecov_json_formatter 0.1.40m
32mInstalling simplecov_json_formatter 0.1.40m
32mFetching simplecov 0.22.00m
32mInstalling simplecov 0.22.00m
32mFetching simplecov-cobertura 2.1.00m
32mInstalling simplecov-cobertura 2.1.00m
32mFetching w3c_validators 1.3.70m
32mInstalling w3c_validators 1.3.70m
32mFetching webmock 3.25.10m
32mInstalling webmock 3.25.10m
32mBundle complete! 17 Gemfile dependencies, 88 gems now installed.0m
32mUse `bundle info [gemname]` to see where a bundled gem is installed.0m
1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K
added 87 packages in 5s
1G0K⠼1G0K
1G0K⠼1G0K22 packages are looking for funding
1G0K⠼1G0K  run `npm fund` for details
1G0K⠼1G0Knpm notice
npm notice New major version of npm available! 10.8.2 -> 11.4.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.0
npm notice To update run: npm install -g npm@11.4.0
npm notice
1G0K⠼1G0K1G0K⠙1G0K⠹1G0K⠸1G0K
added 1 package in 597ms
1G0K⠸1G0K1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K
added 17 packages in 1s
1G0K⠹1G0K
1G0K⠹1G0K3 packages are looking for funding
1G0K⠹1G0K  run `npm fund` for details
1G0K⠹1G0K1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K
added 128 packages in 7s
1G0K⠙1G0K
1G0K⠙1G0K30 packages are looking for funding
1G0K⠙1G0K  run `npm fund` for details
1G0K⠙1G0K1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K
added 12 packages in 1s
1G0K⠙1G0K+ rm -rf target
make: Leaving directory '/home/r/repo'
[__rultor e3101de] version set to 0.1.0
 3 files changed, 3 insertions(+), 3 deletions(-)
make: Entering directory '/home/r/repo'
+ stylelint sass/awards.scss sass/bylaws.scss sass/main.scss sass/qo-section.scss --fix
+ mkdir -p target/fb
+ '[' -e target/fb/simple.fb ']'
+ bundle exec judges import tests/simple.yml target/fb/simple.fb
YAML loaded from tests/simple.yml (22 facts)
Nothing to import from target/fb/simple.fb (file not found)
Factbase exported to target/fb/simple.fb (3600 bytes, 22 facts) in 394μs
Import of 22 facts finished in 13ms
+ 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
+ eslint js/outdated.js js/qo-section.js
+ uglifyjs js/outdated.js js/qo-section.js
+ mkdir -p target
+ p=net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
+ m2=/root/.m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
+ '[' -e /root/.m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar ']'
+ wget --no-verbose -O target/saxon.jar https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
2025-05-20 08:59: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]
+ mkdir -p target/html
+ export INPUT_VERBOSE=yes
+ INPUT_VERBOSE=yes
+ export INPUT_OPTIONS=testing=yes
+ INPUT_OPTIONS=testing=yes
+ export GITHUB_WORKSPACE=.
+ GITHUB_WORKSPACE=.
+ export INPUT_FACTBASE=target/fb/simple.fb
+ INPUT_FACTBASE=target/fb/simple.fb
+ export INPUT_COLUMNS=what,when,who
+ INPUT_COLUMNS=what,when,who
+ export INPUT_HIDDEN=_id,_time,_version
+ INPUT_HIDDEN=_id,_time,_version
+ export INPUT_TODAY=2024-07-05T00:00:00Z
+ INPUT_TODAY=2024-07-05T00:00:00Z
++ basename target/fb/simple.fb
+ fb=simple.fb
+ fb=simple
+ export INPUT_OUTPUT=target/output/simple
+ INPUT_OUTPUT=target/output/simple
+ ./entry.sh
+ VERSION=0.1.0
+ '[' -z '' ']'
++ pwd
+ SELF=/home/r/repo
+ '[' -z 'bundle exec judges' ']'
+ '[' -z . ']'
+ cd .
+ gopts=()
+ declare -a gopts
+ '[' -n yes ']'
+ gopts+=("--verbose")
+ export GLI_DEBUG=true
+ GLI_DEBUG=true
+ '[' -z target/output/simple ']'
+ mkdir -p target/output/simple
++ basename target/fb/simple.fb
+ name=simple.fb
+ name=simple
+ for f in yaml xml json html
+ bundle exec judges --verbose print --format yaml --columns what,when,who --hidden _id,_time,_version target/fb/simple.fb target/output/simple/simple.yaml
D: Judges 0.42.1
D: Factbase 0.10.2
D: Ruby: 3.4.3-p32
D: Current directory: /home/r/repo
D: Time: 2025-05-20T08:59:02Z
D: Total memory: 1956Mb
D: Running 'print' command...
The factbase imported from target/fb/simple.fb (3600 bytes, 22 facts) in 339μs
Factbase printed to target/output/simple/simple.yaml (4243 bytes) in 3ms
D: Command 'print' finished in 19ms
+ for f in yaml xml json html
+ bundle exec judges --verbose print --format xml --columns what,when,who --hidden _id,_time,_version target/fb/simple.fb target/output/simple/simple.xml
D: Judges 0.42.1
D: Factbase 0.10.2
D: Ruby: 3.4.3-p32
D: Current directory: /home/r/repo
D: Time: 2025-05-20T08:59:03Z
D: Total memory: 1956Mb
D: Running 'print' command...
The factbase imported from target/fb/simple.fb (3600 bytes, 22 facts) in 427μs
Factbase printed to target/output/simple/simple.xml (6907 bytes) in 4ms
D: Command 'print' finished in 20ms
+ for f in yaml xml json html
+ bundle exec judges --verbose print --format json --columns what,when,who --hidden _id,_time,_version target/fb/simple.fb target/output/simple/simple.json
D: Judges 0.42.1
D: Factbase 0.10.2
D: Ruby: 3.4.3-p32
D: Current directory: /home/r/repo
D: Time: 2025-05-20T08:59:03Z
D: Total memory: 1956Mb
D: Running 'print' command...
The factbase imported from target/fb/simple.fb (3600 bytes, 22 facts) in 855μs
Factbase printed to target/output/simple/simple.json (4020 bytes) in 2ms
D: Command 'print' finished in 17ms
+ for f in yaml xml json html
+ bundle exec judges --verbose print --format html --columns what,when,who --hidden _id,_time,_version target/fb/simple.fb target/output/simple/simple.html
D: Judges 0.42.1
D: Factbase 0.10.2
D: Ruby: 3.4.3-p32
D: Current directory: /home/r/repo
D: Time: 2025-05-20T08:59:04Z
D: Total memory: 1956Mb
D: Running 'print' command...
The factbase imported from target/fb/simple.fb (3600 bytes, 22 facts) in 311μs
Factbase printed to target/output/simple/simple.html (14887 bytes) in 271ms
D: Command 'print' finished in 286ms
+ options=()
+ declare -a options
+ '[' -n '' ']'
+ IFS=
+ read -r o
++ xargs
++ echo testing=yes
+ v=testing=yes
+ '[' testing=yes = '' ']'
+ options+=("--option=${v}")
+ IFS=
+ read -r o
+ bundle exec judges --verbose update --shuffle= --no-log --no-summary --max-cycles 1 --option=testing=yes /home/r/repo/judges/ target/fb/simple.fb
D: Judges 0.42.1
D: Factbase 0.10.2
D: Ruby: 3.4.3-p32
D: Current directory: /home/r/repo
D: Time: 2025-05-20T08:59:04Z
D: Total memory: 1956Mb
D: Running 'update' command...
The factbase imported from target/fb/simple.fb (3600 bytes, 22 facts) in 328μs
D: The following options provided:
        TESTING → "yes"

👉 Running add-bylaws-html (#0) at judges/add-bylaws-html/ (1ms already)...
D: Zero/22 facts found by '(eq what 'bylaws')' in 67μs
D: Found 1/22 fact(s) by '(and (eq what 'pmp') (eq area 'hr'))' in 153μs
D: Inserted new fact #23 in 198μs
D: Set 'what' to "bylaws" (String)
D: Set 'html' to "<p>Here is how it&#39;s calculat...>, and award <em>b₂</em>.</p>\n" (String)
add-bylaws-html finished in 12ms
👍 The 'add-bylaws-html' judge 1i/0d/5a out of 23 in 14ms

👉 Running copy-who-names (#1) at judges/copy-who-names/ (17ms already)...
D: Found 2/23 fact(s) by '(and (eq what 'who-has-name') (exists who) (exists name))' in 156μs
D: Found 9/23 fact(s) by '(and (exists who) (not (exists who_name)))' in 665μs
copy-who-names finished in 2ms
👍 The 'copy-who-names' judge 0i/0d/0a out of 23 in 2ms

👉 Running index-eva (#2) at judges/index-eva/ (20ms already)...
D: Found 2/23 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 1ms
index-eva finished in 1ms
👍 The 'index-eva' judge 0i/0d/0a out of 23 in 2ms

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

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

1B05a52c0235: Pulling fs layer
1B964a8518f5: Pulling fs layer
1B513cad200b: Pulling fs layer
1B87b51b626e: Pulling fs layer
1B17ee552dfe: Pulling fs layer
1B1db1670084: Pulling fs layer
1BDigest:9sha256:370e6be29a1cecbf44993087d2750e7d9e1570fde5b97c74325063b1750d11d0
Status: Downloaded newer image for ruby:3.4
 ---> de3d2d45c9d6
Step 2/21 : LABEL "repository"="https://github.com/zerocracy/pages-action"
 ---> Running in 89d9a1ab71f4
 ---> Removed intermediate container 89d9a1ab71f4
 ---> 4bb37aa956db
Step 3/21 : LABEL "maintainer"="Yegor Bugayenko"
 ---> Running in d7ad2ce60663
 ---> Removed intermediate container d7ad2ce60663
 ---> 5efaf091c7fd
Step 4/21 : LABEL "version"="0.1.0"
 ---> Running in c08946ffd4fa
 ---> Removed intermediate container c08946ffd4fa
 ---> ff1a46e1db0f
Step 5/21 : 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 dafb76b4d22a
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 [8793 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB]
Fetched 9307 kB in 2s (5443 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 62 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.15+6-1~deb12u1 [43.8 MB]
Get:56 http://deb.debian.org/debian bookworm/main amd64 openjdk-17-jre amd64 17.0.15+6-1~deb12u1 [209 kB]
Get:57 http://deb.debian.org/debian bookworm/main amd64 openjdk-17-jdk-headless amd64 17.0.15+6-1~deb12u1 [71.6 MB]
Get:58 http://deb.debian.org/debian bookworm/main amd64 openjdk-17-jdk amd64 17.0.15+6-1~deb12u1 [2414 kB]
91mdebconf: delaying package configuration, since apt-utils is not installed
0mFetched 170 MB in 2s (87.8 MB/s)
Selecting previously unselected package gtk-update-icon-cache.
(Reading database ... 23252 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.15+6-1~deb12u1_amd64.deb ...
Unpacking openjdk-17-jre-headless:amd64 (17.0.15+6-1~deb12u1) ...
Selecting previously unselected package openjdk-17-jre:amd64.
Preparing to unpack .../55-openjdk-17-jre_17.0.15+6-1~deb12u1_amd64.deb ...
Unpacking openjdk-17-jre:amd64 (17.0.15+6-1~deb12u1) ...
Selecting previously unselected package openjdk-17-jdk-headless:amd64.
Preparing to unpack .../56-openjdk-17-jdk-headless_17.0.15+6-1~deb12u1_amd64.deb ...
Unpacking openjdk-17-jdk-headless:amd64 (17.0.15+6-1~deb12u1) ...
Selecting previously unselected package openjdk-17-jdk:amd64.
Preparing to unpack .../57-openjdk-17-jdk_17.0.15+6-1~deb12u1_amd64.deb ...
Unpacking openjdk-17-jdk:amd64 (17.0.15+6-1~deb12u1) ...
Setting up libxcb-dri3-0:amd64 (1.15-1) ...
Setting up gtk-update-icon-cache (3.24.38-2~deb12u3) ...
Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
Setting up libpciaccess0:amd64 (0.17-2) ...
Setting up libxdamage1:amd64 (1:1.1.6-1) ...
Setting up libxcb-xfixes0:amd64 (1.15-1) ...
Setting up libxi6:amd64 (2:1.8-1+b1) ...
Setting up java-common (0.74) ...
Setting up libglvnd0:amd64 (1.6.0-1) ...
Setting up libxtst6:amd64 (2:1.2.3-1.1) ...
Setting up libxcb-glx0:amd64 (1.15-1) ...
Setting up libsensors-config (1:3.6.0-7.1) ...
Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
Setting up libxcb-present0:amd64 (1.15-1) ...
Setting up libasound2-data (1.2.8-1) ...
Setting up libz3-4:amd64 (4.8.12-3.1) ...
Setting up adwaita-icon-theme (43-1) ...
update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
Setting up libnspr4:amd64 (2:4.35-1) ...
Setting up libxfixes3:amd64 (1:6.0.0-2) ...
Setting up libxcb-sync1:amd64 (1.15-1) ...
Setting up libavahi-common-data:amd64 (0.8-10+deb12u1) ...
Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ...
Setting up libxinerama1:amd64 (2:1.1.4-3) ...
Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...
Setting up libpcsclite1:amd64 (1.9.9-2) ...
Setting up libsensors5:amd64 (1:3.6.0-7.1) ...
Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
Setting up libxcb-dri2-0:amd64 (1.15-1) ...
Setting up libgif7:amd64 (5.2.1-2.5) ...
Setting up libxshmfence1:amd64 (1.3-1) ...
Setting up at-spi2-common (2.46.0-5) ...
Setting up libxcb-randr0:amd64 (1.15-1) ...
Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...
Setting up libasound2:amd64 (1.2.8-1+b1) ...
Setting up libgtk2.0-common (2.24.33-2+deb12u1) ...
Setting up libatk1.0-0:amd64 (2.46.0-5) ...
Setting up ca-certificates-java (20230710~deb12u1) ...
No JRE found. Skipping Java certificates setup.
Setting up libdrm-common (2.4.114-1) ...
Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
Setting up libxcursor1:amd64 (1:1.2.1-1) ...
Setting up libavahi-common3:amd64 (0.8-10+deb12u1) ...
Setting up libnss3:amd64 (2:3.87.1-1+deb12u1) ...
Setting up libdrm2:amd64 (2.4.114-1+b1) ...
Setting up libavahi-client3:amd64 (0.8-10+deb12u1) ...
Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...
Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...
Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
Setting up libcups2:amd64 (2.4.2-3+deb12u8) ...
Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
Setting up libglx0:amd64 (1.6.0-1) ...
Setting up libgtk2.0-0:amd64 (2.24.33-2+deb12u1) ...
Setting up libgl1:amd64 (1.6.0-1) ...
Setting up openjdk-17-jre-headless:amd64 (17.0.15+6-1~deb12u1) ...
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/java to provide /usr/bin/java (java) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jpackage to provide /usr/bin/jpackage (jpackage) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode
Processing triggers for libc-bin (2.36-9+deb12u10) ...
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.15+6-1~deb12u1) ...
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jdeprscan to provide /usr/bin/jdeprscan (jdeprscan) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jfr to provide /usr/bin/jfr (jfr) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jimage to provide /usr/bin/jimage (jimage) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jlink to provide /usr/bin/jlink (jlink) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jmod to provide /usr/bin/jmod (jmod) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jshell to provide /usr/bin/jshell (jshell) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jhsdb to provide /usr/bin/jhsdb (jhsdb) in auto mode
Setting up openjdk-17-jre:amd64 (17.0.15+6-1~deb12u1) ...
Setting up openjdk-17-jdk:amd64 (17.0.15+6-1~deb12u1) ...
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode
 ---> Removed intermediate container dafb76b4d22a
 ---> 087a749c0f90
Step 6/21 : 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 68983a2f3fd6
38;5;79m2025-05-20 09:00:16 - 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 [8793 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB]
Fetched 9307 kB in 3s (3084 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+deb12u12).
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 62 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 (897 kB/s)
Selecting previously unselected package apt-transport-https.
(Reading database ... 30328 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.6 kB]
Fetched 23.7 kB in 1s (42.1 kB/s)
Reading package lists...
1;34m2025-05-20 09:00:25 - Repository configured successfully.0m
38;5;79m2025-05-20 09:00:25 - To install Node.js, run: apt-get install nodejs -y0m
38;5;79m2025-05-20 09:00:25 - You can use N|solid Runtime as a node.js alternative0m
1;32m2025-05-20 09:00:25 - 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 62 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.8-1nodesource1 [29.7 MB]
91mdebconf: delaying package configuration, since apt-utils is not installed
0mFetched 29.7 MB in 1s (29.5 MB/s)
Selecting previously unselected package nodejs.
(Reading database ... 30332 files and directories currently installed.)
Preparing to unpack .../nodejs_18.20.8-1nodesource1_amd64.deb ...
Unpacking nodejs (18.20.8-1nodesource1) ...
Setting up nodejs (18.20.8-1nodesource1) ...
 ---> Removed intermediate container 68983a2f3fd6
 ---> cc030ce4887d
Step 7/21 : RUN apt-get update -y --fix-missing   && apt-get -y install --no-install-recommends     tidy   && apt-get clean   && rm -rf /var/lib/apt/lists/*
 ---> Running in 47e080561bab
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 https://deb.nodesource.com/node_18.x nodistro InRelease [12.1 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB]
Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B]
Get:7 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB]
Get:8 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages [11.6 kB]
Fetched 9330 kB in 2s (4154 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libtidy5deb1
The following NEW packages will be installed:
  libtidy5deb1 tidy
0 upgraded, 2 newly installed, 0 to remove and 62 not upgraded.
Need to get 244 kB of archives.
After this operation, 1135 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libtidy5deb1 amd64 2:5.6.0-11 [209 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 tidy amd64 2:5.6.0-11 [35.1 kB]
91mdebconf: delaying package configuration, since apt-utils is not installed
0mFetched 244 kB in 0s (12.0 MB/s)
Selecting previously unselected package libtidy5deb1:amd64.
(Reading database ... 35649 files and directories currently installed.)
Preparing to unpack .../libtidy5deb1_2%3a5.6.0-11_amd64.deb ...
Unpacking libtidy5deb1:amd64 (2:5.6.0-11) ...
Selecting previously unselected package tidy.
Preparing to unpack .../tidy_2%3a5.6.0-11_amd64.deb ...
Unpacking tidy (2:5.6.0-11) ...
Setting up libtidy5deb1:amd64 (2:5.6.0-11) ...
Setting up tidy (2:5.6.0-11) ...
Processing triggers for libc-bin (2.36-9+deb12u10) ...
 ---> Removed intermediate container 47e080561bab
 ---> a202fcae2dec
Step 8/21 : WORKDIR /home
 ---> Running in eb824b473ed6
 ---> Removed intermediate container eb824b473ed6
 ---> cfe6fbd06527
Step 9/21 : COPY Makefile /home
 ---> 7ee84a27063c
Step 10/21 : COPY makes /home/makes
 ---> 33c1fcf2c3b9
Step 11/21 : COPY .stylelintrc.json /home
 ---> 2978a06cdd95
Step 12/21 : COPY Gemfile /home
 ---> d4bd83295242
Step 13/21 : COPY html-minifier-config.json /home
 ---> 248d9c305224
Step 14/21 : COPY judges /home/judges
 ---> 8e1de5f69f86
Step 15/21 : COPY sass /home/sass
 ---> 1f64ef36e4d4
Step 16/21 : COPY xsl /home/xsl
 ---> eb4aa6932173
Step 17/21 : COPY js /home/js
 ---> 552b642c542a
Step 18/21 : COPY eslint.config.js /home
 ---> b9cdd5b504a2
Step 19/21 : RUN make --directory=/home --no-silent install assets
 ---> Running in ecf408edccb0
make: Entering directory '/home'
91m+ mkdir -p target
0m91m+ p=net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
0m91m+ m2=/root/.m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
0m91m+ '[' -e /root/.m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar ']'
0m91m+ wget --no-verbose -O target/saxon.jar https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
0m91m2025-05-20 09:00:43 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+ ./makes/install.sh
0mFetching gem metadata from http://rubygems.org/...........
Resolving dependencies...
Fetching benchmark 0.4.0
Installing benchmark 0.4.0
Fetching bigdecimal 3.1.9
Installing bigdecimal 3.1.9 with native extensions
Fetching concurrent-ruby 1.3.5
Installing concurrent-ruby 1.3.5
Fetching connection_pool 2.5.3
Installing connection_pool 2.5.3
Fetching i18n 1.14.7
Installing i18n 1.14.7
Fetching logger 1.7.0
Installing logger 1.7.0
Fetching minitest 5.25.5
Installing minitest 5.25.5
Fetching securerandom 0.4.1
Installing securerandom 0.4.1
Fetching tzinfo 2.0.6
Installing tzinfo 2.0.6
Fetching uri 1.0.3
Installing uri 1.0.3
Fetching activesupport 8.0.2
Installing activesupport 8.0.2
Fetching public_suffix 6.0.2
Installing public_suffix 6.0.2
Fetching addressable 2.8.7
Installing addressable 2.8.7
Fetching ansi 1.5.0
Installing ansi 1.5.0
Fetching ast 2.4.3
Installing ast 2.4.3
Fetching backtrace 0.4.0
Installing backtrace 0.4.0
Fetching loog 0.6.1
Installing loog 0.6.1
Fetching tago 0.1.0
Installing tago 0.1.0
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.12.0
Installing json 2.12.0 with native extensions
Fetching faraday 2.13.1
Installing faraday 2.13.1
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.3.1
Installing faraday-retry 2.3.1
Fetching iri 0.10.0
Installing iri 0.10.0
Fetching retries 0.0.5
Installing retries 0.0.5
Fetching ffi 1.17.2 (x86_64-linux-gnu)
Installing ffi 1.17.2 (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.4.0
Installing baza.rb 0.4.0
Fetching builder 3.3.0
Installing builder 3.3.0
Fetching rexml 3.4.1
Installing rexml 3.4.1
Fetching crack 1.0.0
Installing crack 1.0.0
Fetching decoor 0.0.1
Installing decoor 0.0.1
Fetching docile 1.4.1
Installing docile 1.4.1
Fetching nokogiri 1.18.8 (x86_64-linux-gnu)
Installing nokogiri 1.18.8 (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.10.2
Installing factbase 0.10.2
Fetching fiber-storage 1.0.1
Installing fiber-storage 1.0.1
Fetching graphql 2.5.7
Installing graphql 2.5.7
Fetching graphql-client 0.25.0
Installing graphql-client 0.25.0
Fetching ostruct 0.6.1
Installing ostruct 0.6.1
Fetching gli 2.22.2
Installing gli 2.22.2
Fetching moments 0.3.0
Installing moments 0.3.0
Fetching timeout 0.4.3
Installing timeout 0.4.3
Fetching total 0.4.1
Installing total 0.4.1
Fetching judges 0.42.1
Installing judges 0.42.1
Fetching liquid 5.5.1
Installing liquid 5.5.1
Fetching obk 0.3.2
Installing obk 0.3.2
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.14.1
Installing fbe 0.14.1
Fetching hashdiff 1.1.2
Installing hashdiff 1.1.2
Fetching language_server-protocol 3.17.0.5
Installing language_server-protocol 3.17.0.5
Fetching lint_roller 1.1.0
Installing lint_roller 1.1.0
Fetching ruby-progressbar 1.13.0
Installing ruby-progressbar 1.13.0
Fetching minitest-reporters 1.7.1
Installing minitest-reporters 1.7.1
Fetching parallel 1.27.0
Installing parallel 1.27.0
Fetching parser 3.3.8.0
Installing parser 3.3.8.0
Fetching prism 1.4.0
Installing prism 1.4.0 with native extensions
Fetching qbash 0.4.5
Installing qbash 0.4.5
Fetching rainbow 3.1.1
Installing rainbow 3.1.1
Fetching redcarpet 3.6.1
Installing redcarpet 3.6.1 with native extensions
Fetching regexp_parser 2.10.0
Installing regexp_parser 2.10.0
Fetching rubocop-ast 1.44.1
Installing rubocop-ast 1.44.1
Fetching unicode-emoji 4.0.4
Installing unicode-emoji 4.0.4
Fetching unicode-display_width 3.1.4
Installing unicode-display_width 3.1.4
Fetching rubocop 1.75.6
Installing rubocop 1.75.6
Fetching rubocop-minitest 0.38.0
Installing rubocop-minitest 0.38.0
Fetching rubocop-performance 1.25.0
Installing rubocop-performance 1.25.0
Fetching rubocop-rake 0.7.1
Installing rubocop-rake 0.7.1
Fetching rubocop-rspec 3.6.0
Installing rubocop-rspec 3.6.0
Fetching simplecov-html 0.13.1
Installing simplecov-html 0.13.1
Fetching simplecov_json_formatter 0.1.4
Installing simplecov_json_formatter 0.1.4
Fetching simplecov 0.22.0
Installing simplecov 0.22.0
Fetching simplecov-cobertura 2.1.0
Installing simplecov-cobertura 2.1.0
Fetching w3c_validators 1.3.7
Installing w3c_validators 1.3.7
Fetching webmock 3.25.1
Installing webmock 3.25.1
Bundle complete! 17 Gemfile dependencies, 88 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.

added 87 packages in 6s

22 packages are looking for funding
  run `npm fund` for details
91mnpm notice
npm notice New major version of npm available! 10.8.2 -> 11.4.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.0
npm notice To update run: npm install -g npm@11.4.0
npm notice
0m
added 1 package in 611ms

added 17 packages in 1s

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

added 128 packages in 7s

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

added 12 packages in 1s
91m+ stylelint sass/awards.scss sass/bylaws.scss sass/main.scss sass/qo-section.scss --fix
0m91m+ 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+ eslint js/outdated.js js/qo-section.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 ecf408edccb0
 ---> bd130118baf6
Step 20/21 : COPY entry.sh /home
 ---> 4307753f290b
Step 21/21 : ENTRYPOINT ["/home/entry.sh", "/home"]
 ---> Running in fb4b2a4d0140
 ---> Removed intermediate container fb4b2a4d0140
 ---> 46a9984b8fe2
Successfully built 46a9984b8fe2
Successfully tagged yegor256/pages-action:0.1.0
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.177MB
Step 1/21 : FROM ruby:3.4
 ---> de3d2d45c9d6
Step 2/21 : LABEL "repository"="https://github.com/zerocracy/pages-action"
 ---> Using cache
 ---> 4bb37aa956db
Step 3/21 : LABEL "maintainer"="Yegor Bugayenko"
 ---> Using cache
 ---> 5efaf091c7fd
Step 4/21 : LABEL "version"="0.1.0"
 ---> Using cache
 ---> ff1a46e1db0f
Step 5/21 : 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
 ---> 087a749c0f90
Step 6/21 : 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
 ---> cc030ce4887d
Step 7/21 : RUN apt-get update -y --fix-missing   && apt-get -y install --no-install-recommends     tidy   && apt-get clean   && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> a202fcae2dec
Step 8/21 : WORKDIR /home
 ---> Using cache
 ---> cfe6fbd06527
Step 9/21 : COPY Makefile /home
 ---> Using cache
 ---> 7ee84a27063c
Step 10/21 : COPY makes /home/makes
 ---> Using cache
 ---> 33c1fcf2c3b9
Step 11/21 : COPY .stylelintrc.json /home
 ---> Using cache
 ---> 2978a06cdd95
Step 12/21 : COPY Gemfile /home
 ---> Using cache
 ---> d4bd83295242
Step 13/21 : COPY html-minifier-config.json /home
 ---> Using cache
 ---> 248d9c305224
Step 14/21 : COPY judges /home/judges
 ---> Using cache
 ---> 8e1de5f69f86
Step 15/21 : COPY sass /home/sass
 ---> Using cache
 ---> 1f64ef36e4d4
Step 16/21 : COPY xsl /home/xsl
 ---> Using cache
 ---> eb4aa6932173
Step 17/21 : COPY js /home/js
 ---> Using cache
 ---> 552b642c542a
Step 18/21 : COPY eslint.config.js /home
 ---> Using cache
 ---> b9cdd5b504a2
Step 19/21 : RUN make --directory=/home --no-silent install assets
 ---> Using cache
 ---> bd130118baf6
Step 20/21 : COPY entry.sh /home
 ---> Using cache
 ---> 4307753f290b
Step 21/21 : ENTRYPOINT ["/home/entry.sh", "/home"]
 ---> Using cache
 ---> 46a9984b8fe2
Successfully built 46a9984b8fe2
Successfully tagged yegor256/pages-action:latest
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credential-stores

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

1B14c855b59c: Preparing
1B33bb39688e: Preparing
1B4169644291: Preparing
1B559fa6b066: Preparing
1Bab42eba555: Preparing
1Bf715928b4a: Preparing
1B0a283ba56c: Preparing
1B34f26d7a43: Preparing
1B4f4decfab4: Preparing
1B4cf2e1d6d1: Preparing
1Bea1ecdc3a8: Preparing
1B4e1633be02: Preparing
1B5412e5f92a: Preparing
1Bf85f2b6a83: Preparing
1B3ff4e0aba0: Preparing
1Bc25b4edc83: Preparing
1Bc503571020: Preparing
1B9a50a333ec: Preparing
1B9c09fb6f3a: Preparing
1Bbb8c0ae5d6: Preparing
1Be3e08e661a: Preparing
8B0.1.0:adigest:ssha256:2d2b5392d3189e14cd625b3475501878f2f600affd5c420cf6a899b91ab062be size: 4923
The push refers to repository [docker.io/yegor256/pages-action]

1B14c855b59c: Preparing
1B33bb39688e: Preparing
1B4169644291: Preparing
1B559fa6b066: Preparing
1Bab42eba555: Preparing
1Bf715928b4a: Preparing
1B0a283ba56c: Preparing
1B34f26d7a43: Preparing
1B4f4decfab4: Preparing
1B4cf2e1d6d1: Preparing
1Bea1ecdc3a8: Preparing
1B4e1633be02: Preparing
1B5412e5f92a: Preparing
1Bf85f2b6a83: Preparing
1B3ff4e0aba0: Preparing
1Bc25b4edc83: Preparing
1Bc503571020: Preparing
1B9a50a333ec: Preparing
1B9c09fb6f3a: Preparing
1Bbb8c0ae5d6: Preparing
1Be3e08e661a: Preparing
1Blatest:5digest:esha256:2d2b5392d3189e14cd625b3475501878f2f600affd5c420cf6a899b91ab062be size: 4923
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.1.0 -m '0.1.0: tagged by rultor.com'
+ git reset --hard
HEAD is now at e3101de version set to 0.1.0
+ 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 e3101de).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:zerocracy/pages-action.git
 * [new tag]         0.1.0 -> 0.1.0
container 67c721c8ea95becb0f10dc1ee9e178aca96d8296c9b3a4880d5bf6bac3861a46 is dead
Tue May 20 09:04:25 UTC 2025