rultor.com logo This build log was produced by rultor.com for yegor256/blog#758
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1421
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Fri Jan 17 13:21:38 UTC 2025
+ uptime
 13:21:38 up 1 min,  0 users,  load average: 0.65, 0.22, 0.08
+ head=git@github.com:yegor256/blog.git
+ ff=default
+ image=yegor256/rultor-image
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ vars=('--env=head=git@github.com:yegor256/blog.git' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/blog.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''bundle lock --no-color'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''export JEKYLL_ENV=production'\'' '\'';'\'' '\''LC_ALL=en_US.UTF-8 bundle exec rake'\'' '\'';'\'' '\''mkdir ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''git config --global user.email "rultor@yegor256.com"'\'' '\'';'\'' '\''git config --global user.name "Rultor"'\'' '\'';'\'' '\''echo -e "chatgpt-translate:\n  api_key_file: $(pwd)/../chatgpt-key.txt" > _config-deploy.yml'\'' '\'';'\'' '\''LC_ALL=en_US.UTF-8 jgd'\'' '\'';'\'' '\''rvm default 2.7.6 && source /usr/local/rvm/scripts/rvm'\'' '\'';'\'' '\''ruby -v'\'' '\'';'\'' '\''gem install ffi -v 1.16.3'\'' '\'';'\'' '\''gem install fontcustom -v 2.0.0'\'' '\'';'\'' '\''fontcustom --version'\'' '\'';'\'' '\''"$(pwd)/_glyphs/compile.sh" /tmp/icons'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git pull'\'' '\'';'\'' '\''for e in svg ttf woff eot css; do cp "/tmp/icons/icons.${e}" css; git add "css/icons.${e}"; done'\'' '\'';'\'' '\''git commit -am '\''\'\'''\''new glyphs'\''\'\'''\'' || echo no changes in glyphs'\'' '\'';'\'' '\''git push origin gh-pages'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:yegor256/blog.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'bundle lock --no-color' ';' 'bundle install --no-color' ';' 'export JEKYLL_ENV=production' ';' 'LC_ALL=en_US.UTF-8 bundle exec rake' ';' 'mkdir ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'git config --global user.email "rultor@yegor256.com"' ';' 'git config --global user.name "Rultor"' ';' 'echo -e "chatgpt-translate:\n  api_key_file: $(pwd)/../chatgpt-key.txt" > _config-deploy.yml' ';' 'LC_ALL=en_US.UTF-8 jgd' ';' 'rvm default 2.7.6 && source /usr/local/rvm/scripts/rvm' ';' 'ruby -v' ';' 'gem install ffi -v 1.16.3' ';' 'gem install fontcustom -v 2.0.0' ';' 'fontcustom --version' ';' '"$(pwd)/_glyphs/compile.sh" /tmp/icons' ';' 'git checkout gh-pages' ';' 'git pull' ';' 'for e in svg ttf woff eot css; do cp "/tmp/icons/icons.${e}" css; git add "css/icons.${e}"; done' ';' 'git commit -am '\''new glyphs'\'' || echo no changes in glyphs' ';' 'git push origin gh-pages' ';')
+ directory=repo
+ container=yegor256_blog_758
+ as_root=false
+ hostname
ip-172-31-16-163
+ pwd
/tmp/rultor-9T7q
+ 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:yegor256/blog.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:yegor256/blog.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/blog.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'bundle lock --no-color' ';' 'bundle install --no-color' ';' 'export JEKYLL_ENV=production' ';' 'LC_ALL=en_US.UTF-8 bundle exec rake' ';' 'mkdir ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'git config --global user.email "rultor@yegor256.com"' ';' 'git config --global user.name "Rultor"' ';' 'echo -e "chatgpt-translate:\n  api_key_file: $(pwd)/../chatgpt-key.txt" > _config-deploy.yml' ';' 'LC_ALL=en_US.UTF-8 jgd' ';' 'rvm default 2.7.6 && source /usr/local/rvm/scripts/rvm' ';' 'ruby -v' ';' 'gem install ffi -v 1.16.3' ';' 'gem install fontcustom -v 2.0.0' ';' 'fontcustom --version' ';' '"$(pwd)/_glyphs/compile.sh" /tmp/icons' ';' 'git checkout gh-pages' ';' 'git pull' ';' 'for e in svg ttf woff eot css; do cp "/tmp/icons/icons.${e}" css; git add "css/icons.${e}"; done' ';' 'git commit -am '\''new glyphs'\'' || echo no changes in glyphs' ';' 'git push origin gh-pages' ';'
+ rm -rf .gnupg
+ set -ex
+ cd repo
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.24
++ bc
++ echo 0.24 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.24, low enough to run a new Docker container'
load average is 0.24, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n repo ']'
++ head -c 8
++ tr -cd a-z0-9
++ dd if=/dev/urandom bs=10k count=1
+ use_image=yegor256/rultor-pwa5e6nq
+ docker build repo -t yegor256/rultor-pwa5e6nq
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile:
#1 transferring dockerfile: 2.08kB done
#1 DONE 1.2s

#2 [internal] load metadata for docker.io/yegor256/rultor-image:1.23.1
#2 DONE 1.2s

#3 [internal] load .dockerignore
#3 transferring context:
#3 transferring context: 2B done
#3 DONE 0.3s

#4 [1/9] FROM docker.io/yegor256/rultor-image:1.23.1@sha256:6ab533a12e1dbf652e3df191f158bf2177321eee72dc1e1b0e94cf32fe77b620
#4 resolve docker.io/yegor256/rultor-image:1.23.1@sha256:6ab533a12e1dbf652e3df191f158bf2177321eee72dc1e1b0e94cf32fe77b620 0.0s done
#4 ...

#5 [internal] load build context
#5 transferring context: 27.32kB done
#5 DONE 0.1s

#4 [1/9] FROM docker.io/yegor256/rultor-image:1.23.1@sha256:6ab533a12e1dbf652e3df191f158bf2177321eee72dc1e1b0e94cf32fe77b620
#4 sha256:6ab533a12e1dbf652e3df191f158bf2177321eee72dc1e1b0e94cf32fe77b620 5.82kB / 5.82kB done
#4 sha256:bccd10f490ab0f3fba61b193d1b80af91b17ca9bdca9768a16ed05ce16552fcb 9.44MB / 29.54MB 0.2s
#4 sha256:2c78bdfd1661c8169fdb8e6068ba4768e5dc68ee93067b7da85fc8ee8409de71 173B / 173B 0.2s done
#4 sha256:30469571f9abe847a84264222d165b05278f37e2045f631caa7d71c269599fea 0B / 40.83MB 0.2s
#4 sha256:9f625340f6d28d47d6c519843b26679771c859038e2a0522b8320931f055edf3 19.55kB / 19.55kB done
#4 sha256:bccd10f490ab0f3fba61b193d1b80af91b17ca9bdca9768a16ed05ce16552fcb 17.83MB / 29.54MB 0.3s
#4 sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 0B / 267.62MB 0.3s
#4 sha256:bccd10f490ab0f3fba61b193d1b80af91b17ca9bdca9768a16ed05ce16552fcb 25.17MB / 29.54MB 0.5s
#4 sha256:30469571f9abe847a84264222d165b05278f37e2045f631caa7d71c269599fea 4.19MB / 40.83MB 0.5s
#4 sha256:bccd10f490ab0f3fba61b193d1b80af91b17ca9bdca9768a16ed05ce16552fcb 29.36MB / 29.54MB 0.7s
#4 sha256:30469571f9abe847a84264222d165b05278f37e2045f631caa7d71c269599fea 7.34MB / 40.83MB 0.7s
#4 sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 13.63MB / 267.62MB 0.7s
#4 sha256:bccd10f490ab0f3fba61b193d1b80af91b17ca9bdca9768a16ed05ce16552fcb 29.54MB / 29.54MB 0.7s done
#4 sha256:30469571f9abe847a84264222d165b05278f37e2045f631caa7d71c269599fea 10.49MB / 40.83MB 0.9s
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 0B / 1.59GB 0.9s
#4 sha256:30469571f9abe847a84264222d165b05278f37e2045f631caa7d71c269599fea 14.68MB / 40.83MB 1.1s
#4 sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 28.31MB / 267.62MB 1.1s
#4 sha256:30469571f9abe847a84264222d165b05278f37e2045f631caa7d71c269599fea 18.87MB / 40.83MB 1.2s
#4 extracting sha256:bccd10f490ab0f3fba61b193d1b80af91b17ca9bdca9768a16ed05ce16552fcb
#4 sha256:30469571f9abe847a84264222d165b05278f37e2045f631caa7d71c269599fea 20.97MB / 40.83MB 1.3s
#4 sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 45.09MB / 267.62MB 1.3s
#4 sha256:30469571f9abe847a84264222d165b05278f37e2045f631caa7d71c269599fea 24.12MB / 40.83MB 1.4s
#4 sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 60.82MB / 267.62MB 1.5s
#4 sha256:30469571f9abe847a84264222d165b05278f37e2045f631caa7d71c269599fea 28.31MB / 40.83MB 1.7s
#4 sha256:30469571f9abe847a84264222d165b05278f37e2045f631caa7d71c269599fea 30.41MB / 40.83MB 1.9s
#4 sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 74.45MB / 267.62MB 2.0s
#4 sha256:30469571f9abe847a84264222d165b05278f37e2045f631caa7d71c269599fea 33.55MB / 40.83MB 2.2s
#4 sha256:30469571f9abe847a84264222d165b05278f37e2045f631caa7d71c269599fea 36.70MB / 40.83MB 2.4s
#4 sha256:30469571f9abe847a84264222d165b05278f37e2045f631caa7d71c269599fea 38.80MB / 40.83MB 2.5s
#4 sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 92.27MB / 267.62MB 2.7s
#4 sha256:30469571f9abe847a84264222d165b05278f37e2045f631caa7d71c269599fea 40.83MB / 40.83MB 2.7s done
#4 sha256:62628d0488a1ea63d8791e92296b1feaf97af91fd7275d43326c7d67ef618065 0B / 3.39MB 2.9s
#4 sha256:62628d0488a1ea63d8791e92296b1feaf97af91fd7275d43326c7d67ef618065 1.05MB / 3.39MB 3.1s
#4 sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 105.91MB / 267.62MB 3.3s
#4 sha256:62628d0488a1ea63d8791e92296b1feaf97af91fd7275d43326c7d67ef618065 2.10MB / 3.39MB 3.3s
#4 sha256:62628d0488a1ea63d8791e92296b1feaf97af91fd7275d43326c7d67ef618065 3.39MB / 3.39MB 3.4s done
#4 sha256:84283471f652c58118f9f3a3d8ab95317ee02d3d563dcaa904e42d0a01717b18 0B / 12.41MB 3.6s
#4 sha256:84283471f652c58118f9f3a3d8ab95317ee02d3d563dcaa904e42d0a01717b18 1.05MB / 12.41MB 3.9s
#4 sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 119.54MB / 267.62MB 4.0s
#4 sha256:84283471f652c58118f9f3a3d8ab95317ee02d3d563dcaa904e42d0a01717b18 3.15MB / 12.41MB 4.0s
#4 extracting sha256:bccd10f490ab0f3fba61b193d1b80af91b17ca9bdca9768a16ed05ce16552fcb 3.1s done
#4 sha256:84283471f652c58118f9f3a3d8ab95317ee02d3d563dcaa904e42d0a01717b18 4.19MB / 12.41MB 4.2s
#4 sha256:84283471f652c58118f9f3a3d8ab95317ee02d3d563dcaa904e42d0a01717b18 7.34MB / 12.41MB 4.4s
#4 sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 138.41MB / 267.62MB 4.6s
#4 sha256:84283471f652c58118f9f3a3d8ab95317ee02d3d563dcaa904e42d0a01717b18 10.49MB / 12.41MB 4.6s
#4 extracting sha256:2c78bdfd1661c8169fdb8e6068ba4768e5dc68ee93067b7da85fc8ee8409de71 done
#4 sha256:84283471f652c58118f9f3a3d8ab95317ee02d3d563dcaa904e42d0a01717b18 12.41MB / 12.41MB 4.7s
#4 extracting sha256:30469571f9abe847a84264222d165b05278f37e2045f631caa7d71c269599fea
#4 sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 164.63MB / 267.62MB 5.0s
#4 sha256:84283471f652c58118f9f3a3d8ab95317ee02d3d563dcaa904e42d0a01717b18 12.41MB / 12.41MB 4.8s done
#4 sha256:9ad1fa82e034eea14987e66355ef31c6f3a34b7e6608aaf032574ec95a3c000a 0B / 10.72MB 5.0s
#4 sha256:9ad1fa82e034eea14987e66355ef31c6f3a34b7e6608aaf032574ec95a3c000a 2.10MB / 10.72MB 5.1s
#4 sha256:9ad1fa82e034eea14987e66355ef31c6f3a34b7e6608aaf032574ec95a3c000a 3.15MB / 10.72MB 5.2s
#4 sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 186.65MB / 267.62MB 5.4s
#4 sha256:9ad1fa82e034eea14987e66355ef31c6f3a34b7e6608aaf032574ec95a3c000a 8.39MB / 10.72MB 5.4s
#4 sha256:9ad1fa82e034eea14987e66355ef31c6f3a34b7e6608aaf032574ec95a3c000a 10.72MB / 10.72MB 5.5s
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 82.98MB / 1.59GB 5.7s
#4 sha256:9ad1fa82e034eea14987e66355ef31c6f3a34b7e6608aaf032574ec95a3c000a 10.72MB / 10.72MB 5.6s done
#4 sha256:80bda748ab48b3b36314ee3f24f5785c5ffbba43340fddf673ae9cdae90d4f85 0B / 13.08MB 5.7s
#4 sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 205.52MB / 267.62MB 5.9s
#4 sha256:80bda748ab48b3b36314ee3f24f5785c5ffbba43340fddf673ae9cdae90d4f85 3.15MB / 13.08MB 5.9s
#4 sha256:80bda748ab48b3b36314ee3f24f5785c5ffbba43340fddf673ae9cdae90d4f85 6.29MB / 13.08MB 6.0s
#4 sha256:80bda748ab48b3b36314ee3f24f5785c5ffbba43340fddf673ae9cdae90d4f85 9.44MB / 13.08MB 6.1s
#4 sha256:80bda748ab48b3b36314ee3f24f5785c5ffbba43340fddf673ae9cdae90d4f85 13.08MB / 13.08MB 6.2s
#4 sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 220.20MB / 267.62MB 6.4s
#4 sha256:80bda748ab48b3b36314ee3f24f5785c5ffbba43340fddf673ae9cdae90d4f85 13.08MB / 13.08MB 6.4s done
#4 sha256:615b3b9f2aac7f316898b9b6e83f16b47ac5324efea2f30fc3b847212c357f94 0B / 1.79MB 6.5s
#4 sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 234.88MB / 267.62MB 6.7s
#4 sha256:615b3b9f2aac7f316898b9b6e83f16b47ac5324efea2f30fc3b847212c357f94 1.05MB / 1.79MB 6.7s
#4 sha256:615b3b9f2aac7f316898b9b6e83f16b47ac5324efea2f30fc3b847212c357f94 1.79MB / 1.79MB 6.8s done
#4 sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 248.51MB / 267.62MB 7.0s
#4 sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 0B / 372.97MB 7.0s
#4 sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 267.62MB / 267.62MB 7.5s
#4 sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 18.87MB / 372.97MB 7.6s
#4 sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 267.62MB / 267.62MB 7.7s done
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 162.53MB / 1.59GB 7.9s
#4 sha256:e8271a417b38ad822b44072d9f8471d837174444a8c84f7b27b7819f4f576870 0B / 23.19MB 7.9s
#4 sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 40.89MB / 372.97MB 8.2s
#4 sha256:e8271a417b38ad822b44072d9f8471d837174444a8c84f7b27b7819f4f576870 8.39MB / 23.19MB 8.2s
#4 sha256:e8271a417b38ad822b44072d9f8471d837174444a8c84f7b27b7819f4f576870 12.58MB / 23.19MB 8.3s
#4 sha256:e8271a417b38ad822b44072d9f8471d837174444a8c84f7b27b7819f4f576870 16.78MB / 23.19MB 8.4s
#4 sha256:e8271a417b38ad822b44072d9f8471d837174444a8c84f7b27b7819f4f576870 22.02MB / 23.19MB 8.6s
#4 sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 61.87MB / 372.97MB 8.8s
#4 sha256:e8271a417b38ad822b44072d9f8471d837174444a8c84f7b27b7819f4f576870 23.19MB / 23.19MB 8.7s done
#4 sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 0B / 342.44MB 8.8s
#4 sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 81.79MB / 372.97MB 9.3s
#4 sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 19.92MB / 342.44MB 9.5s
#4 extracting sha256:30469571f9abe847a84264222d165b05278f37e2045f631caa7d71c269599fea 5.0s
#4 sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 100.66MB / 372.97MB 10.0s
#4 sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 37.75MB / 342.44MB 10.0s
#4 sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 57.67MB / 342.44MB 10.5s
#4 sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 122.68MB / 372.97MB 10.7s
#4 sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 77.59MB / 342.44MB 10.8s
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 245.37MB / 1.59GB 11.2s
#4 sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 141.56MB / 372.97MB 11.4s
#4 sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 99.61MB / 342.44MB 11.4s
#4 sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 161.48MB / 372.97MB 12.0s
#4 sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 121.63MB / 342.44MB 12.0s
#4 extracting sha256:30469571f9abe847a84264222d165b05278f37e2045f631caa7d71c269599fea 7.3s done
#4 sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 180.36MB / 372.97MB 12.6s
#4 sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 139.46MB / 342.44MB 12.6s
#4 extracting sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82
#4 sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 162.53MB / 342.44MB 13.1s
#4 sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 204.47MB / 372.97MB 13.4s
#4 sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 180.36MB / 342.44MB 13.6s
#4 sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 228.59MB / 372.97MB 14.1s
#4 sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 199.23MB / 342.44MB 14.1s
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 325.06MB / 1.59GB 14.4s
#4 sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 217.06MB / 342.44MB 14.4s
#4 sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 234.88MB / 342.44MB 14.7s
#4 sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 250.61MB / 372.97MB 14.9s
#4 sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 264.24MB / 342.44MB 15.2s
#4 sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 288.36MB / 342.44MB 15.6s
#4 sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 273.68MB / 372.97MB 15.8s
#4 sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 309.33MB / 342.44MB 16.0s
#4 sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 329.25MB / 342.44MB 16.3s
#4 sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 292.55MB / 372.97MB 16.6s
#4 sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 342.44MB / 342.44MB 16.8s done
#4 sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 0B / 1.14GB 16.9s
#4 sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 314.57MB / 372.97MB 17.2s
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 406.85MB / 1.59GB 17.6s
#4 extracting sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 5.2s
#4 sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 339.74MB / 372.97MB 18.0s
#4 sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 363.86MB / 372.97MB 18.7s
#4 sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 372.97MB / 372.97MB 19.1s done
#4 sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 61.87MB / 1.14GB 19.1s
#4 sha256:091892e3a3041a5baf7c3c2bbb3522175bc90ad214ae21b3d4e3f9887ab1b7b9 1.11MB / 1.11MB 19.3s
#4 sha256:091892e3a3041a5baf7c3c2bbb3522175bc90ad214ae21b3d4e3f9887ab1b7b9 1.11MB / 1.11MB 19.3s done
#4 sha256:1cbed1b837cac45d95501ab7156d113c694a445c8f20803c25e0745be273af51 0B / 63.71MB 19.4s
#4 sha256:1cbed1b837cac45d95501ab7156d113c694a445c8f20803c25e0745be273af51 4.19MB / 63.71MB 19.7s
#4 sha256:1cbed1b837cac45d95501ab7156d113c694a445c8f20803c25e0745be273af51 10.49MB / 63.71MB 19.9s
#4 sha256:1cbed1b837cac45d95501ab7156d113c694a445c8f20803c25e0745be273af51 14.68MB / 63.71MB 20.1s
#4 sha256:1cbed1b837cac45d95501ab7156d113c694a445c8f20803c25e0745be273af51 22.02MB / 63.71MB 20.3s
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 487.59MB / 1.59GB 20.5s
#4 sha256:1cbed1b837cac45d95501ab7156d113c694a445c8f20803c25e0745be273af51 28.31MB / 63.71MB 20.5s
#4 sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 126.88MB / 1.14GB 20.8s
#4 sha256:1cbed1b837cac45d95501ab7156d113c694a445c8f20803c25e0745be273af51 37.75MB / 63.71MB 20.8s
#4 sha256:1cbed1b837cac45d95501ab7156d113c694a445c8f20803c25e0745be273af51 44.04MB / 63.71MB 21.1s
#4 sha256:1cbed1b837cac45d95501ab7156d113c694a445c8f20803c25e0745be273af51 50.33MB / 63.71MB 21.3s
#4 sha256:1cbed1b837cac45d95501ab7156d113c694a445c8f20803c25e0745be273af51 59.77MB / 63.71MB 21.5s
#4 sha256:1cbed1b837cac45d95501ab7156d113c694a445c8f20803c25e0745be273af51 63.71MB / 63.71MB 21.7s
#4 sha256:1cbed1b837cac45d95501ab7156d113c694a445c8f20803c25e0745be273af51 63.71MB / 63.71MB 21.8s done
#4 sha256:986b3170a0d95d861760ffeb2fb666eddec7e7be351f927c6fb887b054f89451 1.05MB / 3.36MB 22.0s
#4 sha256:986b3170a0d95d861760ffeb2fb666eddec7e7be351f927c6fb887b054f89451 3.36MB / 3.36MB 22.1s done
#4 sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 184.55MB / 1.14GB 22.3s
#4 sha256:e56ee5c784dc61743fff750f585bee503b3b63b0fa718f90677416135add7db5 410B / 410B 22.3s done
#4 sha256:8cb6f425b6baf82513d3f306180e049b26af65dbe68b00def91221222791dc78 0B / 18.90MB 22.4s
#4 sha256:8cb6f425b6baf82513d3f306180e049b26af65dbe68b00def91221222791dc78 3.15MB / 18.90MB 22.6s
#4 sha256:8cb6f425b6baf82513d3f306180e049b26af65dbe68b00def91221222791dc78 6.29MB / 18.90MB 22.8s
#4 extracting sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 10.4s
#4 sha256:8cb6f425b6baf82513d3f306180e049b26af65dbe68b00def91221222791dc78 10.49MB / 18.90MB 22.9s
#4 sha256:8cb6f425b6baf82513d3f306180e049b26af65dbe68b00def91221222791dc78 14.68MB / 18.90MB 23.1s
#4 sha256:8cb6f425b6baf82513d3f306180e049b26af65dbe68b00def91221222791dc78 16.78MB / 18.90MB 23.2s
#4 sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 243.27MB / 1.14GB 23.3s
#4 sha256:8cb6f425b6baf82513d3f306180e049b26af65dbe68b00def91221222791dc78 17.83MB / 18.90MB 23.3s
#4 sha256:8cb6f425b6baf82513d3f306180e049b26af65dbe68b00def91221222791dc78 18.90MB / 18.90MB 23.4s done
#4 sha256:35d35565636dde205211771a08bca6ebaf102e11749c27e1f1f6157f025f580e 0B / 1.11kB 23.5s
#4 sha256:35d35565636dde205211771a08bca6ebaf102e11749c27e1f1f6157f025f580e 1.11kB / 1.11kB 23.6s done
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 569.38MB / 1.59GB 23.8s
#4 sha256:8e683020951f6b6e0d48471d7df4c87f3e570e1c738fdd7a30dc35dd5e8ead8b 0B / 34.04MB 23.8s
#4 sha256:8e683020951f6b6e0d48471d7df4c87f3e570e1c738fdd7a30dc35dd5e8ead8b 3.15MB / 34.04MB 24.0s
#4 sha256:8e683020951f6b6e0d48471d7df4c87f3e570e1c738fdd7a30dc35dd5e8ead8b 8.81MB / 34.04MB 24.2s
#4 sha256:8e683020951f6b6e0d48471d7df4c87f3e570e1c738fdd7a30dc35dd5e8ead8b 12.58MB / 34.04MB 24.3s
#4 sha256:8e683020951f6b6e0d48471d7df4c87f3e570e1c738fdd7a30dc35dd5e8ead8b 16.78MB / 34.04MB 24.4s
#4 sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 307.83MB / 1.14GB 24.6s
#4 sha256:8e683020951f6b6e0d48471d7df4c87f3e570e1c738fdd7a30dc35dd5e8ead8b 22.02MB / 34.04MB 24.6s
#4 sha256:8e683020951f6b6e0d48471d7df4c87f3e570e1c738fdd7a30dc35dd5e8ead8b 26.21MB / 34.04MB 24.7s
#4 sha256:8e683020951f6b6e0d48471d7df4c87f3e570e1c738fdd7a30dc35dd5e8ead8b 34.04MB / 34.04MB 24.9s
#4 sha256:8e683020951f6b6e0d48471d7df4c87f3e570e1c738fdd7a30dc35dd5e8ead8b 34.04MB / 34.04MB 25.0s done
#4 sha256:13d94c2ee76feec763205182e87dc514a04f935869dcf887d0e6ac2eeb9d1c21 0B / 6.32MB 25.2s
#4 sha256:13d94c2ee76feec763205182e87dc514a04f935869dcf887d0e6ac2eeb9d1c21 3.15MB / 6.32MB 25.4s
#4 sha256:13d94c2ee76feec763205182e87dc514a04f935869dcf887d0e6ac2eeb9d1c21 6.32MB / 6.32MB 25.6s done
#4 sha256:41080f3c5d30cefdbfe1caf043ffc786ba16bac44524376e9f79f7ee47cc1299 0B / 46.62MB 25.7s
#4 sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 375.39MB / 1.14GB 25.9s
#4 sha256:41080f3c5d30cefdbfe1caf043ffc786ba16bac44524376e9f79f7ee47cc1299 3.15MB / 46.62MB 26.1s
#4 sha256:41080f3c5d30cefdbfe1caf043ffc786ba16bac44524376e9f79f7ee47cc1299 8.39MB / 46.62MB 26.3s
#4 sha256:41080f3c5d30cefdbfe1caf043ffc786ba16bac44524376e9f79f7ee47cc1299 13.63MB / 46.62MB 26.5s
#4 sha256:41080f3c5d30cefdbfe1caf043ffc786ba16bac44524376e9f79f7ee47cc1299 17.83MB / 46.62MB 26.6s
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 651.17MB / 1.59GB 26.8s
#4 sha256:41080f3c5d30cefdbfe1caf043ffc786ba16bac44524376e9f79f7ee47cc1299 22.02MB / 46.62MB 26.8s
#4 sha256:41080f3c5d30cefdbfe1caf043ffc786ba16bac44524376e9f79f7ee47cc1299 26.21MB / 46.62MB 26.9s
#4 sha256:41080f3c5d30cefdbfe1caf043ffc786ba16bac44524376e9f79f7ee47cc1299 30.41MB / 46.62MB 27.0s
#4 sha256:41080f3c5d30cefdbfe1caf043ffc786ba16bac44524376e9f79f7ee47cc1299 35.65MB / 46.62MB 27.2s
#4 sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 433.06MB / 1.14GB 27.3s
#4 sha256:41080f3c5d30cefdbfe1caf043ffc786ba16bac44524376e9f79f7ee47cc1299 39.85MB / 46.62MB 27.3s
#4 sha256:41080f3c5d30cefdbfe1caf043ffc786ba16bac44524376e9f79f7ee47cc1299 42.99MB / 46.62MB 27.4s
#4 sha256:41080f3c5d30cefdbfe1caf043ffc786ba16bac44524376e9f79f7ee47cc1299 46.62MB / 46.62MB 27.5s done
#4 sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 0B / 263.50MB 27.6s
#4 extracting sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 15.4s
#4 sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 492.83MB / 1.14GB 28.4s
#4 sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 13.63MB / 263.50MB 28.4s
#4 sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 30.41MB / 263.50MB 28.9s
#4 sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 48.23MB / 263.50MB 29.5s
#4 sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 553.65MB / 1.14GB 29.7s
#4 sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 63.96MB / 263.50MB 30.0s
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 735.05MB / 1.59GB 30.5s
#4 sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 77.59MB / 263.50MB 30.5s
#4 sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 611.32MB / 1.14GB 31.0s
#4 sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 95.42MB / 263.50MB 31.0s
#4 sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 112.20MB / 263.50MB 31.5s
#4 sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 125.54MB / 263.50MB 31.9s
#4 sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 141.56MB / 263.50MB 32.4s
#4 sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 668.99MB / 1.14GB 32.7s
#4 sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 160.43MB / 263.50MB 33.0s
#4 extracting sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 20.5s
#4 sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 175.32MB / 263.50MB 33.5s
#4 sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 726.66MB / 1.14GB 33.9s
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 817.89MB / 1.59GB 34.2s
#4 sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 191.89MB / 263.50MB 34.2s
#4 sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 207.62MB / 263.50MB 34.7s
#4 sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 221.25MB / 263.50MB 35.1s
#4 sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 790.63MB / 1.14GB 35.6s
#4 sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 234.88MB / 263.50MB 35.6s
#4 sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 251.66MB / 263.50MB 36.2s
#4 sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 263.50MB / 263.50MB 36.7s done
#4 sha256:630a507fc3a55fcef5f201c38a8960af8b5021434d47d72acee3c7a09683789b 0B / 119.29MB 36.7s
#4 sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 848.30MB / 1.14GB 37.0s
#4 sha256:630a507fc3a55fcef5f201c38a8960af8b5021434d47d72acee3c7a09683789b 8.39MB / 119.29MB 37.2s
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 897.58MB / 1.59GB 37.4s
#4 sha256:630a507fc3a55fcef5f201c38a8960af8b5021434d47d72acee3c7a09683789b 14.68MB / 119.29MB 37.4s
#4 sha256:630a507fc3a55fcef5f201c38a8960af8b5021434d47d72acee3c7a09683789b 22.02MB / 119.29MB 37.6s
#4 sha256:630a507fc3a55fcef5f201c38a8960af8b5021434d47d72acee3c7a09683789b 29.36MB / 119.29MB 37.8s
#4 sha256:630a507fc3a55fcef5f201c38a8960af8b5021434d47d72acee3c7a09683789b 37.75MB / 119.29MB 38.1s
#4 extracting sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 25.8s
#4 sha256:630a507fc3a55fcef5f201c38a8960af8b5021434d47d72acee3c7a09683789b 45.09MB / 119.29MB 38.3s
#4 sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 910.16MB / 1.14GB 38.5s
#4 sha256:630a507fc3a55fcef5f201c38a8960af8b5021434d47d72acee3c7a09683789b 51.38MB / 119.29MB 38.5s
#4 sha256:630a507fc3a55fcef5f201c38a8960af8b5021434d47d72acee3c7a09683789b 60.82MB / 119.29MB 38.7s
#4 sha256:630a507fc3a55fcef5f201c38a8960af8b5021434d47d72acee3c7a09683789b 70.25MB / 119.29MB 38.9s
#4 sha256:630a507fc3a55fcef5f201c38a8960af8b5021434d47d72acee3c7a09683789b 81.79MB / 119.29MB 39.2s
#4 sha256:630a507fc3a55fcef5f201c38a8960af8b5021434d47d72acee3c7a09683789b 89.13MB / 119.29MB 39.4s
#4 sha256:630a507fc3a55fcef5f201c38a8960af8b5021434d47d72acee3c7a09683789b 99.61MB / 119.29MB 39.8s
#4 sha256:630a507fc3a55fcef5f201c38a8960af8b5021434d47d72acee3c7a09683789b 106.95MB / 119.29MB 40.1s
#4 sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 976.22MB / 1.14GB 40.3s
#4 sha256:630a507fc3a55fcef5f201c38a8960af8b5021434d47d72acee3c7a09683789b 116.39MB / 119.29MB 40.4s
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 979.37MB / 1.59GB 40.6s
#4 sha256:630a507fc3a55fcef5f201c38a8960af8b5021434d47d72acee3c7a09683789b 119.29MB / 119.29MB 40.6s done
#4 sha256:55c1f8c9bd458abcf9c8fa0b11a5f8e543fdc6721781b13d841297d53318d43d 0B / 260B 40.8s
#4 sha256:55c1f8c9bd458abcf9c8fa0b11a5f8e543fdc6721781b13d841297d53318d43d 260B / 260B 40.9s done
#4 sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 1.04GB / 1.14GB 41.4s
#4 sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 1.10GB / 1.14GB 42.4s
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 1.06GB / 1.59GB 42.6s
#4 sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 1.14GB / 1.14GB 43.3s done
#4 extracting sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 30.9s
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 1.14GB / 1.59GB 44.0s
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 1.23GB / 1.59GB 45.1s
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 1.31GB / 1.59GB 46.2s
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 1.40GB / 1.59GB 47.3s
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 1.48GB / 1.59GB 48.5s
#4 extracting sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 36.1s
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 1.56GB / 1.59GB 49.6s
#4 sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 1.59GB / 1.59GB 50.3s done
#4 extracting sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 41.2s
#4 extracting sha256:cac62b5ba9321641368d47dbf6d16f2817b1c6f168490040a13d38ee6f04be82 45.6s done
#4 extracting sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9
#4 extracting sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 5.0s
#4 extracting sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 10.1s
#4 extracting sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 15.1s
#4 extracting sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 20.2s
#4 extracting sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 25.2s
#4 extracting sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 30.3s
#4 extracting sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 35.4s
#4 extracting sha256:403ec2ae238976ca4d98727e7c4d69dde53997571af4352a4439e1176886bfc9 40.3s done
#4 extracting sha256:62628d0488a1ea63d8791e92296b1feaf97af91fd7275d43326c7d67ef618065
#4 extracting sha256:62628d0488a1ea63d8791e92296b1feaf97af91fd7275d43326c7d67ef618065 0.3s done
#4 extracting sha256:84283471f652c58118f9f3a3d8ab95317ee02d3d563dcaa904e42d0a01717b18
#4 extracting sha256:84283471f652c58118f9f3a3d8ab95317ee02d3d563dcaa904e42d0a01717b18 0.9s done
#4 extracting sha256:9ad1fa82e034eea14987e66355ef31c6f3a34b7e6608aaf032574ec95a3c000a 0.1s
#4 extracting sha256:9ad1fa82e034eea14987e66355ef31c6f3a34b7e6608aaf032574ec95a3c000a 0.5s done
#4 extracting sha256:80bda748ab48b3b36314ee3f24f5785c5ffbba43340fddf673ae9cdae90d4f85 0.1s
#4 extracting sha256:80bda748ab48b3b36314ee3f24f5785c5ffbba43340fddf673ae9cdae90d4f85 0.5s done
#4 extracting sha256:615b3b9f2aac7f316898b9b6e83f16b47ac5324efea2f30fc3b847212c357f94
#4 extracting sha256:615b3b9f2aac7f316898b9b6e83f16b47ac5324efea2f30fc3b847212c357f94 0.4s done
#4 extracting sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6
#4 extracting sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 5.1s
#4 extracting sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 10.3s
#4 extracting sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 15.3s
#4 extracting sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 21.0s
#4 extracting sha256:09ce9dff669f92171fc3a2a3257ae70a535bd77bcdd87278864581cadcda18e6 22.8s done
#4 extracting sha256:e8271a417b38ad822b44072d9f8471d837174444a8c84f7b27b7819f4f576870
#4 extracting sha256:e8271a417b38ad822b44072d9f8471d837174444a8c84f7b27b7819f4f576870 3.0s done
#4 extracting sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097
#4 extracting sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 5.1s
#4 extracting sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 10.2s
#4 extracting sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 15.2s
#4 extracting sha256:0c9916c1cff440d71d4814522c58a065327abbf36efb0b23e5e3ce95d8acc097 17.7s done
#4 extracting sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb
#4 extracting sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 5.0s
#4 extracting sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 10.1s
#4 extracting sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 15.2s
#4 extracting sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 20.3s
#4 extracting sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 25.4s
#4 extracting sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 30.4s
#4 extracting sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 35.4s
#4 extracting sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 40.4s
#4 extracting sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 45.5s
#4 extracting sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 50.6s
#4 extracting sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 55.7s
#4 extracting sha256:875e86560ccf1aa16d20071e3c85a4615cdc92b488d163d9c365c5e7d14cedcb 57.1s done
#4 extracting sha256:091892e3a3041a5baf7c3c2bbb3522175bc90ad214ae21b3d4e3f9887ab1b7b9 0.1s done
#4 extracting sha256:1cbed1b837cac45d95501ab7156d113c694a445c8f20803c25e0745be273af51 0.1s
#4 extracting sha256:1cbed1b837cac45d95501ab7156d113c694a445c8f20803c25e0745be273af51 3.1s done
#4 extracting sha256:986b3170a0d95d861760ffeb2fb666eddec7e7be351f927c6fb887b054f89451 0.1s
#4 extracting sha256:986b3170a0d95d861760ffeb2fb666eddec7e7be351f927c6fb887b054f89451 0.3s done
#4 extracting sha256:e56ee5c784dc61743fff750f585bee503b3b63b0fa718f90677416135add7db5 done
#4 extracting sha256:8cb6f425b6baf82513d3f306180e049b26af65dbe68b00def91221222791dc78 0.1s
#4 extracting sha256:8cb6f425b6baf82513d3f306180e049b26af65dbe68b00def91221222791dc78 0.2s done
#4 extracting sha256:35d35565636dde205211771a08bca6ebaf102e11749c27e1f1f6157f025f580e done
#4 extracting sha256:8e683020951f6b6e0d48471d7df4c87f3e570e1c738fdd7a30dc35dd5e8ead8b
#4 extracting sha256:8e683020951f6b6e0d48471d7df4c87f3e570e1c738fdd7a30dc35dd5e8ead8b 2.0s done
#4 extracting sha256:13d94c2ee76feec763205182e87dc514a04f935869dcf887d0e6ac2eeb9d1c21
#4 extracting sha256:13d94c2ee76feec763205182e87dc514a04f935869dcf887d0e6ac2eeb9d1c21 0.5s done
#4 extracting sha256:41080f3c5d30cefdbfe1caf043ffc786ba16bac44524376e9f79f7ee47cc1299
#4 extracting sha256:41080f3c5d30cefdbfe1caf043ffc786ba16bac44524376e9f79f7ee47cc1299 2.7s done
#4 extracting sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3
#4 extracting sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 5.0s
#4 extracting sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 10.6s
#4 extracting sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 15.7s
#4 extracting sha256:123b733366ffc51ad11f0dc6c5977b12faafad6174f98a0c329bc8e53fdb2ce3 19.6s done
#4 extracting sha256:630a507fc3a55fcef5f201c38a8960af8b5021434d47d72acee3c7a09683789b
#4 extracting sha256:630a507fc3a55fcef5f201c38a8960af8b5021434d47d72acee3c7a09683789b 5.1s
#4 extracting sha256:630a507fc3a55fcef5f201c38a8960af8b5021434d47d72acee3c7a09683789b 7.1s done
#4 extracting sha256:55c1f8c9bd458abcf9c8fa0b11a5f8e543fdc6721781b13d841297d53318d43d done
#4 DONE 241.8s

#6 [2/9] RUN apt-get -y update --fix-missing &&   apt-get -y install aspell aspell-en graphviz gnuplot s3cmd fontforge liblapack-dev cmake libxml2-utils shellcheck plantuml &&   plantuml -version &&   aspell --version &&   fontforge --version &&   gnuplot --version &&   cmake --version &&   shellcheck --version
#6 1.438 Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
#6 1.439 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
#6 1.439 Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
#6 1.475 Get:4 https://deb.nodesource.com/node_18.x nodistro InRelease [12.1 kB]
#6 1.495 Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
#6 1.720 Get:6 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3,527 kB]
#6 1.785 Get:7 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages [10.8 kB]
#6 1.837 Get:8 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1,228 kB]
#6 1.871 Get:9 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [45.2 kB]
#6 1.873 Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2,560 kB]
#6 1.905 Get:11 https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu jammy InRelease [18.1 kB]
#6 2.004 Get:12 https://ppa.launchpadcontent.net/git-core/ppa/ubuntu jammy InRelease [24.6 kB]
#6 2.095 Get:13 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease [24.6 kB]
#6 2.151 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [3,663 kB]
#6 2.289 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,519 kB]
#6 2.320 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,859 kB]
#6 2.386 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [53.3 kB]
#6 2.553 Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [33.8 kB]
#6 2.570 Get:19 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [81.4 kB]
#6 2.978 Get:20 https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu jammy/main amd64 Packages [32.9 kB]
#6 3.207 Get:21 https://ppa.launchpadcontent.net/git-core/ppa/ubuntu jammy/main amd64 Packages [2,957 B]
#6 3.447 Get:22 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy/main amd64 Packages [229 kB]
#6 3.769 Fetched 16.3 MB in 2s (6,906 kB/s)
#6 3.769 Reading package lists...
#6 5.230 Reading package lists...
#6 6.319 Building dependency tree...
#6 6.560 Reading state information...
#6 6.753 aspell is already the newest version (0.60.8-4build1).
#6 6.753 aspell-en is already the newest version (2018.04.16-0-1).
#6 6.753 aspell-en set to manually installed.
#6 6.753 s3cmd is already the newest version (2.2.0-1).
#6 6.753 cmake is already the newest version (3.22.1-1ubuntu1.22.04.2).
#6 6.753 The following additional packages will be installed:
#6 6.754   aglfn binfmt-support default-jre-headless ditaa fastjar fontforge-common
#6 6.754   fonts-cantarell fonts-inconsolata fonts-liberation gnuplot-data gnuplot-qt
#6 6.754   icc-profiles-free jarwrapper java-wrappers junit4 libann0 libapache-pom-java
#6 6.755   libavalon-framework-java libbatik-java libblas-dev libcdt5 libcgraph6
#6 6.755   libcommons-cli-java libcommons-io-java libcommons-logging-java
#6 6.755   libcommons-parent-java libegl-mesa0 libegl1 libevdev2 libfontbox2-java
#6 6.756   libfontforge4 libfop-java libgbm1 libgl1-mesa-dri libglapi-mesa libglx-mesa0
#6 6.756   libgts-0.7-5 libgts-bin libgudev-1.0-0 libgvc6 libgvpr2 libhamcrest-java
#6 6.756   libinput-bin libinput10 libjaxp1.3-java libjericho-html-java
#6 6.757   libjlatexmath-java liblab-gamut1 liblua5.4-0 libmd4c0 libmtdev1 libnotify4
#6 6.757   libpathplan4 libpcre2-16-0 libqdox-java libqt5core5a libqt5dbus5 libqt5gui5
#6 6.757   libqt5network5 libqt5printsupport5 libqt5svg5 libqt5widgets5 libsaxon-java
#6 6.758   libspiro1 libuninameslist1 libwacom-bin libwacom-common libwacom9
#6 6.758   libwayland-server0 libwoff1 libwxbase3.0-0v5 libwxgtk3.0-gtk3-0v5
#6 6.758   libxalan2-java libxcb-icccm4 libxcb-image0 libxcb-keysyms1
#6 6.758   libxcb-render-util0 libxcb-util1 libxcb-xinerama0 libxcb-xinput0 libxcb-xkb1
#6 6.758   libxerces2-java libxkbcommon-x11-0 libxml-commons-external-java
#6 6.759   libxml-commons-resolver1.1-java libxmlgraphics-commons-java
#6 6.759   qt5-gtk-platformtheme qttranslations5-l10n
#6 6.761 Suggested packages:
#6 6.762   default-jre fontforge-doc fontforge-extras potrace python3-fontforge
#6 6.762   gnuplot-doc graphviz-doc libavalon-framework-java-doc librhino-java
#6 6.762   liblapack-doc libcommons-io-java-doc libcommons-logging-java-doc
#6 6.762   libexcalibur-logkit-java liblog4j1.2-java gnome-shell | notification-daemon
#6 6.762   libqdox-java-doc ant junit qt5-image-formats-plugins qtwayland5
#6 6.763   libjdom1-java libsaxon-java-doc libxalan2-java-doc libbsf-java libxsltc-java
#6 6.763   libxerces2-java-doc libxml-commons-resolver1.1-java-doc
#6 6.763   libxmlgraphics-commons-java-doc
#6 7.067 The following NEW packages will be installed:
#6 7.067   aglfn binfmt-support default-jre-headless ditaa fastjar fontforge
#6 7.068   fontforge-common fonts-cantarell fonts-inconsolata fonts-liberation gnuplot
#6 7.068   gnuplot-data gnuplot-qt graphviz icc-profiles-free jarwrapper java-wrappers
#6 7.068   junit4 libann0 libapache-pom-java libavalon-framework-java libbatik-java
#6 7.068   libblas-dev libcdt5 libcgraph6 libcommons-cli-java libcommons-io-java
#6 7.068   libcommons-logging-java libcommons-parent-java libegl-mesa0 libegl1
#6 7.069   libevdev2 libfontbox2-java libfontforge4 libfop-java libgbm1 libgts-0.7-5
#6 7.069   libgts-bin libgudev-1.0-0 libgvc6 libgvpr2 libhamcrest-java libinput-bin
#6 7.069   libinput10 libjaxp1.3-java libjericho-html-java libjlatexmath-java
#6 7.070   liblab-gamut1 liblapack-dev liblua5.4-0 libmd4c0 libmtdev1 libnotify4
#6 7.071   libpathplan4 libpcre2-16-0 libqdox-java libqt5core5a libqt5dbus5 libqt5gui5
#6 7.071   libqt5network5 libqt5printsupport5 libqt5svg5 libqt5widgets5 libsaxon-java
#6 7.071   libspiro1 libuninameslist1 libwacom-bin libwacom-common libwacom9
#6 7.071   libwayland-server0 libwoff1 libwxbase3.0-0v5 libwxgtk3.0-gtk3-0v5
#6 7.072   libxalan2-java libxcb-icccm4 libxcb-image0 libxcb-keysyms1
#6 7.072   libxcb-render-util0 libxcb-util1 libxcb-xinerama0 libxcb-xinput0 libxcb-xkb1
#6 7.072   libxerces2-java libxkbcommon-x11-0 libxml-commons-external-java
#6 7.073   libxml-commons-resolver1.1-java libxmlgraphics-commons-java plantuml
#6 7.073   qt5-gtk-platformtheme qttranslations5-l10n shellcheck
#6 7.074 The following packages will be upgraded:
#6 7.075   libgl1-mesa-dri libglapi-mesa libglx-mesa0 libxml2-utils
#6 7.253 4 upgraded, 91 newly installed, 0 to remove and 169 not upgraded.
#6 7.253 Need to get 80.4 MB of archives.
#6 7.253 After this operation, 204 MB of additional disk space will be used.
#6 7.253 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB]
#6 7.533 Get:2 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy/main amd64 libpcre2-16-0 amd64 10.42-3+ubuntu22.04.1+deb.sury.org+1 [213 kB]
#6 7.871 Get:3 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy/main amd64 libxml2-utils amd64 2.9.14+dfsg-0.1+ubuntu22.04.1+deb.sury.org+1 [119 kB]
#6 7.888 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwayland-server0 amd64 1.20.0-1ubuntu0.1 [34.3 kB]
#6 7.890 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgbm1 amd64 23.2.1-1ubuntu3.1~22.04.3 [33.5 kB]
#6 7.891 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgl1-mesa-dri amd64 23.2.1-1ubuntu3.1~22.04.3 [8,860 kB]
#6 8.323 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglx-mesa0 amd64 23.2.1-1ubuntu3.1~22.04.3 [158 kB]
#6 8.326 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglapi-mesa amd64 23.2.1-1ubuntu3.1~22.04.3 [35.4 kB]
#6 8.327 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libegl-mesa0 amd64 23.2.1-1ubuntu3.1~22.04.3 [118 kB]
#6 8.330 Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 libegl1 amd64 1.4.0-1 [28.6 kB]
#6 8.331 Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevdev2 amd64 1.12.1+dfsg-1 [39.5 kB]
#6 8.337 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmtdev1 amd64 1.1.6-1build4 [14.5 kB]
#6 8.338 Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgudev-1.0-0 amd64 1:237-2build1 [16.3 kB]
#6 8.339 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwacom-common all 2.2.0-1 [54.3 kB]
#6 8.340 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwacom9 amd64 2.2.0-1 [22.0 kB]
#6 8.398 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libinput-bin amd64 1.20.0-1ubuntu0.3 [19.9 kB]
#6 8.472 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libinput10 amd64 1.20.0-1ubuntu0.3 [131 kB]
#6 8.477 Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libmd4c0 amd64 0.4.8-1 [42.0 kB]
#6 8.478 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB]
#6 8.486 Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB]
#6 8.514 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-icccm4 amd64 0.4.1-1.1build2 [11.5 kB]
#6 8.515 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-util1 amd64 0.4.0-1build2 [11.4 kB]
#6 8.516 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-image0 amd64 0.4.0-2 [11.5 kB]
#6 8.516 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-keysyms1 amd64 0.4.0-1build3 [8,746 B]
#6 8.517 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-render-util0 amd64 0.3.9-1build3 [10.3 kB]
#6 8.545 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-xinerama0 amd64 1.14-3ubuntu3 [5,414 B]
#6 8.619 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-xinput0 amd64 1.14-3ubuntu3 [34.3 kB]
#6 8.621 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-xkb1 amd64 1.14-3ubuntu3 [32.8 kB]
#6 8.622 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxkbcommon-x11-0 amd64 1.4.0-1 [14.4 kB]
#6 8.623 Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5gui5 amd64 5.15.3+dfsg-2ubuntu0.2 [3,722 kB]
#6 8.794 Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5widgets5 amd64 5.15.3+dfsg-2ubuntu0.2 [2,561 kB]
#6 8.917 Get:32 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libqt5svg5 amd64 5.15.3-1 [149 kB]
#6 8.923 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 binfmt-support amd64 2.2.1-2 [55.8 kB]
#6 8.924 Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 default-jre-headless amd64 2:1.11-72build2 [3,042 B]
#6 8.925 Get:35 http://archive.ubuntu.com/ubuntu jammy/universe amd64 fastjar amd64 2:0.98-7 [67.1 kB]
#6 8.927 Get:36 http://archive.ubuntu.com/ubuntu jammy/universe amd64 jarwrapper all 0.78 [10.8 kB]
#6 8.930 Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libhamcrest-java all 1.3-9 [386 kB]
#6 8.942 Get:38 http://archive.ubuntu.com/ubuntu jammy/universe amd64 junit4 all 4.13.2-1 [344 kB]
#6 8.955 Get:39 http://archive.ubuntu.com/ubuntu jammy/universe amd64 java-wrappers all 0.3 [9,560 B]
#6 8.956 Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libjaxp1.3-java all 1.3.05-6 [227 kB]
#6 8.992 Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libxml-commons-external-java all 1.4.01-5 [240 kB]
#6 9.038 Get:42 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libxml-commons-resolver1.1-java all 1.2-11 [97.6 kB]
#6 9.041 Get:43 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libxerces2-java all 2.12.1-1 [1,437 kB]
#6 9.095 Get:44 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libxalan2-java all 2.7.2-4 [3,416 kB]
#6 9.270 Get:45 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libapache-pom-java all 18-1 [4,720 B]
#6 9.271 Get:46 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libcommons-parent-java all 43-1 [10.8 kB]
#6 9.272 Get:47 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libcommons-io-java all 2.11.0-2 [297 kB]
#6 9.278 Get:48 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libcommons-logging-java all 1.2-2 [60.3 kB]
#6 9.282 Get:49 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libxmlgraphics-commons-java all 2.6-1 [612 kB]
#6 9.304 Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libbatik-java all 1.14-1ubuntu0.2 [3,866 kB]
#6 9.498 Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libcommons-cli-java all 1.4-2 [55.8 kB]
#6 9.500 Get:52 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libjericho-html-java all 3.2-2 [185 kB]
#6 9.503 Get:53 http://archive.ubuntu.com/ubuntu jammy/universe amd64 ditaa all 0.10+ds1-1.2 [129 kB]
#6 9.507 Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 fontforge-common all 1:20201107~dfsg-4+deb11u1build0.22.04.1 [2,160 kB]
#6 9.603 Get:55 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libspiro1 amd64 1:20200505-2 [17.1 kB]
#6 9.605 Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libuninameslist1 amd64 20211114-1 [473 kB]
#6 9.637 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwoff1 amd64 1.0.2-1build4 [45.2 kB]
#6 9.638 Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libfontforge4 amd64 1:20201107~dfsg-4+deb11u1build0.22.04.1 [2,167 kB]
#6 9.735 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 fontforge amd64 1:20201107~dfsg-4+deb11u1build0.22.04.1 [1,523 kB]
#6 9.811 Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 fonts-cantarell all 0.303-2 [286 kB]
#6 9.820 Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 fonts-inconsolata all 001.010-6build1 [61.4 kB]
#6 9.822 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB]
#6 9.864 Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 aglfn all 1.7+git20191031.4036a9c-2 [30.6 kB]
#6 9.866 Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 gnuplot-data all 5.4.2+dfsg2-2 [75.3 kB]
#6 9.868 Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 liblua5.4-0 amd64 5.4.4-1 [152 kB]
#6 9.873 Get:66 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5printsupport5 amd64 5.15.3+dfsg-2ubuntu0.2 [214 kB]
#6 9.885 Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libwxbase3.0-0v5 amd64 3.0.5.1+dfsg-4 [881 kB]
#6 9.928 Get:68 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnotify4 amd64 0.7.9-3ubuntu5.22.04.1 [20.3 kB]
#6 9.929 Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libwxgtk3.0-gtk3-0v5 amd64 3.0.5.1+dfsg-4 [4,368 kB]
#6 10.14 Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 gnuplot-qt amd64 5.4.2+dfsg2-2 [1,156 kB]
#6 10.19 Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 gnuplot all 5.4.2+dfsg2-2 [3,576 B]
#6 10.19 Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB]
#6 10.19 Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libcdt5 amd64 2.42.2-6ubuntu0.1 [21.1 kB]
#6 10.19 Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libcgraph6 amd64 2.42.2-6ubuntu0.1 [45.4 kB]
#6 10.19 Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-5 [164 kB]
#6 10.20 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libpathplan4 amd64 2.42.2-6ubuntu0.1 [23.4 kB]
#6 10.20 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvc6 amd64 2.42.2-6ubuntu0.1 [724 kB]
#6 10.23 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvpr2 amd64 2.42.2-6ubuntu0.1 [192 kB]
#6 10.24 Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 liblab-gamut1 amd64 2.42.2-6ubuntu0.1 [1,965 kB]
#6 10.34 Get:80 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 graphviz amd64 2.42.2-6ubuntu0.1 [653 kB]
#6 10.37 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 icc-profiles-free all 2.0.1+dfsg-1.1 [214 kB]
#6 10.38 Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libavalon-framework-java all 4.2.0-10 [71.3 kB]
#6 10.38 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libblas-dev amd64 3.10.0-2ubuntu1 [164 kB]
#6 10.39 Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libfontbox2-java all 2.0.25-1 [1,502 kB]
#6 10.46 Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libqdox-java all 1.12.1-3 [172 kB]
#6 10.46 Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libfop-java all 1:2.6-2 [10.1 MB]
#6 10.97 Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgts-bin amd64 0.7.6+darcs121130-5 [44.3 kB]
#6 10.97 Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libjlatexmath-java all 1.0.7-3 [990 kB]
#6 10.99 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblapack-dev amd64 3.10.0-2ubuntu1 [4,774 kB]
#6 11.22 Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libsaxon-java all 1:6.5.5-12 [574 kB]
#6 11.23 Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwacom-bin amd64 2.2.0-1 [13.6 kB]
#6 11.24 Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 plantuml all 1:1.2020.2+ds-1 [8,035 kB]
#6 11.63 Get:93 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 qt5-gtk-platformtheme amd64 5.15.3+dfsg-2ubuntu0.2 [130 kB]
#6 11.64 Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB]
#6 11.71 Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 shellcheck amd64 0.8.0-2 [2,359 kB]
#6 12.21 debconf: delaying package configuration, since apt-utils is not installed
#6 12.25 Fetched 80.4 MB in 5s (17.0 MB/s)
#6 12.32 Selecting previously unselected package libpcre2-16-0:amd64.
(Reading database ...a98656.files and directories currently installed.)
#6 12.89 Preparing to unpack .../00-libpcre2-16-0_10.42-3+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
#6 12.91 Unpacking libpcre2-16-0:amd64 (10.42-3+ubuntu22.04.1+deb.sury.org+1) ...
#6 12.99 Selecting previously unselected package libqt5core5a:amd64.
#6 13.00 Preparing to unpack .../01-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ...
#6 13.02 Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ...
#6 13.12 Selecting previously unselected package libwayland-server0:amd64.
#6 13.12 Preparing to unpack .../02-libwayland-server0_1.20.0-1ubuntu0.1_amd64.deb ...
#6 13.13 Unpacking libwayland-server0:amd64 (1.20.0-1ubuntu0.1) ...
#6 13.19 Selecting previously unselected package libgbm1:amd64.
#6 13.20 Preparing to unpack .../03-libgbm1_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...
#6 13.21 Unpacking libgbm1:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
#6 13.27 Preparing to unpack .../04-libgl1-mesa-dri_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...
#6 13.30 Unpacking libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) over (23.2.1-1ubuntu3.1~22.04.2) ...
#6 16.36 Preparing to unpack .../05-libglx-mesa0_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...
#6 16.38 Unpacking libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) over (23.2.1-1ubuntu3.1~22.04.2) ...
#6 16.47 Preparing to unpack .../06-libglapi-mesa_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...
#6 16.48 Unpacking libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) over (23.2.1-1ubuntu3.1~22.04.2) ...
#6 16.57 Selecting previously unselected package libegl-mesa0:amd64.
#6 16.58 Preparing to unpack .../07-libegl-mesa0_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...
#6 16.59 Unpacking libegl-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
#6 16.64 Selecting previously unselected package libegl1:amd64.
#6 16.65 Preparing to unpack .../08-libegl1_1.4.0-1_amd64.deb ...
#6 16.65 Unpacking libegl1:amd64 (1.4.0-1) ...
#6 16.71 Selecting previously unselected package libevdev2:amd64.
#6 16.72 Preparing to unpack .../09-libevdev2_1.12.1+dfsg-1_amd64.deb ...
#6 16.72 Unpacking libevdev2:amd64 (1.12.1+dfsg-1) ...
#6 16.77 Selecting previously unselected package libmtdev1:amd64.
#6 16.78 Preparing to unpack .../10-libmtdev1_1.1.6-1build4_amd64.deb ...
#6 16.79 Unpacking libmtdev1:amd64 (1.1.6-1build4) ...
#6 16.84 Selecting previously unselected package libgudev-1.0-0:amd64.
#6 16.85 Preparing to unpack .../11-libgudev-1.0-0_1%3a237-2build1_amd64.deb ...
#6 16.86 Unpacking libgudev-1.0-0:amd64 (1:237-2build1) ...
#6 16.90 Selecting previously unselected package libwacom-common.
#6 16.91 Preparing to unpack .../12-libwacom-common_2.2.0-1_all.deb ...
#6 16.92 Unpacking libwacom-common (2.2.0-1) ...
#6 17.03 Selecting previously unselected package libwacom9:amd64.
#6 17.04 Preparing to unpack .../13-libwacom9_2.2.0-1_amd64.deb ...
#6 17.04 Unpacking libwacom9:amd64 (2.2.0-1) ...
#6 17.08 Selecting previously unselected package libinput-bin.
#6 17.09 Preparing to unpack .../14-libinput-bin_1.20.0-1ubuntu0.3_amd64.deb ...
#6 17.10 Unpacking libinput-bin (1.20.0-1ubuntu0.3) ...
#6 17.16 Selecting previously unselected package libinput10:amd64.
#6 17.17 Preparing to unpack .../15-libinput10_1.20.0-1ubuntu0.3_amd64.deb ...
#6 17.17 Unpacking libinput10:amd64 (1.20.0-1ubuntu0.3) ...
#6 17.23 Selecting previously unselected package libmd4c0:amd64.
#6 17.24 Preparing to unpack .../16-libmd4c0_0.4.8-1_amd64.deb ...
#6 17.24 Unpacking libmd4c0:amd64 (0.4.8-1) ...
#6 17.31 Selecting previously unselected package libqt5dbus5:amd64.
#6 17.32 Preparing to unpack .../17-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ...
#6 17.33 Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ...
#6 17.39 Selecting previously unselected package libqt5network5:amd64.
#6 17.39 Preparing to unpack .../18-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ...
#6 17.40 Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ...
#6 17.47 Selecting previously unselected package libxcb-icccm4:amd64.
#6 17.48 Preparing to unpack .../19-libxcb-icccm4_0.4.1-1.1build2_amd64.deb ...
#6 17.49 Unpacking libxcb-icccm4:amd64 (0.4.1-1.1build2) ...
#6 17.54 Selecting previously unselected package libxcb-util1:amd64.
#6 17.55 Preparing to unpack .../20-libxcb-util1_0.4.0-1build2_amd64.deb ...
#6 17.56 Unpacking libxcb-util1:amd64 (0.4.0-1build2) ...
#6 17.61 Selecting previously unselected package libxcb-image0:amd64.
#6 17.62 Preparing to unpack .../21-libxcb-image0_0.4.0-2_amd64.deb ...
#6 17.63 Unpacking libxcb-image0:amd64 (0.4.0-2) ...
#6 17.68 Selecting previously unselected package libxcb-keysyms1:amd64.
#6 17.69 Preparing to unpack .../22-libxcb-keysyms1_0.4.0-1build3_amd64.deb ...
#6 17.70 Unpacking libxcb-keysyms1:amd64 (0.4.0-1build3) ...
#6 17.74 Selecting previously unselected package libxcb-render-util0:amd64.
#6 17.75 Preparing to unpack .../23-libxcb-render-util0_0.3.9-1build3_amd64.deb ...
#6 17.76 Unpacking libxcb-render-util0:amd64 (0.3.9-1build3) ...
#6 17.81 Selecting previously unselected package libxcb-xinerama0:amd64.
#6 17.82 Preparing to unpack .../24-libxcb-xinerama0_1.14-3ubuntu3_amd64.deb ...
#6 17.82 Unpacking libxcb-xinerama0:amd64 (1.14-3ubuntu3) ...
#6 17.87 Selecting previously unselected package libxcb-xinput0:amd64.
#6 17.87 Preparing to unpack .../25-libxcb-xinput0_1.14-3ubuntu3_amd64.deb ...
#6 17.88 Unpacking libxcb-xinput0:amd64 (1.14-3ubuntu3) ...
#6 17.93 Selecting previously unselected package libxcb-xkb1:amd64.
#6 17.94 Preparing to unpack .../26-libxcb-xkb1_1.14-3ubuntu3_amd64.deb ...
#6 17.95 Unpacking libxcb-xkb1:amd64 (1.14-3ubuntu3) ...
#6 18.00 Selecting previously unselected package libxkbcommon-x11-0:amd64.
#6 18.01 Preparing to unpack .../27-libxkbcommon-x11-0_1.4.0-1_amd64.deb ...
#6 18.01 Unpacking libxkbcommon-x11-0:amd64 (1.4.0-1) ...
#6 18.08 Selecting previously unselected package libqt5gui5:amd64.
#6 18.09 Preparing to unpack .../28-libqt5gui5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ...
#6 18.10 Unpacking libqt5gui5:amd64 (5.15.3+dfsg-2ubuntu0.2) ...
#6 18.22 Selecting previously unselected package libqt5widgets5:amd64.
#6 18.23 Preparing to unpack .../29-libqt5widgets5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ...
#6 18.24 Unpacking libqt5widgets5:amd64 (5.15.3+dfsg-2ubuntu0.2) ...
#6 18.33 Selecting previously unselected package libqt5svg5:amd64.
#6 18.34 Preparing to unpack .../30-libqt5svg5_5.15.3-1_amd64.deb ...
#6 18.34 Unpacking libqt5svg5:amd64 (5.15.3-1) ...
#6 18.40 Selecting previously unselected package binfmt-support.
#6 18.41 Preparing to unpack .../31-binfmt-support_2.2.1-2_amd64.deb ...
#6 18.42 Unpacking binfmt-support (2.2.1-2) ...
#6 18.48 Selecting previously unselected package default-jre-headless.
#6 18.49 Preparing to unpack .../32-default-jre-headless_2%3a1.11-72build2_amd64.deb ...
#6 18.50 Unpacking default-jre-headless (2:1.11-72build2) ...
#6 18.54 Selecting previously unselected package fastjar.
#6 18.55 Preparing to unpack .../33-fastjar_2%3a0.98-7_amd64.deb ...
#6 18.56 Unpacking fastjar (2:0.98-7) ...
#6 18.61 Selecting previously unselected package jarwrapper.
#6 18.62 Preparing to unpack .../34-jarwrapper_0.78_all.deb ...
#6 18.63 Unpacking jarwrapper (0.78) ...
#6 18.68 Selecting previously unselected package libhamcrest-java.
#6 18.69 Preparing to unpack .../35-libhamcrest-java_1.3-9_all.deb ...
#6 18.70 Unpacking libhamcrest-java (1.3-9) ...
#6 18.78 Selecting previously unselected package junit4.
#6 18.79 Preparing to unpack .../36-junit4_4.13.2-1_all.deb ...
#6 18.80 Unpacking junit4 (4.13.2-1) ...
#6 18.85 Selecting previously unselected package java-wrappers.
#6 18.86 Preparing to unpack .../37-java-wrappers_0.3_all.deb ...
#6 18.86 Unpacking java-wrappers (0.3) ...
#6 18.91 Selecting previously unselected package libjaxp1.3-java.
#6 18.92 Preparing to unpack .../38-libjaxp1.3-java_1.3.05-6_all.deb ...
#6 18.92 Unpacking libjaxp1.3-java (1.3.05-6) ...
#6 18.99 Selecting previously unselected package libxml-commons-external-java.
#6 18.99 Preparing to unpack .../39-libxml-commons-external-java_1.4.01-5_all.deb ...
#6 19.00 Unpacking libxml-commons-external-java (1.4.01-5) ...
#6 19.07 Selecting previously unselected package libxml-commons-resolver1.1-java.
#6 19.08 Preparing to unpack .../40-libxml-commons-resolver1.1-java_1.2-11_all.deb ...
#6 19.08 Unpacking libxml-commons-resolver1.1-java (1.2-11) ...
#6 19.14 Selecting previously unselected package libxerces2-java.
#6 19.14 Preparing to unpack .../41-libxerces2-java_2.12.1-1_all.deb ...
#6 19.15 Unpacking libxerces2-java (2.12.1-1) ...
#6 19.32 Selecting previously unselected package libxalan2-java.
#6 19.33 Preparing to unpack .../42-libxalan2-java_2.7.2-4_all.deb ...
#6 19.33 Unpacking libxalan2-java (2.7.2-4) ...
#6 19.67 Selecting previously unselected package libapache-pom-java.
#6 19.68 Preparing to unpack .../43-libapache-pom-java_18-1_all.deb ...
#6 19.69 Unpacking libapache-pom-java (18-1) ...
#6 19.73 Selecting previously unselected package libcommons-parent-java.
#6 19.74 Preparing to unpack .../44-libcommons-parent-java_43-1_all.deb ...
#6 19.75 Unpacking libcommons-parent-java (43-1) ...
#6 19.80 Selecting previously unselected package libcommons-io-java.
#6 19.81 Preparing to unpack .../45-libcommons-io-java_2.11.0-2_all.deb ...
#6 19.82 Unpacking libcommons-io-java (2.11.0-2) ...
#6 19.86 Selecting previously unselected package libcommons-logging-java.
#6 19.87 Preparing to unpack .../46-libcommons-logging-java_1.2-2_all.deb ...
#6 19.88 Unpacking libcommons-logging-java (1.2-2) ...
#6 19.93 Selecting previously unselected package libxmlgraphics-commons-java.
#6 19.94 Preparing to unpack .../47-libxmlgraphics-commons-java_2.6-1_all.deb ...
#6 19.95 Unpacking libxmlgraphics-commons-java (2.6-1) ...
#6 20.00 Selecting previously unselected package libbatik-java.
#6 20.01 Preparing to unpack .../48-libbatik-java_1.14-1ubuntu0.2_all.deb ...
#6 20.02 Unpacking libbatik-java (1.14-1ubuntu0.2) ...
#6 20.14 Selecting previously unselected package libcommons-cli-java.
#6 20.14 Preparing to unpack .../49-libcommons-cli-java_1.4-2_all.deb ...
#6 20.15 Unpacking libcommons-cli-java (1.4-2) ...
#6 20.20 Selecting previously unselected package libjericho-html-java.
#6 20.21 Preparing to unpack .../50-libjericho-html-java_3.2-2_all.deb ...
#6 20.22 Unpacking libjericho-html-java (3.2-2) ...
#6 20.28 Selecting previously unselected package ditaa.
#6 20.29 Preparing to unpack .../51-ditaa_0.10+ds1-1.2_all.deb ...
#6 20.30 Unpacking ditaa (0.10+ds1-1.2) ...
#6 20.35 Selecting previously unselected package fontforge-common.
#6 20.36 Preparing to unpack .../52-fontforge-common_1%3a20201107~dfsg-4+deb11u1build0.22.04.1_all.deb ...
#6 20.37 Unpacking fontforge-common (1:20201107~dfsg-4+deb11u1build0.22.04.1) ...
#6 20.55 Selecting previously unselected package libspiro1:amd64.
#6 20.56 Preparing to unpack .../53-libspiro1_1%3a20200505-2_amd64.deb ...
#6 20.57 Unpacking libspiro1:amd64 (1:20200505-2) ...
#6 20.62 Selecting previously unselected package libuninameslist1:amd64.
#6 20.63 Preparing to unpack .../54-libuninameslist1_20211114-1_amd64.deb ...
#6 20.64 Unpacking libuninameslist1:amd64 (20211114-1) ...
#6 20.71 Selecting previously unselected package libwoff1:amd64.
#6 20.72 Preparing to unpack .../55-libwoff1_1.0.2-1build4_amd64.deb ...
#6 20.72 Unpacking libwoff1:amd64 (1.0.2-1build4) ...
#6 20.77 Selecting previously unselected package libfontforge4:amd64.
#6 20.78 Preparing to unpack .../56-libfontforge4_1%3a20201107~dfsg-4+deb11u1build0.22.04.1_amd64.deb ...
#6 20.79 Unpacking libfontforge4:amd64 (1:20201107~dfsg-4+deb11u1build0.22.04.1) ...
#6 20.87 Selecting previously unselected package fontforge.
#6 20.88 Preparing to unpack .../57-fontforge_1%3a20201107~dfsg-4+deb11u1build0.22.04.1_amd64.deb ...
#6 20.89 Unpacking fontforge (1:20201107~dfsg-4+deb11u1build0.22.04.1) ...
#6 20.98 Selecting previously unselected package fonts-cantarell.
#6 20.99 Preparing to unpack .../58-fonts-cantarell_0.303-2_all.deb ...
#6 21.00 Unpacking fonts-cantarell (0.303-2) ...
#6 21.07 Selecting previously unselected package fonts-inconsolata.
#6 21.08 Preparing to unpack .../59-fonts-inconsolata_001.010-6build1_all.deb ...
#6 21.08 Unpacking fonts-inconsolata (001.010-6build1) ...
#6 21.13 Selecting previously unselected package fonts-liberation.
#6 21.14 Preparing to unpack .../60-fonts-liberation_1%3a1.07.4-11_all.deb ...
#6 21.15 Unpacking fonts-liberation (1:1.07.4-11) ...
#6 21.28 Selecting previously unselected package aglfn.
#6 21.29 Preparing to unpack .../61-aglfn_1.7+git20191031.4036a9c-2_all.deb ...
#6 21.29 Unpacking aglfn (1.7+git20191031.4036a9c-2) ...
#6 21.34 Selecting previously unselected package gnuplot-data.
#6 21.35 Preparing to unpack .../62-gnuplot-data_5.4.2+dfsg2-2_all.deb ...
#6 21.36 Unpacking gnuplot-data (5.4.2+dfsg2-2) ...
#6 21.42 Selecting previously unselected package liblua5.4-0:amd64.
#6 21.43 Preparing to unpack .../63-liblua5.4-0_5.4.4-1_amd64.deb ...
#6 21.43 Unpacking liblua5.4-0:amd64 (5.4.4-1) ...
#6 21.50 Selecting previously unselected package libqt5printsupport5:amd64.
#6 21.51 Preparing to unpack .../64-libqt5printsupport5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ...
#6 21.52 Unpacking libqt5printsupport5:amd64 (5.15.3+dfsg-2ubuntu0.2) ...
#6 21.57 Selecting previously unselected package libwxbase3.0-0v5:amd64.
#6 21.58 Preparing to unpack .../65-libwxbase3.0-0v5_3.0.5.1+dfsg-4_amd64.deb ...
#6 21.59 Unpacking libwxbase3.0-0v5:amd64 (3.0.5.1+dfsg-4) ...
#6 21.66 Selecting previously unselected package libnotify4:amd64.
#6 21.67 Preparing to unpack .../66-libnotify4_0.7.9-3ubuntu5.22.04.1_amd64.deb ...
#6 21.68 Unpacking libnotify4:amd64 (0.7.9-3ubuntu5.22.04.1) ...
#6 21.73 Selecting previously unselected package libwxgtk3.0-gtk3-0v5:amd64.
#6 21.74 Preparing to unpack .../67-libwxgtk3.0-gtk3-0v5_3.0.5.1+dfsg-4_amd64.deb ...
#6 21.74 Unpacking libwxgtk3.0-gtk3-0v5:amd64 (3.0.5.1+dfsg-4) ...
#6 21.89 Selecting previously unselected package gnuplot-qt.
#6 21.90 Preparing to unpack .../68-gnuplot-qt_5.4.2+dfsg2-2_amd64.deb ...
#6 21.90 Unpacking gnuplot-qt (5.4.2+dfsg2-2) ...
#6 21.96 Selecting previously unselected package gnuplot.
#6 21.97 Preparing to unpack .../69-gnuplot_5.4.2+dfsg2-2_all.deb ...
#6 21.98 Unpacking gnuplot (5.4.2+dfsg2-2) ...
#6 22.04 Selecting previously unselected package libann0.
#6 22.04 Preparing to unpack .../70-libann0_1.1.2+doc-7build1_amd64.deb ...
#6 22.06 Unpacking libann0 (1.1.2+doc-7build1) ...
#6 22.11 Selecting previously unselected package libcdt5:amd64.
#6 22.12 Preparing to unpack .../71-libcdt5_2.42.2-6ubuntu0.1_amd64.deb ...
#6 22.12 Unpacking libcdt5:amd64 (2.42.2-6ubuntu0.1) ...
#6 22.17 Selecting previously unselected package libcgraph6:amd64.
#6 22.18 Preparing to unpack .../72-libcgraph6_2.42.2-6ubuntu0.1_amd64.deb ...
#6 22.19 Unpacking libcgraph6:amd64 (2.42.2-6ubuntu0.1) ...
#6 22.24 Selecting previously unselected package libgts-0.7-5:amd64.
#6 22.25 Preparing to unpack .../73-libgts-0.7-5_0.7.6+darcs121130-5_amd64.deb ...
#6 22.26 Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-5) ...
#6 22.31 Selecting previously unselected package libpathplan4:amd64.
#6 22.32 Preparing to unpack .../74-libpathplan4_2.42.2-6ubuntu0.1_amd64.deb ...
#6 22.33 Unpacking libpathplan4:amd64 (2.42.2-6ubuntu0.1) ...
#6 22.39 Selecting previously unselected package libgvc6.
#6 22.39 Preparing to unpack .../75-libgvc6_2.42.2-6ubuntu0.1_amd64.deb ...
#6 22.40 Unpacking libgvc6 (2.42.2-6ubuntu0.1) ...
#6 22.47 Selecting previously unselected package libgvpr2:amd64.
#6 22.48 Preparing to unpack .../76-libgvpr2_2.42.2-6ubuntu0.1_amd64.deb ...
#6 22.49 Unpacking libgvpr2:amd64 (2.42.2-6ubuntu0.1) ...
#6 22.55 Selecting previously unselected package liblab-gamut1:amd64.
#6 22.56 Preparing to unpack .../77-liblab-gamut1_2.42.2-6ubuntu0.1_amd64.deb ...
#6 22.56 Unpacking liblab-gamut1:amd64 (2.42.2-6ubuntu0.1) ...
#6 22.63 Selecting previously unselected package graphviz.
#6 22.64 Preparing to unpack .../78-graphviz_2.42.2-6ubuntu0.1_amd64.deb ...
#6 22.65 Unpacking graphviz (2.42.2-6ubuntu0.1) ...
#6 22.75 Selecting previously unselected package icc-profiles-free.
#6 22.75 Preparing to unpack .../79-icc-profiles-free_2.0.1+dfsg-1.1_all.deb ...
#6 22.76 Unpacking icc-profiles-free (2.0.1+dfsg-1.1) ...
#6 22.84 Selecting previously unselected package libavalon-framework-java.
#6 22.85 Preparing to unpack .../80-libavalon-framework-java_4.2.0-10_all.deb ...
#6 22.86 Unpacking libavalon-framework-java (4.2.0-10) ...
#6 22.92 Selecting previously unselected package libblas-dev:amd64.
#6 22.93 Preparing to unpack .../81-libblas-dev_3.10.0-2ubuntu1_amd64.deb ...
#6 22.94 Unpacking libblas-dev:amd64 (3.10.0-2ubuntu1) ...
#6 23.00 Selecting previously unselected package libfontbox2-java.
#6 23.01 Preparing to unpack .../82-libfontbox2-java_2.0.25-1_all.deb ...
#6 23.02 Unpacking libfontbox2-java (2.0.25-1) ...
#6 23.08 Selecting previously unselected package libqdox-java.
#6 23.09 Preparing to unpack .../83-libqdox-java_1.12.1-3_all.deb ...
#6 23.10 Unpacking libqdox-java (1.12.1-3) ...
#6 23.16 Selecting previously unselected package libfop-java.
#6 23.17 Preparing to unpack .../84-libfop-java_1%3a2.6-2_all.deb ...
#6 23.17 Unpacking libfop-java (1:2.6-2) ...
#6 23.32 Selecting previously unselected package libgts-bin.
#6 23.33 Preparing to unpack .../85-libgts-bin_0.7.6+darcs121130-5_amd64.deb ...
#6 23.33 Unpacking libgts-bin (0.7.6+darcs121130-5) ...
#6 23.38 Selecting previously unselected package libjlatexmath-java.
#6 23.39 Preparing to unpack .../86-libjlatexmath-java_1.0.7-3_all.deb ...
#6 23.39 Unpacking libjlatexmath-java (1.0.7-3) ...
#6 23.53 Selecting previously unselected package liblapack-dev:amd64.
#6 23.54 Preparing to unpack .../87-liblapack-dev_3.10.0-2ubuntu1_amd64.deb ...
#6 23.54 Unpacking liblapack-dev:amd64 (3.10.0-2ubuntu1) ...
#6 23.74 Selecting previously unselected package libsaxon-java.
#6 23.75 Preparing to unpack .../88-libsaxon-java_1%3a6.5.5-12_all.deb ...
#6 23.76 Unpacking libsaxon-java (1:6.5.5-12) ...
#6 23.85 Selecting previously unselected package libwacom-bin.
#6 23.86 Preparing to unpack .../89-libwacom-bin_2.2.0-1_amd64.deb ...
#6 23.87 Unpacking libwacom-bin (2.2.0-1) ...
#6 23.92 Preparing to unpack .../90-libxml2-utils_2.9.14+dfsg-0.1+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
#6 23.93 Unpacking libxml2-utils (2.9.14+dfsg-0.1+ubuntu22.04.1+deb.sury.org+1) over (2.9.13+dfsg-1ubuntu0.4) ...
#6 24.00 Selecting previously unselected package plantuml.
#6 24.01 Preparing to unpack .../91-plantuml_1%3a1.2020.2+ds-1_all.deb ...
#6 24.01 Unpacking plantuml (1:1.2020.2+ds-1) ...
#6 24.57 Selecting previously unselected package qt5-gtk-platformtheme:amd64.
#6 24.58 Preparing to unpack .../92-qt5-gtk-platformtheme_5.15.3+dfsg-2ubuntu0.2_amd64.deb ...
#6 24.59 Unpacking qt5-gtk-platformtheme:amd64 (5.15.3+dfsg-2ubuntu0.2) ...
#6 24.63 Selecting previously unselected package qttranslations5-l10n.
#6 24.64 Preparing to unpack .../93-qttranslations5-l10n_5.15.3-1_all.deb ...
#6 24.65 Unpacking qttranslations5-l10n (5.15.3-1) ...
#6 24.87 Selecting previously unselected package shellcheck.
#6 24.88 Preparing to unpack .../94-shellcheck_0.8.0-2_amd64.deb ...
#6 24.89 Unpacking shellcheck (0.8.0-2) ...
#6 25.02 Setting up fastjar (2:0.98-7) ...
#6 25.12 Setting up libwayland-server0:amd64 (1.20.0-1ubuntu0.1) ...
#6 25.13 Setting up fonts-cantarell (0.303-2) ...
#6 25.16 Setting up libqdox-java (1.12.1-3) ...
#6 25.18 Setting up java-wrappers (0.3) ...
#6 25.19 Setting up default-jre-headless (2:1.11-72build2) ...
#6 25.21 Setting up libxcb-xinput0:amd64 (1.14-3ubuntu3) ...
#6 25.22 Setting up libwoff1:amd64 (1.0.2-1build4) ...
#6 25.24 Setting up libgbm1:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
#6 25.26 Setting up libcommons-cli-java (1.4-2) ...
#6 25.27 Setting up libsaxon-java (1:6.5.5-12) ...
#6 25.29 Setting up libspiro1:amd64 (1:20200505-2) ...
#6 25.31 Setting up liblab-gamut1:amd64 (2.42.2-6ubuntu0.1) ...
#6 25.32 Setting up libxcb-keysyms1:amd64 (0.4.0-1build3) ...
#6 25.34 Setting up libxcb-render-util0:amd64 (0.3.9-1build3) ...
#6 25.35 Setting up fontforge-common (1:20201107~dfsg-4+deb11u1build0.22.04.1) ...
#6 25.37 Setting up libxcb-icccm4:amd64 (0.4.1-1.1build2) ...
#6 25.38 Setting up libpcre2-16-0:amd64 (10.42-3+ubuntu22.04.1+deb.sury.org+1) ...
#6 25.40 Setting up shellcheck (0.8.0-2) ...
#6 25.42 Setting up libxcb-util1:amd64 (0.4.0-1build2) ...
#6 25.45 Setting up libjericho-html-java (3.2-2) ...
#6 25.46 Setting up libxcb-xkb1:amd64 (1.14-3ubuntu3) ...
#6 25.47 Setting up libxcb-image0:amd64 (0.4.0-2) ...
#6 25.49 Setting up fonts-inconsolata (001.010-6build1) ...
#6 25.51 Setting up libfontbox2-java (2.0.25-1) ...
#6 25.52 Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-5) ...
#6 25.53 Setting up libxcb-xinerama0:amd64 (1.14-3ubuntu3) ...
#6 25.55 Setting up qttranslations5-l10n (5.15.3-1) ...
#6 25.57 Setting up libnotify4:amd64 (0.7.9-3ubuntu5.22.04.1) ...
#6 25.58 Setting up libpathplan4:amd64 (2.42.2-6ubuntu0.1) ...
#6 25.60 Setting up aglfn (1.7+git20191031.4036a9c-2) ...
#6 25.62 Setting up libapache-pom-java (18-1) ...
#6 25.63 Setting up libann0 (1.1.2+doc-7build1) ...
#6 25.65 Setting up libxkbcommon-x11-0:amd64 (1.4.0-1) ...
#6 25.66 Setting up icc-profiles-free (2.0.1+dfsg-1.1) ...
#6 25.68 Setting up libxml-commons-resolver1.1-java (1.2-11) ...
#6 25.70 Setting up binfmt-support (2.2.1-2) ...
#6 25.80 invoke-rc.d: could not determine current runlevel
#6 25.80 invoke-rc.d: policy-rc.d denied execution of restart.
#6 25.97 Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service.
#6 25.98 Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ...
#6 26.00 Setting up libhamcrest-java (1.3-9) ...
#6 26.02 Setting up libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
#6 26.03 Setting up libmtdev1:amd64 (1.1.6-1build4) ...
#6 26.05 Setting up libuninameslist1:amd64 (20211114-1) ...
#6 26.07 Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ...
#6 26.08 Setting up libxml-commons-external-java (1.4.01-5) ...
#6 26.09 Setting up fonts-liberation (1:1.07.4-11) ...
#6 26.11 Setting up libavalon-framework-java (4.2.0-10) ...
#6 26.13 Setting up libmd4c0:amd64 (0.4.8-1) ...
#6 26.15 Setting up liblua5.4-0:amd64 (5.4.4-1) ...
#6 26.16 Setting up libwxbase3.0-0v5:amd64 (3.0.5.1+dfsg-4) ...
#6 26.18 Setting up libcdt5:amd64 (2.42.2-6ubuntu0.1) ...
#6 26.20 Setting up libcgraph6:amd64 (2.42.2-6ubuntu0.1) ...
#6 26.22 Setting up libjlatexmath-java (1.0.7-3) ...
#6 26.24 Setting up libxerces2-java (2.12.1-1) ...
#6 26.26 Setting up libjaxp1.3-java (1.3.05-6) ...
#6 26.28 Setting up libxml2-utils (2.9.14+dfsg-0.1+ubuntu22.04.1+deb.sury.org+1) ...
#6 26.29 Setting up libevdev2:amd64 (1.12.1+dfsg-1) ...
#6 26.31 Setting up libgudev-1.0-0:amd64 (1:237-2build1) ...
#6 26.33 Setting up libblas-dev:amd64 (3.10.0-2ubuntu1) ...
#6 26.35 update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode
#6 26.36 Setting up libwacom-common (2.2.0-1) ...
#6 26.38 Setting up junit4 (4.13.2-1) ...
#6 26.40 Setting up gnuplot-data (5.4.2+dfsg2-2) ...
#6 26.41 Setting up libgts-bin (0.7.6+darcs121130-5) ...
#6 26.43 Setting up jarwrapper (0.78) ...
#6 26.45 Setting up libwacom9:amd64 (2.2.0-1) ...
#6 26.47 Setting up libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
#6 26.49 Setting up libcommons-parent-java (43-1) ...
#6 26.51 Setting up libcommons-logging-java (1.2-2) ...
#6 26.53 Setting up libfontforge4:amd64 (1:20201107~dfsg-4+deb11u1build0.22.04.1) ...
#6 26.55 Setting up libwxgtk3.0-gtk3-0v5:amd64 (3.0.5.1+dfsg-4) ...
#6 26.57 Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ...
#6 26.59 Setting up libinput-bin (1.20.0-1ubuntu0.3) ...
#6 26.61 Setting up libegl-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
#6 26.63 Setting up libxalan2-java (2.7.2-4) ...
#6 26.66 Setting up liblapack-dev:amd64 (3.10.0-2ubuntu1) ...
#6 26.67 update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode
#6 26.68 Setting up libgvc6 (2.42.2-6ubuntu0.1) ...
#6 26.85 Setting up libwacom-bin (2.2.0-1) ...
#6 26.88 Setting up libgvpr2:amd64 (2.42.2-6ubuntu0.1) ...
#6 26.90 Setting up libegl1:amd64 (1.4.0-1) ...
#6 26.91 Setting up graphviz (2.42.2-6ubuntu0.1) ...
#6 26.93 Setting up libinput10:amd64 (1.20.0-1ubuntu0.3) ...
#6 26.95 Setting up libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
#6 26.97 Setting up fontforge (1:20201107~dfsg-4+deb11u1build0.22.04.1) ...
#6 27.00 Setting up libcommons-io-java (2.11.0-2) ...
#6 27.04 Setting up libqt5gui5:amd64 (5.15.3+dfsg-2ubuntu0.2) ...
#6 27.06 Setting up libxmlgraphics-commons-java (2.6-1) ...
#6 27.08 Setting up libqt5widgets5:amd64 (5.15.3+dfsg-2ubuntu0.2) ...
#6 27.09 Setting up qt5-gtk-platformtheme:amd64 (5.15.3+dfsg-2ubuntu0.2) ...
#6 27.12 Setting up libqt5printsupport5:amd64 (5.15.3+dfsg-2ubuntu0.2) ...
#6 27.14 Setting up libbatik-java (1.14-1ubuntu0.2) ...
#6 27.15 Setting up libqt5svg5:amd64 (5.15.3-1) ...
#6 27.17 Setting up gnuplot-qt (5.4.2+dfsg2-2) ...
#6 27.19 update-alternatives: using /usr/bin/gnuplot-qt to provide /usr/bin/gnuplot (gnuplot) in auto mode
#6 27.20 update-alternatives: warning: skip creation of /usr/share/man/man1/gnuplot.1.gz because associated file /usr/share/man/man1/gnuplot-qt.1.gz (of link group gnuplot) doesn't exist
#6 27.21 Setting up ditaa (0.10+ds1-1.2) ...
#6 27.23 Setting up gnuplot (5.4.2+dfsg2-2) ...
#6 27.26 Setting up libfop-java (1:2.6-2) ...
#6 27.27 Setting up plantuml (1:1.2020.2+ds-1) ...
#6 27.29 Processing triggers for hicolor-icon-theme (0.17-2) ...
#6 27.56 Processing triggers for libc-bin (2.35-0ubuntu3.6) ...
#6 28.17 Processing triggers for man-db (2.10.2-1) ...
#6 28.40 Processing triggers for shared-mime-info (2.1-2) ...
#6 31.69 Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
#6 31.74 Processing triggers for fontconfig (2.13.1-4.2ubuntu5) ...
#6 32.56 PlantUML version 1.2020.02 (Sun Mar 01 10:22:07 UTC 2020)
#6 32.56 (GPL source distribution)
#6 32.58 Java Runtime: OpenJDK Runtime Environment
#6 32.58 JVM: OpenJDK 64-Bit Server VM
#6 32.58 Java Version: 17.0.10+7-Ubuntu-122.04.1
#6 32.58 Operating System: Linux
#6 32.58 Default Encoding: UTF-8
#6 32.58 Language: en
#6 32.58 Country: US
#6 32.59 Machine: buildkitsandbox
#6 32.59 PLANTUML_LIMIT_SIZE: 4096
#6 32.59 Processors: 1
#6 32.59 Max Memory: 496,697,344
#6 32.59 Total Memory: 32,440,320
#6 32.59 Free Memory: 26,356,328
#6 32.59 Used Memory: 6,083,992
#6 32.59 Thread Active Count: 1
#6 32.59
#6 32.68 The environment variable GRAPHVIZ_DOT has not been set
#6 32.68 Dot executable is /usr/bin/dot
#6 32.68 Dot version: dot - graphviz version 2.43.0 (0)
#6 32.68 Installation seems OK. File generation OK
#6 32.70 @(#) International Ispell Version 3.1.20 (but really Aspell 0.60.8)
#6 32.73 Copyright (c) 2000-2024. See AUTHORS for Contributors.
#6 32.73  License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
#6 32.73  with many parts BSD <http://fontforge.org/license.html>. Please read LICENSE.
#6 32.73  Version: 20201107
#6 32.73  Based on sources from 2024-06-24 13:55 UTC-ML-D-GDK3.
#6 32.73 PythonUI_Init()
#6 32.73 copyUIMethodsToBaseTable()
#6 32.74 fontforge 20201107
#6 32.74 build date: 2024-06-24 13:55 UTC
#6 32.81 gnuplot 5.4 patchlevel 2
#6 32.90 cmake version 3.22.1
#6 32.90
#6 32.90 CMake suite maintained and supported by Kitware (kitware.com/cmake).
#6 32.91 ShellCheck - shell script analysis tool
#6 32.91 version: 0.8.0
#6 32.91 license: GNU General Public License, version 3
#6 32.91 website: https://www.shellcheck.net
#6 DONE 33.1s

#7 [3/9] RUN npm install -g eslint@8.44.0 &&   eslint --version
#7 4.775 npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
#7 4.874 npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
#7 4.891 npm WARN deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
#7 4.943 npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
#7 4.964 npm WARN deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead
#7 5.302 npm WARN deprecated eslint@8.44.0: This version is no longer supported. Please see https://eslint.org/version-support for other options.
#7 5.317
#7 5.317 added 98 packages in 4s
#7 5.318
#7 5.319 24 packages are looking for funding
#7 5.319   run `npm fund` for details
#7 5.320 npm notice
#7 5.321 npm notice New major version of npm available! 10.2.4 -> 11.0.0
#7 5.321 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v11.0.0>
#7 5.322 npm notice Run `npm install -g npm@11.0.0` to update!
#7 5.324 npm notice
#7 5.598 v8.44.0
#7 DONE 5.9s

#8 [4/9] RUN git clone https://github.com/htacg/tidy-html5.git _tidy-html5 &&   cd _tidy-html5/build/cmake &&   git checkout 5.8.0 &&   cmake ../.. &&   make &&   make install &&   tidy --version
#8 0.361 Cloning into '_tidy-html5'...
#8 2.248 Note: switching to '5.8.0'.
#8 2.248
#8 2.248 You are in 'detached HEAD' state. You can look around, make experimental
#8 2.248 changes and commit them, and you can discard any commits you make in this
#8 2.248 state without impacting any branches by switching back to a branch.
#8 2.248
#8 2.248 If you want to create a new branch to retain commits you create, you may
#8 2.248 do so (now or later) by using -c with the switch command. Example:
#8 2.248
#8 2.248   git switch -c <new-branch-name>
#8 2.248
#8 2.248 Or undo this operation with:
#8 2.248
#8 2.248   git switch -
#8 2.248
#8 2.248 Turn off this advice by setting config variable advice.detachedHead to false
#8 2.248
#8 2.248 HEAD is now at 1ca3747 Merging gitignore; no version bump.
#8 2.540 -- The C compiler identification is GNU 11.4.0
#8 2.779 -- The CXX compiler identification is GNU 11.4.0
#8 2.809 -- Detecting C compiler ABI info
#8 2.898 -- Detecting C compiler ABI info - done
#8 2.908 -- Check for working C compiler: /usr/bin/cc - skipped
#8 2.909 -- Detecting C compile features
#8 2.912 -- Detecting C compile features - done
#8 2.921 -- Detecting CXX compiler ABI info
#8 3.013 -- Detecting CXX compiler ABI info - done
#8 3.023 -- Check for working CXX compiler: /usr/bin/c++ - skipped
#8 3.025 -- Detecting CXX compile features
#8 3.025 -- Detecting CXX compile features - done
#8 3.026 -> TIDY_SO_VERSION = 58. This is an EVEN (stable) release.
#8 3.027 -- *** Debug Logging is NOT enabled.
#8 3.027 -- *** Building support for runtime configuration files.
#8 3.027 -- *** Also building DLL library SHARED, version 5.8.0, date 2021.07.10
#8 3.030 -- *** NOTE: xsltproc NOT FOUND! Can NOT generate man page.
#8 3.030 -- *** You need to install xsltproc in your system.
#8 3.043 -- Configuring done
#8 3.055 -- Generating done
#8 3.056 -- Build files have been written to: /tmp/_tidy-html5/build/cmake
#8 3.100 [  1%] Building C object CMakeFiles/tidy-static.dir/src/access.c.o
#8 3.179 /tmp/_tidy-html5/src/access.c:892:40: warning: argument 2 of type ‘int[]’ with mismatched bound [-Warray-parameter=]
#8 3.179   892 | static Bool GetRgb( ctmbstr color, int rgb[] )
#8 3.179       |                                    ~~~~^~~~~
#8 3.180 /tmp/_tidy-html5/src/access.c:380:40: note: previously declared as ‘int[3]’
#8 3.180   380 | static Bool GetRgb( ctmbstr color, int rgb[3] );
#8 3.180       |                                    ~~~~^~~~~~
#8 3.321 [  3%] Building C object CMakeFiles/tidy-static.dir/src/attrs.c.o
#8 3.363 /tmp/_tidy-html5/src/attrs.c: In function ‘CheckDecimal’:
#8 3.363 /tmp/_tidy-html5/src/attrs.c:2300:13: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
#8 3.363  2300 |             else
#8 3.363       |             ^~~~
#8 3.364 /tmp/_tidy-html5/src/attrs.c:2302:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’
#8 3.364  2302 |                 break;
#8 3.364       |                 ^~~~~
#8 3.479 [  5%] Building C object CMakeFiles/tidy-static.dir/src/istack.c.o
#8 3.539 [  7%] Building C object CMakeFiles/tidy-static.dir/src/parser.c.o
#8 3.760 [  8%] Building C object CMakeFiles/tidy-static.dir/src/tags.c.o
#8 3.855 [ 10%] Building C object CMakeFiles/tidy-static.dir/src/entities.c.o
#8 3.931 [ 12%] Building C object CMakeFiles/tidy-static.dir/src/lexer.c.o
#8 4.128 [ 14%] Building C object CMakeFiles/tidy-static.dir/src/pprint.c.o
#8 4.277 [ 16%] Building C object CMakeFiles/tidy-static.dir/src/charsets.c.o
#8 4.329 [ 17%] Building C object CMakeFiles/tidy-static.dir/src/clean.c.o
#8 4.487 [ 19%] Building C object CMakeFiles/tidy-static.dir/src/message.c.o
#8 4.601 [ 21%] Building C object CMakeFiles/tidy-static.dir/src/config.c.o
#8 4.735 [ 23%] Building C object CMakeFiles/tidy-static.dir/src/alloc.c.o
#8 4.778 [ 25%] Building C object CMakeFiles/tidy-static.dir/src/attrdict.c.o
#8 5.129 [ 26%] Building C object CMakeFiles/tidy-static.dir/src/buffio.c.o
#8 5.181 [ 28%] Building C object CMakeFiles/tidy-static.dir/src/fileio.c.o
#8 5.223 [ 30%] Building C object CMakeFiles/tidy-static.dir/src/streamio.c.o
#8 5.328 [ 32%] Building C object CMakeFiles/tidy-static.dir/src/tagask.c.o
#8 5.373 [ 33%] Building C object CMakeFiles/tidy-static.dir/src/tmbstr.c.o
#8 5.425 [ 35%] Building C object CMakeFiles/tidy-static.dir/src/utf8.c.o
#8 5.479 [ 37%] Building C object CMakeFiles/tidy-static.dir/src/tidylib.c.o
#8 5.639 [ 39%] Building C object CMakeFiles/tidy-static.dir/src/mappedio.c.o
#8 5.688 [ 41%] Building C object CMakeFiles/tidy-static.dir/src/gdoc.c.o
#8 5.736 [ 42%] Building C object CMakeFiles/tidy-static.dir/src/language.c.o
#8 5.821 [ 44%] Building C object CMakeFiles/tidy-static.dir/src/messageobj.c.o
#8 5.895 [ 46%] Building C object CMakeFiles/tidy-static.dir/src/sprtf.c.o
#8 5.935 [ 48%] Linking C static library libtidy.a
#8 5.991 [ 48%] Built target tidy-static
#8 6.013 [ 50%] Building C object CMakeFiles/tidy-share.dir/src/access.c.o
#8 6.042 /tmp/_tidy-html5/src/access.c:892:40: warning: argument 2 of type ‘int[]’ with mismatched bound [-Warray-parameter=]
#8 6.042   892 | static Bool GetRgb( ctmbstr color, int rgb[] )
#8 6.042       |                                    ~~~~^~~~~
#8 6.043 /tmp/_tidy-html5/src/access.c:380:40: note: previously declared as ‘int[3]’
#8 6.043   380 | static Bool GetRgb( ctmbstr color, int rgb[3] );
#8 6.043       |                                    ~~~~^~~~~~
#8 6.166 [ 51%] Building C object CMakeFiles/tidy-share.dir/src/attrs.c.o
#8 6.204 /tmp/_tidy-html5/src/attrs.c: In function ‘CheckDecimal’:
#8 6.205 /tmp/_tidy-html5/src/attrs.c:2300:13: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
#8 6.205  2300 |             else
#8 6.205       |             ^~~~
#8 6.205 /tmp/_tidy-html5/src/attrs.c:2302:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’
#8 6.205  2302 |                 break;
#8 6.205       |                 ^~~~~
#8 6.382 [ 53%] Building C object CMakeFiles/tidy-share.dir/src/istack.c.o
#8 6.442 [ 55%] Building C object CMakeFiles/tidy-share.dir/src/parser.c.o
#8 6.662 [ 57%] Building C object CMakeFiles/tidy-share.dir/src/tags.c.o
#8 6.750 [ 58%] Building C object CMakeFiles/tidy-share.dir/src/entities.c.o
#8 6.826 [ 60%] Building C object CMakeFiles/tidy-share.dir/src/lexer.c.o
#8 7.022 [ 62%] Building C object CMakeFiles/tidy-share.dir/src/pprint.c.o
#8 7.171 [ 64%] Building C object CMakeFiles/tidy-share.dir/src/charsets.c.o
#8 7.224 [ 66%] Building C object CMakeFiles/tidy-share.dir/src/clean.c.o
#8 7.382 [ 67%] Building C object CMakeFiles/tidy-share.dir/src/message.c.o
#8 7.481 [ 69%] Building C object CMakeFiles/tidy-share.dir/src/config.c.o
#8 7.610 [ 71%] Building C object CMakeFiles/tidy-share.dir/src/alloc.c.o
#8 7.652 [ 73%] Building C object CMakeFiles/tidy-share.dir/src/attrdict.c.o
#8 7.981 [ 75%] Building C object CMakeFiles/tidy-share.dir/src/buffio.c.o
#8 8.031 [ 76%] Building C object CMakeFiles/tidy-share.dir/src/fileio.c.o
#8 8.073 [ 78%] Building C object CMakeFiles/tidy-share.dir/src/streamio.c.o
#8 8.158 [ 80%] Building C object CMakeFiles/tidy-share.dir/src/tagask.c.o
#8 8.202 [ 82%] Building C object CMakeFiles/tidy-share.dir/src/tmbstr.c.o
#8 8.256 [ 83%] Building C object CMakeFiles/tidy-share.dir/src/utf8.c.o
#8 8.308 [ 85%] Building C object CMakeFiles/tidy-share.dir/src/tidylib.c.o
#8 8.465 [ 87%] Building C object CMakeFiles/tidy-share.dir/src/mappedio.c.o
#8 8.511 [ 89%] Building C object CMakeFiles/tidy-share.dir/src/gdoc.c.o
#8 8.560 [ 91%] Building C object CMakeFiles/tidy-share.dir/src/language.c.o
#8 8.643 [ 92%] Building C object CMakeFiles/tidy-share.dir/src/messageobj.c.o
#8 8.717 [ 94%] Building C object CMakeFiles/tidy-share.dir/src/sprtf.c.o
#8 8.750 [ 96%] Linking C shared library libtidy.so
#8 8.820 [ 96%] Built target tidy-share
#8 8.839 [ 98%] Building C object CMakeFiles/tidy.dir/console/tidy.c.o
#8 8.971 [100%] Linking C executable tidy
#8 9.021 [100%] Built target tidy
#8 9.070 Consolidate compiler generated dependencies of target tidy-static
#8 9.084 [ 48%] Built target tidy-static
#8 9.106 Consolidate compiler generated dependencies of target tidy-share
#8 9.120 [ 96%] Built target tidy-share
#8 9.131 Consolidate compiler generated dependencies of target tidy
#8 9.141 [100%] Built target tidy
#8 9.159 Install the project...
#8 9.167 -- Install configuration: ""
#8 9.167 -- Installing: /usr/local/lib/libtidy.a
#8 9.169 -- Installing: /usr/local/include/tidyplatform.h
#8 9.170 -- Installing: /usr/local/include/tidy.h
#8 9.171 -- Installing: /usr/local/include/tidyenum.h
#8 9.171 -- Installing: /usr/local/include/tidybuffio.h
#8 9.172 -- Installing: /usr/local/lib/libtidy.so.5.8.0
#8 9.174 -- Installing: /usr/local/lib/libtidy.so.58
#8 9.175 -- Installing: /usr/local/lib/libtidy.so
#8 9.175 -- Installing: /usr/local/bin/tidy
#8 9.177 -- Installing: /usr/local/lib/pkgconfig/tidy.pc
#8 9.179 HTML Tidy for Linux version 5.8.0
#8 DONE 9.3s

#9 [5/9] RUN apt-get install -y woff2
#9 0.382 Reading package lists...
#9 1.485 Building dependency tree...
#9 1.727 Reading state information...
#9 1.967 The following NEW packages will be installed:
#9 1.967   woff2
#9 2.017 0 upgraded, 1 newly installed, 0 to remove and 169 not upgraded.
#9 2.017 Need to get 11.4 kB of archives.
#9 2.017 After this operation, 72.7 kB of additional disk space will be used.
#9 2.017 Get:1 http://archive.ubuntu.com/ubuntu jammy/universe amd64 woff2 amd64 1.0.2-1build4 [11.4 kB]
#9 2.283 debconf: delaying package configuration, since apt-utils is not installed
#9 2.331 Fetched 11.4 kB in 0s (258 kB/s)
#9 2.366 Selecting previously unselected package woff2.
(Reading database ...a101449.files and directories currently installed.)
#9 2.969 Preparing to unpack .../woff2_1.0.2-1build4_amd64.deb ...
#9 2.975 Unpacking woff2 (1.0.2-1build4) ...
#9 3.042 Setting up woff2 (1.0.2-1build4) ...
#9 DONE 3.1s

#10 [6/9] COPY _docker/woff.zip /tmp/woff.zip
#10 DONE 0.1s

#11 [7/9] RUN unzip /tmp/woff.zip -d _sfnt2woff &&   cd _sfnt2woff &&   make &&   cp sfnt2woff /usr/local/bin/ &&   sfnt2woff --version
#11 0.282 Archive:  /tmp/woff.zip
#11 0.283   inflating: _sfnt2woff/Makefile
#11 0.284   inflating: _sfnt2woff/sfnt2woff.c
#11 0.285   inflating: _sfnt2woff/woff.c
#11 0.288   inflating: _sfnt2woff/woff2sfnt.c
#11 0.290   inflating: _sfnt2woff/woff-private.h
#11 0.291   inflating: _sfnt2woff/woff.h
#11 0.291   inflating: _sfnt2woff/woff-2009-10-03.html
#11 0.294 cc    -c -o sfnt2woff.o sfnt2woff.c
#11 0.355 cc    -c -o woff.o woff.c
#11 0.499 cc  -o sfnt2woff sfnt2woff.o woff.o -lz
#11 0.522 cc    -c -o woff2sfnt.o woff2sfnt.c
#11 0.560 cc  -o woff2sfnt woff2sfnt.o woff.o -lz
#11 0.585 sfnt2woff: invalid option -- '-'
#11 0.585 Usage:
#11 0.585   sfnt2woff [-v <maj>.<min>] [-m <metadata.xml>] [-p <private.dat>] <otffile>
#11 0.585     package OpenType <otffile> as WOFF, creating <otffile>.woff
#11 0.585 Options:
#11 0.585     -v <maj>.<min>     set font version number (major and minor, both integers)
#11 0.585     -m <metadata.xml>  include metadata from <metadata.xml> (not validated)
#11 0.585     -p <private.dat>   include private data block
#11 DONE 0.6s

#12 [8/9] RUN npm install -g cssshrink@0.0.5
#12 2.582
#12 2.582 added 11 packages in 2s
#12 DONE 2.7s

#13 [9/9] RUN /bin/bash -l -c "gem update --system && gem install jgd -v 1.13.0"
#13 0.740 Using /usr/local/rvm/gems/ruby-3.2.2
#13 1.454 Using /usr/local/rvm/gems/ruby-3.2.2
#13 5.548 Updating rubygems-update
#13 5.548 Successfully installed rubygems-update-3.6.3
#13 5.548 Installing RubyGems 3.6.3
#13 6.316   Successfully built RubyGem
#13 6.316   Name: bundler
#13 6.316   Version: 2.6.3
#13 6.316   File: bundler-2.6.3.gem
#13 6.316 Bundler 2.6.3 installed
#13 6.316 RubyGems 3.6.3 installed
#13 6.316 Regenerating binstubs
#13 6.316 Regenerating plugins
#13 6.316
#13 6.316 # 3.6.3 / 2025-01-16
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Add credentials file path to `gem env`. Pull request
#13 6.316   [#8375](https://github.com/rubygems/rubygems/pull/8375) by duckinator
#13 6.316 * Update SPDX license list as of 2024-12-30. Pull request
#13 6.316   [#8387](https://github.com/rubygems/rubygems/pull/8387) by
#13 6.316   github-actions[bot]
#13 6.316 * Installs bundler 2.6.3 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Fix `@licenses` array unmarshalling. Pull request
#13 6.316   [#8411](https://github.com/rubygems/rubygems/pull/8411) by rykov
#13 6.316
#13 6.316 # 3.6.2 / 2024-12-23
#13 6.316
#13 6.316 ## Security:
#13 6.316
#13 6.316 * Fix Gem::SafeMarshal buffer overrun when given lengths larger than fit
#13 6.316   into a byte. Pull request
#13 6.316   [#8305](https://github.com/rubygems/rubygems/pull/8305) by segiddins
#13 6.316 * Improve type checking in marshal_load methods. Pull request
#13 6.316   [#8306](https://github.com/rubygems/rubygems/pull/8306) by segiddins
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Skip rdoc hooks and their tests on newer rdoc versions. Pull request
#13 6.316   [#8340](https://github.com/rubygems/rubygems/pull/8340) by
#13 6.316   deivid-rodriguez
#13 6.316 * Installs bundler 2.6.2 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Fix serialized metadata including an empty `@original_platform`
#13 6.316   attribute. Pull request
#13 6.316   [#8355](https://github.com/rubygems/rubygems/pull/8355) by
#13 6.316   deivid-rodriguez
#13 6.316
#13 6.316 # 3.6.1 / 2024-12-17
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Installs bundler 2.6.1 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Fix `gem info` tagging some non default gems as default. Pull request
#13 6.316   [#8321](https://github.com/rubygems/rubygems/pull/8321) by
#13 6.316   deivid-rodriguez
#13 6.316
#13 6.316 ## Documentation:
#13 6.316
#13 6.316 * Fix broken links. Pull request
#13 6.316   [#8327](https://github.com/rubygems/rubygems/pull/8327) by st0012
#13 6.316
#13 6.316 # 3.6.0 / 2024-12-16
#13 6.316
#13 6.316 ## Security:
#13 6.316
#13 6.316 * Stop storing executable names in ivars. Pull request
#13 6.316   [#8307](https://github.com/rubygems/rubygems/pull/8307) by segiddins
#13 6.316
#13 6.316 ## Breaking changes:
#13 6.316
#13 6.316 * Drop ruby 3.0 support. Pull request
#13 6.316   [#8091](https://github.com/rubygems/rubygems/pull/8091) by segiddins
#13 6.316
#13 6.316 ## Features:
#13 6.316
#13 6.316 * Add --attestation option to gem push. Pull request
#13 6.316   [#8239](https://github.com/rubygems/rubygems/pull/8239) by segiddins
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Skip unresolved deps warning on `Gem::Specification.reset` on benign
#13 6.316   cases. Pull request
#13 6.316   [#8309](https://github.com/rubygems/rubygems/pull/8309) by
#13 6.316   deivid-rodriguez
#13 6.316 * Let `gem install <name>` suggest `<name>-ruby` and `ruby-<name>` when
#13 6.316   providing "did you mean" suggestions. Pull request
#13 6.316   [#8197](https://github.com/rubygems/rubygems/pull/8197) by duckinator
#13 6.316 * Update SPDX license list as of 2024-08-19. Pull request
#13 6.316   [#8233](https://github.com/rubygems/rubygems/pull/8233) by
#13 6.316   github-actions[bot]
#13 6.316 * Add `--target-rbconfig` option to `gem install` and `gem update`
#13 6.316   commands. Pull request
#13 6.316   [#7628](https://github.com/rubygems/rubygems/pull/7628) by kateinoigakukun
#13 6.316 * Skip nil-value keys to make metadata reproducible. Pull request
#13 6.316   [#7129](https://github.com/rubygems/rubygems/pull/7129) by nobu
#13 6.316 * Allow disabling installation of compiled extensions into lib through
#13 6.316   `Gem.configuration.install_extension_in_lib`. Pull request
#13 6.316   [#6463](https://github.com/rubygems/rubygems/pull/6463) by hsbt
#13 6.316 * Installs bundler 2.6.0 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Set $0 to exe when running `gem exec` to fix name in CLI output. Pull
#13 6.316   request [#8267](https://github.com/rubygems/rubygems/pull/8267) by adam12
#13 6.316 * Fix manifest in gem package using incorrect platform sometimes. Pull
#13 6.316   request [#8202](https://github.com/rubygems/rubygems/pull/8202) by
#13 6.316   deivid-rodriguez
#13 6.316
#13 6.316 ## Documentation:
#13 6.316
#13 6.316 * Fix missing single quote in git source example. Pull request
#13 6.316   [#8303](https://github.com/rubygems/rubygems/pull/8303) by nobu
#13 6.316 * Update the `gem install` demo in REAME to use a gem that just works on
#13 6.316   Windows. Pull request
#13 6.316   [#8262](https://github.com/rubygems/rubygems/pull/8262) by soda92
#13 6.316 * Unify rubygems and bundler docs directory. Pull request
#13 6.316   [#8159](https://github.com/rubygems/rubygems/pull/8159) by hsbt
#13 6.316
#13 6.316 # 3.5.23 / 2024-11-05
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Validate user input encoding of `gem` CLI arguments. Pull request
#13 6.316   [#6471](https://github.com/rubygems/rubygems/pull/6471) by
#13 6.316   deivid-rodriguez
#13 6.316 * Fix `gem update --system` leaving old default bundler executables
#13 6.316   around. Pull request
#13 6.316   [#8172](https://github.com/rubygems/rubygems/pull/8172) by
#13 6.316   deivid-rodriguez
#13 6.316 * Installs bundler 2.5.23 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Fix commands with 2 MFA requests when webauthn is enabled. Pull request
#13 6.316   [#8174](https://github.com/rubygems/rubygems/pull/8174) by
#13 6.316   deivid-rodriguez
#13 6.316 * Make `--enable-load-relative` binstubs prolog work when Ruby is not
#13 6.316   installed in the same directory as the binstub. Pull request
#13 6.316   [#7872](https://github.com/rubygems/rubygems/pull/7872) by
#13 6.316   deivid-rodriguez
#13 6.316
#13 6.316 ## Performance:
#13 6.316
#13 6.316 * Speed up `gem install <nonexistent-gem>` by finding alternative name
#13 6.316   suggestions faster. Pull request
#13 6.316   [#8084](https://github.com/rubygems/rubygems/pull/8084) by duckinator
#13 6.316
#13 6.316 ## Documentation:
#13 6.316
#13 6.316 * Add missing comma in documentation. Pull request
#13 6.316   [#8152](https://github.com/rubygems/rubygems/pull/8152) by leoarnold
#13 6.316
#13 6.316 # 3.5.22 / 2024-10-16
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Prevent `._*` files in packages generated from macOS. Pull request
#13 6.316   [#8150](https://github.com/rubygems/rubygems/pull/8150) by
#13 6.316   deivid-rodriguez
#13 6.316 * Fix `gem pristine etc` resetting gem twice sometimes. Pull request
#13 6.316   [#8117](https://github.com/rubygems/rubygems/pull/8117) by
#13 6.316   deivid-rodriguez
#13 6.316 * Allow `gem pristine` to reset default gems too. Pull request
#13 6.316   [#8118](https://github.com/rubygems/rubygems/pull/8118) by
#13 6.316   deivid-rodriguez
#13 6.316 * Update vendored `uri` and `net-http`. Pull request
#13 6.316   [#8112](https://github.com/rubygems/rubygems/pull/8112) by segiddins
#13 6.316 * Installs bundler 2.5.22 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Fix `gem contents` for default gems. Pull request
#13 6.316   [#8132](https://github.com/rubygems/rubygems/pull/8132) by
#13 6.316   deivid-rodriguez
#13 6.316 * Fix duplicated specs when they have been previously activated. Pull
#13 6.316   request [#8131](https://github.com/rubygems/rubygems/pull/8131) by
#13 6.316   deivid-rodriguez
#13 6.316 * Fix `gem install` on NFS shares. Pull request
#13 6.316   [#8123](https://github.com/rubygems/rubygems/pull/8123) by
#13 6.316   deivid-rodriguez
#13 6.316 * Fix a `gem install` crash during "done installing" hooks. Pull request
#13 6.316   [#8113](https://github.com/rubygems/rubygems/pull/8113) by
#13 6.316   deivid-rodriguez
#13 6.316 * Fix plugin command loading. Pull request
#13 6.316   [#8121](https://github.com/rubygems/rubygems/pull/8121) by
#13 6.316   deivid-rodriguez
#13 6.316
#13 6.316 # 3.5.21 / 2024-10-03
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Fix `Gem::MissingSpecVersionError#to_s` not showing exception message.
#13 6.316   Pull request [#8074](https://github.com/rubygems/rubygems/pull/8074) by
#13 6.316   deivid-rodriguez
#13 6.316 * Remove code that makes suggest_gems_from_name give worse results. Pull
#13 6.316   request [#8083](https://github.com/rubygems/rubygems/pull/8083) by
#13 6.316   duckinator
#13 6.316 * Warning about PATH in `--user-install` mode is only necessary for gems
#13 6.316   with executables. Pull request
#13 6.316   [#8071](https://github.com/rubygems/rubygems/pull/8071) by
#13 6.316   deivid-rodriguez
#13 6.316 * Installs bundler 2.5.21 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Fix error in one source when fetching dependency APIs clearing results
#13 6.316   from all sources. Pull request
#13 6.316   [#8080](https://github.com/rubygems/rubygems/pull/8080) by
#13 6.316   deivid-rodriguez
#13 6.316 * Fix `gem cleanup` warning when two versions of psych installed. Pull
#13 6.316   request [#8072](https://github.com/rubygems/rubygems/pull/8072) by
#13 6.316   deivid-rodriguez
#13 6.316
#13 6.316 # 3.5.20 / 2024-09-24
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Installs bundler 2.5.20 as a default gem.
#13 6.316
#13 6.316 # 3.5.19 / 2024-09-18
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Standardize pretty-print output for `Gem::Source` and subclasses. Pull
#13 6.316   request [#7994](https://github.com/rubygems/rubygems/pull/7994) by
#13 6.316   djberube
#13 6.316 * Update vendored `molinillo` to master and vendored `resolv` to 0.4.0.
#13 6.316   Pull request [#7521](https://github.com/rubygems/rubygems/pull/7521) by
#13 6.316   hsbt
#13 6.316 * Installs bundler 2.5.19 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Fix `bundle exec rake install` failing when local gem has extensions.
#13 6.316   Pull request [#7977](https://github.com/rubygems/rubygems/pull/7977) by
#13 6.316   deivid-rodriguez
#13 6.316 * Make `gem exec` use the standard GEM_HOME. Pull request
#13 6.316   [#7982](https://github.com/rubygems/rubygems/pull/7982) by
#13 6.316   deivid-rodriguez
#13 6.316 * Fix `gem fetch` always exiting with zero status code. Pull request
#13 6.316   [#8007](https://github.com/rubygems/rubygems/pull/8007) by
#13 6.316   deivid-rodriguez
#13 6.316 * Remove temporary `.lock` files unintentionally left around by gem
#13 6.316   installer. Pull request
#13 6.316   [#7939](https://github.com/rubygems/rubygems/pull/7939) by nobu
#13 6.316 * Removed unused stringio. Pull request
#13 6.316   [#8001](https://github.com/rubygems/rubygems/pull/8001) by hsbt
#13 6.316 * Avoid another race condition of open mode. Pull request
#13 6.316   [#7931](https://github.com/rubygems/rubygems/pull/7931) by nobu
#13 6.316 * Fix `@license` typo preventing licenses from being correctly
#13 6.316   unmarshalled. Pull request
#13 6.316   [#7975](https://github.com/rubygems/rubygems/pull/7975) by djberube
#13 6.316
#13 6.316 ## Performance:
#13 6.316
#13 6.316 * Fix `gem install does-not-exist` being super slow. Pull request
#13 6.316   [#8006](https://github.com/rubygems/rubygems/pull/8006) by
#13 6.316   deivid-rodriguez
#13 6.316
#13 6.316 # 3.5.18 / 2024-08-26
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Installs bundler 2.5.18 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Fix `gem uninstall <name>:<version>` failing on shadowed default gems.
#13 6.316   Pull request [#7949](https://github.com/rubygems/rubygems/pull/7949) by
#13 6.316   deivid-rodriguez
#13 6.316
#13 6.316 # 3.5.17 / 2024-08-01
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Explicitly encode `Gem::Dependency` to yaml. Pull request
#13 6.316   [#7867](https://github.com/rubygems/rubygems/pull/7867) by segiddins
#13 6.316 * Installs bundler 2.5.17 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Fix `gem list` regression when a regular gem shadows a default one. Pull
#13 6.316   request [#7892](https://github.com/rubygems/rubygems/pull/7892) by
#13 6.316   deivid-rodriguez
#13 6.316 * Always leave default gem executables around. Pull request
#13 6.316   [#7879](https://github.com/rubygems/rubygems/pull/7879) by
#13 6.316   deivid-rodriguez
#13 6.316 * Fix line comment issue for hash when loading gemrc. Pull request
#13 6.316   [#7857](https://github.com/rubygems/rubygems/pull/7857) by leetking
#13 6.316
#13 6.316 # 3.5.16 / 2024-07-18
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Installs bundler 2.5.16 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Fix gemspec `require_paths` validation. Pull request
#13 6.316   [#7866](https://github.com/rubygems/rubygems/pull/7866) by
#13 6.316   deivid-rodriguez
#13 6.316 * Fix loading of nested `gemrc` config keys when specified as symbols.
#13 6.316   Pull request [#7851](https://github.com/rubygems/rubygems/pull/7851) by
#13 6.316   moofkit
#13 6.316
#13 6.316 ## Performance:
#13 6.316
#13 6.316 * Use `caller_locations` instead of splitting `caller`. Pull request
#13 6.316   [#7708](https://github.com/rubygems/rubygems/pull/7708) by nobu
#13 6.316
#13 6.316 # 3.5.15 / 2024-07-09
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Installs bundler 2.5.15 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Restrict generic `arm` to only match 32-bit arm. Pull request
#13 6.316   [#7830](https://github.com/rubygems/rubygems/pull/7830) by ntkme
#13 6.316 * Protect creating binstubs with a file lock. Pull request
#13 6.316   [#7806](https://github.com/rubygems/rubygems/pull/7806) by
#13 6.316   deivid-rodriguez
#13 6.316
#13 6.316 ## Documentation:
#13 6.316
#13 6.316 * Make it clearer that `add_dependency` is the main way to add
#13 6.316   non-development dependencies. Pull request
#13 6.316   [#7800](https://github.com/rubygems/rubygems/pull/7800) by jeromedalbert
#13 6.316
#13 6.316 # 3.5.14 / 2024-06-21
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Installs bundler 2.5.14 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Make "bundler? update --bundler" behave identically. Pull request
#13 6.316   [#7778](https://github.com/rubygems/rubygems/pull/7778) by x-yuri
#13 6.316
#13 6.316 # 3.5.13 / 2024-06-14
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Installs bundler 2.5.13 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Never remove executables that may belong to a default gem. Pull request
#13 6.316   [#7747](https://github.com/rubygems/rubygems/pull/7747) by
#13 6.316   deivid-rodriguez
#13 6.316
#13 6.316 # 3.5.12 / 2024-06-13
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Installs bundler 2.5.12 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Fix `gem uninstall` unresolved specifications warning. Pull request
#13 6.316   [#7667](https://github.com/rubygems/rubygems/pull/7667) by
#13 6.316   deivid-rodriguez
#13 6.316 * Fix `gem pristine` sometimes failing to pristine user installed gems.
#13 6.316   Pull request [#7664](https://github.com/rubygems/rubygems/pull/7664) by
#13 6.316   deivid-rodriguez
#13 6.316
#13 6.316 # 3.5.11 / 2024-05-28
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Update SPDX license list as of 2024-05-22. Pull request
#13 6.316   [#7689](https://github.com/rubygems/rubygems/pull/7689) by
#13 6.316   github-actions[bot]
#13 6.316 * Fix the update_rubygems inconsistency (--disable-gems). Pull request
#13 6.316   [#7658](https://github.com/rubygems/rubygems/pull/7658) by x-yuri
#13 6.316 * Accept WASI as an OS name in Gem::Platform. Pull request
#13 6.316   [#7629](https://github.com/rubygems/rubygems/pull/7629) by kateinoigakukun
#13 6.316 * Warn if RubyGems version explicitly set in gemspec does not match
#13 6.316   running version. Pull request
#13 6.316   [#7460](https://github.com/rubygems/rubygems/pull/7460) by
#13 6.316   deivid-rodriguez
#13 6.316 * Installs bundler 2.5.11 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Fix binstubs sometimes not getting regenerated when `--destdir` is
#13 6.316   given. Pull request
#13 6.316   [#7660](https://github.com/rubygems/rubygems/pull/7660) by
#13 6.316   deivid-rodriguez
#13 6.316 * Fix `gem uninstall --user-install`  for symlinked HOME. Pull request
#13 6.316   [#7645](https://github.com/rubygems/rubygems/pull/7645) by
#13 6.316   deivid-rodriguez
#13 6.316 * Fix issue when plugin stubs would sometimes not be properly removed by
#13 6.316   `gem uninstall`. Pull request
#13 6.316   [#7631](https://github.com/rubygems/rubygems/pull/7631) by
#13 6.316   deivid-rodriguez
#13 6.316 * Fix plugins uninstallation for user installed gems. Pull request
#13 6.316   [#6456](https://github.com/rubygems/rubygems/pull/6456) by voxik
#13 6.316
#13 6.316 ## Performance:
#13 6.316
#13 6.316 * Use a constant empty tar header to avoid extra allocations. Pull request
#13 6.316   [#7484](https://github.com/rubygems/rubygems/pull/7484) by segiddins
#13 6.316
#13 6.316 ## Documentation:
#13 6.316
#13 6.316 * Recommend `bin/rake` over `rake` in contributing docs. Pull request
#13 6.316   [#7648](https://github.com/rubygems/rubygems/pull/7648) by
#13 6.316   deivid-rodriguez
#13 6.316
#13 6.316 # 3.5.10 / 2024-05-03
#13 6.316
#13 6.316 ## Security:
#13 6.316
#13 6.316 * Add a limit to the size of the metadata and checksums files in a gem
#13 6.316   package. Pull request
#13 6.316   [#7568](https://github.com/rubygems/rubygems/pull/7568) by segiddins
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Don't fully require `rubygems` from `rubygems/package` to prevent some
#13 6.316   circular require warnings when using Bundler. Pull request
#13 6.316   [#7612](https://github.com/rubygems/rubygems/pull/7612) by
#13 6.316   deivid-rodriguez
#13 6.316 * Installs bundler 2.5.10 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Rename credential email to identifier in WebAuthn poller. Pull request
#13 6.316   [#7623](https://github.com/rubygems/rubygems/pull/7623) by jenshenny
#13 6.316
#13 6.316 # 3.5.9 / 2024-04-12
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Installs bundler 2.5.9 as a default gem.
#13 6.316
#13 6.316 # 3.5.8 / 2024-04-11
#13 6.316
#13 6.316 ## Security:
#13 6.316
#13 6.316 * Respect global umask when writing regular files. Pull request
#13 6.316   [#7518](https://github.com/rubygems/rubygems/pull/7518) by
#13 6.316   deivid-rodriguez
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Allow string keys with gemrc. Pull request
#13 6.316   [#7543](https://github.com/rubygems/rubygems/pull/7543) by hsbt
#13 6.316 * [Experimental] Add "gem rebuild" command. Pull request
#13 6.316   [#4913](https://github.com/rubygems/rubygems/pull/4913) by duckinator
#13 6.316 * Installs bundler 2.5.8 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Fix NoMethodError crash when building errors about corrupt package
#13 6.316   files. Pull request
#13 6.316   [#7539](https://github.com/rubygems/rubygems/pull/7539) by jez
#13 6.316 * Fix resolver to properly intersect Arrays of `Gem::Resolver::Activation`
#13 6.316   objects. Pull request
#13 6.316   [#7537](https://github.com/rubygems/rubygems/pull/7537) by
#13 6.316   deivid-rodriguez
#13 6.316
#13 6.316 # 3.5.7 / 2024-03-22
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Warn on empty or open required_ruby_version specification attribute.
#13 6.316   Pull request [#5010](https://github.com/rubygems/rubygems/pull/5010) by
#13 6.316   simi
#13 6.316 * Control whether YAML aliases are enabled in Gem::SafeYAML.safe_load via
#13 6.316   attribute. Pull request
#13 6.316   [#7464](https://github.com/rubygems/rubygems/pull/7464) by segiddins
#13 6.316 * Update SPDX license list as of 2024-02-08. Pull request
#13 6.316   [#7468](https://github.com/rubygems/rubygems/pull/7468) by
#13 6.316   github-actions[bot]
#13 6.316 * Installs bundler 2.5.7 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Allow prerelease activation (even if requirement is not explicit about
#13 6.316   it) when it's the only possibility. Pull request
#13 6.316   [#7428](https://github.com/rubygems/rubygems/pull/7428) by kimesf
#13 6.316
#13 6.316 ## Documentation:
#13 6.316
#13 6.316 * Fix a typo. Pull request
#13 6.316   [#7505](https://github.com/rubygems/rubygems/pull/7505) by hsbt
#13 6.316 * Use https instead of http in documentation links. Pull request
#13 6.316   [#7481](https://github.com/rubygems/rubygems/pull/7481) by hsbt
#13 6.316
#13 6.316 # 3.5.6 / 2024-02-06
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Deep copy requirements in `Gem::Specification` and `Gem::Requirement`.
#13 6.316   Pull request [#7439](https://github.com/rubygems/rubygems/pull/7439) by
#13 6.316   flavorjones
#13 6.316 * Change gem login message to clear up that username can be also used.
#13 6.316   Pull request [#7422](https://github.com/rubygems/rubygems/pull/7422) by
#13 6.316   VitaliySerov
#13 6.316 * Add metadata for rubygems.org. Pull request
#13 6.316   [#7435](https://github.com/rubygems/rubygems/pull/7435) by m-nakamura145
#13 6.316 * Improve gem login scope selection. Pull request
#13 6.316   [#7342](https://github.com/rubygems/rubygems/pull/7342) by williantenfen
#13 6.316 * Vendor uri in RubyGems. Pull request
#13 6.316   [#7386](https://github.com/rubygems/rubygems/pull/7386) by
#13 6.316   deivid-rodriguez
#13 6.316 * Installs bundler 2.5.6 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Skip to load commented out words. Pull request
#13 6.316   [#7413](https://github.com/rubygems/rubygems/pull/7413) by hsbt
#13 6.316 * Fix rake runtime dependency warning for rake based extension. Pull
#13 6.316   request [#7395](https://github.com/rubygems/rubygems/pull/7395) by ntkme
#13 6.316
#13 6.316 # 3.5.5 / 2024-01-18
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Installs bundler 2.5.5 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Fix `require` activation conflicts when requiring default gems under
#13 6.316   some situations. Pull request
#13 6.316   [#7379](https://github.com/rubygems/rubygems/pull/7379) by
#13 6.316   deivid-rodriguez
#13 6.316 * Use cache_home instead of data_home in default_spec_cache_dir. Pull
#13 6.316   request [#7331](https://github.com/rubygems/rubygems/pull/7331) by mrkn
#13 6.316
#13 6.316 ## Documentation:
#13 6.316
#13 6.316 * Use squiggly heredocs in `Gem::Specification#description` documentation,
#13 6.316   so it doesn't add leading whitespace. Pull request
#13 6.316   [#7373](https://github.com/rubygems/rubygems/pull/7373) by bravehager
#13 6.316
#13 6.316 # 3.5.4 / 2024-01-04
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Always avoid "Updating rubygems-update" message. Pull request
#13 6.316   [#7335](https://github.com/rubygems/rubygems/pull/7335) by
#13 6.316   deivid-rodriguez
#13 6.316 * Installs bundler 2.5.4 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Make `gem update --system` respect ruby version constraints. Pull
#13 6.316   request [#7334](https://github.com/rubygems/rubygems/pull/7334) by
#13 6.316   deivid-rodriguez
#13 6.316
#13 6.316 # 3.5.3 / 2023-12-22
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Installs bundler 2.5.3 as a default gem.
#13 6.316
#13 6.316 # 3.5.2 / 2023-12-21
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Support dynamic library loading with extension .so or .o. Pull request
#13 6.316   [#7241](https://github.com/rubygems/rubygems/pull/7241) by hogelog
#13 6.316 * Installs bundler 2.5.2 as a default gem.
#13 6.316
#13 6.316 ## Performance:
#13 6.316
#13 6.316 * Replace `object_id` comparison with identity Hash. Pull request
#13 6.316   [#7303](https://github.com/rubygems/rubygems/pull/7303) by amomchilov
#13 6.316 * Use IO.copy_stream when reading, writing. Pull request
#13 6.316   [#6958](https://github.com/rubygems/rubygems/pull/6958) by martinemde
#13 6.316
#13 6.316 # 3.5.1 / 2023-12-15
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Installs bundler 2.5.1 as a default gem.
#13 6.316
#13 6.316 # 3.5.0 / 2023-12-15
#13 6.316
#13 6.316 ## Security:
#13 6.316
#13 6.316 * Replace `Marshal.load` with a fully-checked safe gemspec loader. Pull
#13 6.316   request [#6896](https://github.com/rubygems/rubygems/pull/6896) by
#13 6.316   segiddins
#13 6.316
#13 6.316 ## Breaking changes:
#13 6.316
#13 6.316 * Drop ruby 2.6 and 2.7 support. Pull request
#13 6.316   [#7116](https://github.com/rubygems/rubygems/pull/7116) by
#13 6.316   deivid-rodriguez
#13 6.316 * Release package no longer includes test files. Pull request
#13 6.316   [#6781](https://github.com/rubygems/rubygems/pull/6781) by hsbt
#13 6.316 * Hide `Gem::MockGemUi` from users. Pull request
#13 6.316   [#6623](https://github.com/rubygems/rubygems/pull/6623) by hsbt
#13 6.316 * Deprecated `Gem.datadir` has been removed. Pull request
#13 6.316   [#6469](https://github.com/rubygems/rubygems/pull/6469) by hsbt
#13 6.316
#13 6.316 ## Deprecations:
#13 6.316
#13 6.316 * Deprecate `Gem::Platform.match?`. Pull request
#13 6.316   [#6783](https://github.com/rubygems/rubygems/pull/6783) by hsbt
#13 6.316 * Deprecate `Gem::List`. Pull request
#13 6.316   [#6311](https://github.com/rubygems/rubygems/pull/6311) by segiddins
#13 6.316
#13 6.316 ## Features:
#13 6.316
#13 6.316 * The `generate_index` command can now generate compact index files and
#13 6.316   lives as an external `rubygems-generate_index` gem. Pull request
#13 6.316   [#7085](https://github.com/rubygems/rubygems/pull/7085) by segiddins
#13 6.316 * Make `gem install` fallback to user installation directory if default
#13 6.316   gem home is not writable. Pull request
#13 6.316   [#5327](https://github.com/rubygems/rubygems/pull/5327) by duckinator
#13 6.316 * Leverage ruby feature to warn when requiring default gems from stdlib
#13 6.316   that will be turned into bundled gems in the future. Pull request
#13 6.316   [#6840](https://github.com/rubygems/rubygems/pull/6840) by hsbt
#13 6.316
#13 6.316 ## Performance:
#13 6.316
#13 6.316 * Use match? when regexp match data is unused. Pull request
#13 6.316   [#7263](https://github.com/rubygems/rubygems/pull/7263) by segiddins
#13 6.316 * Fewer allocations in gem installation. Pull request
#13 6.316   [#6975](https://github.com/rubygems/rubygems/pull/6975) by segiddins
#13 6.316 * Optimize allocations in `Gem::Version`. Pull request
#13 6.316   [#6970](https://github.com/rubygems/rubygems/pull/6970) by segiddins
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Warn for duplicate meta data links when building gems. Pull request
#13 6.316   [#7213](https://github.com/rubygems/rubygems/pull/7213) by etherbob
#13 6.316 * Vendor `net-http`, `net-protocol`, `resolv`, and `timeout` to reduce
#13 6.316   conflicts between Gemfile gems and internal dependencies. Pull request
#13 6.316   [#6793](https://github.com/rubygems/rubygems/pull/6793) by
#13 6.316   deivid-rodriguez
#13 6.316 * Remove non-transparent requirement added to prerelease gems. Pull
#13 6.316   request [#7226](https://github.com/rubygems/rubygems/pull/7226) by
#13 6.316   deivid-rodriguez
#13 6.316 * Stream output from ext builds when --verbose. Pull request
#13 6.316   [#7240](https://github.com/rubygems/rubygems/pull/7240) by osyoyu
#13 6.316 * Add missing services to CI detection and make it consistent between
#13 6.316   RubyGems and Bundler. Pull request
#13 6.316   [#7205](https://github.com/rubygems/rubygems/pull/7205) by nevinera
#13 6.316 * Update generate licenses template to not freeze regexps. Pull request
#13 6.316   [#7154](https://github.com/rubygems/rubygems/pull/7154) by
#13 6.316   github-actions[bot]
#13 6.316 * Don't check `LIBRUBY_RELATIVE` in truffleruby to signal a bash prelude
#13 6.316   in rubygems binstubs. Pull request
#13 6.316   [#7156](https://github.com/rubygems/rubygems/pull/7156) by
#13 6.316   deivid-rodriguez
#13 6.316 * Update SPDX list and warn on deprecated identifiers. Pull request
#13 6.316   [#6926](https://github.com/rubygems/rubygems/pull/6926) by simi
#13 6.316 * Simplify extended `require` to potentially fix some deadlocks. Pull
#13 6.316   request [#6827](https://github.com/rubygems/rubygems/pull/6827) by nobu
#13 6.316 * Small refactors for `Gem::Resolver`. Pull request
#13 6.316   [#6766](https://github.com/rubygems/rubygems/pull/6766) by hsbt
#13 6.316 * Use double-quotes instead of single-quotes consistently in warnings.
#13 6.316   Pull request [#6550](https://github.com/rubygems/rubygems/pull/6550) by
#13 6.316   hsbt
#13 6.316 * Add debug message for `nil` version gemspec. Pull request
#13 6.316   [#6436](https://github.com/rubygems/rubygems/pull/6436) by hsbt
#13 6.316 * Installs bundler 2.5.0 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Fix installing from source with same default bundler version already
#13 6.316   installed. Pull request
#13 6.316   [#7244](https://github.com/rubygems/rubygems/pull/7244) by
#13 6.316   deivid-rodriguez
#13 6.316
#13 6.316 ## Documentation:
#13 6.316
#13 6.316 * Improve comment explaining the necessity of `write_default_spec` method.
#13 6.316   Pull request [#6563](https://github.com/rubygems/rubygems/pull/6563) by
#13 6.316   voxik
#13 6.316
#13 6.316 # 3.4.22 / 2023-11-09
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Update SPDX license list as of 2023-10-05. Pull request
#13 6.316   [#7040](https://github.com/rubygems/rubygems/pull/7040) by
#13 6.316   github-actions[bot]
#13 6.316 * Remove unnecessary rescue. Pull request
#13 6.316   [#7109](https://github.com/rubygems/rubygems/pull/7109) by
#13 6.316   deivid-rodriguez
#13 6.316 * Installs bundler 2.4.22 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Handle empty array at built-in YAML serializer. Pull request
#13 6.316   [#7099](https://github.com/rubygems/rubygems/pull/7099) by hsbt
#13 6.316 * Ignore non-tar format `.gem` files during search. Pull request
#13 6.316   [#7095](https://github.com/rubygems/rubygems/pull/7095) by dearblue
#13 6.316 * Allow explicitly uninstalling multiple versions of same gem. Pull
#13 6.316   request [#7063](https://github.com/rubygems/rubygems/pull/7063) by
#13 6.316   kstevens715
#13 6.316
#13 6.316 ## Performance:
#13 6.316
#13 6.316 * Avoid regexp match on every call to `Gem::Platform.local`. Pull request
#13 6.316   [#7104](https://github.com/rubygems/rubygems/pull/7104) by segiddins
#13 6.316
#13 6.316 ## Documentation:
#13 6.316
#13 6.316 * Get `Gem::Specification#extensions_dir` documented. Pull request
#13 6.316   [#6218](https://github.com/rubygems/rubygems/pull/6218) by
#13 6.316   deivid-rodriguez
#13 6.316
#13 6.316 # 3.4.21 / 2023-10-17
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Abort `setup.rb` if Ruby is too old. Pull request
#13 6.316   [#7011](https://github.com/rubygems/rubygems/pull/7011) by
#13 6.316   deivid-rodriguez
#13 6.316 * Remove usage of Dir.chdir that only execute a subprocess. Pull request
#13 6.316   [#6930](https://github.com/rubygems/rubygems/pull/6930) by segiddins
#13 6.316 * Freeze more strings in generated gemspecs. Pull request
#13 6.316   [#6974](https://github.com/rubygems/rubygems/pull/6974) by segiddins
#13 6.316 * Use pure-ruby YAML parser for loading configuration at RubyGems. Pull
#13 6.316   request [#6615](https://github.com/rubygems/rubygems/pull/6615) by hsbt
#13 6.316 * Installs bundler 2.4.21 as a default gem.
#13 6.316
#13 6.316 ## Documentation:
#13 6.316
#13 6.316 * Update suggested variable for bindir. Pull request
#13 6.316   [#7028](https://github.com/rubygems/rubygems/pull/7028) by hsbt
#13 6.316 * Fix invalid links in documentation. Pull request
#13 6.316   [#7008](https://github.com/rubygems/rubygems/pull/7008) by simi
#13 6.316
#13 6.316 # 3.4.20 / 2023-09-27
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Raise `Gem::Package::FormatError` when gem encounters corrupt EOF.
#13 6.316   Pull request [#6882](https://github.com/rubygems/rubygems/pull/6882)
#13 6.316   by martinemde
#13 6.316 * Allow skipping empty license `gem build` warning by setting license to
#13 6.316   `nil`. Pull request
#13 6.316   [#6879](https://github.com/rubygems/rubygems/pull/6879) by jhong97
#13 6.316 * Update SPDX license list as of 2023-06-18. Pull request
#13 6.316   [#6891](https://github.com/rubygems/rubygems/pull/6891) by
#13 6.316   github-actions[bot]
#13 6.316 * Update SPDX license list as of 2023-04-28. Pull request
#13 6.316   [#6642](https://github.com/rubygems/rubygems/pull/6642) by segiddins
#13 6.316 * Update SPDX license list as of 2023-01-26. Pull request
#13 6.316   [#6310](https://github.com/rubygems/rubygems/pull/6310) by segiddins
#13 6.316 * Installs bundler 2.4.20 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Fixed false positive SymlinkError in symbolic link directory. Pull
#13 6.316   request [#6947](https://github.com/rubygems/rubygems/pull/6947) by
#13 6.316   negi0109
#13 6.316 * Ensure that loading multiple gemspecs with legacy YAML class references
#13 6.316   does not warn. Pull request
#13 6.316   [#6889](https://github.com/rubygems/rubygems/pull/6889) by segiddins
#13 6.316 * Fix NoMethodError when choosing a too big number from `gem uni` list.
#13 6.316   Pull request [#6901](https://github.com/rubygems/rubygems/pull/6901) by
#13 6.316   amatsuda
#13 6.316
#13 6.316 ## Performance:
#13 6.316
#13 6.316 * Reduce allocations for stub specifications. Pull request
#13 6.316   [#6972](https://github.com/rubygems/rubygems/pull/6972) by segiddins
#13 6.316
#13 6.316 # 3.4.19 / 2023-08-17
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Installs bundler 2.4.19 as a default gem.
#13 6.316
#13 6.316 ## Performance:
#13 6.316
#13 6.316 * Speedup building docs when updating rubygems. Pull request
#13 6.316   [#6864](https://github.com/rubygems/rubygems/pull/6864) by
#13 6.316   deivid-rodriguez
#13 6.316
#13 6.316 # 3.4.18 / 2023-08-02
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Add poller to fetch WebAuthn OTP. Pull request
#13 6.316   [#6774](https://github.com/rubygems/rubygems/pull/6774) by jenshenny
#13 6.316 * Remove side effects when unmarshaling old `Gem::Specification`. Pull
#13 6.316   request [#6825](https://github.com/rubygems/rubygems/pull/6825) by nobu
#13 6.316 * Ship rubygems executables in `exe` folder. Pull request
#13 6.316   [#6704](https://github.com/rubygems/rubygems/pull/6704) by hsbt
#13 6.316 * Installs bundler 2.4.18 as a default gem.
#13 6.316
#13 6.316 # 3.4.17 / 2023-07-14
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Installs bundler 2.4.17 as a default gem.
#13 6.316
#13 6.316 ## Performance:
#13 6.316
#13 6.316 * Avoid unnecessary work for private local gem installation. Pull request
#13 6.316   [#6810](https://github.com/rubygems/rubygems/pull/6810) by
#13 6.316   deivid-rodriguez
#13 6.316
#13 6.316 # 3.4.16 / 2023-07-10
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Installs bundler 2.4.16 as a default gem.
#13 6.316
#13 6.316 # 3.4.15 / 2023-06-29
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Installs bundler 2.4.15 as a default gem.
#13 6.316
#13 6.316 ## Bug fixes:
#13 6.316
#13 6.316 * Autoload shellwords when it's needed. Pull request
#13 6.316   [#6734](https://github.com/rubygems/rubygems/pull/6734) by ioquatix
#13 6.316
#13 6.316 ## Documentation:
#13 6.316
#13 6.316 * Update command to test local gem command changes. Pull request
#13 6.316   [#6761](https://github.com/rubygems/rubygems/pull/6761) by jenshenny
#13 6.316
#13 6.316 # 3.4.14 / 2023-06-12
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Load plugin immediately. Pull request
#13 6.316   [#6673](https://github.com/rubygems/rubygems/pull/6673) by kou
#13 6.316 * Installs bundler 2.4.14 as a default gem.
#13 6.316
#13 6.316 ## Documentation:
#13 6.316
#13 6.316 * Clarify what the `rubygems-update` gem is for, and link to source code
#13 6.316   and guides. Pull request
#13 6.316   [#6710](https://github.com/rubygems/rubygems/pull/6710) by davetron5000
#13 6.316
#13 6.316 # 3.4.13 / 2023-05-09
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Installs bundler 2.4.13 as a default gem.
#13 6.316
#13 6.316 # 3.4.12 / 2023-04-11
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * [Experimental] Add WebAuthn Support to the CLI. Pull request
#13 6.316   [#6560](https://github.com/rubygems/rubygems/pull/6560) by jenshenny
#13 6.316 * Installs bundler 2.4.12 as a default gem.
#13 6.316
#13 6.316 # 3.4.11 / 2023-04-10
#13 6.316
#13 6.316 ## Enhancements:
#13 6.316
#13 6.316 * Installs bundler 2.4.11 as a default gem.
#13 6.316
#13 6.321
#13 6.321 ------------------------------------------------------------------------------
#13 6.321
#13 6.321 RubyGems installed the following executables:
#13 6.321       /usr/local/rvm/rubies/ruby-3.2.2/bin/gem
#13 6.321       /usr/local/rvm/rubies/ruby-3.2.2/bin/bundle
#13 6.321       /usr/local/rvm/rubies/ruby-3.2.2/bin/bundler
#13 6.321
#13 6.349 RubyGems system software updated
#13 8.329 !    The 'trollop' gem has been deprecated and has been replaced by 'optimist'.
#13 8.329 !    See: https://rubygems.org/gems/optimist
#13 8.329 !    And: https://github.com/ManageIQ/optimist
#13 8.329 Successfully installed trollop-2.9.9
#13 8.329 Successfully installed webrick-1.9.1
#13 8.329 Successfully installed unicode-display_width-2.6.0
#13 8.329 Successfully installed terminal-table-3.0.2
#13 8.329 Successfully installed safe_yaml-1.0.5
#13 8.329 Successfully installed rouge-4.5.1
#13 8.329 Successfully installed forwardable-extended-2.6.0
#13 8.329 Successfully installed pathutil-0.16.2
#13 8.329 Successfully installed mercenary-0.4.0
#13 8.329 Successfully installed liquid-4.0.4
#13 8.329 Successfully installed rexml-3.4.0
#13 8.329 Successfully installed kramdown-2.5.1
#13 8.329 Successfully installed kramdown-parser-gfm-1.1.0
#13 8.329 Successfully installed ffi-1.17.1-x86_64-linux-gnu
#13 8.329 Successfully installed rb-inotify-0.11.1
#13 8.329 Successfully installed rb-fsevent-0.11.2
#13 8.329 Successfully installed listen-3.9.0
#13 8.329 Successfully installed jekyll-watch-2.2.1
#13 8.329 Successfully installed google-protobuf-4.29.3-x86_64-linux
#13 8.329 Successfully installed sass-embedded-1.83.4-x86_64-linux-gnu
#13 8.329 Successfully installed jekyll-sass-converter-3.0.0
#13 8.329 Successfully installed concurrent-ruby-1.3.5
#13 8.329 PSA: I18n will be dropping support for Ruby < 3.2 in the next major release (April 2025), due to Ruby's end of life for 3.1 and below (https://endoflife.date/ruby). Please upgrade to Ruby 3.2 or newer by April 2025 to continue using future versions of this gem.
#13 8.329 Successfully installed i18n-1.14.6
#13 8.329 Building native extensions. This could take a while...
#13 9.855 Successfully installed http_parser.rb-0.8.0
#13 9.855 Building native extensions. This could take a while...
#13 25.45 Successfully installed eventmachine-1.2.7
#13 25.45 Successfully installed em-websocket-0.5.3
#13 25.45 Successfully installed colorator-1.1.0
#13 25.45 Successfully installed public_suffix-6.0.1
#13 25.45 Successfully installed addressable-2.8.7
#13 25.45 Successfully installed jekyll-4.3.4
#13 25.45 Successfully installed jgd-1.13.0
#13 25.45 31 gems installed
#13 DONE 25.7s

#14 exporting to image
#14 exporting layers
#14 exporting layers 6.0s done
#14 writing image sha256:b08cbc62fb4dbeae50e3d94f9f3451dbc90b71a0be468d0248c8e2334d4fd53c done
#14 naming to docker.io/yegor256/rultor-pwa5e6nq done
#14 DONE 6.0s
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_blog_758\s*$'
+ ls -al .
total 200
drwx------  3 ubuntu ubuntu   4096 Jan 17 13:23 .
drwxrwxrwt 12 root   root     4096 Jan 17 13:26 ..
-rw-rw-r--  1 ubuntu ubuntu     52 Jan 17 13:21 chatgpt-key.txt
-rwxrwxr-x  1 ubuntu ubuntu   2090 Jan 17 13:28 end.sh
-rwxrwxr-x  1 ubuntu ubuntu    490 Jan 17 13:23 entry.sh
-rw-rw-r--  1 ubuntu ubuntu   1679 Jan 17 13:21 id_rsa
-rw-rw-r--  1 ubuntu ubuntu    396 Jan 17 13:21 id_rsa.pub
-rw-rw-r--  1 ubuntu ubuntu      5 Jan 17 13:21 pid
drwxrwxr-x 29 ubuntu ubuntu   4096 Jan 17 13:23 repo
-rwxrwxr-x  1 ubuntu ubuntu   9516 Jan 17 13:21 run.sh
-rw-rw-r--  1 ubuntu ubuntu   1206 Jan 17 13:23 script.sh
-rw-rw-r--  1 ubuntu ubuntu     58 Jan 17 13:21 secrets.yml
-rw-rw-r--  1 ubuntu ubuntu 139209 Jan 17 13:29 stdout
-rwxrwxr-x  1 ubuntu ubuntu   1792 Jan 17 13:28 stop.sh
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-9T7q:/main --env=head=git@github.com:yegor256/blog.git '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/blog.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''bundle lock --no-color'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''export JEKYLL_ENV=production'\'' '\'';'\'' '\''LC_ALL=en_US.UTF-8 bundle exec rake'\'' '\'';'\'' '\''mkdir ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''git config --global user.email "rultor@yegor256.com"'\'' '\'';'\'' '\''git config --global user.name "Rultor"'\'' '\'';'\'' '\''echo -e "chatgpt-translate:\n  api_key_file: $(pwd)/../chatgpt-key.txt" > _config-deploy.yml'\'' '\'';'\'' '\''LC_ALL=en_US.UTF-8 jgd'\'' '\'';'\'' '\''rvm default 2.7.6 && source /usr/local/rvm/scripts/rvm'\'' '\'';'\'' '\''ruby -v'\'' '\'';'\'' '\''gem install ffi -v 1.16.3'\'' '\'';'\'' '\''gem install fontcustom -v 2.0.0'\'' '\'';'\'' '\''fontcustom --version'\'' '\'';'\'' '\''"$(pwd)/_glyphs/compile.sh" /tmp/icons'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git pull'\'' '\'';'\'' '\''for e in svg ttf woff eot css; do cp "/tmp/icons/icons.${e}" css; git add "css/icons.${e}"; done'\'' '\'';'\'' '\''git commit -am '\''\'\'''\''new glyphs'\''\'\'''\'' || echo no changes in glyphs'\'' '\'';'\'' '\''git push origin gh-pages'\'' '\'';'\'' )' --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-9T7q/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_blog_758 yegor256/rultor-pwa5e6nq /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 systemd-journal r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-network r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-resolve r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G messagebus r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-timesync 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 ssl-cert r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G postgres 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/.cargo /root/.config /root/.gem /root/.gemrc /root/.launchpadlib /root/.m2 /root/.npm /root/.profile /root/.rustup /root/.rvmrc /root/texmf /home/r
+ cp -R ./chatgpt-key.txt ./cid ./end.sh ./entry.sh ./id_rsa ./id_rsa.pub ./pid ./repo ./run.sh ./script.sh ./secrets.yml ./stdout ./stop.sh /home/r
2b8d45a39369521a1bc9a28240890dbe872f2744180b4bebbc49434b57f91d4a
Error response from daemon: Cannot kill container: 2b8d45a39369521a1bc9a28240890dbe872f2744180b4bebbc49434b57f91d4a: container 2b8d45a39369521a1bc9a28240890dbe872f2744180b4bebbc49434b57f91d4a is not running
container 2b8d45a39369521a1bc9a28240890dbe872f2744180b4bebbc49434b57f91d4a is dead
Fri Jan 17 13:30:08 UTC 2025