+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 4293 + echo '1.62.3 ef166fc7f' 1.62.3 ef166fc7f + date Wed Mar 15 08:58:02 UTC 2017 + uptime 08:58:02 up 116 days, 15:12, 0 users, load average: 0.00, 0.08, 0.10 + head=git@github.com:yegor256/tdx.git + head_branch=master + tag=0.2 + vars=('--env=head=git@github.com:yegor256/tdx.git' '--env=head_branch=master' '--env=tag=0.2') + image=yegor256/rultor + directory= + scripts=('sudo gem install hoc' ';' 'sudo apt-get update -y' ';' '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_2 + 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 update -y' ';' '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.2 ']' + [[ 0.2 =~ ^[a-zA-Z0-9\\.\\-]+$ ]] + echo 'tag name is valid: "0.2"' tag name is valid: "0.2" + cd repo ++ git tag -l 0.2 + '[' ']' + 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 ++ tail -n 1 ++ sed 's/ /\n/g' + load=0.10 ++ bc ++ echo 0.10 '>' 30 + '[' 0 -eq 1 ']' + echo 'load average is 0.10, low enough to run a new Docker container' load average is 0.10, 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_2\s*$' + ls -al . total 40 drwx--x--x 3 rultor rultor 116 Mar 15 08:58 . drwxrwxrwt. 9 root root 4096 Mar 15 08:58 .. -rw-rw-r-- 1 rultor rultor 444 Mar 15 08:58 end.sh -rwxrwxr-x 1 rultor rultor 326 Mar 15 08:58 entry.sh -rw-rw-r-- 1 rultor rultor 5 Mar 15 08:58 pid drwxrwxr-x 7 rultor rultor 4096 Mar 15 08:58 repo -rw-rw-r-- 1 rultor rultor 56 Mar 15 08:58 rubygems.yml -rwxrwxr-x 1 rultor rultor 4453 Mar 15 08:58 run.sh -rw-rw-r-- 1 rultor rultor 460 Mar 15 08:58 script.sh -rw-rw-r-- 1 rultor rultor 2817 Mar 15 08:58 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-FkF2:/main --env=head=git@github.com:yegor256/tdx.git --env=head_branch=master --env=tag=0.2 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-FkF2/cid -w=/main --name=yegor256_tdx_2 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 update -y Ign[http://archive.ubuntu.com trusty InRelease Hit[http://ppa.launchpad.net trusty InRelease Get:1Whttp://archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:2 http://archive.ubuntu.com trusty-security InRelease [65.9 kB] Hit http://ppa.launchpad.net trusty InRelease Hit%http://archive.ubuntu.com trustynRelease.gpgrs] Hit%http://archive.ubuntu.com trusty Release Hit%http://ppa.launchpad.netktrusty/main amd64 Packages Get:3[http://archive.ubuntu.com trusty-updates/main Sources [486 kB] Get:4[http://archive.ubuntu.comWtrusty-updates/restricted]Sourcesd[5,957 B] Get:5[http://archive.ubuntu.comttrusty-updates/universeiSourcesh[221rkB] Hit%http://ppa.launchpad.netWtrusty/mainhamd64sPackagesfor headers] Get:6[http://archive.ubuntu.comrtrusty-updates/main amd64 Packages [1,202 kB] Get:7[http://archive.ubuntu.comttrusty-updates/restricted amd64 Packages [20.4 kB] Get:8[http://archive.ubuntu.comitrusty-updates/universe1amd64 Packages [519 kB] Get:9[http://archive.ubuntu.comntrusty-security/main Sources [162 kB] Get:10Whttp://archive.ubuntu.com]trusty-security/restricted Sources [4,667 B] Get:11Whttp://archive.ubuntu.comntrusty-security/universe Sources [59.4 kB] Get:12Whttp://archive.ubuntu.comntrusty-security/main amd64 Packages [736 kB] Get:131http://archive.ubuntu.comntrusty-security/restricted amd64 Packages [17.0 kB] Get:14Whttp://archive.ubuntu.comitrusty-security/universe]amd64 Packages [200 kB] Hit%http://archive.ubuntu.comitrusty/mainaSources Hit%http://archive.ubuntu.comotrusty/restricted Sources Hit%http://archive.ubuntu.comotrusty/universe Sources Hit%http://archive.ubuntu.comotrusty/main amd64 Packages Hit%http://archive.ubuntu.com trusty/restricted amd64 Packages Hit%http://archive.ubuntu.com trusty/universe amd64 Packages Fetchedo3,765]kB,in94sB(794 kB/s) Reading package lists... Done W: Size of file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_universe_binary-amd64_Packages.gz is not what the server reported 199574 199586 + 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 2 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] Fetchedo250nkB.ink0s8(451kkB/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 2 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-updates/main imagemagick-common all 8:6.7.7.10-6ubuntu3.6 [38.0 kB] Get:2ohttp://archive.ubuntu.com/ubuntu/Btrusty/main libdjvulibre-text all 3.5.25.4-3 [48.8 kB] Get:3ohttp://archive.ubuntu.com/ubuntu/ trusty/main libdjvulibre21 amd64 3.5.25.4-3 [553 kB] Get:4ohttp://archive.ubuntu.com/ubuntu/ trusty/main libfftw3-double3 amd64 3.3.3-7ubuntu3 [702 kB] Get:5Whttp://archive.ubuntu.com/ubuntu/%trusty/main libilmbase6 amd64 1.0.1-6ubuntu1 [53.6 kB] Get:6Whttp://archive.ubuntu.com/ubuntu/ trusty/main liblqr-1-0 amd64 0.4.1-2ubuntu1 [23.4 kB] Get:7Whttp://archive.ubuntu.com/ubuntu/ trusty-updates/main liblua5.1-0 amd64 5.1.5-5ubuntu0.1 [99.9 kB] Get:8Whttp://archive.ubuntu.com/ubuntu/ trusty-updates/main libmagickcore5 amd64 8:6.7.7.10-6ubuntu3.6 [1,478 kB] Get:9Whttp://archive.ubuntu.com/ubuntu/0trusty-updates/main libmagickwand5 amd64 8:6.7.7.10-6ubuntu3.6 [266 kB] Get:10ohttp://archive.ubuntu.com/ubuntu/ trusty/main libopenexr6 amd64 1.6.1-7ubuntu1 [164 kB] Get:11ohttp://archive.ubuntu.com/ubuntu/ trusty/main librsvg2-2 amd64 2.40.2-1 [88.3 kB] Get:12ohttp://archive.ubuntu.com/ubuntu/ trusty-updates/main libwmf0.2-7 amd64 0.2.8.4-10.3ubuntu1.14.04.1 [143 kB] Get:13ohttp://archive.ubuntu.com/ubuntu/ trusty-updates/main libmagickcore5-extra amd64 8:6.7.7.10-6ubuntu3.6 [58.0 kB] Get:14ohttp://archive.ubuntu.com/ubuntu/0trusty/main fonts-liberation all 1.07.3-3 [1,320 kB] Get:15ohttp://archive.ubuntu.com/ubuntu/Btrusty/universe aglfn all 1.7-3 [29.4 kB] Get:16ohttp://archive.ubuntu.com/ubuntu/ trusty/universe gnuplot-nox amd64 4.6.4-2 [771 kB] Get:17ohttp://archive.ubuntu.com/ubuntu/ trusty/universe gnuplot all 4.6.4-2 [4,076 B] Get:18ahttp://archive.ubuntu.com/ubuntu/ trusty/main groff amd64 1.22.2-5 [3,175 kB] Get:19ohttp://archive.ubuntu.com/ubuntu/ trusty-updates/main imagemagick amd64 8:6.7.7.10-6ubuntu3.6 [188 kB] Get:20ohttp://archive.ubuntu.com/ubuntu/ trusty/main libnetpbm10 amd64 2:10.0-15ubuntu2 [69.0 kB] Get:21ohttp://archive.ubuntu.com/ubuntu/ trusty/main librsvg2-common amd64 2.40.2-1 [4,990 B] Get:22ohttp://archive.ubuntu.com/ubuntu/1trusty/main netpbm amd64 2:10.0-15ubuntu2 [1,341 kB] Get:23ohttp://archive.ubuntu.com/ubuntu/ trusty/main psutils amd64 1.17.dfsg-1 [85.1 kB] Fetchedo10.7gMB in12s (4,221 kB/s)] dpkg-preconfigure: unable to re-open stdin: No such file or directory Selecting previously unselected package imagemagick-common. (Reading database ... 67249 files and directories currently installed.) Preparing to unpack .../imagemagick-common_8%3a6.7.7.10-6ubuntu3.6_all.deb ... Unpacking imagemagick-common (8:6.7.7.10-6ubuntu3.6) ... Selecting previously unselected package libdjvulibre-text. Preparing to unpack .../libdjvulibre-text_3.5.25.4-3_all.deb ... Unpacking libdjvulibre-text (3.5.25.4-3) ... Selecting previously unselected package libdjvulibre21:amd64. Preparing to unpack .../libdjvulibre21_3.5.25.4-3_amd64.deb ... Unpacking libdjvulibre21:amd64 (3.5.25.4-3) ... Selecting previously unselected package libfftw3-double3:amd64. Preparing to unpack .../libfftw3-double3_3.3.3-7ubuntu3_amd64.deb ... Unpacking libfftw3-double3:amd64 (3.3.3-7ubuntu3) ... Selecting previously unselected package libilmbase6:amd64. Preparing to unpack .../libilmbase6_1.0.1-6ubuntu1_amd64.deb ... Unpacking libilmbase6:amd64 (1.0.1-6ubuntu1) ... Selecting previously unselected package liblqr-1-0:amd64. Preparing to unpack .../liblqr-1-0_0.4.1-2ubuntu1_amd64.deb ... Unpacking liblqr-1-0:amd64 (0.4.1-2ubuntu1) ... Selecting previously unselected package liblua5.1-0:amd64. Preparing to unpack .../liblua5.1-0_5.1.5-5ubuntu0.1_amd64.deb ... Unpacking liblua5.1-0:amd64 (5.1.5-5ubuntu0.1) ... Selecting previously unselected package libmagickcore5:amd64. Preparing to unpack .../libmagickcore5_8%3a6.7.7.10-6ubuntu3.6_amd64.deb ... Unpacking libmagickcore5:amd64 (8:6.7.7.10-6ubuntu3.6) ... Selecting previously unselected package libmagickwand5:amd64. Preparing to unpack .../libmagickwand5_8%3a6.7.7.10-6ubuntu3.6_amd64.deb ... Unpacking libmagickwand5:amd64 (8:6.7.7.10-6ubuntu3.6) ... Selecting previously unselected package libopenexr6:amd64. Preparing to unpack .../libopenexr6_1.6.1-7ubuntu1_amd64.deb ... Unpacking libopenexr6:amd64 (1.6.1-7ubuntu1) ... Selecting previously unselected package librsvg2-2:amd64. Preparing to unpack .../librsvg2-2_2.40.2-1_amd64.deb ... Unpacking librsvg2-2:amd64 (2.40.2-1) ... Selecting previously unselected package libwmf0.2-7:amd64. Preparing to unpack .../libwmf0.2-7_0.2.8.4-10.3ubuntu1.14.04.1_amd64.deb ... Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.3ubuntu1.14.04.1) ... Selecting previously unselected package libmagickcore5-extra:amd64. Preparing to unpack .../libmagickcore5-extra_8%3a6.7.7.10-6ubuntu3.6_amd64.deb ... Unpacking libmagickcore5-extra:amd64 (8:6.7.7.10-6ubuntu3.6) ... Selecting previously unselected package fonts-liberation. Preparing to unpack .../fonts-liberation_1.07.3-3_all.deb ... Unpacking fonts-liberation (1.07.3-3) ... Selecting previously unselected package aglfn. Preparing to unpack .../archives/aglfn_1.7-3_all.deb ... Unpacking aglfn (1.7-3) ... Selecting previously unselected package gnuplot-nox. Preparing to unpack .../gnuplot-nox_4.6.4-2_amd64.deb ... Unpacking gnuplot-nox (4.6.4-2) ... Selecting previously unselected package gnuplot. Preparing to unpack .../gnuplot_4.6.4-2_all.deb ... Unpacking gnuplot (4.6.4-2) ... Selecting previously unselected package groff. Preparing to unpack .../groff_1.22.2-5_amd64.deb ... Unpacking groff (1.22.2-5) ... Selecting previously unselected package imagemagick. Preparing to unpack .../imagemagick_8%3a6.7.7.10-6ubuntu3.6_amd64.deb ... Unpacking imagemagick (8:6.7.7.10-6ubuntu3.6) ... Selecting previously unselected package libnetpbm10. Preparing to unpack .../libnetpbm10_2%3a10.0-15ubuntu2_amd64.deb ... Unpacking libnetpbm10 (2:10.0-15ubuntu2) ... Selecting previously unselected package librsvg2-common:amd64. Preparing to unpack .../librsvg2-common_2.40.2-1_amd64.deb ... Unpacking librsvg2-common:amd64 (2.40.2-1) ... Selecting previously unselected package netpbm. Preparing to unpack .../netpbm_2%3a10.0-15ubuntu2_amd64.deb ... Unpacking netpbm (2:10.0-15ubuntu2) ... Selecting previously unselected package psutils. Preparing to unpack .../psutils_1.17.dfsg-1_amd64.deb ... Unpacking psutils (1.17.dfsg-1) ... Processing triggers for fontconfig (2.11.0-0ubuntu4.2) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for mime-support (3.54ubuntu1.1) ... Processing triggers for desktop-file-utils (0.22-1ubuntu1) ... Processing triggers for hicolor-icon-theme (0.13-1) ... Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.30.7-0ubuntu1.6) ... Setting up imagemagick-common (8:6.7.7.10-6ubuntu3.6) ... Setting up libdjvulibre-text (3.5.25.4-3) ... Setting up libdjvulibre21:amd64 (3.5.25.4-3) ... Setting up libfftw3-double3:amd64 (3.3.3-7ubuntu3) ... Setting up libilmbase6:amd64 (1.0.1-6ubuntu1) ... Setting up liblqr-1-0:amd64 (0.4.1-2ubuntu1) ... Setting up liblua5.1-0:amd64 (5.1.5-5ubuntu0.1) ... Setting up libmagickcore5:amd64 (8:6.7.7.10-6ubuntu3.6) ... Setting up libmagickwand5:amd64 (8:6.7.7.10-6ubuntu3.6) ... Setting up libopenexr6:amd64 (1.6.1-7ubuntu1) ... Setting up librsvg2-2:amd64 (2.40.2-1) ... Setting up libwmf0.2-7:amd64 (0.2.8.4-10.3ubuntu1.14.04.1) ... Setting up libmagickcore5-extra:amd64 (8:6.7.7.10-6ubuntu3.6) ... Setting up fonts-liberation (1.07.3-3) ... Setting up aglfn (1.7-3) ... Setting up gnuplot-nox (4.6.4-2) ... Setting up groff (1.22.2-5) ... Setting up imagemagick (8:6.7.7.10-6ubuntu3.6) ... 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 libnetpbm10 (2:10.0-15ubuntu2) ... Setting up librsvg2-common:amd64 (2.40.2-1) ... Setting up netpbm (2:10.0-15ubuntu2) ... Setting up psutils (1.17.dfsg-1) ... Processing triggers for tex-common (4.04) ... Running mktexlsr. This may take some time... done. Setting up gnuplot (4.6.4-2) ... Processing triggers for libc-bin (2.19-0ubuntu6.9) ... Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.30.7-0ubuntu1.6) ... + sudo bundle install 33mDon't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine.0m Fetching gem metadata from https://rubygems.org/.......... Fetching version metadata from https://rubygems.org/... Fetching dependency metadata from https://rubygems.org/.. Resolving dependencies... Using rake 12.0.0 Using public_suffix 2.0.5 32mInstalling ast 2.3.00m 32mInstalling builder 3.2.30m 32mInstalling multi_json 1.12.10m 32mInstalling mime-types-data 3.2016.05210m 32mInstalling docile 1.1.50m Using json 2.0.3 32mInstalling simplecov-html 0.10.00m 32mInstalling tins 0.13.20m 32mInstalling thor 0.18.10m 32mInstalling diff-lcs 1.30m 32mInstalling multi_test 0.1.20m Using multipart-post 2.0.0 32mInstalling mini_portile2 2.1.00m 32mInstalling minitest 5.10.10m 32mInstalling powerpack 0.1.10m 32mInstalling rainbow 2.2.1 with native extensions0m 32mInstalling ruby-progressbar 1.8.10m 32mInstalling unicode-display_width 1.1.30m 32mInstalling slop 4.4.10m Using bundler 1.11.2 Using addressable 2.5.0 32mInstalling parser 2.4.0.00m 32mInstalling gherkin 2.12.2 with native extensions0m 32mInstalling mime-types 3.10m 32mInstalling simplecov 0.13.00m 32mInstalling term-ansicolor 1.2.20m Using faraday 0.11.0 32mInstalling nokogiri 1.7.0.1 with native extensions0m 32mInstalling rubocop 0.41.20m 32mInstalling cucumber 1.3.170m 32mInstalling rest-client 1.6.70m Using sawyer 0.8.1 32mInstalling rubocop-rspec 1.5.10m 32mInstalling coveralls 0.7.20m Using octokit 4.6.2 Using tdx 1.0.snapshot from source at `.` 32mBundle complete! 8 Gemfile dependencies, 38 gems now installed.0m 32mUse `bundle show [gemname]` to see where a bundled gem is installed.0m + rake /var/lib/gems/2.2.0/gems/rest-client-1.6.7/lib/restclient/exceptions.rb:157: warning: assigned but unused variable - message /var/lib/gems/2.2.0/gems/rest-client-1.6.7/lib/restclient/exceptions.rb:167: warning: assigned but unused variable - message /var/lib/gems/2.2.0/gems/rest-client-1.6.7/lib/restclient/response.rb:11: warning: method redefined; discarding old body /var/lib/gems/2.2.0/gems/rest-client-1.6.7/lib/restclient/payload.rb:47: warning: mismatched indentations at 'end' with 'case' at 40 /home/r/repo/.simplecov:34:in `<top (required)>': [DEPRECATION] ::[] is deprecated. Use ::new instead. Run options: --seed 26473 # Running: Cloned https://github.com/yegor256/tdx.git (0Kb) into temporary directory /usr/lib/ruby/2.2.0/net/http.rb:895: warning: instance variable @npn_protocols not initialized /usr/lib/ruby/2.2.0/net/http.rb:895: warning: instance variable @npn_select_cb not initialized Date Test HoC Files LoC Issues SHA 2017-03-14 829 829 22 280 1 5205718 2017-03-15 886 886 22 295 1 9885b3e 2017-03-15 902 902 22 295 1 cc049fd 2017-03-15 904 904 22 295 1 dd5b326 2017-03-15 913 913 22 300 1 09fb831 2017-03-15 918 918 22 299 1 dc09886 2017-03-15 919 919 22 300 1 bac04a2 2017-03-15 1002 1002 22 272 2 df0a3ce 2017-03-15 1016 1016 22 279 2 672572e 2017-03-15 1033 1033 22 286 2 acb2ac8 2017-03-15 1070 1070 22 315 2 412a94e 2017-03-15 1092 1092 22 323 2 afd9a09 2017-03-15 1102 1102 22 327 2 c7f82d4 line 0: warning: Skipping data file with no valid points line 0: warning: Skipping data file with no valid points .Cloned file:////tmp/test20170315-19654-e5izc/repo (0Kb) into temporary directory Date Test HoC Files LoC Issues SHA 2017-03-15 1 1 1 1 0 25446c7 2017-03-15 2 2 2 2 0 bfb36f2 2017-03-15 3 3 4 3 0 717681a line 0: warning: Skipping data file with no valid points line 0: warning: Skipping data file with no valid points . Finished in 5.205701s, 0.3842 runs/s, 0.3842 assertions/s. 2 runs, 2 assertions, 0 failures, 0 errors, 0 skips Coverage report generated for Unit Tests to /home/r/repo/coverage. 75 / 78 LOC (96.15%) covered. 33m[Coveralls] Outside the Travis environment, not sending data.0m /usr/bin/ruby2.2 -S bundle exec cucumber --profile travis /var/lib/gems/2.2.0/gems/cucumber-1.3.17/lib/cucumber/ast/step.rb:80: warning: circular argument reference - name /home/r/repo/.simplecov:34:in `<top (required)>': [DEPRECATION] ::[] is deprecated. Use ::new instead. Using the travis profile... 32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m/var/lib/gems/2.2.0/gems/bundler-1.11.2/lib/bundler/rubygems_integration.rb:304:in `block in replace_gem': hoc is not part of the bundle. Add it to Gemfile. (Gem::LoadError) from /usr/local/bin/hoc:22:in `<main>' /home/r/repo/lib/tdx/base.rb:129:in `tests': Failed to run hoc (RuntimeError) from /home/r/repo/lib/tdx/base.rb:56:in `block in svg' from /home/r/repo/lib/tdx/base.rb:53:in `each' from /home/r/repo/lib/tdx/base.rb:53:in `svg' from /home/r/repo/features/step_definitions/../../bin/tdx:61:in `<main>' 32m.0m31mF0m36m-0m 31m(::) failed steps (::)0m 31mNon-zero exit code 1 (RuntimeError)0m 31mfeatures/cli.feature:17:in `Then Exit code is zero'0m 31mFailing Scenarios:0m 31mcucumber -p travis features/cli.feature:140m90m # Scenario: Simple SVG is built0m 3 scenarios (31m1 failed0m, 32m2 passed0m) 9 steps (31m1 failed0m, 36m1 skipped0m, 32m7 passed0m) 0m1.457s Coverage report generated for Cucumber Features, Unit Tests to /home/r/repo/coverage. 75 / 78 LOC (96.15%) covered. 33m[Coveralls] Outside the Travis environment, not sending data.0m container 4edda45d4bbf7f36f1820d2c47c3fd1e38dd090cb9090f5a748c7701a0958047 is dead Wed Mar 15 09:00:23 UTC 2017