rultor.com logo This build log was produced by rultor.com for yegor256/tdx#1
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 19143
+ echo '1.62.3 ef166fc7f'
1.62.3 ef166fc7f
+ date
Wed Mar 15 05:50:26 UTC 2017
+ uptime
 05:50:26 up 116 days, 12:05,  0 users,  load average: 0.00, 0.23, 0.30
+ head=git@github.com:yegor256/tdx.git
+ head_branch=master
+ tag=0.1
+ vars=('--env=head=git@github.com:yegor256/tdx.git' '--env=head_branch=master' '--env=tag=0.1')
+ image=yegor256/rultor
+ directory=
+ scripts=('sudo gem install hoc' ';' 'sudo apt-get install -y cloc' ';' 'sudo apt-get install -y gnuplot' ';' 'sudo bundle install' ';' 'rake' ';' 'rm -rf *.gem' ';' 'sed -i "s/1\.0\.snapshot/${tag}/g" lib/tdx/version.rb' ';' 'git add lib/tdx/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build tdx.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';')
+ squash=false
+ ff=default
+ rebase=false
+ container=yegor256_tdx_1
+ 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:yegor256/tdx.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'sudo gem install hoc' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'sudo gem install hoc' ';' 'sudo apt-get install -y cloc' ';' 'sudo apt-get install -y gnuplot' ';' 'sudo bundle install' ';' rake ';' 'rm -rf *.gem' ';' 'sed -i "s/1\.0\.snapshot/${tag}/g" lib/tdx/version.rb' ';' 'git add lib/tdx/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build tdx.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';'
+ rm -rf .gpg
+ '[' -z 0.1 ']'
+ [[ 0.1 =~ ^[a-zA-Z0-9\\.\\-]+$ ]]
+ echo 'tag name is valid: "0.1"'
tag name is valid: "0.1"
+ cd repo
++ git tag -l 0.1
+ '[' ']'
+ 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=0.30
++ echo 0.30 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.30, low enough to run a new Docker container'
load average is 0.30, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor
+ docker pull yegor256/rultor
Using default tag: latest
Trying to pull repository docker.io/yegor256/rultor ... latest: Pulling from yegor256/rultor
Digest: sha256:ae7abc53f8cadf89a3c641267f743abe9c76acbb1582dde10164dbe343ca8164
Status: Image is up to date for docker.io/yegor256/rultor:latest

+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_tdx_1\s*$'
+ ls -al .
total 36
drwx------  3 rultor rultor  103 Mar 15 05:50 .
drwxrwxrwt. 9 root   root   4096 Mar 15 05:50 ..
-rwxrwxr-x  1 rultor rultor  326 Mar 15 05:50 entry.sh
-rw-rw-r--  1 rultor rultor    6 Mar 15 05:50 pid
drwxrwxr-x  7 rultor rultor 4096 Mar 15 05:50 repo
-rw-rw-r--  1 rultor rultor   56 Mar 15 05:50 rubygems.yml
-rwxrwxr-x  1 rultor rultor 4424 Mar 15 05:50 run.sh
-rw-rw-r--  1 rultor rultor  435 Mar 15 05:50 script.sh
-rw-rw-r--  1 rultor rultor 2760 Mar 15 05:50 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-efph:/main --env=head=git@github.com:yegor256/tdx.git --env=head_branch=master --env=tag=0.1 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-efph/cid -w=/main --name=yegor256_tdx_1 yegor256/rultor /main/entry.sh
Usage of loopback devices is strongly discouraged for production use. Either use `--storage-opt dm.thinpooldev` or use `--storage-opt dm.no_warn_on_loop_devices=true` to suppress this warning.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.composer /root/.gem /root/.java /root/.m2 /root/.npm /root/.profile /root/texmf /root/tmp /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
+ su -m r -c /home/r/script.sh
+ set -e
+ set -o pipefail
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ sudo gem install hoc
Fetching: slop-3.6.0.gem (100%)
Successfully installed slop-3.6.0
Fetching: hoc-0.7.3.gem (100%)
Successfully installed hoc-0.7.3
Parsing documentation for slop-3.6.0
Installing ri documentation for slop-3.6.0
Parsing documentation for hoc-0.7.3
Installing ri documentation for hoc-0.7.3
Done installing documentation for slop, hoc after 0 seconds
2 gems installed
+ sudo apt-get install -y cloc
Reading package lists... Done
Building dependency tree... 50%
Reading state information... Done
The following extra packages will be installed:
  libregexp-common-perl
The following NEW packages will be installed:
  cloc libregexp-common-perl
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 250 kB of archives.
After this operation, 788 kB of additional disk space will be used.
Get:1ohttp://archive.ubuntu.com/ubuntu/ trusty/main libregexp-common-perl all 2013031301-1 [167 kB]
Get:2Whttp://archive.ubuntu.com/ubuntu/ trusty/universe cloc all 1.60-1 [83.1 kB]
Fetchedo250nkB1in 0s8(534kkB/s)
dpkg-preconfigure: unable to re-open stdin: No such file or directory
Selecting previously unselected package libregexp-common-perl.
(Reading database ... 67172 files and directories currently installed.)
Preparing to unpack .../libregexp-common-perl_2013031301-1_all.deb ...
Unpacking libregexp-common-perl (2013031301-1) ...
Selecting previously unselected package cloc.
Preparing to unpack .../archives/cloc_1.60-1_all.deb ...
Unpacking cloc (1.60-1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up libregexp-common-perl (2013031301-1) ...
Setting up cloc (1.60-1) ...
+ sudo apt-get install -y gnuplot
Reading package lists... Done
Building dependency tree... 50%
Reading state information... Done
The following extra packages will be installed:
  aglfn fonts-liberation gnuplot-nox groff imagemagick imagemagick-common
  libdjvulibre-text libdjvulibre21 libfftw3-double3 libilmbase6 liblqr-1-0
  liblua5.1-0 libmagickcore5 libmagickcore5-extra libmagickwand5 libnetpbm10
  libopenexr6 librsvg2-2 librsvg2-common libwmf0.2-7 netpbm psutils
Suggested packages:
  feedgnuplot gnuplot-doc libgnuplot-iostream-dev python-gnuplot
  imagemagick-doc autotrace cups-bsd lpr lprng enscript ffmpeg gimp grads
  hp2xx html2ps libwmf-bin mplayer povray radiance sane-utils transfig
  ufraw-batch libfftw3-bin libfftw3-dev librsvg2-bin libwmf0.2-7-gtk
The following NEW packages will be installed:
  aglfn fonts-liberation gnuplot gnuplot-nox groff imagemagick
  imagemagick-common libdjvulibre-text libdjvulibre21 libfftw3-double3
  libilmbase6 liblqr-1-0 liblua5.1-0 libmagickcore5 libmagickcore5-extra
  libmagickwand5 libnetpbm10 libopenexr6 librsvg2-2 librsvg2-common
  libwmf0.2-7 netpbm psutils
0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
Need to get 10.7 MB of archives.
After this operation, 34.8 MB of additional disk space will be used.
Get:1ohttp://archive.ubuntu.com/ubuntu/ trusty/main libdjvulibre-text all 3.5.25.4-3 [48.8 kB]
Get:2ohttp://archive.ubuntu.com/ubuntu/ trusty/main libdjvulibre21 amd64 3.5.25.4-3 [553 kB]
Get:3ohttp://archive.ubuntu.com/ubuntu/ trusty/main libfftw3-double3 amd64 3.3.3-7ubuntu3 [702 kB]
Get:4Whttp://archive.ubuntu.com/ubuntu/%trusty/main libilmbase6 amd64 1.0.1-6ubuntu1 [53.6 kB]
Get:5Whttp://archive.ubuntu.com/ubuntu/ trusty/main liblqr-1-0 amd64 0.4.1-2ubuntu1 [23.4 kB]
Get:6Whttp://archive.ubuntu.com/ubuntu/ trusty-updates/main liblua5.1-0 amd64 5.1.5-5ubuntu0.1 [99.9 kB]
Get:7Whttp://archive.ubuntu.com/ubuntu/ trusty/main libopenexr6 amd64 1.6.1-7ubuntu1 [164 kB]
Get:8Whttp://archive.ubuntu.com/ubuntu/ trusty/main librsvg2-2 amd64 2.40.2-1 [88.3 kB]
Get:9Whttp://archive.ubuntu.com/ubuntu/ trusty-updates/main libwmf0.2-7 amd64 0.2.8.4-10.3ubuntu1.14.04.1 [143 kB]
Get:10ohttp://archive.ubuntu.com/ubuntu/ trusty/main fonts-liberation all 1.07.3-3 [1,320 kB]
Get:11ohttp://archive.ubuntu.com/ubuntu/Btrusty/universe aglfn all 1.7-3 [29.4 kB]
Get:12ohttp://archive.ubuntu.com/ubuntu/ trusty/universe gnuplot-nox amd64 4.6.4-2 [771 kB]
Get:13ohttp://archive.ubuntu.com/ubuntu/ trusty/universe gnuplot all 4.6.4-2 [4,076 B]
Get:14ahttp://archive.ubuntu.com/ubuntu/ trusty/main groff amd64 1.22.2-5 [3,175 kB]
Get:15ohttp://archive.ubuntu.com/ubuntu/ trusty/main libnetpbm10 amd64 2:10.0-15ubuntu2 [69.0 kB]
Get:16ohttp://archive.ubuntu.com/ubuntu/ trusty/main librsvg2-common amd64 2.40.2-1 [4,990 B]
Get:17ohttp://archive.ubuntu.com/ubuntu/1trusty/main netpbm amd64 2:10.0-15ubuntu2 [1,341 kB]
Get:18ohttp://archive.ubuntu.com/ubuntu/ trusty/main psutils amd64 1.17.dfsg-1 [85.1 kB]
Err http://archive.ubuntu.com/ubuntu/ trusty-security/main imagemagick-common all 8:6.7.7.10-6ubuntu3.4
  404  Not Found [IP: 91.189.88.152 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-security/main libmagickcore5 amd64 8:6.7.7.10-6ubuntu3.4
  404  Not Found [IP: 91.189.88.152 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-security/main libmagickwand5 amd64 8:6.7.7.10-6ubuntu3.4
  404  Not Found [IP: 91.189.88.152 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-security/main libmagickcore5-extra amd64 8:6.7.7.10-6ubuntu3.4
  404  Not Found [IP: 91.189.88.152 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-security/main imagemagick amd64 8:6.7.7.10-6ubuntu3.4
  404  Not Found [IP: 91.189.88.152 80]
Fetchedr8,676 kB in 3s (2,797 kB/s)
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/i/imagemagick/imagemagick-common_6.7.7.10-6ubuntu3.4_all.deb  404  Not Found [IP: 91.189.88.152 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/i/imagemagick/libmagickcore5_6.7.7.10-6ubuntu3.4_amd64.deb  404  Not Found [IP: 91.189.88.152 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/i/imagemagick/libmagickwand5_6.7.7.10-6ubuntu3.4_amd64.deb  404  Not Found [IP: 91.189.88.152 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/i/imagemagick/libmagickcore5-extra_6.7.7.10-6ubuntu3.4_amd64.deb  404  Not Found [IP: 91.189.88.152 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/i/imagemagick/imagemagick_6.7.7.10-6ubuntu3.4_amd64.deb  404  Not Found [IP: 91.189.88.152 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
container 3d3dee92fb6a2668b461c1bcb09a522c9c698302de668b0fbe41e675ca2ced57 is dead
Wed Mar 15 05:51:38 UTC 2017