++ dirname ./run.sh
+ cd .
+ echo 1297
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Fri Oct 24 03:09:28 UTC 2025
+ uptime
03:09:28 up 1 min, 0 users, load average: 1.60, 0.58, 0.20
+ ff=default
+ image=yegor256/rultor-image
+ rebase=false
+ head_branch=master
+ pull_title='Update dependency rubocop to v1.81.6'
+ author=yegor256
+ directory=repo
+ head=git@github.com:yegor256/blog.git
+ pull_id=840
+ fork=git@github.com:yegor256/blog.git
+ fork_branch=renovate/rubocop-1.x-lockfile
+ squash=false
+ vars=('--env=head=git@github.com:yegor256/blog.git' '--env=pull_id=840' '--env=fork=git@github.com:yegor256/blog.git' '--env=fork_branch=renovate/rubocop-1.x-lockfile' '--env=head_branch=master' '--env=pull_title=Update dependency rubocop to v1.81.6' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/blog.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=840'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/blog.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/rubocop-1.x-lockfile'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency rubocop to v1.81.6'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''bundle lock --no-color'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''LC_ALL=en_US.UTF-8 bundle exec rake'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:yegor256/blog.git'\''' ';' 'export '\''pull_id=840'\''' ';' 'export '\''fork=git@github.com:yegor256/blog.git'\''' ';' 'export '\''fork_branch=renovate/rubocop-1.x-lockfile'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency rubocop to v1.81.6'\''' ';' 'export '\''author=yegor256'\''' ';' 'bundle lock --no-color' ';' 'bundle install --no-color' ';' 'LC_ALL=en_US.UTF-8 bundle exec rake' ';')
+ container=yegor256_blog_840
+ as_root=false
+ set -e -o pipefail
+ hostname
ip-172-31-17-161
+ pwd
/tmp/rultor-biTR
+ 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 --recurse-submodules git@github.com:yegor256/blog.git repo
Cloning into 'repo'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
Updating files: 100% (1755/1755), done.
+ cd repo
+ git config user.email gpg@rultor.com
+ git config user.name Rultor.com
+ '[' -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 '\''pull_id=840'\''' ';' 'export '\''fork=git@github.com:yegor256/blog.git'\''' ';' 'export '\''fork_branch=renovate/rubocop-1.x-lockfile'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency rubocop to v1.81.6'\''' ';' 'export '\''author=yegor256'\''' ';' 'bundle lock --no-color' ';' 'bundle install --no-color' ';' 'LC_ALL=en_US.UTF-8 bundle exec rake' ';'
+ set -ex -o pipefail
+ cd repo
+ git remote add fork git@github.com:yegor256/blog.git
+ git remote update
Fetching origin
Fetching fork
From github.com:yegor256/blog
* [new branch] 785 -> fork/785
* [new branch] 789 -> fork/789
* [new branch] 791 -> fork/791
* [new branch] 794 -> fork/794
* [new branch] 796 -> fork/796
* [new branch] 799 -> fork/799
* [new branch] 811 -> fork/811
* [new branch] 820 -> fork/820
* [new branch] 830 -> fork/830
* [new branch] gh-pages -> fork/gh-pages
* [new branch] master -> fork/master
* [new branch] renovate/jekyll-sass-1.x-lockfile -> fork/renovate/jekyll-sass-1.x-lockfile
* [new branch] renovate/nokogiri-1.x-lockfile -> fork/renovate/nokogiri-1.x-lockfile
* [new branch] renovate/rubocop-1.x-lockfile -> fork/renovate/rubocop-1.x-lockfile
+ args=()
+ '[' default == default ']'
+ args+=(--ff)
+ '[' default == no ']'
+ '[' default == only ']'
+ '[' false == true ']'
+ BRANCH=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ export BRANCH
+ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
+ git checkout -B __rultor fork/renovate/rubocop-1.x-lockfile
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/rubocop-1.x-lockfile' from 'fork'.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch 'master' set up to track remote branch 'master' from 'origin'.
Your branch is up to date with 'origin/master'.
+ '[' false == true ']'
+ KEY=3FD3FA7E9AF0FA4C
+ git merge --gpg-sign=3FD3FA7E9AF0FA4C --no-edit -m 'Update dependency rubocop to v1.81.6' --ff __rultor
Auto-merging Gemfile.lock
Merge made by the 'ort' strategy.
Gemfile.lock | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
+ git log -1 --show-signature
commit 3d1a5c50a804dd8087b3ebf846498edc1aac2f18
gpg: Signature made Fri Oct 24 03:11:39 2025 UTC
gpg: using RSA key FAC962C42841735692C13FF43FD3FA7E9AF0FA4C
gpg: Good signature from "Rultor.com <gpg@rultor.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: FAC9 62C4 2841 7356 92C1 3FF4 3FD3 FA7E 9AF0 FA4C
Merge: 3fdb6324abe aab8bb87266
Author: Rultor.com <gpg@rultor.com>
Date: Fri Oct 24 03:11:39 2025 +0000
Update dependency rubocop to v1.81.6
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.35
++ bc
++ echo 0.35 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.35, low enough to run a new Docker container'
load average is 0.35, 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-d8tvfogk
+ docker build repo -t yegor256/rultor-d8tvfogk
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 643B done
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/yegor256/latex:0.0.1
#2 DONE 0.4s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [internal] load build context
#4 transferring context: 40.24kB done
#4 DONE 0.0s
#5 [1/7] FROM docker.io/yegor256/latex:0.0.1@sha256:adbe8ed3dc1301be7fc496498232bd2eacd3fdc40398d2d36b677afb78c0ad73
#5 resolve docker.io/yegor256/latex:0.0.1@sha256:adbe8ed3dc1301be7fc496498232bd2eacd3fdc40398d2d36b677afb78c0ad73 0.0s done
#5 sha256:adbe8ed3dc1301be7fc496498232bd2eacd3fdc40398d2d36b677afb78c0ad73 2.36kB / 2.36kB done
#5 sha256:632ef5283d0fcf0e3a19d6c5dbcc294922d142b506d2ab494fb73004518cdc31 0B / 53.75MB 0.1s
#5 sha256:d061b8121542273e499e453fb422420989f1eb84472d64147d229c7293cd0221 15.98kB / 15.98kB done
#5 sha256:2be42d221bda6286090b1656c911554463aed2c0d506c236e16250de9b9e4667 0B / 15.77MB 0.1s
#5 sha256:fb43e1904b742406277936af5a8011074ebb9d087bd775aa2dfdb1c8408ae400 4.11kB / 4.11kB done
#5 sha256:54d1704eb717ce17ad2843f567b5defc32883042e6e9f97e2bcf2ce3c282677b 0B / 54.76MB 0.1s
#5 sha256:632ef5283d0fcf0e3a19d6c5dbcc294922d142b506d2ab494fb73004518cdc31 3.15MB / 53.75MB 0.2s
#5 sha256:2be42d221bda6286090b1656c911554463aed2c0d506c236e16250de9b9e4667 1.05MB / 15.77MB 0.2s
#5 sha256:632ef5283d0fcf0e3a19d6c5dbcc294922d142b506d2ab494fb73004518cdc31 16.78MB / 53.75MB 0.4s
#5 sha256:2be42d221bda6286090b1656c911554463aed2c0d506c236e16250de9b9e4667 3.15MB / 15.77MB 0.4s
#5 sha256:632ef5283d0fcf0e3a19d6c5dbcc294922d142b506d2ab494fb73004518cdc31 25.17MB / 53.75MB 0.6s
#5 sha256:2be42d221bda6286090b1656c911554463aed2c0d506c236e16250de9b9e4667 4.19MB / 15.77MB 0.6s
#5 sha256:54d1704eb717ce17ad2843f567b5defc32883042e6e9f97e2bcf2ce3c282677b 6.29MB / 54.76MB 0.6s
#5 sha256:632ef5283d0fcf0e3a19d6c5dbcc294922d142b506d2ab494fb73004518cdc31 34.82MB / 53.75MB 0.8s
#5 sha256:2be42d221bda6286090b1656c911554463aed2c0d506c236e16250de9b9e4667 5.24MB / 15.77MB 0.8s
#5 sha256:54d1704eb717ce17ad2843f567b5defc32883042e6e9f97e2bcf2ce3c282677b 9.44MB / 54.76MB 0.8s
#5 sha256:632ef5283d0fcf0e3a19d6c5dbcc294922d142b506d2ab494fb73004518cdc31 42.99MB / 53.75MB 1.0s
#5 sha256:2be42d221bda6286090b1656c911554463aed2c0d506c236e16250de9b9e4667 7.34MB / 15.77MB 1.0s
#5 sha256:2be42d221bda6286090b1656c911554463aed2c0d506c236e16250de9b9e4667 8.39MB / 15.77MB 1.1s
#5 sha256:632ef5283d0fcf0e3a19d6c5dbcc294922d142b506d2ab494fb73004518cdc31 46.14MB / 53.75MB 1.2s
#5 sha256:2be42d221bda6286090b1656c911554463aed2c0d506c236e16250de9b9e4667 9.44MB / 15.77MB 1.2s
#5 sha256:54d1704eb717ce17ad2843f567b5defc32883042e6e9f97e2bcf2ce3c282677b 12.58MB / 54.76MB 1.2s
#5 sha256:632ef5283d0fcf0e3a19d6c5dbcc294922d142b506d2ab494fb73004518cdc31 50.33MB / 53.75MB 1.3s
#5 sha256:2be42d221bda6286090b1656c911554463aed2c0d506c236e16250de9b9e4667 10.49MB / 15.77MB 1.3s
#5 sha256:632ef5283d0fcf0e3a19d6c5dbcc294922d142b506d2ab494fb73004518cdc31 53.75MB / 53.75MB 1.4s
#5 sha256:2be42d221bda6286090b1656c911554463aed2c0d506c236e16250de9b9e4667 12.58MB / 15.77MB 1.4s
#5 sha256:632ef5283d0fcf0e3a19d6c5dbcc294922d142b506d2ab494fb73004518cdc31 53.75MB / 53.75MB 1.5s done
#5 sha256:2be42d221bda6286090b1656c911554463aed2c0d506c236e16250de9b9e4667 14.68MB / 15.77MB 1.6s
#5 sha256:54d1704eb717ce17ad2843f567b5defc32883042e6e9f97e2bcf2ce3c282677b 15.73MB / 54.76MB 1.6s
#5 sha256:2be42d221bda6286090b1656c911554463aed2c0d506c236e16250de9b9e4667 15.77MB / 15.77MB 1.7s done
#5 sha256:54d1704eb717ce17ad2843f567b5defc32883042e6e9f97e2bcf2ce3c282677b 19.92MB / 54.76MB 1.8s
#5 extracting sha256:632ef5283d0fcf0e3a19d6c5dbcc294922d142b506d2ab494fb73004518cdc31
#5 sha256:ec11ce133a4e7f132d8a4cd61fc3536adbb4a42b698d8c3e1c68100361eb49ca 189B / 189B 1.7s done
#5 sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de 1.05MB / 197.14MB 1.8s
#5 sha256:71ab1586461a373ebda14131d82dcbed24335344677d930a606f23512a4c67df 0B / 41.46MB 1.8s
#5 sha256:71ab1586461a373ebda14131d82dcbed24335344677d930a606f23512a4c67df 2.10MB / 41.46MB 2.0s
#5 sha256:54d1704eb717ce17ad2843f567b5defc32883042e6e9f97e2bcf2ce3c282677b 23.07MB / 54.76MB 2.2s
#5 sha256:71ab1586461a373ebda14131d82dcbed24335344677d930a606f23512a4c67df 6.29MB / 41.46MB 2.2s
#5 sha256:54d1704eb717ce17ad2843f567b5defc32883042e6e9f97e2bcf2ce3c282677b 26.21MB / 54.76MB 2.4s
#5 sha256:71ab1586461a373ebda14131d82dcbed24335344677d930a606f23512a4c67df 11.53MB / 41.46MB 2.4s
#5 sha256:71ab1586461a373ebda14131d82dcbed24335344677d930a606f23512a4c67df 14.68MB / 41.46MB 2.5s
#5 sha256:71ab1586461a373ebda14131d82dcbed24335344677d930a606f23512a4c67df 17.83MB / 41.46MB 2.7s
#5 sha256:54d1704eb717ce17ad2843f567b5defc32883042e6e9f97e2bcf2ce3c282677b 29.36MB / 54.76MB 2.9s
#5 sha256:71ab1586461a373ebda14131d82dcbed24335344677d930a606f23512a4c67df 20.97MB / 41.46MB 2.9s
#5 sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de 11.53MB / 197.14MB 3.0s
#5 sha256:71ab1586461a373ebda14131d82dcbed24335344677d930a606f23512a4c67df 23.07MB / 41.46MB 3.0s
#5 sha256:71ab1586461a373ebda14131d82dcbed24335344677d930a606f23512a4c67df 25.17MB / 41.46MB 3.2s
#5 sha256:54d1704eb717ce17ad2843f567b5defc32883042e6e9f97e2bcf2ce3c282677b 32.51MB / 54.76MB 3.3s
#5 sha256:71ab1586461a373ebda14131d82dcbed24335344677d930a606f23512a4c67df 27.26MB / 41.46MB 3.3s
#5 sha256:71ab1586461a373ebda14131d82dcbed24335344677d930a606f23512a4c67df 30.41MB / 41.46MB 3.5s
#5 sha256:71ab1586461a373ebda14131d82dcbed24335344677d930a606f23512a4c67df 34.60MB / 41.46MB 3.7s
#5 sha256:54d1704eb717ce17ad2843f567b5defc32883042e6e9f97e2bcf2ce3c282677b 35.65MB / 54.76MB 3.8s
#5 sha256:71ab1586461a373ebda14131d82dcbed24335344677d930a606f23512a4c67df 36.70MB / 41.46MB 3.8s
#5 sha256:71ab1586461a373ebda14131d82dcbed24335344677d930a606f23512a4c67df 39.85MB / 41.46MB 4.0s
#5 sha256:54d1704eb717ce17ad2843f567b5defc32883042e6e9f97e2bcf2ce3c282677b 38.80MB / 54.76MB 4.2s
#5 sha256:71ab1586461a373ebda14131d82dcbed24335344677d930a606f23512a4c67df 41.46MB / 41.46MB 4.1s done
#5 sha256:8e0e2fc3c108f0a1d35c6ad771d426a10781f0a69e42fbb22e73373def4160d7 143B / 143B 4.2s done
#5 sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de 22.02MB / 197.14MB 4.3s
#5 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 4.2s done
#5 sha256:72e45e6fed5cdd59c773aeda7d4e83dec411bfd0027e2260e8a6f1deceff444c 0B / 8.71MB 4.3s
#5 sha256:54d1704eb717ce17ad2843f567b5defc32883042e6e9f97e2bcf2ce3c282677b 41.94MB / 54.76MB 4.4s
#5 sha256:72e45e6fed5cdd59c773aeda7d4e83dec411bfd0027e2260e8a6f1deceff444c 3.15MB / 8.71MB 4.6s
#5 sha256:54d1704eb717ce17ad2843f567b5defc32883042e6e9f97e2bcf2ce3c282677b 47.19MB / 54.76MB 4.8s
#5 sha256:72e45e6fed5cdd59c773aeda7d4e83dec411bfd0027e2260e8a6f1deceff444c 8.71MB / 8.71MB 4.8s done
#5 sha256:99e89f339e274bddc76a42fef8e4ec2f8412d06ce657d8d952436528ef9facdf 0B / 14.33MB 4.9s
#5 sha256:54d1704eb717ce17ad2843f567b5defc32883042e6e9f97e2bcf2ce3c282677b 54.53MB / 54.76MB 5.1s
#5 sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de 34.60MB / 197.14MB 5.1s
#5 sha256:99e89f339e274bddc76a42fef8e4ec2f8412d06ce657d8d952436528ef9facdf 2.10MB / 14.33MB 5.1s
#5 sha256:54d1704eb717ce17ad2843f567b5defc32883042e6e9f97e2bcf2ce3c282677b 54.76MB / 54.76MB 5.1s done
#5 sha256:99e89f339e274bddc76a42fef8e4ec2f8412d06ce657d8d952436528ef9facdf 10.49MB / 14.33MB 5.3s
#5 sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 0B / 138.67MB 5.3s
#5 sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de 46.14MB / 197.14MB 5.4s
#5 sha256:99e89f339e274bddc76a42fef8e4ec2f8412d06ce657d8d952436528ef9facdf 14.33MB / 14.33MB 5.4s
#5 sha256:99e89f339e274bddc76a42fef8e4ec2f8412d06ce657d8d952436528ef9facdf 14.33MB / 14.33MB 5.4s done
#5 sha256:11f168291684ecfe9c705429212c95ed88e4cd4229cf45d1436db5f5db7d0806 1.05MB / 10.12MB 5.6s
#5 sha256:11f168291684ecfe9c705429212c95ed88e4cd4229cf45d1436db5f5db7d0806 2.10MB / 10.12MB 5.7s
#5 sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 7.34MB / 138.67MB 5.8s
#5 sha256:11f168291684ecfe9c705429212c95ed88e4cd4229cf45d1436db5f5db7d0806 4.19MB / 10.12MB 5.8s
#5 sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de 59.77MB / 197.14MB 6.0s
#5 sha256:11f168291684ecfe9c705429212c95ed88e4cd4229cf45d1436db5f5db7d0806 9.44MB / 10.12MB 6.0s
#5 sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 14.68MB / 138.67MB 6.1s
#5 sha256:11f168291684ecfe9c705429212c95ed88e4cd4229cf45d1436db5f5db7d0806 10.12MB / 10.12MB 6.0s done
#5 sha256:0943aaa8f7035b79d0916ff886d0572c8f8d0157cf92afe4d20aa8bed632aad0 0B / 333B 6.1s
#5 sha256:0943aaa8f7035b79d0916ff886d0572c8f8d0157cf92afe4d20aa8bed632aad0 333B / 333B 6.1s done
#5 sha256:fd13cdf0383cdd1fea8190e9eb8172220922c825db0204cd3cf7544dcd6df551 0B / 998B 6.2s
#5 sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de 74.45MB / 197.14MB 6.4s
#5 sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 24.12MB / 138.67MB 6.4s
#5 sha256:fd13cdf0383cdd1fea8190e9eb8172220922c825db0204cd3cf7544dcd6df551 998B / 998B 6.2s done
#5 sha256:016f8e51c52d583b6615254b3ef27788894c39979e523e1a0679532dc8e18159 0B / 98.44MB 6.4s
#5 sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 31.46MB / 138.67MB 6.7s
#5 sha256:016f8e51c52d583b6615254b3ef27788894c39979e523e1a0679532dc8e18159 7.34MB / 98.44MB 6.7s
#5 extracting sha256:632ef5283d0fcf0e3a19d6c5dbcc294922d142b506d2ab494fb73004518cdc31 5.0s done
#5 sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de 88.08MB / 197.14MB 7.0s
#5 sha256:016f8e51c52d583b6615254b3ef27788894c39979e523e1a0679532dc8e18159 14.68MB / 98.44MB 7.0s
#5 sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 38.80MB / 138.67MB 7.1s
#5 extracting sha256:2be42d221bda6286090b1656c911554463aed2c0d506c236e16250de9b9e4667 0.1s
#5 sha256:016f8e51c52d583b6615254b3ef27788894c39979e523e1a0679532dc8e18159 22.02MB / 98.44MB 7.3s
#5 sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de 101.71MB / 197.14MB 7.5s
#5 sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 48.23MB / 138.67MB 7.5s
#5 sha256:016f8e51c52d583b6615254b3ef27788894c39979e523e1a0679532dc8e18159 29.36MB / 98.44MB 7.6s
#5 sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 56.62MB / 138.67MB 7.8s
#5 sha256:016f8e51c52d583b6615254b3ef27788894c39979e523e1a0679532dc8e18159 36.70MB / 98.44MB 7.8s
#5 sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de 112.20MB / 197.14MB 8.0s
#5 sha256:016f8e51c52d583b6615254b3ef27788894c39979e523e1a0679532dc8e18159 42.57MB / 98.44MB 8.0s
#5 sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 63.96MB / 138.67MB 8.2s
#5 sha256:016f8e51c52d583b6615254b3ef27788894c39979e523e1a0679532dc8e18159 49.28MB / 98.44MB 8.2s
#5 sha256:016f8e51c52d583b6615254b3ef27788894c39979e523e1a0679532dc8e18159 55.57MB / 98.44MB 8.4s
#5 sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de 125.83MB / 197.14MB 8.6s
#5 sha256:016f8e51c52d583b6615254b3ef27788894c39979e523e1a0679532dc8e18159 62.91MB / 98.44MB 8.6s
#5 sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 73.40MB / 138.67MB 8.7s
#5 sha256:016f8e51c52d583b6615254b3ef27788894c39979e523e1a0679532dc8e18159 71.30MB / 98.44MB 8.8s
#5 sha256:016f8e51c52d583b6615254b3ef27788894c39979e523e1a0679532dc8e18159 76.55MB / 98.44MB 9.0s
#5 sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de 138.41MB / 197.14MB 9.1s
#5 sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 81.79MB / 138.67MB 9.1s
#5 sha256:016f8e51c52d583b6615254b3ef27788894c39979e523e1a0679532dc8e18159 84.93MB / 98.44MB 9.3s
#5 sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 90.18MB / 138.67MB 9.5s
#5 sha256:016f8e51c52d583b6615254b3ef27788894c39979e523e1a0679532dc8e18159 91.23MB / 98.44MB 9.5s
#5 sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de 148.90MB / 197.14MB 9.6s
#5 sha256:016f8e51c52d583b6615254b3ef27788894c39979e523e1a0679532dc8e18159 96.47MB / 98.44MB 9.7s
#5 sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 99.61MB / 138.67MB 9.9s
#5 sha256:016f8e51c52d583b6615254b3ef27788894c39979e523e1a0679532dc8e18159 98.44MB / 98.44MB 9.8s done
#5 sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b 0B / 396.82MB 9.9s
#5 sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de 159.38MB / 197.14MB 10.0s
#5 sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 110.10MB / 138.67MB 10.2s
#5 sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de 169.87MB / 197.14MB 10.4s
#5 sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 117.44MB / 138.67MB 10.5s
#5 extracting sha256:2be42d221bda6286090b1656c911554463aed2c0d506c236e16250de9b9e4667 3.4s done
#5 sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de 181.40MB / 197.14MB 10.9s
#5 sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 124.78MB / 138.67MB 10.9s
#5 sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b 22.02MB / 396.82MB 10.9s
#5 sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 132.12MB / 138.67MB 11.2s
#5 extracting sha256:54d1704eb717ce17ad2843f567b5defc32883042e6e9f97e2bcf2ce3c282677b
#5 sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de 193.99MB / 197.14MB 11.5s
#5 sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 138.67MB / 138.67MB 11.5s done
#5 sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b 41.94MB / 396.82MB 11.6s
#5 sha256:16a42c7e7dc872ba0c7d92e1774e1be5e52f781445067c432fa03d997f5f26a7 0B / 280.62kB 11.6s
#5 sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de 197.14MB / 197.14MB 11.7s done
#5 sha256:16a42c7e7dc872ba0c7d92e1774e1be5e52f781445067c432fa03d997f5f26a7 280.62kB / 280.62kB 11.8s done
#5 sha256:5915a2abddde78236f2be66043e49b3762d7bc45cabd6b4b2ac783e9932a97a8 0B / 447B 11.8s
#5 sha256:a5b3aad19447d5e462ef75e325ca4cd19a0bd812be9350e4301328d80e1d54b6 0B / 480B 11.8s
#5 sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b 67.11MB / 396.82MB 12.0s
#5 sha256:5915a2abddde78236f2be66043e49b3762d7bc45cabd6b4b2ac783e9932a97a8 447B / 447B 11.8s done
#5 sha256:a5b3aad19447d5e462ef75e325ca4cd19a0bd812be9350e4301328d80e1d54b6 480B / 480B 11.9s done
#5 sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b 89.36MB / 396.82MB 12.3s
#5 sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b 120.59MB / 396.82MB 12.8s
#5 sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b 142.61MB / 396.82MB 13.1s
#5 sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b 168.92MB / 396.82MB 13.5s
#5 sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b 193.99MB / 396.82MB 13.8s
#5 sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b 217.27MB / 396.82MB 14.1s
#5 sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b 238.03MB / 396.82MB 14.4s
#5 sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b 257.95MB / 396.82MB 14.7s
#5 sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b 284.16MB / 396.82MB 15.1s
#5 sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b 309.57MB / 396.82MB 15.5s
#5 sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b 333.45MB / 396.82MB 15.9s
#5 sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b 356.52MB / 396.82MB 16.3s
#5 extracting sha256:54d1704eb717ce17ad2843f567b5defc32883042e6e9f97e2bcf2ce3c282677b 5.0s
#5 sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b 378.54MB / 396.82MB 16.7s
#5 sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b 396.82MB / 396.82MB 17.3s done
#5 extracting sha256:54d1704eb717ce17ad2843f567b5defc32883042e6e9f97e2bcf2ce3c282677b 7.4s done
#5 extracting sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de
#5 extracting sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de 5.1s
#5 extracting sha256:f0f51ee5c79e1ef5812268320c854e2eaf0bb5f4e2cf2a7974448200d36854de 9.0s done
#5 extracting sha256:ec11ce133a4e7f132d8a4cd61fc3536adbb4a42b698d8c3e1c68100361eb49ca
#5 extracting sha256:ec11ce133a4e7f132d8a4cd61fc3536adbb4a42b698d8c3e1c68100361eb49ca done
#5 extracting sha256:71ab1586461a373ebda14131d82dcbed24335344677d930a606f23512a4c67df
#5 extracting sha256:71ab1586461a373ebda14131d82dcbed24335344677d930a606f23512a4c67df 1.3s done
#5 extracting sha256:8e0e2fc3c108f0a1d35c6ad771d426a10781f0a69e42fbb22e73373def4160d7 done
#5 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done
#5 extracting sha256:72e45e6fed5cdd59c773aeda7d4e83dec411bfd0027e2260e8a6f1deceff444c 0.1s
#5 extracting sha256:72e45e6fed5cdd59c773aeda7d4e83dec411bfd0027e2260e8a6f1deceff444c 0.5s done
#5 extracting sha256:99e89f339e274bddc76a42fef8e4ec2f8412d06ce657d8d952436528ef9facdf 0.1s
#5 extracting sha256:99e89f339e274bddc76a42fef8e4ec2f8412d06ce657d8d952436528ef9facdf 0.9s done
#5 extracting sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 0.1s
#5 extracting sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 5.2s
#5 extracting sha256:3f0278ea12d548fbc476ec09e1aa4069144a4055037ac4eba42a65c97893a2f7 5.4s done
#5 extracting sha256:11f168291684ecfe9c705429212c95ed88e4cd4229cf45d1436db5f5db7d0806 0.1s
#5 extracting sha256:11f168291684ecfe9c705429212c95ed88e4cd4229cf45d1436db5f5db7d0806 0.3s done
#5 extracting sha256:0943aaa8f7035b79d0916ff886d0572c8f8d0157cf92afe4d20aa8bed632aad0 done
#5 extracting sha256:fd13cdf0383cdd1fea8190e9eb8172220922c825db0204cd3cf7544dcd6df551 done
#5 extracting sha256:016f8e51c52d583b6615254b3ef27788894c39979e523e1a0679532dc8e18159
#5 extracting sha256:016f8e51c52d583b6615254b3ef27788894c39979e523e1a0679532dc8e18159 5.1s
#5 extracting sha256:016f8e51c52d583b6615254b3ef27788894c39979e523e1a0679532dc8e18159 5.5s done
#5 extracting sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b
#5 extracting sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b 5.0s
#5 extracting sha256:e0e6a6b768070fa0ce670d41d0656a856e9b5b3eda5eb198c272b1ed6daa985b 9.8s done
#5 extracting sha256:16a42c7e7dc872ba0c7d92e1774e1be5e52f781445067c432fa03d997f5f26a7
#5 extracting sha256:16a42c7e7dc872ba0c7d92e1774e1be5e52f781445067c432fa03d997f5f26a7 0.0s done
#5 extracting sha256:5915a2abddde78236f2be66043e49b3762d7bc45cabd6b4b2ac783e9932a97a8 done
#5 extracting sha256:a5b3aad19447d5e462ef75e325ca4cd19a0bd812be9350e4301328d80e1d54b6 done
#5 DONE 53.0s
#6 [2/7] WORKDIR /tmp
#6 DONE 0.6s
#7 [3/7] COPY .github/ .github/
#7 DONE 0.1s
#8 [4/7] COPY _docker/ _docker/
#8 DONE 0.0s
#9 [5/7] RUN .github/install-apt.sh && .github/install-tidy.sh && .github/install-woff.sh
#9 0.936 + apt-get update --yes --fix-missing
#9 1.247 Get:1 http://deb.debian.org/debian bullseye InRelease [75.1 kB]
#9 1.261 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
#9 1.261 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]
#9 1.262 Get:4 https://download.docker.com/linux/debian bullseye InRelease [43.0 kB]
#9 1.412 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8,066 kB]
#9 1.792 Get:6 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [419 kB]
#9 2.149 Get:7 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]
#9 2.321 Get:8 https://download.docker.com/linux/debian bullseye/stable amd64 Packages [63.7 kB]
#9 2.970 Fetched 8,757 kB in 2s (4,992 kB/s)
#9 2.970 Reading package lists...
#9 3.514 + apt-get install --yes --no-install-recommends 'aspell=*' 'aspell-en=*' 'graphviz=*' 'gnuplot=*' 's3cmd=*' 'liblapack-dev=*' 'cmake=*' 'libxml2-utils=*' 'shellcheck=*' 'plantuml=*'
#9 3.524 Reading package lists...
#9 4.081 Building dependency tree...
#9 4.215 Reading state information...
#9 4.356 aspell is already the newest version (0.60.8-3).
#9 4.356 The following additional packages will be installed:
#9 4.356 aglfn ant binfmt-support ca-certificates-java cmake-data default-jdk
#9 4.357 default-jdk-headless default-jre default-jre-headless ditaa fastjar
#9 4.357 gnuplot-data gnuplot-qt jarwrapper java-common java-wrappers junit4 libann0
#9 4.357 libapache-pom-java libarchive13 libasound2 libasound2-data
#9 4.358 libavalon-framework-java libbatik-java libblas-dev libblas3 libcdt5
#9 4.358 libcgraph6 libcommons-cli-java libcommons-io-java libcommons-logging-java
#9 4.358 libcommons-parent-java libdrm-amdgpu1 libdrm-common libdrm-intel1
#9 4.358 libdrm-nouveau2 libdrm-radeon1 libdrm2 libegl-mesa0 libegl1 libel-api-java
#9 4.358 libevdev2 libfontbox2-java libfop-java libgbm1 libgd3 libgfortran5 libgif7
#9 4.358 libgl1 libgl1-mesa-dri libglapi-mesa libglvnd0 libglx-mesa0 libglx0
#9 4.359 libgts-0.7-5 libgudev-1.0-0 libgvc6 libgvpr2 libhamcrest-java libinput-bin
#9 4.359 libinput10 libjaxp1.3-java libjericho-html-java libjlatexmath-java
#9 4.359 libjsoncpp24 libjsp-api-java liblab-gamut1 liblapack3 libllvm11 liblua5.4-0
#9 4.359 libmd4c0 libmtdev1 libnotify4 libpathplan4 libpciaccess0 libpcsclite1
#9 4.359 libpipeline1 libqdox-java libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5
#9 4.360 libqt5printsupport5 libqt5svg5 libqt5widgets5 librhash0 libsensors-config
#9 4.361 libsensors5 libservlet-api-java libservlet3.1-java libuv1 libvulkan1
#9 4.361 libwacom-common libwacom2 libwayland-server0 libwebsocket-api-java
#9 4.361 libwxbase3.0-0v5 libwxgtk3.0-gtk3-0v5 libx11-xcb1 libxalan2-java libxaw7
#9 4.361 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
#9 4.361 libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
#9 4.361 libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0
#9 4.361 libxcb-xinput0 libxcb-xkb1 libxerces2-java libxkbcommon-x11-0
#9 4.361 libxml-commons-external-java libxml-commons-resolver1.1-java
#9 4.361 libxmlgraphics-commons-java libxmu6 libxpm4 libxshmfence1 libxtst6
#9 4.361 libxxf86vm1 libz3-4 openjdk-11-jdk openjdk-11-jdk-headless openjdk-11-jre
#9 4.362 openjdk-11-jre-headless python3-dateutil python3-magic python3-six
#9 4.363 Suggested packages:
#9 4.363 ant-doc cmake-doc ninja-build gnuplot-doc gsfonts graphviz-doc lrzip
#9 4.363 libasound2-plugins alsa-utils libavalon-framework-java-doc librhino-java
#9 4.364 liblapack-doc libcommons-io-java-doc libcommons-logging-java-doc
#9 4.364 libexcalibur-logkit-java liblog4j1.2-java libgd-tools pciutils pcscd
#9 4.364 libqdox-java-doc junit qt5-image-formats-plugins qtwayland5 lm-sensors
#9 4.364 libxalan2-java-doc libbsf-java libxsltc-java libxerces2-java-doc
#9 4.364 libxml-commons-resolver1.1-java-doc libxmlgraphics-commons-java-doc
#9 4.364 openjdk-11-demo openjdk-11-source visualvm libnss-mdns fonts-dejavu-extra
#9 4.365 fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei
#9 4.365 | fonts-wqy-zenhei fonts-indic
#9 4.365 Recommended packages:
#9 4.365 ant-optional fonts-liberation alsa-ucm-conf alsa-topology-conf
#9 4.367 icc-profiles-free libsaxon-java libgts-bin notification-daemon
#9 4.367 qttranslations5-l10n qt5-gtk-platformtheme mesa-vulkan-drivers | vulkan-icd
#9 4.367 libwacom-bin libatk-wrapper-java-jni fonts-dejavu-extra
#9 5.096 The following NEW packages will be installed:
#9 5.097 aglfn ant aspell-en binfmt-support ca-certificates-java cmake cmake-data
#9 5.098 default-jdk default-jdk-headless default-jre default-jre-headless ditaa
#9 5.098 fastjar gnuplot gnuplot-data gnuplot-qt graphviz jarwrapper java-common
#9 5.098 java-wrappers junit4 libann0 libapache-pom-java libarchive13 libasound2
#9 5.098 libasound2-data libavalon-framework-java libbatik-java libblas-dev libblas3
#9 5.099 libcdt5 libcgraph6 libcommons-cli-java libcommons-io-java
#9 5.099 libcommons-logging-java libcommons-parent-java libdrm-amdgpu1 libdrm-common
#9 5.099 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libegl-mesa0 libegl1
#9 5.099 libel-api-java libevdev2 libfontbox2-java libfop-java libgbm1 libgd3
#9 5.099 libgfortran5 libgif7 libgl1 libgl1-mesa-dri libglapi-mesa libglvnd0
#9 5.100 libglx-mesa0 libglx0 libgts-0.7-5 libgudev-1.0-0 libgvc6 libgvpr2
#9 5.100 libhamcrest-java libinput-bin libinput10 libjaxp1.3-java
#9 5.100 libjericho-html-java libjlatexmath-java libjsoncpp24 libjsp-api-java
#9 5.100 liblab-gamut1 liblapack-dev liblapack3 libllvm11 liblua5.4-0 libmd4c0
#9 5.100 libmtdev1 libnotify4 libpathplan4 libpciaccess0 libpcsclite1 libpipeline1
#9 5.108 libqdox-java libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5
#9 5.108 libqt5printsupport5 libqt5svg5 libqt5widgets5 librhash0 libsensors-config
#9 5.108 libsensors5 libservlet-api-java libservlet3.1-java libuv1 libvulkan1
#9 5.108 libwacom-common libwacom2 libwayland-server0 libwebsocket-api-java
#9 5.108 libwxbase3.0-0v5 libwxgtk3.0-gtk3-0v5 libx11-xcb1 libxalan2-java libxaw7
#9 5.108 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
#9 5.108 libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
#9 5.108 libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0
#9 5.108 libxcb-xinput0 libxcb-xkb1 libxerces2-java libxkbcommon-x11-0
#9 5.108 libxml-commons-external-java libxml-commons-resolver1.1-java
#9 5.108 libxmlgraphics-commons-java libxmu6 libxpm4 libxshmfence1 libxtst6
#9 5.108 libxxf86vm1 libz3-4 openjdk-11-jdk openjdk-11-jdk-headless openjdk-11-jre
#9 5.108 openjdk-11-jre-headless plantuml python3-dateutil python3-magic python3-six
#9 5.108 s3cmd shellcheck
#9 5.108 The following packages will be upgraded:
#9 5.108 libxml2-utils
#9 5.127 1 upgraded, 143 newly installed, 0 to remove and 46 not upgraded.
#9 5.127 Need to get 222 MB of archives.
#9 5.127 After this operation, 620 MB of additional disk space will be used.
#9 5.127 Get:1 http://deb.debian.org/debian bullseye/main amd64 libqt5core5a amd64 5.15.2+dfsg-9+deb11u1 [1,823 kB]
#9 5.166 Get:2 http://deb.debian.org/debian bullseye/main amd64 libdrm-common all 2.4.104-1 [14.9 kB]
#9 5.168 Get:3 http://deb.debian.org/debian bullseye/main amd64 libdrm2 amd64 2.4.104-1 [41.5 kB]
#9 5.172 Get:4 http://deb.debian.org/debian bullseye/main amd64 libglvnd0 amd64 1.3.2-1 [53.6 kB]
#9 5.173 Get:5 http://deb.debian.org/debian bullseye/main amd64 libwayland-server0 amd64 1.18.0-2~exp1.1 [34.4 kB]
#9 5.175 Get:6 http://deb.debian.org/debian bullseye/main amd64 libgbm1 amd64 20.3.5-1 [73.5 kB]
#9 5.176 Get:7 http://deb.debian.org/debian bullseye/main amd64 libglapi-mesa amd64 20.3.5-1 [71.7 kB]
#9 5.177 Get:8 http://deb.debian.org/debian bullseye/main amd64 libx11-xcb1 amd64 2:1.7.2-1+deb11u2 [204 kB]
#9 5.179 Get:9 http://deb.debian.org/debian bullseye/main amd64 libxcb-dri2-0 amd64 1.14-3 [103 kB]
#9 5.181 Get:10 http://deb.debian.org/debian bullseye/main amd64 libxcb-dri3-0 amd64 1.14-3 [102 kB]
#9 5.182 Get:11 http://deb.debian.org/debian bullseye/main amd64 libxcb-present0 amd64 1.14-3 [101 kB]
#9 5.183 Get:12 http://deb.debian.org/debian bullseye/main amd64 libxcb-sync1 amd64 1.14-3 [105 kB]
#9 5.184 Get:13 http://deb.debian.org/debian bullseye/main amd64 libxcb-xfixes0 amd64 1.14-3 [105 kB]
#9 5.186 Get:14 http://deb.debian.org/debian bullseye/main amd64 libxshmfence1 amd64 1.3-1 [8,820 B]
#9 5.187 Get:15 http://deb.debian.org/debian bullseye/main amd64 libegl-mesa0 amd64 20.3.5-1 [141 kB]
#9 5.190 Get:16 http://deb.debian.org/debian bullseye/main amd64 libegl1 amd64 1.3.2-1 [34.8 kB]
#9 5.194 Get:17 http://deb.debian.org/debian bullseye/main amd64 libxcb-glx0 amd64 1.14-3 [118 kB]
#9 5.196 Get:18 http://deb.debian.org/debian bullseye/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB]
#9 5.199 Get:19 http://deb.debian.org/debian bullseye/main amd64 libdrm-amdgpu1 amd64 2.4.104-1 [28.5 kB]
#9 5.201 Get:20 http://deb.debian.org/debian bullseye/main amd64 libpciaccess0 amd64 0.16-1 [53.6 kB]
#9 5.203 Get:21 http://deb.debian.org/debian bullseye/main amd64 libdrm-intel1 amd64 2.4.104-1 [71.8 kB]
#9 5.204 Get:22 http://deb.debian.org/debian bullseye/main amd64 libdrm-nouveau2 amd64 2.4.104-1 [26.8 kB]
#9 5.205 Get:23 http://deb.debian.org/debian bullseye/main amd64 libdrm-radeon1 amd64 2.4.104-1 [30.2 kB]
#9 5.207 Get:24 http://deb.debian.org/debian bullseye/main amd64 libz3-4 amd64 4.8.10-1 [6,949 kB]
#9 5.314 Get:25 http://deb.debian.org/debian bullseye/main amd64 libllvm11 amd64 1:11.0.1-2 [17.9 MB]
#9 5.507 Get:26 http://deb.debian.org/debian bullseye/main amd64 libsensors-config all 1:3.6.0-7 [32.3 kB]
#9 5.508 Get:27 http://deb.debian.org/debian bullseye/main amd64 libsensors5 amd64 1:3.6.0-7 [52.3 kB]
#9 5.510 Get:28 http://deb.debian.org/debian bullseye/main amd64 libvulkan1 amd64 1.2.162.0-1 [103 kB]
#9 5.511 Get:29 http://deb.debian.org/debian bullseye/main amd64 libgl1-mesa-dri amd64 20.3.5-1 [9,633 kB]
#9 5.595 Get:30 http://deb.debian.org/debian bullseye/main amd64 libglx-mesa0 amd64 20.3.5-1 [186 kB]
#9 5.598 Get:31 http://deb.debian.org/debian bullseye/main amd64 libglx0 amd64 1.3.2-1 [35.7 kB]
#9 5.600 Get:32 http://deb.debian.org/debian bullseye/main amd64 libgl1 amd64 1.3.2-1 [89.5 kB]
#9 5.601 Get:33 http://deb.debian.org/debian bullseye/main amd64 libevdev2 amd64 1.11.0+dfsg-1 [34.0 kB]
#9 5.602 Get:34 http://deb.debian.org/debian bullseye/main amd64 libmtdev1 amd64 1.1.6-1 [23.0 kB]
#9 5.604 Get:35 http://deb.debian.org/debian bullseye/main amd64 libgudev-1.0-0 amd64 234-1 [14.7 kB]
#9 5.606 Get:36 http://deb.debian.org/debian bullseye/main amd64 libwacom-common all 1.8-2 [49.7 kB]
#9 5.607 Get:37 http://deb.debian.org/debian bullseye/main amd64 libwacom2 amd64 1.8-2 [21.9 kB]
#9 5.608 Get:38 http://deb.debian.org/debian bullseye/main amd64 libinput-bin amd64 1.16.4-3 [23.0 kB]
#9 5.610 Get:39 http://deb.debian.org/debian bullseye/main amd64 libinput10 amd64 1.16.4-3 [118 kB]
#9 5.611 Get:40 http://deb.debian.org/debian bullseye/main amd64 libmd4c0 amd64 0.4.7-2 [43.6 kB]
#9 5.613 Get:41 http://deb.debian.org/debian bullseye/main amd64 libqt5dbus5 amd64 5.15.2+dfsg-9+deb11u1 [229 kB]
#9 5.615 Get:42 http://deb.debian.org/debian bullseye/main amd64 libqt5network5 amd64 5.15.2+dfsg-9+deb11u1 [659 kB]
#9 5.619 Get:43 http://deb.debian.org/debian bullseye/main amd64 libxcb-icccm4 amd64 0.4.1-1.1 [27.4 kB]
#9 5.620 Get:44 http://deb.debian.org/debian bullseye/main amd64 libxcb-util1 amd64 0.4.0-1+b1 [23.2 kB]
#9 5.621 Get:45 http://deb.debian.org/debian bullseye/main amd64 libxcb-image0 amd64 0.4.0-1+b3 [24.3 kB]
#9 5.622 Get:46 http://deb.debian.org/debian bullseye/main amd64 libxcb-keysyms1 amd64 0.4.0-1+b2 [16.4 kB]
#9 5.623 Get:47 http://deb.debian.org/debian bullseye/main amd64 libxcb-randr0 amd64 1.14-3 [113 kB]
#9 5.625 Get:48 http://deb.debian.org/debian bullseye/main amd64 libxcb-render-util0 amd64 0.3.9-1+b1 [18.3 kB]
#9 5.626 Get:49 http://deb.debian.org/debian bullseye/main amd64 libxcb-shape0 amd64 1.14-3 [102 kB]
#9 5.627 Get:50 http://deb.debian.org/debian bullseye/main amd64 libxcb-xinerama0 amd64 1.14-3 [101 kB]
#9 5.629 Get:51 http://deb.debian.org/debian bullseye/main amd64 libxcb-xinput0 amd64 1.14-3 [126 kB]
#9 5.631 Get:52 http://deb.debian.org/debian bullseye/main amd64 libxcb-xkb1 amd64 1.14-3 [126 kB]
#9 5.632 Get:53 http://deb.debian.org/debian bullseye/main amd64 libxkbcommon-x11-0 amd64 1.0.3-2 [16.6 kB]
#9 5.635 Get:54 http://deb.debian.org/debian bullseye/main amd64 libqt5gui5 amd64 5.15.2+dfsg-9+deb11u1 [3,320 kB]
#9 5.669 Get:55 http://deb.debian.org/debian bullseye/main amd64 libqt5widgets5 amd64 5.15.2+dfsg-9+deb11u1 [2,349 kB]
#9 5.698 Get:56 http://deb.debian.org/debian bullseye/main amd64 libqt5svg5 amd64 5.15.2-3 [132 kB]
#9 5.701 Get:57 http://deb.debian.org/debian bullseye/main amd64 aglfn all 1.7+git20191031.4036a9c-2 [30.5 kB]
#9 5.702 Get:58 http://deb.debian.org/debian-security bullseye-security/main amd64 ca-certificates-java all 20230710~deb12u1~deb11u1 [16.8 kB]
#9 5.703 Get:59 http://deb.debian.org/debian bullseye/main amd64 java-common all 0.72 [14.5 kB]
#9 5.706 Get:60 http://deb.debian.org/debian bullseye/main amd64 libasound2-data all 1.2.4-1.1 [38.2 kB]
#9 5.706 Get:61 http://deb.debian.org/debian bullseye/main amd64 libasound2 amd64 1.2.4-1.1 [356 kB]
#9 5.712 Get:62 http://deb.debian.org/debian bullseye/main amd64 libpcsclite1 amd64 1.9.1-1 [60.2 kB]
#9 5.713 Get:63 http://deb.debian.org/debian-security bullseye-security/main amd64 openjdk-11-jre-headless amd64 11.0.28+6-1~deb11u1 [38.3 MB]
#9 6.102 Get:64 http://deb.debian.org/debian bullseye/main amd64 default-jre-headless amd64 2:1.11-72 [10.9 kB]
#9 6.104 Get:65 http://deb.debian.org/debian bullseye/main amd64 ant all 1.10.9-4 [2,118 kB]
#9 6.127 Get:66 http://deb.debian.org/debian bullseye/main amd64 aspell-en all 2018.04.16-0-1 [301 kB]
#9 6.135 Get:67 http://deb.debian.org/debian bullseye/main amd64 libpipeline1 amd64 1.5.3-1 [34.3 kB]
#9 6.136 Get:68 http://deb.debian.org/debian bullseye/main amd64 binfmt-support amd64 2.2.1-1+deb11u1 [66.8 kB]
#9 6.137 Get:69 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1,725 kB]
#9 6.158 Get:70 http://deb.debian.org/debian-security bullseye-security/main amd64 libarchive13 amd64 3.4.3-2+deb11u2 [343 kB]
#9 6.160 Get:71 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
#9 6.162 Get:72 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
#9 6.167 Get:73 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2+deb11u1 [132 kB]
#9 6.168 Get:74 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5,593 kB]
#9 6.232 Get:75 http://deb.debian.org/debian bullseye/main amd64 libgif7 amd64 5.1.9-2 [45.1 kB]
#9 6.233 Get:76 http://deb.debian.org/debian bullseye/main amd64 libxtst6 amd64 2:1.2.3-1 [27.8 kB]
#9 6.235 Get:77 http://deb.debian.org/debian-security bullseye-security/main amd64 openjdk-11-jre amd64 11.0.28+6-1~deb11u1 [194 kB]
#9 6.236 Get:78 http://deb.debian.org/debian bullseye/main amd64 default-jre amd64 2:1.11-72 [1,044 B]
#9 6.237 Get:79 http://deb.debian.org/debian-security bullseye-security/main amd64 openjdk-11-jdk-headless amd64 11.0.28+6-1~deb11u1 [73.7 MB]
#9 6.923 Get:80 http://deb.debian.org/debian bullseye/main amd64 default-jdk-headless amd64 2:1.11-72 [1,100 B]
#9 6.924 Get:81 http://deb.debian.org/debian-security bullseye-security/main amd64 openjdk-11-jdk amd64 11.0.28+6-1~deb11u1 [13.5 kB]
#9 6.925 Get:82 http://deb.debian.org/debian bullseye/main amd64 default-jdk amd64 2:1.11-72 [1,056 B]
#9 6.926 Get:83 http://deb.debian.org/debian bullseye/main amd64 fastjar amd64 2:0.98-7 [80.1 kB]
#9 6.927 Get:84 http://deb.debian.org/debian bullseye/main amd64 jarwrapper all 0.78 [21.8 kB]
#9 6.928 Get:85 http://deb.debian.org/debian bullseye/main amd64 libhamcrest-java all 1.3-9 [388 kB]
#9 6.932 Get:86 http://deb.debian.org/debian bullseye/main amd64 junit4 all 4.13.1-2 [347 kB]
#9 6.935 Get:87 http://deb.debian.org/debian bullseye/main amd64 java-wrappers all 0.3 [10.9 kB]
#9 6.935 Get:88 http://deb.debian.org/debian bullseye/main amd64 libjaxp1.3-java all 1.3.05-6 [227 kB]
#9 6.938 Get:89 http://deb.debian.org/debian bullseye/main amd64 libxml-commons-external-java all 1.4.01-5 [240 kB]
#9 6.941 Get:90 http://deb.debian.org/debian bullseye/main amd64 libxml-commons-resolver1.1-java all 1.2-11 [98.3 kB]
#9 6.943 Get:91 http://deb.debian.org/debian bullseye/main amd64 libxerces2-java all 2.12.1-1 [1,440 kB]
#9 6.960 Get:92 http://deb.debian.org/debian bullseye/main amd64 libxalan2-java all 2.7.2-4 [3,419 kB]
#9 7.010 Get:93 http://deb.debian.org/debian bullseye/main amd64 libapache-pom-java all 18-1 [4,676 B]
#9 7.011 Get:94 http://deb.debian.org/debian bullseye/main amd64 libcommons-parent-java all 43-1 [10.8 kB]
#9 7.013 Get:95 http://deb.debian.org/debian bullseye/main amd64 libcommons-io-java all 2.8.0-1 [279 kB]
#9 7.019 Get:96 http://deb.debian.org/debian bullseye/main amd64 libcommons-logging-java all 1.2-2 [62.2 kB]
#9 7.020 Get:97 http://deb.debian.org/debian bullseye/main amd64 libxmlgraphics-commons-java all 2.4-2~deb11u1 [617 kB]
#9 7.033 Get:98 http://deb.debian.org/debian-security bullseye-security/main amd64 libbatik-java all 1.12-4+deb11u3 [3,909 kB]
#9 7.060 Get:99 http://deb.debian.org/debian bullseye/main amd64 libcommons-cli-java all 1.4-2 [57.3 kB]
#9 7.062 Get:100 http://deb.debian.org/debian bullseye/main amd64 libjericho-html-java all 3.2-2 [185 kB]
#9 7.064 Get:101 http://deb.debian.org/debian bullseye/main amd64 ditaa all 0.10+ds1-1.2 [129 kB]
#9 7.065 Get:102 http://deb.debian.org/debian bullseye/main amd64 gnuplot-data all 5.4.1+dfsg1-1+deb11u1 [87.5 kB]
#9 7.067 Get:103 http://deb.debian.org/debian bullseye/main amd64 libxpm4 amd64 1:3.5.12-1.1+deb11u1 [50.0 kB]
#9 7.071 Get:104 http://deb.debian.org/debian bullseye/main amd64 libgd3 amd64 2.3.0-2 [137 kB]
#9 7.074 Get:105 http://deb.debian.org/debian bullseye/main amd64 liblua5.4-0 amd64 5.4.2-2 [136 kB]
#9 7.076 Get:106 http://deb.debian.org/debian bullseye/main amd64 libqt5printsupport5 amd64 5.15.2+dfsg-9+deb11u1 [223 kB]
#9 7.081 Get:107 http://deb.debian.org/debian bullseye/main amd64 libwxbase3.0-0v5 amd64 3.0.5.1+dfsg-2 [1,090 kB]
#9 7.096 Get:108 http://deb.debian.org/debian bullseye/main amd64 libnotify4 amd64 0.7.9-3 [23.7 kB]
#9 7.097 Get:109 http://deb.debian.org/debian bullseye/main amd64 libwxgtk3.0-gtk3-0v5 amd64 3.0.5.1+dfsg-2 [4,494 kB]
#9 7.146 Get:110 http://deb.debian.org/debian bullseye/main amd64 gnuplot-qt amd64 5.4.1+dfsg1-1+deb11u1 [1,077 kB]
#9 7.154 Get:111 http://deb.debian.org/debian bullseye/main amd64 gnuplot all 5.4.1+dfsg1-1+deb11u1 [21.2 kB]
#9 7.155 Get:112 http://deb.debian.org/debian bullseye/main amd64 libann0 amd64 1.1.2+doc-7 [25.3 kB]
#9 7.156 Get:113 http://deb.debian.org/debian bullseye/main amd64 libcdt5 amd64 2.42.2-5+deb11u1 [62.2 kB]
#9 7.157 Get:114 http://deb.debian.org/debian bullseye/main amd64 libcgraph6 amd64 2.42.2-5+deb11u1 [85.5 kB]
#9 7.159 Get:115 http://deb.debian.org/debian bullseye/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4+b1 [158 kB]
#9 7.161 Get:116 http://deb.debian.org/debian bullseye/main amd64 libpathplan4 amd64 2.42.2-5+deb11u1 [64.3 kB]
#9 7.162 Get:117 http://deb.debian.org/debian bullseye/main amd64 libgvc6 amd64 2.42.2-5+deb11u1 [695 kB]
#9 7.168 Get:118 http://deb.debian.org/debian bullseye/main amd64 libgvpr2 amd64 2.42.2-5+deb11u1 [212 kB]
#9 7.169 Get:119 http://deb.debian.org/debian bullseye/main amd64 liblab-gamut1 amd64 2.42.2-5+deb11u1 [221 kB]
#9 7.172 Get:120 http://deb.debian.org/debian bullseye/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
#9 7.173 Get:121 http://deb.debian.org/debian bullseye/main amd64 libxaw7 amd64 2:1.0.13-1.1 [202 kB]
#9 7.175 Get:122 http://deb.debian.org/debian bullseye/main amd64 graphviz amd64 2.42.2-5+deb11u1 [632 kB]
#9 7.182 Get:123 http://deb.debian.org/debian bullseye/main amd64 libavalon-framework-java all 4.2.0-10 [71.6 kB]
#9 7.184 Get:124 http://deb.debian.org/debian bullseye/main amd64 libblas3 amd64 3.9.0-3+deb11u1 [153 kB]
#9 7.188 Get:125 http://deb.debian.org/debian bullseye/main amd64 libblas-dev amd64 3.9.0-3+deb11u1 [161 kB]
#9 7.192 Get:126 http://deb.debian.org/debian bullseye/main amd64 libel-api-java all 3.0.0-3 [64.9 kB]
#9 7.193 Get:127 http://deb.debian.org/debian bullseye/main amd64 libfontbox2-java all 2.0.23-1 [1,504 kB]
#9 7.204 Get:128 http://deb.debian.org/debian bullseye/main amd64 libqdox-java all 1.12.1-3 [172 kB]
#9 7.209 Get:129 http://deb.debian.org/debian bullseye/main amd64 libservlet-api-java all 4.0.1-2 [81.0 kB]
#9 7.210 Get:130 http://deb.debian.org/debian bullseye/main amd64 libjsp-api-java all 2.3.4-3 [53.7 kB]
#9 7.211 Get:131 http://deb.debian.org/debian bullseye/main amd64 libwebsocket-api-java all 1.1-2 [40.1 kB]
#9 7.212 Get:132 http://deb.debian.org/debian bullseye/main amd64 libservlet3.1-java all 1:4.0.1-2 [9,516 B]
#9 7.214 Get:133 http://deb.debian.org/debian bullseye/main amd64 libfop-java all 1:2.5-3 [9,967 kB]
#9 7.346 Get:134 http://deb.debian.org/debian bullseye/main amd64 libgfortran5 amd64 10.2.1-6 [727 kB]
#9 7.352 Get:135 http://deb.debian.org/debian bullseye/main amd64 libjlatexmath-java all 1.0.7-3 [995 kB]
#9 7.369 Get:136 http://deb.debian.org/debian bullseye/main amd64 liblapack3 amd64 3.9.0-3+deb11u1 [2,166 kB]
#9 7.391 Get:137 http://deb.debian.org/debian bullseye/main amd64 liblapack-dev amd64 3.9.0-3+deb11u1 [4,246 kB]
#9 7.440 Get:138 http://deb.debian.org/debian-security bullseye-security/main amd64 libxml2-utils amd64 2.9.10+dfsg-6.7+deb11u9 [110 kB]
#9 7.441 Get:139 http://deb.debian.org/debian bullseye/main amd64 plantuml all 1:1.2020.2+ds-1 [8,035 kB]
#9 7.520 Get:140 http://deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
#9 7.521 Get:141 http://deb.debian.org/debian bullseye/main amd64 python3-dateutil all 2.8.1-6 [79.2 kB]
#9 7.522 Get:142 http://deb.debian.org/debian bullseye/main amd64 python3-magic all 2:0.4.20-3 [13.4 kB]
#9 7.523 Get:143 http://deb.debian.org/debian bullseye/main amd64 s3cmd all 2.1.0-2 [116 kB]
#9 7.524 Get:144 http://deb.debian.org/debian bullseye/main amd64 shellcheck amd64 0.7.1-1+deb11u1 [2,049 kB]
#9 7.908 debconf: delaying package configuration, since apt-utils is not installed
#9 7.955 Fetched 222 MB in 2s (91.2 MB/s)
#9 8.014 Selecting previously unselected package libqt5core5a:amd64.
(Reading database ...a38432.files and directories currently installed.)
#9 8.349 Preparing to unpack .../000-libqt5core5a_5.15.2+dfsg-9+deb11u1_amd64.deb ...
#9 8.364 Unpacking libqt5core5a:amd64 (5.15.2+dfsg-9+deb11u1) ...
#9 8.586 Selecting previously unselected package libdrm-common.
#9 8.591 Preparing to unpack .../001-libdrm-common_2.4.104-1_all.deb ...
#9 8.595 Unpacking libdrm-common (2.4.104-1) ...
#9 8.630 Selecting previously unselected package libdrm2:amd64.
#9 8.634 Preparing to unpack .../002-libdrm2_2.4.104-1_amd64.deb ...
#9 8.639 Unpacking libdrm2:amd64 (2.4.104-1) ...
#9 8.677 Selecting previously unselected package libglvnd0:amd64.
#9 8.681 Preparing to unpack .../003-libglvnd0_1.3.2-1_amd64.deb ...
#9 8.686 Unpacking libglvnd0:amd64 (1.3.2-1) ...
#9 8.728 Selecting previously unselected package libwayland-server0:amd64.
#9 8.733 Preparing to unpack .../004-libwayland-server0_1.18.0-2~exp1.1_amd64.deb ...
#9 8.736 Unpacking libwayland-server0:amd64 (1.18.0-2~exp1.1) ...
#9 8.773 Selecting previously unselected package libgbm1:amd64.
#9 8.777 Preparing to unpack .../005-libgbm1_20.3.5-1_amd64.deb ...
#9 8.782 Unpacking libgbm1:amd64 (20.3.5-1) ...
#9 8.824 Selecting previously unselected package libglapi-mesa:amd64.
#9 8.828 Preparing to unpack .../006-libglapi-mesa_20.3.5-1_amd64.deb ...
#9 8.832 Unpacking libglapi-mesa:amd64 (20.3.5-1) ...
#9 8.875 Selecting previously unselected package libx11-xcb1:amd64.
#9 8.880 Preparing to unpack .../007-libx11-xcb1_2%3a1.7.2-1+deb11u2_amd64.deb ...
#9 8.884 Unpacking libx11-xcb1:amd64 (2:1.7.2-1+deb11u2) ...
#9 8.928 Selecting previously unselected package libxcb-dri2-0:amd64.
#9 8.933 Preparing to unpack .../008-libxcb-dri2-0_1.14-3_amd64.deb ...
#9 8.938 Unpacking libxcb-dri2-0:amd64 (1.14-3) ...
#9 8.980 Selecting previously unselected package libxcb-dri3-0:amd64.
#9 8.985 Preparing to unpack .../009-libxcb-dri3-0_1.14-3_amd64.deb ...
#9 8.989 Unpacking libxcb-dri3-0:amd64 (1.14-3) ...
#9 9.034 Selecting previously unselected package libxcb-present0:amd64.
#9 9.039 Preparing to unpack .../010-libxcb-present0_1.14-3_amd64.deb ...
#9 9.044 Unpacking libxcb-present0:amd64 (1.14-3) ...
#9 9.086 Selecting previously unselected package libxcb-sync1:amd64.
#9 9.090 Preparing to unpack .../011-libxcb-sync1_1.14-3_amd64.deb ...
#9 9.094 Unpacking libxcb-sync1:amd64 (1.14-3) ...
#9 9.140 Selecting previously unselected package libxcb-xfixes0:amd64.
#9 9.145 Preparing to unpack .../012-libxcb-xfixes0_1.14-3_amd64.deb ...
#9 9.148 Unpacking libxcb-xfixes0:amd64 (1.14-3) ...
#9 9.194 Selecting previously unselected package libxshmfence1:amd64.
#9 9.198 Preparing to unpack .../013-libxshmfence1_1.3-1_amd64.deb ...
#9 9.204 Unpacking libxshmfence1:amd64 (1.3-1) ...
#9 9.238 Selecting previously unselected package libegl-mesa0:amd64.
#9 9.242 Preparing to unpack .../014-libegl-mesa0_20.3.5-1_amd64.deb ...
#9 9.247 Unpacking libegl-mesa0:amd64 (20.3.5-1) ...
#9 9.293 Selecting previously unselected package libegl1:amd64.
#9 9.297 Preparing to unpack .../015-libegl1_1.3.2-1_amd64.deb ...
#9 9.301 Unpacking libegl1:amd64 (1.3.2-1) ...
#9 9.338 Selecting previously unselected package libxcb-glx0:amd64.
#9 9.342 Preparing to unpack .../016-libxcb-glx0_1.14-3_amd64.deb ...
#9 9.345 Unpacking libxcb-glx0:amd64 (1.14-3) ...
#9 9.387 Selecting previously unselected package libxxf86vm1:amd64.
#9 9.392 Preparing to unpack .../017-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
#9 9.396 Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#9 9.434 Selecting previously unselected package libdrm-amdgpu1:amd64.
#9 9.438 Preparing to unpack .../018-libdrm-amdgpu1_2.4.104-1_amd64.deb ...
#9 9.443 Unpacking libdrm-amdgpu1:amd64 (2.4.104-1) ...
#9 9.482 Selecting previously unselected package libpciaccess0:amd64.
#9 9.486 Preparing to unpack .../019-libpciaccess0_0.16-1_amd64.deb ...
#9 9.489 Unpacking libpciaccess0:amd64 (0.16-1) ...
#9 9.532 Selecting previously unselected package libdrm-intel1:amd64.
#9 9.537 Preparing to unpack .../020-libdrm-intel1_2.4.104-1_amd64.deb ...
#9 9.541 Unpacking libdrm-intel1:amd64 (2.4.104-1) ...
#9 9.581 Selecting previously unselected package libdrm-nouveau2:amd64.
#9 9.586 Preparing to unpack .../021-libdrm-nouveau2_2.4.104-1_amd64.deb ...
#9 9.590 Unpacking libdrm-nouveau2:amd64 (2.4.104-1) ...
#9 9.631 Selecting previously unselected package libdrm-radeon1:amd64.
#9 9.636 Preparing to unpack .../022-libdrm-radeon1_2.4.104-1_amd64.deb ...
#9 9.640 Unpacking libdrm-radeon1:amd64 (2.4.104-1) ...
#9 9.671 Selecting previously unselected package libz3-4:amd64.
#9 9.675 Preparing to unpack .../023-libz3-4_4.8.10-1_amd64.deb ...
#9 9.680 Unpacking libz3-4:amd64 (4.8.10-1) ...
#9 10.50 Selecting previously unselected package libllvm11:amd64.
#9 10.51 Preparing to unpack .../024-libllvm11_1%3a11.0.1-2_amd64.deb ...
#9 10.51 Unpacking libllvm11:amd64 (1:11.0.1-2) ...
#9 12.45 Selecting previously unselected package libsensors-config.
#9 12.46 Preparing to unpack .../025-libsensors-config_1%3a3.6.0-7_all.deb ...
#9 12.46 Unpacking libsensors-config (1:3.6.0-7) ...
#9 12.50 Selecting previously unselected package libsensors5:amd64.
#9 12.51 Preparing to unpack .../026-libsensors5_1%3a3.6.0-7_amd64.deb ...
#9 12.57 Unpacking libsensors5:amd64 (1:3.6.0-7) ...
#9 12.62 Selecting previously unselected package libvulkan1:amd64.
#9 12.62 Preparing to unpack .../027-libvulkan1_1.2.162.0-1_amd64.deb ...
#9 12.63 Unpacking libvulkan1:amd64 (1.2.162.0-1) ...
#9 12.68 Selecting previously unselected package libgl1-mesa-dri:amd64.
#9 12.69 Preparing to unpack .../028-libgl1-mesa-dri_20.3.5-1_amd64.deb ...
#9 12.69 Unpacking libgl1-mesa-dri:amd64 (20.3.5-1) ...
#9 13.68 Selecting previously unselected package libglx-mesa0:amd64.
#9 13.69 Preparing to unpack .../029-libglx-mesa0_20.3.5-1_amd64.deb ...
#9 13.69 Unpacking libglx-mesa0:amd64 (20.3.5-1) ...
#9 13.75 Selecting previously unselected package libglx0:amd64.
#9 13.75 Preparing to unpack .../030-libglx0_1.3.2-1_amd64.deb ...
#9 13.76 Unpacking libglx0:amd64 (1.3.2-1) ...
#9 13.80 Selecting previously unselected package libgl1:amd64.
#9 13.80 Preparing to unpack .../031-libgl1_1.3.2-1_amd64.deb ...
#9 13.81 Unpacking libgl1:amd64 (1.3.2-1) ...
#9 13.85 Selecting previously unselected package libevdev2:amd64.
#9 13.86 Preparing to unpack .../032-libevdev2_1.11.0+dfsg-1_amd64.deb ...
#9 13.86 Unpacking libevdev2:amd64 (1.11.0+dfsg-1) ...
#9 13.90 Selecting previously unselected package libmtdev1:amd64.
#9 13.90 Preparing to unpack .../033-libmtdev1_1.1.6-1_amd64.deb ...
#9 13.91 Unpacking libmtdev1:amd64 (1.1.6-1) ...
#9 13.94 Selecting previously unselected package libgudev-1.0-0:amd64.
#9 13.95 Preparing to unpack .../034-libgudev-1.0-0_234-1_amd64.deb ...
#9 13.95 Unpacking libgudev-1.0-0:amd64 (234-1) ...
#9 13.98 Selecting previously unselected package libwacom-common.
#9 13.99 Preparing to unpack .../035-libwacom-common_1.8-2_all.deb ...
#9 13.99 Unpacking libwacom-common (1.8-2) ...
#9 14.07 Selecting previously unselected package libwacom2:amd64.
#9 14.07 Preparing to unpack .../036-libwacom2_1.8-2_amd64.deb ...
#9 14.08 Unpacking libwacom2:amd64 (1.8-2) ...
#9 14.12 Selecting previously unselected package libinput-bin.
#9 14.12 Preparing to unpack .../037-libinput-bin_1.16.4-3_amd64.deb ...
#9 14.13 Unpacking libinput-bin (1.16.4-3) ...
#9 14.19 Selecting previously unselected package libinput10:amd64.
#9 14.19 Preparing to unpack .../038-libinput10_1.16.4-3_amd64.deb ...
#9 14.20 Unpacking libinput10:amd64 (1.16.4-3) ...
#9 14.26 Selecting previously unselected package libmd4c0:amd64.
#9 14.27 Preparing to unpack .../039-libmd4c0_0.4.7-2_amd64.deb ...
#9 14.27 Unpacking libmd4c0:amd64 (0.4.7-2) ...
#9 14.34 Selecting previously unselected package libqt5dbus5:amd64.
#9 14.34 Preparing to unpack .../040-libqt5dbus5_5.15.2+dfsg-9+deb11u1_amd64.deb ...
#9 14.35 Unpacking libqt5dbus5:amd64 (5.15.2+dfsg-9+deb11u1) ...
#9 14.43 Selecting previously unselected package libqt5network5:amd64.
#9 14.44 Preparing to unpack .../041-libqt5network5_5.15.2+dfsg-9+deb11u1_amd64.deb ...
#9 14.44 Unpacking libqt5network5:amd64 (5.15.2+dfsg-9+deb11u1) ...
#9 14.57 Selecting previously unselected package libxcb-icccm4:amd64.
#9 14.57 Preparing to unpack .../042-libxcb-icccm4_0.4.1-1.1_amd64.deb ...
#9 14.58 Unpacking libxcb-icccm4:amd64 (0.4.1-1.1) ...
#9 14.63 Selecting previously unselected package libxcb-util1:amd64.
#9 14.64 Preparing to unpack .../043-libxcb-util1_0.4.0-1+b1_amd64.deb ...
#9 14.64 Unpacking libxcb-util1:amd64 (0.4.0-1+b1) ...
#9 14.70 Selecting previously unselected package libxcb-image0:amd64.
#9 14.71 Preparing to unpack .../044-libxcb-image0_0.4.0-1+b3_amd64.deb ...
#9 14.71 Unpacking libxcb-image0:amd64 (0.4.0-1+b3) ...
#9 14.76 Selecting previously unselected package libxcb-keysyms1:amd64.
#9 14.77 Preparing to unpack .../045-libxcb-keysyms1_0.4.0-1+b2_amd64.deb ...
#9 14.78 Unpacking libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#9 14.83 Selecting previously unselected package libxcb-randr0:amd64.
#9 14.84 Preparing to unpack .../046-libxcb-randr0_1.14-3_amd64.deb ...
#9 14.84 Unpacking libxcb-randr0:amd64 (1.14-3) ...
#9 14.91 Selecting previously unselected package libxcb-render-util0:amd64.
#9 14.92 Preparing to unpack .../047-libxcb-render-util0_0.3.9-1+b1_amd64.deb ...
#9 14.92 Unpacking libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#9 14.98 Selecting previously unselected package libxcb-shape0:amd64.
#9 14.98 Preparing to unpack .../048-libxcb-shape0_1.14-3_amd64.deb ...
#9 14.99 Unpacking libxcb-shape0:amd64 (1.14-3) ...
#9 15.05 Selecting previously unselected package libxcb-xinerama0:amd64.
#9 15.05 Preparing to unpack .../049-libxcb-xinerama0_1.14-3_amd64.deb ...
#9 15.06 Unpacking libxcb-xinerama0:amd64 (1.14-3) ...
#9 15.13 Selecting previously unselected package libxcb-xinput0:amd64.
#9 15.13 Preparing to unpack .../050-libxcb-xinput0_1.14-3_amd64.deb ...
#9 15.14 Unpacking libxcb-xinput0:amd64 (1.14-3) ...
#9 15.20 Selecting previously unselected package libxcb-xkb1:amd64.
#9 15.21 Preparing to unpack .../051-libxcb-xkb1_1.14-3_amd64.deb ...
#9 15.22 Unpacking libxcb-xkb1:amd64 (1.14-3) ...
#9 15.28 Selecting previously unselected package libxkbcommon-x11-0:amd64.
#9 15.29 Preparing to unpack .../052-libxkbcommon-x11-0_1.0.3-2_amd64.deb ...
#9 15.29 Unpacking libxkbcommon-x11-0:amd64 (1.0.3-2) ...
#9 15.38 Selecting previously unselected package libqt5gui5:amd64.
#9 15.38 Preparing to unpack .../053-libqt5gui5_5.15.2+dfsg-9+deb11u1_amd64.deb ...
#9 15.39 Unpacking libqt5gui5:amd64 (5.15.2+dfsg-9+deb11u1) ...
#9 15.94 Selecting previously unselected package libqt5widgets5:amd64.
#9 15.94 Preparing to unpack .../054-libqt5widgets5_5.15.2+dfsg-9+deb11u1_amd64.deb ...
#9 15.95 Unpacking libqt5widgets5:amd64 (5.15.2+dfsg-9+deb11u1) ...
#9 16.64 Selecting previously unselected package libqt5svg5:amd64.
#9 16.65 Preparing to unpack .../055-libqt5svg5_5.15.2-3_amd64.deb ...
#9 16.66 Unpacking libqt5svg5:amd64 (5.15.2-3) ...
#9 16.72 Selecting previously unselected package aglfn.
#9 16.72 Preparing to unpack .../056-aglfn_1.7+git20191031.4036a9c-2_all.deb ...
#9 16.73 Unpacking aglfn (1.7+git20191031.4036a9c-2) ...
#9 16.80 Selecting previously unselected package ca-certificates-java.
#9 16.80 Preparing to unpack .../057-ca-certificates-java_20230710~deb12u1~deb11u1_all.deb ...
#9 16.81 Unpacking ca-certificates-java (20230710~deb12u1~deb11u1) ...
#9 16.88 Selecting previously unselected package java-common.
#9 16.88 Preparing to unpack .../058-java-common_0.72_all.deb ...
#9 16.89 Unpacking java-common (0.72) ...
#9 16.93 Selecting previously unselected package libasound2-data.
#9 16.94 Preparing to unpack .../059-libasound2-data_1.2.4-1.1_all.deb ...
#9 16.95 Unpacking libasound2-data (1.2.4-1.1) ...
#9 17.01 Selecting previously unselected package libasound2:amd64.
#9 17.02 Preparing to unpack .../060-libasound2_1.2.4-1.1_amd64.deb ...
#9 17.03 Unpacking libasound2:amd64 (1.2.4-1.1) ...
#9 17.11 Selecting previously unselected package libpcsclite1:amd64.
#9 17.12 Preparing to unpack .../061-libpcsclite1_1.9.1-1_amd64.deb ...
#9 17.13 Unpacking libpcsclite1:amd64 (1.9.1-1) ...
#9 17.29 Selecting previously unselected package openjdk-11-jre-headless:amd64.
#9 17.29 Preparing to unpack .../062-openjdk-11-jre-headless_11.0.28+6-1~deb11u1_amd64.deb ...
#9 17.30 Unpacking openjdk-11-jre-headless:amd64 (11.0.28+6-1~deb11u1) ...
#9 24.28 Selecting previously unselected package default-jre-headless.
#9 24.28 Preparing to unpack .../063-default-jre-headless_2%3a1.11-72_amd64.deb ...
#9 24.29 Unpacking default-jre-headless (2:1.11-72) ...
#9 24.32 Selecting previously unselected package ant.
#9 24.32 Preparing to unpack .../064-ant_1.10.9-4_all.deb ...
#9 24.33 Unpacking ant (1.10.9-4) ...
#9 24.55 Selecting previously unselected package aspell-en.
#9 24.56 Preparing to unpack .../065-aspell-en_2018.04.16-0-1_all.deb ...
#9 24.56 Unpacking aspell-en (2018.04.16-0-1) ...
#9 24.64 Selecting previously unselected package libpipeline1:amd64.
#9 24.64 Preparing to unpack .../066-libpipeline1_1.5.3-1_amd64.deb ...
#9 24.64 Unpacking libpipeline1:amd64 (1.5.3-1) ...
#9 24.69 Selecting previously unselected package binfmt-support.
#9 24.69 Preparing to unpack .../067-binfmt-support_2.2.1-1+deb11u1_amd64.deb ...
#9 24.70 Unpacking binfmt-support (2.2.1-1+deb11u1) ...
#9 24.76 Selecting previously unselected package cmake-data.
#9 24.76 Preparing to unpack .../068-cmake-data_3.18.4-2+deb11u1_all.deb ...
#9 24.78 Unpacking cmake-data (3.18.4-2+deb11u1) ...
#9 25.26 Selecting previously unselected package libarchive13:amd64.
#9 25.26 Preparing to unpack .../069-libarchive13_3.4.3-2+deb11u2_amd64.deb ...
#9 25.27 Unpacking libarchive13:amd64 (3.4.3-2+deb11u2) ...
#9 25.33 Selecting previously unselected package libjsoncpp24:amd64.
#9 25.34 Preparing to unpack .../070-libjsoncpp24_1.9.4-4_amd64.deb ...
#9 25.34 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
#9 25.39 Selecting previously unselected package librhash0:amd64.
#9 25.39 Preparing to unpack .../071-librhash0_1.4.1-2_amd64.deb ...
#9 25.40 Unpacking librhash0:amd64 (1.4.1-2) ...
#9 25.45 Selecting previously unselected package libuv1:amd64.
#9 25.45 Preparing to unpack .../072-libuv1_1.40.0-2+deb11u1_amd64.deb ...
#9 25.46 Unpacking libuv1:amd64 (1.40.0-2+deb11u1) ...
#9 25.50 Selecting previously unselected package cmake.
#9 25.51 Preparing to unpack .../073-cmake_3.18.4-2+deb11u1_amd64.deb ...
#9 25.51 Unpacking cmake (3.18.4-2+deb11u1) ...
#9 26.15 Selecting previously unselected package libgif7:amd64.
#9 26.15 Preparing to unpack .../074-libgif7_5.1.9-2_amd64.deb ...
#9 26.16 Unpacking libgif7:amd64 (5.1.9-2) ...
#9 26.20 Selecting previously unselected package libxtst6:amd64.
#9 26.20 Preparing to unpack .../075-libxtst6_2%3a1.2.3-1_amd64.deb ...
#9 26.21 Unpacking libxtst6:amd64 (2:1.2.3-1) ...
#9 26.24 Selecting previously unselected package openjdk-11-jre:amd64.
#9 26.24 Preparing to unpack .../076-openjdk-11-jre_11.0.28+6-1~deb11u1_amd64.deb ...
#9 26.25 Unpacking openjdk-11-jre:amd64 (11.0.28+6-1~deb11u1) ...
#9 26.30 Selecting previously unselected package default-jre.
#9 26.31 Preparing to unpack .../077-default-jre_2%3a1.11-72_amd64.deb ...
#9 26.31 Unpacking default-jre (2:1.11-72) ...
#9 26.35 Selecting previously unselected package openjdk-11-jdk-headless:amd64.
#9 26.35 Preparing to unpack .../078-openjdk-11-jdk-headless_11.0.28+6-1~deb11u1_amd64.deb ...
#9 26.36 Unpacking openjdk-11-jdk-headless:amd64 (11.0.28+6-1~deb11u1) ...
#9 31.92 Selecting previously unselected package default-jdk-headless.
#9 31.93 Preparing to unpack .../079-default-jdk-headless_2%3a1.11-72_amd64.deb ...
#9 31.94 Unpacking default-jdk-headless (2:1.11-72) ...
#9 31.97 Selecting previously unselected package openjdk-11-jdk:amd64.
#9 31.97 Preparing to unpack .../080-openjdk-11-jdk_11.0.28+6-1~deb11u1_amd64.deb ...
#9 31.98 Unpacking openjdk-11-jdk:amd64 (11.0.28+6-1~deb11u1) ...
#9 32.01 Selecting previously unselected package default-jdk.
#9 32.01 Preparing to unpack .../081-default-jdk_2%3a1.11-72_amd64.deb ...
#9 32.02 Unpacking default-jdk (2:1.11-72) ...
#9 32.05 Selecting previously unselected package fastjar.
#9 32.05 Preparing to unpack .../082-fastjar_2%3a0.98-7_amd64.deb ...
#9 32.06 Unpacking fastjar (2:0.98-7) ...
#9 32.11 Selecting previously unselected package jarwrapper.
#9 32.12 Preparing to unpack .../083-jarwrapper_0.78_all.deb ...
#9 32.12 Unpacking jarwrapper (0.78) ...
#9 32.16 Selecting previously unselected package libhamcrest-java.
#9 32.16 Preparing to unpack .../084-libhamcrest-java_1.3-9_all.deb ...
#9 32.17 Unpacking libhamcrest-java (1.3-9) ...
#9 32.24 Selecting previously unselected package junit4.
#9 32.24 Preparing to unpack .../085-junit4_4.13.1-2_all.deb ...
#9 32.25 Unpacking junit4 (4.13.1-2) ...
#9 32.32 Selecting previously unselected package java-wrappers.
#9 32.32 Preparing to unpack .../086-java-wrappers_0.3_all.deb ...
#9 32.33 Unpacking java-wrappers (0.3) ...
#9 32.38 Selecting previously unselected package libjaxp1.3-java.
#9 32.38 Preparing to unpack .../087-libjaxp1.3-java_1.3.05-6_all.deb ...
#9 32.39 Unpacking libjaxp1.3-java (1.3.05-6) ...
#9 32.46 Selecting previously unselected package libxml-commons-external-java.
#9 32.47 Preparing to unpack .../088-libxml-commons-external-java_1.4.01-5_all.deb ...
#9 32.47 Unpacking libxml-commons-external-java (1.4.01-5) ...
#9 32.55 Selecting previously unselected package libxml-commons-resolver1.1-java.
#9 32.55 Preparing to unpack .../089-libxml-commons-resolver1.1-java_1.2-11_all.deb ...
#9 32.56 Unpacking libxml-commons-resolver1.1-java (1.2-11) ...
#9 32.62 Selecting previously unselected package libxerces2-java.
#9 32.62 Preparing to unpack .../090-libxerces2-java_2.12.1-1_all.deb ...
#9 32.63 Unpacking libxerces2-java (2.12.1-1) ...
#9 32.80 Selecting previously unselected package libxalan2-java.
#9 32.81 Preparing to unpack .../091-libxalan2-java_2.7.2-4_all.deb ...
#9 32.81 Unpacking libxalan2-java (2.7.2-4) ...
#9 33.16 Selecting previously unselected package libapache-pom-java.
#9 33.17 Preparing to unpack .../092-libapache-pom-java_18-1_all.deb ...
#9 33.17 Unpacking libapache-pom-java (18-1) ...
#9 33.22 Selecting previously unselected package libcommons-parent-java.
#9 33.22 Preparing to unpack .../093-libcommons-parent-java_43-1_all.deb ...
#9 33.23 Unpacking libcommons-parent-java (43-1) ...
#9 33.27 Selecting previously unselected package libcommons-io-java.
#9 33.28 Preparing to unpack .../094-libcommons-io-java_2.8.0-1_all.deb ...
#9 33.28 Unpacking libcommons-io-java (2.8.0-1) ...
#9 33.35 Selecting previously unselected package libcommons-logging-java.
#9 33.36 Preparing to unpack .../095-libcommons-logging-java_1.2-2_all.deb ...
#9 33.37 Unpacking libcommons-logging-java (1.2-2) ...
#9 33.42 Selecting previously unselected package libxmlgraphics-commons-java.
#9 33.43 Preparing to unpack .../096-libxmlgraphics-commons-java_2.4-2~deb11u1_all.deb ...
#9 33.43 Unpacking libxmlgraphics-commons-java (2.4-2~deb11u1) ...
#9 33.54 Selecting previously unselected package libbatik-java.
#9 33.54 Preparing to unpack .../097-libbatik-java_1.12-4+deb11u3_all.deb ...
#9 33.55 Unpacking libbatik-java (1.12-4+deb11u3) ...
#9 33.98 Selecting previously unselected package libcommons-cli-java.
#9 33.98 Preparing to unpack .../098-libcommons-cli-java_1.4-2_all.deb ...
#9 33.99 Unpacking libcommons-cli-java (1.4-2) ...
#9 34.04 Selecting previously unselected package libjericho-html-java.
#9 34.05 Preparing to unpack .../099-libjericho-html-java_3.2-2_all.deb ...
#9 34.05 Unpacking libjericho-html-java (3.2-2) ...
#9 34.12 Selecting previously unselected package ditaa.
#9 34.12 Preparing to unpack .../100-ditaa_0.10+ds1-1.2_all.deb ...
#9 34.13 Unpacking ditaa (0.10+ds1-1.2) ...
#9 34.18 Selecting previously unselected package gnuplot-data.
#9 34.19 Preparing to unpack .../101-gnuplot-data_5.4.1+dfsg1-1+deb11u1_all.deb ...
#9 34.20 Unpacking gnuplot-data (5.4.1+dfsg1-1+deb11u1) ...
#9 34.26 Selecting previously unselected package libxpm4:amd64.
#9 34.27 Preparing to unpack .../102-libxpm4_1%3a3.5.12-1.1+deb11u1_amd64.deb ...
#9 34.27 Unpacking libxpm4:amd64 (1:3.5.12-1.1+deb11u1) ...
#9 34.33 Selecting previously unselected package libgd3:amd64.
#9 34.33 Preparing to unpack .../103-libgd3_2.3.0-2_amd64.deb ...
#9 34.34 Unpacking libgd3:amd64 (2.3.0-2) ...
#9 34.41 Selecting previously unselected package liblua5.4-0:amd64.
#9 34.41 Preparing to unpack .../104-liblua5.4-0_5.4.2-2_amd64.deb ...
#9 34.42 Unpacking liblua5.4-0:amd64 (5.4.2-2) ...
#9 34.49 Selecting previously unselected package libqt5printsupport5:amd64.
#9 34.50 Preparing to unpack .../105-libqt5printsupport5_5.15.2+dfsg-9+deb11u1_amd64.deb ...
#9 34.50 Unpacking libqt5printsupport5:amd64 (5.15.2+dfsg-9+deb11u1) ...
#9 34.58 Selecting previously unselected package libwxbase3.0-0v5:amd64.
#9 34.58 Preparing to unpack .../106-libwxbase3.0-0v5_3.0.5.1+dfsg-2_amd64.deb ...
#9 34.59 Unpacking libwxbase3.0-0v5:amd64 (3.0.5.1+dfsg-2) ...
#9 34.75 Selecting previously unselected package libnotify4:amd64.
#9 34.75 Preparing to unpack .../107-libnotify4_0.7.9-3_amd64.deb ...
#9 34.76 Unpacking libnotify4:amd64 (0.7.9-3) ...
#9 34.82 Selecting previously unselected package libwxgtk3.0-gtk3-0v5:amd64.
#9 34.82 Preparing to unpack .../108-libwxgtk3.0-gtk3-0v5_3.0.5.1+dfsg-2_amd64.deb ...
#9 34.83 Unpacking libwxgtk3.0-gtk3-0v5:amd64 (3.0.5.1+dfsg-2) ...
#9 35.37 Selecting previously unselected package gnuplot-qt.
#9 35.38 Preparing to unpack .../109-gnuplot-qt_5.4.1+dfsg1-1+deb11u1_amd64.deb ...
#9 35.39 Unpacking gnuplot-qt (5.4.1+dfsg1-1+deb11u1) ...
#9 35.53 Selecting previously unselected package gnuplot.
#9 35.54 Preparing to unpack .../110-gnuplot_5.4.1+dfsg1-1+deb11u1_all.deb ...
#9 35.55 Unpacking gnuplot (5.4.1+dfsg1-1+deb11u1) ...
#9 35.60 Selecting previously unselected package libann0.
#9 35.60 Preparing to unpack .../111-libann0_1.1.2+doc-7_amd64.deb ...
#9 35.61 Unpacking libann0 (1.1.2+doc-7) ...
#9 35.66 Selecting previously unselected package libcdt5:amd64.
#9 35.67 Preparing to unpack .../112-libcdt5_2.42.2-5+deb11u1_amd64.deb ...
#9 35.68 Unpacking libcdt5:amd64 (2.42.2-5+deb11u1) ...
#9 35.74 Selecting previously unselected package libcgraph6:amd64.
#9 35.74 Preparing to unpack .../113-libcgraph6_2.42.2-5+deb11u1_amd64.deb ...
#9 35.75 Unpacking libcgraph6:amd64 (2.42.2-5+deb11u1) ...
#9 35.81 Selecting previously unselected package libgts-0.7-5:amd64.
#9 35.82 Preparing to unpack .../114-libgts-0.7-5_0.7.6+darcs121130-4+b1_amd64.deb ...
#9 35.83 Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4+b1) ...
#9 35.90 Selecting previously unselected package libpathplan4:amd64.
#9 35.90 Preparing to unpack .../115-libpathplan4_2.42.2-5+deb11u1_amd64.deb ...
#9 35.91 Unpacking libpathplan4:amd64 (2.42.2-5+deb11u1) ...
#9 35.98 Selecting previously unselected package libgvc6.
#9 35.98 Preparing to unpack .../116-libgvc6_2.42.2-5+deb11u1_amd64.deb ...
#9 35.99 Unpacking libgvc6 (2.42.2-5+deb11u1) ...
#9 36.11 Selecting previously unselected package libgvpr2:amd64.
#9 36.12 Preparing to unpack .../117-libgvpr2_2.42.2-5+deb11u1_amd64.deb ...
#9 36.12 Unpacking libgvpr2:amd64 (2.42.2-5+deb11u1) ...
#9 36.19 Selecting previously unselected package liblab-gamut1:amd64.
#9 36.20 Preparing to unpack .../118-liblab-gamut1_2.42.2-5+deb11u1_amd64.deb ...
#9 36.21 Unpacking liblab-gamut1:amd64 (2.42.2-5+deb11u1) ...
#9 36.33 Selecting previously unselected package libxmu6:amd64.
#9 36.33 Preparing to unpack .../119-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
#9 36.34 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
#9 36.40 Selecting previously unselected package libxaw7:amd64.
#9 36.40 Preparing to unpack .../120-libxaw7_2%3a1.0.13-1.1_amd64.deb ...
#9 36.41 Unpacking libxaw7:amd64 (2:1.0.13-1.1) ...
#9 36.48 Selecting previously unselected package graphviz.
#9 36.48 Preparing to unpack .../121-graphviz_2.42.2-5+deb11u1_amd64.deb ...
#9 36.49 Unpacking graphviz (2.42.2-5+deb11u1) ...
#9 36.69 Selecting previously unselected package libavalon-framework-java.
#9 36.70 Preparing to unpack .../122-libavalon-framework-java_4.2.0-10_all.deb ...
#9 36.71 Unpacking libavalon-framework-java (4.2.0-10) ...
#9 36.79 Selecting previously unselected package libblas3:amd64.
#9 36.80 Preparing to unpack .../123-libblas3_3.9.0-3+deb11u1_amd64.deb ...
#9 36.80 Unpacking libblas3:amd64 (3.9.0-3+deb11u1) ...
#9 36.86 Selecting previously unselected package libblas-dev:amd64.
#9 36.86 Preparing to unpack .../124-libblas-dev_3.9.0-3+deb11u1_amd64.deb ...
#9 36.87 Unpacking libblas-dev:amd64 (3.9.0-3+deb11u1) ...
#9 36.92 Selecting previously unselected package libel-api-java.
#9 36.93 Preparing to unpack .../125-libel-api-java_3.0.0-3_all.deb ...
#9 36.93 Unpacking libel-api-java (3.0.0-3) ...
#9 36.97 Selecting previously unselected package libfontbox2-java.
#9 36.97 Preparing to unpack .../126-libfontbox2-java_2.0.23-1_all.deb ...
#9 36.98 Unpacking libfontbox2-java (2.0.23-1) ...
#9 37.11 Selecting previously unselected package libqdox-java.
#9 37.11 Preparing to unpack .../127-libqdox-java_1.12.1-3_all.deb ...
#9 37.12 Unpacking libqdox-java (1.12.1-3) ...
#9 37.17 Selecting previously unselected package libservlet-api-java.
#9 37.17 Preparing to unpack .../128-libservlet-api-java_4.0.1-2_all.deb ...
#9 37.18 Unpacking libservlet-api-java (4.0.1-2) ...
#9 37.22 Selecting previously unselected package libjsp-api-java.
#9 37.22 Preparing to unpack .../129-libjsp-api-java_2.3.4-3_all.deb ...
#9 37.23 Unpacking libjsp-api-java (2.3.4-3) ...
#9 37.27 Selecting previously unselected package libwebsocket-api-java.
#9 37.27 Preparing to unpack .../130-libwebsocket-api-java_1.1-2_all.deb ...
#9 37.28 Unpacking libwebsocket-api-java (1.1-2) ...
#9 37.32 Selecting previously unselected package libservlet3.1-java.
#9 37.32 Preparing to unpack .../131-libservlet3.1-java_1%3a4.0.1-2_all.deb ...
#9 37.33 Unpacking libservlet3.1-java (1:4.0.1-2) ...
#9 37.36 Selecting previously unselected package libfop-java.
#9 37.36 Preparing to unpack .../132-libfop-java_1%3a2.5-3_all.deb ...
#9 37.37 Unpacking libfop-java (1:2.5-3) ...
#9 38.28 Selecting previously unselected package libgfortran5:amd64.
#9 38.29 Preparing to unpack .../133-libgfortran5_10.2.1-6_amd64.deb ...
#9 38.29 Unpacking libgfortran5:amd64 (10.2.1-6) ...
#9 38.40 Selecting previously unselected package libjlatexmath-java.
#9 38.41 Preparing to unpack .../134-libjlatexmath-java_1.0.7-3_all.deb ...
#9 38.41 Unpacking libjlatexmath-java (1.0.7-3) ...
#9 38.52 Selecting previously unselected package liblapack3:amd64.
#9 38.53 Preparing to unpack .../135-liblapack3_3.9.0-3+deb11u1_amd64.deb ...
#9 38.53 Unpacking liblapack3:amd64 (3.9.0-3+deb11u1) ...
#9 38.79 Selecting previously unselected package liblapack-dev:amd64.
#9 38.79 Preparing to unpack .../136-liblapack-dev_3.9.0-3+deb11u1_amd64.deb ...
#9 38.80 Unpacking liblapack-dev:amd64 (3.9.0-3+deb11u1) ...
#9 39.33 Preparing to unpack .../137-libxml2-utils_2.9.10+dfsg-6.7+deb11u9_amd64.deb ...
#9 39.34 Unpacking libxml2-utils (2.9.10+dfsg-6.7+deb11u9) over (2.9.10+dfsg-6.7+deb11u8) ...
#9 39.41 Selecting previously unselected package plantuml.
#9 39.42 Preparing to unpack .../138-plantuml_1%3a1.2020.2+ds-1_all.deb ...
#9 39.43 Unpacking plantuml (1:1.2020.2+ds-1) ...
#9 40.13 Selecting previously unselected package python3-six.
#9 40.14 Preparing to unpack .../139-python3-six_1.16.0-2_all.deb ...
#9 40.14 Unpacking python3-six (1.16.0-2) ...
#9 40.18 Selecting previously unselected package python3-dateutil.
#9 40.18 Preparing to unpack .../140-python3-dateutil_2.8.1-6_all.deb ...
#9 40.18 Unpacking python3-dateutil (2.8.1-6) ...
#9 40.23 Selecting previously unselected package python3-magic.
#9 40.24 Preparing to unpack .../141-python3-magic_2%3a0.4.20-3_all.deb ...
#9 40.24 Unpacking python3-magic (2:0.4.20-3) ...
#9 40.28 Selecting previously unselected package s3cmd.
#9 40.29 Preparing to unpack .../142-s3cmd_2.1.0-2_all.deb ...
#9 40.29 Unpacking s3cmd (2.1.0-2) ...
#9 40.34 Selecting previously unselected package shellcheck.
#9 40.35 Preparing to unpack .../143-shellcheck_0.7.1-1+deb11u1_amd64.deb ...
#9 40.35 Unpacking shellcheck (0.7.1-1+deb11u1) ...
#9 40.71 Setting up libpipeline1:amd64 (1.5.3-1) ...
#9 40.73 Setting up fastjar (2:0.98-7) ...
#9 40.77 Setting up libxcb-dri3-0:amd64 (1.14-3) ...
#9 40.78 Setting up libwayland-server0:amd64 (1.18.0-2~exp1.1) ...
#9 40.79 Setting up libx11-xcb1:amd64 (2:1.7.2-1+deb11u2) ...
#9 40.80 Setting up libpciaccess0:amd64 (0.16-1) ...
#9 40.80 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
#9 40.81 Setting up libqdox-java (1.12.1-3) ...
#9 40.83 Setting up libxcb-xfixes0:amd64 (1.14-3) ...
#9 40.84 Setting up java-wrappers (0.3) ...
#9 40.85 Setting up libxpm4:amd64 (1:3.5.12-1.1+deb11u1) ...
#9 40.86 Setting up java-common (0.72) ...
#9 40.88 Setting up libxcb-xinput0:amd64 (1.14-3) ...
#9 40.89 Setting up libcommons-cli-java (1.4-2) ...
#9 40.90 Setting up libarchive13:amd64 (3.4.3-2+deb11u2) ...
#9 40.91 Setting up libglvnd0:amd64 (1.3.2-1) ...
#9 40.92 Setting up libxtst6:amd64 (2:1.2.3-1) ...
#9 40.93 Setting up libxcb-glx0:amd64 (1.14-3) ...
#9 40.94 Setting up liblab-gamut1:amd64 (2.42.2-5+deb11u1) ...
#9 40.95 Setting up libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#9 40.96 Setting up libxcb-shape0:amd64 (1.14-3) ...
#9 40.98 Setting up libsensors-config (1:3.6.0-7) ...
#9 41.00 Setting up aspell-en (2018.04.16-0-1) ...
#9 41.19 Setting up libel-api-java (3.0.0-3) ...
#9 41.20 Setting up libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#9 41.21 Setting up libxcb-icccm4:amd64 (0.4.1-1.1) ...
#9 41.22 Setting up libxaw7:amd64 (2:1.0.13-1.1) ...
#9 41.23 Setting up shellcheck (0.7.1-1+deb11u1) ...
#9 41.24 Setting up libxcb-util1:amd64 (0.4.0-1+b1) ...
#9 41.25 Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#9 41.26 Setting up libjericho-html-java (3.2-2) ...
#9 41.27 Setting up libxcb-xkb1:amd64 (1.14-3) ...
#9 41.28 Setting up libxcb-image0:amd64 (0.4.0-1+b3) ...
#9 41.29 Setting up libfontbox2-java (2.0.23-1) ...
#9 41.30 Setting up libxcb-present0:amd64 (1.14-3) ...
#9 41.31 Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4+b1) ...
#9 41.32 Setting up python3-six (1.16.0-2) ...
#9 41.56 Setting up libasound2-data (1.2.4-1.1) ...
#9 41.58 Setting up libz3-4:amd64 (4.8.10-1) ...
#9 41.59 Setting up libblas3:amd64 (3.9.0-3+deb11u1) ...
#9 41.60 update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
#9 41.61 Setting up libxcb-xinerama0:amd64 (1.14-3) ...
#9 41.62 Setting up libuv1:amd64 (1.40.0-2+deb11u1) ...
#9 41.63 Setting up libllvm11:amd64 (1:11.0.1-2) ...
#9 41.64 Setting up libxcb-sync1:amd64 (1.14-3) ...
#9 41.65 Setting up libnotify4:amd64 (0.7.9-3) ...
#9 41.66 Setting up libpathplan4:amd64 (2.42.2-5+deb11u1) ...
#9 41.67 Setting up aglfn (1.7+git20191031.4036a9c-2) ...
#9 41.68 Setting up libapache-pom-java (18-1) ...
#9 41.69 Setting up libann0 (1.1.2+doc-7) ...
#9 41.70 Setting up libwebsocket-api-java (1.1-2) ...
#9 41.71 Setting up libgd3:amd64 (2.3.0-2) ...
#9 41.72 Setting up libxkbcommon-x11-0:amd64 (1.0.3-2) ...
#9 41.73 Setting up libxml-commons-resolver1.1-java (1.2-11) ...
#9 41.74 Setting up binfmt-support (2.2.1-1+deb11u1) ...
#9 41.97 Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service.
#9 42.01 invoke-rc.d: could not determine current runlevel
#9 42.01 invoke-rc.d: policy-rc.d denied execution of start.
#9 42.02 Setting up libpcsclite1:amd64 (1.9.1-1) ...
#9 42.04 Setting up libsensors5:amd64 (1:3.6.0-7) ...
#9 42.06 Setting up libqt5core5a:amd64 (5.15.2+dfsg-9+deb11u1) ...
#9 42.08 Setting up libhamcrest-java (1.3-9) ...
#9 42.10 Setting up libglapi-mesa:amd64 (20.3.5-1) ...
#9 42.12 Setting up libjsp-api-java (2.3.4-3) ...
#9 42.14 Setting up libgfortran5:amd64 (10.2.1-6) ...
#9 42.16 Setting up libmtdev1:amd64 (1.1.6-1) ...
#9 42.18 Setting up libvulkan1:amd64 (1.2.162.0-1) ...
#9 42.20 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
#9 42.22 Setting up libxcb-dri2-0:amd64 (1.14-3) ...
#9 42.23 Setting up libgif7:amd64 (5.1.9-2) ...
#9 42.25 Setting up libxshmfence1:amd64 (1.3-1) ...
#9 42.27 Setting up libqt5dbus5:amd64 (5.15.2+dfsg-9+deb11u1) ...
#9 42.29 Setting up librhash0:amd64 (1.4.1-2) ...
#9 42.31 Setting up libxcb-randr0:amd64 (1.14-3) ...
#9 42.33 Setting up libxml-commons-external-java (1.4.01-5) ...
#9 42.35 Setting up libasound2:amd64 (1.2.4-1.1) ...
#9 42.37 Setting up libservlet-api-java (4.0.1-2) ...
#9 42.39 Setting up libavalon-framework-java (4.2.0-10) ...
#9 42.40 Setting up libmd4c0:amd64 (0.4.7-2) ...
#9 42.42 Setting up liblua5.4-0:amd64 (5.4.2-2) ...
#9 42.44 Setting up python3-dateutil (2.8.1-6) ...
#9 42.65 Setting up libwxbase3.0-0v5:amd64 (3.0.5.1+dfsg-2) ...
#9 42.67 Setting up cmake-data (3.18.4-2+deb11u1) ...
#9 42.72 Setting up libcdt5:amd64 (2.42.2-5+deb11u1) ...
#9 42.74 Setting up libcgraph6:amd64 (2.42.2-5+deb11u1) ...
#9 42.76 Setting up libjlatexmath-java (1.0.7-3) ...
#9 42.80 Setting up ca-certificates-java (20230710~deb12u1~deb11u1) ...
#9 42.83 No JRE found. Skipping Java certificates setup.
#9 42.84 Setting up libxerces2-java (2.12.1-1) ...
#9 42.86 Setting up libjaxp1.3-java (1.3.05-6) ...
#9 42.88 Setting up libxml2-utils (2.9.10+dfsg-6.7+deb11u9) ...
#9 42.90 Setting up python3-magic (2:0.4.20-3) ...
#9 43.07 Setting up libdrm-common (2.4.104-1) ...
#9 43.10 Setting up libevdev2:amd64 (1.11.0+dfsg-1) ...
#9 43.12 Setting up libgudev-1.0-0:amd64 (234-1) ...
#9 43.13 Setting up libblas-dev:amd64 (3.9.0-3+deb11u1) ...
#9 43.15 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
#9 43.16 Setting up libservlet3.1-java (1:4.0.1-2) ...
#9 43.18 Setting up libwacom-common (1.8-2) ...
#9 43.20 Setting up gnuplot-data (5.4.1+dfsg1-1+deb11u1) ...
#9 43.22 Setting up liblapack3:amd64 (3.9.0-3+deb11u1) ...
#9 43.24 update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
#9 43.25 Setting up jarwrapper (0.78) ...
#9 43.27 Setting up openjdk-11-jre-headless:amd64 (11.0.28+6-1~deb11u1) ...
#9 43.45 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/java to provide /usr/bin/java (java) in auto mode
#9 43.46 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode
#9 43.47 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode
#9 43.48 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode
#9 43.48 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode
#9 43.49 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode
#9 43.49 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode
#9 43.50 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode
#9 44.00 Setting up libcommons-parent-java (43-1) ...
#9 44.03 Setting up libcommons-logging-java (1.2-2) ...
#9 44.05 Setting up s3cmd (2.1.0-2) ...
#9 44.26 Setting up libqt5network5:amd64 (5.15.2+dfsg-9+deb11u1) ...
#9 44.28 Setting up libxalan2-java (2.7.2-4) ...
#9 44.30 Setting up liblapack-dev:amd64 (3.9.0-3+deb11u1) ...
#9 44.31 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
#9 44.33 Setting up libgvc6 (2.42.2-5+deb11u1) ...
#9 44.45 Setting up libgvpr2:amd64 (2.42.2-5+deb11u1) ...
#9 44.47 Setting up libdrm2:amd64 (2.4.104-1) ...
#9 44.49 Setting up cmake (3.18.4-2+deb11u1) ...
#9 44.51 Setting up libwacom2:amd64 (1.8-2) ...
#9 44.53 Setting up libdrm-amdgpu1:amd64 (2.4.104-1) ...
#9 44.55 Setting up graphviz (2.42.2-5+deb11u1) ...
#9 44.57 Setting up libdrm-nouveau2:amd64 (2.4.104-1) ...
#9 44.59 Setting up libgbm1:amd64 (20.3.5-1) ...
#9 44.61 Setting up libcommons-io-java (2.8.0-1) ...
#9 44.63 Setting up libdrm-radeon1:amd64 (2.4.104-1) ...
#9 44.65 Setting up libdrm-intel1:amd64 (2.4.104-1) ...
#9 44.67 Setting up libgl1-mesa-dri:amd64 (20.3.5-1) ...
#9 44.69 Setting up libxmlgraphics-commons-java (2.4-2~deb11u1) ...
#9 44.71 Setting up libinput-bin (1.16.4-3) ...
#9 44.73 Setting up libegl-mesa0:amd64 (20.3.5-1) ...
#9 44.75 Setting up libegl1:amd64 (1.3.2-1) ...
#9 44.77 Setting up libinput10:amd64 (1.16.4-3) ...
#9 44.79 Setting up libglx-mesa0:amd64 (20.3.5-1) ...
#9 44.81 Setting up libglx0:amd64 (1.3.2-1) ...
#9 44.83 Setting up libbatik-java (1.12-4+deb11u3) ...
#9 44.85 Setting up libgl1:amd64 (1.3.2-1) ...
#9 44.86 Setting up libqt5gui5:amd64 (5.15.2+dfsg-9+deb11u1) ...
#9 44.89 Setting up libqt5widgets5:amd64 (5.15.2+dfsg-9+deb11u1) ...
#9 44.91 Setting up libwxgtk3.0-gtk3-0v5:amd64 (3.0.5.1+dfsg-2) ...
#9 44.93 Setting up libqt5printsupport5:amd64 (5.15.2+dfsg-9+deb11u1) ...
#9 44.95 Setting up libqt5svg5:amd64 (5.15.2-3) ...
#9 44.97 Setting up gnuplot-qt (5.4.1+dfsg1-1+deb11u1) ...
#9 44.98 update-alternatives: using /usr/bin/gnuplot-qt to provide /usr/bin/gnuplot (gnuplot) in auto mode
#9 44.99 Setting up gnuplot (5.4.1+dfsg1-1+deb11u1) ...
#9 45.02 Processing triggers for hicolor-icon-theme (0.17-2) ...
#9 45.06 Processing triggers for libc-bin (2.31-13+deb11u13) ...
#9 46.65 Processing triggers for ca-certificates-java (20230710~deb12u1~deb11u1) ...
#9 47.19 Adding debian:ACCVRAIZ1.pem
#9 47.19 Adding debian:AC_RAIZ_FNMT-RCM.pem
#9 47.20 Adding debian:Actalis_Authentication_Root_CA.pem
#9 47.21 Adding debian:AffirmTrust_Commercial.pem
#9 47.21 Adding debian:AffirmTrust_Networking.pem
#9 47.24 Adding debian:AffirmTrust_Premium_ECC.pem
#9 47.25 Adding debian:AffirmTrust_Premium.pem
#9 47.25 Adding debian:Amazon_Root_CA_1.pem
#9 47.26 Adding debian:Amazon_Root_CA_2.pem
#9 47.26 Adding debian:Amazon_Root_CA_3.pem
#9 47.27 Adding debian:Amazon_Root_CA_4.pem
#9 47.27 Adding debian:Atos_TrustedRoot_2011.pem
#9 47.27 Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
#9 47.28 Adding debian:Baltimore_CyberTrust_Root.pem
#9 47.29 Adding debian:Buypass_Class_2_Root_CA.pem
#9 47.30 Adding debian:Buypass_Class_3_Root_CA.pem
#9 47.30 Adding debian:CA_Disig_Root_R2.pem
#9 47.31 Adding debian:Certigna.pem
#9 47.32 Adding debian:Certigna_Root_CA.pem
#9 47.33 Adding debian:certSIGN_Root_CA_G2.pem
#9 47.33 Adding debian:certSIGN_ROOT_CA.pem
#9 47.33 Adding debian:Certum_Trusted_Network_CA_2.pem
#9 47.34 Adding debian:Certum_Trusted_Network_CA.pem
#9 47.34 Adding debian:CFCA_EV_ROOT.pem
#9 47.35 Adding debian:Chambers_of_Commerce_Root_-_2008.pem
#9 47.35 Adding debian:Comodo_AAA_Services_root.pem
#9 47.36 Adding debian:COMODO_Certification_Authority.pem
#9 47.36 Adding debian:COMODO_ECC_Certification_Authority.pem
#9 47.36 Adding debian:COMODO_RSA_Certification_Authority.pem
#9 47.37 Adding debian:Cybertrust_Global_Root.pem
#9 47.38 Adding debian:DigiCert_Assured_ID_Root_CA.pem
#9 47.38 Adding debian:DigiCert_Assured_ID_Root_G2.pem
#9 47.39 Adding debian:DigiCert_Assured_ID_Root_G3.pem
#9 47.39 Adding debian:DigiCert_Global_Root_CA.pem
#9 47.40 Adding debian:DigiCert_Global_Root_G2.pem
#9 47.40 Adding debian:DigiCert_Global_Root_G3.pem
#9 47.40 Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem
#9 47.41 Adding debian:DigiCert_Trusted_Root_G4.pem
#9 47.41 Adding debian:DST_Root_CA_X3.pem
#9 47.42 Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem
#9 47.43 Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem
#9 47.43 Adding debian:EC-ACC.pem
#9 47.43 Adding debian:emSign_ECC_Root_CA_-_C3.pem
#9 47.44 Adding debian:emSign_ECC_Root_CA_-_G3.pem
#9 47.44 Adding debian:emSign_Root_CA_-_C1.pem
#9 47.44 Adding debian:emSign_Root_CA_-_G1.pem
#9 47.45 Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem
#9 47.45 Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem
#9 47.46 Adding debian:Entrust_Root_Certification_Authority_-_G2.pem
#9 47.46 Adding debian:Entrust_Root_Certification_Authority_-_G4.pem
#9 47.46 Adding debian:Entrust_Root_Certification_Authority.pem
#9 47.47 Adding debian:ePKI_Root_Certification_Authority.pem
#9 47.47 Adding debian:e-Szigno_Root_CA_2017.pem
#9 47.48 Adding debian:E-Tugra_Certification_Authority.pem
#9 47.48 Adding debian:GDCA_TrustAUTH_R5_ROOT.pem
#9 47.49 Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem
#9 47.49 Adding debian:Global_Chambersign_Root_-_2008.pem
#9 47.50 Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem
#9 47.51 Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem
#9 47.51 Adding debian:GlobalSign_Root_CA.pem
#9 47.52 Adding debian:GlobalSign_Root_CA_-_R2.pem
#9 47.52 Adding debian:GlobalSign_Root_CA_-_R3.pem
#9 47.53 Adding debian:GlobalSign_Root_CA_-_R6.pem
#9 47.53 Adding debian:Go_Daddy_Class_2_CA.pem
#9 47.54 Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem
#9 47.54 Adding debian:GTS_Root_R1.pem
#9 47.55 Adding debian:GTS_Root_R2.pem
#9 47.55 Adding debian:GTS_Root_R3.pem
#9 47.56 Adding debian:GTS_Root_R4.pem
#9 47.56 Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
#9 47.57 Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem
#9 47.58 Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
#9 47.58 Adding debian:Hongkong_Post_Root_CA_1.pem
#9 47.59 Adding debian:Hongkong_Post_Root_CA_3.pem
#9 47.59 Adding debian:IdenTrust_Commercial_Root_CA_1.pem
#9 47.60 Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem
#9 47.60 Adding debian:ISRG_Root_X1.pem
#9 47.61 Adding debian:Izenpe.com.pem
#9 47.61 Adding debian:Microsec_e-Szigno_Root_CA_2009.pem
#9 47.62 Adding debian:Microsoft_ECC_Root_Certificate_Authority_2017.pem
#9 47.63 Adding debian:Microsoft_RSA_Root_Certificate_Authority_2017.pem
#9 47.63 Adding debian:NAVER_Global_Root_Certification_Authority.pem
#9 47.64 Adding debian:NetLock_Arany_=Class_Gold=_FÅ‘tanúsítvány.pem
#9 47.64 Adding debian:Network_Solutions_Certificate_Authority.pem
#9 47.65 Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem
#9 47.65 Adding debian:OISTE_WISeKey_Global_Root_GC_CA.pem
#9 47.66 Adding debian:QuoVadis_Root_CA_1_G3.pem
#9 47.66 Adding debian:QuoVadis_Root_CA_2_G3.pem
#9 47.67 Adding debian:QuoVadis_Root_CA_2.pem
#9 47.68 Adding debian:QuoVadis_Root_CA_3_G3.pem
#9 47.68 Adding debian:QuoVadis_Root_CA_3.pem
#9 47.69 Adding debian:QuoVadis_Root_CA.pem
#9 47.70 Adding debian:Secure_Global_CA.pem
#9 47.70 Adding debian:SecureSign_RootCA11.pem
#9 47.71 Adding debian:SecureTrust_CA.pem
#9 47.71 Adding debian:Security_Communication_RootCA2.pem
#9 47.71 Adding debian:Security_Communication_Root_CA.pem
#9 47.72 Adding debian:Sonera_Class_2_Root_CA.pem
#9 47.72 Adding debian:SSL.com_EV_Root_Certification_Authority_ECC.pem
#9 47.73 Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem
#9 47.73 Adding debian:SSL.com_Root_Certification_Authority_ECC.pem
#9 47.73 Adding debian:SSL.com_Root_Certification_Authority_RSA.pem
#9 47.74 Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem
#9 47.74 Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem
#9 47.74 Adding debian:Starfield_Class_2_CA.pem
#9 47.75 Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem
#9 47.75 Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem
#9 47.75 Adding debian:SwissSign_Gold_CA_-_G2.pem
#9 47.76 Adding debian:SwissSign_Silver_CA_-_G2.pem
#9 47.76 Adding debian:SZAFIR_ROOT_CA2.pem
#9 47.77 Adding debian:TeliaSonera_Root_CA_v1.pem
#9 47.77 Adding debian:TrustCor_ECA-1.pem
#9 47.78 Adding debian:TrustCor_RootCert_CA-1.pem
#9 47.79 Adding debian:TrustCor_RootCert_CA-2.pem
#9 47.79 Adding debian:Trustis_FPS_Root_CA.pem
#9 47.79 Adding debian:Trustwave_Global_Certification_Authority.pem
#9 47.79 Adding debian:Trustwave_Global_ECC_P256_Certification_Authority.pem
#9 47.80 Adding debian:Trustwave_Global_ECC_P384_Certification_Authority.pem
#9 47.80 Adding debian:T-TeleSec_GlobalRoot_Class_2.pem
#9 47.80 Adding debian:T-TeleSec_GlobalRoot_Class_3.pem
#9 47.81 Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem
#9 47.81 Adding debian:TWCA_Global_Root_CA.pem
#9 47.82 Adding debian:TWCA_Root_Certification_Authority.pem
#9 47.82 Adding debian:UCA_Extended_Validation_Root.pem
#9 47.82 Adding debian:UCA_Global_G2_Root.pem
#9 47.83 Adding debian:USERTrust_ECC_Certification_Authority.pem
#9 47.84 Adding debian:USERTrust_RSA_Certification_Authority.pem
#9 47.84 Adding debian:VeriSign_Universal_Root_Certification_Authority.pem
#9 47.85 Adding debian:XRamp_Global_CA_Root.pem
#9 47.99 done.
#9 48.00 Setting up openjdk-11-jre:amd64 (11.0.28+6-1~deb11u1) ...
#9 48.02 Setting up openjdk-11-jdk-headless:amd64 (11.0.28+6-1~deb11u1) ...
#9 48.03 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode
#9 48.04 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode
#9 48.04 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode
#9 48.05 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode
#9 48.06 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode
#9 48.06 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode
#9 48.07 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode
#9 48.07 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jdeprscan to provide /usr/bin/jdeprscan (jdeprscan) in auto mode
#9 48.07 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode
#9 48.08 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jfr to provide /usr/bin/jfr (jfr) in auto mode
#9 48.08 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jimage to provide /usr/bin/jimage (jimage) in auto mode
#9 48.09 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode
#9 48.10 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jlink to provide /usr/bin/jlink (jlink) in auto mode
#9 48.10 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode
#9 48.11 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jmod to provide /usr/bin/jmod (jmod) in auto mode
#9 48.11 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode
#9 48.12 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode
#9 48.13 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jshell to provide /usr/bin/jshell (jshell) in auto mode
#9 48.13 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode
#9 48.14 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode
#9 48.14 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode
#9 48.15 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode
#9 48.15 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode
#9 48.16 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jaotc to provide /usr/bin/jaotc (jaotc) in auto mode
#9 48.16 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jhsdb to provide /usr/bin/jhsdb (jhsdb) in auto mode
#9 48.17 Setting up ant (1.10.9-4) ...
#9 48.18 Setting up openjdk-11-jdk:amd64 (11.0.28+6-1~deb11u1) ...
#9 48.20 update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode
#9 48.20 Setting up junit4 (4.13.1-2) ...
#9 48.22 Setting up libfop-java (1:2.5-3) ...
#9 48.23 Setting up default-jre-headless (2:1.11-72) ...
#9 48.24 Setting up default-jre (2:1.11-72) ...
#9 48.25 Setting up ditaa (0.10+ds1-1.2) ...
#9 48.26 Setting up default-jdk-headless (2:1.11-72) ...
#9 48.27 Setting up plantuml (1:1.2020.2+ds-1) ...
#9 48.29 Setting up default-jdk (2:1.11-72) ...
#9 48.30 Processing triggers for dictionaries-common (1.28.4) ...
#9 48.42 aspell-autobuildhash: processing: en [en-common].
#9 48.58 aspell-autobuildhash: processing: en [en-variant_0].
#9 48.59 aspell-autobuildhash: processing: en [en-variant_1].
#9 48.60 aspell-autobuildhash: processing: en [en-variant_2].
#9 48.61 aspell-autobuildhash: processing: en [en-w_accents-only].
#9 48.63 aspell-autobuildhash: processing: en [en-wo_accents-only].
#9 48.65 aspell-autobuildhash: processing: en [en_AU-variant_0].
#9 48.66 aspell-autobuildhash: processing: en [en_AU-variant_1].
#9 48.67 aspell-autobuildhash: processing: en [en_AU-w_accents-only].
#9 48.68 aspell-autobuildhash: processing: en [en_AU-wo_accents-only].
#9 48.69 aspell-autobuildhash: processing: en [en_CA-variant_0].
#9 48.70 aspell-autobuildhash: processing: en [en_CA-variant_1].
#9 48.71 aspell-autobuildhash: processing: en [en_CA-w_accents-only].
#9 48.72 aspell-autobuildhash: processing: en [en_CA-wo_accents-only].
#9 48.74 aspell-autobuildhash: processing: en [en_GB-ise-w_accents-only].
#9 48.75 aspell-autobuildhash: processing: en [en_GB-ise-wo_accents-only].
#9 48.76 aspell-autobuildhash: processing: en [en_GB-ize-w_accents-only].
#9 48.77 aspell-autobuildhash: processing: en [en_GB-ize-wo_accents-only].
#9 48.78 aspell-autobuildhash: processing: en [en_GB-variant_0].
#9 48.79 aspell-autobuildhash: processing: en [en_GB-variant_1].
#9 48.80 aspell-autobuildhash: processing: en [en_US-w_accents-only].
#9 48.81 aspell-autobuildhash: processing: en [en_US-wo_accents-only].
#9 48.89 + apt-get clean
#9 48.91 + rm -rf /var/lib/apt/lists/auxfiles /var/lib/apt/lists/deb.debian.org_debian_dists_bullseye_InRelease /var/lib/apt/lists/deb.debian.org_debian_dists_bullseye_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/deb.debian.org_debian_dists_bullseye-updates_InRelease /var/lib/apt/lists/deb.debian.org_debian_dists_bullseye-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/deb.debian.org_debian-security_dists_bullseye-security_InRelease /var/lib/apt/lists/deb.debian.org_debian-security_dists_bullseye-security_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/download.docker.com_linux_debian_dists_bullseye_InRelease /var/lib/apt/lists/download.docker.com_linux_debian_dists_bullseye_stable_binary-amd64_Packages.lz4 /var/lib/apt/lists/lock /var/lib/apt/lists/partial
#9 48.91 + plantuml -version
#9 49.30 PlantUML version 1.2020.02 (Sun Mar 01 10:22:07 UTC 2020)
#9 49.31 (GPL source distribution)
#9 49.32 Java Runtime: OpenJDK Runtime Environment
#9 49.32 JVM: OpenJDK 64-Bit Server VM
#9 49.32 Java Version: 11.0.28+6-post-Debian-1deb11u1
#9 49.32 Operating System: Linux
#9 49.32 Default Encoding: UTF-8
#9 49.32 Language: en
#9 49.32 Country: US
#9 49.32 Machine: buildkitsandbox
#9 49.33 PLANTUML_LIMIT_SIZE: 4096
#9 49.33 Processors: 1
#9 49.33 Max Memory: 496,697,344
#9 49.33 Total Memory: 32,440,320
#9 49.33 Free Memory: 24,746,088
#9 49.33 Used Memory: 7,694,232
#9 49.33 Thread Active Count: 1
#9 49.33
#9 49.85 The environment variable GRAPHVIZ_DOT has not been set
#9 49.85 Dot executable is /usr/bin/dot
#9 49.85 Dot version: dot - graphviz version 2.43.0 (0)
#9 49.85 Installation seems OK. File generation OK
#9 49.86 + aspell --version
#9 49.86 @(#) International Ispell Version 3.1.20 (but really Aspell 0.60.8)
#9 49.86 + gnuplot --version
#9 49.94 gnuplot 5.4 patchlevel 1
#9 49.96 + cmake --version
#9 49.99 cmake version 3.18.4
#9 49.99
#9 49.99 CMake suite maintained and supported by Kitware (kitware.com/cmake).
#9 49.99 + shellcheck --version
#9 50.00 ShellCheck - shell script analysis tool
#9 50.00 version: 0.7.1
#9 50.00 license: GNU General Public License, version 3
#9 50.00 website: https://www.shellcheck.net
#9 50.00 ++ mktemp -d
#9 50.00 + tmp=/tmp/tmp.q2hUmkHQfD
#9 50.00 + cd /tmp/tmp.q2hUmkHQfD
#9 50.00 + git clone https://github.com/htacg/tidy-html5.git _tidy-html5
#9 50.03 Cloning into '_tidy-html5'...
#9 51.63 + cd _tidy-html5/build/cmake
#9 51.63 + git checkout 5.8.0
#9 51.73 Note: switching to '5.8.0'.
#9 51.73
#9 51.73 You are in 'detached HEAD' state. You can look around, make experimental
#9 51.73 changes and commit them, and you can discard any commits you make in this
#9 51.73 state without impacting any branches by switching back to a branch.
#9 51.73
#9 51.73 If you want to create a new branch to retain commits you create, you may
#9 51.73 do so (now or later) by using -c with the switch command. Example:
#9 51.73
#9 51.73 git switch -c <new-branch-name>
#9 51.73
#9 51.73 Or undo this operation with:
#9 51.73
#9 51.73 git switch -
#9 51.73
#9 51.73 Turn off this advice by setting config variable advice.detachedHead to false
#9 51.73
#9 51.73 HEAD is now at 1ca3747 Merging gitignore; no version bump.
#9 51.73 + cmake ../..
#9 51.95 -- The C compiler identification is GNU 10.2.1
#9 52.15 -- The CXX compiler identification is GNU 10.2.1
#9 52.16 -- Detecting C compiler ABI info
#9 52.24 -- Detecting C compiler ABI info - done
#9 52.26 -- Check for working C compiler: /usr/bin/cc - skipped
#9 52.26 -- Detecting C compile features
#9 52.26 -- Detecting C compile features - done
#9 52.27 -- Detecting CXX compiler ABI info
#9 52.36 -- Detecting CXX compiler ABI info - done
#9 52.37 -- Check for working CXX compiler: /usr/bin/c++ - skipped
#9 52.37 -- Detecting CXX compile features
#9 52.38 -- Detecting CXX compile features - done
#9 52.38 -> TIDY_SO_VERSION = 58. This is an EVEN (stable) release.
#9 52.38 -- *** Debug Logging is NOT enabled.
#9 52.38 -- *** Building support for runtime configuration files.
#9 52.38 -- *** Also building DLL library SHARED, version 5.8.0, date 2021.07.10
#9 52.38 -- *** NOTE: xsltproc NOT FOUND! Can NOT generate man page.
#9 52.38 -- *** You need to install xsltproc in your system.
#9 52.39 -- Configuring done
#9 52.40 -- Generating done
#9 52.40 -- Build files have been written to: /tmp/tmp.q2hUmkHQfD/_tidy-html5/build/cmake
#9 52.41 + make
#9 52.46 Scanning dependencies of target tidy-static
#9 52.47 [ 1%] Building C object CMakeFiles/tidy-static.dir/src/access.c.o
#9 52.67 [ 3%] Building C object CMakeFiles/tidy-static.dir/src/attrs.c.o
#9 52.83 [ 5%] Building C object CMakeFiles/tidy-static.dir/src/istack.c.o
#9 52.89 [ 7%] Building C object CMakeFiles/tidy-static.dir/src/parser.c.o
#9 53.10 [ 8%] Building C object CMakeFiles/tidy-static.dir/src/tags.c.o
#9 53.19 [ 10%] Building C object CMakeFiles/tidy-static.dir/src/entities.c.o
#9 53.26 [ 12%] Building C object CMakeFiles/tidy-static.dir/src/lexer.c.o
#9 53.45 [ 14%] Building C object CMakeFiles/tidy-static.dir/src/pprint.c.o
#9 53.59 [ 16%] Building C object CMakeFiles/tidy-static.dir/src/charsets.c.o
#9 53.65 [ 17%] Building C object CMakeFiles/tidy-static.dir/src/clean.c.o
#9 53.80 [ 19%] Building C object CMakeFiles/tidy-static.dir/src/message.c.o
#9 53.91 [ 21%] Building C object CMakeFiles/tidy-static.dir/src/config.c.o
#9 54.05 [ 23%] Building C object CMakeFiles/tidy-static.dir/src/alloc.c.o
#9 54.09 [ 25%] Building C object CMakeFiles/tidy-static.dir/src/attrdict.c.o
#9 54.41 [ 26%] Building C object CMakeFiles/tidy-static.dir/src/buffio.c.o
#9 54.46 [ 28%] Building C object CMakeFiles/tidy-static.dir/src/fileio.c.o
#9 54.51 [ 30%] Building C object CMakeFiles/tidy-static.dir/src/streamio.c.o
#9 54.60 [ 32%] Building C object CMakeFiles/tidy-static.dir/src/tagask.c.o
#9 54.64 [ 33%] Building C object CMakeFiles/tidy-static.dir/src/tmbstr.c.o
#9 54.70 [ 35%] Building C object CMakeFiles/tidy-static.dir/src/utf8.c.o
#9 54.75 [ 37%] Building C object CMakeFiles/tidy-static.dir/src/tidylib.c.o
#9 54.91 [ 39%] Building C object CMakeFiles/tidy-static.dir/src/mappedio.c.o
#9 54.96 [ 41%] Building C object CMakeFiles/tidy-static.dir/src/gdoc.c.o
#9 55.01 [ 42%] Building C object CMakeFiles/tidy-static.dir/src/language.c.o
#9 55.09 [ 44%] Building C object CMakeFiles/tidy-static.dir/src/messageobj.c.o
#9 55.17 [ 46%] Building C object CMakeFiles/tidy-static.dir/src/sprtf.c.o
#9 55.21 [ 48%] Linking C static library libtidy.a
#9 55.26 [ 48%] Built target tidy-static
#9 55.28 Scanning dependencies of target tidy
#9 55.29 [ 50%] Building C object CMakeFiles/tidy.dir/console/tidy.c.o
#9 55.41 [ 51%] Linking C executable tidy
#9 55.47 [ 51%] Built target tidy
#9 55.50 Scanning dependencies of target tidy-share
#9 55.51 [ 53%] Building C object CMakeFiles/tidy-share.dir/src/access.c.o
#9 55.66 [ 55%] Building C object CMakeFiles/tidy-share.dir/src/attrs.c.o
#9 55.81 [ 57%] Building C object CMakeFiles/tidy-share.dir/src/istack.c.o
#9 55.87 [ 58%] Building C object CMakeFiles/tidy-share.dir/src/parser.c.o
#9 56.08 [ 60%] Building C object CMakeFiles/tidy-share.dir/src/tags.c.o
#9 56.17 [ 62%] Building C object CMakeFiles/tidy-share.dir/src/entities.c.o
#9 56.25 [ 64%] Building C object CMakeFiles/tidy-share.dir/src/lexer.c.o
#9 56.44 [ 66%] Building C object CMakeFiles/tidy-share.dir/src/pprint.c.o
#9 56.59 [ 67%] Building C object CMakeFiles/tidy-share.dir/src/charsets.c.o
#9 56.64 [ 69%] Building C object CMakeFiles/tidy-share.dir/src/clean.c.o
#9 56.79 [ 71%] Building C object CMakeFiles/tidy-share.dir/src/message.c.o
#9 56.89 [ 73%] Building C object CMakeFiles/tidy-share.dir/src/config.c.o
#9 57.01 [ 75%] Building C object CMakeFiles/tidy-share.dir/src/alloc.c.o
#9 57.06 [ 76%] Building C object CMakeFiles/tidy-share.dir/src/attrdict.c.o
#9 57.37 [ 78%] Building C object CMakeFiles/tidy-share.dir/src/buffio.c.o
#9 57.42 [ 80%] Building C object CMakeFiles/tidy-share.dir/src/fileio.c.o
#9 57.47 [ 82%] Building C object CMakeFiles/tidy-share.dir/src/streamio.c.o
#9 57.56 [ 83%] Building C object CMakeFiles/tidy-share.dir/src/tagask.c.o
#9 57.60 [ 85%] Building C object CMakeFiles/tidy-share.dir/src/tmbstr.c.o
#9 57.66 [ 87%] Building C object CMakeFiles/tidy-share.dir/src/utf8.c.o
#9 57.71 [ 89%] Building C object CMakeFiles/tidy-share.dir/src/tidylib.c.o
#9 57.87 [ 91%] Building C object CMakeFiles/tidy-share.dir/src/mappedio.c.o
#9 57.92 [ 92%] Building C object CMakeFiles/tidy-share.dir/src/gdoc.c.o
#9 57.97 [ 94%] Building C object CMakeFiles/tidy-share.dir/src/language.c.o
#9 58.05 [ 96%] Building C object CMakeFiles/tidy-share.dir/src/messageobj.c.o
#9 58.12 [ 98%] Building C object CMakeFiles/tidy-share.dir/src/sprtf.c.o
#9 58.16 [100%] Linking C shared library libtidy.so
#9 58.23 [100%] Built target tidy-share
#9 58.24 + make install
#9 58.29 [ 48%] Built target tidy-static
#9 58.31 [ 51%] Built target tidy
#9 58.34 [100%] Built target tidy-share
#9 58.36 Install the project...
#9 58.37 -- Install configuration: ""
#9 58.37 -- Installing: /usr/local/lib/libtidy.a
#9 58.37 -- Installing: /usr/local/include/tidyplatform.h
#9 58.37 -- Installing: /usr/local/include/tidy.h
#9 58.37 -- Installing: /usr/local/include/tidyenum.h
#9 58.37 -- Installing: /usr/local/include/tidybuffio.h
#9 58.37 -- Installing: /usr/local/lib/libtidy.so.5.8.0
#9 58.37 -- Installing: /usr/local/lib/libtidy.so.58
#9 58.37 -- Installing: /usr/local/lib/libtidy.so
#9 58.38 -- Installing: /usr/local/bin/tidy
#9 58.38 -- Installing: /usr/local/lib/pkgconfig/tidy.pc
#9 58.38 + tidy --version
#9 58.38 HTML Tidy for Linux version 5.8.0
#9 58.38 ++ dirname .github/install-woff.sh
#9 58.39 + self=.github
#9 58.39 + apt-get update --yes
#9 58.43 Get:1 http://deb.debian.org/debian bullseye InRelease [75.1 kB]
#9 58.44 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
#9 58.45 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]
#9 58.45 Get:4 https://download.docker.com/linux/debian bullseye InRelease [43.0 kB]
#9 58.56 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8,066 kB]
#9 58.89 Get:6 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [419 kB]
#9 59.44 Get:7 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]
#9 59.62 Get:8 https://download.docker.com/linux/debian bullseye/stable amd64 Packages [63.7 kB]
#9 60.28 Fetched 8,757 kB in 2s (4,689 kB/s)
#9 60.28 Reading package lists...
#9 61.10 + apt-get install --yes --no-install-recommends 'fontforge=*' 'woff2=*'
#9 61.11 Reading package lists...
#9 61.83 Building dependency tree...
#9 61.96 Reading state information...
#9 62.09 The following additional packages will be installed:
#9 62.09 fontforge-common libfontforge4 libpython3.9 libspiro1 libuninameslist1
#9 62.09 libwoff1
#9 62.09 Suggested packages:
#9 62.10 fontforge-doc fontforge-extras potrace python3-fontforge
#9 62.10 Recommended packages:
#9 62.10 fonts-cantarell fonts-inconsolata
#9 62.16 The following NEW packages will be installed:
#9 62.16 fontforge fontforge-common libfontforge4 libpython3.9 libspiro1
#9 62.16 libuninameslist1 libwoff1 woff2
#9 62.19 0 upgraded, 8 newly installed, 0 to remove and 46 not upgraded.
#9 62.19 Need to get 7,520 kB of archives.
#9 62.19 After this operation, 28.9 MB of additional disk space will be used.
#9 62.19 Get:1 http://deb.debian.org/debian bullseye/main amd64 fontforge-common all 1:20201107~dfsg-4+deb11u1 [2,079 kB]
#9 62.21 Get:2 http://deb.debian.org/debian-security bullseye-security/main amd64 libpython3.9 amd64 3.9.2-1+deb11u3 [1,692 kB]
#9 62.23 Get:3 http://deb.debian.org/debian bullseye/main amd64 libspiro1 amd64 1:20200505-2 [20.6 kB]
#9 62.24 Get:4 http://deb.debian.org/debian bullseye/main amd64 libuninameslist1 amd64 20200413-1 [368 kB]
#9 62.24 Get:5 http://deb.debian.org/debian bullseye/main amd64 libwoff1 amd64 1.0.2-1+b1 [42.4 kB]
#9 62.24 Get:6 http://deb.debian.org/debian bullseye/main amd64 libfontforge4 amd64 1:20201107~dfsg-4+deb11u1 [1,940 kB]
#9 62.26 Get:7 http://deb.debian.org/debian bullseye/main amd64 fontforge amd64 1:20201107~dfsg-4+deb11u1 [1,364 kB]
#9 62.28 Get:8 http://deb.debian.org/debian bullseye/main amd64 woff2 amd64 1.0.2-1+b1 [13.6 kB]
#9 62.47 debconf: delaying package configuration, since apt-utils is not installed
#9 62.56 Fetched 7,520 kB in 0s (68.4 MB/s)
#9 62.61 Selecting previously unselected package fontforge-common.
(Reading database ...a44436.files and directories currently installed.)
#9 62.92 Preparing to unpack .../0-fontforge-common_1%3a20201107~dfsg-4+deb11u1_all.deb ...
#9 62.93 Unpacking fontforge-common (1:20201107~dfsg-4+deb11u1) ...
#9 63.60 Selecting previously unselected package libpython3.9:amd64.
#9 63.60 Preparing to unpack .../1-libpython3.9_3.9.2-1+deb11u3_amd64.deb ...
#9 63.61 Unpacking libpython3.9:amd64 (3.9.2-1+deb11u3) ...
#9 63.98 Selecting previously unselected package libspiro1:amd64.
#9 63.99 Preparing to unpack .../2-libspiro1_1%3a20200505-2_amd64.deb ...
#9 63.99 Unpacking libspiro1:amd64 (1:20200505-2) ...
#9 64.04 Selecting previously unselected package libuninameslist1:amd64.
#9 64.04 Preparing to unpack .../3-libuninameslist1_20200413-1_amd64.deb ...
#9 64.05 Unpacking libuninameslist1:amd64 (20200413-1) ...
#9 64.20 Selecting previously unselected package libwoff1:amd64.
#9 64.20 Preparing to unpack .../4-libwoff1_1.0.2-1+b1_amd64.deb ...
#9 64.21 Unpacking libwoff1:amd64 (1.0.2-1+b1) ...
#9 64.25 Selecting previously unselected package libfontforge4:amd64.
#9 64.26 Preparing to unpack .../5-libfontforge4_1%3a20201107~dfsg-4+deb11u1_amd64.deb ...
#9 64.26 Unpacking libfontforge4:amd64 (1:20201107~dfsg-4+deb11u1) ...
#9 64.58 Selecting previously unselected package fontforge.
#9 64.58 Preparing to unpack .../6-fontforge_1%3a20201107~dfsg-4+deb11u1_amd64.deb ...
#9 64.59 Unpacking fontforge (1:20201107~dfsg-4+deb11u1) ...
#9 64.76 Selecting previously unselected package woff2.
#9 64.77 Preparing to unpack .../7-woff2_1.0.2-1+b1_amd64.deb ...
#9 64.77 Unpacking woff2 (1.0.2-1+b1) ...
#9 64.83 Setting up libwoff1:amd64 (1.0.2-1+b1) ...
#9 64.84 Setting up libspiro1:amd64 (1:20200505-2) ...
#9 64.85 Setting up fontforge-common (1:20201107~dfsg-4+deb11u1) ...
#9 64.86 Setting up libpython3.9:amd64 (3.9.2-1+deb11u3) ...
#9 64.87 Setting up woff2 (1.0.2-1+b1) ...
#9 64.88 Setting up libuninameslist1:amd64 (20200413-1) ...
#9 64.89 Setting up libfontforge4:amd64 (1:20201107~dfsg-4+deb11u1) ...
#9 64.90 Setting up fontforge (1:20201107~dfsg-4+deb11u1) ...
#9 64.91 Processing triggers for libc-bin (2.31-13+deb11u13) ...
#9 64.95 Processing triggers for shared-mime-info (2.0-1) ...
#9 69.15 Processing triggers for hicolor-icon-theme (0.17-2) ...
#9 69.23 + apt-get clean
#9 69.24 + rm -rf /var/lib/apt/lists/auxfiles /var/lib/apt/lists/deb.debian.org_debian_dists_bullseye_InRelease /var/lib/apt/lists/deb.debian.org_debian_dists_bullseye_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/deb.debian.org_debian_dists_bullseye-updates_InRelease /var/lib/apt/lists/deb.debian.org_debian_dists_bullseye-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/deb.debian.org_debian-security_dists_bullseye-security_InRelease /var/lib/apt/lists/deb.debian.org_debian-security_dists_bullseye-security_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/download.docker.com_linux_debian_dists_bullseye_InRelease /var/lib/apt/lists/download.docker.com_linux_debian_dists_bullseye_stable_binary-amd64_Packages.lz4 /var/lib/apt/lists/lock /var/lib/apt/lists/partial
#9 69.24 + unzip .github/../_docker/woff.zip -d /tmp/_sfnt2woff
#9 69.25 Archive: .github/../_docker/woff.zip
#9 69.25 inflating: /tmp/_sfnt2woff/Makefile
#9 69.25 inflating: /tmp/_sfnt2woff/sfnt2woff.c
#9 69.25 inflating: /tmp/_sfnt2woff/woff.c
#9 69.25 inflating: /tmp/_sfnt2woff/woff2sfnt.c
#9 69.25 inflating: /tmp/_sfnt2woff/woff-private.h
#9 69.25 inflating: /tmp/_sfnt2woff/woff.h
#9 69.25 inflating: /tmp/_sfnt2woff/woff-2009-10-03.html
#9 69.25 + cd /tmp/_sfnt2woff
#9 69.25 + make
#9 69.25 cc -c -o sfnt2woff.o sfnt2woff.c
#9 69.33 cc -c -o woff.o woff.c
#9 69.52 cc -o sfnt2woff sfnt2woff.o woff.o -lz
#9 69.57 cc -c -o woff2sfnt.o woff2sfnt.c
#9 69.62 cc -o woff2sfnt woff2sfnt.o woff.o -lz
#9 69.64 + cp sfnt2woff /usr/bin/
#9 69.64 + git clone --recursive https://github.com/google/woff2.git
#9 69.64 Cloning into 'woff2'...
#9 70.29 Submodule 'brotli' (https://github.com/google/brotli.git) registered for path 'brotli'
#9 70.29 Cloning into '/tmp/_sfnt2woff/woff2/brotli'...
#9 75.56 Submodule path 'brotli': checked out '533843e3546cd24c8344eaa899c6b0b681c8d222'
#9 75.57 Submodule 'research/esaxx' (https://github.com/hillbig/esaxx) registered for path 'brotli/research/esaxx'
#9 75.57 Submodule 'research/libdivsufsort' (https://github.com/y-256/libdivsufsort.git) registered for path 'brotli/research/libdivsufsort'
#9 75.59 Cloning into '/tmp/_sfnt2woff/woff2/brotli/research/esaxx'...
#9 75.93 Cloning into '/tmp/_sfnt2woff/woff2/brotli/research/libdivsufsort'...
#9 76.27 Submodule path 'brotli/research/esaxx': checked out 'ca7cb332011ec37a8436487f210f396b84bd8273'
#9 76.37 Submodule path 'brotli/research/libdivsufsort': checked out '5f60d6f026c30fb4ac296f696b3c8b0eb71bd428'
#9 76.39 + cd woff2
#9 76.39 + make clean all
#9 76.40 rm -f src/font.o src/glyph.o src/normalize.o src/table_tags.o src/transform.o src/woff2_dec.o src/woff2_enc.o src/woff2_common.o src/woff2_out.o src/variable_length.o src/woff2_compress.o src/woff2_decompress.o src/woff2_info.o woff2_compress woff2_decompress woff2_info
#9 76.40 make -C brotli clean
#9 76.40 make[1]: Entering directory '/tmp/_sfnt2woff/woff2/brotli'
#9 76.40 rm -rf bin libbrotli.a
#9 76.41 make[1]: Leaving directory '/tmp/_sfnt2woff/woff2/brotli'
#9 76.41 g++ -fno-omit-frame-pointer -no-canonical-prefixes -DFONT_COMPRESSION_BIN -D __STDC_FORMAT_MACROS -fno-tree-vrp -std=c++11 -I./brotli/c/include/ -I./src -I./include -c -o src/font.o src/font.cc
#9 77.57 g++ -fno-omit-frame-pointer -no-canonical-prefixes -DFONT_COMPRESSION_BIN -D __STDC_FORMAT_MACROS -fno-tree-vrp -std=c++11 -I./brotli/c/include/ -I./src -I./include -c -o src/glyph.o src/glyph.cc
#9 78.34 g++ -fno-omit-frame-pointer -no-canonical-prefixes -DFONT_COMPRESSION_BIN -D __STDC_FORMAT_MACROS -fno-tree-vrp -std=c++11 -I./brotli/c/include/ -I./src -I./include -c -o src/normalize.o src/normalize.cc
#9 79.30 g++ -fno-omit-frame-pointer -no-canonical-prefixes -DFONT_COMPRESSION_BIN -D __STDC_FORMAT_MACROS -fno-tree-vrp -std=c++11 -I./brotli/c/include/ -I./src -I./include -c -o src/table_tags.o src/table_tags.cc
#9 79.35 g++ -fno-omit-frame-pointer -no-canonical-prefixes -DFONT_COMPRESSION_BIN -D __STDC_FORMAT_MACROS -fno-tree-vrp -std=c++11 -I./brotli/c/include/ -I./src -I./include -c -o src/transform.o src/transform.cc
#9 80.69 g++ -fno-omit-frame-pointer -no-canonical-prefixes -DFONT_COMPRESSION_BIN -D __STDC_FORMAT_MACROS -fno-tree-vrp -std=c++11 -I./brotli/c/include/ -I./src -I./include -c -o src/woff2_dec.o src/woff2_dec.cc
#9 83.00 g++ -fno-omit-frame-pointer -no-canonical-prefixes -DFONT_COMPRESSION_BIN -D __STDC_FORMAT_MACROS -fno-tree-vrp -std=c++11 -I./brotli/c/include/ -I./src -I./include -c -o src/woff2_enc.o src/woff2_enc.cc
#9 84.51 g++ -fno-omit-frame-pointer -no-canonical-prefixes -DFONT_COMPRESSION_BIN -D __STDC_FORMAT_MACROS -fno-tree-vrp -std=c++11 -I./brotli/c/include/ -I./src -I./include -c -o src/woff2_common.o src/woff2_common.cc
#9 85.06 g++ -fno-omit-frame-pointer -no-canonical-prefixes -DFONT_COMPRESSION_BIN -D __STDC_FORMAT_MACROS -fno-tree-vrp -std=c++11 -I./brotli/c/include/ -I./src -I./include -c -o src/woff2_out.o src/woff2_out.cc
#9 85.83 g++ -fno-omit-frame-pointer -no-canonical-prefixes -DFONT_COMPRESSION_BIN -D __STDC_FORMAT_MACROS -fno-tree-vrp -std=c++11 -I./brotli/c/include/ -I./src -I./include -c -o src/variable_length.o src/variable_length.cc
#9 86.36 g++ -fno-omit-frame-pointer -no-canonical-prefixes -DFONT_COMPRESSION_BIN -D __STDC_FORMAT_MACROS -fno-tree-vrp -std=c++11 -I./brotli/c/include/ -I./src -I./include -c -o src/woff2_compress.o src/woff2_compress.cc
#9 87.27 g++ -fno-omit-frame-pointer -no-canonical-prefixes -DFONT_COMPRESSION_BIN -D __STDC_FORMAT_MACROS -fno-tree-vrp -std=c++11 -I./brotli/c/include/ -I./src -I./include -c -o src/woff2_decompress.o src/woff2_decompress.cc
#9 88.39 g++ -fno-omit-frame-pointer -no-canonical-prefixes -DFONT_COMPRESSION_BIN -D __STDC_FORMAT_MACROS -fno-tree-vrp -std=c++11 -I./brotli/c/include/ -I./src -I./include -c -o src/woff2_info.o src/woff2_info.cc
#9 90.28 make -C brotli lib
#9 90.28 make[1]: Entering directory '/tmp/_sfnt2woff/woff2/brotli'
#9 90.29 mkdir -p bin/obj/c/common
#9 90.30 mkdir -p bin/obj/c/dec
#9 90.30 mkdir -p bin/obj/c/enc
#9 90.30 mkdir -p bin/obj/c/tools
#9 90.31 mkdir -p bin/tmp
#9 90.31 cc -O2 -Ic/include \
#9 90.31 -c c/common/dictionary.c -o bin/obj/c/common/dictionary.o
#9 90.89 cc -O2 -Ic/include \
#9 90.89 -c c/common/transform.c -o bin/obj/c/common/transform.o
#9 91.06 cc -O2 -Ic/include \
#9 91.06 -c c/dec/bit_reader.c -o bin/obj/c/dec/bit_reader.o
#9 91.17 cc -O2 -Ic/include \
#9 91.17 -c c/dec/decode.c -o bin/obj/c/dec/decode.o
#9 93.18 cc -O2 -Ic/include \
#9 93.18 -c c/dec/huffman.c -o bin/obj/c/dec/huffman.o
#9 93.39 cc -O2 -Ic/include \
#9 93.39 -c c/dec/state.c -o bin/obj/c/dec/state.o
#9 93.49 cc -O2 -Ic/include \
#9 93.49 -c c/enc/backward_references.c -o bin/obj/c/enc/backward_references.o
#9 97.35 cc -O2 -Ic/include \
#9 97.35 -c c/enc/backward_references_hq.c -o bin/obj/c/enc/backward_references_hq.o
#9 99.26 cc -O2 -Ic/include \
#9 99.26 -c c/enc/bit_cost.c -o bin/obj/c/enc/bit_cost.o
#9 100.1 cc -O2 -Ic/include \
#9 100.1 -c c/enc/block_splitter.c -o bin/obj/c/enc/block_splitter.o
#9 102.6 cc -O2 -Ic/include \
#9 102.6 -c c/enc/brotli_bit_stream.c -o bin/obj/c/enc/brotli_bit_stream.o
#9 105.1 cc -O2 -Ic/include \
#9 105.1 -c c/enc/cluster.c -o bin/obj/c/enc/cluster.o
#9 106.5 cc -O2 -Ic/include \
#9 106.5 -c c/enc/compress_fragment.c -o bin/obj/c/enc/compress_fragment.o
#9 109.6 cc -O2 -Ic/include \
#9 109.6 -c c/enc/compress_fragment_two_pass.c -o bin/obj/c/enc/compress_fragment_two_pass.o
#9 112.5 cc -O2 -Ic/include \
#9 112.5 -c c/enc/dictionary_hash.c -o bin/obj/c/enc/dictionary_hash.o
#9 112.7 cc -O2 -Ic/include \
#9 112.7 -c c/enc/encode.c -o bin/obj/c/enc/encode.o
#9 115.8 cc -O2 -Ic/include \
#9 115.8 -c c/enc/encoder_dict.c -o bin/obj/c/enc/encoder_dict.o
#9 116.5 cc -O2 -Ic/include \
#9 116.5 -c c/enc/entropy_encode.c -o bin/obj/c/enc/entropy_encode.o
#9 117.0 cc -O2 -Ic/include \
#9 117.0 -c c/enc/histogram.c -o bin/obj/c/enc/histogram.o
#9 117.6 cc -O2 -Ic/include \
#9 117.6 -c c/enc/literal_cost.c -o bin/obj/c/enc/literal_cost.o
#9 117.8 cc -O2 -Ic/include \
#9 117.8 -c c/enc/memory.c -o bin/obj/c/enc/memory.o
#9 117.9 cc -O2 -Ic/include \
#9 117.9 -c c/enc/metablock.c -o bin/obj/c/enc/metablock.o
#9 119.9 cc -O2 -Ic/include \
#9 119.9 -c c/enc/static_dict.c -o bin/obj/c/enc/static_dict.o
#9 121.3 cc -O2 -Ic/include \
#9 121.3 -c c/enc/utf8_util.c -o bin/obj/c/enc/utf8_util.o
#9 121.4 rm -f libbrotli.a
#9 121.4 ar -crs libbrotli.a bin/obj/c/common/dictionary.o bin/obj/c/common/transform.o bin/obj/c/dec/bit_reader.o bin/obj/c/dec/decode.o bin/obj/c/dec/huffman.o bin/obj/c/dec/state.o bin/obj/c/enc/backward_references.o bin/obj/c/enc/backward_references_hq.o bin/obj/c/enc/bit_cost.o bin/obj/c/enc/block_splitter.o bin/obj/c/enc/brotli_bit_stream.o bin/obj/c/enc/cluster.o bin/obj/c/enc/compress_fragment.o bin/obj/c/enc/compress_fragment_two_pass.o bin/obj/c/enc/dictionary_hash.o bin/obj/c/enc/encode.o bin/obj/c/enc/encoder_dict.o bin/obj/c/enc/entropy_encode.o bin/obj/c/enc/histogram.o bin/obj/c/enc/literal_cost.o bin/obj/c/enc/memory.o bin/obj/c/enc/metablock.o bin/obj/c/enc/static_dict.o bin/obj/c/enc/utf8_util.o
#9 121.4 make[1]: Leaving directory '/tmp/_sfnt2woff/woff2/brotli'
#9 121.4 g++ src/font.o src/glyph.o src/normalize.o src/table_tags.o src/transform.o src/woff2_dec.o src/woff2_enc.o src/woff2_common.o src/woff2_out.o src/variable_length.o brotli/bin/obj/c/common/*.o brotli/bin/obj/c/enc/*.o brotli/bin/obj/c/dec/*.o src/woff2_compress.o -o woff2_compress
#9 121.8 g++ src/font.o src/glyph.o src/normalize.o src/table_tags.o src/transform.o src/woff2_dec.o src/woff2_enc.o src/woff2_common.o src/woff2_out.o src/variable_length.o brotli/bin/obj/c/common/*.o brotli/bin/obj/c/enc/*.o brotli/bin/obj/c/dec/*.o src/woff2_decompress.o -o woff2_decompress
#9 122.3 g++ src/font.o src/glyph.o src/normalize.o src/table_tags.o src/transform.o src/woff2_dec.o src/woff2_enc.o src/woff2_common.o src/woff2_out.o src/variable_length.o brotli/bin/obj/c/common/*.o brotli/bin/obj/c/enc/*.o brotli/bin/obj/c/dec/*.o src/woff2_info.o -o woff2_info
#9 122.7 g++ -fno-omit-frame-pointer -no-canonical-prefixes -DFONT_COMPRESSION_BIN -D __STDC_FORMAT_MACROS -fno-tree-vrp -std=c++11 -I./brotli/c/include/ -I./src -I./include -c -o src/convert_woff2ttf_fuzzer.o src/convert_woff2ttf_fuzzer.cc
#9 123.3 g++ -fno-omit-frame-pointer -no-canonical-prefixes -DFONT_COMPRESSION_BIN -D __STDC_FORMAT_MACROS -fno-tree-vrp -std=c++11 -I./brotli/c/include/ -I./src -I./include -c -o src/convert_woff2ttf_fuzzer_new_entry.o src/convert_woff2ttf_fuzzer_new_entry.cc
#9 123.8 ar crf src/convert_woff2ttf_fuzzer.a src/font.o src/glyph.o src/normalize.o src/table_tags.o src/transform.o src/woff2_dec.o src/woff2_enc.o src/woff2_common.o src/woff2_out.o src/variable_length.o \
#9 123.8 brotli/bin/obj/c/common/*.o brotli/bin/obj/c/enc/*.o brotli/bin/obj/c/dec/*.o src/convert_woff2ttf_fuzzer.o
#9 123.8 ar crf src/convert_woff2ttf_fuzzer_new_entry.a src/font.o src/glyph.o src/normalize.o src/table_tags.o src/transform.o src/woff2_dec.o src/woff2_enc.o src/woff2_common.o src/woff2_out.o src/variable_length.o \
#9 123.8 brotli/bin/obj/c/common/*.o brotli/bin/obj/c/enc/*.o brotli/bin/obj/c/dec/*.o src/convert_woff2ttf_fuzzer_new_entry.o
#9 123.9 + for f in woff2_compress woff2_decompress woff2_info
#9 123.9 + cp woff2_compress /usr/bin
#9 123.9 + for f in woff2_compress woff2_decompress woff2_info
#9 123.9 + cp woff2_decompress /usr/bin
#9 123.9 + for f in woff2_compress woff2_decompress woff2_info
#9 123.9 + cp woff2_info /usr/bin
#9 DONE 124.1s
#10 [6/7] RUN gem install jgd -v 1.13.0
#10 4.252 ! The 'trollop' gem has been deprecated and has been replaced by 'optimist'.
#10 4.252 ! See: https://rubygems.org/gems/optimist
#10 4.252 ! And: https://github.com/ManageIQ/optimist
#10 4.252 Successfully installed trollop-2.9.9
#10 4.252 Successfully installed webrick-1.9.1
#10 4.252 Successfully installed unicode-display_width-2.6.0
#10 4.252 Successfully installed terminal-table-3.0.2
#10 4.252 Successfully installed safe_yaml-1.0.5
#10 4.252 Successfully installed rouge-4.6.1
#10 4.252 Successfully installed forwardable-extended-2.6.0
#10 4.252 Successfully installed pathutil-0.16.2
#10 4.252 Successfully installed mercenary-0.4.0
#10 4.252 Successfully installed liquid-4.0.4
#10 4.252 Successfully installed kramdown-2.5.1
#10 4.252 Successfully installed kramdown-parser-gfm-1.1.0
#10 4.252 Successfully installed ffi-1.17.2-x86_64-linux-gnu
#10 4.252 Successfully installed rb-inotify-0.11.1
#10 4.252 Successfully installed rb-fsevent-0.11.2
#10 4.252 Successfully installed listen-3.9.0
#10 4.252 Successfully installed jekyll-watch-2.2.1
#10 4.252 Successfully installed google-protobuf-4.33.0-x86_64-linux-gnu
#10 4.252 Successfully installed sass-embedded-1.93.2-x86_64-linux-gnu
#10 4.252 Successfully installed jekyll-sass-converter-3.1.0
#10 4.252 Successfully installed concurrent-ruby-1.3.5
#10 4.252 Successfully installed i18n-1.14.7
#10 4.252 Building native extensions. This could take a while...
#10 6.593 Successfully installed http_parser.rb-0.8.0
#10 6.593 Building native extensions. This could take a while...
#10 20.79 Successfully installed eventmachine-1.2.7
#10 20.79 Successfully installed em-websocket-0.5.3
#10 20.79 Successfully installed colorator-1.1.0
#10 20.79 Successfully installed public_suffix-6.0.2
#10 20.79 Successfully installed addressable-2.8.7
#10 20.79 Successfully installed jekyll-4.4.1
#10 20.79 Successfully installed jgd-1.13.0
#10 20.79 30 gems installed
#10 DONE 20.8s
#11 [7/7] RUN /usr/bin/install-node.sh && npm install -g eslint@8.44.0 && npm install -g cssshrink@0.0.5 && eslint --version
#11 0.335 + bash
#11 0.337 + curl -fsSL https://deb.nodesource.com/setup_18.x
#11 0.410 38;5;79m2025-10-24 03:15:09 - Installing pre-requisites0m
#11 0.423
#11 0.423 WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
#11 0.424
#11 0.469 Get:1 http://deb.debian.org/debian bullseye InRelease [75.1 kB]
#11 0.483 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
#11 0.483 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]
#11 0.484 Get:4 https://download.docker.com/linux/debian bullseye InRelease [43.0 kB]
#11 0.597 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8,066 kB]
#11 0.973 Get:6 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [419 kB]
#11 1.338 Get:7 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]
#11 1.505 Get:8 https://download.docker.com/linux/debian bullseye/stable amd64 Packages [63.7 kB]
#11 2.162 Fetched 8,757 kB in 2s (5,106 kB/s)
#11 2.162 Reading package lists...
#11 2.732 Building dependency tree...
#11 2.876 Reading state information...
#11 2.891 46 packages can be upgraded. Run 'apt list --upgradable' to see them.
#11 2.897
#11 2.897 WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
#11 2.899
#11 2.905 Reading package lists...
#11 3.479 Building dependency tree...
#11 3.622 Reading state information...
#11 3.773 ca-certificates is already the newest version (20210119).
#11 3.773 gnupg is already the newest version (2.2.27-2+deb11u2).
#11 3.773 curl is already the newest version (7.74.0-1.3+deb11u15).
#11 3.773 The following NEW packages will be installed:
#11 3.774 apt-transport-https
#11 3.792 0 upgraded, 1 newly installed, 0 to remove and 46 not upgraded.
#11 3.792 Need to get 160 kB of archives.
#11 3.792 After this operation, 166 kB of additional disk space will be used.
#11 3.792 Get:1 http://deb.debian.org/debian bullseye/main amd64 apt-transport-https all 2.2.4 [160 kB]
#11 3.997 debconf: delaying package configuration, since apt-utils is not installed
#11 4.050 Fetched 160 kB in 0s (9,312 kB/s)
#11 4.084 Selecting previously unselected package apt-transport-https.
(Reading5databaseg...t44886 files and directories currently installed.)
#11 4.126 Preparing to unpack .../apt-transport-https_2.2.4_all.deb ...
#11 4.134 Unpacking apt-transport-https (2.2.4) ...
#11 4.206 Setting up apt-transport-https (2.2.4) ...
#11 4.310
#11 4.311 WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
#11 4.312
#11 4.381 Hit:1 http://deb.debian.org/debian bullseye InRelease
#11 4.381 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
#11 4.382 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
#11 4.389 Hit:4 https://download.docker.com/linux/debian bullseye InRelease
#11 4.427 Get:5 https://deb.nodesource.com/node_18.x nodistro InRelease [12.1 kB]
#11 4.769 Get:6 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages [11.6 kB]
#11 4.786 Fetched 23.7 kB in 0s (52.6 kB/s)
#11 4.786 Reading package lists...
#11 5.352 Building dependency tree...
#11 5.485 Reading state information...
#11 5.500 46 packages can be upgraded. Run 'apt list --upgradable' to see them.
#11 5.503 1;34m2025-10-24 03:15:14 - Repository configured successfully.0m
#11 5.505 38;5;79m2025-10-24 03:15:14 - To install Node.js, run: apt install nodejs -y0m
#11 5.506 38;5;79m2025-10-24 03:15:14 - You can use N|solid Runtime as a node.js alternative0m
#11 5.507 1;32m2025-10-24 03:15:14 - To install N|solid Runtime, run: apt install nsolid -y
#11 5.507 0m
#11 5.508 + apt-get install --yes nodejs
#11 5.519 Reading package lists...
#11 6.081 Building dependency tree...
#11 6.220 Reading state information...
#11 6.365 The following NEW packages will be installed:
#11 6.366 nodejs
#11 6.458 0 upgraded, 1 newly installed, 0 to remove and 46 not upgraded.
#11 6.458 Need to get 29.7 MB of archives.
#11 6.458 After this operation, 187 MB of additional disk space will be used.
#11 6.458 Get:1 https://deb.nodesource.com/node_18.x nodistro/main amd64 nodejs amd64 18.20.8-1nodesource1 [29.7 MB]
#11 7.153 debconf: delaying package configuration, since apt-utils is not installed
#11 7.197 Fetched 29.7 MB in 1s (48.0 MB/s)
#11 7.242 Selecting previously unselected package nodejs.
(Reading3databaseg...t44890 files and directories currently installed.)
#11 7.281 Preparing to unpack .../nodejs_18.20.8-1nodesource1_amd64.deb ...
#11 7.290 Unpacking nodejs (18.20.8-1nodesource1) ...
#11 11.14 Setting up nodejs (18.20.8-1nodesource1) ...
#11 11.21 + node --version
#11 11.21 v18.20.8
#11 11.21 + npm --version
#11 11.34 10.8.2
#11 17.53 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.
#11 17.65 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
#11 17.67 npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
#11 17.72 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
#11 17.75 npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead
#11 18.05 npm warn deprecated eslint@8.44.0: This version is no longer supported. Please see https://eslint.org/version-support for other options.
#11 18.06
#11 18.06 added 98 packages in 7s
#11 18.06
#11 18.06 24 packages are looking for funding
#11 18.06 run `npm fund` for details
#11 18.06 npm notice
#11 18.06 npm notice New major version of npm available! 10.8.2 -> 11.6.2
#11 18.06 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.2
#11 18.06 npm notice To update run: npm install -g npm@11.6.2
#11 18.06 npm notice
#11 21.00
#11 21.00 added 11 packages in 3s
#11 21.26 v8.44.0
#11 DONE 21.6s
#12 exporting to image
#12 exporting layers
#12 exporting layers 16.2s done
#12 writing image sha256:f2bf9ea62806eab276a4a2ef2b2e0150e9703bf6e2a05e3450807519eb6982de done
#12 naming to docker.io/yegor256/rultor-d8tvfogk done
#12 DONE 16.2s
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_blog_840\s*$'
+ ls -al .
total 176
drwx------ 3 ubuntu ubuntu 4096 Oct 24 03:11 .
drwxrwxrwt 12 root root 4096 Oct 24 03:14 ..
-rwxrwxr-x 1 ubuntu ubuntu 666 Oct 24 03:14 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 498 Oct 24 03:11 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 5 Oct 24 03:09 pid
drwxrwxr-x 29 ubuntu ubuntu 4096 Oct 24 03:11 repo
-rwxrwxr-x 1 ubuntu ubuntu 6520 Oct 24 03:09 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 568 Oct 24 03:11 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 139057 Oct 24 03:15 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-biTR:/main --env=head=git@github.com:yegor256/blog.git --env=pull_id=840 --env=fork=git@github.com:yegor256/blog.git --env=fork_branch=renovate/rubocop-1.x-lockfile --env=head_branch=master '--env=pull_title=Update dependency rubocop to v1.81.6' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/blog.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=840'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/blog.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/rubocop-1.x-lockfile'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency rubocop to v1.81.6'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''bundle lock --no-color'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''LC_ALL=en_US.UTF-8 bundle exec rake'\'' '\'';'\'' )' --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-biTR/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_blog_840 yegor256/rultor-d8tvfogk /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ awk -F : '$3 > 100 { print $1 }'
++ cat /etc/group
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G nogroup r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssh r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G docker 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 r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.gemrc /root/.npm /root/.profile /root/texmf /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ cat /home/r/script.sh
#!/usr/bin/env bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:yegor256/blog.git' ; export 'pull_id=840' ; export 'fork=git@github.com:yegor256/blog.git' ; export 'fork_branch=renovate/rubocop-1.x-lockfile' ; export 'head_branch=master' ; export 'pull_title=Update dependency rubocop to v1.81.6' ; export 'author=yegor256' ; bundle lock --no-color ; bundle install --no-color ; LC_ALL=en_US.UTF-8 bundle exec rake ;
+ su --login r --command /home/r/script.sh
Writing lockfile to /home/r/repo/Gemfile.lock
Bundler 2.6.9 is running, but your lockfile was generated with 2.5.16. Installing Bundler 2.5.16 and restarting using that version.
Fetching gem metadata from https://rubygems.org/.
Fetching bundler 2.5.16
Installing bundler 2.5.16
Fetching gem metadata from https://rubygems.org/.........
Fetching rake 13.3.0
Installing rake 13.3.0
Fetching Ascii85 2.0.1
Installing Ascii85 2.0.1
Fetching afm 1.0.0
Installing afm 1.0.0
Fetching ast 2.4.3
Installing ast 2.4.3
Fetching fiber-annotation 0.2.0
Installing fiber-annotation 0.2.0
Fetching fiber-storage 1.0.1
Installing fiber-storage 1.0.1
Fetching fiber-local 1.1.0
Installing fiber-local 1.1.0
Fetching json 2.15.1
Installing json 2.15.1 with native extensions
Fetching console 1.34.0
Installing console 1.34.0
Fetching io-event 1.14.0
Installing io-event 1.14.0 with native extensions
Fetching metrics 0.15.0
Installing metrics 0.15.0
Fetching traces 0.18.2
Installing traces 0.18.2
Fetching async 2.33.0
Installing async 2.33.0
Fetching base64 0.3.0
Installing base64 0.3.0
Fetching bigdecimal 3.2.3
Installing bigdecimal 3.2.3 with native extensions
Fetching csv 3.3.5
Installing csv 3.3.5
Fetching date 3.4.1
Installing date 3.4.1 with native extensions
Fetching ethon 0.17.0
Installing ethon 0.17.0
Fetching event_stream_parser 1.0.0
Installing event_stream_parser 1.0.0
Fetching uri 1.0.3
Installing uri 1.0.3
Fetching net-http 0.6.0
Installing net-http 0.6.0
Fetching faraday-net_http 3.4.1
Installing faraday-net_http 3.4.1
Fetching logger 1.7.0
Installing logger 1.7.0
Fetching faraday 2.14.0
Installing faraday 2.14.0
Fetching multipart-post 2.4.1
Installing multipart-post 2.4.1
Fetching faraday-multipart 1.1.1
Installing faraday-multipart 1.1.1
Fetching fastimage 2.4.0
Installing fastimage 2.4.0
Fetching google-protobuf 4.32.1 (x86_64-linux-gnu)
Installing google-protobuf 4.32.1 (x86_64-linux-gnu)
Fetching hashery 2.1.2
Installing hashery 2.1.2
Fetching nokogiri 1.18.10 (x86_64-linux-gnu)
Installing nokogiri 1.18.10 (x86_64-linux-gnu)
Fetching ruby-rc4 0.1.5
Installing ruby-rc4 0.1.5
Fetching ttfunk 1.8.0
Installing ttfunk 1.8.0
Fetching pdf-reader 2.15.0
Installing pdf-reader 2.15.0
Fetching typhoeus 1.4.1
Installing typhoeus 1.4.1
Fetching yell 2.2.2
Installing yell 2.2.2
Fetching zeitwerk 2.7.3
Installing zeitwerk 2.7.3
Fetching html-proofer 5.0.10
Installing html-proofer 5.0.10
Fetching humanize 3.1.0
Installing humanize 3.1.0
Fetching iri 0.11.2
Installing iri 0.11.2
Fetching iso-639 0.3.8
Installing iso-639 0.3.8
Fetching rexml 3.4.4
Installing rexml 3.4.4
Fetching jekyll-bits 0.15
Installing jekyll-bits 0.15
Fetching redcarpet 3.6.1
Installing redcarpet 3.6.1 with native extensions
Fetching ruby-openai 8.3.0
Installing ruby-openai 8.3.0
Fetching tiktoken_ruby 0.0.12 (x86_64-linux)
Installing tiktoken_ruby 0.0.12 (x86_64-linux)
Fetching jekyll-chatgpt-translate 0.1.0
Installing jekyll-chatgpt-translate 0.1.0
Fetching jekyll-feed 0.17.0
Installing jekyll-feed 0.17.0
Fetching sawyer 0.9.2
Installing sawyer 0.9.2
Fetching octokit 4.25.1
Installing octokit 4.25.1
Fetching jekyll-gist 1.5.0
Installing jekyll-gist 1.5.0
Fetching jekyll-git-hash 0.1.1
Installing jekyll-git-hash 0.1.1
Fetching jekyll-paginate 1.1.0
Installing jekyll-paginate 1.1.0
Fetching jekyll-plantuml 1.4.2
Installing jekyll-plantuml 1.4.2
Fetching jekyll-redirect-from 0.16.0
Installing jekyll-redirect-from 0.16.0
Fetching sass-listen 4.0.0
Installing sass-listen 4.0.0
Fetching sass 3.7.4
Installing sass 3.7.4
Fetching jekyll-sass 1.1.0
Installing jekyll-sass 1.1.0
Fetching jekyll-shorts 0.0.10
Installing jekyll-shorts 0.0.10
Fetching jekyll-sitemap 1.4.0
Installing jekyll-sitemap 1.4.0
Fetching trollop 2.9.10
Installing trollop 2.9.10
Fetching jgd 1.14.0
Installing jgd 1.14.0
Fetching language_server-protocol 3.17.0.5
Installing language_server-protocol 3.17.0.5
Fetching lint_roller 1.1.0
Installing lint_roller 1.1.0
Fetching mini_mime 1.1.5
Installing mini_mime 1.1.5
Fetching timeout 0.4.3
Installing timeout 0.4.3
Fetching net-protocol 0.2.2
Installing net-protocol 0.2.2
Fetching net-imap 0.5.12
Installing net-imap 0.5.12
Fetching mail 2.9.0
Installing mail 2.9.0
Fetching nuggets 1.6.1
Installing nuggets 1.6.1
Fetching parallel 1.27.0
Installing parallel 1.27.0
Fetching parser 3.3.9.0
Installing parser 3.3.9.0
Fetching prism 1.5.2
Installing prism 1.5.2 with native extensions
Fetching pygments.rb 4.0.0
Installing pygments.rb 4.0.0
Fetching regexp_parser 2.11.3
Installing regexp_parser 2.11.3
Fetching rubocop-ast 1.47.1
Installing rubocop-ast 1.47.1
Fetching ruby-progressbar 1.13.0
Installing ruby-progressbar 1.13.0
Fetching rubocop 1.81.6
Installing rubocop 1.81.6
Fetching rubocop-minitest 0.38.2
Installing rubocop-minitest 0.38.2
Fetching rubocop-performance 1.26.1
Installing rubocop-performance 1.26.1
Fetching rubocop-rake 0.7.1
Installing rubocop-rake 0.7.1
Fetching scss_lint 0.60.0
Installing scss_lint 0.60.0
Fetching uuidtools 3.0.0
Installing uuidtools 3.0.0
Fetching w3c_validators 1.3.7
Installing w3c_validators 1.3.7
Bundle complete! 35 Gemfile dependencies, 116 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Post-install message from sass:
Ruby Sass has reached end-of-life and should no longer be used.
* If you use Sass as a command-line tool, we recommend using Dart Sass, the new
primary implementation: https://sass-lang.com/install
* If you use Sass as a plug-in for a Ruby web framework, we recommend using the
sassc gem: https://github.com/sass/sassc-ruby#readme
* For more details, please refer to the Sass blog:
https://sass-lang.com/blog/posts/7828841
Post-install message from trollop:
! The 'trollop' gem has been deprecated and has been replaced by 'optimist'.
! See: https://rubygems.org/gems/optimist
! And: https://github.com/ManageIQ/optimist
Post-install message from nuggets:
nuggets-1.6.1 [2022-05-18]:
* Ruby 3.1 compatibility.
1 installed gem you directly depend on is looking for funding.
Run `bundle fund` for details
Building Jekyll site...
Configuration file: /home/r/repo/_config.yml
/usr/local/bundle/gems/jekyll-chatgpt-translate-0.1.0/lib/jekyll-chatgpt-translate/ping.rb:13: warning: already initialized constant OpenSSL::SSL::VERIFY_PEER
Source: /home/r/repo
Destination: /home/r/repo/_site
Incremental build: disabled. Enable with --incremental
Generating...
WARN: No front image in /2010/03/04/pdd.html
WARN: No front image in /2013/12/29/proto.html
WARN: No front image in /2014/04/06/introduction.html
WARN: No front image in /2014/04/06/movies-for-thanasis.html
WARN: No front image in /2014/04/06/phandom.html
WARN: No front image in /2014/04/09/xembly-intro.html
WARN: No front image in /2014/04/11/jcabi-http-intro.html
WARN: No front image in /2014/04/14/jcabi-dynamo-java-api-of-aws-dynamodb.html
WARN: No front image in /2014/04/15/definition-of-done.html
WARN: No front image in /2014/04/15/github-guidelines.html
WARN: No front image in /2014/04/18/jcabi-http-server-mocking.html
WARN: No front image in /2014/04/20/how-hourly-rate-is-calculated.html
WARN: No front image in /2014/04/21/s3-http-basic-auth.html
WARN: No front image in /2014/04/24/java-xml-parsing-and-traversing.html
WARN: No front image in /2014/04/26/incremental-requirements-with-requs.html
WARN: No front image in /2014/04/27/typical-mistakes-in-java-code.html
WARN: No front image in /2014/04/28/xml-xpath-hamcrest-matchers.html
WARN: No front image in /2014/04/29/w3c-java-validators.html
WARN: No front image in /2014/05/01/dynamodb-local-maven-plugin.html
WARN: No front image in /2014/05/05/oop-alternative-to-utility-classes.html
WARN: No front image in /2014/05/13/why-null-is-bad.html
WARN: No front image in /2014/05/14/object-oriented-github-java-sdk.html
WARN: No front image in /2014/05/18/cloud-autoincrement-counters.html
WARN: No front image in /2014/05/21/mysql-maven-plugin.html
WARN: No front image in /2014/05/23/avoid-java-static-logger.html
WARN: No front image in /2014/05/26/amazon-s3-java-oop-adapter.html
WARN: No front image in /2014/06/01/aop-aspectj-java-method-logging.html
WARN: No front image in /2014/06/09/objects-should-be-immutable.html
WARN: No front image in /2014/06/19/avoid-string-concatenation.html
WARN: No front image in /2014/06/20/limit-method-execution-time.html
WARN: No front image in /2014/06/21/casperjs-with-maven.html
WARN: No front image in /2014/06/24/jekyll-github-deploy.html
WARN: No front image in /2014/06/25/xml-and-xslt-in-browser.html
WARN: No front image in /2014/06/26/sass-in-java-webapp.html
WARN: No front image in /2014/06/29/custom-lexer-in-jekyll.html
WARN: No front image in /2014/07/03/how-to-read-manifest-mf.html
WARN: No front image in /2014/07/20/liquibase-in-maven.html
WARN: No front image in /2014/07/21/read-only-master-branch.html
WARN: No front image in /2014/07/24/rultor-automated-merging.html
WARN: No front image in /2014/07/29/docker-in-rultor.html
WARN: No front image in /2014/07/31/travis-and-rultor.html
WARN: No front image in /2014/08/03/cacheable-java-annotation.html
WARN: No front image in /2014/08/15/retry-java-method-on-exception.html
WARN: No front image in /2014/08/18/fluent-jdbc-decorator.html
WARN: No front image in /2014/08/19/how-to-release-to-maven-central.html
WARN: No front image in /2014/08/22/art-of-software-testing.html
WARN: No front image in /2014/08/25/deploy-to-cloudbees.html
WARN: No front image in /2014/08/26/publish-to-rubygems.html
WARN: No front image in /2014/08/29/docker-non-root.html
WARN: No front image in /2014/09/02/java-ssh-client.html
WARN: No front image in /2014/09/10/anti-patterns-in-oop.html
WARN: No front image in /2014/09/13/deploying-to-heroku.html
WARN: No front image in /2014/09/22/remote-programming-interview.html
WARN: No front image in /2014/09/23/built-in-fake-objects.html
WARN: No front image in /2014/09/24/why-monetary-awards-dont-work.html
WARN: No front image in /2014/10/03/di-containers-are-evil.html
WARN: No front image in /2014/10/05/ten-hosted-continuous-integration-services.html
WARN: No front image in /2014/10/06/software-project-lifecycle.html
WARN: No front image in /2014/10/08/continuous-integration-is-dead.html
WARN: No front image in /2014/10/21/incremental-billing.html
WARN: No front image in /2014/10/23/paired-brackets-notation.html
WARN: No front image in /2014/10/26/hacker-vs-programmer-mentality.html
WARN: No front image in /2014/11/03/empty-line-code-smell.html
WARN: No front image in /2014/11/07/how-immutability-helps.html
WARN: No front image in /2014/11/14/hits-of-code.html
WARN: No front image in /2014/11/20/seven-virtues-of-good-object.html
WARN: No front image in /2015/01/10/windows-appveyor-maven.html
WARN: No front image in /2015/01/21/if-then-throw-else.html
WARN: No front image in /2015/02/02/xsl-transformations-in-java.html
WARN: No front image in /2015/02/05/jcabi-parent-maven-pom.html
WARN: No front image in /2015/03/26/jaxb-vs-xembly.html
WARN: No front image in /2015/03/29/rultor-with-appveyor.html
WARN: No front image in /2015/04/13/tacit-css-framework-for-dummies.html
WARN: No front image in /2015/04/22/favorite-software-books.html
WARN: No front image in /2015/04/30/iterating-adapter.html
WARN: No front image in /2015/05/18/cookie-based-authentication.html
WARN: No front image in /2015/06/08/deadly-sins-software-project.html
WARN: No front image in /2015/06/11/wikipedia-bug-definition.html
WARN: No front image in /2015/06/25/xml-data-xsl-views-takes-framework.html
WARN: No front image in /2015/08/18/multiple-return-statements-in-oop.html
WARN: No front image in /2015/09/07/maven-repository-amazon-s3.html
WARN: No front image in /2015/11/03/chatbot-better-than-ui-for-microservice.html
WARN: No front image in /2016/03/15/wring-dispatcher-github-notifications.html
WARN: No front image in /2016/03/30/jare-instant-free-cdn.html
WARN: No front image in /2016/11/18/software-conferences-to-attend.html
WARN: No front image in /2017/06/13/dynamodb-rack-maven.html
WARN: No front image in /2017/06/22/object-oriented-input-output-in-cactoos.html
WARN: No front image in /2017/06/27/my-environment.html
WARN: No front image in /2017/07/25/my-favorite-websites.html
WARN: No front image in /2017/09/05/rehttp-http-repeater.html
WARN: No front image in /2018/08/27/penalty-for-refusal.html
WARN: No front image in /2018/09/07/what-is-speed.html
WARN: No front image in /2018/10/01/remote-work.html
WARN: No front image in /2018/10/30/mailanes.html
WARN: No front image in /2018/11/06/ruby-threads.html
WARN: No front image in /2018/11/23/freelance-vs-outsourcing.html
WARN: No front image in /2019/02/03/cloudrepo.html
WARN: No front image in /2019/02/05/zache.html
WARN: No front image in /2019/03/12/how-to-move-faster.html
WARN: No front image in /2019/03/26/sales-kit.html
WARN: No front image in /2019/03/28/cost-of-zerocrat.html
WARN: No front image in /2019/03/29/concerns.html
WARN: No front image in /2019/03/30/survival-guide.html
WARN: No front image in /2019/04/17/nutch-from-java.html
WARN: No front image in /2019/06/26/syncem.html
WARN: No front image in /2023/09/05/style-checker-for-bibtex-files.html
File /home/r/repo/uml/d892698103dc5669949527a8754c5f26.svg created (3404 bytes)
File /home/r/repo/uml/52d3d016f2264bbf660a23d5bbe84203.svg created (8673 bytes)
File /home/r/repo/uml/19b92d0465e2e819ffcf88cf46c6e333.svg created (3956 bytes)
File /home/r/repo/uml/eee0d1bcdb7b9318e937e99e04e39ff7.svg created (3430 bytes)
File /home/r/repo/uml/d103661ebf8494340e260442970bf4af.svg created (4557 bytes)
File /home/r/repo/uml/b5d40b6498ca48f6d2efc8671dd6d1e6.svg created (4456 bytes)
File /home/r/repo/uml/aecf8b3862f82e6d5d8d27e948d45c83.svg created (5497 bytes)
File /home/r/repo/uml/653125b6c32d12b7325dba52054c09ca.svg created (3490 bytes)
File /home/r/repo/uml/cad4de541e1ab10d3d9d751c661fe63f.svg created (3443 bytes)
33m Build Warning: Layout 'russian' requested in _posts/2016/nov/2016-11-26-yanukovych-v-president.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2016/nov/2016-11-28-saakashvili-speaks-ukrainian.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2016/dec/2016-12-01-what-is-wrong-about-guns.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2016/dec/2016-12-05-who-needs-war.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2016/dec/2016-12-08-lustration-in-ukraine.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2016/dec/2016-12-12-putin-is-power.md does not exist.0m
File /home/r/repo/uml/45d05ab3bd9a93ad88ec209352b62f60.svg created (3220 bytes)
33m Build Warning: Layout 'russian' requested in _posts/2016/dec/2016-12-15-onishenko-our-hero.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2016/dec/2016-12-19-are-you-ashamed-of-voting.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2016/dec/2016-12-19-privatbank-nationalization.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2016/dec/2016-12-22-what-causes-terrorism.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2016/dec/2016-12-26-what-would-you-ask-putin.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2016/dec/2016-12-29-who-wants-our-donations.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2016/dec/2016-12-30-tu154-sochi.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2017/jan/2017-01-02-ukraine-budget-2017.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2017/jan/2017-01-05-justice-against-corruption.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2017/jan/2017-01-12-will-i-go-to-war.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2017/jan/2017-01-16-ukrainian-startups.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2017/jan/2017-01-23-consciousness-and-revolution.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2017/jan/2017-01-30-lifetime-imprisonment-for-separatism.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2017/feb/2017-02-06-how-to-eliminate-corruption.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2017/feb/2017-02-20-nationalism-of-the-future.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2017/mar/2017-03-02-history-of-separatism.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2017/apr/2017-04-18-dnepr-corruption-item.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2017/apr/2017-04-24-slaves-of-the-law.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2017/may/2017-05-15-loyalty.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2017/jun/2017-06-29-activists.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2017/jul/2017-07-27-sabotage-failed.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2017/oct/2017-10-24-motherland.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2017/oct/2017-10-30-ukrainian-language.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2017/nov/2017-11-08-crimea.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2017/nov/2017-11-22-opposition.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2018/jan/2018-01-03-fake-opposition.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2018/jan/2018-01-10-dalles-plan.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2018/mar/2018-03-17-putin-election.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2018/mar/2018-03-25-why-gas.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2018/oct/2018-10-07-history-simplification.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2019/jan/2019-01-13-country-as-a-service.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2019/jan/2019-01-20-drugs.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2019/jan/2019-01-28-the-wall.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2019/feb/2019-02-16-calibrated-democracy.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2019/feb/2019-02-21-jews-vs-french.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2019/mar/2019-03-17-terrorism-and-power.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2019/apr/2019-04-28-formula-of-happiness.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2019/jul/2019-07-07-strong-opinions.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2019/jul/2019-07-31-moscow-protests.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2019/sep/2019-09-15-revolution-bottom-up.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2019/sep/2019-09-28-what-is-the-point.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2019/dec/2019-12-31-testosterone.md does not exist.0m
File /home/r/repo/uml/b9cc42a8e5ed92f94f4362cfd328fb0d.svg created (13454 bytes)
File /home/r/repo/uml/930f06f36724929287c1ee82fd95c77b.svg created (8538 bytes)
File /home/r/repo/uml/c415b43f6d14c18e66db32e9d5d6e8b2.svg created (17871 bytes)
33m Build Warning: Layout 'russian' requested in _posts/2020/mar/2020-03-29-coronavirus.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2020/may/2020-05-02-first-world-hysteria.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2020/jun/2020-06-12-protesters.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2020/jul/2020-07-05-silence-doesnt-cure.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2020/nov/2020-11-21-svoboda-and-conflicts.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2023/aug/2023-08-13-dictators.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2023/aug/2023-08-27-immigration-by-war.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2023/sep/2023-09-17-turbulence.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2023/oct/2023-10-01-individualism-vs-collectivism.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2024/jan/2024-01-03-not-able-to-speak.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2024/apr/2024-04-02-kulikovo-pole.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2024/may/2024-05-27-freedom-of-speech-vs-intelligence.md does not exist.0m
33m Build Warning: Layout 'russian' requested in _posts/2024/sep/2024-09-21-interpreters-of-chaos.md does not exist.0m
481 AMP pages generated in 28.33s
places.txt generated
tags.txt generated
stats.svg generated
Jekyll Feed: Generating feed for posts
jekyll-shorts 0.0.10: 481 link(s) generated in 0.01s
jekyll-chatgpt-translate 0.1.0 starting...
OPENAI_API_KEY environment variable is not set, the `api_key_file` option is not specified in the _config.yml, and we are in development mode, that's why no actual translation will happen, but .md pages will be generated
No need to translate, the page exists at "/zh/2015/10/01/vertical-horizontal-decorating.html" (362 words)
No need to translate, the page exists at "/ru/2015/10/01/vertical-horizontal-decorating.html" (539 words)
No need to translate, the page exists at "/zh/2017/10/24/award-2018.html" (840 words)
No need to translate, the page exists at "/ru/2017/10/24/award-2018.html" (1425 words)
No need to translate, the page exists at "/zh/2014/04/28/xml-xpath-hamcrest-matchers.html" (416 words)
No need to translate, the page exists at "/ru/2014/04/28/xml-xpath-hamcrest-matchers.html" (620 words)
No need to translate, the page exists at "/en/2017/06/29/activists.html" (1212 words)
No need to translate, the page exists at "/zh/2017/06/29/activists.html" (440 words)
No need to translate, the page exists at "/zh/2021/06/01/tips-for-recruiters.html" (352 words)
No need to translate, the page exists at "/ru/2021/06/01/tips-for-recruiters.html" (1785 words)
No need to translate, the page exists at "/zh/2021/04/14/how-we-organized-iccq.html" (443 words)
No need to translate, the page exists at "/ru/2021/04/14/how-we-organized-iccq.html" (1723 words)
No need to translate, the page exists at "/zh/2014/09/23/built-in-fake-objects.html" (418 words)
No need to translate, the page exists at "/ru/2014/09/23/built-in-fake-objects.html" (859 words)
No need to translate, the page exists at "/zh/2018/09/30/award-2019.html" (581 words)
No need to translate, the page exists at "/ru/2018/09/30/award-2019.html" (920 words)
No need to translate, the page exists at "/zh/2024/07/07/checking-object-existence.html" (552 words)
No need to translate, the page exists at "/ru/2024/07/07/checking-object-existence.html" (1035 words)
No need to translate, the page exists at "/zh/2015/09/07/maven-repository-amazon-s3.html" (424 words)
No need to translate, the page exists at "/ru/2015/09/07/maven-repository-amazon-s3.html" (745 words)
No need to translate, the page exists at "/en/2019/02/21/jews-vs-french.html" (1211 words)
No need to translate, the page exists at "/zh/2019/02/21/jews-vs-french.html" (458 words)
No need to translate, the page exists at "/zh/2018/03/06/speed-vs-quality.html" (372 words)
No need to translate, the page exists at "/ru/2018/03/06/speed-vs-quality.html" (934 words)
No need to translate, the page exists at "/zh/2017/05/10/inversion-of-control.html" (387 words)
No need to translate, the page exists at "/ru/2017/05/10/inversion-of-control.html" (594 words)
No need to translate, the page exists at "/zh/2015/03/29/rultor-with-appveyor.html" (442 words)
No need to translate, the page exists at "/ru/2015/03/29/rultor-with-appveyor.html" (668 words)
No need to translate, the page exists at "/zh/2014/10/05/ten-hosted-continuous-integration-services.html" (629 words)
No need to translate, the page exists at "/ru/2014/10/05/ten-hosted-continuous-integration-services.html" (1463 words)
No need to translate, the page exists at "/zh/2022/09/08/smaller-try-blocks.html" (363 words)
No need to translate, the page exists at "/ru/2022/09/08/smaller-try-blocks.html" (525 words)
No need to translate, the page exists at "/zh/2015/05/04/how-to-protect-business-idea.html" (355 words)
No need to translate, the page exists at "/ru/2015/05/04/how-to-protect-business-idea.html" (1659 words)
No need to translate, the page exists at "/en/2018/01/03/fake-opposition.html" (952 words)
No need to translate, the page exists at "/zh/2018/01/03/fake-opposition.html" (424 words)
No need to translate, the page exists at "/zh/2015/01/26/happy-boss-false-objective.html" (359 words)
No need to translate, the page exists at "/ru/2015/01/26/happy-boss-false-objective.html" (1211 words)
No need to translate, the page exists at "/zh/2015/04/02/class-casting-is-anti-pattern.html" (449 words)
No need to translate, the page exists at "/ru/2015/04/02/class-casting-is-anti-pattern.html" (929 words)
No need to translate, the page exists at "/en/2024/09/21/interpreters-of-chaos.html" (1222 words)
No need to translate, the page exists at "/zh/2024/09/21/interpreters-of-chaos.html" (455 words)
No need to translate, the page exists at "/zh/2017/12/12/alan-kay-was-wrong.html" (352 words)
No need to translate, the page exists at "/ru/2017/12/12/alan-kay-was-wrong.html" (695 words)
No need to translate, the page exists at "/zh/2014/06/25/xml-and-xslt-in-browser.html" (400 words)
No need to translate, the page exists at "/ru/2014/06/25/xml-and-xslt-in-browser.html" (1153 words)
No need to translate, the page exists at "/en/2017/02/20/nationalism-of-the-future.html" (1463 words)
No need to translate, the page exists at "/zh/2017/02/20/nationalism-of-the-future.html" (449 words)
No need to translate, the page exists at "/zh/2015/03/09/objects-end-with-er.html" (400 words)
No need to translate, the page exists at "/ru/2015/03/09/objects-end-with-er.html" (912 words)
No need to translate, the page exists at "/zh/2019/12/24/altruism-kills.html" (348 words)
No need to translate, the page exists at "/ru/2019/12/24/altruism-kills.html" (1102 words)
No need to translate, the page exists at "/zh/2018/04/24/right-way-to-report-bugs.html" (361 words)
No need to translate, the page exists at "/ru/2018/04/24/right-way-to-report-bugs.html" (853 words)
No need to translate, the page exists at "/zh/2014/04/06/introduction.html" (343 words)
No need to translate, the page exists at "/ru/2014/04/06/introduction.html" (433 words)
No need to translate, the page exists at "/en/2017/01/12/will-i-go-to-war.html" (782 words)
No need to translate, the page exists at "/zh/2017/01/12/will-i-go-to-war.html" (444 words)
No need to translate, the page exists at "/zh/2019/05/21/dont-improvise.html" (374 words)
No need to translate, the page exists at "/ru/2019/05/21/dont-improvise.html" (1188 words)
No need to translate, the page exists at "/zh/2014/12/15/how-much-your-objects-encapsulate.html" (374 words)
No need to translate, the page exists at "/ru/2014/12/15/how-much-your-objects-encapsulate.html" (744 words)
No need to translate, the page exists at "/zh/2016/07/18/law-of-demeter.html" (382 words)
No need to translate, the page exists at "/ru/2016/07/18/law-of-demeter.html" (752 words)
No need to translate, the page exists at "/zh/2014/09/10/anti-patterns-in-oop.html" (356 words)
No need to translate, the page exists at "/ru/2014/09/10/anti-patterns-in-oop.html" (384 words)
No need to translate, the page exists at "/en/2016/12/01/what-is-wrong-about-guns.html" (1057 words)
No need to translate, the page exists at "/zh/2016/12/01/what-is-wrong-about-guns.html" (444 words)
No need to translate, the page exists at "/zh/2016/05/10/keynote-clowns.html" (342 words)
No need to translate, the page exists at "/ru/2016/05/10/keynote-clowns.html" (893 words)
No need to translate, the page exists at "/zh/2014/08/29/docker-non-root.html" (409 words)
No need to translate, the page exists at "/ru/2014/08/29/docker-non-root.html" (493 words)
No need to translate, the page exists at "/en/2017/01/05/justice-against-corruption.html" (884 words)
No need to translate, the page exists at "/zh/2017/01/05/justice-against-corruption.html" (438 words)
No need to translate, the page exists at "/zh/2024/06/09/patent-claim.html" (530 words)
No need to translate, the page exists at "/ru/2024/06/09/patent-claim.html" (1614 words)
No need to translate, the page exists at "/zh/2016/07/10/software-project-roles.html" (396 words)
No need to translate, the page exists at "/ru/2016/07/10/software-project-roles.html" (623 words)
No need to translate, the page exists at "/zh/2019/10/29/sql-as-a-service.html" (387 words)
No need to translate, the page exists at "/ru/2019/10/29/sql-as-a-service.html" (926 words)
No need to translate, the page exists at "/en/2018/03/25/why-gas.html" (921 words)
No need to translate, the page exists at "/zh/2018/03/25/why-gas.html" (467 words)
No need to translate, the page exists at "/zh/2019/01/01/hazardous-enthusiasm.html" (346 words)
No need to translate, the page exists at "/ru/2019/01/01/hazardous-enthusiasm.html" (888 words)
No need to translate, the page exists at "/zh/2017/08/01/how-to-manage-a-manager.html" (356 words)
No need to translate, the page exists at "/ru/2017/08/01/how-to-manage-a-manager.html" (1250 words)
No need to translate, the page exists at "/zh/2015/10/06/how-to-be-good-office-slave.html" (353 words)
No need to translate, the page exists at "/ru/2015/10/06/how-to-be-good-office-slave.html" (1693 words)
No need to translate, the page exists at "/en/2017/05/15/loyalty.html" (734 words)
No need to translate, the page exists at "/zh/2017/05/15/loyalty.html" (439 words)
No need to translate, the page exists at "/zh/2017/02/21/say-no-to-google-recruiters.html" (383 words)
No need to translate, the page exists at "/ru/2017/02/21/say-no-to-google-recruiters.html" (996 words)
No need to translate, the page exists at "/zh/2018/09/07/what-is-speed.html" (493 words)
No need to translate, the page exists at "/ru/2018/09/07/what-is-speed.html" (1085 words)
No need to translate, the page exists at "/zh/2022/02/16/ai-coding.html" (352 words)
No need to translate, the page exists at "/ru/2022/02/16/ai-coding.html" (1017 words)
No need to translate, the page exists at "/zh/2018/02/06/where-to-find-more-bugs.html" (359 words)
No need to translate, the page exists at "/ru/2018/02/06/where-to-find-more-bugs.html" (692 words)
No need to translate, the page exists at "/zh/2017/12/05/data-access-object.html" (403 words)
No need to translate, the page exists at "/ru/2017/12/05/data-access-object.html" (753 words)
No need to translate, the page exists at "/zh/2015/12/08/temporal-coupling-between-method-calls.html" (421 words)
No need to translate, the page exists at "/ru/2015/12/08/temporal-coupling-between-method-calls.html" (811 words)
No need to translate, the page exists at "/zh/2015/07/16/fools-dont-write-unit-tests.html" (359 words)
No need to translate, the page exists at "/ru/2015/07/16/fools-dont-write-unit-tests.html" (837 words)
No need to translate, the page exists at "/zh/2014/09/02/java-ssh-client.html" (584 words)
No need to translate, the page exists at "/ru/2014/09/02/java-ssh-client.html" (677 words)
No need to translate, the page exists at "/zh/2019/07/30/joy-of-programming.html" (369 words)
No need to translate, the page exists at "/ru/2019/07/30/joy-of-programming.html" (1390 words)
No need to translate, the page exists at "/zh/2014/08/13/strict-code-quality-control.html" (381 words)
No need to translate, the page exists at "/ru/2014/08/13/strict-code-quality-control.html" (1151 words)
No need to translate, the page exists at "/zh/2014/11/24/principles-of-bug-tracking.html" (376 words)
No need to translate, the page exists at "/ru/2014/11/24/principles-of-bug-tracking.html" (1784 words)
No need to translate, the page exists at "/zh/2015/02/26/composable-decorators.html" (418 words)
No need to translate, the page exists at "/ru/2015/02/26/composable-decorators.html" (856 words)
No need to translate, the page exists at "/zh/2015/11/16/json-vs-xml.html" (400 words)
No need to translate, the page exists at "/ru/2015/11/16/json-vs-xml.html" (1112 words)
No need to translate, the page exists at "/zh/2015/02/20/utility-classes-vs-functional-programming.html" (417 words)
No need to translate, the page exists at "/ru/2015/02/20/utility-classes-vs-functional-programming.html" (1502 words)
No need to translate, the page exists at "/zh/2023/01/19/layout-of-tests.html" (452 words)
No need to translate, the page exists at "/ru/2023/01/19/layout-of-tests.html" (1832 words)
No need to translate, the page exists at "/zh/2018/11/23/freelance-vs-outsourcing.html" (496 words)
No need to translate, the page exists at "/ru/2018/11/23/freelance-vs-outsourcing.html" (799 words)
No need to translate, the page exists at "/en/2019/01/28/the-wall.html" (1055 words)
No need to translate, the page exists at "/zh/2019/01/28/the-wall.html" (445 words)
No need to translate, the page exists at "/zh/2014/09/24/why-monetary-awards-dont-work.html" (359 words)
No need to translate, the page exists at "/ru/2014/09/24/why-monetary-awards-dont-work.html" (1007 words)
No need to translate, the page exists at "/en/2016/12/05/who-needs-war.html" (1042 words)
No need to translate, the page exists at "/zh/2016/12/05/who-needs-war.html" (447 words)
No need to translate, the page exists at "/zh/2014/12/04/synchronization-between-nodes.html" (348 words)
No need to translate, the page exists at "/ru/2014/12/04/synchronization-between-nodes.html" (815 words)
No need to translate, the page exists at "/zh/2014/04/18/jcabi-http-server-mocking.html" (434 words)
No need to translate, the page exists at "/ru/2014/04/18/jcabi-http-server-mocking.html" (875 words)
No need to translate, the page exists at "/zh/2018/10/16/dont-make-me-guess.html" (361 words)
No need to translate, the page exists at "/ru/2018/10/16/dont-make-me-guess.html" (919 words)
No need to translate, the page exists at "/zh/2024/12/15/open-source-beginner-advice.html" (513 words)
No need to translate, the page exists at "/ru/2024/12/15/open-source-beginner-advice.html" (1359 words)
No need to translate, the page exists at "/zh/2024/06/23/medals-to-win.html" (530 words)
No need to translate, the page exists at "/ru/2024/06/23/medals-to-win.html" (933 words)
No need to translate, the page exists at "/zh/2015/05/07/ctors-must-be-code-free.html" (386 words)
No need to translate, the page exists at "/ru/2015/05/07/ctors-must-be-code-free.html" (907 words)
No need to translate, the page exists at "/zh/2015/01/05/how-to-be-honest-and-keep-customer.html" (376 words)
No need to translate, the page exists at "/ru/2015/01/05/how-to-be-honest-and-keep-customer.html" (1880 words)
No need to translate, the page exists at "/zh/2015/06/02/how-to-estimate-software-cost.html" (352 words)
No need to translate, the page exists at "/ru/2015/06/02/how-to-estimate-software-cost.html" (1216 words)
No need to translate, the page exists at "/en/2016/12/26/what-would-you-ask-putin.html" (1112 words)
No need to translate, the page exists at "/zh/2016/12/26/what-would-you-ask-putin.html" (486 words)
No need to translate, the page exists at "/zh/2019/01/15/what-if-architect-is-wrong.html" (365 words)
No need to translate, the page exists at "/ru/2019/01/15/what-if-architect-is-wrong.html" (1091 words)
No need to translate, the page exists at "/zh/2015/03/02/team-morale-myths-and-reality.html" (346 words)
No need to translate, the page exists at "/ru/2015/03/02/team-morale-myths-and-reality.html" (1046 words)
No need to translate, the page exists at "/zh/2020/11/10/typing-without-types.html" (417 words)
No need to translate, the page exists at "/ru/2020/11/10/typing-without-types.html" (811 words)
No need to translate, the page exists at "/zh/2015/04/22/favorite-software-books.html" (428 words)
No need to translate, the page exists at "/ru/2015/04/22/favorite-software-books.html" (1072 words)
No need to translate, the page exists at "/zh/2014/12/18/independent-technical-reviews.html" (349 words)
No need to translate, the page exists at "/ru/2014/12/18/independent-technical-reviews.html" (1199 words)
No need to translate, the page exists at "/zh/2018/06/19/glogin.html" (394 words)
No need to translate, the page exists at "/ru/2018/06/19/glogin.html" (625 words)
No need to translate, the page exists at "/zh/2014/04/26/incremental-requirements-with-requs.html" (375 words)
No need to translate, the page exists at "/ru/2014/04/26/incremental-requirements-with-requs.html" (1226 words)
No need to translate, the page exists at "/zh/2025/05/18/bug-reports-as-contracts.html" (563 words)
No need to translate, the page exists at "/ru/2025/05/18/bug-reports-as-contracts.html" (960 words)
No need to translate, the page exists at "/zh/2017/05/23/unlimited-number-of-bugs.html" (372 words)
No need to translate, the page exists at "/ru/2017/05/23/unlimited-number-of-bugs.html" (721 words)
No need to translate, the page exists at "/zh/2014/07/21/read-only-master-branch.html" (389 words)
No need to translate, the page exists at "/ru/2014/07/21/read-only-master-branch.html" (1292 words)
No need to translate, the page exists at "/zh/2014/10/03/di-containers-are-evil.html" (409 words)
No need to translate, the page exists at "/ru/2014/10/03/di-containers-are-evil.html" (941 words)
No need to translate, the page exists at "/zh/2015/06/29/simple-diagrams.html" (383 words)
No need to translate, the page exists at "/ru/2015/06/29/simple-diagrams.html" (1152 words)
No need to translate, the page exists at "/zh/2016/02/18/holacracy-autocracy.html" (347 words)
No need to translate, the page exists at "/ru/2016/02/18/holacracy-autocracy.html" (828 words)
No need to translate, the page exists at "/zh/2025/08/17/type-annotations.html" (646 words)
No need to translate, the page exists at "/ru/2025/08/17/type-annotations.html" (1436 words)
No need to translate, the page exists at "/zh/2014/05/13/why-null-is-bad.html" (508 words)
No need to translate, the page exists at "/ru/2014/05/13/why-null-is-bad.html" (1338 words)
No need to translate, the page exists at "/zh/2017/04/05/pdd-in-action.html" (361 words)
No need to translate, the page exists at "/ru/2017/04/05/pdd-in-action.html" (664 words)
No need to translate, the page exists at "/zh/2016/03/08/pimp-up-your-resume.html" (370 words)
No need to translate, the page exists at "/ru/2016/03/08/pimp-up-your-resume.html" (2615 words)
No need to translate, the page exists at "/zh/2020/12/01/abstract-objects.html" (432 words)
No need to translate, the page exists at "/ru/2020/12/01/abstract-objects.html" (788 words)
No need to translate, the page exists at "/zh/2014/11/03/empty-line-code-smell.html" (372 words)
No need to translate, the page exists at "/ru/2014/11/03/empty-line-code-smell.html" (710 words)
No need to translate, the page exists at "/zh/2015/06/08/deadly-sins-software-project.html" (372 words)
No need to translate, the page exists at "/ru/2015/06/08/deadly-sins-software-project.html" (1679 words)
No need to translate, the page exists at "/zh/2018/10/30/mailanes.html" (392 words)
No need to translate, the page exists at "/ru/2018/10/30/mailanes.html" (888 words)
No need to translate, the page exists at "/zh/2015/10/20/interrupted-exception.html" (443 words)
No need to translate, the page exists at "/ru/2015/10/20/interrupted-exception.html" (1174 words)
No need to translate, the page exists at "/zh/2023/12/26/defend-me-against-chatgpt.html" (364 words)
No need to translate, the page exists at "/ru/2023/12/26/defend-me-against-chatgpt.html" (858 words)
No need to translate, the page exists at "/zh/2017/09/26/threecopies-server-data-backup.html" (357 words)
No need to translate, the page exists at "/ru/2017/09/26/threecopies-server-data-backup.html" (880 words)
No need to translate, the page exists at "/zh/2017/12/19/srp-is-hoax.html" (379 words)
No need to translate, the page exists at "/ru/2017/12/19/srp-is-hoax.html" (856 words)
No need to translate, the page exists at "/zh/2019/07/02/tdd-misbeliefs.html" (1011 words)
No need to translate, the page exists at "/ru/2019/07/02/tdd-misbeliefs.html" (1146 words)
No need to translate, the page exists at "/zh/2025/05/31/good-bug-title.html" (556 words)
No need to translate, the page exists at "/ru/2025/05/31/good-bug-title.html" (790 words)
No need to translate, the page exists at "/zh/2020/10/27/distance-of-coupling.html" (398 words)
No need to translate, the page exists at "/ru/2020/10/27/distance-of-coupling.html" (1109 words)
No need to translate, the page exists at "/zh/2018/11/20/journalism.html" (360 words)
No need to translate, the page exists at "/ru/2018/11/20/journalism.html" (784 words)
No need to translate, the page exists at "/en/2017/10/30/ukrainian-language.html" (1764 words)
No need to translate, the page exists at "/zh/2017/10/30/ukrainian-language.html" (435 words)
No need to translate, the page exists at "/zh/2018/10/01/remote-work.html" (500 words)
No need to translate, the page exists at "/ru/2018/10/01/remote-work.html" (744 words)
No need to translate, the page exists at "/zh/2017/06/13/dynamodb-rack-maven.html" (545 words)
No need to translate, the page exists at "/ru/2017/06/13/dynamodb-rack-maven.html" (1071 words)
No need to translate, the page exists at "/zh/2014/04/15/definition-of-done.html" (338 words)
No need to translate, the page exists at "/ru/2014/04/15/definition-of-done.html" (575 words)
No need to translate, the page exists at "/zh/2014/04/24/java-xml-parsing-and-traversing.html" (366 words)
No need to translate, the page exists at "/ru/2014/04/24/java-xml-parsing-and-traversing.html" (538 words)
No need to translate, the page exists at "/zh/2016/04/12/java-annotations-are-evil.html" (418 words)
No need to translate, the page exists at "/ru/2016/04/12/java-annotations-are-evil.html" (1155 words)
No need to translate, the page exists at "/zh/2020/07/29/open-source-etiquette.html" (377 words)
No need to translate, the page exists at "/ru/2020/07/29/open-source-etiquette.html" (1024 words)
No need to translate, the page exists at "/zh/2015/07/28/checked-vs-unchecked-exceptions.html" (411 words)
No need to translate, the page exists at "/ru/2015/07/28/checked-vs-unchecked-exceptions.html" (1525 words)
No need to translate, the page exists at "/zh/2015/10/17/award-2016.html" (1058 words)
No need to translate, the page exists at "/ru/2015/10/17/award-2016.html" (1744 words)
No need to translate, the page exists at "/zh/2015/04/30/iterating-adapter.html" (369 words)
No need to translate, the page exists at "/ru/2015/04/30/iterating-adapter.html" (524 words)
No need to translate, the page exists at "/zh/2023/08/08/two-step-initialization.html" (531 words)
No need to translate, the page exists at "/ru/2023/08/08/two-step-initialization.html" (1549 words)
No need to translate, the page exists at "/zh/2023/08/22/fast-vs-deep-testing.html" (374 words)
No need to translate, the page exists at "/ru/2023/08/22/fast-vs-deep-testing.html" (1093 words)
No need to translate, the page exists at "/zh/2025/05/25/bug-driven-development.html" (579 words)
No need to translate, the page exists at "/ru/2025/05/25/bug-driven-development.html" (917 words)
No need to translate, the page exists at "/zh/2014/07/29/docker-in-rultor.html" (398 words)
No need to translate, the page exists at "/ru/2014/07/29/docker-in-rultor.html" (946 words)
No need to translate, the page exists at "/zh/2017/07/18/sexual-harassment.html" (375 words)
No need to translate, the page exists at "/ru/2017/07/18/sexual-harassment.html" (949 words)
No need to translate, the page exists at "/zh/2015/01/21/if-then-throw-else.html" (370 words)
No need to translate, the page exists at "/ru/2015/01/21/if-then-throw-else.html" (563 words)
No need to translate, the page exists at "/zh/2018/04/03/donations-via-zerocracy.html" (358 words)
No need to translate, the page exists at "/ru/2018/04/03/donations-via-zerocracy.html" (737 words)
No need to translate, the page exists at "/en/2019/07/31/moscow-protests.html" (1348 words)
No need to translate, the page exists at "/zh/2019/07/31/moscow-protests.html" (461 words)
No need to translate, the page exists at "/zh/2015/06/11/wikipedia-bug-definition.html" (361 words)
No need to translate, the page exists at "/ru/2015/06/11/wikipedia-bug-definition.html" (715 words)
No need to translate, the page exists at "/zh/2017/08/29/xcop.html" (363 words)
No need to translate, the page exists at "/ru/2017/08/29/xcop.html" (598 words)
No need to translate, the page exists at "/en/2017/07/27/sabotage-failed.html" (833 words)
No need to translate, the page exists at "/zh/2017/07/27/sabotage-failed.html" (432 words)
No need to translate, the page exists at "/en/2023/08/27/immigration-by-war.html" (1026 words)
No need to translate, the page exists at "/zh/2023/08/27/immigration-by-war.html" (447 words)
No need to translate, the page exists at "/zh/2024/04/01/ping-me-please.html" (325 words)
No need to translate, the page exists at "/ru/2024/04/01/ping-me-please.html" (557 words)
No need to translate, the page exists at "/zh/2016/09/07/gradients-of-immutability.html" (440 words)
No need to translate, the page exists at "/ru/2016/09/07/gradients-of-immutability.html" (856 words)
No need to translate, the page exists at "/zh/2014/10/21/incremental-billing.html" (337 words)
No need to translate, the page exists at "/ru/2014/10/21/incremental-billing.html" (1009 words)
No need to translate, the page exists at "/zh/2015/11/10/ten-mistakes-in-specs.html" (386 words)
No need to translate, the page exists at "/ru/2015/11/10/ten-mistakes-in-specs.html" (2325 words)
No need to translate, the page exists at "/zh/2018/09/12/clear-code.html" (364 words)
No need to translate, the page exists at "/ru/2018/09/12/clear-code.html" (756 words)
No need to translate, the page exists at "/zh/2016/12/20/can-objects-be-friends.html" (382 words)
No need to translate, the page exists at "/ru/2016/12/20/can-objects-be-friends.html" (676 words)
No need to translate, the page exists at "/zh/2017/04/25/sixnines.html" (391 words)
No need to translate, the page exists at "/ru/2017/04/25/sixnines.html" (669 words)
No need to translate, the page exists at "/zh/2015/01/15/how-to-cut-corners.html" (381 words)
No need to translate, the page exists at "/ru/2015/01/15/how-to-cut-corners.html" (2148 words)
No need to translate, the page exists at "/zh/2014/12/09/immutable-object-state-and-behavior.html" (496 words)
No need to translate, the page exists at "/ru/2014/12/09/immutable-object-state-and-behavior.html" (1835 words)
No need to translate, the page exists at "/zh/2018/12/18/silicon-valley-criticism.html" (393 words)
No need to translate, the page exists at "/ru/2018/12/18/silicon-valley-criticism.html" (1941 words)
No need to translate, the page exists at "/zh/2014/07/20/liquibase-in-maven.html" (386 words)
No need to translate, the page exists at "/ru/2014/07/20/liquibase-in-maven.html" (715 words)
No need to translate, the page exists at "/zh/2016/03/30/jare-instant-free-cdn.html" (489 words)
No need to translate, the page exists at "/ru/2016/03/30/jare-instant-free-cdn.html" (1559 words)
No need to translate, the page exists at "/zh/2023/08/01/method-overloading.html" (375 words)
No need to translate, the page exists at "/ru/2023/08/01/method-overloading.html" (877 words)
No need to translate, the page exists at "/zh/2017/04/18/no-help-via-email.html" (353 words)
No need to translate, the page exists at "/ru/2017/04/18/no-help-via-email.html" (590 words)
No need to translate, the page exists at "/zh/2015/09/22/micromanagement.html" (350 words)
No need to translate, the page exists at "/ru/2015/09/22/micromanagement.html" (784 words)
No need to translate, the page exists at "/zh/2016/12/13/mvc-vs-oop.html" (357 words)
No need to translate, the page exists at "/ru/2016/12/13/mvc-vs-oop.html" (711 words)
No need to translate, the page exists at "/zh/2017/08/08/raii-in-java.html" (405 words)
No need to translate, the page exists at "/ru/2017/08/08/raii-in-java.html" (819 words)
No need to translate, the page exists at "/zh/2015/04/16/award.html" (2085 words)
No need to translate, the page exists at "/ru/2015/04/16/award.html" (3140 words)
No need to translate, the page exists at "/zh/2022/08/30/dont-group-exception-catchers.html" (398 words)
No need to translate, the page exists at "/ru/2022/08/30/dont-group-exception-catchers.html" (632 words)
No need to translate, the page exists at "/zh/2018/11/27/you-can-do-better.html" (387 words)
No need to translate, the page exists at "/ru/2018/11/27/you-can-do-better.html" (1355 words)
No need to translate, the page exists at "/zh/2018/07/24/bugs-or-pull-requests.html" (393 words)
No need to translate, the page exists at "/ru/2018/07/24/bugs-or-pull-requests.html" (578 words)
No need to translate, the page exists at "/zh/2019/09/27/parsing-and-printing.html" (452 words)
No need to translate, the page exists at "/ru/2019/09/27/parsing-and-printing.html" (1078 words)
No need to translate, the page exists at "/zh/2018/02/27/parsing-objects.html" (383 words)
No need to translate, the page exists at "/ru/2018/02/27/parsing-objects.html" (641 words)
No need to translate, the page exists at "/zh/2018/01/16/educational-aspect-of-static-analysis.html" (374 words)
No need to translate, the page exists at "/ru/2018/01/16/educational-aspect-of-static-analysis.html" (672 words)
No need to translate, the page exists at "/zh/2020/03/03/prefixed-naming.html" (450 words)
No need to translate, the page exists at "/ru/2020/03/03/prefixed-naming.html" (942 words)
No need to translate, the page exists at "/zh/2015/05/21/avoid-software-outsourcing-disaster.html" (359 words)
No need to translate, the page exists at "/ru/2015/05/21/avoid-software-outsourcing-disaster.html" (2082 words)
No need to translate, the page exists at "/zh/2016/11/18/software-conferences-to-attend.html" (371 words)
No need to translate, the page exists at "/ru/2016/11/18/software-conferences-to-attend.html" (430 words)
No need to translate, the page exists at "/zh/2014/04/09/xembly-intro.html" (396 words)
No need to translate, the page exists at "/ru/2014/04/09/xembly-intro.html" (968 words)
No need to translate, the page exists at "/zh/2020/02/19/fat-skinny-design.html" (468 words)
No need to translate, the page exists at "/ru/2020/02/19/fat-skinny-design.html" (1059 words)
No need to translate, the page exists at "/zh/2017/02/07/private-method-is-new-class.html" (405 words)
No need to translate, the page exists at "/ru/2017/02/07/private-method-is-new-class.html" (635 words)
No need to translate, the page exists at "/zh/2017/06/06/gluten-free-management.html" (368 words)
No need to translate, the page exists at "/ru/2017/06/06/gluten-free-management.html" (1092 words)
No need to translate, the page exists at "/zh/2019/01/29/dependency-hell.html" (409 words)
No need to translate, the page exists at "/ru/2019/01/29/dependency-hell.html" (947 words)
No need to translate, the page exists at "/zh/2017/07/11/how-to-redesign-equals.html" (411 words)
No need to translate, the page exists at "/ru/2017/07/11/how-to-redesign-equals.html" (719 words)
No need to translate, the page exists at "/zh/2014/06/20/limit-method-execution-time.html" (366 words)
No need to translate, the page exists at "/ru/2014/06/20/limit-method-execution-time.html" (634 words)
No need to translate, the page exists at "/en/2023/08/13/dictators.html" (1333 words)
No need to translate, the page exists at "/zh/2023/08/13/dictators.html" (445 words)
No need to translate, the page exists at "/zh/2020/10/06/latex-spell-checking.html" (426 words)
No need to translate, the page exists at "/ru/2020/10/06/latex-spell-checking.html" (820 words)
No need to translate, the page exists at "/zh/2014/09/16/getters-and-setters-are-evil.html" (359 words)
No need to translate, the page exists at "/ru/2014/09/16/getters-and-setters-are-evil.html" (1266 words)
No need to translate, the page exists at "/zh/2017/09/05/rehttp-http-repeater.html" (357 words)
No need to translate, the page exists at "/ru/2017/09/05/rehttp-http-repeater.html" (615 words)
No need to translate, the page exists at "/zh/2018/08/27/penalty-for-refusal.html" (482 words)
No need to translate, the page exists at "/ru/2018/08/27/penalty-for-refusal.html" (785 words)
No need to translate, the page exists at "/zh/2018/06/26/are-you-an-architect.html" (385 words)
No need to translate, the page exists at "/ru/2018/06/26/are-you-an-architect.html" (1817 words)
No need to translate, the page exists at "/zh/2019/02/03/cloudrepo.html" (439 words)
No need to translate, the page exists at "/ru/2019/02/03/cloudrepo.html" (979 words)
No need to translate, the page exists at "/zh/2014/12/22/immutable-objects-not-dumb.html" (381 words)
No need to translate, the page exists at "/ru/2014/12/22/immutable-objects-not-dumb.html" (893 words)
No need to translate, the page exists at "/zh/2018/12/11/unit-testing-anti-patterns.html" (428 words)
No need to translate, the page exists at "/ru/2018/12/11/unit-testing-anti-patterns.html" (1185 words)
No need to translate, the page exists at "/zh/2016/06/03/conference-mistakes.html" (356 words)
No need to translate, the page exists at "/ru/2016/06/03/conference-mistakes.html" (1137 words)
No need to translate, the page exists at "/zh/2014/04/14/jcabi-dynamo-java-api-of-aws-dynamodb.html" (394 words)
No need to translate, the page exists at "/ru/2014/04/14/jcabi-dynamo-java-api-of-aws-dynamodb.html" (755 words)
No need to translate, the page exists at "/zh/2018/05/22/default-arguments-against-null.html" (405 words)
No need to translate, the page exists at "/ru/2018/05/22/default-arguments-against-null.html" (573 words)
No need to translate, the page exists at "/zh/2021/12/01/teaching.html" (394 words)
No need to translate, the page exists at "/ru/2021/12/01/teaching.html" (1581 words)
No need to translate, the page exists at "/zh/2014/10/06/software-project-lifecycle.html" (356 words)
No need to translate, the page exists at "/ru/2014/10/06/software-project-lifecycle.html" (1451 words)
No need to translate, the page exists at "/zh/2015/04/13/tacit-css-framework-for-dummies.html" (355 words)
No need to translate, the page exists at "/ru/2015/04/13/tacit-css-framework-for-dummies.html" (662 words)
No need to translate, the page exists at "/zh/2016/01/12/good-programmers-dont-work-for-equity.html" (351 words)
No need to translate, the page exists at "/ru/2016/01/12/good-programmers-dont-work-for-equity.html" (574 words)
No need to translate, the page exists at "/zh/2016/03/01/how-we-interview-programmers.html" (341 words)
No need to translate, the page exists at "/ru/2016/03/01/how-we-interview-programmers.html" (1031 words)
No need to translate, the page exists at "/zh/2015/07/13/meetings-are-legalized-robbery.html" (335 words)
No need to translate, the page exists at "/ru/2015/07/13/meetings-are-legalized-robbery.html" (2130 words)
No need to translate, the page exists at "/en/2019/07/07/strong-opinions.html" (1389 words)
No need to translate, the page exists at "/zh/2019/07/07/strong-opinions.html" (437 words)
No need to translate, the page exists at "/zh/2015/03/22/takes-java-web-framework.html" (691 words)
No need to translate, the page exists at "/ru/2015/03/22/takes-java-web-framework.html" (2366 words)
No need to translate, the page exists at "/zh/2017/10/17/lazy-loading-caching-sticky-cactoos.html" (425 words)
No need to translate, the page exists at "/ru/2017/10/17/lazy-loading-caching-sticky-cactoos.html" (891 words)
No need to translate, the page exists at "/zh/2019/05/07/sibit-bitcoin-command-line-client.html" (413 words)
No need to translate, the page exists at "/ru/2019/05/07/sibit-bitcoin-command-line-client.html" (1335 words)
No need to translate, the page exists at "/zh/2020/10/13/lack-of-problem.html" (353 words)
No need to translate, the page exists at "/ru/2020/10/13/lack-of-problem.html" (788 words)
No need to translate, the page exists at "/en/2016/12/12/putin-is-power.html" (870 words)
No need to translate, the page exists at "/zh/2016/12/12/putin-is-power.html" (431 words)
No need to translate, the page exists at "/zh/2017/11/21/trust-pay-lose.html" (366 words)
No need to translate, the page exists at "/ru/2017/11/21/trust-pay-lose.html" (729 words)
No need to translate, the page exists at "/zh/2020/12/29/metric-for-emotions.html" (351 words)
No need to translate, the page exists at "/ru/2020/12/29/metric-for-emotions.html" (1120 words)
No need to translate, the page exists at "/zh/2015/02/02/xsl-transformations-in-java.html" (361 words)
No need to translate, the page exists at "/ru/2015/02/02/xsl-transformations-in-java.html" (670 words)
No need to translate, the page exists at "/zh/2019/12/31/talented-programmers.html" (405 words)
No need to translate, the page exists at "/ru/2019/12/31/talented-programmers.html" (1087 words)
No need to translate, the page exists at "/zh/2014/05/23/avoid-java-static-logger.html" (389 words)
No need to translate, the page exists at "/ru/2014/05/23/avoid-java-static-logger.html" (523 words)
No need to translate, the page exists at "/zh/2018/11/06/ruby-threads.html" (405 words)
No need to translate, the page exists at "/ru/2018/11/06/ruby-threads.html" (887 words)
No need to translate, the page exists at "/zh/2014/07/31/travis-and-rultor.html" (477 words)
No need to translate, the page exists at "/ru/2014/07/31/travis-and-rultor.html" (1120 words)
No need to translate, the page exists at "/zh/2017/03/24/tdd-that-works.html" (399 words)
No need to translate, the page exists at "/ru/2017/03/24/tdd-that-works.html" (1260 words)
No need to translate, the page exists at "/zh/2015/11/03/chatbot-better-than-ui-for-microservice.html" (432 words)
No need to translate, the page exists at "/ru/2015/11/03/chatbot-better-than-ui-for-microservice.html" (2051 words)
No need to translate, the page exists at "/zh/2017/10/03/java9.html" (548 words)
No need to translate, the page exists at "/ru/2017/10/03/java9.html" (1358 words)
No need to translate, the page exists at "/zh/2018/09/05/monolithic-repositories.html" (440 words)
No need to translate, the page exists at "/ru/2018/09/05/monolithic-repositories.html" (1550 words)
No need to translate, the page exists at "/zh/2015/12/16/investors-are-too-scared.html" (353 words)
No need to translate, the page exists at "/ru/2015/12/16/investors-are-too-scared.html" (1396 words)
No need to translate, the page exists at "/zh/2025/04/19/dont-merge-into-broken-master.html" (583 words)
No need to translate, the page exists at "/ru/2025/04/19/dont-merge-into-broken-master.html" (900 words)
No need to translate, the page exists at "/zh/2025/09/14/red-and-black.html" (503 words)
No need to translate, the page exists at "/ru/2025/09/14/red-and-black.html" (922 words)
No need to translate, the page exists at "/zh/2023/08/15/decision-making-process.html" (364 words)
No need to translate, the page exists at "/ru/2023/08/15/decision-making-process.html" (977 words)
No need to translate, the page exists at "/zh/2016/12/06/how-to-pay-programmers-less.html" (359 words)
No need to translate, the page exists at "/ru/2016/12/06/how-to-pay-programmers-less.html" (1173 words)
No need to translate, the page exists at "/zh/2019/01/22/10x-paychecks.html" (376 words)
No need to translate, the page exists at "/ru/2019/01/22/10x-paychecks.html" (1002 words)
No need to translate, the page exists at "/zh/2020/02/11/object-cohesion.html" (388 words)
No need to translate, the page exists at "/ru/2020/02/11/object-cohesion.html" (902 words)
No need to translate, the page exists at "/en/2019/03/17/terrorism-and-power.html" (1053 words)
No need to translate, the page exists at "/zh/2019/03/17/terrorism-and-power.html" (452 words)
No need to translate, the page exists at "/zh/2019/09/17/be-unhappy-to-be-happy.html" (384 words)
No need to translate, the page exists at "/ru/2019/09/17/be-unhappy-to-be-happy.html" (984 words)
No need to translate, the page exists at "/zh/2014/08/22/art-of-software-testing.html" (379 words)
No need to translate, the page exists at "/ru/2014/08/22/art-of-software-testing.html" (1230 words)
No need to translate, the page exists at "/zh/2019/06/19/how-much-they-suffer.html" (365 words)
No need to translate, the page exists at "/ru/2019/06/19/how-much-they-suffer.html" (1055 words)
No need to translate, the page exists at "/zh/2021/08/11/logging-in-unit-tests.html" (374 words)
No need to translate, the page exists at "/ru/2021/08/11/logging-in-unit-tests.html" (833 words)
No need to translate, the page exists at "/zh/2019/03/26/jpages.html" (458 words)
No need to translate, the page exists at "/ru/2019/03/26/jpages.html" (1155 words)
No need to translate, the page exists at "/zh/2019/04/09/beg-them.html" (363 words)
No need to translate, the page exists at "/ru/2019/04/09/beg-them.html" (1187 words)
No need to translate, the page exists at "/en/2020/11/21/svoboda-and-conflicts.html" (1317 words)
No need to translate, the page exists at "/zh/2020/11/21/svoboda-and-conflicts.html" (452 words)
No need to translate, the page exists at "/zh/2016/11/21/naked-data.html" (369 words)
No need to translate, the page exists at "/ru/2016/11/21/naked-data.html" (772 words)
No need to translate, the page exists at "/en/2020/05/02/first-world-hysteria.html" (1148 words)
No need to translate, the page exists at "/zh/2020/05/02/first-world-hysteria.html" (478 words)
No need to translate, the page exists at "/zh/2019/05/28/trust-or-not.html" (399 words)
No need to translate, the page exists at "/ru/2019/05/28/trust-or-not.html" (1086 words)
No need to translate, the page exists at "/zh/2025/06/22/retrieve-or-remove.html" (558 words)
No need to translate, the page exists at "/ru/2025/06/22/retrieve-or-remove.html" (879 words)
No need to translate, the page exists at "/zh/2015/12/29/turnover-is-good-for-maintainability.html" (376 words)
No need to translate, the page exists at "/ru/2015/12/29/turnover-is-good-for-maintainability.html" (953 words)
No need to translate, the page exists at "/zh/2015/08/04/nine-steps-start-software-project.html" (386 words)
No need to translate, the page exists at "/ru/2015/08/04/nine-steps-start-software-project.html" (1999 words)
No need to translate, the page exists at "/zh/2022/06/14/principle-of-one.html" (359 words)
No need to translate, the page exists at "/ru/2022/06/14/principle-of-one.html" (593 words)
No need to translate, the page exists at "/zh/2015/12/22/why-dont-you-contribute-to-open-source.html" (353 words)
No need to translate, the page exists at "/ru/2015/12/22/why-dont-you-contribute-to-open-source.html" (1121 words)
No need to translate, the page exists at "/en/2017/01/02/ukraine-budget-2017.html" (858 words)
No need to translate, the page exists at "/zh/2017/01/02/ukraine-budget-2017.html" (452 words)
No need to translate, the page exists at "/zh/2022/08/04/code-and-tests-different-pull-requests.html" (367 words)
No need to translate, the page exists at "/ru/2022/08/04/code-and-tests-different-pull-requests.html" (837 words)
No need to translate, the page exists at "/en/2023/09/17/turbulence.html" (1415 words)
No need to translate, the page exists at "/zh/2023/09/17/turbulence.html" (472 words)
No need to translate, the page exists at "/en/2019/09/28/what-is-the-point.html" (1359 words)
No need to translate, the page exists at "/zh/2019/09/28/what-is-the-point.html" (501 words)
No need to translate, the page exists at "/zh/2017/11/28/microtasking.html" (345 words)
No need to translate, the page exists at "/ru/2017/11/28/microtasking.html" (2063 words)
No need to translate, the page exists at "/zh/2015/03/26/jaxb-vs-xembly.html" (383 words)
No need to translate, the page exists at "/ru/2015/03/26/jaxb-vs-xembly.html" (700 words)
No need to translate, the page exists at "/zh/2021/10/21/objectionary.html" (678 words)
No need to translate, the page exists at "/ru/2021/10/21/objectionary.html" (2177 words)
No need to translate, the page exists at "/zh/2023/12/17/how-to-review-research-paper.html" (369 words)
No need to translate, the page exists at "/ru/2023/12/17/how-to-review-research-paper.html" (833 words)
No need to translate, the page exists at "/en/2019/04/28/formula-of-happiness.html" (1204 words)
No need to translate, the page exists at "/zh/2019/04/28/formula-of-happiness.html" (440 words)
No need to translate, the page exists at "/zh/2023/10/11/method-of-research.html" (385 words)
No need to translate, the page exists at "/ru/2023/10/11/method-of-research.html" (769 words)
No need to translate, the page exists at "/zh/2018/04/17/how-to-be-lazy.html" (373 words)
No need to translate, the page exists at "/ru/2018/04/17/how-to-be-lazy.html" (1217 words)
No need to translate, the page exists at "/zh/2014/05/14/object-oriented-github-java-sdk.html" (514 words)
No need to translate, the page exists at "/ru/2014/05/14/object-oriented-github-java-sdk.html" (835 words)
No need to translate, the page exists at "/zh/2017/04/11/flexibility-equates-lower-quality.html" (398 words)
No need to translate, the page exists at "/ru/2017/04/11/flexibility-equates-lower-quality.html" (923 words)
No need to translate, the page exists at "/zh/2019/06/11/where-do-you-seek-help.html" (375 words)
No need to translate, the page exists at "/ru/2019/06/11/where-do-you-seek-help.html" (959 words)
No need to translate, the page exists at "/zh/2019/03/30/survival-guide.html" (529 words)
No need to translate, the page exists at "/ru/2019/03/30/survival-guide.html" (1154 words)
No need to translate, the page exists at "/zh/2022/08/24/research-paper-template.html" (380 words)
No need to translate, the page exists at "/ru/2022/08/24/research-paper-template.html" (1030 words)
No need to translate, the page exists at "/zh/2021/03/03/imposters-to-win.html" (348 words)
No need to translate, the page exists at "/ru/2021/03/03/imposters-to-win.html" (872 words)
No need to translate, the page exists at "/zh/2014/10/07/stop-chatting-start-coding.html" (347 words)
No need to translate, the page exists at "/ru/2014/10/07/stop-chatting-start-coding.html" (745 words)
No need to translate, the page exists at "/zh/2019/09/03/injection-of-guilt.html" (352 words)
No need to translate, the page exists at "/ru/2019/09/03/injection-of-guilt.html" (1320 words)
No need to translate, the page exists at "/zh/2018/08/14/seventy-percent.html" (360 words)
No need to translate, the page exists at "/ru/2018/08/14/seventy-percent.html" (1068 words)
No need to translate, the page exists at "/zh/2014/07/03/how-to-read-manifest-mf.html" (418 words)
No need to translate, the page exists at "/ru/2014/07/03/how-to-read-manifest-mf.html" (681 words)
No need to translate, the page exists at "/en/2016/11/26/yanukovych-v-president.html" (758 words)
No need to translate, the page exists at "/zh/2016/11/26/yanukovych-v-president.html" (449 words)
No need to translate, the page exists at "/zh/2016/04/19/object-must-not-be-configurable.html" (403 words)
No need to translate, the page exists at "/ru/2016/04/19/object-must-not-be-configurable.html" (936 words)
No need to translate, the page exists at "/zh/2016/03/15/wring-dispatcher-github-notifications.html" (353 words)
No need to translate, the page exists at "/ru/2016/03/15/wring-dispatcher-github-notifications.html" (657 words)
No need to translate, the page exists at "/zh/2018/09/18/fear-of-coupling.html" (405 words)
No need to translate, the page exists at "/ru/2018/09/18/fear-of-coupling.html" (1192 words)
No need to translate, the page exists at "/zh/2017/01/31/decorating-envelopes.html" (437 words)
No need to translate, the page exists at "/ru/2017/01/31/decorating-envelopes.html" (610 words)
No need to translate, the page exists at "/en/2016/12/08/lustration-in-ukraine.html" (949 words)
No need to translate, the page exists at "/zh/2016/12/08/lustration-in-ukraine.html" (437 words)
No need to translate, the page exists at "/en/2016/12/30/tu154-sochi.html" (939 words)
No need to translate, the page exists at "/zh/2016/12/30/tu154-sochi.html" (434 words)
No need to translate, the page exists at "/zh/2014/06/09/objects-should-be-immutable.html" (402 words)
No need to translate, the page exists at "/ru/2014/06/09/objects-should-be-immutable.html" (1311 words)
No need to translate, the page exists at "/en/2017/02/06/how-to-eliminate-corruption.html" (1140 words)
No need to translate, the page exists at "/zh/2017/02/06/how-to-eliminate-corruption.html" (439 words)
No need to translate, the page exists at "/zh/2014/04/13/no-obligations-principle.html" (342 words)
No need to translate, the page exists at "/ru/2014/04/13/no-obligations-principle.html" (1022 words)
No need to translate, the page exists at "/zh/2015/08/25/fail-fast.html" (351 words)
No need to translate, the page exists at "/ru/2015/08/25/fail-fast.html" (777 words)
No need to translate, the page exists at "/zh/2021/02/10/dataization.html" (477 words)
No need to translate, the page exists at "/ru/2021/02/10/dataization.html" (978 words)
No need to translate, the page exists at "/zh/2016/05/24/who-is-project-manager.html" (337 words)
No need to translate, the page exists at "/ru/2016/05/24/who-is-project-manager.html" (1150 words)
No need to translate, the page exists at "/zh/2024/02/06/research-flow.html" (361 words)
No need to translate, the page exists at "/ru/2024/02/06/research-flow.html" (763 words)
No need to translate, the page exists at "/zh/2014/08/25/deploy-to-cloudbees.html" (421 words)
No need to translate, the page exists at "/ru/2014/08/25/deploy-to-cloudbees.html" (785 words)
No need to translate, the page exists at "/zh/2018/01/23/sociotech-skills.html" (360 words)
No need to translate, the page exists at "/ru/2018/01/23/sociotech-skills.html" (891 words)
No need to translate, the page exists at "/zh/2017/05/17/single-statement-unit-tests.html" (369 words)
No need to translate, the page exists at "/ru/2017/05/17/single-statement-unit-tests.html" (646 words)
No need to translate, the page exists at "/zh/2018/05/29/object-validation.html" (375 words)
No need to translate, the page exists at "/ru/2018/05/29/object-validation.html" (837 words)
No need to translate, the page exists at "/zh/2015/03/16/technical-glossaries.html" (359 words)
No need to translate, the page exists at "/ru/2015/03/16/technical-glossaries.html" (982 words)
No need to translate, the page exists at "/zh/2016/07/21/convince-me.html" (355 words)
No need to translate, the page exists at "/ru/2016/07/21/convince-me.html" (1083 words)
No need to translate, the page exists at "/zh/2016/05/17/convertible-notes.html" (361 words)
No need to translate, the page exists at "/ru/2016/05/17/convertible-notes.html" (2111 words)
No need to translate, the page exists at "/zh/2014/04/27/typical-mistakes-in-java-code.html" (432 words)
No need to translate, the page exists at "/ru/2014/04/27/typical-mistakes-in-java-code.html" (1361 words)
No need to translate, the page exists at "/zh/2013/12/29/proto.html" (431 words)
No need to translate, the page exists at "/ru/2013/12/29/proto.html" (671 words)
No need to translate, the page exists at "/en/2024/01/03/not-able-to-speak.html" (840 words)
No need to translate, the page exists at "/zh/2024/01/03/not-able-to-speak.html" (455 words)
No need to translate, the page exists at "/zh/2019/03/29/concerns.html" (507 words)
No need to translate, the page exists at "/ru/2019/03/29/concerns.html" (973 words)
No need to translate, the page exists at "/zh/2018/12/25/speaker-cheat-sheet.html" (371 words)
No need to translate, the page exists at "/ru/2018/12/25/speaker-cheat-sheet.html" (1272 words)
No need to translate, the page exists at "/zh/2014/08/15/retry-java-method-on-exception.html" (363 words)
No need to translate, the page exists at "/ru/2014/08/15/retry-java-method-on-exception.html" (463 words)
No need to translate, the page exists at "/zh/2020/01/15/question-never-ask.html" (364 words)
No need to translate, the page exists at "/ru/2020/01/15/question-never-ask.html" (713 words)
No need to translate, the page exists at "/zh/2019/09/10/how-to-motivate-kids-to-code.html" (365 words)
No need to translate, the page exists at "/ru/2019/09/10/how-to-motivate-kids-to-code.html" (1038 words)
No need to translate, the page exists at "/zh/2014/07/24/rultor-automated-merging.html" (402 words)
No need to translate, the page exists at "/ru/2014/07/24/rultor-automated-merging.html" (688 words)
No need to translate, the page exists at "/zh/2017/03/28/solid.html" (384 words)
No need to translate, the page exists at "/ru/2017/03/28/solid.html" (999 words)
No need to translate, the page exists at "/zh/2016/09/13/inheritance-is-procedural.html" (396 words)
No need to translate, the page exists at "/ru/2016/09/13/inheritance-is-procedural.html" (878 words)
No need to translate, the page exists at "/zh/2016/09/20/oop-without-classes.html" (343 words)
No need to translate, the page exists at "/ru/2016/09/20/oop-without-classes.html" (450 words)
No need to translate, the page exists at "/zh/2016/03/22/try-finally-if-not-null.html" (368 words)
No need to translate, the page exists at "/ru/2016/03/22/try-finally-if-not-null.html" (555 words)
No need to translate, the page exists at "/zh/2019/12/03/testing-in-code-review.html" (365 words)
No need to translate, the page exists at "/ru/2019/12/03/testing-in-code-review.html" (1161 words)
No need to translate, the page exists at "/en/2019/12/31/testosterone.html" (1776 words)
No need to translate, the page exists at "/zh/2019/12/31/testosterone.html" (440 words)
No need to translate, the page exists at "/zh/2014/04/17/how-xdsd-is-different.html" (347 words)
No need to translate, the page exists at "/ru/2014/04/17/how-xdsd-is-different.html" (1218 words)
No need to translate, the page exists at "/zh/2019/03/26/sales-kit.html" (498 words)
No need to translate, the page exists at "/ru/2019/03/26/sales-kit.html" (1135 words)
No need to translate, the page exists at "/zh/2017/11/14/static-factory-methods.html" (428 words)
No need to translate, the page exists at "/ru/2017/11/14/static-factory-methods.html" (1133 words)
No need to translate, the page exists at "/zh/2014/06/24/jekyll-github-deploy.html" (383 words)
No need to translate, the page exists at "/ru/2014/06/24/jekyll-github-deploy.html" (502 words)
No need to translate, the page exists at "/zh/2014/10/23/paired-brackets-notation.html" (347 words)
No need to translate, the page exists at "/ru/2014/10/23/paired-brackets-notation.html" (527 words)
No need to translate, the page exists at "/zh/2018/05/08/open-source-attributes.html" (471 words)
No need to translate, the page exists at "/ru/2018/05/08/open-source-attributes.html" (1780 words)
No need to translate, the page exists at "/zh/2015/05/25/unit-test-scaffolding.html" (395 words)
No need to translate, the page exists at "/ru/2015/05/25/unit-test-scaffolding.html" (808 words)
No need to translate, the page exists at "/zh/2023/09/29/how-to-write-related-work-section.html" (429 words)
No need to translate, the page exists at "/ru/2023/09/29/how-to-write-related-work-section.html" (817 words)
No need to translate, the page exists at "/en/2017/01/23/consciousness-and-revolution.html" (1062 words)
No need to translate, the page exists at "/zh/2017/01/23/consciousness-and-revolution.html" (468 words)
No need to translate, the page exists at "/zh/2015/10/16/ridley-scott-and-joseph-goebbels.html" (380 words)
No need to translate, the page exists at "/ru/2015/10/16/ridley-scott-and-joseph-goebbels.html" (996 words)
No need to translate, the page exists at "/zh/2019/03/19/logging-without-static-logger.html" (386 words)
No need to translate, the page exists at "/ru/2019/03/19/logging-without-static-logger.html" (869 words)
No need to translate, the page exists at "/zh/2018/07/03/global-variables.html" (387 words)
No need to translate, the page exists at "/ru/2018/07/03/global-variables.html" (742 words)
No need to translate, the page exists at "/zh/2023/07/19/just-show-up.html" (361 words)
No need to translate, the page exists at "/ru/2023/07/19/just-show-up.html" (892 words)
No need to translate, the page exists at "/zh/2014/10/12/who-is-software-architect.html" (349 words)
No need to translate, the page exists at "/ru/2014/10/12/who-is-software-architect.html" (857 words)
No need to translate, the page exists at "/zh/2022/07/05/safety-net.html" (389 words)
No need to translate, the page exists at "/ru/2022/07/05/safety-net.html" (923 words)
No need to translate, the page exists at "/zh/2014/11/14/hits-of-code.html" (363 words)
No need to translate, the page exists at "/ru/2014/11/14/hits-of-code.html" (1144 words)
No need to translate, the page exists at "/zh/2014/10/29/how-much-do-you-cost.html" (357 words)
No need to translate, the page exists at "/ru/2014/10/29/how-much-do-you-cost.html" (2641 words)
No need to translate, the page exists at "/zh/2015/01/12/compound-name-is-code-smell.html" (405 words)
No need to translate, the page exists at "/ru/2015/01/12/compound-name-is-code-smell.html" (710 words)
No need to translate, the page exists at "/en/2023/10/01/individualism-vs-collectivism.html" (1191 words)
No need to translate, the page exists at "/zh/2023/10/01/individualism-vs-collectivism.html" (454 words)
No need to translate, the page exists at "/zh/2018/04/10/learning-by-refactoring.html" (447 words)
No need to translate, the page exists at "/ru/2018/04/10/learning-by-refactoring.html" (1554 words)
No need to translate, the page exists at "/zh/2016/11/09/why-no-ebooks.html" (378 words)
No need to translate, the page exists at "/ru/2016/11/09/why-no-ebooks.html" (1035 words)
No need to translate, the page exists at "/zh/2018/03/21/zerocracy-announcement.html" (386 words)
No need to translate, the page exists at "/ru/2018/03/21/zerocracy-announcement.html" (1117 words)
No need to translate, the page exists at "/en/2016/12/19/are-you-ashamed-of-voting.html" (681 words)
No need to translate, the page exists at "/zh/2016/12/19/are-you-ashamed-of-voting.html" (445 words)
No need to translate, the page exists at "/zh/2017/05/16/monikers.html" (369 words)
No need to translate, the page exists at "/ru/2017/05/16/monikers.html" (532 words)
No need to translate, the page exists at "/en/2019/01/13/country-as-a-service.html" (1363 words)
No need to translate, the page exists at "/zh/2019/01/13/country-as-a-service.html" (458 words)
No need to translate, the page exists at "/zh/2017/02/28/too-many-classes.html" (460 words)
No need to translate, the page exists at "/ru/2017/02/28/too-many-classes.html" (1055 words)
No need to translate, the page exists at "/zh/2014/04/11/cost-of-loc.html" (395 words)
No need to translate, the page exists at "/ru/2014/04/11/cost-of-loc.html" (1076 words)
No need to translate, the page exists at "/zh/2018/08/29/soft-skills.html" (364 words)
No need to translate, the page exists at "/ru/2018/08/29/soft-skills.html" (1119 words)
No need to translate, the page exists at "/zh/2015/02/09/serious-code-reviewer.html" (387 words)
No need to translate, the page exists at "/ru/2015/02/09/serious-code-reviewer.html" (1815 words)
No need to translate, the page exists at "/zh/2014/04/29/w3c-java-validators.html" (363 words)
No need to translate, the page exists at "/ru/2014/04/29/w3c-java-validators.html" (513 words)
No need to translate, the page exists at "/zh/2010/03/04/pdd.html" (365 words)
No need to translate, the page exists at "/ru/2010/03/04/pdd.html" (997 words)
No need to translate, the page exists at "/zh/2014/11/07/how-immutability-helps.html" (492 words)
No need to translate, the page exists at "/ru/2014/11/07/how-immutability-helps.html" (1818 words)
No need to translate, the page exists at "/zh/2017/12/26/software-quality-formula.html" (382 words)
No need to translate, the page exists at "/ru/2017/12/26/software-quality-formula.html" (729 words)
No need to translate, the page exists at "/zh/2017/01/03/how-much-you-love-conflicts.html" (345 words)
No need to translate, the page exists at "/ru/2017/01/03/how-much-you-love-conflicts.html" (1464 words)
No need to translate, the page exists at "/en/2017/04/24/slaves-of-the-law.html" (966 words)
No need to translate, the page exists at "/zh/2017/04/24/slaves-of-the-law.html" (448 words)
No need to translate, the page exists at "/zh/2016/08/01/continuous-integration-maturity.html" (350 words)
No need to translate, the page exists at "/ru/2016/08/01/continuous-integration-maturity.html" (718 words)
No need to translate, the page exists at "/zh/2019/04/17/nutch-from-java.html" (458 words)
No need to translate, the page exists at "/ru/2019/04/17/nutch-from-java.html" (814 words)
No need to translate, the page exists at "/zh/2014/05/26/amazon-s3-java-oop-adapter.html" (435 words)
No need to translate, the page exists at "/ru/2014/05/26/amazon-s3-java-oop-adapter.html" (855 words)
No need to translate, the page exists at "/zh/2015/09/16/how-to-fire-someone-right.html" (343 words)
No need to translate, the page exists at "/ru/2015/09/16/how-to-fire-someone-right.html" (728 words)
No need to translate, the page exists at "/zh/2020/05/13/career-killer.html" (364 words)
No need to translate, the page exists at "/ru/2020/05/13/career-killer.html" (990 words)
No need to translate, the page exists at "/en/2019/02/16/calibrated-democracy.html" (1237 words)
No need to translate, the page exists at "/zh/2019/02/16/calibrated-democracy.html" (450 words)
No need to translate, the page exists at "/zh/2015/09/29/mayonnaise.html" (364 words)
No need to translate, the page exists at "/ru/2015/09/29/mayonnaise.html" (1464 words)
No need to translate, the page exists at "/zh/2016/04/05/printers-instead-of-getters.html" (365 words)
No need to translate, the page exists at "/ru/2016/04/05/printers-instead-of-getters.html" (888 words)
No need to translate, the page exists at "/zh/2017/01/10/how-to-teach-customers.html" (352 words)
No need to translate, the page exists at "/ru/2017/01/10/how-to-teach-customers.html" (721 words)
No need to translate, the page exists at "/zh/2016/08/30/decomposition-of-responsibility.html" (395 words)
No need to translate, the page exists at "/ru/2016/08/30/decomposition-of-responsibility.html" (714 words)
No need to translate, the page exists at "/zh/2014/08/03/cacheable-java-annotation.html" (388 words)
No need to translate, the page exists at "/ru/2014/08/03/cacheable-java-annotation.html" (620 words)
No need to translate, the page exists at "/zh/2023/09/19/five-ingredients-career.html" (347 words)
No need to translate, the page exists at "/ru/2023/09/19/five-ingredients-career.html" (962 words)
No need to translate, the page exists at "/zh/2022/07/20/command-line-defaults.html" (428 words)
No need to translate, the page exists at "/ru/2022/07/20/command-line-defaults.html" (768 words)
No need to translate, the page exists at "/zh/2014/04/20/how-hourly-rate-is-calculated.html" (357 words)
No need to translate, the page exists at "/ru/2014/04/20/how-hourly-rate-is-calculated.html" (1042 words)
No need to translate, the page exists at "/zh/2016/08/23/communication-maturity.html" (343 words)
No need to translate, the page exists at "/ru/2016/08/23/communication-maturity.html" (797 words)
No need to translate, the page exists at "/zh/2019/07/10/inversive-management.html" (362 words)
No need to translate, the page exists at "/ru/2019/07/10/inversive-management.html" (1028 words)
No need to translate, the page exists at "/zh/2020/05/05/open-source-arms-race.html" (406 words)
No need to translate, the page exists at "/ru/2020/05/05/open-source-arms-race.html" (1079 words)
No need to translate, the page exists at "/zh/2016/03/28/unspoken-secrets-of-elevator-pitch.html" (365 words)
No need to translate, the page exists at "/ru/2016/03/28/unspoken-secrets-of-elevator-pitch.html" (1155 words)
No need to translate, the page exists at "/en/2018/03/17/putin-election.html" (1627 words)
No need to translate, the page exists at "/zh/2018/03/17/putin-election.html" (462 words)
No need to translate, the page exists at "/zh/2014/09/22/remote-programming-interview.html" (354 words)
No need to translate, the page exists at "/ru/2014/09/22/remote-programming-interview.html" (496 words)
No need to translate, the page exists at "/zh/2014/08/18/fluent-jdbc-decorator.html" (379 words)
No need to translate, the page exists at "/ru/2014/08/18/fluent-jdbc-decorator.html" (593 words)
No need to translate, the page exists at "/zh/2017/01/24/career-advice.html" (353 words)
No need to translate, the page exists at "/ru/2017/01/24/career-advice.html" (1136 words)
No need to translate, the page exists at "/zh/2017/11/07/five-new-java-features.html" (407 words)
No need to translate, the page exists at "/ru/2017/11/07/five-new-java-features.html" (982 words)
No need to translate, the page exists at "/en/2016/12/29/who-wants-our-donations.html" (980 words)
No need to translate, the page exists at "/zh/2016/12/29/who-wants-our-donations.html" (439 words)
No need to translate, the page exists at "/zh/2023/09/05/style-checker-for-bibtex-files.html" (393 words)
No need to translate, the page exists at "/ru/2023/09/05/style-checker-for-bibtex-files.html" (725 words)
No need to translate, the page exists at "/zh/2015/06/25/xml-data-xsl-views-takes-framework.html" (410 words)
No need to translate, the page exists at "/ru/2015/06/25/xml-data-xsl-views-takes-framework.html" (930 words)
No need to translate, the page exists at "/zh/2021/10/12/calibrated-achievement-points.html" (364 words)
No need to translate, the page exists at "/ru/2021/10/12/calibrated-achievement-points.html" (1364 words)
No need to translate, the page exists at "/zh/2018/10/09/can-you-control-us.html" (372 words)
No need to translate, the page exists at "/ru/2018/10/09/can-you-control-us.html" (910 words)
No need to translate, the page exists at "/zh/2015/09/01/redundant-variables-are-evil.html" (337 words)
No need to translate, the page exists at "/ru/2015/09/01/redundant-variables-are-evil.html" (656 words)
No need to translate, the page exists at "/zh/2019/04/23/elegant-readme.html" (381 words)
No need to translate, the page exists at "/ru/2019/04/23/elegant-readme.html" (1592 words)
No need to translate, the page exists at "/zh/2017/10/10/streams-vs-decorators.html" (453 words)
No need to translate, the page exists at "/ru/2017/10/10/streams-vs-decorators.html" (1108 words)
No need to translate, the page exists at "/zh/2015/11/21/ringelmann-effect-vs-agile.html" (350 words)
No need to translate, the page exists at "/ru/2015/11/21/ringelmann-effect-vs-agile.html" (695 words)
No need to translate, the page exists at "/zh/2019/03/28/cost-of-zerocrat.html" (517 words)
No need to translate, the page exists at "/ru/2019/03/28/cost-of-zerocrat.html" (946 words)
No need to translate, the page exists at "/zh/2016/09/27/command-control-innovate.html" (352 words)
No need to translate, the page exists at "/ru/2016/09/27/command-control-innovate.html" (884 words)
No need to translate, the page exists at "/zh/2015/05/28/one-primary-constructor.html" (349 words)
No need to translate, the page exists at "/ru/2015/05/28/one-primary-constructor.html" (531 words)
No need to translate, the page exists at "/zh/2020/11/24/objects-without-methods.html" (477 words)
No need to translate, the page exists at "/ru/2020/11/24/objects-without-methods.html" (1131 words)
No need to translate, the page exists at "/zh/2015/07/09/catch-if-cant-otherwise.html" (364 words)
No need to translate, the page exists at "/ru/2015/07/09/catch-if-cant-otherwise.html" (854 words)
No need to translate, the page exists at "/zh/2014/09/13/deploying-to-heroku.html" (396 words)
No need to translate, the page exists at "/ru/2014/09/13/deploying-to-heroku.html" (672 words)
No need to translate, the page exists at "/zh/2016/04/26/why-inputstream-design-is-wrong.html" (382 words)
No need to translate, the page exists at "/ru/2016/04/26/why-inputstream-design-is-wrong.html" (733 words)
No need to translate, the page exists at "/zh/2018/08/22/builders-and-manipulators.html" (384 words)
No need to translate, the page exists at "/ru/2018/08/22/builders-and-manipulators.html" (1006 words)
No need to translate, the page exists at "/en/2017/01/16/ukrainian-startups.html" (1199 words)
No need to translate, the page exists at "/zh/2017/01/16/ukrainian-startups.html" (438 words)
No need to translate, the page exists at "/zh/2021/02/02/greed-based-planning.html" (351 words)
No need to translate, the page exists at "/ru/2021/02/02/greed-based-planning.html" (786 words)
No need to translate, the page exists at "/zh/2017/03/07/traits-and-mixins.html" (399 words)
No need to translate, the page exists at "/ru/2017/03/07/traits-and-mixins.html" (886 words)
No need to translate, the page exists at "/zh/2016/08/10/if-then-else-code-smell.html" (373 words)
No need to translate, the page exists at "/ru/2016/08/10/if-then-else-code-smell.html" (605 words)
No need to translate, the page exists at "/zh/2016/10/23/award-2017.html" (635 words)
No need to translate, the page exists at "/ru/2016/10/23/award-2017.html" (1372 words)
No need to translate, the page exists at "/zh/2015/02/23/haircut.html" (329 words)
No need to translate, the page exists at "/ru/2015/02/23/haircut.html" (739 words)
No need to translate, the page exists at "/zh/2017/07/04/sexism.html" (376 words)
No need to translate, the page exists at "/ru/2017/07/04/sexism.html" (981 words)
No need to translate, the page exists at "/zh/2020/12/22/self-managing-orgs.html" (347 words)
No need to translate, the page exists at "/ru/2020/12/22/self-managing-orgs.html" (1215 words)
No need to translate, the page exists at "/zh/2015/10/27/outsourcing-doesnt-work.html" (355 words)
No need to translate, the page exists at "/ru/2015/10/27/outsourcing-doesnt-work.html" (1599 words)
No need to translate, the page exists at "/zh/2016/07/26/active-record.html" (369 words)
No need to translate, the page exists at "/ru/2016/07/26/active-record.html" (703 words)
No need to translate, the page exists at "/zh/2014/06/01/aop-aspectj-java-method-logging.html" (635 words)
No need to translate, the page exists at "/ru/2014/06/01/aop-aspectj-java-method-logging.html" (1418 words)
No need to translate, the page exists at "/zh/2016/11/29/eolang.html" (347 words)
No need to translate, the page exists at "/ru/2016/11/29/eolang.html" (492 words)
No need to translate, the page exists at "/zh/2017/05/02/remote-slaves.html" (361 words)
No need to translate, the page exists at "/ru/2017/05/02/remote-slaves.html" (1057 words)
No need to translate, the page exists at "/zh/2015/01/08/morning-standup-meetings.html" (382 words)
No need to translate, the page exists at "/ru/2015/01/08/morning-standup-meetings.html" (2144 words)
No need to translate, the page exists at "/zh/2023/11/22/avoid-line-breaks-inside-paragrap.html" (357 words)
No need to translate, the page exists at "/ru/2023/11/22/avoid-line-breaks-inside-paragrap.html" (521 words)
No need to translate, the page exists at "/zh/2014/04/06/phandom.html" (393 words)
No need to translate, the page exists at "/ru/2014/04/06/phandom.html" (733 words)
No need to translate, the page exists at "/zh/2019/03/12/how-to-move-faster.html" (514 words)
No need to translate, the page exists at "/ru/2019/03/12/how-to-move-faster.html" (1236 words)
No need to translate, the page exists at "/zh/2015/02/05/jcabi-parent-maven-pom.html" (372 words)
No need to translate, the page exists at "/ru/2015/02/05/jcabi-parent-maven-pom.html" (666 words)
No need to translate, the page exists at "/zh/2017/07/25/my-favorite-websites.html" (915 words)
No need to translate, the page exists at "/ru/2017/07/25/my-favorite-websites.html" (950 words)
No need to translate, the page exists at "/zh/2017/09/12/evil-object-name-suffix-client.html" (414 words)
No need to translate, the page exists at "/ru/2017/09/12/evil-object-name-suffix-client.html" (945 words)
No need to translate, the page exists at "/zh/2016/01/05/how-to-punish-employees.html" (356 words)
No need to translate, the page exists at "/ru/2016/01/05/how-to-punish-employees.html" (1184 words)
No need to translate, the page exists at "/zh/2017/05/30/why-contribute-to-open-source.html" (358 words)
No need to translate, the page exists at "/ru/2017/05/30/why-contribute-to-open-source.html" (743 words)
No need to translate, the page exists at "/en/2018/01/10/dalles-plan.html" (916 words)
No need to translate, the page exists at "/zh/2018/01/10/dalles-plan.html" (459 words)
No need to translate, the page exists at "/zh/2020/05/19/veil-objects.html" (412 words)
No need to translate, the page exists at "/ru/2020/05/19/veil-objects.html" (798 words)
No need to translate, the page exists at "/zh/2014/06/29/custom-lexer-in-jekyll.html" (349 words)
No need to translate, the page exists at "/ru/2014/06/29/custom-lexer-in-jekyll.html" (398 words)
No need to translate, the page exists at "/zh/2014/04/12/puzzle-driven-development-by-roles.html" (353 words)
No need to translate, the page exists at "/ru/2014/04/12/puzzle-driven-development-by-roles.html" (1696 words)
No need to translate, the page exists at "/zh/2015/12/01/rethrow-exceptions.html" (383 words)
No need to translate, the page exists at "/ru/2015/12/01/rethrow-exceptions.html" (816 words)
No need to translate, the page exists at "/zh/2015/02/12/top-down-design.html" (366 words)
No need to translate, the page exists at "/ru/2015/02/12/top-down-design.html" (917 words)
No need to translate, the page exists at "/en/2024/05/27/freedom-of-speech-vs-intelligence.html" (1223 words)
No need to translate, the page exists at "/zh/2024/05/27/freedom-of-speech-vs-intelligence.html" (457 words)
No need to translate, the page exists at "/en/2016/12/15/onishenko-our-hero.html" (638 words)
No need to translate, the page exists at "/zh/2016/12/15/onishenko-our-hero.html" (427 words)
No need to translate, the page exists at "/zh/2014/04/15/github-guidelines.html" (353 words)
No need to translate, the page exists at "/ru/2014/04/15/github-guidelines.html" (1106 words)
No need to translate, the page exists at "/zh/2014/04/13/bugs-are-welcome.html" (354 words)
No need to translate, the page exists at "/ru/2014/04/13/bugs-are-welcome.html" (791 words)
No need to translate, the page exists at "/zh/2025/06/08/pull-request-without-test.html" (521 words)
No need to translate, the page exists at "/ru/2025/06/08/pull-request-without-test.html" (826 words)
No need to translate, the page exists at "/zh/2023/12/11/results-and-discussion.html" (376 words)
No need to translate, the page exists at "/ru/2023/12/11/results-and-discussion.html" (840 words)
No need to translate, the page exists at "/zh/2014/06/21/casperjs-with-maven.html" (389 words)
No need to translate, the page exists at "/ru/2014/06/21/casperjs-with-maven.html" (841 words)
No need to translate, the page exists at "/zh/2015/07/06/public-static-literals.html" (416 words)
No need to translate, the page exists at "/ru/2015/07/06/public-static-literals.html" (892 words)
No need to translate, the page exists at "/en/2016/11/28/saakashvili-speaks-ukrainian.html" (800 words)
No need to translate, the page exists at "/zh/2016/11/28/saakashvili-speaks-ukrainian.html" (431 words)
No need to translate, the page exists at "/zh/2015/05/18/cookie-based-authentication.html" (481 words)
No need to translate, the page exists at "/ru/2015/05/18/cookie-based-authentication.html" (1330 words)
No need to translate, the page exists at "/zh/2016/02/09/are-you-still-debugging.html" (363 words)
No need to translate, the page exists at "/ru/2016/02/09/are-you-still-debugging.html" (954 words)
No need to translate, the page exists at "/en/2024/04/02/kulikovo-pole.html" (1980 words)
No need to translate, the page exists at "/zh/2024/04/02/kulikovo-pole.html" (494 words)
No need to translate, the page exists at "/zh/2019/11/19/how-much-cohesion-is-enough.html" (371 words)
No need to translate, the page exists at "/ru/2019/11/19/how-much-cohesion-is-enough.html" (732 words)
No need to translate, the page exists at "/zh/2014/08/19/how-to-release-to-maven-central.html" (460 words)
No need to translate, the page exists at "/ru/2014/08/19/how-to-release-to-maven-central.html" (929 words)
No need to translate, the page exists at "/zh/2019/06/26/syncem.html" (369 words)
No need to translate, the page exists at "/ru/2019/06/26/syncem.html" (571 words)
No need to translate, the page exists at "/zh/2019/03/12/data-and-maintainability.html" (469 words)
No need to translate, the page exists at "/ru/2019/03/12/data-and-maintainability.html" (1637 words)
No need to translate, the page exists at "/zh/2018/01/02/operator-new-is-toxic.html" (385 words)
No need to translate, the page exists at "/ru/2018/01/02/operator-new-is-toxic.html" (817 words)
No need to translate, the page exists at "/zh/2015/05/11/software-architect-responsibilities.html" (355 words)
No need to translate, the page exists at "/ru/2015/05/11/software-architect-responsibilities.html" (816 words)
No need to translate, the page exists at "/zh/2023/07/25/contribute-disabled-tests.html" (398 words)
No need to translate, the page exists at "/ru/2023/07/25/contribute-disabled-tests.html" (708 words)
No need to translate, the page exists at "/zh/2015/02/16/it-is-not-a-school.html" (375 words)
No need to translate, the page exists at "/ru/2015/02/16/it-is-not-a-school.html" (1173 words)
No need to translate, the page exists at "/zh/2014/06/26/sass-in-java-webapp.html" (391 words)
No need to translate, the page exists at "/ru/2014/06/26/sass-in-java-webapp.html" (452 words)
No need to translate, the page exists at "/en/2017/11/08/crimea.html" (1151 words)
No need to translate, the page exists at "/zh/2017/11/08/crimea.html" (453 words)
No need to translate, the page exists at "/zh/2014/08/26/publish-to-rubygems.html" (415 words)
No need to translate, the page exists at "/ru/2014/08/26/publish-to-rubygems.html" (666 words)
No need to translate, the page exists at "/zh/2018/03/27/how-to-test-thread-safety.html" (441 words)
No need to translate, the page exists at "/ru/2018/03/27/how-to-test-thread-safety.html" (967 words)
No need to translate, the page exists at "/zh/2016/06/17/dont-use-java-assertions.html" (371 words)
No need to translate, the page exists at "/ru/2016/06/17/dont-use-java-assertions.html" (567 words)
No need to translate, the page exists at "/zh/2019/11/03/award-2020.html" (732 words)
No need to translate, the page exists at "/ru/2019/11/03/award-2020.html" (1072 words)
No need to translate, the page exists at "/zh/2023/11/28/research-questionnaire.html" (358 words)
No need to translate, the page exists at "/ru/2023/11/28/research-questionnaire.html" (799 words)
No need to translate, the page exists at "/zh/2015/09/10/testing-exit-criteria.html" (361 words)
No need to translate, the page exists at "/ru/2015/09/10/testing-exit-criteria.html" (877 words)
No need to translate, the page exists at "/zh/2019/02/05/zache.html" (369 words)
No need to translate, the page exists at "/ru/2019/02/05/zache.html" (526 words)
No need to translate, the page exists at "/en/2018/10/07/history-simplification.html" (1024 words)
No need to translate, the page exists at "/zh/2018/10/07/history-simplification.html" (422 words)
No need to translate, the page exists at "/zh/2014/05/18/cloud-autoincrement-counters.html" (358 words)
No need to translate, the page exists at "/ru/2014/05/18/cloud-autoincrement-counters.html" (635 words)
No need to translate, the page exists at "/zh/2014/10/26/hacker-vs-programmer-mentality.html" (387 words)
No need to translate, the page exists at "/ru/2014/10/26/hacker-vs-programmer-mentality.html" (1186 words)
No need to translate, the page exists at "/zh/2015/11/24/imprisonment-for-irresponsible-coding.html" (349 words)
No need to translate, the page exists at "/ru/2015/11/24/imprisonment-for-irresponsible-coding.html" (530 words)
No need to translate, the page exists at "/zh/2014/04/21/s3-http-basic-auth.html" (446 words)
No need to translate, the page exists at "/ru/2014/04/21/s3-http-basic-auth.html" (1123 words)
No need to translate, the page exists at "/zh/2019/11/05/revolutionary-evolution.html" (341 words)
No need to translate, the page exists at "/ru/2019/11/05/revolutionary-evolution.html" (1215 words)
No need to translate, the page exists at "/zh/2016/01/19/how-expensive-is-outsourcing.html" (354 words)
No need to translate, the page exists at "/ru/2016/01/19/how-expensive-is-outsourcing.html" (1081 words)
No need to translate, the page exists at "/zh/2018/11/13/bigotry.html" (391 words)
No need to translate, the page exists at "/ru/2018/11/13/bigotry.html" (1118 words)
No need to translate, the page exists at "/en/2020/07/05/silence-doesnt-cure.html" (1368 words)
No need to translate, the page exists at "/zh/2020/07/05/silence-doesnt-cure.html" (452 words)
No need to translate, the page exists at "/en/2017/01/30/lifetime-imprisonment-for-separatism.html" (920 words)
No need to translate, the page exists at "/zh/2017/01/30/lifetime-imprisonment-for-separatism.html" (446 words)
No need to translate, the page exists at "/zh/2016/08/05/distributed-teams-are-higher-quality.html" (358 words)
No need to translate, the page exists at "/ru/2016/08/05/distributed-teams-are-higher-quality.html" (1102 words)
No need to translate, the page exists at "/zh/2015/07/21/hourly-pay-modern-slavery.html" (373 words)
No need to translate, the page exists at "/ru/2015/07/21/hourly-pay-modern-slavery.html" (853 words)
No need to translate, the page exists at "/zh/2014/05/21/mysql-maven-plugin.html" (401 words)
No need to translate, the page exists at "/ru/2014/05/21/mysql-maven-plugin.html" (781 words)
No need to translate, the page exists at "/en/2017/03/02/history-of-separatism.html" (1023 words)
No need to translate, the page exists at "/zh/2017/03/02/history-of-separatism.html" (446 words)
No need to translate, the page exists at "/zh/2019/05/14/cause-risk-effect.html" (431 words)
No need to translate, the page exists at "/ru/2019/05/14/cause-risk-effect.html" (2131 words)
No need to translate, the page exists at "/zh/2015/06/15/software-outsourcing-survival-guide.html" (369 words)
No need to translate, the page exists at "/ru/2015/06/15/software-outsourcing-survival-guide.html" (1029 words)
No need to translate, the page exists at "/zh/2014/04/06/movies-for-thanasis.html" (595 words)
No need to translate, the page exists at "/ru/2014/04/06/movies-for-thanasis.html" (704 words)
No need to translate, the page exists at "/zh/2015/08/18/multiple-return-statements-in-oop.html" (403 words)
No need to translate, the page exists at "/ru/2015/08/18/multiple-return-statements-in-oop.html" (635 words)
No need to translate, the page exists at "/zh/2014/05/01/dynamodb-local-maven-plugin.html" (432 words)
No need to translate, the page exists at "/ru/2014/05/01/dynamodb-local-maven-plugin.html" (688 words)
No need to translate, the page exists at "/zh/2025/04/12/four-builds.html" (580 words)
No need to translate, the page exists at "/ru/2025/04/12/four-builds.html" (1386 words)
No need to translate, the page exists at "/zh/2016/06/27/singletons-must-die.html" (384 words)
No need to translate, the page exists at "/ru/2016/06/27/singletons-must-die.html" (744 words)
No need to translate, the page exists at "/en/2020/06/12/protesters.html" (1114 words)
No need to translate, the page exists at "/zh/2020/06/12/protesters.html" (448 words)
No need to translate, the page exists at "/zh/2019/02/12/silicon-valley-benefits.html" (387 words)
No need to translate, the page exists at "/ru/2019/02/12/silicon-valley-benefits.html" (1780 words)
No need to translate, the page exists at "/zh/2016/06/21/how-to-hire-programmer.html" (347 words)
No need to translate, the page exists at "/ru/2016/06/21/how-to-hire-programmer.html" (1252 words)
No need to translate, the page exists at "/zh/2015/05/13/two-instruments-of-software-architect.html" (341 words)
No need to translate, the page exists at "/ru/2015/05/13/two-instruments-of-software-architect.html" (832 words)
No need to translate, the page exists at "/zh/2014/06/19/avoid-string-concatenation.html" (393 words)
No need to translate, the page exists at "/ru/2014/06/19/avoid-string-concatenation.html" (813 words)
No need to translate, the page exists at "/en/2016/12/19/privatbank-nationalization.html" (871 words)
No need to translate, the page exists at "/zh/2016/12/19/privatbank-nationalization.html" (451 words)
No need to translate, the page exists at "/en/2017/11/22/opposition.html" (1208 words)
No need to translate, the page exists at "/zh/2017/11/22/opposition.html" (432 words)
No need to translate, the page exists at "/zh/2021/09/09/simba.html" (359 words)
No need to translate, the page exists at "/ru/2021/09/09/simba.html" (1084 words)
No need to translate, the page exists at "/zh/2014/10/20/how-we-write-product-vision.html" (377 words)
No need to translate, the page exists at "/ru/2014/10/20/how-we-write-product-vision.html" (1361 words)
No need to translate, the page exists at "/zh/2020/06/23/individual-performance-metrics.html" (409 words)
No need to translate, the page exists at "/ru/2020/06/23/individual-performance-metrics.html" (1284 words)
No need to translate, the page exists at "/zh/2018/01/09/micro-budgeting.html" (356 words)
No need to translate, the page exists at "/ru/2018/01/09/micro-budgeting.html" (1067 words)
No need to translate, the page exists at "/zh/2025/04/24/dont-close-their-tickets.html" (574 words)
No need to translate, the page exists at "/ru/2025/04/24/dont-close-their-tickets.html" (926 words)
No need to translate, the page exists at "/en/2020/03/29/coronavirus.html" (1259 words)
No need to translate, the page exists at "/zh/2020/03/29/coronavirus.html" (458 words)
No need to translate, the page exists at "/zh/2017/06/27/my-environment.html" (1040 words)
No need to translate, the page exists at "/ru/2017/06/27/my-environment.html" (1077 words)
No need to translate, the page exists at "/zh/2014/11/20/seven-virtues-of-good-object.html" (466 words)
No need to translate, the page exists at "/ru/2014/11/20/seven-virtues-of-good-object.html" (2651 words)
No need to translate, the page exists at "/en/2016/12/22/what-causes-terrorism.html" (1155 words)
No need to translate, the page exists at "/zh/2016/12/22/what-causes-terrorism.html" (472 words)
No need to translate, the page exists at "/zh/2016/07/14/who-is-object.html" (367 words)
No need to translate, the page exists at "/ru/2016/07/14/who-is-object.html" (1117 words)
No need to translate, the page exists at "/zh/2019/04/02/software-project-review-checklist.html" (364 words)
No need to translate, the page exists at "/ru/2019/04/02/software-project-review-checklist.html" (744 words)
No need to translate, the page exists at "/zh/2014/05/05/oop-alternative-to-utility-classes.html" (543 words)
No need to translate, the page exists at "/ru/2014/05/05/oop-alternative-to-utility-classes.html" (1018 words)
No need to translate, the page exists at "/zh/2017/01/17/synchronized-decorators.html" (361 words)
No need to translate, the page exists at "/ru/2017/01/17/synchronized-decorators.html" (741 words)
No need to translate, the page exists at "/zh/2014/12/01/orm-offensive-anti-pattern.html" (452 words)
No need to translate, the page exists at "/ru/2014/12/01/orm-offensive-anti-pattern.html" (1968 words)
No need to translate, the page exists at "/zh/2022/06/05/reflection-means-hidden-coupling.html" (576 words)
No need to translate, the page exists at "/ru/2022/06/05/reflection-means-hidden-coupling.html" (2167 words)
No need to translate, the page exists at "/zh/2016/08/15/what-is-wrong-object-oriented-programming.html" (958 words)
No need to translate, the page exists at "/ru/2016/08/15/what-is-wrong-object-oriented-programming.html" (1048 words)
No need to translate, the page exists at "/zh/2015/01/10/windows-appveyor-maven.html" (366 words)
No need to translate, the page exists at "/ru/2015/01/10/windows-appveyor-maven.html" (507 words)
No need to translate, the page exists at "/zh/2017/06/22/object-oriented-input-output-in-cactoos.html" (437 words)
No need to translate, the page exists at "/ru/2017/06/22/object-oriented-input-output-in-cactoos.html" (971 words)
No need to translate, the page exists at "/zh/2020/11/15/award-2021.html" (342 words)
No need to translate, the page exists at "/ru/2020/11/15/award-2021.html" (610 words)
No need to translate, the page exists at "/zh/2018/02/13/micro-vesting.html" (357 words)
No need to translate, the page exists at "/ru/2018/02/13/micro-vesting.html" (786 words)
No need to translate, the page exists at "/zh/2014/09/11/deployment-script-vs-rultor.html" (400 words)
No need to translate, the page exists at "/ru/2014/09/11/deployment-script-vs-rultor.html" (1537 words)
No need to translate, the page exists at "/zh/2020/11/03/daily-reports.html" (356 words)
No need to translate, the page exists at "/ru/2020/11/03/daily-reports.html" (1175 words)
No need to translate, the page exists at "/zh/2015/06/22/valid-reasons-to-reject-bug-fix.html" (388 words)
No need to translate, the page exists at "/ru/2015/06/22/valid-reasons-to-reject-bug-fix.html" (1051 words)
No need to translate, the page exists at "/zh/2022/03/29/bugs-occam-razor.html" (351 words)
No need to translate, the page exists at "/ru/2022/03/29/bugs-occam-razor.html" (634 words)
No need to translate, the page exists at "/zh/2021/08/04/prestructors.html" (357 words)
No need to translate, the page exists at "/ru/2021/08/04/prestructors.html" (547 words)
No need to translate, the page exists at "/zh/2016/04/08/revenue-may-kill-startup.html" (346 words)
No need to translate, the page exists at "/ru/2016/04/08/revenue-may-kill-startup.html" (971 words)
No need to translate, the page exists at "/zh/2017/09/19/what-motivates-me.html" (361 words)
No need to translate, the page exists at "/ru/2017/09/19/what-motivates-me.html" (1265 words)
No need to translate, the page exists at "/zh/2017/02/14/stackoverflow-is-your-tool.html" (371 words)
No need to translate, the page exists at "/ru/2017/02/14/stackoverflow-is-your-tool.html" (1069 words)
No need to translate, the page exists at "/zh/2017/08/15/bitcoin-pyramid.html" (359 words)
No need to translate, the page exists at "/ru/2017/08/15/bitcoin-pyramid.html" (903 words)
No need to translate, the page exists at "/zh/2016/07/11/mistakes-in-agile-manifesto.html" (368 words)
No need to translate, the page exists at "/ru/2016/07/11/mistakes-in-agile-manifesto.html" (982 words)
No need to translate, the page exists at "/zh/2020/01/07/embrace-the-chaos.html" (362 words)
No need to translate, the page exists at "/ru/2020/01/07/embrace-the-chaos.html" (704 words)
No need to translate, the page exists at "/zh/2018/03/13/fluent-interfaces.html" (398 words)
No need to translate, the page exists at "/ru/2018/03/13/fluent-interfaces.html" (1101 words)
No need to translate, the page exists at "/zh/2016/01/26/defensive-programming.html" (370 words)
No need to translate, the page exists at "/ru/2016/01/26/defensive-programming.html" (697 words)
No need to translate, the page exists at "/en/2019/09/15/revolution-bottom-up.html" (1256 words)
No need to translate, the page exists at "/zh/2019/09/15/revolution-bottom-up.html" (441 words)
No need to translate, the page exists at "/zh/2023/08/29/ai-for-software-engineering.html" (344 words)
No need to translate, the page exists at "/ru/2023/08/29/ai-for-software-engineering.html" (1199 words)
No need to translate, the page exists at "/zh/2015/10/13/competition-without-rules.html" (348 words)
No need to translate, the page exists at "/ru/2015/10/13/competition-without-rules.html" (702 words)
No need to translate, the page exists at "/zh/2015/06/18/good-programmers-bug-free.html" (363 words)
No need to translate, the page exists at "/ru/2015/06/18/good-programmers-bug-free.html" (794 words)
No need to translate, the page exists at "/en/2019/01/20/drugs.html" (1483 words)
No need to translate, the page exists at "/zh/2019/01/20/drugs.html" (466 words)
No need to translate, the page exists at "/zh/2014/10/08/continuous-integration-is-dead.html" (369 words)
No need to translate, the page exists at "/ru/2014/10/08/continuous-integration-is-dead.html" (1111 words)
No need to translate, the page exists at "/zh/2017/08/22/to-be-nice-or-not.html" (399 words)
No need to translate, the page exists at "/ru/2017/08/22/to-be-nice-or-not.html" (1236 words)
No need to translate, the page exists at "/en/2017/04/18/dnepr-corruption-item.html" (1254 words)
No need to translate, the page exists at "/zh/2017/04/18/dnepr-corruption-item.html" (451 words)
No need to translate, the page exists at "/zh/2016/07/06/data-transfer-object.html" (377 words)
No need to translate, the page exists at "/ru/2016/07/06/data-transfer-object.html" (742 words)
No need to translate, the page exists at "/en/2017/10/24/motherland.html" (1171 words)
No need to translate, the page exists at "/zh/2017/10/24/motherland.html" (456 words)
No need to translate, the page exists at "/zh/2016/05/03/test-methods-must-share-nothing.html" (392 words)
No need to translate, the page exists at "/ru/2016/05/03/test-methods-must-share-nothing.html" (963 words)
No need to translate, the page exists at "/zh/2016/02/03/design-patterns-and-anti-patterns.html" (427 words)
No need to translate, the page exists at "/ru/2016/02/03/design-patterns-and-anti-patterns.html" (948 words)
No need to translate, the page exists at "/zh/2014/04/11/jcabi-http-intro.html" (424 words)
No need to translate, the page exists at "/ru/2014/04/11/jcabi-http-intro.html" (809 words)
No need to translate, the page exists at "/zh/2022/08/10/xsline-immutable-pipeline.html" (491 words)
No need to translate, the page exists at "/ru/2022/08/10/xsline-immutable-pipeline.html" (923 words)
No need to translate, the page exists at "/zh/2014/09/09/restful-web-sites.html" (419 words)
No need to translate, the page exists at "/ru/2014/09/09/restful-web-sites.html" (1027 words)
jekyll-chatgpt-translate 0.1.0: 0 pages translated and 962 pages copied in 20.68s
.......Configuration file: /home/r/repo/_config.yml
.File /home/r/repo/uml/d892698103dc5669949527a8754c5f26.svg already exists (3404 bytes)
.......................File /home/r/repo/uml/52d3d016f2264bbf660a23d5bbe84203.svg already exists (8673 bytes)
.......................................................................................................File /home/r/repo/uml/19b92d0465e2e819ffcf88cf46c6e333.svg already exists (3956 bytes)
................File /home/r/repo/uml/eee0d1bcdb7b9318e937e99e04e39ff7.svg already exists (3430 bytes)
File /home/r/repo/uml/d103661ebf8494340e260442970bf4af.svg already exists (4557 bytes)
......................File /home/r/repo/uml/b5d40b6498ca48f6d2efc8671dd6d1e6.svg already exists (4456 bytes)
File /home/r/repo/uml/aecf8b3862f82e6d5d8d27e948d45c83.svg already exists (5497 bytes)
..........................File /home/r/repo/uml/653125b6c32d12b7325dba52054c09ca.svg already exists (3490 bytes)
File /home/r/repo/uml/cad4de541e1ab10d3d9d751c661fe63f.svg already exists (3443 bytes)
...........File /home/r/repo/uml/45d05ab3bd9a93ad88ec209352b62f60.svg already exists (3220 bytes)
...........................................................................................................................................File /home/r/repo/uml/b9cc42a8e5ed92f94f4362cfd328fb0d.svg already exists (13454 bytes)
File /home/r/repo/uml/930f06f36724929287c1ee82fd95c77b.svg already exists (8538 bytes)
.File /home/r/repo/uml/c415b43f6d14c18e66db32e9d5d6e8b2.svg already exists (17871 bytes)
..............................................................................................................................347,617 words in the entire blog, 13,925 uniques
33m1mDeprecation Warning0m [34mimport0m]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
34m â•·0m
34m6 │0m @import 31m'disqus'0m;
34m │0m 31m ^^^^^^^^0m
34m ╵0m
/home/r/repo/css/layout.scss 6:9 root stylesheet
33m1mDeprecation Warning0m [34mimport0m]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
34m â•·0m
34m7 │0m @import 31m'defs'0m;
34m │0m 31m ^^^^^^0m
34m ╵0m
/home/r/repo/css/layout.scss 7:9 root stylesheet
33m1mDeprecation Warning0m [34mimport0m]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
34m â•·0m
34m8 │0m @import 31m'fonts'0m;
34m │0m 31m ^^^^^^^0m
34m ╵0m
/home/r/repo/css/layout.scss 8:9 root stylesheet
33m1mDeprecation Warning0m [34mimport0m]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
34m â•·0m
34m9 │0m @import 31m'highlight'0m;
34m │0m 31m ^^^^^^^^^^^0m
34m ╵0m
/home/r/repo/css/layout.scss 9:9 root stylesheet
33m1mDeprecation Warning0m [34mimport0m]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
34m â•·0m
34m10 │0m @import 31m'ico'0m;
34m │0m 31m ^^^^^0m
34m ╵0m
/home/r/repo/css/layout.scss 10:9 root stylesheet
33m1mWarning0m: 8 repetitive deprecation warnings omitted.
Run in verbose mode to see all warnings.
33m Conflict: The following destination is shared by multiple files.0m
33m The written file may end up with unexpected contents.0m
33m 36m/home/r/repo/_site/rss.xml0m0m
33m - rss.xml0m
33m - /home/r/repo/_site/rss.xml0m
33m 0m
/home/r/repo/_site/gnuplot/2014/11/hoc-vs-loc.svg created (89739 bytes)
/home/r/repo/_site/places.txt created (1029 bytes)
/home/r/repo/_site/tags.txt created (1209 bytes)
/home/r/repo/_site/stats.svg created (63511 bytes)
/home/r/repo/_site/words.txt created (94665 bytes)
Saved 362 words to "/home/r/repo/_site/zh/2015/10/01/vertical-horizontal-decorating.html"
Saved 539 words to "/home/r/repo/_site/ru/2015/10/01/vertical-horizontal-decorating.html"
Saved 840 words to "/home/r/repo/_site/zh/2017/10/24/award-2018.html"
Saved 1425 words to "/home/r/repo/_site/ru/2017/10/24/award-2018.html"
Saved 416 words to "/home/r/repo/_site/zh/2014/04/28/xml-xpath-hamcrest-matchers.html"
Saved 620 words to "/home/r/repo/_site/ru/2014/04/28/xml-xpath-hamcrest-matchers.html"
Saved 1212 words to "/home/r/repo/_site/en/2017/06/29/activists.html"
Saved 440 words to "/home/r/repo/_site/zh/2017/06/29/activists.html"
Saved 352 words to "/home/r/repo/_site/zh/2021/06/01/tips-for-recruiters.html"
Saved 1785 words to "/home/r/repo/_site/ru/2021/06/01/tips-for-recruiters.html"
Saved 443 words to "/home/r/repo/_site/zh/2021/04/14/how-we-organized-iccq.html"
Saved 1723 words to "/home/r/repo/_site/ru/2021/04/14/how-we-organized-iccq.html"
Saved 418 words to "/home/r/repo/_site/zh/2014/09/23/built-in-fake-objects.html"
Saved 859 words to "/home/r/repo/_site/ru/2014/09/23/built-in-fake-objects.html"
Saved 581 words to "/home/r/repo/_site/zh/2018/09/30/award-2019.html"
Saved 920 words to "/home/r/repo/_site/ru/2018/09/30/award-2019.html"
Saved 552 words to "/home/r/repo/_site/zh/2024/07/07/checking-object-existence.html"
Saved 1035 words to "/home/r/repo/_site/ru/2024/07/07/checking-object-existence.html"
Saved 424 words to "/home/r/repo/_site/zh/2015/09/07/maven-repository-amazon-s3.html"
Saved 745 words to "/home/r/repo/_site/ru/2015/09/07/maven-repository-amazon-s3.html"
Saved 1211 words to "/home/r/repo/_site/en/2019/02/21/jews-vs-french.html"
Saved 458 words to "/home/r/repo/_site/zh/2019/02/21/jews-vs-french.html"
Saved 372 words to "/home/r/repo/_site/zh/2018/03/06/speed-vs-quality.html"
Saved 934 words to "/home/r/repo/_site/ru/2018/03/06/speed-vs-quality.html"
Saved 387 words to "/home/r/repo/_site/zh/2017/05/10/inversion-of-control.html"
Saved 594 words to "/home/r/repo/_site/ru/2017/05/10/inversion-of-control.html"
Saved 442 words to "/home/r/repo/_site/zh/2015/03/29/rultor-with-appveyor.html"
Saved 668 words to "/home/r/repo/_site/ru/2015/03/29/rultor-with-appveyor.html"
Saved 629 words to "/home/r/repo/_site/zh/2014/10/05/ten-hosted-continuous-integration-services.html"
Saved 1463 words to "/home/r/repo/_site/ru/2014/10/05/ten-hosted-continuous-integration-services.html"
Saved 363 words to "/home/r/repo/_site/zh/2022/09/08/smaller-try-blocks.html"
Saved 525 words to "/home/r/repo/_site/ru/2022/09/08/smaller-try-blocks.html"
Saved 355 words to "/home/r/repo/_site/zh/2015/05/04/how-to-protect-business-idea.html"
Saved 1659 words to "/home/r/repo/_site/ru/2015/05/04/how-to-protect-business-idea.html"
Saved 952 words to "/home/r/repo/_site/en/2018/01/03/fake-opposition.html"
Saved 424 words to "/home/r/repo/_site/zh/2018/01/03/fake-opposition.html"
Saved 359 words to "/home/r/repo/_site/zh/2015/01/26/happy-boss-false-objective.html"
Saved 1211 words to "/home/r/repo/_site/ru/2015/01/26/happy-boss-false-objective.html"
Saved 449 words to "/home/r/repo/_site/zh/2015/04/02/class-casting-is-anti-pattern.html"
Saved 929 words to "/home/r/repo/_site/ru/2015/04/02/class-casting-is-anti-pattern.html"
Saved 1222 words to "/home/r/repo/_site/en/2024/09/21/interpreters-of-chaos.html"
Saved 455 words to "/home/r/repo/_site/zh/2024/09/21/interpreters-of-chaos.html"
Saved 352 words to "/home/r/repo/_site/zh/2017/12/12/alan-kay-was-wrong.html"
Saved 695 words to "/home/r/repo/_site/ru/2017/12/12/alan-kay-was-wrong.html"
Saved 400 words to "/home/r/repo/_site/zh/2014/06/25/xml-and-xslt-in-browser.html"
Saved 1153 words to "/home/r/repo/_site/ru/2014/06/25/xml-and-xslt-in-browser.html"
Saved 1463 words to "/home/r/repo/_site/en/2017/02/20/nationalism-of-the-future.html"
Saved 449 words to "/home/r/repo/_site/zh/2017/02/20/nationalism-of-the-future.html"
Saved 400 words to "/home/r/repo/_site/zh/2015/03/09/objects-end-with-er.html"
Saved 912 words to "/home/r/repo/_site/ru/2015/03/09/objects-end-with-er.html"
Saved 348 words to "/home/r/repo/_site/zh/2019/12/24/altruism-kills.html"
Saved 1102 words to "/home/r/repo/_site/ru/2019/12/24/altruism-kills.html"
Saved 361 words to "/home/r/repo/_site/zh/2018/04/24/right-way-to-report-bugs.html"
Saved 853 words to "/home/r/repo/_site/ru/2018/04/24/right-way-to-report-bugs.html"
Saved 343 words to "/home/r/repo/_site/zh/2014/04/06/introduction.html"
Saved 433 words to "/home/r/repo/_site/ru/2014/04/06/introduction.html"
Saved 782 words to "/home/r/repo/_site/en/2017/01/12/will-i-go-to-war.html"
Saved 444 words to "/home/r/repo/_site/zh/2017/01/12/will-i-go-to-war.html"
Saved 374 words to "/home/r/repo/_site/zh/2019/05/21/dont-improvise.html"
Saved 1188 words to "/home/r/repo/_site/ru/2019/05/21/dont-improvise.html"
Saved 374 words to "/home/r/repo/_site/zh/2014/12/15/how-much-your-objects-encapsulate.html"
Saved 744 words to "/home/r/repo/_site/ru/2014/12/15/how-much-your-objects-encapsulate.html"
Saved 382 words to "/home/r/repo/_site/zh/2016/07/18/law-of-demeter.html"
Saved 752 words to "/home/r/repo/_site/ru/2016/07/18/law-of-demeter.html"
Saved 356 words to "/home/r/repo/_site/zh/2014/09/10/anti-patterns-in-oop.html"
Saved 384 words to "/home/r/repo/_site/ru/2014/09/10/anti-patterns-in-oop.html"
Saved 1057 words to "/home/r/repo/_site/en/2016/12/01/what-is-wrong-about-guns.html"
Saved 444 words to "/home/r/repo/_site/zh/2016/12/01/what-is-wrong-about-guns.html"
Saved 342 words to "/home/r/repo/_site/zh/2016/05/10/keynote-clowns.html"
Saved 893 words to "/home/r/repo/_site/ru/2016/05/10/keynote-clowns.html"
Saved 409 words to "/home/r/repo/_site/zh/2014/08/29/docker-non-root.html"
Saved 493 words to "/home/r/repo/_site/ru/2014/08/29/docker-non-root.html"
Saved 884 words to "/home/r/repo/_site/en/2017/01/05/justice-against-corruption.html"
Saved 438 words to "/home/r/repo/_site/zh/2017/01/05/justice-against-corruption.html"
Saved 530 words to "/home/r/repo/_site/zh/2024/06/09/patent-claim.html"
Saved 1614 words to "/home/r/repo/_site/ru/2024/06/09/patent-claim.html"
Saved 396 words to "/home/r/repo/_site/zh/2016/07/10/software-project-roles.html"
Saved 623 words to "/home/r/repo/_site/ru/2016/07/10/software-project-roles.html"
Saved 387 words to "/home/r/repo/_site/zh/2019/10/29/sql-as-a-service.html"
Saved 926 words to "/home/r/repo/_site/ru/2019/10/29/sql-as-a-service.html"
Saved 921 words to "/home/r/repo/_site/en/2018/03/25/why-gas.html"
Saved 467 words to "/home/r/repo/_site/zh/2018/03/25/why-gas.html"
Saved 346 words to "/home/r/repo/_site/zh/2019/01/01/hazardous-enthusiasm.html"
Saved 888 words to "/home/r/repo/_site/ru/2019/01/01/hazardous-enthusiasm.html"
Saved 356 words to "/home/r/repo/_site/zh/2017/08/01/how-to-manage-a-manager.html"
Saved 1250 words to "/home/r/repo/_site/ru/2017/08/01/how-to-manage-a-manager.html"
Saved 353 words to "/home/r/repo/_site/zh/2015/10/06/how-to-be-good-office-slave.html"
Saved 1693 words to "/home/r/repo/_site/ru/2015/10/06/how-to-be-good-office-slave.html"
Saved 734 words to "/home/r/repo/_site/en/2017/05/15/loyalty.html"
Saved 439 words to "/home/r/repo/_site/zh/2017/05/15/loyalty.html"
Saved 383 words to "/home/r/repo/_site/zh/2017/02/21/say-no-to-google-recruiters.html"
Saved 996 words to "/home/r/repo/_site/ru/2017/02/21/say-no-to-google-recruiters.html"
Saved 493 words to "/home/r/repo/_site/zh/2018/09/07/what-is-speed.html"
Saved 1085 words to "/home/r/repo/_site/ru/2018/09/07/what-is-speed.html"
Saved 352 words to "/home/r/repo/_site/zh/2022/02/16/ai-coding.html"
Saved 1017 words to "/home/r/repo/_site/ru/2022/02/16/ai-coding.html"
Saved 359 words to "/home/r/repo/_site/zh/2018/02/06/where-to-find-more-bugs.html"
Saved 692 words to "/home/r/repo/_site/ru/2018/02/06/where-to-find-more-bugs.html"
Saved 403 words to "/home/r/repo/_site/zh/2017/12/05/data-access-object.html"
Saved 753 words to "/home/r/repo/_site/ru/2017/12/05/data-access-object.html"
Saved 421 words to "/home/r/repo/_site/zh/2015/12/08/temporal-coupling-between-method-calls.html"
Saved 811 words to "/home/r/repo/_site/ru/2015/12/08/temporal-coupling-between-method-calls.html"
Saved 359 words to "/home/r/repo/_site/zh/2015/07/16/fools-dont-write-unit-tests.html"
Saved 837 words to "/home/r/repo/_site/ru/2015/07/16/fools-dont-write-unit-tests.html"
Saved 584 words to "/home/r/repo/_site/zh/2014/09/02/java-ssh-client.html"
Saved 677 words to "/home/r/repo/_site/ru/2014/09/02/java-ssh-client.html"
Saved 369 words to "/home/r/repo/_site/zh/2019/07/30/joy-of-programming.html"
Saved 1390 words to "/home/r/repo/_site/ru/2019/07/30/joy-of-programming.html"
Saved 381 words to "/home/r/repo/_site/zh/2014/08/13/strict-code-quality-control.html"
Saved 1151 words to "/home/r/repo/_site/ru/2014/08/13/strict-code-quality-control.html"
Saved 376 words to "/home/r/repo/_site/zh/2014/11/24/principles-of-bug-tracking.html"
Saved 1784 words to "/home/r/repo/_site/ru/2014/11/24/principles-of-bug-tracking.html"
Saved 418 words to "/home/r/repo/_site/zh/2015/02/26/composable-decorators.html"
Saved 856 words to "/home/r/repo/_site/ru/2015/02/26/composable-decorators.html"
Saved 400 words to "/home/r/repo/_site/zh/2015/11/16/json-vs-xml.html"
Saved 1112 words to "/home/r/repo/_site/ru/2015/11/16/json-vs-xml.html"
Saved 417 words to "/home/r/repo/_site/zh/2015/02/20/utility-classes-vs-functional-programming.html"
Saved 1502 words to "/home/r/repo/_site/ru/2015/02/20/utility-classes-vs-functional-programming.html"
Saved 452 words to "/home/r/repo/_site/zh/2023/01/19/layout-of-tests.html"
Saved 1832 words to "/home/r/repo/_site/ru/2023/01/19/layout-of-tests.html"
Saved 496 words to "/home/r/repo/_site/zh/2018/11/23/freelance-vs-outsourcing.html"
Saved 799 words to "/home/r/repo/_site/ru/2018/11/23/freelance-vs-outsourcing.html"
Saved 1055 words to "/home/r/repo/_site/en/2019/01/28/the-wall.html"
Saved 445 words to "/home/r/repo/_site/zh/2019/01/28/the-wall.html"
Saved 359 words to "/home/r/repo/_site/zh/2014/09/24/why-monetary-awards-dont-work.html"
Saved 1007 words to "/home/r/repo/_site/ru/2014/09/24/why-monetary-awards-dont-work.html"
Saved 1042 words to "/home/r/repo/_site/en/2016/12/05/who-needs-war.html"
Saved 447 words to "/home/r/repo/_site/zh/2016/12/05/who-needs-war.html"
Saved 348 words to "/home/r/repo/_site/zh/2014/12/04/synchronization-between-nodes.html"
Saved 815 words to "/home/r/repo/_site/ru/2014/12/04/synchronization-between-nodes.html"
Saved 434 words to "/home/r/repo/_site/zh/2014/04/18/jcabi-http-server-mocking.html"
Saved 875 words to "/home/r/repo/_site/ru/2014/04/18/jcabi-http-server-mocking.html"
Saved 361 words to "/home/r/repo/_site/zh/2018/10/16/dont-make-me-guess.html"
Saved 919 words to "/home/r/repo/_site/ru/2018/10/16/dont-make-me-guess.html"
Saved 513 words to "/home/r/repo/_site/zh/2024/12/15/open-source-beginner-advice.html"
Saved 1359 words to "/home/r/repo/_site/ru/2024/12/15/open-source-beginner-advice.html"
Saved 530 words to "/home/r/repo/_site/zh/2024/06/23/medals-to-win.html"
Saved 933 words to "/home/r/repo/_site/ru/2024/06/23/medals-to-win.html"
Saved 386 words to "/home/r/repo/_site/zh/2015/05/07/ctors-must-be-code-free.html"
Saved 907 words to "/home/r/repo/_site/ru/2015/05/07/ctors-must-be-code-free.html"
Saved 376 words to "/home/r/repo/_site/zh/2015/01/05/how-to-be-honest-and-keep-customer.html"
Saved 1880 words to "/home/r/repo/_site/ru/2015/01/05/how-to-be-honest-and-keep-customer.html"
Saved 352 words to "/home/r/repo/_site/zh/2015/06/02/how-to-estimate-software-cost.html"
Saved 1216 words to "/home/r/repo/_site/ru/2015/06/02/how-to-estimate-software-cost.html"
Saved 1112 words to "/home/r/repo/_site/en/2016/12/26/what-would-you-ask-putin.html"
Saved 486 words to "/home/r/repo/_site/zh/2016/12/26/what-would-you-ask-putin.html"
Saved 365 words to "/home/r/repo/_site/zh/2019/01/15/what-if-architect-is-wrong.html"
Saved 1091 words to "/home/r/repo/_site/ru/2019/01/15/what-if-architect-is-wrong.html"
Saved 346 words to "/home/r/repo/_site/zh/2015/03/02/team-morale-myths-and-reality.html"
Saved 1046 words to "/home/r/repo/_site/ru/2015/03/02/team-morale-myths-and-reality.html"
Saved 417 words to "/home/r/repo/_site/zh/2020/11/10/typing-without-types.html"
Saved 811 words to "/home/r/repo/_site/ru/2020/11/10/typing-without-types.html"
Saved 428 words to "/home/r/repo/_site/zh/2015/04/22/favorite-software-books.html"
Saved 1072 words to "/home/r/repo/_site/ru/2015/04/22/favorite-software-books.html"
Saved 349 words to "/home/r/repo/_site/zh/2014/12/18/independent-technical-reviews.html"
Saved 1199 words to "/home/r/repo/_site/ru/2014/12/18/independent-technical-reviews.html"
Saved 394 words to "/home/r/repo/_site/zh/2018/06/19/glogin.html"
Saved 625 words to "/home/r/repo/_site/ru/2018/06/19/glogin.html"
Saved 375 words to "/home/r/repo/_site/zh/2014/04/26/incremental-requirements-with-requs.html"
Saved 1226 words to "/home/r/repo/_site/ru/2014/04/26/incremental-requirements-with-requs.html"
Saved 563 words to "/home/r/repo/_site/zh/2025/05/18/bug-reports-as-contracts.html"
Saved 960 words to "/home/r/repo/_site/ru/2025/05/18/bug-reports-as-contracts.html"
Saved 372 words to "/home/r/repo/_site/zh/2017/05/23/unlimited-number-of-bugs.html"
Saved 721 words to "/home/r/repo/_site/ru/2017/05/23/unlimited-number-of-bugs.html"
Saved 389 words to "/home/r/repo/_site/zh/2014/07/21/read-only-master-branch.html"
Saved 1292 words to "/home/r/repo/_site/ru/2014/07/21/read-only-master-branch.html"
Saved 409 words to "/home/r/repo/_site/zh/2014/10/03/di-containers-are-evil.html"
Saved 941 words to "/home/r/repo/_site/ru/2014/10/03/di-containers-are-evil.html"
Saved 383 words to "/home/r/repo/_site/zh/2015/06/29/simple-diagrams.html"
Saved 1152 words to "/home/r/repo/_site/ru/2015/06/29/simple-diagrams.html"
Saved 347 words to "/home/r/repo/_site/zh/2016/02/18/holacracy-autocracy.html"
Saved 828 words to "/home/r/repo/_site/ru/2016/02/18/holacracy-autocracy.html"
Saved 646 words to "/home/r/repo/_site/zh/2025/08/17/type-annotations.html"
Saved 1436 words to "/home/r/repo/_site/ru/2025/08/17/type-annotations.html"
Saved 508 words to "/home/r/repo/_site/zh/2014/05/13/why-null-is-bad.html"
Saved 1338 words to "/home/r/repo/_site/ru/2014/05/13/why-null-is-bad.html"
Saved 361 words to "/home/r/repo/_site/zh/2017/04/05/pdd-in-action.html"
Saved 664 words to "/home/r/repo/_site/ru/2017/04/05/pdd-in-action.html"
Saved 370 words to "/home/r/repo/_site/zh/2016/03/08/pimp-up-your-resume.html"
Saved 2615 words to "/home/r/repo/_site/ru/2016/03/08/pimp-up-your-resume.html"
Saved 432 words to "/home/r/repo/_site/zh/2020/12/01/abstract-objects.html"
Saved 788 words to "/home/r/repo/_site/ru/2020/12/01/abstract-objects.html"
Saved 372 words to "/home/r/repo/_site/zh/2014/11/03/empty-line-code-smell.html"
Saved 710 words to "/home/r/repo/_site/ru/2014/11/03/empty-line-code-smell.html"
Saved 372 words to "/home/r/repo/_site/zh/2015/06/08/deadly-sins-software-project.html"
Saved 1679 words to "/home/r/repo/_site/ru/2015/06/08/deadly-sins-software-project.html"
Saved 392 words to "/home/r/repo/_site/zh/2018/10/30/mailanes.html"
Saved 888 words to "/home/r/repo/_site/ru/2018/10/30/mailanes.html"
Saved 443 words to "/home/r/repo/_site/zh/2015/10/20/interrupted-exception.html"
Saved 1174 words to "/home/r/repo/_site/ru/2015/10/20/interrupted-exception.html"
Saved 364 words to "/home/r/repo/_site/zh/2023/12/26/defend-me-against-chatgpt.html"
Saved 858 words to "/home/r/repo/_site/ru/2023/12/26/defend-me-against-chatgpt.html"
Saved 357 words to "/home/r/repo/_site/zh/2017/09/26/threecopies-server-data-backup.html"
Saved 880 words to "/home/r/repo/_site/ru/2017/09/26/threecopies-server-data-backup.html"
Saved 379 words to "/home/r/repo/_site/zh/2017/12/19/srp-is-hoax.html"
Saved 856 words to "/home/r/repo/_site/ru/2017/12/19/srp-is-hoax.html"
Saved 1011 words to "/home/r/repo/_site/zh/2019/07/02/tdd-misbeliefs.html"
Saved 1146 words to "/home/r/repo/_site/ru/2019/07/02/tdd-misbeliefs.html"
Saved 556 words to "/home/r/repo/_site/zh/2025/05/31/good-bug-title.html"
Saved 790 words to "/home/r/repo/_site/ru/2025/05/31/good-bug-title.html"
Saved 398 words to "/home/r/repo/_site/zh/2020/10/27/distance-of-coupling.html"
Saved 1109 words to "/home/r/repo/_site/ru/2020/10/27/distance-of-coupling.html"
Saved 360 words to "/home/r/repo/_site/zh/2018/11/20/journalism.html"
Saved 784 words to "/home/r/repo/_site/ru/2018/11/20/journalism.html"
Saved 1764 words to "/home/r/repo/_site/en/2017/10/30/ukrainian-language.html"
Saved 435 words to "/home/r/repo/_site/zh/2017/10/30/ukrainian-language.html"
Saved 500 words to "/home/r/repo/_site/zh/2018/10/01/remote-work.html"
Saved 744 words to "/home/r/repo/_site/ru/2018/10/01/remote-work.html"
Saved 545 words to "/home/r/repo/_site/zh/2017/06/13/dynamodb-rack-maven.html"
Saved 1071 words to "/home/r/repo/_site/ru/2017/06/13/dynamodb-rack-maven.html"
Saved 338 words to "/home/r/repo/_site/zh/2014/04/15/definition-of-done.html"
Saved 575 words to "/home/r/repo/_site/ru/2014/04/15/definition-of-done.html"
Saved 366 words to "/home/r/repo/_site/zh/2014/04/24/java-xml-parsing-and-traversing.html"
Saved 538 words to "/home/r/repo/_site/ru/2014/04/24/java-xml-parsing-and-traversing.html"
Saved 418 words to "/home/r/repo/_site/zh/2016/04/12/java-annotations-are-evil.html"
Saved 1155 words to "/home/r/repo/_site/ru/2016/04/12/java-annotations-are-evil.html"
Saved 377 words to "/home/r/repo/_site/zh/2020/07/29/open-source-etiquette.html"
Saved 1024 words to "/home/r/repo/_site/ru/2020/07/29/open-source-etiquette.html"
Saved 411 words to "/home/r/repo/_site/zh/2015/07/28/checked-vs-unchecked-exceptions.html"
Saved 1525 words to "/home/r/repo/_site/ru/2015/07/28/checked-vs-unchecked-exceptions.html"
Saved 1058 words to "/home/r/repo/_site/zh/2015/10/17/award-2016.html"
Saved 1744 words to "/home/r/repo/_site/ru/2015/10/17/award-2016.html"
Saved 369 words to "/home/r/repo/_site/zh/2015/04/30/iterating-adapter.html"
Saved 524 words to "/home/r/repo/_site/ru/2015/04/30/iterating-adapter.html"
Saved 531 words to "/home/r/repo/_site/zh/2023/08/08/two-step-initialization.html"
Saved 1549 words to "/home/r/repo/_site/ru/2023/08/08/two-step-initialization.html"
Saved 374 words to "/home/r/repo/_site/zh/2023/08/22/fast-vs-deep-testing.html"
Saved 1093 words to "/home/r/repo/_site/ru/2023/08/22/fast-vs-deep-testing.html"
Saved 579 words to "/home/r/repo/_site/zh/2025/05/25/bug-driven-development.html"
Saved 917 words to "/home/r/repo/_site/ru/2025/05/25/bug-driven-development.html"
Saved 398 words to "/home/r/repo/_site/zh/2014/07/29/docker-in-rultor.html"
Saved 946 words to "/home/r/repo/_site/ru/2014/07/29/docker-in-rultor.html"
Saved 375 words to "/home/r/repo/_site/zh/2017/07/18/sexual-harassment.html"
Saved 949 words to "/home/r/repo/_site/ru/2017/07/18/sexual-harassment.html"
Saved 370 words to "/home/r/repo/_site/zh/2015/01/21/if-then-throw-else.html"
Saved 563 words to "/home/r/repo/_site/ru/2015/01/21/if-then-throw-else.html"
Saved 358 words to "/home/r/repo/_site/zh/2018/04/03/donations-via-zerocracy.html"
Saved 737 words to "/home/r/repo/_site/ru/2018/04/03/donations-via-zerocracy.html"
Saved 1348 words to "/home/r/repo/_site/en/2019/07/31/moscow-protests.html"
Saved 461 words to "/home/r/repo/_site/zh/2019/07/31/moscow-protests.html"
Saved 361 words to "/home/r/repo/_site/zh/2015/06/11/wikipedia-bug-definition.html"
Saved 715 words to "/home/r/repo/_site/ru/2015/06/11/wikipedia-bug-definition.html"
Saved 363 words to "/home/r/repo/_site/zh/2017/08/29/xcop.html"
Saved 598 words to "/home/r/repo/_site/ru/2017/08/29/xcop.html"
Saved 833 words to "/home/r/repo/_site/en/2017/07/27/sabotage-failed.html"
Saved 432 words to "/home/r/repo/_site/zh/2017/07/27/sabotage-failed.html"
Saved 1026 words to "/home/r/repo/_site/en/2023/08/27/immigration-by-war.html"
Saved 447 words to "/home/r/repo/_site/zh/2023/08/27/immigration-by-war.html"
Saved 325 words to "/home/r/repo/_site/zh/2024/04/01/ping-me-please.html"
Saved 557 words to "/home/r/repo/_site/ru/2024/04/01/ping-me-please.html"
Saved 440 words to "/home/r/repo/_site/zh/2016/09/07/gradients-of-immutability.html"
Saved 856 words to "/home/r/repo/_site/ru/2016/09/07/gradients-of-immutability.html"
Saved 337 words to "/home/r/repo/_site/zh/2014/10/21/incremental-billing.html"
Saved 1009 words to "/home/r/repo/_site/ru/2014/10/21/incremental-billing.html"
Saved 386 words to "/home/r/repo/_site/zh/2015/11/10/ten-mistakes-in-specs.html"
Saved 2325 words to "/home/r/repo/_site/ru/2015/11/10/ten-mistakes-in-specs.html"
Saved 364 words to "/home/r/repo/_site/zh/2018/09/12/clear-code.html"
Saved 756 words to "/home/r/repo/_site/ru/2018/09/12/clear-code.html"
Saved 382 words to "/home/r/repo/_site/zh/2016/12/20/can-objects-be-friends.html"
Saved 676 words to "/home/r/repo/_site/ru/2016/12/20/can-objects-be-friends.html"
Saved 391 words to "/home/r/repo/_site/zh/2017/04/25/sixnines.html"
Saved 669 words to "/home/r/repo/_site/ru/2017/04/25/sixnines.html"
Saved 381 words to "/home/r/repo/_site/zh/2015/01/15/how-to-cut-corners.html"
Saved 2148 words to "/home/r/repo/_site/ru/2015/01/15/how-to-cut-corners.html"
Saved 496 words to "/home/r/repo/_site/zh/2014/12/09/immutable-object-state-and-behavior.html"
Saved 1835 words to "/home/r/repo/_site/ru/2014/12/09/immutable-object-state-and-behavior.html"
Saved 393 words to "/home/r/repo/_site/zh/2018/12/18/silicon-valley-criticism.html"
Saved 1941 words to "/home/r/repo/_site/ru/2018/12/18/silicon-valley-criticism.html"
Saved 386 words to "/home/r/repo/_site/zh/2014/07/20/liquibase-in-maven.html"
Saved 715 words to "/home/r/repo/_site/ru/2014/07/20/liquibase-in-maven.html"
Saved 489 words to "/home/r/repo/_site/zh/2016/03/30/jare-instant-free-cdn.html"
Saved 1559 words to "/home/r/repo/_site/ru/2016/03/30/jare-instant-free-cdn.html"
Saved 375 words to "/home/r/repo/_site/zh/2023/08/01/method-overloading.html"
Saved 877 words to "/home/r/repo/_site/ru/2023/08/01/method-overloading.html"
Saved 353 words to "/home/r/repo/_site/zh/2017/04/18/no-help-via-email.html"
Saved 590 words to "/home/r/repo/_site/ru/2017/04/18/no-help-via-email.html"
Saved 350 words to "/home/r/repo/_site/zh/2015/09/22/micromanagement.html"
Saved 784 words to "/home/r/repo/_site/ru/2015/09/22/micromanagement.html"
Saved 357 words to "/home/r/repo/_site/zh/2016/12/13/mvc-vs-oop.html"
Saved 711 words to "/home/r/repo/_site/ru/2016/12/13/mvc-vs-oop.html"
Saved 405 words to "/home/r/repo/_site/zh/2017/08/08/raii-in-java.html"
Saved 819 words to "/home/r/repo/_site/ru/2017/08/08/raii-in-java.html"
Saved 2085 words to "/home/r/repo/_site/zh/2015/04/16/award.html"
Saved 3140 words to "/home/r/repo/_site/ru/2015/04/16/award.html"
Saved 398 words to "/home/r/repo/_site/zh/2022/08/30/dont-group-exception-catchers.html"
Saved 632 words to "/home/r/repo/_site/ru/2022/08/30/dont-group-exception-catchers.html"
Saved 387 words to "/home/r/repo/_site/zh/2018/11/27/you-can-do-better.html"
Saved 1355 words to "/home/r/repo/_site/ru/2018/11/27/you-can-do-better.html"
Saved 393 words to "/home/r/repo/_site/zh/2018/07/24/bugs-or-pull-requests.html"
Saved 578 words to "/home/r/repo/_site/ru/2018/07/24/bugs-or-pull-requests.html"
Saved 452 words to "/home/r/repo/_site/zh/2019/09/27/parsing-and-printing.html"
Saved 1078 words to "/home/r/repo/_site/ru/2019/09/27/parsing-and-printing.html"
Saved 383 words to "/home/r/repo/_site/zh/2018/02/27/parsing-objects.html"
Saved 641 words to "/home/r/repo/_site/ru/2018/02/27/parsing-objects.html"
Saved 374 words to "/home/r/repo/_site/zh/2018/01/16/educational-aspect-of-static-analysis.html"
Saved 672 words to "/home/r/repo/_site/ru/2018/01/16/educational-aspect-of-static-analysis.html"
Saved 450 words to "/home/r/repo/_site/zh/2020/03/03/prefixed-naming.html"
Saved 942 words to "/home/r/repo/_site/ru/2020/03/03/prefixed-naming.html"
Saved 359 words to "/home/r/repo/_site/zh/2015/05/21/avoid-software-outsourcing-disaster.html"
Saved 2082 words to "/home/r/repo/_site/ru/2015/05/21/avoid-software-outsourcing-disaster.html"
Saved 371 words to "/home/r/repo/_site/zh/2016/11/18/software-conferences-to-attend.html"
Saved 430 words to "/home/r/repo/_site/ru/2016/11/18/software-conferences-to-attend.html"
Saved 396 words to "/home/r/repo/_site/zh/2014/04/09/xembly-intro.html"
Saved 968 words to "/home/r/repo/_site/ru/2014/04/09/xembly-intro.html"
Saved 468 words to "/home/r/repo/_site/zh/2020/02/19/fat-skinny-design.html"
Saved 1059 words to "/home/r/repo/_site/ru/2020/02/19/fat-skinny-design.html"
Saved 405 words to "/home/r/repo/_site/zh/2017/02/07/private-method-is-new-class.html"
Saved 635 words to "/home/r/repo/_site/ru/2017/02/07/private-method-is-new-class.html"
Saved 368 words to "/home/r/repo/_site/zh/2017/06/06/gluten-free-management.html"
Saved 1092 words to "/home/r/repo/_site/ru/2017/06/06/gluten-free-management.html"
Saved 409 words to "/home/r/repo/_site/zh/2019/01/29/dependency-hell.html"
Saved 947 words to "/home/r/repo/_site/ru/2019/01/29/dependency-hell.html"
Saved 411 words to "/home/r/repo/_site/zh/2017/07/11/how-to-redesign-equals.html"
Saved 719 words to "/home/r/repo/_site/ru/2017/07/11/how-to-redesign-equals.html"
Saved 366 words to "/home/r/repo/_site/zh/2014/06/20/limit-method-execution-time.html"
Saved 634 words to "/home/r/repo/_site/ru/2014/06/20/limit-method-execution-time.html"
Saved 1333 words to "/home/r/repo/_site/en/2023/08/13/dictators.html"
Saved 445 words to "/home/r/repo/_site/zh/2023/08/13/dictators.html"
Saved 426 words to "/home/r/repo/_site/zh/2020/10/06/latex-spell-checking.html"
Saved 820 words to "/home/r/repo/_site/ru/2020/10/06/latex-spell-checking.html"
Saved 359 words to "/home/r/repo/_site/zh/2014/09/16/getters-and-setters-are-evil.html"
Saved 1266 words to "/home/r/repo/_site/ru/2014/09/16/getters-and-setters-are-evil.html"
Saved 357 words to "/home/r/repo/_site/zh/2017/09/05/rehttp-http-repeater.html"
Saved 615 words to "/home/r/repo/_site/ru/2017/09/05/rehttp-http-repeater.html"
Saved 482 words to "/home/r/repo/_site/zh/2018/08/27/penalty-for-refusal.html"
Saved 785 words to "/home/r/repo/_site/ru/2018/08/27/penalty-for-refusal.html"
Saved 385 words to "/home/r/repo/_site/zh/2018/06/26/are-you-an-architect.html"
Saved 1817 words to "/home/r/repo/_site/ru/2018/06/26/are-you-an-architect.html"
Saved 439 words to "/home/r/repo/_site/zh/2019/02/03/cloudrepo.html"
Saved 979 words to "/home/r/repo/_site/ru/2019/02/03/cloudrepo.html"
Saved 381 words to "/home/r/repo/_site/zh/2014/12/22/immutable-objects-not-dumb.html"
Saved 893 words to "/home/r/repo/_site/ru/2014/12/22/immutable-objects-not-dumb.html"
Saved 428 words to "/home/r/repo/_site/zh/2018/12/11/unit-testing-anti-patterns.html"
Saved 1185 words to "/home/r/repo/_site/ru/2018/12/11/unit-testing-anti-patterns.html"
Saved 356 words to "/home/r/repo/_site/zh/2016/06/03/conference-mistakes.html"
Saved 1137 words to "/home/r/repo/_site/ru/2016/06/03/conference-mistakes.html"
Saved 394 words to "/home/r/repo/_site/zh/2014/04/14/jcabi-dynamo-java-api-of-aws-dynamodb.html"
Saved 755 words to "/home/r/repo/_site/ru/2014/04/14/jcabi-dynamo-java-api-of-aws-dynamodb.html"
Saved 405 words to "/home/r/repo/_site/zh/2018/05/22/default-arguments-against-null.html"
Saved 573 words to "/home/r/repo/_site/ru/2018/05/22/default-arguments-against-null.html"
Saved 394 words to "/home/r/repo/_site/zh/2021/12/01/teaching.html"
Saved 1581 words to "/home/r/repo/_site/ru/2021/12/01/teaching.html"
Saved 356 words to "/home/r/repo/_site/zh/2014/10/06/software-project-lifecycle.html"
Saved 1451 words to "/home/r/repo/_site/ru/2014/10/06/software-project-lifecycle.html"
Saved 355 words to "/home/r/repo/_site/zh/2015/04/13/tacit-css-framework-for-dummies.html"
Saved 662 words to "/home/r/repo/_site/ru/2015/04/13/tacit-css-framework-for-dummies.html"
Saved 351 words to "/home/r/repo/_site/zh/2016/01/12/good-programmers-dont-work-for-equity.html"
Saved 574 words to "/home/r/repo/_site/ru/2016/01/12/good-programmers-dont-work-for-equity.html"
Saved 341 words to "/home/r/repo/_site/zh/2016/03/01/how-we-interview-programmers.html"
Saved 1031 words to "/home/r/repo/_site/ru/2016/03/01/how-we-interview-programmers.html"
Saved 335 words to "/home/r/repo/_site/zh/2015/07/13/meetings-are-legalized-robbery.html"
Saved 2130 words to "/home/r/repo/_site/ru/2015/07/13/meetings-are-legalized-robbery.html"
Saved 1389 words to "/home/r/repo/_site/en/2019/07/07/strong-opinions.html"
Saved 437 words to "/home/r/repo/_site/zh/2019/07/07/strong-opinions.html"
Saved 691 words to "/home/r/repo/_site/zh/2015/03/22/takes-java-web-framework.html"
Saved 2366 words to "/home/r/repo/_site/ru/2015/03/22/takes-java-web-framework.html"
Saved 425 words to "/home/r/repo/_site/zh/2017/10/17/lazy-loading-caching-sticky-cactoos.html"
Saved 891 words to "/home/r/repo/_site/ru/2017/10/17/lazy-loading-caching-sticky-cactoos.html"
Saved 413 words to "/home/r/repo/_site/zh/2019/05/07/sibit-bitcoin-command-line-client.html"
Saved 1335 words to "/home/r/repo/_site/ru/2019/05/07/sibit-bitcoin-command-line-client.html"
Saved 353 words to "/home/r/repo/_site/zh/2020/10/13/lack-of-problem.html"
Saved 788 words to "/home/r/repo/_site/ru/2020/10/13/lack-of-problem.html"
Saved 870 words to "/home/r/repo/_site/en/2016/12/12/putin-is-power.html"
Saved 431 words to "/home/r/repo/_site/zh/2016/12/12/putin-is-power.html"
Saved 366 words to "/home/r/repo/_site/zh/2017/11/21/trust-pay-lose.html"
Saved 729 words to "/home/r/repo/_site/ru/2017/11/21/trust-pay-lose.html"
Saved 351 words to "/home/r/repo/_site/zh/2020/12/29/metric-for-emotions.html"
Saved 1120 words to "/home/r/repo/_site/ru/2020/12/29/metric-for-emotions.html"
Saved 361 words to "/home/r/repo/_site/zh/2015/02/02/xsl-transformations-in-java.html"
Saved 670 words to "/home/r/repo/_site/ru/2015/02/02/xsl-transformations-in-java.html"
Saved 405 words to "/home/r/repo/_site/zh/2019/12/31/talented-programmers.html"
Saved 1087 words to "/home/r/repo/_site/ru/2019/12/31/talented-programmers.html"
Saved 389 words to "/home/r/repo/_site/zh/2014/05/23/avoid-java-static-logger.html"
Saved 523 words to "/home/r/repo/_site/ru/2014/05/23/avoid-java-static-logger.html"
Saved 405 words to "/home/r/repo/_site/zh/2018/11/06/ruby-threads.html"
Saved 887 words to "/home/r/repo/_site/ru/2018/11/06/ruby-threads.html"
Saved 477 words to "/home/r/repo/_site/zh/2014/07/31/travis-and-rultor.html"
Saved 1120 words to "/home/r/repo/_site/ru/2014/07/31/travis-and-rultor.html"
Saved 399 words to "/home/r/repo/_site/zh/2017/03/24/tdd-that-works.html"
Saved 1260 words to "/home/r/repo/_site/ru/2017/03/24/tdd-that-works.html"
Saved 432 words to "/home/r/repo/_site/zh/2015/11/03/chatbot-better-than-ui-for-microservice.html"
Saved 2051 words to "/home/r/repo/_site/ru/2015/11/03/chatbot-better-than-ui-for-microservice.html"
Saved 548 words to "/home/r/repo/_site/zh/2017/10/03/java9.html"
Saved 1358 words to "/home/r/repo/_site/ru/2017/10/03/java9.html"
Saved 440 words to "/home/r/repo/_site/zh/2018/09/05/monolithic-repositories.html"
Saved 1550 words to "/home/r/repo/_site/ru/2018/09/05/monolithic-repositories.html"
Saved 353 words to "/home/r/repo/_site/zh/2015/12/16/investors-are-too-scared.html"
Saved 1396 words to "/home/r/repo/_site/ru/2015/12/16/investors-are-too-scared.html"
Saved 583 words to "/home/r/repo/_site/zh/2025/04/19/dont-merge-into-broken-master.html"
Saved 900 words to "/home/r/repo/_site/ru/2025/04/19/dont-merge-into-broken-master.html"
Saved 503 words to "/home/r/repo/_site/zh/2025/09/14/red-and-black.html"
Saved 922 words to "/home/r/repo/_site/ru/2025/09/14/red-and-black.html"
Saved 364 words to "/home/r/repo/_site/zh/2023/08/15/decision-making-process.html"
Saved 977 words to "/home/r/repo/_site/ru/2023/08/15/decision-making-process.html"
Saved 359 words to "/home/r/repo/_site/zh/2016/12/06/how-to-pay-programmers-less.html"
Saved 1173 words to "/home/r/repo/_site/ru/2016/12/06/how-to-pay-programmers-less.html"
Saved 376 words to "/home/r/repo/_site/zh/2019/01/22/10x-paychecks.html"
Saved 1002 words to "/home/r/repo/_site/ru/2019/01/22/10x-paychecks.html"
Saved 388 words to "/home/r/repo/_site/zh/2020/02/11/object-cohesion.html"
Saved 902 words to "/home/r/repo/_site/ru/2020/02/11/object-cohesion.html"
Saved 1053 words to "/home/r/repo/_site/en/2019/03/17/terrorism-and-power.html"
Saved 452 words to "/home/r/repo/_site/zh/2019/03/17/terrorism-and-power.html"
Saved 384 words to "/home/r/repo/_site/zh/2019/09/17/be-unhappy-to-be-happy.html"
Saved 984 words to "/home/r/repo/_site/ru/2019/09/17/be-unhappy-to-be-happy.html"
Saved 379 words to "/home/r/repo/_site/zh/2014/08/22/art-of-software-testing.html"
Saved 1230 words to "/home/r/repo/_site/ru/2014/08/22/art-of-software-testing.html"
Saved 365 words to "/home/r/repo/_site/zh/2019/06/19/how-much-they-suffer.html"
Saved 1055 words to "/home/r/repo/_site/ru/2019/06/19/how-much-they-suffer.html"
Saved 374 words to "/home/r/repo/_site/zh/2021/08/11/logging-in-unit-tests.html"
Saved 833 words to "/home/r/repo/_site/ru/2021/08/11/logging-in-unit-tests.html"
Saved 458 words to "/home/r/repo/_site/zh/2019/03/26/jpages.html"
Saved 1155 words to "/home/r/repo/_site/ru/2019/03/26/jpages.html"
Saved 363 words to "/home/r/repo/_site/zh/2019/04/09/beg-them.html"
Saved 1187 words to "/home/r/repo/_site/ru/2019/04/09/beg-them.html"
Saved 1317 words to "/home/r/repo/_site/en/2020/11/21/svoboda-and-conflicts.html"
Saved 452 words to "/home/r/repo/_site/zh/2020/11/21/svoboda-and-conflicts.html"
Saved 369 words to "/home/r/repo/_site/zh/2016/11/21/naked-data.html"
Saved 772 words to "/home/r/repo/_site/ru/2016/11/21/naked-data.html"
Saved 1148 words to "/home/r/repo/_site/en/2020/05/02/first-world-hysteria.html"
Saved 478 words to "/home/r/repo/_site/zh/2020/05/02/first-world-hysteria.html"
Saved 399 words to "/home/r/repo/_site/zh/2019/05/28/trust-or-not.html"
Saved 1086 words to "/home/r/repo/_site/ru/2019/05/28/trust-or-not.html"
Saved 558 words to "/home/r/repo/_site/zh/2025/06/22/retrieve-or-remove.html"
Saved 879 words to "/home/r/repo/_site/ru/2025/06/22/retrieve-or-remove.html"
Saved 376 words to "/home/r/repo/_site/zh/2015/12/29/turnover-is-good-for-maintainability.html"
Saved 953 words to "/home/r/repo/_site/ru/2015/12/29/turnover-is-good-for-maintainability.html"
Saved 386 words to "/home/r/repo/_site/zh/2015/08/04/nine-steps-start-software-project.html"
Saved 1999 words to "/home/r/repo/_site/ru/2015/08/04/nine-steps-start-software-project.html"
Saved 359 words to "/home/r/repo/_site/zh/2022/06/14/principle-of-one.html"
Saved 593 words to "/home/r/repo/_site/ru/2022/06/14/principle-of-one.html"
Saved 353 words to "/home/r/repo/_site/zh/2015/12/22/why-dont-you-contribute-to-open-source.html"
Saved 1121 words to "/home/r/repo/_site/ru/2015/12/22/why-dont-you-contribute-to-open-source.html"
Saved 858 words to "/home/r/repo/_site/en/2017/01/02/ukraine-budget-2017.html"
Saved 452 words to "/home/r/repo/_site/zh/2017/01/02/ukraine-budget-2017.html"
Saved 367 words to "/home/r/repo/_site/zh/2022/08/04/code-and-tests-different-pull-requests.html"
Saved 837 words to "/home/r/repo/_site/ru/2022/08/04/code-and-tests-different-pull-requests.html"
Saved 1415 words to "/home/r/repo/_site/en/2023/09/17/turbulence.html"
Saved 472 words to "/home/r/repo/_site/zh/2023/09/17/turbulence.html"
Saved 1359 words to "/home/r/repo/_site/en/2019/09/28/what-is-the-point.html"
Saved 501 words to "/home/r/repo/_site/zh/2019/09/28/what-is-the-point.html"
Saved 345 words to "/home/r/repo/_site/zh/2017/11/28/microtasking.html"
Saved 2063 words to "/home/r/repo/_site/ru/2017/11/28/microtasking.html"
Saved 383 words to "/home/r/repo/_site/zh/2015/03/26/jaxb-vs-xembly.html"
Saved 700 words to "/home/r/repo/_site/ru/2015/03/26/jaxb-vs-xembly.html"
Saved 678 words to "/home/r/repo/_site/zh/2021/10/21/objectionary.html"
Saved 2177 words to "/home/r/repo/_site/ru/2021/10/21/objectionary.html"
Saved 369 words to "/home/r/repo/_site/zh/2023/12/17/how-to-review-research-paper.html"
Saved 833 words to "/home/r/repo/_site/ru/2023/12/17/how-to-review-research-paper.html"
Saved 1204 words to "/home/r/repo/_site/en/2019/04/28/formula-of-happiness.html"
Saved 440 words to "/home/r/repo/_site/zh/2019/04/28/formula-of-happiness.html"
Saved 385 words to "/home/r/repo/_site/zh/2023/10/11/method-of-research.html"
Saved 769 words to "/home/r/repo/_site/ru/2023/10/11/method-of-research.html"
Saved 373 words to "/home/r/repo/_site/zh/2018/04/17/how-to-be-lazy.html"
Saved 1217 words to "/home/r/repo/_site/ru/2018/04/17/how-to-be-lazy.html"
Saved 514 words to "/home/r/repo/_site/zh/2014/05/14/object-oriented-github-java-sdk.html"
Saved 835 words to "/home/r/repo/_site/ru/2014/05/14/object-oriented-github-java-sdk.html"
Saved 398 words to "/home/r/repo/_site/zh/2017/04/11/flexibility-equates-lower-quality.html"
Saved 923 words to "/home/r/repo/_site/ru/2017/04/11/flexibility-equates-lower-quality.html"
Saved 375 words to "/home/r/repo/_site/zh/2019/06/11/where-do-you-seek-help.html"
Saved 959 words to "/home/r/repo/_site/ru/2019/06/11/where-do-you-seek-help.html"
Saved 529 words to "/home/r/repo/_site/zh/2019/03/30/survival-guide.html"
Saved 1154 words to "/home/r/repo/_site/ru/2019/03/30/survival-guide.html"
Saved 380 words to "/home/r/repo/_site/zh/2022/08/24/research-paper-template.html"
Saved 1030 words to "/home/r/repo/_site/ru/2022/08/24/research-paper-template.html"
Saved 348 words to "/home/r/repo/_site/zh/2021/03/03/imposters-to-win.html"
Saved 872 words to "/home/r/repo/_site/ru/2021/03/03/imposters-to-win.html"
Saved 347 words to "/home/r/repo/_site/zh/2014/10/07/stop-chatting-start-coding.html"
Saved 745 words to "/home/r/repo/_site/ru/2014/10/07/stop-chatting-start-coding.html"
Saved 352 words to "/home/r/repo/_site/zh/2019/09/03/injection-of-guilt.html"
Saved 1320 words to "/home/r/repo/_site/ru/2019/09/03/injection-of-guilt.html"
Saved 360 words to "/home/r/repo/_site/zh/2018/08/14/seventy-percent.html"
Saved 1068 words to "/home/r/repo/_site/ru/2018/08/14/seventy-percent.html"
Saved 418 words to "/home/r/repo/_site/zh/2014/07/03/how-to-read-manifest-mf.html"
Saved 681 words to "/home/r/repo/_site/ru/2014/07/03/how-to-read-manifest-mf.html"
Saved 758 words to "/home/r/repo/_site/en/2016/11/26/yanukovych-v-president.html"
Saved 449 words to "/home/r/repo/_site/zh/2016/11/26/yanukovych-v-president.html"
Saved 403 words to "/home/r/repo/_site/zh/2016/04/19/object-must-not-be-configurable.html"
Saved 936 words to "/home/r/repo/_site/ru/2016/04/19/object-must-not-be-configurable.html"
Saved 353 words to "/home/r/repo/_site/zh/2016/03/15/wring-dispatcher-github-notifications.html"
Saved 657 words to "/home/r/repo/_site/ru/2016/03/15/wring-dispatcher-github-notifications.html"
Saved 405 words to "/home/r/repo/_site/zh/2018/09/18/fear-of-coupling.html"
Saved 1192 words to "/home/r/repo/_site/ru/2018/09/18/fear-of-coupling.html"
Saved 437 words to "/home/r/repo/_site/zh/2017/01/31/decorating-envelopes.html"
Saved 610 words to "/home/r/repo/_site/ru/2017/01/31/decorating-envelopes.html"
Saved 949 words to "/home/r/repo/_site/en/2016/12/08/lustration-in-ukraine.html"
Saved 437 words to "/home/r/repo/_site/zh/2016/12/08/lustration-in-ukraine.html"
Saved 939 words to "/home/r/repo/_site/en/2016/12/30/tu154-sochi.html"
Saved 434 words to "/home/r/repo/_site/zh/2016/12/30/tu154-sochi.html"
Saved 402 words to "/home/r/repo/_site/zh/2014/06/09/objects-should-be-immutable.html"
Saved 1311 words to "/home/r/repo/_site/ru/2014/06/09/objects-should-be-immutable.html"
Saved 1140 words to "/home/r/repo/_site/en/2017/02/06/how-to-eliminate-corruption.html"
Saved 439 words to "/home/r/repo/_site/zh/2017/02/06/how-to-eliminate-corruption.html"
Saved 342 words to "/home/r/repo/_site/zh/2014/04/13/no-obligations-principle.html"
Saved 1022 words to "/home/r/repo/_site/ru/2014/04/13/no-obligations-principle.html"
Saved 351 words to "/home/r/repo/_site/zh/2015/08/25/fail-fast.html"
Saved 777 words to "/home/r/repo/_site/ru/2015/08/25/fail-fast.html"
Saved 477 words to "/home/r/repo/_site/zh/2021/02/10/dataization.html"
Saved 978 words to "/home/r/repo/_site/ru/2021/02/10/dataization.html"
Saved 337 words to "/home/r/repo/_site/zh/2016/05/24/who-is-project-manager.html"
Saved 1150 words to "/home/r/repo/_site/ru/2016/05/24/who-is-project-manager.html"
Saved 361 words to "/home/r/repo/_site/zh/2024/02/06/research-flow.html"
Saved 763 words to "/home/r/repo/_site/ru/2024/02/06/research-flow.html"
Saved 421 words to "/home/r/repo/_site/zh/2014/08/25/deploy-to-cloudbees.html"
Saved 785 words to "/home/r/repo/_site/ru/2014/08/25/deploy-to-cloudbees.html"
Saved 360 words to "/home/r/repo/_site/zh/2018/01/23/sociotech-skills.html"
Saved 891 words to "/home/r/repo/_site/ru/2018/01/23/sociotech-skills.html"
Saved 369 words to "/home/r/repo/_site/zh/2017/05/17/single-statement-unit-tests.html"
Saved 646 words to "/home/r/repo/_site/ru/2017/05/17/single-statement-unit-tests.html"
Saved 375 words to "/home/r/repo/_site/zh/2018/05/29/object-validation.html"
Saved 837 words to "/home/r/repo/_site/ru/2018/05/29/object-validation.html"
Saved 359 words to "/home/r/repo/_site/zh/2015/03/16/technical-glossaries.html"
Saved 982 words to "/home/r/repo/_site/ru/2015/03/16/technical-glossaries.html"
Saved 355 words to "/home/r/repo/_site/zh/2016/07/21/convince-me.html"
Saved 1083 words to "/home/r/repo/_site/ru/2016/07/21/convince-me.html"
Saved 361 words to "/home/r/repo/_site/zh/2016/05/17/convertible-notes.html"
Saved 2111 words to "/home/r/repo/_site/ru/2016/05/17/convertible-notes.html"
Saved 432 words to "/home/r/repo/_site/zh/2014/04/27/typical-mistakes-in-java-code.html"
Saved 1361 words to "/home/r/repo/_site/ru/2014/04/27/typical-mistakes-in-java-code.html"
Saved 431 words to "/home/r/repo/_site/zh/2013/12/29/proto.html"
Saved 671 words to "/home/r/repo/_site/ru/2013/12/29/proto.html"
Saved 840 words to "/home/r/repo/_site/en/2024/01/03/not-able-to-speak.html"
Saved 455 words to "/home/r/repo/_site/zh/2024/01/03/not-able-to-speak.html"
Saved 507 words to "/home/r/repo/_site/zh/2019/03/29/concerns.html"
Saved 973 words to "/home/r/repo/_site/ru/2019/03/29/concerns.html"
Saved 371 words to "/home/r/repo/_site/zh/2018/12/25/speaker-cheat-sheet.html"
Saved 1272 words to "/home/r/repo/_site/ru/2018/12/25/speaker-cheat-sheet.html"
Saved 363 words to "/home/r/repo/_site/zh/2014/08/15/retry-java-method-on-exception.html"
Saved 463 words to "/home/r/repo/_site/ru/2014/08/15/retry-java-method-on-exception.html"
Saved 364 words to "/home/r/repo/_site/zh/2020/01/15/question-never-ask.html"
Saved 713 words to "/home/r/repo/_site/ru/2020/01/15/question-never-ask.html"
Saved 365 words to "/home/r/repo/_site/zh/2019/09/10/how-to-motivate-kids-to-code.html"
Saved 1038 words to "/home/r/repo/_site/ru/2019/09/10/how-to-motivate-kids-to-code.html"
Saved 402 words to "/home/r/repo/_site/zh/2014/07/24/rultor-automated-merging.html"
Saved 688 words to "/home/r/repo/_site/ru/2014/07/24/rultor-automated-merging.html"
Saved 384 words to "/home/r/repo/_site/zh/2017/03/28/solid.html"
Saved 999 words to "/home/r/repo/_site/ru/2017/03/28/solid.html"
Saved 396 words to "/home/r/repo/_site/zh/2016/09/13/inheritance-is-procedural.html"
Saved 878 words to "/home/r/repo/_site/ru/2016/09/13/inheritance-is-procedural.html"
Saved 343 words to "/home/r/repo/_site/zh/2016/09/20/oop-without-classes.html"
Saved 450 words to "/home/r/repo/_site/ru/2016/09/20/oop-without-classes.html"
Saved 368 words to "/home/r/repo/_site/zh/2016/03/22/try-finally-if-not-null.html"
Saved 555 words to "/home/r/repo/_site/ru/2016/03/22/try-finally-if-not-null.html"
Saved 365 words to "/home/r/repo/_site/zh/2019/12/03/testing-in-code-review.html"
Saved 1161 words to "/home/r/repo/_site/ru/2019/12/03/testing-in-code-review.html"
Saved 1776 words to "/home/r/repo/_site/en/2019/12/31/testosterone.html"
Saved 440 words to "/home/r/repo/_site/zh/2019/12/31/testosterone.html"
Saved 347 words to "/home/r/repo/_site/zh/2014/04/17/how-xdsd-is-different.html"
Saved 1218 words to "/home/r/repo/_site/ru/2014/04/17/how-xdsd-is-different.html"
Saved 498 words to "/home/r/repo/_site/zh/2019/03/26/sales-kit.html"
Saved 1135 words to "/home/r/repo/_site/ru/2019/03/26/sales-kit.html"
Saved 428 words to "/home/r/repo/_site/zh/2017/11/14/static-factory-methods.html"
Saved 1133 words to "/home/r/repo/_site/ru/2017/11/14/static-factory-methods.html"
Saved 383 words to "/home/r/repo/_site/zh/2014/06/24/jekyll-github-deploy.html"
Saved 502 words to "/home/r/repo/_site/ru/2014/06/24/jekyll-github-deploy.html"
Saved 347 words to "/home/r/repo/_site/zh/2014/10/23/paired-brackets-notation.html"
Saved 527 words to "/home/r/repo/_site/ru/2014/10/23/paired-brackets-notation.html"
Saved 471 words to "/home/r/repo/_site/zh/2018/05/08/open-source-attributes.html"
Saved 1780 words to "/home/r/repo/_site/ru/2018/05/08/open-source-attributes.html"
Saved 395 words to "/home/r/repo/_site/zh/2015/05/25/unit-test-scaffolding.html"
Saved 808 words to "/home/r/repo/_site/ru/2015/05/25/unit-test-scaffolding.html"
Saved 429 words to "/home/r/repo/_site/zh/2023/09/29/how-to-write-related-work-section.html"
Saved 817 words to "/home/r/repo/_site/ru/2023/09/29/how-to-write-related-work-section.html"
Saved 1062 words to "/home/r/repo/_site/en/2017/01/23/consciousness-and-revolution.html"
Saved 468 words to "/home/r/repo/_site/zh/2017/01/23/consciousness-and-revolution.html"
Saved 380 words to "/home/r/repo/_site/zh/2015/10/16/ridley-scott-and-joseph-goebbels.html"
Saved 996 words to "/home/r/repo/_site/ru/2015/10/16/ridley-scott-and-joseph-goebbels.html"
Saved 386 words to "/home/r/repo/_site/zh/2019/03/19/logging-without-static-logger.html"
Saved 869 words to "/home/r/repo/_site/ru/2019/03/19/logging-without-static-logger.html"
Saved 387 words to "/home/r/repo/_site/zh/2018/07/03/global-variables.html"
Saved 742 words to "/home/r/repo/_site/ru/2018/07/03/global-variables.html"
Saved 361 words to "/home/r/repo/_site/zh/2023/07/19/just-show-up.html"
Saved 892 words to "/home/r/repo/_site/ru/2023/07/19/just-show-up.html"
Saved 349 words to "/home/r/repo/_site/zh/2014/10/12/who-is-software-architect.html"
Saved 857 words to "/home/r/repo/_site/ru/2014/10/12/who-is-software-architect.html"
Saved 389 words to "/home/r/repo/_site/zh/2022/07/05/safety-net.html"
Saved 923 words to "/home/r/repo/_site/ru/2022/07/05/safety-net.html"
Saved 363 words to "/home/r/repo/_site/zh/2014/11/14/hits-of-code.html"
Saved 1144 words to "/home/r/repo/_site/ru/2014/11/14/hits-of-code.html"
Saved 357 words to "/home/r/repo/_site/zh/2014/10/29/how-much-do-you-cost.html"
Saved 2641 words to "/home/r/repo/_site/ru/2014/10/29/how-much-do-you-cost.html"
Saved 405 words to "/home/r/repo/_site/zh/2015/01/12/compound-name-is-code-smell.html"
Saved 710 words to "/home/r/repo/_site/ru/2015/01/12/compound-name-is-code-smell.html"
Saved 1191 words to "/home/r/repo/_site/en/2023/10/01/individualism-vs-collectivism.html"
Saved 454 words to "/home/r/repo/_site/zh/2023/10/01/individualism-vs-collectivism.html"
Saved 447 words to "/home/r/repo/_site/zh/2018/04/10/learning-by-refactoring.html"
Saved 1554 words to "/home/r/repo/_site/ru/2018/04/10/learning-by-refactoring.html"
Saved 378 words to "/home/r/repo/_site/zh/2016/11/09/why-no-ebooks.html"
Saved 1035 words to "/home/r/repo/_site/ru/2016/11/09/why-no-ebooks.html"
Saved 386 words to "/home/r/repo/_site/zh/2018/03/21/zerocracy-announcement.html"
Saved 1117 words to "/home/r/repo/_site/ru/2018/03/21/zerocracy-announcement.html"
Saved 681 words to "/home/r/repo/_site/en/2016/12/19/are-you-ashamed-of-voting.html"
Saved 445 words to "/home/r/repo/_site/zh/2016/12/19/are-you-ashamed-of-voting.html"
Saved 369 words to "/home/r/repo/_site/zh/2017/05/16/monikers.html"
Saved 532 words to "/home/r/repo/_site/ru/2017/05/16/monikers.html"
Saved 1363 words to "/home/r/repo/_site/en/2019/01/13/country-as-a-service.html"
Saved 458 words to "/home/r/repo/_site/zh/2019/01/13/country-as-a-service.html"
Saved 460 words to "/home/r/repo/_site/zh/2017/02/28/too-many-classes.html"
Saved 1055 words to "/home/r/repo/_site/ru/2017/02/28/too-many-classes.html"
Saved 395 words to "/home/r/repo/_site/zh/2014/04/11/cost-of-loc.html"
Saved 1076 words to "/home/r/repo/_site/ru/2014/04/11/cost-of-loc.html"
Saved 364 words to "/home/r/repo/_site/zh/2018/08/29/soft-skills.html"
Saved 1119 words to "/home/r/repo/_site/ru/2018/08/29/soft-skills.html"
Saved 387 words to "/home/r/repo/_site/zh/2015/02/09/serious-code-reviewer.html"
Saved 1815 words to "/home/r/repo/_site/ru/2015/02/09/serious-code-reviewer.html"
Saved 363 words to "/home/r/repo/_site/zh/2014/04/29/w3c-java-validators.html"
Saved 513 words to "/home/r/repo/_site/ru/2014/04/29/w3c-java-validators.html"
Saved 365 words to "/home/r/repo/_site/zh/2010/03/04/pdd.html"
Saved 997 words to "/home/r/repo/_site/ru/2010/03/04/pdd.html"
Saved 492 words to "/home/r/repo/_site/zh/2014/11/07/how-immutability-helps.html"
Saved 1818 words to "/home/r/repo/_site/ru/2014/11/07/how-immutability-helps.html"
Saved 382 words to "/home/r/repo/_site/zh/2017/12/26/software-quality-formula.html"
Saved 729 words to "/home/r/repo/_site/ru/2017/12/26/software-quality-formula.html"
Saved 345 words to "/home/r/repo/_site/zh/2017/01/03/how-much-you-love-conflicts.html"
Saved 1464 words to "/home/r/repo/_site/ru/2017/01/03/how-much-you-love-conflicts.html"
Saved 966 words to "/home/r/repo/_site/en/2017/04/24/slaves-of-the-law.html"
Saved 448 words to "/home/r/repo/_site/zh/2017/04/24/slaves-of-the-law.html"
Saved 350 words to "/home/r/repo/_site/zh/2016/08/01/continuous-integration-maturity.html"
Saved 718 words to "/home/r/repo/_site/ru/2016/08/01/continuous-integration-maturity.html"
Saved 458 words to "/home/r/repo/_site/zh/2019/04/17/nutch-from-java.html"
Saved 814 words to "/home/r/repo/_site/ru/2019/04/17/nutch-from-java.html"
Saved 435 words to "/home/r/repo/_site/zh/2014/05/26/amazon-s3-java-oop-adapter.html"
Saved 855 words to "/home/r/repo/_site/ru/2014/05/26/amazon-s3-java-oop-adapter.html"
Saved 343 words to "/home/r/repo/_site/zh/2015/09/16/how-to-fire-someone-right.html"
Saved 728 words to "/home/r/repo/_site/ru/2015/09/16/how-to-fire-someone-right.html"
Saved 364 words to "/home/r/repo/_site/zh/2020/05/13/career-killer.html"
Saved 990 words to "/home/r/repo/_site/ru/2020/05/13/career-killer.html"
Saved 1237 words to "/home/r/repo/_site/en/2019/02/16/calibrated-democracy.html"
Saved 450 words to "/home/r/repo/_site/zh/2019/02/16/calibrated-democracy.html"
Saved 364 words to "/home/r/repo/_site/zh/2015/09/29/mayonnaise.html"
Saved 1464 words to "/home/r/repo/_site/ru/2015/09/29/mayonnaise.html"
Saved 365 words to "/home/r/repo/_site/zh/2016/04/05/printers-instead-of-getters.html"
Saved 888 words to "/home/r/repo/_site/ru/2016/04/05/printers-instead-of-getters.html"
Saved 352 words to "/home/r/repo/_site/zh/2017/01/10/how-to-teach-customers.html"
Saved 721 words to "/home/r/repo/_site/ru/2017/01/10/how-to-teach-customers.html"
Saved 395 words to "/home/r/repo/_site/zh/2016/08/30/decomposition-of-responsibility.html"
Saved 714 words to "/home/r/repo/_site/ru/2016/08/30/decomposition-of-responsibility.html"
Saved 388 words to "/home/r/repo/_site/zh/2014/08/03/cacheable-java-annotation.html"
Saved 620 words to "/home/r/repo/_site/ru/2014/08/03/cacheable-java-annotation.html"
Saved 347 words to "/home/r/repo/_site/zh/2023/09/19/five-ingredients-career.html"
Saved 962 words to "/home/r/repo/_site/ru/2023/09/19/five-ingredients-career.html"
Saved 428 words to "/home/r/repo/_site/zh/2022/07/20/command-line-defaults.html"
Saved 768 words to "/home/r/repo/_site/ru/2022/07/20/command-line-defaults.html"
Saved 357 words to "/home/r/repo/_site/zh/2014/04/20/how-hourly-rate-is-calculated.html"
Saved 1042 words to "/home/r/repo/_site/ru/2014/04/20/how-hourly-rate-is-calculated.html"
Saved 343 words to "/home/r/repo/_site/zh/2016/08/23/communication-maturity.html"
Saved 797 words to "/home/r/repo/_site/ru/2016/08/23/communication-maturity.html"
Saved 362 words to "/home/r/repo/_site/zh/2019/07/10/inversive-management.html"
Saved 1028 words to "/home/r/repo/_site/ru/2019/07/10/inversive-management.html"
Saved 406 words to "/home/r/repo/_site/zh/2020/05/05/open-source-arms-race.html"
Saved 1079 words to "/home/r/repo/_site/ru/2020/05/05/open-source-arms-race.html"
Saved 365 words to "/home/r/repo/_site/zh/2016/03/28/unspoken-secrets-of-elevator-pitch.html"
Saved 1155 words to "/home/r/repo/_site/ru/2016/03/28/unspoken-secrets-of-elevator-pitch.html"
Saved 1627 words to "/home/r/repo/_site/en/2018/03/17/putin-election.html"
Saved 462 words to "/home/r/repo/_site/zh/2018/03/17/putin-election.html"
Saved 354 words to "/home/r/repo/_site/zh/2014/09/22/remote-programming-interview.html"
Saved 496 words to "/home/r/repo/_site/ru/2014/09/22/remote-programming-interview.html"
Saved 379 words to "/home/r/repo/_site/zh/2014/08/18/fluent-jdbc-decorator.html"
Saved 593 words to "/home/r/repo/_site/ru/2014/08/18/fluent-jdbc-decorator.html"
Saved 353 words to "/home/r/repo/_site/zh/2017/01/24/career-advice.html"
Saved 1136 words to "/home/r/repo/_site/ru/2017/01/24/career-advice.html"
Saved 407 words to "/home/r/repo/_site/zh/2017/11/07/five-new-java-features.html"
Saved 982 words to "/home/r/repo/_site/ru/2017/11/07/five-new-java-features.html"
Saved 980 words to "/home/r/repo/_site/en/2016/12/29/who-wants-our-donations.html"
Saved 439 words to "/home/r/repo/_site/zh/2016/12/29/who-wants-our-donations.html"
Saved 393 words to "/home/r/repo/_site/zh/2023/09/05/style-checker-for-bibtex-files.html"
Saved 725 words to "/home/r/repo/_site/ru/2023/09/05/style-checker-for-bibtex-files.html"
Saved 410 words to "/home/r/repo/_site/zh/2015/06/25/xml-data-xsl-views-takes-framework.html"
Saved 930 words to "/home/r/repo/_site/ru/2015/06/25/xml-data-xsl-views-takes-framework.html"
Saved 364 words to "/home/r/repo/_site/zh/2021/10/12/calibrated-achievement-points.html"
Saved 1364 words to "/home/r/repo/_site/ru/2021/10/12/calibrated-achievement-points.html"
Saved 372 words to "/home/r/repo/_site/zh/2018/10/09/can-you-control-us.html"
Saved 910 words to "/home/r/repo/_site/ru/2018/10/09/can-you-control-us.html"
Saved 337 words to "/home/r/repo/_site/zh/2015/09/01/redundant-variables-are-evil.html"
Saved 656 words to "/home/r/repo/_site/ru/2015/09/01/redundant-variables-are-evil.html"
Saved 381 words to "/home/r/repo/_site/zh/2019/04/23/elegant-readme.html"
Saved 1592 words to "/home/r/repo/_site/ru/2019/04/23/elegant-readme.html"
Saved 453 words to "/home/r/repo/_site/zh/2017/10/10/streams-vs-decorators.html"
Saved 1108 words to "/home/r/repo/_site/ru/2017/10/10/streams-vs-decorators.html"
Saved 350 words to "/home/r/repo/_site/zh/2015/11/21/ringelmann-effect-vs-agile.html"
Saved 695 words to "/home/r/repo/_site/ru/2015/11/21/ringelmann-effect-vs-agile.html"
Saved 517 words to "/home/r/repo/_site/zh/2019/03/28/cost-of-zerocrat.html"
Saved 946 words to "/home/r/repo/_site/ru/2019/03/28/cost-of-zerocrat.html"
Saved 352 words to "/home/r/repo/_site/zh/2016/09/27/command-control-innovate.html"
Saved 884 words to "/home/r/repo/_site/ru/2016/09/27/command-control-innovate.html"
Saved 349 words to "/home/r/repo/_site/zh/2015/05/28/one-primary-constructor.html"
Saved 531 words to "/home/r/repo/_site/ru/2015/05/28/one-primary-constructor.html"
Saved 477 words to "/home/r/repo/_site/zh/2020/11/24/objects-without-methods.html"
Saved 1131 words to "/home/r/repo/_site/ru/2020/11/24/objects-without-methods.html"
Saved 364 words to "/home/r/repo/_site/zh/2015/07/09/catch-if-cant-otherwise.html"
Saved 854 words to "/home/r/repo/_site/ru/2015/07/09/catch-if-cant-otherwise.html"
Saved 396 words to "/home/r/repo/_site/zh/2014/09/13/deploying-to-heroku.html"
Saved 672 words to "/home/r/repo/_site/ru/2014/09/13/deploying-to-heroku.html"
Saved 382 words to "/home/r/repo/_site/zh/2016/04/26/why-inputstream-design-is-wrong.html"
Saved 733 words to "/home/r/repo/_site/ru/2016/04/26/why-inputstream-design-is-wrong.html"
Saved 384 words to "/home/r/repo/_site/zh/2018/08/22/builders-and-manipulators.html"
Saved 1006 words to "/home/r/repo/_site/ru/2018/08/22/builders-and-manipulators.html"
Saved 1199 words to "/home/r/repo/_site/en/2017/01/16/ukrainian-startups.html"
Saved 438 words to "/home/r/repo/_site/zh/2017/01/16/ukrainian-startups.html"
Saved 351 words to "/home/r/repo/_site/zh/2021/02/02/greed-based-planning.html"
Saved 786 words to "/home/r/repo/_site/ru/2021/02/02/greed-based-planning.html"
Saved 399 words to "/home/r/repo/_site/zh/2017/03/07/traits-and-mixins.html"
Saved 886 words to "/home/r/repo/_site/ru/2017/03/07/traits-and-mixins.html"
Saved 373 words to "/home/r/repo/_site/zh/2016/08/10/if-then-else-code-smell.html"
Saved 605 words to "/home/r/repo/_site/ru/2016/08/10/if-then-else-code-smell.html"
Saved 635 words to "/home/r/repo/_site/zh/2016/10/23/award-2017.html"
Saved 1372 words to "/home/r/repo/_site/ru/2016/10/23/award-2017.html"
Saved 329 words to "/home/r/repo/_site/zh/2015/02/23/haircut.html"
Saved 739 words to "/home/r/repo/_site/ru/2015/02/23/haircut.html"
Saved 376 words to "/home/r/repo/_site/zh/2017/07/04/sexism.html"
Saved 981 words to "/home/r/repo/_site/ru/2017/07/04/sexism.html"
Saved 347 words to "/home/r/repo/_site/zh/2020/12/22/self-managing-orgs.html"
Saved 1215 words to "/home/r/repo/_site/ru/2020/12/22/self-managing-orgs.html"
Saved 355 words to "/home/r/repo/_site/zh/2015/10/27/outsourcing-doesnt-work.html"
Saved 1599 words to "/home/r/repo/_site/ru/2015/10/27/outsourcing-doesnt-work.html"
Saved 369 words to "/home/r/repo/_site/zh/2016/07/26/active-record.html"
Saved 703 words to "/home/r/repo/_site/ru/2016/07/26/active-record.html"
Saved 635 words to "/home/r/repo/_site/zh/2014/06/01/aop-aspectj-java-method-logging.html"
Saved 1418 words to "/home/r/repo/_site/ru/2014/06/01/aop-aspectj-java-method-logging.html"
Saved 347 words to "/home/r/repo/_site/zh/2016/11/29/eolang.html"
Saved 492 words to "/home/r/repo/_site/ru/2016/11/29/eolang.html"
Saved 361 words to "/home/r/repo/_site/zh/2017/05/02/remote-slaves.html"
Saved 1057 words to "/home/r/repo/_site/ru/2017/05/02/remote-slaves.html"
Saved 382 words to "/home/r/repo/_site/zh/2015/01/08/morning-standup-meetings.html"
Saved 2144 words to "/home/r/repo/_site/ru/2015/01/08/morning-standup-meetings.html"
Saved 357 words to "/home/r/repo/_site/zh/2023/11/22/avoid-line-breaks-inside-paragrap.html"
Saved 521 words to "/home/r/repo/_site/ru/2023/11/22/avoid-line-breaks-inside-paragrap.html"
Saved 393 words to "/home/r/repo/_site/zh/2014/04/06/phandom.html"
Saved 733 words to "/home/r/repo/_site/ru/2014/04/06/phandom.html"
Saved 514 words to "/home/r/repo/_site/zh/2019/03/12/how-to-move-faster.html"
Saved 1236 words to "/home/r/repo/_site/ru/2019/03/12/how-to-move-faster.html"
Saved 372 words to "/home/r/repo/_site/zh/2015/02/05/jcabi-parent-maven-pom.html"
Saved 666 words to "/home/r/repo/_site/ru/2015/02/05/jcabi-parent-maven-pom.html"
Saved 915 words to "/home/r/repo/_site/zh/2017/07/25/my-favorite-websites.html"
Saved 950 words to "/home/r/repo/_site/ru/2017/07/25/my-favorite-websites.html"
Saved 414 words to "/home/r/repo/_site/zh/2017/09/12/evil-object-name-suffix-client.html"
Saved 945 words to "/home/r/repo/_site/ru/2017/09/12/evil-object-name-suffix-client.html"
Saved 356 words to "/home/r/repo/_site/zh/2016/01/05/how-to-punish-employees.html"
Saved 1184 words to "/home/r/repo/_site/ru/2016/01/05/how-to-punish-employees.html"
Saved 358 words to "/home/r/repo/_site/zh/2017/05/30/why-contribute-to-open-source.html"
Saved 743 words to "/home/r/repo/_site/ru/2017/05/30/why-contribute-to-open-source.html"
Saved 916 words to "/home/r/repo/_site/en/2018/01/10/dalles-plan.html"
Saved 459 words to "/home/r/repo/_site/zh/2018/01/10/dalles-plan.html"
Saved 412 words to "/home/r/repo/_site/zh/2020/05/19/veil-objects.html"
Saved 798 words to "/home/r/repo/_site/ru/2020/05/19/veil-objects.html"
Saved 349 words to "/home/r/repo/_site/zh/2014/06/29/custom-lexer-in-jekyll.html"
Saved 398 words to "/home/r/repo/_site/ru/2014/06/29/custom-lexer-in-jekyll.html"
Saved 353 words to "/home/r/repo/_site/zh/2014/04/12/puzzle-driven-development-by-roles.html"
Saved 1696 words to "/home/r/repo/_site/ru/2014/04/12/puzzle-driven-development-by-roles.html"
Saved 383 words to "/home/r/repo/_site/zh/2015/12/01/rethrow-exceptions.html"
Saved 816 words to "/home/r/repo/_site/ru/2015/12/01/rethrow-exceptions.html"
Saved 366 words to "/home/r/repo/_site/zh/2015/02/12/top-down-design.html"
Saved 917 words to "/home/r/repo/_site/ru/2015/02/12/top-down-design.html"
Saved 1223 words to "/home/r/repo/_site/en/2024/05/27/freedom-of-speech-vs-intelligence.html"
Saved 457 words to "/home/r/repo/_site/zh/2024/05/27/freedom-of-speech-vs-intelligence.html"
Saved 638 words to "/home/r/repo/_site/en/2016/12/15/onishenko-our-hero.html"
Saved 427 words to "/home/r/repo/_site/zh/2016/12/15/onishenko-our-hero.html"
Saved 353 words to "/home/r/repo/_site/zh/2014/04/15/github-guidelines.html"
Saved 1106 words to "/home/r/repo/_site/ru/2014/04/15/github-guidelines.html"
Saved 354 words to "/home/r/repo/_site/zh/2014/04/13/bugs-are-welcome.html"
Saved 791 words to "/home/r/repo/_site/ru/2014/04/13/bugs-are-welcome.html"
Saved 521 words to "/home/r/repo/_site/zh/2025/06/08/pull-request-without-test.html"
Saved 826 words to "/home/r/repo/_site/ru/2025/06/08/pull-request-without-test.html"
Saved 376 words to "/home/r/repo/_site/zh/2023/12/11/results-and-discussion.html"
Saved 840 words to "/home/r/repo/_site/ru/2023/12/11/results-and-discussion.html"
Saved 389 words to "/home/r/repo/_site/zh/2014/06/21/casperjs-with-maven.html"
Saved 841 words to "/home/r/repo/_site/ru/2014/06/21/casperjs-with-maven.html"
Saved 416 words to "/home/r/repo/_site/zh/2015/07/06/public-static-literals.html"
Saved 892 words to "/home/r/repo/_site/ru/2015/07/06/public-static-literals.html"
Saved 800 words to "/home/r/repo/_site/en/2016/11/28/saakashvili-speaks-ukrainian.html"
Saved 431 words to "/home/r/repo/_site/zh/2016/11/28/saakashvili-speaks-ukrainian.html"
Saved 481 words to "/home/r/repo/_site/zh/2015/05/18/cookie-based-authentication.html"
Saved 1330 words to "/home/r/repo/_site/ru/2015/05/18/cookie-based-authentication.html"
Saved 363 words to "/home/r/repo/_site/zh/2016/02/09/are-you-still-debugging.html"
Saved 954 words to "/home/r/repo/_site/ru/2016/02/09/are-you-still-debugging.html"
Saved 1980 words to "/home/r/repo/_site/en/2024/04/02/kulikovo-pole.html"
Saved 494 words to "/home/r/repo/_site/zh/2024/04/02/kulikovo-pole.html"
Saved 371 words to "/home/r/repo/_site/zh/2019/11/19/how-much-cohesion-is-enough.html"
Saved 732 words to "/home/r/repo/_site/ru/2019/11/19/how-much-cohesion-is-enough.html"
Saved 460 words to "/home/r/repo/_site/zh/2014/08/19/how-to-release-to-maven-central.html"
Saved 929 words to "/home/r/repo/_site/ru/2014/08/19/how-to-release-to-maven-central.html"
Saved 369 words to "/home/r/repo/_site/zh/2019/06/26/syncem.html"
Saved 571 words to "/home/r/repo/_site/ru/2019/06/26/syncem.html"
Saved 469 words to "/home/r/repo/_site/zh/2019/03/12/data-and-maintainability.html"
Saved 1637 words to "/home/r/repo/_site/ru/2019/03/12/data-and-maintainability.html"
Saved 385 words to "/home/r/repo/_site/zh/2018/01/02/operator-new-is-toxic.html"
Saved 817 words to "/home/r/repo/_site/ru/2018/01/02/operator-new-is-toxic.html"
Saved 355 words to "/home/r/repo/_site/zh/2015/05/11/software-architect-responsibilities.html"
Saved 816 words to "/home/r/repo/_site/ru/2015/05/11/software-architect-responsibilities.html"
Saved 398 words to "/home/r/repo/_site/zh/2023/07/25/contribute-disabled-tests.html"
Saved 708 words to "/home/r/repo/_site/ru/2023/07/25/contribute-disabled-tests.html"
Saved 375 words to "/home/r/repo/_site/zh/2015/02/16/it-is-not-a-school.html"
Saved 1173 words to "/home/r/repo/_site/ru/2015/02/16/it-is-not-a-school.html"
Saved 391 words to "/home/r/repo/_site/zh/2014/06/26/sass-in-java-webapp.html"
Saved 452 words to "/home/r/repo/_site/ru/2014/06/26/sass-in-java-webapp.html"
Saved 1151 words to "/home/r/repo/_site/en/2017/11/08/crimea.html"
Saved 453 words to "/home/r/repo/_site/zh/2017/11/08/crimea.html"
Saved 415 words to "/home/r/repo/_site/zh/2014/08/26/publish-to-rubygems.html"
Saved 666 words to "/home/r/repo/_site/ru/2014/08/26/publish-to-rubygems.html"
Saved 441 words to "/home/r/repo/_site/zh/2018/03/27/how-to-test-thread-safety.html"
Saved 967 words to "/home/r/repo/_site/ru/2018/03/27/how-to-test-thread-safety.html"
Saved 371 words to "/home/r/repo/_site/zh/2016/06/17/dont-use-java-assertions.html"
Saved 567 words to "/home/r/repo/_site/ru/2016/06/17/dont-use-java-assertions.html"
Saved 732 words to "/home/r/repo/_site/zh/2019/11/03/award-2020.html"
Saved 1072 words to "/home/r/repo/_site/ru/2019/11/03/award-2020.html"
Saved 358 words to "/home/r/repo/_site/zh/2023/11/28/research-questionnaire.html"
Saved 799 words to "/home/r/repo/_site/ru/2023/11/28/research-questionnaire.html"
Saved 361 words to "/home/r/repo/_site/zh/2015/09/10/testing-exit-criteria.html"
Saved 877 words to "/home/r/repo/_site/ru/2015/09/10/testing-exit-criteria.html"
Saved 369 words to "/home/r/repo/_site/zh/2019/02/05/zache.html"
Saved 526 words to "/home/r/repo/_site/ru/2019/02/05/zache.html"
Saved 1024 words to "/home/r/repo/_site/en/2018/10/07/history-simplification.html"
Saved 422 words to "/home/r/repo/_site/zh/2018/10/07/history-simplification.html"
Saved 358 words to "/home/r/repo/_site/zh/2014/05/18/cloud-autoincrement-counters.html"
Saved 635 words to "/home/r/repo/_site/ru/2014/05/18/cloud-autoincrement-counters.html"
Saved 387 words to "/home/r/repo/_site/zh/2014/10/26/hacker-vs-programmer-mentality.html"
Saved 1186 words to "/home/r/repo/_site/ru/2014/10/26/hacker-vs-programmer-mentality.html"
Saved 349 words to "/home/r/repo/_site/zh/2015/11/24/imprisonment-for-irresponsible-coding.html"
Saved 530 words to "/home/r/repo/_site/ru/2015/11/24/imprisonment-for-irresponsible-coding.html"
Saved 446 words to "/home/r/repo/_site/zh/2014/04/21/s3-http-basic-auth.html"
Saved 1123 words to "/home/r/repo/_site/ru/2014/04/21/s3-http-basic-auth.html"
Saved 341 words to "/home/r/repo/_site/zh/2019/11/05/revolutionary-evolution.html"
Saved 1215 words to "/home/r/repo/_site/ru/2019/11/05/revolutionary-evolution.html"
Saved 354 words to "/home/r/repo/_site/zh/2016/01/19/how-expensive-is-outsourcing.html"
Saved 1081 words to "/home/r/repo/_site/ru/2016/01/19/how-expensive-is-outsourcing.html"
Saved 391 words to "/home/r/repo/_site/zh/2018/11/13/bigotry.html"
Saved 1118 words to "/home/r/repo/_site/ru/2018/11/13/bigotry.html"
Saved 1368 words to "/home/r/repo/_site/en/2020/07/05/silence-doesnt-cure.html"
Saved 452 words to "/home/r/repo/_site/zh/2020/07/05/silence-doesnt-cure.html"
Saved 920 words to "/home/r/repo/_site/en/2017/01/30/lifetime-imprisonment-for-separatism.html"
Saved 446 words to "/home/r/repo/_site/zh/2017/01/30/lifetime-imprisonment-for-separatism.html"
Saved 358 words to "/home/r/repo/_site/zh/2016/08/05/distributed-teams-are-higher-quality.html"
Saved 1102 words to "/home/r/repo/_site/ru/2016/08/05/distributed-teams-are-higher-quality.html"
Saved 373 words to "/home/r/repo/_site/zh/2015/07/21/hourly-pay-modern-slavery.html"
Saved 853 words to "/home/r/repo/_site/ru/2015/07/21/hourly-pay-modern-slavery.html"
Saved 401 words to "/home/r/repo/_site/zh/2014/05/21/mysql-maven-plugin.html"
Saved 781 words to "/home/r/repo/_site/ru/2014/05/21/mysql-maven-plugin.html"
Saved 1023 words to "/home/r/repo/_site/en/2017/03/02/history-of-separatism.html"
Saved 446 words to "/home/r/repo/_site/zh/2017/03/02/history-of-separatism.html"
Saved 431 words to "/home/r/repo/_site/zh/2019/05/14/cause-risk-effect.html"
Saved 2131 words to "/home/r/repo/_site/ru/2019/05/14/cause-risk-effect.html"
Saved 369 words to "/home/r/repo/_site/zh/2015/06/15/software-outsourcing-survival-guide.html"
Saved 1029 words to "/home/r/repo/_site/ru/2015/06/15/software-outsourcing-survival-guide.html"
Saved 595 words to "/home/r/repo/_site/zh/2014/04/06/movies-for-thanasis.html"
Saved 704 words to "/home/r/repo/_site/ru/2014/04/06/movies-for-thanasis.html"
Saved 403 words to "/home/r/repo/_site/zh/2015/08/18/multiple-return-statements-in-oop.html"
Saved 635 words to "/home/r/repo/_site/ru/2015/08/18/multiple-return-statements-in-oop.html"
Saved 432 words to "/home/r/repo/_site/zh/2014/05/01/dynamodb-local-maven-plugin.html"
Saved 688 words to "/home/r/repo/_site/ru/2014/05/01/dynamodb-local-maven-plugin.html"
Saved 580 words to "/home/r/repo/_site/zh/2025/04/12/four-builds.html"
Saved 1386 words to "/home/r/repo/_site/ru/2025/04/12/four-builds.html"
Saved 384 words to "/home/r/repo/_site/zh/2016/06/27/singletons-must-die.html"
Saved 744 words to "/home/r/repo/_site/ru/2016/06/27/singletons-must-die.html"
Saved 1114 words to "/home/r/repo/_site/en/2020/06/12/protesters.html"
Saved 448 words to "/home/r/repo/_site/zh/2020/06/12/protesters.html"
Saved 387 words to "/home/r/repo/_site/zh/2019/02/12/silicon-valley-benefits.html"
Saved 1780 words to "/home/r/repo/_site/ru/2019/02/12/silicon-valley-benefits.html"
Saved 347 words to "/home/r/repo/_site/zh/2016/06/21/how-to-hire-programmer.html"
Saved 1252 words to "/home/r/repo/_site/ru/2016/06/21/how-to-hire-programmer.html"
Saved 341 words to "/home/r/repo/_site/zh/2015/05/13/two-instruments-of-software-architect.html"
Saved 832 words to "/home/r/repo/_site/ru/2015/05/13/two-instruments-of-software-architect.html"
Saved 393 words to "/home/r/repo/_site/zh/2014/06/19/avoid-string-concatenation.html"
Saved 813 words to "/home/r/repo/_site/ru/2014/06/19/avoid-string-concatenation.html"
Saved 871 words to "/home/r/repo/_site/en/2016/12/19/privatbank-nationalization.html"
Saved 451 words to "/home/r/repo/_site/zh/2016/12/19/privatbank-nationalization.html"
Saved 1208 words to "/home/r/repo/_site/en/2017/11/22/opposition.html"
Saved 432 words to "/home/r/repo/_site/zh/2017/11/22/opposition.html"
Saved 359 words to "/home/r/repo/_site/zh/2021/09/09/simba.html"
Saved 1084 words to "/home/r/repo/_site/ru/2021/09/09/simba.html"
Saved 377 words to "/home/r/repo/_site/zh/2014/10/20/how-we-write-product-vision.html"
Saved 1361 words to "/home/r/repo/_site/ru/2014/10/20/how-we-write-product-vision.html"
Saved 409 words to "/home/r/repo/_site/zh/2020/06/23/individual-performance-metrics.html"
Saved 1284 words to "/home/r/repo/_site/ru/2020/06/23/individual-performance-metrics.html"
Saved 356 words to "/home/r/repo/_site/zh/2018/01/09/micro-budgeting.html"
Saved 1067 words to "/home/r/repo/_site/ru/2018/01/09/micro-budgeting.html"
Saved 574 words to "/home/r/repo/_site/zh/2025/04/24/dont-close-their-tickets.html"
Saved 926 words to "/home/r/repo/_site/ru/2025/04/24/dont-close-their-tickets.html"
Saved 1259 words to "/home/r/repo/_site/en/2020/03/29/coronavirus.html"
Saved 458 words to "/home/r/repo/_site/zh/2020/03/29/coronavirus.html"
Saved 1040 words to "/home/r/repo/_site/zh/2017/06/27/my-environment.html"
Saved 1077 words to "/home/r/repo/_site/ru/2017/06/27/my-environment.html"
Saved 466 words to "/home/r/repo/_site/zh/2014/11/20/seven-virtues-of-good-object.html"
Saved 2651 words to "/home/r/repo/_site/ru/2014/11/20/seven-virtues-of-good-object.html"
Saved 1155 words to "/home/r/repo/_site/en/2016/12/22/what-causes-terrorism.html"
Saved 472 words to "/home/r/repo/_site/zh/2016/12/22/what-causes-terrorism.html"
Saved 367 words to "/home/r/repo/_site/zh/2016/07/14/who-is-object.html"
Saved 1117 words to "/home/r/repo/_site/ru/2016/07/14/who-is-object.html"
Saved 364 words to "/home/r/repo/_site/zh/2019/04/02/software-project-review-checklist.html"
Saved 744 words to "/home/r/repo/_site/ru/2019/04/02/software-project-review-checklist.html"
Saved 543 words to "/home/r/repo/_site/zh/2014/05/05/oop-alternative-to-utility-classes.html"
Saved 1018 words to "/home/r/repo/_site/ru/2014/05/05/oop-alternative-to-utility-classes.html"
Saved 361 words to "/home/r/repo/_site/zh/2017/01/17/synchronized-decorators.html"
Saved 741 words to "/home/r/repo/_site/ru/2017/01/17/synchronized-decorators.html"
Saved 452 words to "/home/r/repo/_site/zh/2014/12/01/orm-offensive-anti-pattern.html"
Saved 1968 words to "/home/r/repo/_site/ru/2014/12/01/orm-offensive-anti-pattern.html"
Saved 576 words to "/home/r/repo/_site/zh/2022/06/05/reflection-means-hidden-coupling.html"
Saved 2167 words to "/home/r/repo/_site/ru/2022/06/05/reflection-means-hidden-coupling.html"
Saved 958 words to "/home/r/repo/_site/zh/2016/08/15/what-is-wrong-object-oriented-programming.html"
Saved 1048 words to "/home/r/repo/_site/ru/2016/08/15/what-is-wrong-object-oriented-programming.html"
Saved 366 words to "/home/r/repo/_site/zh/2015/01/10/windows-appveyor-maven.html"
Saved 507 words to "/home/r/repo/_site/ru/2015/01/10/windows-appveyor-maven.html"
Saved 437 words to "/home/r/repo/_site/zh/2017/06/22/object-oriented-input-output-in-cactoos.html"
Saved 971 words to "/home/r/repo/_site/ru/2017/06/22/object-oriented-input-output-in-cactoos.html"
Saved 342 words to "/home/r/repo/_site/zh/2020/11/15/award-2021.html"
Saved 610 words to "/home/r/repo/_site/ru/2020/11/15/award-2021.html"
Saved 357 words to "/home/r/repo/_site/zh/2018/02/13/micro-vesting.html"
Saved 786 words to "/home/r/repo/_site/ru/2018/02/13/micro-vesting.html"
Saved 400 words to "/home/r/repo/_site/zh/2014/09/11/deployment-script-vs-rultor.html"
Saved 1537 words to "/home/r/repo/_site/ru/2014/09/11/deployment-script-vs-rultor.html"
Saved 356 words to "/home/r/repo/_site/zh/2020/11/03/daily-reports.html"
Saved 1175 words to "/home/r/repo/_site/ru/2020/11/03/daily-reports.html"
Saved 388 words to "/home/r/repo/_site/zh/2015/06/22/valid-reasons-to-reject-bug-fix.html"
Saved 1051 words to "/home/r/repo/_site/ru/2015/06/22/valid-reasons-to-reject-bug-fix.html"
Saved 351 words to "/home/r/repo/_site/zh/2022/03/29/bugs-occam-razor.html"
Saved 634 words to "/home/r/repo/_site/ru/2022/03/29/bugs-occam-razor.html"
Saved 357 words to "/home/r/repo/_site/zh/2021/08/04/prestructors.html"
Saved 547 words to "/home/r/repo/_site/ru/2021/08/04/prestructors.html"
Saved 346 words to "/home/r/repo/_site/zh/2016/04/08/revenue-may-kill-startup.html"
Saved 971 words to "/home/r/repo/_site/ru/2016/04/08/revenue-may-kill-startup.html"
Saved 361 words to "/home/r/repo/_site/zh/2017/09/19/what-motivates-me.html"
Saved 1265 words to "/home/r/repo/_site/ru/2017/09/19/what-motivates-me.html"
Saved 371 words to "/home/r/repo/_site/zh/2017/02/14/stackoverflow-is-your-tool.html"
Saved 1069 words to "/home/r/repo/_site/ru/2017/02/14/stackoverflow-is-your-tool.html"
Saved 359 words to "/home/r/repo/_site/zh/2017/08/15/bitcoin-pyramid.html"
Saved 903 words to "/home/r/repo/_site/ru/2017/08/15/bitcoin-pyramid.html"
Saved 368 words to "/home/r/repo/_site/zh/2016/07/11/mistakes-in-agile-manifesto.html"
Saved 982 words to "/home/r/repo/_site/ru/2016/07/11/mistakes-in-agile-manifesto.html"
Saved 362 words to "/home/r/repo/_site/zh/2020/01/07/embrace-the-chaos.html"
Saved 704 words to "/home/r/repo/_site/ru/2020/01/07/embrace-the-chaos.html"
Saved 398 words to "/home/r/repo/_site/zh/2018/03/13/fluent-interfaces.html"
Saved 1101 words to "/home/r/repo/_site/ru/2018/03/13/fluent-interfaces.html"
Saved 370 words to "/home/r/repo/_site/zh/2016/01/26/defensive-programming.html"
Saved 697 words to "/home/r/repo/_site/ru/2016/01/26/defensive-programming.html"
Saved 1256 words to "/home/r/repo/_site/en/2019/09/15/revolution-bottom-up.html"
Saved 441 words to "/home/r/repo/_site/zh/2019/09/15/revolution-bottom-up.html"
Saved 344 words to "/home/r/repo/_site/zh/2023/08/29/ai-for-software-engineering.html"
Saved 1199 words to "/home/r/repo/_site/ru/2023/08/29/ai-for-software-engineering.html"
Saved 348 words to "/home/r/repo/_site/zh/2015/10/13/competition-without-rules.html"
Saved 702 words to "/home/r/repo/_site/ru/2015/10/13/competition-without-rules.html"
Saved 363 words to "/home/r/repo/_site/zh/2015/06/18/good-programmers-bug-free.html"
Saved 794 words to "/home/r/repo/_site/ru/2015/06/18/good-programmers-bug-free.html"
Saved 1483 words to "/home/r/repo/_site/en/2019/01/20/drugs.html"
Saved 466 words to "/home/r/repo/_site/zh/2019/01/20/drugs.html"
Saved 369 words to "/home/r/repo/_site/zh/2014/10/08/continuous-integration-is-dead.html"
Saved 1111 words to "/home/r/repo/_site/ru/2014/10/08/continuous-integration-is-dead.html"
Saved 399 words to "/home/r/repo/_site/zh/2017/08/22/to-be-nice-or-not.html"
Saved 1236 words to "/home/r/repo/_site/ru/2017/08/22/to-be-nice-or-not.html"
Saved 1254 words to "/home/r/repo/_site/en/2017/04/18/dnepr-corruption-item.html"
Saved 451 words to "/home/r/repo/_site/zh/2017/04/18/dnepr-corruption-item.html"
Saved 377 words to "/home/r/repo/_site/zh/2016/07/06/data-transfer-object.html"
Saved 742 words to "/home/r/repo/_site/ru/2016/07/06/data-transfer-object.html"
Saved 1171 words to "/home/r/repo/_site/en/2017/10/24/motherland.html"
Saved 456 words to "/home/r/repo/_site/zh/2017/10/24/motherland.html"
Saved 392 words to "/home/r/repo/_site/zh/2016/05/03/test-methods-must-share-nothing.html"
Saved 963 words to "/home/r/repo/_site/ru/2016/05/03/test-methods-must-share-nothing.html"
Saved 427 words to "/home/r/repo/_site/zh/2016/02/03/design-patterns-and-anti-patterns.html"
Saved 948 words to "/home/r/repo/_site/ru/2016/02/03/design-patterns-and-anti-patterns.html"
Saved 424 words to "/home/r/repo/_site/zh/2014/04/11/jcabi-http-intro.html"
Saved 809 words to "/home/r/repo/_site/ru/2014/04/11/jcabi-http-intro.html"
Saved 491 words to "/home/r/repo/_site/zh/2022/08/10/xsline-immutable-pipeline.html"
Saved 923 words to "/home/r/repo/_site/ru/2022/08/10/xsline-immutable-pipeline.html"
Saved 419 words to "/home/r/repo/_site/zh/2014/09/09/restful-web-sites.html"
Saved 1027 words to "/home/r/repo/_site/ru/2014/09/09/restful-web-sites.html"
done in 144.133 seconds.
Auto-regeneration: disabled. Use --watch to enable.
Jekyll site generated without issues
All files are in place
There is no garbage
scss-lint found no lints
No spelling errors
No prohibited regular expressions in 1139 pages
All articles have excerpts
All snippets are compact enough
https://www.yegor256.com/2010/03/04/pdd.html: 13
https://www.yegor256.com/2013/12/29/proto.html: 4
https://www.yegor256.com/2014/04/06/introduction.html: 9
https://www.yegor256.com/2014/04/06/movies-for-thanasis.html: 11
https://www.yegor256.com/2014/04/06/phandom.html: 11
https://www.yegor256.com/2014/04/09/xembly-intro.html: 13
https://www.yegor256.com/2014/04/11/cost-of-loc.html: 21
https://www.yegor256.com/2014/04/11/jcabi-http-intro.html: 15
https://www.yegor256.com/2014/04/12/puzzle-driven-development-by-roles.html: 17
https://www.yegor256.com/2014/04/13/bugs-are-welcome.html: 31
https://www.yegor256.com/2014/04/13/no-obligations-principle.html: 21
https://www.yegor256.com/2014/04/14/jcabi-dynamo-java-api-of-aws-dynamodb.html: 13
https://www.yegor256.com/2014/04/15/definition-of-done.html: 13
https://www.yegor256.com/2014/04/15/github-guidelines.html: 14
https://www.yegor256.com/2014/04/17/how-xdsd-is-different.html: 28
https://www.yegor256.com/2014/04/18/jcabi-http-server-mocking.html: 11
https://www.yegor256.com/2014/04/20/how-hourly-rate-is-calculated.html: 9
https://www.yegor256.com/2014/04/21/s3-http-basic-auth.html: 13
https://www.yegor256.com/2014/04/24/java-xml-parsing-and-traversing.html: 21
https://www.yegor256.com/2014/04/26/incremental-requirements-with-requs.html: 12
https://www.yegor256.com/2014/04/27/typical-mistakes-in-java-code.html: 9
https://www.yegor256.com/2014/04/28/xml-xpath-hamcrest-matchers.html: 11
https://www.yegor256.com/2014/04/29/w3c-java-validators.html: 11
https://www.yegor256.com/2014/05/01/dynamodb-local-maven-plugin.html: 14
https://www.yegor256.com/2014/05/05/oop-alternative-to-utility-classes.html: 58
https://www.yegor256.com/2014/05/13/why-null-is-bad.html: 35
https://www.yegor256.com/2014/05/14/object-oriented-github-java-sdk.html: 12
https://www.yegor256.com/2014/05/18/cloud-autoincrement-counters.html: 11
https://www.yegor256.com/2014/05/21/mysql-maven-plugin.html: 12
https://www.yegor256.com/2014/05/23/avoid-java-static-logger.html: 14
https://www.yegor256.com/2014/05/26/amazon-s3-java-oop-adapter.html: 13
https://www.yegor256.com/2014/06/01/aop-aspectj-java-method-logging.html: 17
https://www.yegor256.com/2014/06/09/objects-should-be-immutable.html: 48
https://www.yegor256.com/2014/06/19/avoid-string-concatenation.html: 9
https://www.yegor256.com/2014/06/20/limit-method-execution-time.html: 11
https://www.yegor256.com/2014/06/21/casperjs-with-maven.html: 12
https://www.yegor256.com/2014/06/24/jekyll-github-deploy.html: 13
https://www.yegor256.com/2014/06/25/xml-and-xslt-in-browser.html: 17
https://www.yegor256.com/2014/06/26/sass-in-java-webapp.html: 10
https://www.yegor256.com/2014/06/29/custom-lexer-in-jekyll.html: 9
https://www.yegor256.com/2014/07/03/how-to-read-manifest-mf.html: 11
https://www.yegor256.com/2014/07/20/liquibase-in-maven.html: 12
https://www.yegor256.com/2014/07/21/read-only-master-branch.html: 34
https://www.yegor256.com/2014/07/24/rultor-automated-merging.html: 29
https://www.yegor256.com/2014/07/29/docker-in-rultor.html: 16
https://www.yegor256.com/2014/07/31/travis-and-rultor.html: 13
https://www.yegor256.com/2014/08/03/cacheable-java-annotation.html: 13
https://www.yegor256.com/2014/08/13/strict-code-quality-control.html: 36
https://www.yegor256.com/2014/08/15/retry-java-method-on-exception.html: 15
https://www.yegor256.com/2014/08/18/fluent-jdbc-decorator.html: 12
https://www.yegor256.com/2014/08/19/how-to-release-to-maven-central.html: 23
https://www.yegor256.com/2014/08/22/art-of-software-testing.html: 14
https://www.yegor256.com/2014/08/25/deploy-to-cloudbees.html: 15
https://www.yegor256.com/2014/08/26/publish-to-rubygems.html: 16
https://www.yegor256.com/2014/08/29/docker-non-root.html: 11
https://www.yegor256.com/2014/09/02/java-ssh-client.html: 11
https://www.yegor256.com/2014/09/09/restful-web-sites.html: 13
https://www.yegor256.com/2014/09/10/anti-patterns-in-oop.html: 17
https://www.yegor256.com/2014/09/11/deployment-script-vs-rultor.html: 17
https://www.yegor256.com/2014/09/13/deploying-to-heroku.html: 13
https://www.yegor256.com/2014/09/16/getters-and-setters-are-evil.html: 51
https://www.yegor256.com/2014/09/22/remote-programming-interview.html: 5
https://www.yegor256.com/2014/09/23/built-in-fake-objects.html: 19
https://www.yegor256.com/2014/09/24/why-monetary-awards-dont-work.html: 30
https://www.yegor256.com/2014/10/03/di-containers-are-evil.html: 22
https://www.yegor256.com/2014/10/05/ten-hosted-continuous-integration-services.html: 14
https://www.yegor256.com/2014/10/06/software-project-lifecycle.html: 14
https://www.yegor256.com/2014/10/07/stop-chatting-start-coding.html: 33
https://www.yegor256.com/2014/10/08/continuous-integration-is-dead.html: 41
https://www.yegor256.com/2014/10/12/who-is-software-architect.html: 46
https://www.yegor256.com/2014/10/20/how-we-write-product-vision.html: 11
https://www.yegor256.com/2014/10/21/incremental-billing.html: 17
https://www.yegor256.com/2014/10/23/paired-brackets-notation.html: 9
https://www.yegor256.com/2014/10/26/hacker-vs-programmer-mentality.html: 26
https://www.yegor256.com/2014/10/29/how-much-do-you-cost.html: 43
https://www.yegor256.com/2014/11/03/empty-line-code-smell.html: 12
https://www.yegor256.com/2014/11/07/how-immutability-helps.html: 17
https://www.yegor256.com/2014/11/14/hits-of-code.html: 22
https://www.yegor256.com/2014/11/20/seven-virtues-of-good-object.html: 47
https://www.yegor256.com/2014/11/24/principles-of-bug-tracking.html: 21
https://www.yegor256.com/2014/12/01/orm-offensive-anti-pattern.html: 36
https://www.yegor256.com/2014/12/04/synchronization-between-nodes.html: 11
https://www.yegor256.com/2014/12/09/immutable-object-state-and-behavior.html: 15
https://www.yegor256.com/2014/12/15/how-much-your-objects-encapsulate.html: 12
https://www.yegor256.com/2014/12/18/independent-technical-reviews.html: 22
https://www.yegor256.com/2014/12/22/immutable-objects-not-dumb.html: 13
https://www.yegor256.com/2015/01/05/how-to-be-honest-and-keep-customer.html: 13
https://www.yegor256.com/2015/01/08/morning-standup-meetings.html: 27
https://www.yegor256.com/2015/01/10/windows-appveyor-maven.html: 9
https://www.yegor256.com/2015/01/12/compound-name-is-code-smell.html: 13
https://www.yegor256.com/2015/01/15/how-to-cut-corners.html: 24
https://www.yegor256.com/2015/01/21/if-then-throw-else.html: 11
https://www.yegor256.com/2015/01/26/happy-boss-false-objective.html: 43
https://www.yegor256.com/2015/02/02/xsl-transformations-in-java.html: 13
https://www.yegor256.com/2015/02/05/jcabi-parent-maven-pom.html: 16
https://www.yegor256.com/2015/02/09/serious-code-reviewer.html: 15
https://www.yegor256.com/2015/02/12/top-down-design.html: 11
https://www.yegor256.com/2015/02/16/it-is-not-a-school.html: 25
https://www.yegor256.com/2015/02/20/utility-classes-vs-functional-programming.html: 20
https://www.yegor256.com/2015/02/23/haircut.html: 16
https://www.yegor256.com/2015/02/26/composable-decorators.html: 29
https://www.yegor256.com/2015/03/02/team-morale-myths-and-reality.html: 29
https://www.yegor256.com/2015/03/09/objects-end-with-er.html: 25
https://www.yegor256.com/2015/03/16/technical-glossaries.html: 11
https://www.yegor256.com/2015/03/22/takes-java-web-framework.html: 15
https://www.yegor256.com/2015/03/26/jaxb-vs-xembly.html: 14
https://www.yegor256.com/2015/03/29/rultor-with-appveyor.html: 11
https://www.yegor256.com/2015/04/02/class-casting-is-anti-pattern.html: 22
https://www.yegor256.com/2015/04/13/tacit-css-framework-for-dummies.html: 11
https://www.yegor256.com/2015/04/16/award.html: 11
https://www.yegor256.com/2015/04/22/favorite-software-books.html: 10
https://www.yegor256.com/2015/04/30/iterating-adapter.html: 9
https://www.yegor256.com/2015/05/04/how-to-protect-business-idea.html: 12
https://www.yegor256.com/2015/05/07/ctors-must-be-code-free.html: 30
https://www.yegor256.com/2015/05/11/software-architect-responsibilities.html: 17
https://www.yegor256.com/2015/05/13/two-instruments-of-software-architect.html: 11
https://www.yegor256.com/2015/05/18/cookie-based-authentication.html: 11
https://www.yegor256.com/2015/05/21/avoid-software-outsourcing-disaster.html: 23
https://www.yegor256.com/2015/05/25/unit-test-scaffolding.html: 13
https://www.yegor256.com/2015/05/28/one-primary-constructor.html: 20
https://www.yegor256.com/2015/06/02/how-to-estimate-software-cost.html: 31
https://www.yegor256.com/2015/06/08/deadly-sins-software-project.html: 27
https://www.yegor256.com/2015/06/11/wikipedia-bug-definition.html: 13
https://www.yegor256.com/2015/06/15/software-outsourcing-survival-guide.html: 13
https://www.yegor256.com/2015/06/18/good-programmers-bug-free.html: 13
https://www.yegor256.com/2015/06/22/valid-reasons-to-reject-bug-fix.html: 12
https://www.yegor256.com/2015/06/25/xml-data-xsl-views-takes-framework.html: 13
https://www.yegor256.com/2015/06/29/simple-diagrams.html: 17
https://www.yegor256.com/2015/07/06/public-static-literals.html: 14
https://www.yegor256.com/2015/07/09/catch-if-cant-otherwise.html: 10
https://www.yegor256.com/2015/07/13/meetings-are-legalized-robbery.html: 20
https://www.yegor256.com/2015/07/16/fools-dont-write-unit-tests.html: 11
https://www.yegor256.com/2015/07/21/hourly-pay-modern-slavery.html: 58
https://www.yegor256.com/2015/07/28/checked-vs-unchecked-exceptions.html: 18
https://www.yegor256.com/2015/08/04/nine-steps-start-software-project.html: 12
https://www.yegor256.com/2015/08/18/multiple-return-statements-in-oop.html: 15
https://www.yegor256.com/2015/08/25/fail-fast.html: 14
https://www.yegor256.com/2015/09/01/redundant-variables-are-evil.html: 12
https://www.yegor256.com/2015/09/07/maven-repository-amazon-s3.html: 13
https://www.yegor256.com/2015/09/10/testing-exit-criteria.html: 12
https://www.yegor256.com/2015/09/16/how-to-fire-someone-right.html: 33
https://www.yegor256.com/2015/09/22/micromanagement.html: 60
https://www.yegor256.com/2015/09/29/mayonnaise.html: 17
https://www.yegor256.com/2015/10/01/vertical-horizontal-decorating.html: 13
https://www.yegor256.com/2015/10/06/how-to-be-good-office-slave.html: 59
https://www.yegor256.com/2015/10/13/competition-without-rules.html: 25
https://www.yegor256.com/2015/10/16/ridley-scott-and-joseph-goebbels.html: 14
https://www.yegor256.com/2015/10/17/award-2016.html: 10
https://www.yegor256.com/2015/10/20/interrupted-exception.html: 10
https://www.yegor256.com/2015/10/27/outsourcing-doesnt-work.html: 36
https://www.yegor256.com/2015/11/03/chatbot-better-than-ui-for-microservice.html: 13
https://www.yegor256.com/2015/11/10/ten-mistakes-in-specs.html: 36
https://www.yegor256.com/2015/11/16/json-vs-xml.html: 20
https://www.yegor256.com/2015/11/21/ringelmann-effect-vs-agile.html: 21
https://www.yegor256.com/2015/11/24/imprisonment-for-irresponsible-coding.html: 16
https://www.yegor256.com/2015/12/01/rethrow-exceptions.html: 31
https://www.yegor256.com/2015/12/08/temporal-coupling-between-method-calls.html: 19
https://www.yegor256.com/2015/12/16/investors-are-too-scared.html: 10
https://www.yegor256.com/2015/12/22/why-dont-you-contribute-to-open-source.html: 40
https://www.yegor256.com/2015/12/29/turnover-is-good-for-maintainability.html: 13
https://www.yegor256.com/2016/01/05/how-to-punish-employees.html: 33
https://www.yegor256.com/2016/01/12/good-programmers-dont-work-for-equity.html: 15
https://www.yegor256.com/2016/01/19/how-expensive-is-outsourcing.html: 14
https://www.yegor256.com/2016/01/26/defensive-programming.html: 11
https://www.yegor256.com/2016/02/03/design-patterns-and-anti-patterns.html: 23
https://www.yegor256.com/2016/02/09/are-you-still-debugging.html: 16
https://www.yegor256.com/2016/02/18/holacracy-autocracy.html: 24
https://www.yegor256.com/2016/03/01/how-we-interview-programmers.html: 13
https://www.yegor256.com/2016/03/08/pimp-up-your-resume.html: 19
https://www.yegor256.com/2016/03/15/wring-dispatcher-github-notifications.html: 13
https://www.yegor256.com/2016/03/22/try-finally-if-not-null.html: 12
https://www.yegor256.com/2016/03/28/unspoken-secrets-of-elevator-pitch.html: 13
https://www.yegor256.com/2016/03/30/jare-instant-free-cdn.html: 11
https://www.yegor256.com/2016/04/05/printers-instead-of-getters.html: 24
https://www.yegor256.com/2016/04/08/revenue-may-kill-startup.html: 10
https://www.yegor256.com/2016/04/12/java-annotations-are-evil.html: 25
https://www.yegor256.com/2016/04/19/object-must-not-be-configurable.html: 14
https://www.yegor256.com/2016/04/26/why-inputstream-design-is-wrong.html: 25
https://www.yegor256.com/2016/05/03/test-methods-must-share-nothing.html: 12
https://www.yegor256.com/2016/05/10/keynote-clowns.html: 18
https://www.yegor256.com/2016/05/17/convertible-notes.html: 11
https://www.yegor256.com/2016/05/24/who-is-project-manager.html: 49
https://www.yegor256.com/2016/06/03/conference-mistakes.html: 10
https://www.yegor256.com/2016/06/17/dont-use-java-assertions.html: 10
https://www.yegor256.com/2016/06/21/how-to-hire-programmer.html: 15
https://www.yegor256.com/2016/06/27/singletons-must-die.html: 20
https://www.yegor256.com/2016/07/06/data-transfer-object.html: 35
https://www.yegor256.com/2016/07/10/software-project-roles.html: 13
https://www.yegor256.com/2016/07/11/mistakes-in-agile-manifesto.html: 23
https://www.yegor256.com/2016/07/14/who-is-object.html: 33
https://www.yegor256.com/2016/07/18/law-of-demeter.html: 10
https://www.yegor256.com/2016/07/21/convince-me.html: 19
https://www.yegor256.com/2016/07/26/active-record.html: 10
https://www.yegor256.com/2016/08/01/continuous-integration-maturity.html: 12
https://www.yegor256.com/2016/08/05/distributed-teams-are-higher-quality.html: 14
https://www.yegor256.com/2016/08/10/if-then-else-code-smell.html: 11
https://www.yegor256.com/2016/08/15/what-is-wrong-object-oriented-programming.html: 31
https://www.yegor256.com/2016/08/23/communication-maturity.html: 26
https://www.yegor256.com/2016/08/30/decomposition-of-responsibility.html: 10
https://www.yegor256.com/2016/09/07/gradients-of-immutability.html: 12
https://www.yegor256.com/2016/09/13/inheritance-is-procedural.html: 23
https://www.yegor256.com/2016/09/20/oop-without-classes.html: 14
https://www.yegor256.com/2016/09/27/command-control-innovate.html: 21
https://www.yegor256.com/2016/10/23/award-2017.html: 9
https://www.yegor256.com/2016/11/09/why-no-ebooks.html: 13
https://www.yegor256.com/2016/11/18/software-conferences-to-attend.html: 5
https://www.yegor256.com/2016/11/21/naked-data.html: 45
https://www.yegor256.com/2016/11/26/yanukovych-v-president.html: 12
https://www.yegor256.com/2016/11/28/saakashvili-speaks-ukrainian.html: 15
https://www.yegor256.com/2016/11/29/eolang.html: 12
https://www.yegor256.com/2016/12/01/what-is-wrong-about-guns.html: 10
https://www.yegor256.com/2016/12/05/who-needs-war.html: 14
https://www.yegor256.com/2016/12/06/how-to-pay-programmers-less.html: 22
https://www.yegor256.com/2016/12/08/lustration-in-ukraine.html: 13
https://www.yegor256.com/2016/12/12/putin-is-power.html: 8
https://www.yegor256.com/2016/12/13/mvc-vs-oop.html: 16
https://www.yegor256.com/2016/12/15/onishenko-our-hero.html: 9
https://www.yegor256.com/2016/12/19/are-you-ashamed-of-voting.html: 12
https://www.yegor256.com/2016/12/19/privatbank-nationalization.html: 11
https://www.yegor256.com/2016/12/20/can-objects-be-friends.html: 16
https://www.yegor256.com/2016/12/22/what-causes-terrorism.html: 12
https://www.yegor256.com/2016/12/26/what-would-you-ask-putin.html: 11
https://www.yegor256.com/2016/12/29/who-wants-our-donations.html: 13
https://www.yegor256.com/2016/12/30/tu154-sochi.html: 8
https://www.yegor256.com/2017/01/02/ukraine-budget-2017.html: 8
https://www.yegor256.com/2017/01/03/how-much-you-love-conflicts.html: 17
https://www.yegor256.com/2017/01/05/justice-against-corruption.html: 13
https://www.yegor256.com/2017/01/10/how-to-teach-customers.html: 11
https://www.yegor256.com/2017/01/12/will-i-go-to-war.html: 8
https://www.yegor256.com/2017/01/16/ukrainian-startups.html: 8
https://www.yegor256.com/2017/01/17/synchronized-decorators.html: 18
https://www.yegor256.com/2017/01/23/consciousness-and-revolution.html: 10
https://www.yegor256.com/2017/01/24/career-advice.html: 20
https://www.yegor256.com/2017/01/30/lifetime-imprisonment-for-separatism.html: 11
https://www.yegor256.com/2017/01/31/decorating-envelopes.html: 13
https://www.yegor256.com/2017/02/06/how-to-eliminate-corruption.html: 13
https://www.yegor256.com/2017/02/07/private-method-is-new-class.html: 15
https://www.yegor256.com/2017/02/14/stackoverflow-is-your-tool.html: 15
https://www.yegor256.com/2017/02/20/nationalism-of-the-future.html: 8
https://www.yegor256.com/2017/02/21/say-no-to-google-recruiters.html: 20
https://www.yegor256.com/2017/02/28/too-many-classes.html: 17
https://www.yegor256.com/2017/03/02/history-of-separatism.html: 12
https://www.yegor256.com/2017/03/07/traits-and-mixins.html: 13
https://www.yegor256.com/2017/03/24/tdd-that-works.html: 25
https://www.yegor256.com/2017/03/28/solid.html: 18
https://www.yegor256.com/2017/04/05/pdd-in-action.html: 14
https://www.yegor256.com/2017/04/11/flexibility-equates-lower-quality.html: 17
https://www.yegor256.com/2017/04/18/dnepr-corruption-item.html: 8
https://www.yegor256.com/2017/04/18/no-help-via-email.html: 13
https://www.yegor256.com/2017/04/24/slaves-of-the-law.html: 8
https://www.yegor256.com/2017/04/25/sixnines.html: 11
https://www.yegor256.com/2017/05/02/remote-slaves.html: 18
https://www.yegor256.com/2017/05/10/inversion-of-control.html: 9
https://www.yegor256.com/2017/05/15/loyalty.html: 10
https://www.yegor256.com/2017/05/16/monikers.html: 11
https://www.yegor256.com/2017/05/17/single-statement-unit-tests.html: 13
https://www.yegor256.com/2017/05/23/unlimited-number-of-bugs.html: 17
https://www.yegor256.com/2017/05/30/why-contribute-to-open-source.html: 13
https://www.yegor256.com/2017/06/06/gluten-free-management.html: 15
https://www.yegor256.com/2017/06/13/dynamodb-rack-maven.html: 12
https://www.yegor256.com/2017/06/22/object-oriented-input-output-in-cactoos.html: 15
https://www.yegor256.com/2017/06/27/my-environment.html: 12
https://www.yegor256.com/2017/06/29/activists.html: 9
https://www.yegor256.com/2017/07/04/sexism.html: 12
https://www.yegor256.com/2017/07/11/how-to-redesign-equals.html: 11
https://www.yegor256.com/2017/07/18/sexual-harassment.html: 12
https://www.yegor256.com/2017/07/25/my-favorite-websites.html: 8
https://www.yegor256.com/2017/07/27/sabotage-failed.html: 8
https://www.yegor256.com/2017/08/01/how-to-manage-a-manager.html: 20
https://www.yegor256.com/2017/08/08/raii-in-java.html: 12
https://www.yegor256.com/2017/08/15/bitcoin-pyramid.html: 10
https://www.yegor256.com/2017/08/22/to-be-nice-or-not.html: 10
https://www.yegor256.com/2017/08/29/xcop.html: 11
https://www.yegor256.com/2017/09/05/rehttp-http-repeater.html: 10
https://www.yegor256.com/2017/09/12/evil-object-name-suffix-client.html: 9
https://www.yegor256.com/2017/09/19/what-motivates-me.html: 12
https://www.yegor256.com/2017/09/26/threecopies-server-data-backup.html: 8
https://www.yegor256.com/2017/10/03/java9.html: 9
https://www.yegor256.com/2017/10/10/streams-vs-decorators.html: 10
https://www.yegor256.com/2017/10/17/lazy-loading-caching-sticky-cactoos.html: 11
https://www.yegor256.com/2017/10/24/award-2018.html: 8
https://www.yegor256.com/2017/10/24/motherland.html: 10
https://www.yegor256.com/2017/10/30/ukrainian-language.html: 14
https://www.yegor256.com/2017/11/07/five-new-java-features.html: 12
https://www.yegor256.com/2017/11/08/crimea.html: 9
https://www.yegor256.com/2017/11/14/static-factory-methods.html: 20
https://www.yegor256.com/2017/11/21/trust-pay-lose.html: 21
https://www.yegor256.com/2017/11/22/opposition.html: 8
https://www.yegor256.com/2017/11/28/microtasking.html: 39
https://www.yegor256.com/2017/12/05/data-access-object.html: 12
https://www.yegor256.com/2017/12/12/alan-kay-was-wrong.html: 11
https://www.yegor256.com/2017/12/19/srp-is-hoax.html: 15
https://www.yegor256.com/2017/12/26/software-quality-formula.html: 19
https://www.yegor256.com/2018/01/02/operator-new-is-toxic.html: 10
https://www.yegor256.com/2018/01/03/fake-opposition.html: 8
https://www.yegor256.com/2018/01/09/micro-budgeting.html: 25
https://www.yegor256.com/2018/01/10/dalles-plan.html: 8
https://www.yegor256.com/2018/01/16/educational-aspect-of-static-analysis.html: 13
https://www.yegor256.com/2018/01/23/sociotech-skills.html: 15
https://www.yegor256.com/2018/02/06/where-to-find-more-bugs.html: 10
https://www.yegor256.com/2018/02/13/micro-vesting.html: 11
https://www.yegor256.com/2018/02/27/parsing-objects.html: 12
https://www.yegor256.com/2018/03/06/speed-vs-quality.html: 16
https://www.yegor256.com/2018/03/13/fluent-interfaces.html: 15
https://www.yegor256.com/2018/03/17/putin-election.html: 9
https://www.yegor256.com/2018/03/21/zerocracy-announcement.html: 17
https://www.yegor256.com/2018/03/25/why-gas.html: 8
https://www.yegor256.com/2018/03/27/how-to-test-thread-safety.html: 11
https://www.yegor256.com/2018/04/03/donations-via-zerocracy.html: 9
https://www.yegor256.com/2018/04/10/learning-by-refactoring.html: 11
https://www.yegor256.com/2018/04/17/how-to-be-lazy.html: 20
https://www.yegor256.com/2018/04/24/right-way-to-report-bugs.html: 37
https://www.yegor256.com/2018/05/08/open-source-attributes.html: 14
https://www.yegor256.com/2018/05/22/default-arguments-against-null.html: 9
https://www.yegor256.com/2018/05/29/object-validation.html: 11
https://www.yegor256.com/2018/06/19/glogin.html: 9
https://www.yegor256.com/2018/06/26/are-you-an-architect.html: 10
https://www.yegor256.com/2018/07/03/global-variables.html: 14
https://www.yegor256.com/2018/07/24/bugs-or-pull-requests.html: 17
https://www.yegor256.com/2018/08/14/seventy-percent.html: 10
https://www.yegor256.com/2018/08/22/builders-and-manipulators.html: 12
https://www.yegor256.com/2018/08/27/penalty-for-refusal.html: 8
https://www.yegor256.com/2018/08/29/soft-skills.html: 13
https://www.yegor256.com/2018/09/05/monolithic-repositories.html: 10
https://www.yegor256.com/2018/09/07/what-is-speed.html: 8
https://www.yegor256.com/2018/09/12/clear-code.html: 8
https://www.yegor256.com/2018/09/18/fear-of-coupling.html: 11
https://www.yegor256.com/2018/09/30/award-2019.html: 7
https://www.yegor256.com/2018/10/01/remote-work.html: 8
https://www.yegor256.com/2018/10/07/history-simplification.html: 12
https://www.yegor256.com/2018/10/09/can-you-control-us.html: 13
https://www.yegor256.com/2018/10/16/dont-make-me-guess.html: 11
https://www.yegor256.com/2018/10/30/mailanes.html: 10
https://www.yegor256.com/2018/11/06/ruby-threads.html: 10
https://www.yegor256.com/2018/11/13/bigotry.html: 9
https://www.yegor256.com/2018/11/20/journalism.html: 11
https://www.yegor256.com/2018/11/23/freelance-vs-outsourcing.html: 8
https://www.yegor256.com/2018/11/27/you-can-do-better.html: 11
https://www.yegor256.com/2018/12/11/unit-testing-anti-patterns.html: 11
https://www.yegor256.com/2018/12/18/silicon-valley-criticism.html: 12
https://www.yegor256.com/2018/12/25/speaker-cheat-sheet.html: 9
https://www.yegor256.com/2019/01/01/hazardous-enthusiasm.html: 9
https://www.yegor256.com/2019/01/13/country-as-a-service.html: 8
https://www.yegor256.com/2019/01/15/what-if-architect-is-wrong.html: 11
https://www.yegor256.com/2019/01/20/drugs.html: 8
https://www.yegor256.com/2019/01/22/10x-paychecks.html: 11
https://www.yegor256.com/2019/01/28/the-wall.html: 11
https://www.yegor256.com/2019/01/29/dependency-hell.html: 9
https://www.yegor256.com/2019/02/03/cloudrepo.html: 12
https://www.yegor256.com/2019/02/05/zache.html: 8
https://www.yegor256.com/2019/02/12/silicon-valley-benefits.html: 12
https://www.yegor256.com/2019/02/16/calibrated-democracy.html: 9
https://www.yegor256.com/2019/02/21/jews-vs-french.html: 14
https://www.yegor256.com/2019/03/12/data-and-maintainability.html: 9
https://www.yegor256.com/2019/03/12/how-to-move-faster.html: 8
https://www.yegor256.com/2019/03/17/terrorism-and-power.html: 12
https://www.yegor256.com/2019/03/19/logging-without-static-logger.html: 9
https://www.yegor256.com/2019/03/26/jpages.html: 11
https://www.yegor256.com/2019/03/26/sales-kit.html: 10
https://www.yegor256.com/2019/03/28/cost-of-zerocrat.html: 8
https://www.yegor256.com/2019/03/29/concerns.html: 9
https://www.yegor256.com/2019/03/30/survival-guide.html: 8
https://www.yegor256.com/2019/04/02/software-project-review-checklist.html: 10
https://www.yegor256.com/2019/04/09/beg-them.html: 11
https://www.yegor256.com/2019/04/17/nutch-from-java.html: 9
https://www.yegor256.com/2019/04/23/elegant-readme.html: 14
https://www.yegor256.com/2019/04/28/formula-of-happiness.html: 11
https://www.yegor256.com/2019/05/07/sibit-bitcoin-command-line-client.html: 9
https://www.yegor256.com/2019/05/14/cause-risk-effect.html: 12
https://www.yegor256.com/2019/05/21/dont-improvise.html: 10
https://www.yegor256.com/2019/05/28/trust-or-not.html: 14
https://www.yegor256.com/2019/06/11/where-do-you-seek-help.html: 9
https://www.yegor256.com/2019/06/19/how-much-they-suffer.html: 11
https://www.yegor256.com/2019/06/26/syncem.html: 8
https://www.yegor256.com/2019/07/02/tdd-misbeliefs.html: 9
https://www.yegor256.com/2019/07/07/strong-opinions.html: 11
https://www.yegor256.com/2019/07/10/inversive-management.html: 10
https://www.yegor256.com/2019/07/30/joy-of-programming.html: 9
https://www.yegor256.com/2019/07/31/moscow-protests.html: 10
https://www.yegor256.com/2019/09/03/injection-of-guilt.html: 17
https://www.yegor256.com/2019/09/10/how-to-motivate-kids-to-code.html: 9
https://www.yegor256.com/2019/09/15/revolution-bottom-up.html: 9
https://www.yegor256.com/2019/09/17/be-unhappy-to-be-happy.html: 11
https://www.yegor256.com/2019/09/27/parsing-and-printing.html: 11
https://www.yegor256.com/2019/09/28/what-is-the-point.html: 8
https://www.yegor256.com/2019/10/29/sql-as-a-service.html: 9
https://www.yegor256.com/2019/11/03/award-2020.html: 6
https://www.yegor256.com/2019/11/05/revolutionary-evolution.html: 10
https://www.yegor256.com/2019/11/19/how-much-cohesion-is-enough.html: 9
https://www.yegor256.com/2019/12/03/testing-in-code-review.html: 9
https://www.yegor256.com/2019/12/24/altruism-kills.html: 9
https://www.yegor256.com/2019/12/31/talented-programmers.html: 9
https://www.yegor256.com/2019/12/31/testosterone.html: 12
https://www.yegor256.com/2020/01/07/embrace-the-chaos.html: 12
https://www.yegor256.com/2020/01/15/question-never-ask.html: 11
https://www.yegor256.com/2020/02/11/object-cohesion.html: 9
https://www.yegor256.com/2020/02/19/fat-skinny-design.html: 11
https://www.yegor256.com/2020/03/03/prefixed-naming.html: 11
https://www.yegor256.com/2020/03/29/coronavirus.html: 9
https://www.yegor256.com/2020/05/02/first-world-hysteria.html: 10
https://www.yegor256.com/2020/05/05/open-source-arms-race.html: 9
https://www.yegor256.com/2020/05/13/career-killer.html: 11
https://www.yegor256.com/2020/05/19/veil-objects.html: 11
https://www.yegor256.com/2020/06/12/protesters.html: 13
https://www.yegor256.com/2020/06/23/individual-performance-metrics.html: 19
https://www.yegor256.com/2020/07/05/silence-doesnt-cure.html: 12
https://www.yegor256.com/2020/07/29/open-source-etiquette.html: 16
https://www.yegor256.com/2020/10/06/latex-spell-checking.html: 9
https://www.yegor256.com/2020/10/13/lack-of-problem.html: 9
https://www.yegor256.com/2020/10/27/distance-of-coupling.html: 9
https://www.yegor256.com/2020/11/03/daily-reports.html: 9
https://www.yegor256.com/2020/11/10/typing-without-types.html: 9
https://www.yegor256.com/2020/11/15/award-2021.html: 4
https://www.yegor256.com/2020/11/21/svoboda-and-conflicts.html: 8
https://www.yegor256.com/2020/11/24/objects-without-methods.html: 12
https://www.yegor256.com/2020/12/01/abstract-objects.html: 12
https://www.yegor256.com/2020/12/22/self-managing-orgs.html: 13
https://www.yegor256.com/2020/12/29/metric-for-emotions.html: 12
https://www.yegor256.com/2021/02/02/greed-based-planning.html: 9
https://www.yegor256.com/2021/02/10/dataization.html: 11
https://www.yegor256.com/2021/03/03/imposters-to-win.html: 12
https://www.yegor256.com/2021/04/14/how-we-organized-iccq.html: 14
https://www.yegor256.com/2021/06/01/tips-for-recruiters.html: 9
https://www.yegor256.com/2021/08/04/prestructors.html: 11
https://www.yegor256.com/2021/08/11/logging-in-unit-tests.html: 11
https://www.yegor256.com/2021/09/09/simba.html: 9
https://www.yegor256.com/2021/10/12/calibrated-achievement-points.html: 9
https://www.yegor256.com/2021/10/21/objectionary.html: 9
https://www.yegor256.com/2021/12/01/teaching.html: 12
https://www.yegor256.com/2022/02/16/ai-coding.html: 9
https://www.yegor256.com/2022/03/29/bugs-occam-razor.html: 9
https://www.yegor256.com/2022/06/05/reflection-means-hidden-coupling.html: 9
https://www.yegor256.com/2022/06/14/principle-of-one.html: 9
https://www.yegor256.com/2022/07/05/safety-net.html: 14
https://www.yegor256.com/2022/07/20/command-line-defaults.html: 9
https://www.yegor256.com/2022/08/04/code-and-tests-different-pull-requests.html: 10
https://www.yegor256.com/2022/08/10/xsline-immutable-pipeline.html: 11
https://www.yegor256.com/2022/08/24/research-paper-template.html: 12
https://www.yegor256.com/2022/08/30/dont-group-exception-catchers.html: 11
https://www.yegor256.com/2022/09/08/smaller-try-blocks.html: 11
https://www.yegor256.com/2023/01/19/layout-of-tests.html: 9
https://www.yegor256.com/2023/07/19/just-show-up.html: 13
https://www.yegor256.com/2023/07/25/contribute-disabled-tests.html: 11
https://www.yegor256.com/2023/08/01/method-overloading.html: 14
https://www.yegor256.com/2023/08/08/two-step-initialization.html: 13
https://www.yegor256.com/2023/08/13/dictators.html: 10
https://www.yegor256.com/2023/08/15/decision-making-process.html: 18
https://www.yegor256.com/2023/08/22/fast-vs-deep-testing.html: 11
https://www.yegor256.com/2023/08/27/immigration-by-war.html: 12
https://www.yegor256.com/2023/08/29/ai-for-software-engineering.html: 11
https://www.yegor256.com/2023/09/05/style-checker-for-bibtex-files.html: 9
https://www.yegor256.com/2023/09/17/turbulence.html: 8
https://www.yegor256.com/2023/09/19/five-ingredients-career.html: 9
https://www.yegor256.com/2023/09/29/how-to-write-related-work-section.html: 11
https://www.yegor256.com/2023/10/01/individualism-vs-collectivism.html: 8
https://www.yegor256.com/2023/10/11/method-of-research.html: 16
https://www.yegor256.com/2023/11/22/avoid-line-breaks-inside-paragrap.html: 9
https://www.yegor256.com/2023/11/28/research-questionnaire.html: 9
https://www.yegor256.com/2023/12/11/results-and-discussion.html: 13
https://www.yegor256.com/2023/12/17/how-to-review-research-paper.html: 9
https://www.yegor256.com/2023/12/26/defend-me-against-chatgpt.html: 12
https://www.yegor256.com/2024/01/03/not-able-to-speak.html: 12
https://www.yegor256.com/2024/02/06/research-flow.html: 9
https://www.yegor256.com/2024/04/01/ping-me-please.html: 16
https://www.yegor256.com/2024/04/02/kulikovo-pole.html: 8
https://www.yegor256.com/2024/05/27/freedom-of-speech-vs-intelligence.html: 8
https://www.yegor256.com/2024/06/09/patent-claim.html: 9
https://www.yegor256.com/2024/06/23/medals-to-win.html: 9
https://www.yegor256.com/2024/07/07/checking-object-existence.html: 9
https://www.yegor256.com/2024/09/21/interpreters-of-chaos.html: 8
https://www.yegor256.com/2024/12/15/open-source-beginner-advice.html: 14
https://www.yegor256.com/2025/04/12/four-builds.html: 9
https://www.yegor256.com/2025/04/19/dont-merge-into-broken-master.html: 12
https://www.yegor256.com/2025/04/24/dont-close-their-tickets.html: 11
https://www.yegor256.com/2025/05/18/bug-reports-as-contracts.html: 11
https://www.yegor256.com/2025/05/25/bug-driven-development.html: 16
https://www.yegor256.com/2025/05/31/good-bug-title.html: 11
https://www.yegor256.com/2025/06/08/pull-request-without-test.html: 11
https://www.yegor256.com/2025/06/22/retrieve-or-remove.html: 9
https://www.yegor256.com/2025/08/17/type-annotations.html: 9
https://www.yegor256.com/2025/09/14/red-and-black.html: 11
There are no orphans in 9951 links
128 links found, testing them...
+ links=/tmp/yegor256-20251024-731-ao3807.txt
+ report=/tmp/yegor256-20251024-731-fdesb0.txt
+ export -f ping_uri
+ cmd='ping_uri "$0" >> "/tmp/yegor256-20251024-731-fdesb0.txt"; echo "$0";'
+ xargs -P 10 -n 1 /bin/bash -c 'ping_uri "$0" >> "/tmp/yegor256-20251024-731-fdesb0.txt"; echo "$0";'
https://google.github.io/eng-practices/review/developer/small-cls.html
https://github.com/ypshenychka
https://ru.wikipedia.org/wiki/%D0%A0%D0%BE%D0%BC%D0%B0%D0%BD%D0%BE%D0%B2%D1%8B
https://soundcloud.com/yegor256
https://en.wikipedia.org/wiki/Plain_Old_Java_Object
http://vojtechruzicka.com/book-review-256-bloghacks/
https://github.com/joedayz/titanic-javaee7
https://github.com/floralvikings/jira-connector
https://scrumology.com/
https://www.imdb.com/title/tt0101700/
http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/RetentionPolicy.html#RUNTIME
https://ru.wikipedia.org/wiki/%D0%91%D0%BE%D1%80,_%D0%9D%D0%B8%D0%BB%D1%8C%D1%81
https://http.jcabi.com/apidocs-1.3/com/jcabi/http/request/ApacheRequest.html
https://github.com/jcabi/jcabi-xml
https://www.researchgate.net/publication/325730783_Modern_code_review_a_case_study_at_google
http://goessner.net/articles/JsonPath/
https://www.jcabi.com
https://github.com/skinny-framework/skinny-framework
https://ru.wikipedia.org/wiki/%D0%A7%D1%91%D1%80%D0%BD%D1%8B%D0%B9_%D0%BA%D0%B2%D0%B0%D0%B4%D1%80%D0%B0%D1%82
https://standards.ieee.org/findstds/standard/830-1998.html
https://github.com/yegor256/blog/blob/master/.travis.yml
https://www.facebook.com/yegor256/posts/10209166064338649
https://www.slideshare.net/YegorBugayenko/who-cares-about-quality
https://github.com/tasneem22
https://www.techrepublic.com/article/cio-jury-83-of-cios-struggle-to-find-tech-talent/
https://github.com/javascript-obfuscator/javascript-obfuscator
http://users.jyu.fi/~airi/xmlfamily.html
https://jttu.net/west2004object
https://gist.github.com/yegor256/3d04cb381d3df26aa99e965e20cf11ef
https://en.wikipedia.org/wiki/Barbara_Liskov
https://github.com/sytolk/TaxiAndroidOpen
http://glavred.info/proisshestvija/v-zone-ato-na-vzyatke-pogorel-sotrudnik-voenkomata-treboval-dengi-za-otmazku-ot-armii-361084.html
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6322175/
https://chrome.google.com/webstore/detail/block-site/eiimnmioipafcokbfikbljfdeojpcgbh?hl=en
https://twitter.com/igrekde
https://www.facebook.com/yegor256/posts/10209552490959073
https://www.groovehq.com/blog/remote-work-tips
https://twitter.com/yegor256/status/1112302435782021120?ref_src=twsrc%5Etfw
https://github.com/yegor256/wring/blob/0.17.4/src/main/java/io/wring/model/Pipe.java
https://github.com/yegor256/xembly/blob/master/pom.xml
https://lenta.ru/news/2017/10/02/otlichia/
https://dupress.deloitte.com/dup-us-en/topics/talent/six-signature-traits-of-inclusive-leadership.html
https://github.com/yegor256/takes/issues/790
http://google.github.io/guava/releases/16.0/api/docs/com/google/common/base/Joiner.html
https://maven.apache.org/pom.html
http://docs.oracle.com/javase/7/docs/api/java/lang/Math.html
https://www.gazeta.ru/politics/news/2019/05/18/n_12990745.shtml
https://www.imdb.com/title/tt0181865/
http://www.pravoslavie.ru/2448.html
https://github.com/zold-io/wts.zold.io#how-to-contribute
https://g4s8.wtf/
https://ru.wikipedia.org/wiki/Black_Lives_Matter
https://news.ycombinator.com/item?id=14446516
https://github.com/atk4/data
https://ru.wikipedia.org/wiki/%D0%A2%D0%B5%D1%81%D1%82%D0%BE%D1%81%D1%82%D0%B5%D1%80%D0%BE%D0%BD
https://amzn.to/2xdWSXA
https://github.com/colonB/Dorm
https://www.piter.com/collection/new/product/nash-kod-remeslo-professiya-iskusstvo
https://www.technoparkcorp.com/process/risk/risk/
https://maven.apache.org/guides/introduction/introduction-to-the-pom.html
https://edition.cnn.com/2020/05/29/us/george-floyd-new-video-officers-kneel-trnd/index.html
http://checkstyle.sourceforge.net/checks.html
https://hromadske.ua/ru/posts/isteriya-iz-za-malenkogo-grippa-prezident-brazilii-zayavil-chto-lyudyam-govoryat-nepravdu-ob-opasnostyah-koronavirusa
https://www.jamesshore.com/Blog/Red-Green-Refactor.html
https://lenta.ru/news/2017/06/21/zapret/
https://amzn.to/2fx6PYy
https://github.com/jcabi/jcabi-ssh
https://amzn.to/3YADamz
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/max
http://commons.apache.org/
https://twitter.com/hashtag/software?src=hash&ref_src=twsrc%5Etfw
https://softwareengineering.stackexchange.com/questions/26596/metric-by-which-to-hold-developers-accountable
https://softwareengineering.stackexchange.com/questions/95363/should-code-reviewers-test-as-part-of-the-review
https://github.com/ReikaKalseki/DragonAPI
https://ru.wikipedia.org/wiki/%D0%9C%D0%B5%D1%80%D0%B8%D0%BB%D0%BE,_%D0%AF%D0%BD%D0%B8%D0%BA%D0%B0_%D0%91%D0%BE%D1%80%D0%B8%D1%81%D0%BE%D0%B2%D0%BD%D0%B0
https://twitter.com/yegor256/status/1127460981578391555?ref_src=twsrc%5Etfw
https://github.com/arzzen/altcoin-bitcoin-explorer
https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D1%80%D0%B0%D0%BC%D0%B7%D0%B8%D0%BD,_%D0%9D%D0%B8%D0%BA%D0%BE%D0%BB%D0%B0%D0%B9_%D0%9C%D0%B8%D1%85%D0%B0%D0%B9%D0%BB%D0%BE%D0%B2%D0%B8%D1%87
https://repo1.maven.org/maven2/com/jcabi/jcabi-s3
http://index.minfin.com.ua/chart/
https://ru.wikipedia.org/wiki/%D0%98%D1%81%D1%82%D0%BE%D1%80%D0%B8%D1%8F_%D0%B3%D0%BE%D1%81%D1%83%D0%B4%D0%B0%D1%80%D1%81%D1%82%D0%B2%D0%B0_%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D0%B9%D1%81%D0%BA%D0%BE%D0%B3%D0%BE
https://help.github.com/articles/using-pull-requests
https://en.wikipedia.org/wiki/Product_breakdown_structure
https://proitfest.ru/
https://en.wikipedia.org/wiki/Equity_theory
https://doi.org/10.1145/3183519.3183525
https://twitter.com/intent/follow?screen_name=iccq_ru
https://github.com/spring-projects/spring-boot/blob/v2.0.0.RELEASE/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/ImageBanner.java
https://www.peets.com/
https://github.com/tolsi/dataragon
https://news.ycombinator.com/item?id=9695102
https://www.slideshare.net/YegorBugayenko/keep-your-servers-in-github
https://www.kaggle.com/competitions
https://en.wikipedia.org/wiki/Host_%28network%29
http://checkstyle.sourceforge.net/config_design.html#DesignForExtension
https://en.wikipedia.org/wiki/Functional_programming
https://meduza.io/feature/2015/12/17/inostrantsy-ne-rvalis-usynovlyat-bolnyh-detey-na-samom-dele-net
https://stackoverflow.com/a/333909/187141
https://github.com/maslick/radiaSlider
https://ru.wikipedia.org/wiki/%D0%9E%D1%80%D0%B0%D0%BD%D0%B6%D0%B5%D0%B2%D0%B0%D1%8F_%D1%80%D0%B5%D0%B2%D0%BE%D0%BB%D1%8E%D1%86%D0%B8%D1%8F
https://ru.wikipedia.org/wiki/%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B5%D0%B9%D1%81%D0%BA%D0%B8%D0%B9_%D0%BC%D0%B8%D0%B3%D1%80%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%BD%D1%8B%D0%B9_%D0%BA%D1%80%D0%B8%D0%B7%D0%B8%D1%81
http://junit.org/
http://korrespondent.net/ukraine/3796583-zaochnym-arestom-kurchenko-sud-okazal-ukrayne-medvezhui-usluhu-advokat
https://techcrunch.com/2016/12/19/apples-tim-cook-assures-employees-that-it-is-committed-to-the-mac-and-that-great-desktops-are-coming/
https://github.com/gerc99/SawimNE
https://amzn.to/2xiqJzB
http://static.javadoc.io/org.takes/takes/1.1/org/takes/facets/auth/PsFake.html
https://www.joya.com/menus.html
https://github.com/t-oster/VisiCut
https://youtu.be/X2gALEgKXt0?t=2550
https://ru.wikipedia.org/wiki/%D0%92%D1%82%D0%BE%D1%80%D0%B0%D1%8F_%D0%BC%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D1%8F_%D0%B2%D0%BE%D0%B9%D0%BD%D0%B0
https://en.wikipedia.org/wiki/Propaganda
https://www.wsj.com/articles/SB122426318874844933
https://www.blockchain.com/btc/address/1MUhYhaBqzgpwL1focqJNhTymdXbyky9UY
https://en.wikipedia.org/wiki/Inventive_step_and_non-obviousness
https://ru.wikipedia.org/wiki/%D0%93%D1%8E%D0%B3%D0%BE,_%D0%92%D0%B8%D0%BA%D1%82%D0%BE%D1%80
https://www.slideshare.net/YegorBugayenko/who-manages-who
http://www.zerocracy.com/policy.html
https://github.com/yegor256/cactoos/releases/tag/0.9
https://en.wikipedia.org/wiki/Mischling_Test
https://www.imdb.com/title/tt0124901/
https://amzn.to/2ynssCz
https://ieeemce.org/planning-basics/ieee-conference-publications/submitting-proceedings-ieee-xplore/
http://ecsocman.hse.ru/data/973/640/1219/06.pdf
http://rian.com.ua/politics/20160315/1006726563.html
https://amzn.to/1Y3pE7g
https://www.semanticscholar.org/paper/An-evaluation-of-conceptual-weaknesses-in-and-Yukl/15adc8f497ed75ef4468e2b202864b5443d3f9d3
https://pragmaticobjects.com/
https://scrumology.com/: 000
https://github.com/yegor256/blog/blob/master/.travis.yml: 404
https://www.facebook.com/yegor256/posts/10209166064338649: 400
https://users.jyu.fi/~airi/xmlfamily.html: 301
https://glavred.info/proisshestvija/v-zone-ato-na-vzyatke-pogorel-sotrudnik-voenkomata-treboval-dengi-za-otmazku-ot-armii-361084.html: 404
https://www.facebook.com/yegor256/posts/10209552490959073: 400
https://github.com/colonB/Dorm: 404
https://ru.wikipedia.org/wiki/%D0%9C%D0%B5%D1%80%D0%B8%D0%BB%D0%BE,_%D0%AF%D0%BD%D0%B8%D0%BA%D0%B0_%D0%91%D0%BE%D1%80%D0%B8%D1%81%D0%BE%D0%B2%D0%BD%D0%B0: 404
https://github.com/arzzen/altcoin-bitcoin-explorer: 404
https://www.wsj.com/articles/SB122426318874844933: 401
https://www.zerocracy.com/policy.html: 404
https://pragmaticobjects.com/: 000
128 links are found, 12 are broken, it's more or less OK (9%)
Running RuboCop...
Inspecting 21 files
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m
21 files inspected, 32mno offenses0m detected
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n repo ']'
+ docker rmi yegor256/rultor-d8tvfogk
Untagged: yegor256/rultor-d8tvfogk:latest
Deleted: sha256:f2bf9ea62806eab276a4a2ef2b2e0150e9703bf6e2a05e3450807519eb6982de
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git push origin master
To github.com:yegor256/blog.git
3fdb6324abe..3d1a5c50a80 master -> master
container b6e508846969e973f8928febdb3a56e49f2dab77fb1675fce8a161a882fa00fe is dead
Fri Oct 24 03:23:10 UTC 2025