rev: 64314
test-all : 20311 tests, 5072307 assertions, 0 failures, 0 errors, 88 skips
test-spec: 3677 files, 29234 examples, 212115 expectations, 0 failures, 0 errors, 0 tagged
exit statuses:
"make update-download -j6" exit with 0.
"make update-rubyspec -j6" exit with 0.
"make update-src -j6" exit with 0.
"make after-update -j6" exit with 0.
"make miniruby -j6" exit with 0.
"make ruby -j6" exit with 0.
"make all -j6" exit with 0.
"make install -j6" exit with 0.
"make yes-btest TESTS='-j6'" exit with 0.
"make yes-test-basic TESTS='-j6'" exit with 0.
"make yes-test-all TESTS='-j6'" exit with 0.
"make yes-test-rubyspec TESTS='-j6'" exit with 0.
Logfile: /home/ko1/ruby/logs/brlog.trunk_gcc5.20180812-013539
#<BuildRuby:0x0056386c8948b0
@BUILD_DIR="/home/ko1/ruby/build",
@INSTALL_DIR="/home/ko1/ruby/install",
@REPOSITORY="https://svn.ruby-lang.org/repos/ruby/trunk",
@REPOSITORY_TYPE=:svn,
@SRC_DIR="/home/ko1/ruby/src",
@TARGET_BUILD_DIR="/home/ko1/ruby/build/trunk_gcc5",
@TARGET_INSTALL_DIR="/home/ko1/ruby/install/trunk_gcc5",
@TARGET_NAME="trunk_gcc5",
@TARGET_SRC_DIR="/home/ko1/ruby/src/trunk_gcc5",
@build_opts="-j6",
@configure_opts=["CC=gcc-5"],
@gist=false,
@git_branch=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk_gcc5.20180812-013539",
@quiet=false,
@steps=
["checkout",
"autoconf",
"configure",
"build_up",
"build_miniruby",
"build_ruby",
"build_all",
"build_install",
"test_btest",
"test_basic",
"test_all",
"test_rubyspec"],
@svn_revision=nil,
@test_opts="TESTS='-j6'",
@timeout=10800>
user system total real
checkout 0.000000 0.000000 0.000000 ( 0.000032)
autoconf 0.000000 0.000000 0.000000 ( 0.000062)
configure 0.000000 0.000000 0.000000 ( 0.000057)
build_up 0.000000 0.000000 1.760000 ( 1.438407)
build_miniruby 0.000000 0.000000 0.080000 ( 0.090581)
build_ruby 0.010000 0.000000 0.100000 ( 0.107754)
build_all 0.010000 0.010000 2.220000 ( 1.912252)
build_install 0.010000 0.000000 3.950000 ( 3.720840)
test_btest test_attr.rb ..
test_autoload.rb ........
test_block.rb ..........................................................
test_class.rb ................................................
test_eval.rb .....................................
test_exception.rb ..................................
test_finalizer.rb .
test_flip.rb .
test_flow.rb ..............................................................
test_fork.rb ....
test_gc.rb ..
test_insns.rb ........................................................................................................................................................................................................................................................................................................................................................................................
test_io.rb .........
test_jump.rb .............................
test_literal.rb ...........................................................................................................................................................
test_literal_suffix.rb ................................................
test_load.rb ..
test_marshal.rb .
test_massign.rb ..................................
test_method.rb ...............................................................................................................................................................................................................................
test_objectspace.rb .....
test_proc.rb .......................................
test_string.rb .
test_struct.rb .
test_syntax.rb ............................................................................................................................................................
test_thread.rb ..................................................
PASS all 1386 tests
0.010000 0.000000 31.750000 ( 48.966422)
test_basic 0.010000 0.000000 0.570000 ( 0.824127)
test_all #<Thread:0x000055cb53392dc0@/home/ko1/ruby/src/trunk_gcc5/test/webrick/utils.rb:50 run> terminated with exception (report_on_exception is true):
/home/ko1/ruby/src/trunk_gcc5/test/lib/minitest/unit.rb:201:in `assert': webrick log doesn't have expected error: /ERROR Digest wb auth-int realm: foo: digest unmatch\./ (MiniTest::Assertion)
from /home/ko1/ruby/src/trunk_gcc5/test/lib/test/unit/assertions.rb:37:in `assert'
from /home/ko1/ruby/src/trunk_gcc5/test/webrick/test_httpauth.rb:244:in `block (2 levels) in test_digest_auth_int'
from /home/ko1/ruby/src/trunk_gcc5/test/webrick/test_httpauth.rb:243:in `each'
from /home/ko1/ruby/src/trunk_gcc5/test/webrick/test_httpauth.rb:243:in `block in test_digest_auth_int'
from /home/ko1/ruby/src/trunk_gcc5/test/webrick/utils.rb:53:in `block in start_server'
#<Thread:0x000055cb53392460@/home/ko1/ruby/src/trunk_gcc5/test/webrick/utils.rb:57 run> terminated with exception (report_on_exception is true):
/home/ko1/ruby/build/trunk_gcc5/.ext/common/socket.rb:452:in `__read_nonblock': Connection reset by peer (Errno::ECONNRESET)
from /home/ko1/ruby/build/trunk_gcc5/.ext/common/socket.rb:452:in `read_nonblock'
from /home/ko1/ruby/src/trunk_gcc5/lib/net/protocol.rb:184:in `rbuf_fill'
from /home/ko1/ruby/src/trunk_gcc5/lib/net/protocol.rb:133:in `read'
from /home/ko1/ruby/src/trunk_gcc5/lib/net/http/response.rb:293:in `block in read_body_0'
from /home/ko1/ruby/src/trunk_gcc5/lib/net/http/response.rb:278:in `inflater'
from /home/ko1/ruby/src/trunk_gcc5/lib/net/http/response.rb:283:in `read_body_0'
from /home/ko1/ruby/src/trunk_gcc5/lib/net/http/response.rb:204:in `read_body'
from /home/ko1/ruby/src/trunk_gcc5/lib/net/http/response.rb:229:in `body'
from /home/ko1/ruby/src/trunk_gcc5/lib/net/http/response.rb:166:in `reading_body'
from /home/ko1/ruby/src/trunk_gcc5/lib/net/http.rb:1520:in `transport_request'
from /home/ko1/ruby/src/trunk_gcc5/lib/net/http.rb:1482:in `request'
from /home/ko1/ruby/src/trunk_gcc5/test/webrick/test_httpauth.rb:283:in `block (3 levels) in test_digest_auth_int'
from /home/ko1/ruby/src/trunk_gcc5/lib/net/http.rb:923:in `start'
from /home/ko1/ruby/src/trunk_gcc5/lib/net/http.rb:608:in `start'
from /home/ko1/ruby/src/trunk_gcc5/test/webrick/test_httpauth.rb:274:in `block (2 levels) in test_digest_auth_int'
from /home/ko1/ruby/src/trunk_gcc5/lib/tempfile.rb:336:in `create'
from /home/ko1/ruby/src/trunk_gcc5/test/webrick/test_httpauth.rb:253:in `block in test_digest_auth_int'
from /home/ko1/ruby/src/trunk_gcc5/test/webrick/utils.rb:59:in `block in start_server'
0.000000 0.000000 858.250000 (293.687714)
test_rubyspec $ /home/ko1/ruby/build/trunk_gcc5/miniruby -I/home/ko1/ruby/src/trunk_gcc5/lib /home/ko1/ruby/src/trunk_gcc5/tool/runruby.rb --archdir=/home/ko1/ruby/build/trunk_gcc5 --extout=.ext -- /home/ko1/ruby/src/trunk_gcc5/spec/mspec/bin/mspec-run -B /home/ko1/ruby/src/trunk_gcc5/spec/default.mspec
0.050000 0.040000 112.640000 (134.229687)
total: 484.98 sec