rultor.com logo This build log was produced by rultor.com for yegor256/jekyll-plantuml#78
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1221
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Wed Aug 28 07:43:01 UTC 2024
+ uptime
 07:43:01 up 1 min,  0 users,  load average: 0.96, 0.34, 0.12
+ ff=default
+ image=yegor256/rultor-image:1.22.0
+ rebase=false
+ head_branch=master
+ pull_title='Update dependency rubocop-rspec to v3.0.4'
+ author=yegor256
+ directory=
+ head=git@github.com:yegor256/jekyll-plantuml.git
+ pull_id=78
+ fork=git@github.com:yegor256/jekyll-plantuml.git
+ fork_branch=renovate/rubocop-rspec-3.x
+ squash=false
+ vars=('--env=head=git@github.com:yegor256/jekyll-plantuml.git' '--env=pull_id=78' '--env=fork=git@github.com:yegor256/jekyll-plantuml.git' '--env=fork_branch=renovate/rubocop-rspec-3.x' '--env=head_branch=master' '--env=pull_title=Update dependency rubocop-rspec to v3.0.4' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/jekyll-plantuml.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=78'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/jekyll-plantuml.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/rubocop-rspec-3.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency rubocop-rspec to v3.0.4'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''sudo apt-get -y install plantuml'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:yegor256/jekyll-plantuml.git'\''' ';' 'export '\''pull_id=78'\''' ';' 'export '\''fork=git@github.com:yegor256/jekyll-plantuml.git'\''' ';' 'export '\''fork_branch=renovate/rubocop-rspec-3.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency rubocop-rspec to v3.0.4'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color' ';' 'sudo apt-get -y install plantuml' ';' 'bundle exec rake' ';')
+ container=yegor256_jekyll-plantuml_78
+ as_root=false
+ hostname
ip-172-31-21-172
+ pwd
/tmp/rultor-9aly
+ git --version
git version 2.34.1
+ docker --version
Docker version 25.0.3, build 4debf41
+ mkdir -p /home/ubuntu/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/ubuntu/.ssh/config
+ git clone git@github.com:yegor256/jekyll-plantuml.git repo
Cloning into 'repo'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:yegor256/jekyll-plantuml.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/jekyll-plantuml.git'\''' ';' 'export '\''pull_id=78'\''' ';' 'export '\''fork=git@github.com:yegor256/jekyll-plantuml.git'\''' ';' 'export '\''fork_branch=renovate/rubocop-rspec-3.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency rubocop-rspec to v3.0.4'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color' ';' 'sudo apt-get -y install plantuml' ';' 'bundle exec rake' ';'
+ sensitive=()
+ rm -rf .gnupg
+ cd repo
+ git remote add fork git@github.com:yegor256/jekyll-plantuml.git
+ git remote update
Fetching origin
Fetching fork
From github.com:yegor256/jekyll-plantuml
 * [new branch]      master               -> fork/master
 * [new branch]      renovate/rubocop-1.x -> fork/renovate/rubocop-1.x
 * [new branch]      renovate/rubocop-rspec-3.x -> fork/renovate/rubocop-rspec-3.x
+ args=
+ '[' default == default ']'
+ args=' --ff'
+ '[' default == no ']'
+ '[' default == only ']'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ 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-rspec-3.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/rubocop-rspec-3.x' 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 ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Auto-merging Gemfile
Merge made by the 'ort' strategy.
 Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.14
++ bc
++ echo 0.14 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.14, low enough to run a new Docker container'
load average is 0.14, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.22.0
+ docker pull yegor256/rultor-image:1.22.0
1.22.0: Pulling from yegor256/rultor-image
Digest: sha256:0e360fba8fb992c4c6cb495ddefdf5ecbc0f3edb887dd12deefd4af4b2a13272
Status: Image is up to date for yegor256/rultor-image:1.22.0
docker.io/yegor256/rultor-image:1.22.0
+ grep --quiet '\syegor256_jekyll-plantuml_78\s*$'
+ docker ps --filter=status=exited
+ ls -al .
total 48
drwx------  3 ubuntu ubuntu 4096 Aug 28 07:43 .
drwxrwxrwt 12 root   root   4096 Aug 28 07:42 ..
-rwxrwxr-x  1 ubuntu ubuntu  556 Aug 28 07:43 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  490 Aug 28 07:43 entry.sh
-rw-rw-r--  1 ubuntu ubuntu    5 Aug 28 07:43 pid
drwxrwxr-x  7 ubuntu ubuntu 4096 Aug 28 07:43 repo
-rw-rw-r--  1 ubuntu ubuntu   81 Aug 28 07:42 rubygems.yml
-rwxrwxr-x  1 ubuntu ubuntu 6132 Aug 28 07:43 run.sh
-rw-rw-r--  1 ubuntu ubuntu  593 Aug 28 07:43 script.sh
-rw-rw-r--  1 ubuntu ubuntu 5371 Aug 28 07:43 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-9aly:/main --env=head=git@github.com:yegor256/jekyll-plantuml.git --env=pull_id=78 --env=fork=git@github.com:yegor256/jekyll-plantuml.git --env=fork_branch=renovate/rubocop-rspec-3.x --env=head_branch=master '--env=pull_title=Update dependency rubocop-rspec to v3.0.4' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/jekyll-plantuml.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=78'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/jekyll-plantuml.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/rubocop-rspec-3.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency rubocop-rspec to v3.0.4'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''sudo apt-get -y install plantuml'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' )' --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-9aly/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_jekyll-plantuml_78 yegor256/rultor-image:1.22.0 /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ awk -F : '$3 > 100 { print $1 }'
++ cat /etc/group
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G nogroup r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-journal r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-network r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-resolve r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G messagebus r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-timesync r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G _ssh r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G rvm r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssl-cert r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G postgres r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cargo /root/.config /root/.gem /root/.gemrc /root/.launchpadlib /root/.m2 /root/.npm /root/.profile /root/.rustup /root/.rvmrc /root/texmf /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./rubygems.yml ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ cat /home/r/script.sh
#!/bin/bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:yegor256/jekyll-plantuml.git' ; export 'pull_id=78' ; export 'fork=git@github.com:yegor256/jekyll-plantuml.git' ; export 'fork_branch=renovate/rubocop-rspec-3.x' ; export 'head_branch=master' ; export 'pull_title=Update dependency rubocop-rspec to v3.0.4' ; export 'author=yegor256' ; pdd -f /dev/null ; bundle install --no-color ; sudo apt-get -y install plantuml ; bundle exec rake ;
+ su --login r --command /home/r/script.sh
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Found 7 lines in /home/r/repo/.pdd
My version is 0.23.1
Ruby version is 3.2.2 at x86_64-linux
Reading from root dir .
Excluding target/**/*
Excluding src/main/resources/images/**/*
/usr/local/rvm/gems/ruby-3.2.2/gems/pdd-0.23.1/lib/pdd/sources.rb:90: warning: undefining the allocator of T_DATA class FileMagic
/home/r/repo/renovate.json is a binary file (204 bytes)
Reading .0pdd.yml ...
Reading .github/workflows/codecov.yml ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/rake.yml ...
Reading .github/workflows/xcop.yml ...
Reading .gitignore ...
Reading .pdd ...
Reading .rubocop.yml ...
Reading .rultor.yml ...
Reading Gemfile ...
Reading LICENSE.txt ...
Reading README.md ...
Reading Rakefile ...
Reading jekyll-plantuml.gemspec ...
Reading lib/jekyll-plantuml.rb ...
Reading lib/version.rb ...
Reading test/test__helper.rb ...
Reading test/test_plantuml.rb ...
Reading test-jekylls/.gitignore ...
Reading test-jekylls/Makefile ...
Reading test-jekylls/jekyll-3/Gemfile ...
Reading test-jekylls/jekyll-3/_config.yml ...
Reading test-jekylls/jekyll-3/_layouts/default.html ...
Reading test-jekylls/jekyll-3/_posts/2023/06/2023-06-02-test.md ...
Reading test-jekylls/jekyll-4/Gemfile ...
Reading test-jekylls/jekyll-4/_config.yml ...
Reading test-jekylls/jekyll-4/_layouts/default.html ...
Reading test-jekylls/jekyll-4/_posts/2023/06/2023-06-02-test.md ...
Fetching gem metadata from https://rubygems.org/............
Resolving dependencies...
Fetching rake 13.2.1
Installing rake 13.2.1
Fetching public_suffix 6.0.1
Installing public_suffix 6.0.1
Fetching addressable 2.8.7
Installing addressable 2.8.7
Fetching ast 2.4.2
Installing ast 2.4.2
Fetching bigdecimal 3.1.8
Installing bigdecimal 3.1.8 with native extensions
Using bundler 2.4.10
Fetching colorator 1.1.0
Installing colorator 1.1.0
Fetching concurrent-ruby 1.3.4
Installing concurrent-ruby 1.3.4
Fetching docile 1.4.1
Installing docile 1.4.1
Fetching eventmachine 1.2.7
Installing eventmachine 1.2.7 with native extensions
Fetching http_parser.rb 0.8.0
Installing http_parser.rb 0.8.0 with native extensions
Fetching em-websocket 0.5.3
Installing em-websocket 0.5.3
Fetching ffi 1.17.0 (x86_64-linux-gnu)
Installing ffi 1.17.0 (x86_64-linux-gnu)
Fetching forwardable-extended 2.6.0
Installing forwardable-extended 2.6.0
Fetching google-protobuf 4.27.4 (x86_64-linux)
Installing google-protobuf 4.27.4 (x86_64-linux)
Fetching i18n 1.14.5
Installing i18n 1.14.5
Fetching sass-embedded 1.77.8 (x86_64-linux-gnu)
Installing sass-embedded 1.77.8 (x86_64-linux-gnu)
Fetching jekyll-sass-converter 3.0.0
Installing jekyll-sass-converter 3.0.0
Fetching rb-fsevent 0.11.2
Installing rb-fsevent 0.11.2
Fetching rb-inotify 0.11.1
Installing rb-inotify 0.11.1
Fetching listen 3.9.0
Installing listen 3.9.0
Fetching jekyll-watch 2.2.1
Installing jekyll-watch 2.2.1
Fetching strscan 3.1.0
Installing strscan 3.1.0 with native extensions
Fetching rexml 3.3.6
Installing rexml 3.3.6
Fetching kramdown 2.4.0
Installing kramdown 2.4.0
Fetching kramdown-parser-gfm 1.1.0
Installing kramdown-parser-gfm 1.1.0
Fetching liquid 4.0.4
Installing liquid 4.0.4
Fetching mercenary 0.4.0
Installing mercenary 0.4.0
Fetching pathutil 0.16.2
Installing pathutil 0.16.2
Fetching rouge 4.3.0
Installing rouge 4.3.0
Fetching safe_yaml 1.0.5
Installing safe_yaml 1.0.5
Fetching unicode-display_width 2.5.0
Installing unicode-display_width 2.5.0
Fetching terminal-table 3.0.2
Installing terminal-table 3.0.2
Fetching webrick 1.8.1
Installing webrick 1.8.1
Fetching jekyll 4.3.3
Installing jekyll 4.3.3
Using jekyll-plantuml 1.0.snapshot from source at `.`
Fetching json 2.7.2
Installing json 2.7.2 with native extensions
Fetching language_server-protocol 3.17.0.3
Installing language_server-protocol 3.17.0.3
Fetching minitest 5.25.1
Installing minitest 5.25.1
Fetching parallel 1.26.3
Installing parallel 1.26.3
Fetching racc 1.8.1
Installing racc 1.8.1 with native extensions
Fetching parser 3.3.4.2
Installing parser 3.3.4.2
Using rainbow 3.1.1
Fetching regexp_parser 2.9.2
Installing regexp_parser 2.9.2
Fetching rubocop-ast 1.32.1
Installing rubocop-ast 1.32.1
Fetching ruby-progressbar 1.13.0
Installing ruby-progressbar 1.13.0
Fetching rubocop 1.64.1
Installing rubocop 1.64.1
Fetching rubocop-rspec 3.0.4
Installing rubocop-rspec 3.0.4
Fetching simplecov-html 0.12.3
Installing simplecov-html 0.12.3
Fetching simplecov_json_formatter 0.1.4
Installing simplecov_json_formatter 0.1.4
Fetching simplecov 0.22.0
Installing simplecov 0.22.0
Bundle complete! 6 Gemfile dependencies, 51 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  binfmt-support default-jre-headless ditaa fastjar fonts-liberation graphviz
  icc-profiles-free jarwrapper java-wrappers junit4 libann0 libapache-pom-java
  libavalon-framework-java libbatik-java libcdt5 libcgraph6
  libcommons-cli-java libcommons-io-java libcommons-logging-java
  libcommons-parent-java libfontbox2-java libfop-java libgts-0.7-5 libgts-bin
  libgvc6 libgvpr2 libhamcrest-java libjaxp1.3-java libjericho-html-java
  libjlatexmath-java liblab-gamut1 libpathplan4 libqdox-java libsaxon-java
  libxalan2-java libxerces2-java libxml-commons-external-java
  libxml-commons-resolver1.1-java libxmlgraphics-commons-java
Suggested packages:
  default-jre graphviz-doc libavalon-framework-java-doc librhino-java
  libcommons-io-java-doc libcommons-logging-java-doc libexcalibur-logkit-java
  liblog4j1.2-java libqdox-java-doc ant junit libjdom1-java libsaxon-java-doc
  libxalan2-java-doc libbsf-java libxsltc-java libxerces2-java-doc
  libxml-commons-resolver1.1-java-doc libxmlgraphics-commons-java-doc
The following NEW packages will be installed:
  binfmt-support default-jre-headless ditaa fastjar fonts-liberation graphviz
  icc-profiles-free jarwrapper java-wrappers junit4 libann0 libapache-pom-java
  libavalon-framework-java libbatik-java libcdt5 libcgraph6
  libcommons-cli-java libcommons-io-java libcommons-logging-java
  libcommons-parent-java libfontbox2-java libfop-java libgts-0.7-5 libgts-bin
  libgvc6 libgvpr2 libhamcrest-java libjaxp1.3-java libjericho-html-java
  libjlatexmath-java liblab-gamut1 libpathplan4 libqdox-java libsaxon-java
  libxalan2-java libxerces2-java libxml-commons-external-java
  libxml-commons-resolver1.1-java libxmlgraphics-commons-java plantuml
0 upgraded, 40 newly installed, 0 to remove and 9 not upgraded.
Need to get 37.9 MB of archives.
After this operation, 64.2 MB of additional disk space will be used.
Get:1ohttp://archive.ubuntu.com/ubuntu jammy/main amd64 binfmt-support amd64 2.2.1-2 [55.8 kB]
Get:2ohttp://archive.ubuntu.com/ubuntu jammy/main amd64 default-jre-headless amd64 2:1.11-72build2 [3,042 B]
Get:3ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 fastjar amd64 2:0.98-7 [67.1 kB]
Get:4ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 jarwrapper all 0.78 [10.8 kB]
Get:5ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 libhamcrest-java all 1.3-9 [386 kB]
Get:6ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 junit4 all 4.13.2-1 [344 kB]
Get:7ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 java-wrappers all 0.3 [9,560 B]
Get:8ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 libjaxp1.3-java all 1.3.05-6 [227 kB]
Get:9ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 libxml-commons-external-java all 1.4.01-5 [240 kB]
Get:10rhttp://archive.ubuntu.com/ubuntu2jammy/universe amd64 libxml-commons-resolver1.1-java all 1.2-11 [97.6 kB]
Get:11rhttp://archive.ubuntu.com/ubuntu0jammy/universe amd64 libxerces2-java all 2.12.1-1 [1,437 kB]
Get:12ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 libxalan2-java all 2.7.2-4 [3,416 kB]
Get:13ohttp://archive.ubuntu.com/ubuntuBjammy/universe amd64 libapache-pom-java all 18-1 [4,720 B]
Get:14ohttp://archive.ubuntu.com/ubuntu0jammy/universe amd64 libcommons-parent-java all 43-1 [10.8 kB]
Get:15ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 libcommons-io-java all 2.11.0-2 [297 kB]
Get:16ohttp://archive.ubuntu.com/ubuntu%jammy/universe amd64 libcommons-logging-java all 1.2-2 [60.3 kB]
Get:17ohttp://archive.ubuntu.com/ubuntu3jammy/universe amd64 libxmlgraphics-commons-java all 2.6-1 [612 kB]
Get:18ohttp://archive.ubuntu.com/ubuntu/jammy-updates/universe amd64 libbatik-java all 1.14-1ubuntu0.2 [3,866 kB]
Get:19ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 libcommons-cli-java all 1.4-2 [55.8 kB]
Get:20ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 libjericho-html-java all 3.2-2 [185 kB]
Get:21ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 ditaa all 0.10+ds1-1.2 [129 kB]
Get:22ohttp://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB]
Get:23ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB]
Get:24ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 libcdt5 amd64 2.42.2-6 [21.1 kB]
Get:25ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 libcgraph6 amd64 2.42.2-6 [45.8 kB]
Get:26ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-5 [164 kB]
Get:27ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 libpathplan4 amd64 2.42.2-6 [23.5 kB]
Get:28ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 libgvc6 amd64 2.42.2-6 [726 kB]
Get:29ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 libgvpr2 amd64 2.42.2-6 [191 kB]
Get:30ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 liblab-gamut1 amd64 2.42.2-6 [1,964 kB]
Get:31ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 graphviz amd64 2.42.2-6 [650 kB]
Get:32ohttp://archive.ubuntu.com/ubuntu jammy/main amd64 icc-profiles-free all 2.0.1+dfsg-1.1 [214 kB]
Get:33ohttp://archive.ubuntu.com/ubuntu]jammy/universe amd64 libavalon-framework-java all 4.2.0-10 [71.3 kB]
Get:34ohttp://archive.ubuntu.com/ubuntu.jammy/universe amd64 libfontbox2-java all 2.0.25-1 [1,502 kB]
Get:35ohttp://archive.ubuntu.com/ubuntu%jammy/universe amd64 libqdox-java all 1.12.1-3 [172 kB]
Get:36ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 libfop-java all 1:2.6-2 [10.1 MB]
Get:37ohttp://archive.ubuntu.com/ubuntu%jammy/universe amd64 libgts-bin amd64 0.7.6+darcs121130-5 [44.3 kB]
Get:38ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 libjlatexmath-java all 1.0.7-3 [990 kB]
Get:39ohttp://archive.ubuntu.com/ubuntu%jammy/universe amd64 libsaxon-java all 1:6.5.5-12 [574 kB]
Get:40ohttp://archive.ubuntu.com/ubuntu jammy/universe amd64 plantuml all 1:1.2020.2+ds-1 [8,035 kB]
Fetchedo37.9gMBlin,6s3(6,4890kB/s) 83%]
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package binfmt-support.
(Reading database ... 98820 files and directories currently installed.)
Preparing to unpack .../00-binfmt-support_2.2.1-2_amd64.deb ...
Unpacking binfmt-support (2.2.1-2) ...
Selecting previously unselected package default-jre-headless.
Preparing to unpack .../01-default-jre-headless_2%3a1.11-72build2_amd64.deb ...
Unpacking default-jre-headless (2:1.11-72build2) ...
Selecting previously unselected package fastjar.
Preparing to unpack .../02-fastjar_2%3a0.98-7_amd64.deb ...
Unpacking fastjar (2:0.98-7) ...
Selecting previously unselected package jarwrapper.
Preparing to unpack .../03-jarwrapper_0.78_all.deb ...
Unpacking jarwrapper (0.78) ...
Selecting previously unselected package libhamcrest-java.
Preparing to unpack .../04-libhamcrest-java_1.3-9_all.deb ...
Unpacking libhamcrest-java (1.3-9) ...
Selecting previously unselected package junit4.
Preparing to unpack .../05-junit4_4.13.2-1_all.deb ...
Unpacking junit4 (4.13.2-1) ...
Selecting previously unselected package java-wrappers.
Preparing to unpack .../06-java-wrappers_0.3_all.deb ...
Unpacking java-wrappers (0.3) ...
Selecting previously unselected package libjaxp1.3-java.
Preparing to unpack .../07-libjaxp1.3-java_1.3.05-6_all.deb ...
Unpacking libjaxp1.3-java (1.3.05-6) ...
Selecting previously unselected package libxml-commons-external-java.
Preparing to unpack .../08-libxml-commons-external-java_1.4.01-5_all.deb ...
Unpacking libxml-commons-external-java (1.4.01-5) ...
Selecting previously unselected package libxml-commons-resolver1.1-java.
Preparing to unpack .../09-libxml-commons-resolver1.1-java_1.2-11_all.deb ...
Unpacking libxml-commons-resolver1.1-java (1.2-11) ...
Selecting previously unselected package libxerces2-java.
Preparing to unpack .../10-libxerces2-java_2.12.1-1_all.deb ...
Unpacking libxerces2-java (2.12.1-1) ...
Selecting previously unselected package libxalan2-java.
Preparing to unpack .../11-libxalan2-java_2.7.2-4_all.deb ...
Unpacking libxalan2-java (2.7.2-4) ...
Selecting previously unselected package libapache-pom-java.
Preparing to unpack .../12-libapache-pom-java_18-1_all.deb ...
Unpacking libapache-pom-java (18-1) ...
Selecting previously unselected package libcommons-parent-java.
Preparing to unpack .../13-libcommons-parent-java_43-1_all.deb ...
Unpacking libcommons-parent-java (43-1) ...
Selecting previously unselected package libcommons-io-java.
Preparing to unpack .../14-libcommons-io-java_2.11.0-2_all.deb ...
Unpacking libcommons-io-java (2.11.0-2) ...
Selecting previously unselected package libcommons-logging-java.
Preparing to unpack .../15-libcommons-logging-java_1.2-2_all.deb ...
Unpacking libcommons-logging-java (1.2-2) ...
Selecting previously unselected package libxmlgraphics-commons-java.
Preparing to unpack .../16-libxmlgraphics-commons-java_2.6-1_all.deb ...
Unpacking libxmlgraphics-commons-java (2.6-1) ...
Selecting previously unselected package libbatik-java.
Preparing to unpack .../17-libbatik-java_1.14-1ubuntu0.2_all.deb ...
Unpacking libbatik-java (1.14-1ubuntu0.2) ...
Selecting previously unselected package libcommons-cli-java.
Preparing to unpack .../18-libcommons-cli-java_1.4-2_all.deb ...
Unpacking libcommons-cli-java (1.4-2) ...
Selecting previously unselected package libjericho-html-java.
Preparing to unpack .../19-libjericho-html-java_3.2-2_all.deb ...
Unpacking libjericho-html-java (3.2-2) ...
Selecting previously unselected package ditaa.
Preparing to unpack .../20-ditaa_0.10+ds1-1.2_all.deb ...
Unpacking ditaa (0.10+ds1-1.2) ...
Selecting previously unselected package fonts-liberation.
Preparing to unpack .../21-fonts-liberation_1%3a1.07.4-11_all.deb ...
Unpacking fonts-liberation (1:1.07.4-11) ...
Selecting previously unselected package libann0.
Preparing to unpack .../22-libann0_1.1.2+doc-7build1_amd64.deb ...
Unpacking libann0 (1.1.2+doc-7build1) ...
Selecting previously unselected package libcdt5:amd64.
Preparing to unpack .../23-libcdt5_2.42.2-6_amd64.deb ...
Unpacking libcdt5:amd64 (2.42.2-6) ...
Selecting previously unselected package libcgraph6:amd64.
Preparing to unpack .../24-libcgraph6_2.42.2-6_amd64.deb ...
Unpacking libcgraph6:amd64 (2.42.2-6) ...
Selecting previously unselected package libgts-0.7-5:amd64.
Preparing to unpack .../25-libgts-0.7-5_0.7.6+darcs121130-5_amd64.deb ...
Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-5) ...
Selecting previously unselected package libpathplan4:amd64.
Preparing to unpack .../26-libpathplan4_2.42.2-6_amd64.deb ...
Unpacking libpathplan4:amd64 (2.42.2-6) ...
Selecting previously unselected package libgvc6.
Preparing to unpack .../27-libgvc6_2.42.2-6_amd64.deb ...
Unpacking libgvc6 (2.42.2-6) ...
Selecting previously unselected package libgvpr2:amd64.
Preparing to unpack .../28-libgvpr2_2.42.2-6_amd64.deb ...
Unpacking libgvpr2:amd64 (2.42.2-6) ...
Selecting previously unselected package liblab-gamut1:amd64.
Preparing to unpack .../29-liblab-gamut1_2.42.2-6_amd64.deb ...
Unpacking liblab-gamut1:amd64 (2.42.2-6) ...
Selecting previously unselected package graphviz.
Preparing to unpack .../30-graphviz_2.42.2-6_amd64.deb ...
Unpacking graphviz (2.42.2-6) ...
Selecting previously unselected package icc-profiles-free.
Preparing to unpack .../31-icc-profiles-free_2.0.1+dfsg-1.1_all.deb ...
Unpacking icc-profiles-free (2.0.1+dfsg-1.1) ...
Selecting previously unselected package libavalon-framework-java.
Preparing to unpack .../32-libavalon-framework-java_4.2.0-10_all.deb ...
Unpacking libavalon-framework-java (4.2.0-10) ...
Selecting previously unselected package libfontbox2-java.
Preparing to unpack .../33-libfontbox2-java_2.0.25-1_all.deb ...
Unpacking libfontbox2-java (2.0.25-1) ...
Selecting previously unselected package libqdox-java.
Preparing to unpack .../34-libqdox-java_1.12.1-3_all.deb ...
Unpacking libqdox-java (1.12.1-3) ...
Selecting previously unselected package libfop-java.
Preparing to unpack .../35-libfop-java_1%3a2.6-2_all.deb ...
Unpacking libfop-java (1:2.6-2) ...
Selecting previously unselected package libgts-bin.
Preparing to unpack .../36-libgts-bin_0.7.6+darcs121130-5_amd64.deb ...
Unpacking libgts-bin (0.7.6+darcs121130-5) ...
Selecting previously unselected package libjlatexmath-java.
Preparing to unpack .../37-libjlatexmath-java_1.0.7-3_all.deb ...
Unpacking libjlatexmath-java (1.0.7-3) ...
Selecting previously unselected package libsaxon-java.
Preparing to unpack .../38-libsaxon-java_1%3a6.5.5-12_all.deb ...
Unpacking libsaxon-java (1:6.5.5-12) ...
Selecting previously unselected package plantuml.
Preparing to unpack .../39-plantuml_1%3a1.2020.2+ds-1_all.deb ...
Unpacking plantuml (1:1.2020.2+ds-1) ...
Setting up fastjar (2:0.98-7) ...
Setting up libqdox-java (1.12.1-3) ...
Setting up java-wrappers (0.3) ...
Setting up default-jre-headless (2:1.11-72build2) ...
Setting up libcommons-cli-java (1.4-2) ...
Setting up libsaxon-java (1:6.5.5-12) ...
Setting up liblab-gamut1:amd64 (2.42.2-6) ...
Setting up libjericho-html-java (3.2-2) ...
Setting up libfontbox2-java (2.0.25-1) ...
Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-5) ...
Setting up libpathplan4:amd64 (2.42.2-6) ...
Setting up libapache-pom-java (18-1) ...
Setting up libann0 (1.1.2+doc-7build1) ...
Setting up icc-profiles-free (2.0.1+dfsg-1.1) ...
Setting up libxml-commons-resolver1.1-java (1.2-11) ...
Setting up binfmt-support (2.2.1-2) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of restart.
Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service.
Setting up libhamcrest-java (1.3-9) ...
Setting up libxml-commons-external-java (1.4.01-5) ...
Setting up fonts-liberation (1:1.07.4-11) ...
Setting up libavalon-framework-java (4.2.0-10) ...
Setting up libcdt5:amd64 (2.42.2-6) ...
Setting up libcgraph6:amd64 (2.42.2-6) ...
Setting up libjlatexmath-java (1.0.7-3) ...
Setting up libxerces2-java (2.12.1-1) ...
Setting up libjaxp1.3-java (1.3.05-6) ...
Setting up junit4 (4.13.2-1) ...
Setting up libgts-bin (0.7.6+darcs121130-5) ...
Setting up jarwrapper (0.78) ...
Setting up libcommons-parent-java (43-1) ...
Setting up libcommons-logging-java (1.2-2) ...
Setting up libxalan2-java (2.7.2-4) ...
Setting up libgvc6 (2.42.2-6) ...
Setting up libgvpr2:amd64 (2.42.2-6) ...
Setting up graphviz (2.42.2-6) ...
Setting up libcommons-io-java (2.11.0-2) ...
Setting up libxmlgraphics-commons-java (2.6-1) ...
Setting up libbatik-java (1.14-1ubuntu0.2) ...
Setting up ditaa (0.10+ds1-1.2) ...
Setting up libfop-java (1:2.6-2) ...
Setting up plantuml (1:1.2020.2+ds-1) ...
Processing triggers for libc-bin (2.35-0ubuntu3.4) ...
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for fontconfig (2.13.1-4.2ubuntu5) ...
Run options: --seed 19014

# Running:

33mConfiguration file: none0m

File /tmp/test20240828-2177-qvi4y5/source/uml/883534620ea5b784489fcadfe6d87fad.svg created (2473 bytes)
.

Finished in 37.362393s, 0.0268 runs/s, 0.0268 assertions/s.

1 runs, 1 assertions, 0 failures, 0 errors, 0 skips
Coverage report generated for Unit Tests to /home/r/repo/coverage. 36 / 38 LOC (94.74%) covered.
cd test-jekylls; make
for t in jekyll-3/ jekyll-4/; do
cd ${t}
bundle install
bundle exec jekyll build
done
Using rake 13.2.1
Using public_suffix 6.0.1
Using addressable 2.8.7
Using ast 2.4.2
Using bigdecimal 3.1.8
Using bundler 2.4.10
Using colorator 1.1.0
Using concurrent-ruby 1.3.4
Using docile 1.4.1
Using eventmachine 1.2.7
Using http_parser.rb 0.8.0
Using em-websocket 0.5.3
Using ffi 1.17.0 (x86_64-linux-gnu)
Using forwardable-extended 2.6.0
Using google-protobuf 4.27.4 (x86_64-linux)
Using i18n 1.14.5
Using sass-embedded 1.77.8 (x86_64-linux-gnu)
Using jekyll-sass-converter 3.0.0
Using rb-fsevent 0.11.2
Using rb-inotify 0.11.1
Using listen 3.9.0
Using jekyll-watch 2.2.1
Using strscan 3.1.0
Using rexml 3.3.6
Using kramdown 2.4.0
Using kramdown-parser-gfm 1.1.0
Using liquid 4.0.4
Using mercenary 0.4.0
Using pathutil 0.16.2
Using rouge 4.3.0
Using safe_yaml 1.0.5
Using unicode-display_width 2.5.0
Using terminal-table 3.0.2
Using webrick 1.8.1
Using jekyll 4.3.3
Using jekyll-plantuml 1.0.snapshot from source at `.`
Using json 2.7.2
Using language_server-protocol 3.17.0.3
Using minitest 5.25.1
Using parallel 1.26.3
Using racc 1.8.1
Using parser 3.3.4.2
Using rainbow 3.1.1
Using regexp_parser 2.9.2
Using rubocop-ast 1.32.1
Using ruby-progressbar 1.13.0
Using rubocop 1.64.1
Using rubocop-rspec 3.0.4
Using simplecov-html 0.12.3
Using simplecov_json_formatter 0.1.4
Using simplecov 0.22.0
32mBundle complete! 6 Gemfile dependencies, 51 gems now installed.0m
32mUse `bundle info [gemname]` to see where a bundled gem is installed.0m
Configuration file: /home/r/repo/test-jekylls/jekyll-3/_config.yml
            Source: /home/r/repo/test-jekylls/jekyll-3
       Destination: /home/r/repo/test-jekylls/jekyll-3/_site
 Incremental build: disabled. Enable with --incremental
      Generating...

File /home/r/repo/test-jekylls/jekyll-3/uml/f9c0a3f22b87ac41771ecda270f82089.svg created (2385 bytes)
                    done in 15.041 seconds.
 Auto-regeneration: disabled. Use --watch to enable.
bash: line 2: cd: jekyll-4/: No such file or directory
Using rake 13.2.1
Using public_suffix 6.0.1
Using addressable 2.8.7
Using ast 2.4.2
Using bigdecimal 3.1.8
Using bundler 2.4.10
Using colorator 1.1.0
Using concurrent-ruby 1.3.4
Using docile 1.4.1
Using eventmachine 1.2.7
Using http_parser.rb 0.8.0
Using em-websocket 0.5.3
Using ffi 1.17.0 (x86_64-linux-gnu)
Using forwardable-extended 2.6.0
Using google-protobuf 4.27.4 (x86_64-linux)
Using i18n 1.14.5
Using sass-embedded 1.77.8 (x86_64-linux-gnu)
Using jekyll-sass-converter 3.0.0
Using rb-fsevent 0.11.2
Using rb-inotify 0.11.1
Using listen 3.9.0
Using jekyll-watch 2.2.1
Using strscan 3.1.0
Using rexml 3.3.6
Using kramdown 2.4.0
Using kramdown-parser-gfm 1.1.0
Using liquid 4.0.4
Using mercenary 0.4.0
Using pathutil 0.16.2
Using rouge 4.3.0
Using safe_yaml 1.0.5
Using unicode-display_width 2.5.0
Using terminal-table 3.0.2
Using webrick 1.8.1
Using jekyll 4.3.3
Using jekyll-plantuml 1.0.snapshot from source at `.`
Using json 2.7.2
Using language_server-protocol 3.17.0.3
Using minitest 5.25.1
Using parallel 1.26.3
Using racc 1.8.1
Using parser 3.3.4.2
Using rainbow 3.1.1
Using regexp_parser 2.9.2
Using rubocop-ast 1.32.1
Using ruby-progressbar 1.13.0
Using rubocop 1.64.1
Using rubocop-rspec 3.0.4
Using simplecov-html 0.12.3
Using simplecov_json_formatter 0.1.4
Using simplecov 0.22.0
32mBundle complete! 6 Gemfile dependencies, 51 gems now installed.0m
32mUse `bundle info [gemname]` to see where a bundled gem is installed.0m
Configuration file: /home/r/repo/test-jekylls/jekyll-3/_config.yml
            Source: /home/r/repo/test-jekylls/jekyll-3
       Destination: /home/r/repo/test-jekylls/jekyll-3/_site
 Incremental build: disabled. Enable with --incremental
      Generating...
                    done in 0.315 seconds.
 Auto-regeneration: disabled. Use --watch to enable.
Running RuboCop...
Inspecting 9 files
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m

9 files inspected, 32mno offenses0m detected
grep -q -r '2014-2024'     --include '*.rb'     --include '*.txt'     --include 'Rakefile'     .
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git push origin master
To github.com:yegor256/jekyll-plantuml.git
   ee402c2..76d2e57  master -> master
container e16a2813541ab2662fd6eb03a4db5c41049514198b44ebc93f9f6fcda3e7301f is dead
Wed Aug 28 07:51:24 UTC 2024