rultor.com logo This build log was produced by rultor.com for zold-io/papers#84
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 8697
+ echo '1.69.1 839260fab'
1.69.1 839260fab
+ date
Wed Sep 16 07:25:16 CEST 2020
+ uptime
 07:25:16 up 335 days,  3:34,  0 users,  load average: 4.62, 4.69, 4.60
+ head=git@github.com:zold-io/papers.git
+ ff=default
+ image=yegor256/papers
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.18.0
+ vars=('--env=head=git@github.com:zold-io/papers.git' '--env=tag=0.18.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zold-io/papers.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.18.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get -y update'\'' '\'';'\'' '\''sudo apt-get -y install imagemagick'\'' '\'';'\'' '\''sudo gem install bundler'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" tex/_version.tex'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" html/index.html'\'' '\'';'\'' '\''git add tex/_version.tex html/index.html'\'' '\'';'\'' '\''git commit -m "Version set to ${tag}"'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' '\''mkdir -p ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''git config --global user.email "rultor@zold.io"'\'' '\'';'\'' '\''git config --global user.name "Rultor"'\'' '\'';'\'' '\''temp=$(mktemp -d)'\'' '\'';'\'' '\''cp target/*.pdf ${temp}'\'' '\'';'\'' '\''cp target/*.png ${temp}'\'' '\'';'\'' '\''cp target/*.html ${temp}'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git clean -fd'\'' '\'';'\'' '\''cp -R ${temp}/*.pdf .'\'' '\'';'\'' '\''cp -R ${temp}/*.png .'\'' '\'';'\'' '\''cp -R ${temp}/*.html .'\'' '\'';'\'' '\''git add .'\'' '\'';'\'' '\''git commit -am "New papers, version ${tag}"'\'' '\'';'\'' '\''git push origin gh-pages'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:zold-io/papers.git'\''' ';' 'export '\''tag=0.18.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt-get -y update' ';' 'sudo apt-get -y install imagemagick' ';' 'sudo gem install bundler' ';' 'bundle install --no-color' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i "s/0\.0\.0/${tag}/g" tex/_version.tex' ';' 'sed -i "s/0\.0\.0/${tag}/g" html/index.html' ';' 'git add tex/_version.tex html/index.html' ';' 'git commit -m "Version set to ${tag}"' ';' 'bundle exec rake' ';' 'mkdir -p ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'git config --global user.email "rultor@zold.io"' ';' 'git config --global user.name "Rultor"' ';' 'temp=$(mktemp -d)' ';' 'cp target/*.pdf ${temp}' ';' 'cp target/*.png ${temp}' ';' 'cp target/*.html ${temp}' ';' 'git checkout gh-pages' ';' 'git clean -fd' ';' 'cp -R ${temp}/*.pdf .' ';' 'cp -R ${temp}/*.png .' ';' 'cp -R ${temp}/*.html .' ';' 'git add .' ';' 'git commit -am "New papers, version ${tag}"' ';' 'git push origin gh-pages' ';')
+ directory=
+ container=zold-io_papers_84
+ as_root=false
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:zold-io/papers.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:zold-io/papers.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:zold-io/papers.git'\''' ';' 'export '\''tag=0.18.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt-get -y update' ';' 'sudo apt-get -y install imagemagick' ';' 'sudo gem install bundler' ';' 'bundle install --no-color' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i "s/0\.0\.0/${tag}/g" tex/_version.tex' ';' 'sed -i "s/0\.0\.0/${tag}/g" html/index.html' ';' 'git add tex/_version.tex html/index.html' ';' 'git commit -m "Version set to ${tag}"' ';' 'bundle exec rake' ';' 'mkdir -p ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'git config --global user.email "rultor@zold.io"' ';' 'git config --global user.name "Rultor"' ';' 'temp=$(mktemp -d)' ';' 'cp target/*.pdf ${temp}' ';' 'cp target/*.png ${temp}' ';' 'cp target/*.html ${temp}' ';' 'git checkout gh-pages' ';' 'git clean -fd' ';' 'cp -R ${temp}/*.pdf .' ';' 'cp -R ${temp}/*.png .' ';' 'cp -R ${temp}/*.html .' ';' 'git add .' ';' 'git commit -am "New papers, version ${tag}"' ';' 'git push origin gh-pages' ';'
+ sensitive=()
+ rm -rf .gpg
+ '[' -z 0.18.0 ']'
+ [[ 0.18.0 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.18.0"'
tag name is valid: "0.18.0"
+ cd repo
++ git tag -l 0.18.0
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=4.59
++ echo 4.59 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 4.59, low enough to run a new Docker container'
load average is 4.59, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/papers
+ docker pull yegor256/papers
Using default tag: latest
latest: Pulling from yegor256/papers
b234f539f7a1: Pulling fs layer
55172d420b43: Pulling fs layer
5ba5bbeb6b91: Pulling fs layer
43ae2841ad7a: Pulling fs layer
f6c9c6de4190: Pulling fs layer
bd4bd08a0253: Pulling fs layer
b55c2110d5c5: Pulling fs layer
87ab935de5ef: Pulling fs layer
43ae2841ad7a: Waiting
a4cc1e32805b: Pulling fs layer
8642010a33f2: Pulling fs layer
626f6ea1506b: Pulling fs layer
b55c2110d5c5: Waiting
a4cc1e32805b: Waiting
87ab935de5ef: Waiting
8642010a33f2: Waiting
f6c9c6de4190: Waiting
626f6ea1506b: Waiting
55172d420b43: Verifying Checksum
55172d420b43: Download complete
5ba5bbeb6b91: Verifying Checksum
5ba5bbeb6b91: Download complete
f6c9c6de4190: Verifying Checksum
f6c9c6de4190: Download complete
43ae2841ad7a: Verifying Checksum
43ae2841ad7a: Download complete
b55c2110d5c5: Download complete
bd4bd08a0253: Download complete
87ab935de5ef: Verifying Checksum
87ab935de5ef: Download complete
b234f539f7a1: Verifying Checksum
b234f539f7a1: Download complete
626f6ea1506b: Verifying Checksum
626f6ea1506b: Download complete
b234f539f7a1: Pull complete
55172d420b43: Pull complete
a4cc1e32805b: Verifying Checksum
a4cc1e32805b: Download complete
5ba5bbeb6b91: Pull complete
43ae2841ad7a: Pull complete
f6c9c6de4190: Pull complete
bd4bd08a0253: Pull complete
b55c2110d5c5: Pull complete
87ab935de5ef: Pull complete
a4cc1e32805b: Pull complete
8642010a33f2: Verifying Checksum
8642010a33f2: Download complete
8642010a33f2: Pull complete
626f6ea1506b: Pull complete
Digest: sha256:a81aa9dd40e215e305943b73236f15ee6d7a2e4fb3ebd22e243b2ff1cc83e04c
Status: Downloaded newer image for yegor256/papers:latest
+ docker ps --filter=status=exited
+ grep --quiet '\szold-io_papers_84\s*$'
+ ls -al .
total 720
drwx--x--x   3 rultor rultor   4096 Sep 16 07:25 .
drwxrwxrwt 284 root   root   684032 Sep 16 07:29 ..
-rw-rw-r--   1 rultor rultor    444 Sep 16 07:30 end.sh
-rwxrwxr-x   1 rultor rultor    363 Sep 16 07:25 entry.sh
-rw-rw-r--   1 rultor rultor   1679 Sep 16 07:25 id_rsa
-rw-rw-r--   1 rultor rultor    396 Sep 16 07:25 id_rsa.pub
-rw-rw-r--   1 rultor rultor      5 Sep 16 07:25 pid
drwxrwxr-x   6 rultor rultor   4096 Sep 16 07:25 repo
-rwxrwxr-x   1 rultor rultor   7313 Sep 16 07:25 run.sh
-rw-rw-r--   1 rultor rultor   1180 Sep 16 07:25 script.sh
-rw-rw-r--   1 rultor rultor   7570 Sep 16 07:31 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-wyGp:/main --env=head=git@github.com:zold-io/papers.git --env=tag=0.18.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zold-io/papers.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.18.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get -y update'\'' '\'';'\'' '\''sudo apt-get -y install imagemagick'\'' '\'';'\'' '\''sudo gem install bundler'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" tex/_version.tex'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" html/index.html'\'' '\'';'\'' '\''git add tex/_version.tex html/index.html'\'' '\'';'\'' '\''git commit -m "Version set to ${tag}"'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' '\''mkdir -p ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''git config --global user.email "rultor@zold.io"'\'' '\'';'\'' '\''git config --global user.name "Rultor"'\'' '\'';'\'' '\''temp=$(mktemp -d)'\'' '\'';'\'' '\''cp target/*.pdf ${temp}'\'' '\'';'\'' '\''cp target/*.png ${temp}'\'' '\'';'\'' '\''cp target/*.html ${temp}'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git clean -fd'\'' '\'';'\'' '\''cp -R ${temp}/*.pdf .'\'' '\'';'\'' '\''cp -R ${temp}/*.png .'\'' '\'';'\'' '\''cp -R ${temp}/*.html .'\'' '\'';'\'' '\''git add .'\'' '\'';'\'' '\''git commit -am "New papers, version ${tag}"'\'' '\'';'\'' '\''git push origin gh-pages'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-wyGp/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=zold-io_papers_84 yegor256/papers /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.gem /root/.profile /root/.ssh /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./id_rsa ./id_rsa.pub ./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
+ su --login r --command /home/r/script.sh
mesg: change /dev/pts/0 mode failed: Operation not permitted
+ set -e
+ set -o pipefail
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:zold-io/papers.git
+ head=git@github.com:zold-io/papers.git
+ export tag=0.18.0
+ tag=0.18.0
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ sudo -i apt-get -y update
Hit:1ohttp://archive.ubuntu.com/ubuntu xenial InRelease
Get:2ahttp://archive.ubuntu.com/ubuntuoxenial-updatestInRelease [109 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Get:5ohttp://archive.ubuntu.com/ubuntu xenial-updates/universe Sources [349 kB]
Get:6 http://archive.ubuntu.com/ubuntugxenial-updates/maingamd64hPackages [1544 kB]
Get:76http://security.ubuntu.com/ubuntusxenial-security/universe2Sources4[155 kB]
Get:8Whttp://archive.ubuntu.com/ubuntu8xenial-updates/restricted amd64 Packages [13.1 kB]
Get:96http://archive.ubuntu.com/ubuntu2xenial-updates/universe7amd64cPackagesk[1050 kB]
Get:10 http://archive.ubuntu.com/ubuntu2xenial-updates/multiverse amd64kPackages [19.7 kB]
Get:11 http://archive.ubuntu.com/ubuntu3xenial-backports/main7amd64cPackagesB[7942 B]
Get:12 http://archive.ubuntu.com/ubuntu xenial-backports/universeeamd64 Packages [9084 B]
Get:13ahttp://security.ubuntu.com/ubuntuhxenial-security/mainaamd64 Packagese[1185 kB]
Get:14ohttp://security.ubuntu.com/ubuntu3xenial-security/universe amd64 Packages [649 kB]
Get:153http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [6680 B]
Fetchedo5313gkBsint3se(1609 kB/s)ackages 1746 B/6680 B 26%]
Reading package lists... Done
+ sudo -i apt-get -y install imagemagick
Reading package lists... Done
Building dependency tree... 50%
Reading state information... Done
The following additional packages will be installed:
  imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libilmbase12
  libmagickcore-6.q16-2-extra libnetpbm10 libopenexr22 libwmf0.2-7 netpbm
Suggested packages:
  imagemagick-doc autotrace cups-bsd | lpr | lprng curl enscript ffmpeg gimp
  gnuplot grads graphviz groff-base hp2xx html2ps libwmf-bin mplayer povray
  radiance sane-utils transfig ufraw-batch inkscape libwmf0.2-7-gtk
The following NEW packages will be installed:
  imagemagick imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libilmbase12
  libmagickcore-6.q16-2-extra libnetpbm10 libopenexr22 libwmf0.2-7 netpbm
0 upgraded, 10 newly installed, 0 to remove and 184 not upgraded.
Need to get 2985 kB of archives.
After this operation, 12.0 MB of additional disk space will be used.
Get:1ohttp://archive.ubuntu.com/ubuntu xenial-updates/main amd64 imagemagick-6.q16 amd64 8:6.8.9.9-7ubuntu5.15 [387 kB]
Get:2Whttp://archive.ubuntu.com/ubuntu1xenial-updates/main amd64 imagemagick amd64 8:6.8.9.9-7ubuntu5.15 [44.8 kB]
Get:3Whttp://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdjvulibre-text all 3.5.27.1-5ubuntu0.1 [49.4 kB]
Get:4Whttp://archive.ubuntu.com/ubuntuBxenial-updates/main amd64 libdjvulibre21 amd64 3.5.27.1-5ubuntu0.1 [582 kB]
Get:5Whttp://archive.ubuntu.com/ubuntu]xenial/main amd64 libilmbase12 amd64 2.2.0-11ubuntu2 [71.4 kB]
Get:6Whttp://archive.ubuntu.com/ubuntu%xenial-updates/main amd64 libopenexr22 amd64 2.2.0-10ubuntu2.3 [588 kB]
Get:7Whttp://archive.ubuntu.com/ubuntu xenial/main amd64 libwmf0.2-7 amd64 0.2.8.4-10.5ubuntu1 [147 kB]
Get:8Whttp://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagickcore-6.q16-2-extra amd64 8:6.8.9.9-7ubuntu5.15 [59.4 kB]
Get:9Whttp://archive.ubuntu.com/ubuntu5xenial/main amd64 libnetpbm10 amd64 2:10.0-15.3 [58.1 kB]
Get:10ohttp://archive.ubuntu.com/ubuntu xenial/main amd64 netpbm amd64 2:10.0-15.3 [997 kB]
Fetchedo2985gkB1in30sB(5589kkB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package imagemagick-6.q16.
(Reading database ... 179140 files and directories currently installed.)
Preparing to unpack .../imagemagick-6.q16_8%3a6.8.9.9-7ubuntu5.15_amd64.deb ...
Unpacking imagemagick-6.q16 (8:6.8.9.9-7ubuntu5.15) ...
Selecting previously unselected package imagemagick.
Preparing to unpack .../imagemagick_8%3a6.8.9.9-7ubuntu5.15_amd64.deb ...
Unpacking imagemagick (8:6.8.9.9-7ubuntu5.15) ...
Selecting previously unselected package libdjvulibre-text.
Preparing to unpack .../libdjvulibre-text_3.5.27.1-5ubuntu0.1_all.deb ...
Unpacking libdjvulibre-text (3.5.27.1-5ubuntu0.1) ...
Selecting previously unselected package libdjvulibre21:amd64.
Preparing to unpack .../libdjvulibre21_3.5.27.1-5ubuntu0.1_amd64.deb ...
Unpacking libdjvulibre21:amd64 (3.5.27.1-5ubuntu0.1) ...
Selecting previously unselected package libilmbase12:amd64.
Preparing to unpack .../libilmbase12_2.2.0-11ubuntu2_amd64.deb ...
Unpacking libilmbase12:amd64 (2.2.0-11ubuntu2) ...
Selecting previously unselected package libopenexr22:amd64.
Preparing to unpack .../libopenexr22_2.2.0-10ubuntu2.3_amd64.deb ...
Unpacking libopenexr22:amd64 (2.2.0-10ubuntu2.3) ...
Selecting previously unselected package libwmf0.2-7:amd64.
Preparing to unpack .../libwmf0.2-7_0.2.8.4-10.5ubuntu1_amd64.deb ...
Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ...
Selecting previously unselected package libmagickcore-6.q16-2-extra:amd64.
Preparing to unpack .../libmagickcore-6.q16-2-extra_8%3a6.8.9.9-7ubuntu5.15_amd64.deb ...
Unpacking libmagickcore-6.q16-2-extra:amd64 (8:6.8.9.9-7ubuntu5.15) ...
Selecting previously unselected package libnetpbm10.
Preparing to unpack .../libnetpbm10_2%3a10.0-15.3_amd64.deb ...
Unpacking libnetpbm10 (2:10.0-15.3) ...
Selecting previously unselected package netpbm.
Preparing to unpack .../netpbm_2%3a10.0-15.3_amd64.deb ...
Unpacking netpbm (2:10.0-15.3) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Setting up imagemagick-6.q16 (8:6.8.9.9-7ubuntu5.15) ...
Setting up imagemagick (8:6.8.9.9-7ubuntu5.15) ...
update-alternatives: using /usr/bin/compare-im6 to provide /usr/bin/compare (compare) in auto mode
update-alternatives: using /usr/bin/animate-im6 to provide /usr/bin/animate (animate) in auto mode
update-alternatives: using /usr/bin/convert-im6 to provide /usr/bin/convert (convert) in auto mode
update-alternatives: using /usr/bin/composite-im6 to provide /usr/bin/composite (composite) in auto mode
update-alternatives: using /usr/bin/conjure-im6 to provide /usr/bin/conjure (conjure) in auto mode
update-alternatives: using /usr/bin/import-im6 to provide /usr/bin/import (import) in auto mode
update-alternatives: using /usr/bin/identify-im6 to provide /usr/bin/identify (identify) in auto mode
update-alternatives: using /usr/bin/stream-im6 to provide /usr/bin/stream (stream) in auto mode
update-alternatives: using /usr/bin/display-im6 to provide /usr/bin/display (display) in auto mode
update-alternatives: using /usr/bin/montage-im6 to provide /usr/bin/montage (montage) in auto mode
update-alternatives: using /usr/bin/mogrify-im6 to provide /usr/bin/mogrify (mogrify) in auto mode
Setting up libdjvulibre-text (3.5.27.1-5ubuntu0.1) ...
Setting up libdjvulibre21:amd64 (3.5.27.1-5ubuntu0.1) ...
Setting up libilmbase12:amd64 (2.2.0-11ubuntu2) ...
Setting up libopenexr22:amd64 (2.2.0-10ubuntu2.3) ...
Setting up libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ...
Setting up libmagickcore-6.q16-2-extra:amd64 (8:6.8.9.9-7ubuntu5.15) ...
Setting up libnetpbm10 (2:10.0-15.3) ...
Setting up netpbm (2:10.0-15.3) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
+ sudo -i gem install bundler
Fetching: bundler-2.1.4.gem (100%)
Successfully installed bundler-2.1.4
Parsing documentation for bundler-2.1.4
Installing ri documentation for bundler-2.1.4
Done installing documentation for bundler after 7 seconds
1 gem installed
+ bundle install --no-color
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Following files may not be writable, so sudo is needed:
  /usr/local/bin
  /var/lib/gems/2.3.0
  /var/lib/gems/2.3.0/build_info
  /var/lib/gems/2.3.0/cache
  /var/lib/gems/2.3.0/doc
  /var/lib/gems/2.3.0/extensions
  /var/lib/gems/2.3.0/gems
  /var/lib/gems/2.3.0/specifications
Fetching rake 12.3.1
Installing rake 12.3.1
Using bundler 2.1.4
Fetching rainbow 3.0.0
Installing rainbow 3.0.0
Bundle complete! 2 Gemfile dependencies, 3 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
+ [[ 0.18.0 =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]
+ sed -i 's/0\.0\.0/0.18.0/g' tex/_version.tex
+ sed -i 's/0\.0\.0/0.18.0/g' html/index.html
+ git add tex/_version.tex html/index.html
+ git commit -m 'Version set to 0.18.0'
[__rultor ff31a57] Version set to 0.18.0
 2 files changed, 2 insertions(+), 2 deletions(-)
+ bundle exec rake
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target wp.tex OK
biber --output-directory=../target wp OK
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target wp.tex OK
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target wp.tex OK
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target features-deck.tex OK
No need to run biber
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target green-paper-ru.tex OK
biber --output-directory=../target green-paper-ru OK
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target green-paper-ru.tex OK
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target green-paper-ru.tex OK
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target green-paper.tex OK
biber --output-directory=../target green-paper OK
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target green-paper.tex OK
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target green-paper.tex OK
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target zerocracy-deck.tex OK
No need to run biber
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target freelance-deck.tex OK
No need to run biber
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target arc-deck.tex OK
No need to run biber
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target executive-summary.tex OK
biber --output-directory=../target executive-summary OK
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target executive-summary.tex OK
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target executive-summary.tex OK
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target snapshots/2019/2019-january.tex OK
No need to run biber
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target snapshots/2019/2019-march.tex OK
No need to run biber
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target snapshots/2019/2019-april.tex OK
No need to run biber
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target snapshots/2019/2019-may.tex OK
No need to run biber
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target snapshots/2019/2019-february.tex OK
No need to run biber
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target snapshots/2018/2018-october.tex OK
biber --output-directory=../target 2018-october OK
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target snapshots/2018/2018-october.tex OK
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target snapshots/2018/2018-october.tex OK
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target snapshots/2018/2018-december.tex OK
No need to run biber
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target snapshots/2018/2018-november.tex OK
No need to run biber
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target zerocracy-deck-ru.tex OK
No need to run biber
convert -density 300 -quality 100 features-deck.pdf[0] features-deck.png OK
convert -density 300 -quality 100 2018-october.pdf[0] 2018-october.png OK
convert -density 300 -quality 100 2019-february.pdf[0] 2019-february.png OK
convert -density 300 -quality 100 2019-april.pdf[0] 2019-april.png OK
convert -density 300 -quality 100 2018-november.pdf[0] 2018-november.png OK
convert -density 300 -quality 100 wp.pdf[0] wp.png OK
convert -density 300 -quality 100 2019-march.pdf[0] 2019-march.png OK
convert -density 300 -quality 100 2019-may.pdf[0] 2019-may.png OK
convert -density 300 -quality 100 zerocracy-deck.pdf[0] zerocracy-deck.png OK
convert -density 300 -quality 100 green-paper.pdf[0] green-paper.png OK
convert -density 300 -quality 100 green-paper-ru.pdf[0] green-paper-ru.png OK
convert -density 300 -quality 100 executive-summary.pdf[0] executive-summary.png OK
convert -density 300 -quality 100 arc-deck.pdf[0] arc-deck.png OK
convert -density 300 -quality 100 2018-december.pdf[0] 2018-december.png OK
convert -density 300 -quality 100 2019-january.pdf[0] 2019-january.png OK
convert -density 300 -quality 100 zerocracy-deck-ru.pdf[0] zerocracy-deck-ru.png OK
convert -density 300 -quality 100 freelance-deck.pdf[0] freelance-deck.png OK
index.html created
+ mkdir -p /home/r/.ssh
+ mv ../id_rsa ../id_rsa.pub /home/r/.ssh
+ chmod -R 600 /home/r/.ssh/config /home/r/.ssh/id_rsa /home/r/.ssh/id_rsa.pub
+ echo -e 'Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null'
+ git config --global user.email rultor@zold.io
+ git config --global user.name Rultor
++ mktemp -d
+ temp=/tmp/tmp.I6zEZZ92xY
+ cp target/2018-december.pdf target/2018-november.pdf target/2018-october.pdf target/2019-april.pdf target/2019-february.pdf target/2019-january.pdf target/2019-march.pdf target/2019-may.pdf target/arc-deck.pdf target/executive-summary.pdf target/features-deck.pdf target/freelance-deck.pdf target/green-paper-ru.pdf target/green-paper.pdf target/wp.pdf target/zerocracy-deck-ru.pdf target/zerocracy-deck.pdf /tmp/tmp.I6zEZZ92xY
+ cp target/2018-december.png target/2018-november.png target/2018-october.png target/2019-april.png target/2019-february.png target/2019-january.png target/2019-march.png target/2019-may.png target/arc-deck.png target/executive-summary.png target/features-deck.png target/freelance-deck.png target/green-paper-ru.png target/green-paper.png target/wp.png target/zerocracy-deck-ru.png target/zerocracy-deck.png /tmp/tmp.I6zEZZ92xY
+ cp target/404.html target/index.html /tmp/tmp.I6zEZZ92xY
+ git checkout gh-pages
Branch gh-pages set up to track remote branch gh-pages from origin.
Switched to a new branch 'gh-pages'
+ git clean -fd
Removing Gemfile.lock
Removing target/
+ cp -R /tmp/tmp.I6zEZZ92xY/2018-december.pdf /tmp/tmp.I6zEZZ92xY/2018-november.pdf /tmp/tmp.I6zEZZ92xY/2018-october.pdf /tmp/tmp.I6zEZZ92xY/2019-april.pdf /tmp/tmp.I6zEZZ92xY/2019-february.pdf /tmp/tmp.I6zEZZ92xY/2019-january.pdf /tmp/tmp.I6zEZZ92xY/2019-march.pdf /tmp/tmp.I6zEZZ92xY/2019-may.pdf /tmp/tmp.I6zEZZ92xY/arc-deck.pdf /tmp/tmp.I6zEZZ92xY/executive-summary.pdf /tmp/tmp.I6zEZZ92xY/features-deck.pdf /tmp/tmp.I6zEZZ92xY/freelance-deck.pdf /tmp/tmp.I6zEZZ92xY/green-paper-ru.pdf /tmp/tmp.I6zEZZ92xY/green-paper.pdf /tmp/tmp.I6zEZZ92xY/wp.pdf /tmp/tmp.I6zEZZ92xY/zerocracy-deck-ru.pdf /tmp/tmp.I6zEZZ92xY/zerocracy-deck.pdf .
+ cp -R /tmp/tmp.I6zEZZ92xY/2018-december.png /tmp/tmp.I6zEZZ92xY/2018-november.png /tmp/tmp.I6zEZZ92xY/2018-october.png /tmp/tmp.I6zEZZ92xY/2019-april.png /tmp/tmp.I6zEZZ92xY/2019-february.png /tmp/tmp.I6zEZZ92xY/2019-january.png /tmp/tmp.I6zEZZ92xY/2019-march.png /tmp/tmp.I6zEZZ92xY/2019-may.png /tmp/tmp.I6zEZZ92xY/arc-deck.png /tmp/tmp.I6zEZZ92xY/executive-summary.png /tmp/tmp.I6zEZZ92xY/features-deck.png /tmp/tmp.I6zEZZ92xY/freelance-deck.png /tmp/tmp.I6zEZZ92xY/green-paper-ru.png /tmp/tmp.I6zEZZ92xY/green-paper.png /tmp/tmp.I6zEZZ92xY/wp.png /tmp/tmp.I6zEZZ92xY/zerocracy-deck-ru.png /tmp/tmp.I6zEZZ92xY/zerocracy-deck.png .
+ cp -R /tmp/tmp.I6zEZZ92xY/404.html /tmp/tmp.I6zEZZ92xY/index.html .
+ git add .
+ git commit -am 'New papers, version 0.18.0'
[gh-pages 2c03a88] New papers, version 0.18.0
 35 files changed, 2 insertions(+), 2 deletions(-)
 rewrite executive-summary.png (74%)
 rewrite green-paper-ru.png (90%)
 rewrite green-paper.png (91%)
 rewrite wp.png (91%)
+ git push origin gh-pages
Warning: Permanently added 'github.com,140.82.121.4' (RSA) to the list of known hosts.
Counting objects: 37, done.
Delta compression using up to 12 threads.
Compressing objects: 100% (37/37), done.
Writing objects: 100% (37/37), 580.58 KiB | 0 bytes/s, done.
Total 37 (delta 31), reused 0 (delta 0)
remote: Resolving deltas: 100% (31/31), completed with 31 local objects.K
remote:
remote: GitHub found 1 vulnerability on zold-io/papers's default branch (1 moderate). To find out more, visit:K
remote:      https://github.com/zold-io/papers/network/alert/Gemfile/rake/openK
remote:
To git@github.com:zold-io/papers.git
   9e06473..2c03a88  gh-pages -> gh-pages
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Switched to branch '__rultor'
+ git tag 0.18.0 -m '0.18.0: tagged by rultor.com'
+ git reset --hard
HEAD is now at ff31a57 Version set to 0.18.0
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was ff31a57).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:zold-io/papers.git
 * [new tag]         0.18.0 -> 0.18.0
container 012e3b28f5420be91515a81215c21ddeabc414163d6e7a4506527ceb80591a11 is dead
Wed Sep 16 07:33:55 CEST 2020