rev: dcb705ace7
test-all : 20899 tests, 5653283 assertions, 0 failures, 0 errors, 148 skips
test-spec: 3756 files, 30453 examples, 117085 expectations, 0 failures, 0 errors, 0 tagged
exit statuses:
"rm -f .revision.time" exit with 0.
"make update-unicode -j6" exit with 0.
"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 512.
"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-O0.20200929-070459
#<BuildRuby:0x00005588ffb46800
@BUILD_DIR="/tmp/ruby/v3/build",
@INSTALL_DIR="/tmp/ruby/v3/install",
@REPOSITORY="https://github.com/ruby/ruby.git",
@REPOSITORY_TYPE=:git,
@SRC_DIR="/tmp/ruby/v3/src",
@TARGET_BUILD_DIR="/tmp/ruby/v3/build/trunk-O0",
@TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-O0",
@TARGET_NAME="trunk-O0",
@TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk-O0",
@build_opts="-j6",
@configure_opts=["optflags=-O0"],
@gist=false,
@git_branch=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk-O0.20200929-070459",
@quiet=false,
@ruby_env=[["RUBY_DEBUG", "ci"]],
@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.000031)
autoconf 0.000000 0.000000 0.000000 ( 0.000055)
configure 0.000000 0.000000 0.000000 ( 0.000058)
build_up From https://github.com/ruby/ruby
2e947bc..dcb705a master -> origin/master
0.008000 0.008000 9.056000 ( 9.522271)
build_miniruby 0.004000 0.000000 0.204000 ( 0.249881)
build_ruby 0.000000 0.004000 3.448000 ( 3.378831)
build_all 0.012000 0.012000 33.276000 ( 14.352800)
build_install 0.024000 0.008000 24.688000 ( 13.367534)
test_btest test_attr.rb ..
test_autoload.rb ........
test_block.rb ..........................................................
test_class.rb ................................................
test_env.rb ..
test_eval.rb .....................................
test_exception.rb ..................................
test_fiber.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_ractor.rb ....................Fstderr output is not empty
[BUG] Segmentation fault at 0x0000000000000d21
ruby 3.0.0dev (2020-09-29T06:28:09Z master dcb705ace7) [x86_64-linux]
-- Control frame information -----------------------------------------------
c:0001 p:---- s:0003 e:000002 (none) [FINISH]
self: T_NIL
-- Machine register context ------------------------------------------------
RIP: 0x00005578b34c0d30 RBP: 0x00007efcaa076700 RSP: 0x00007efcaa076700
RAX: 0x0000000000000d21 RBX: 0x00007efca4000e60 RCX: 0x00007efca4001100
RDX: 0x00005578b476aea8 RDI: 0x0000000000000d21 RSI: 0xe955fc69e38cec6a
R8: 0x0000000000000000 R9: 0x0000000000000000 R10: 0x00007efca40008d0
R11: 0x0000000000000000 R12: 0x00007efcaa176fc0 R13: 0x0000000000000000
R14: 0x00005578b4873f28 R15: 0x00007efcaa176d38 EFL: 0x0000000000010246
-- C level backtrace information -------------------------------------------
miniruby: malloc.c:2401: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed.
E..............................
test_string.rb .
test_struct.rb .
test_syntax.rb ............................................................................................................................................................
test_thread.rb .................................................
Fiber count: 10000 (skipping)
#1215 test_ractor.rb:229:in `<top (required)>':
r = Ractor.new Ractor.current do |main|
Ractor.recv
main << true
Ractor.yield 1
end
r.close_outgoing
r << true
Ractor.recv
begin
r.take
rescue Ractor::ClosedError
'ok'
else
'ng'
end
#=> "" (expected "ok")
#1215 test_ractor.rb:229:in `<top (required)>': core dumped
FAIL 2/1452 tests failed
make: *** [yes-btest] Error 1
0.000000 0.000000 122.768000 (133.281085)
test_basic 0.020000 0.000000 2.188000 ( 2.404347)
test_all Skipping Gem::PackageTask tests. rake not found.
0.004000 0.004000 3244.116000 (765.660904)
test_rubyspec $ /tmp/ruby/v3/build/trunk-O0/miniruby -I/tmp/ruby/v3/src/trunk-O0/lib /tmp/ruby/v3/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/v3/build/trunk-O0 --extout=.ext -- /tmp/ruby/v3/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/v3/src/trunk-O0/spec/default.mspec
0.096000 0.044000 407.288000 (420.405817)
$$$[end] "make yes-btest TESTS='-j6'" exit with 512.
/home/ko1/ruby/logs/brlog.trunk-O0.20200929-070459
total: 1362.63 sec