rev: 18031f4102
test-all : 21404 tests, 5828129 assertions, 0 failures, 0 errors, 44 skips
test-spec: 3798 files, 30054 examples, 142092 expectations, 1 failure, 0 errors, 0 tagged
exit statuses:
"git clone --depth 1 https://github.com/ruby/ruby.git trunk-random1" exit with 0.
"autoconf" exit with 0.
"/tmp/ruby/v3/src/trunk-random1/configure --prefix=/tmp/ruby/v3/install/trunk-random1 --disable-install-doc --enable-shared" 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=\"--test-order=random\"" exit with 0.
"make yes-test-basic TESTS=\"--test-order=random\"" exit with 0.
"make yes-test-all TESTS=\"--test-order=random\"" exit with 0.
"make yes-test-rubyspec TESTS=\"--test-order=random\"" exit with 512.
Logfile: /home/ko1/ruby/logs/brlog.trunk-random1.20210822-023500
#<BuildRuby:0x0000557d4abba0b8
@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-random1",
@TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-random1",
@TARGET_NAME="trunk-random1",
@TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk-random1",
@build_opts="-j6",
@configure_opts=["--enable-shared"],
@gist=false,
@git_branch=nil,
@git_worktree=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk-random1.20210822-023500",
@make="make",
@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=\"--test-order=random\"",
@timeout=10800>
user system total real
checkout Cloning into 'trunk-random1'...
0.004000 0.000000 3.016000 ( 5.661962)
autoconf 0.000000 0.000000 2.088000 ( 2.194936)
configure configure: WARNING: something wrong with CXXFLAGS=""
0.096000 0.056000 45.628000 ( 62.182143)
build_up + cp /tmp/ruby/v3/src/trunk-random1/enc/jis/props.h.blt /tmp/ruby/v3/src/trunk-random1/enc/jis/props.h
In file included from /tmp/ruby/v3/src/trunk-random1/vm.c:36:
/tmp/ruby/v3/src/trunk-random1/vm_exec.c: In function 'vm_exec_core':
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_regexpmatch2' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:4083:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
4083 | START_OF_ORIGINAL_INSN(opt_regexpmatch2);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_not' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:4036:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
4036 | START_OF_ORIGINAL_INSN(opt_not);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_succ' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:3989:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
3989 | START_OF_ORIGINAL_INSN(opt_succ);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_empty_p' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:3942:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
3942 | START_OF_ORIGINAL_INSN(opt_empty_p);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_size' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:3895:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
3895 | START_OF_ORIGINAL_INSN(opt_size);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_length' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:3848:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
3848 | START_OF_ORIGINAL_INSN(opt_length);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_aset' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:3691:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
3691 | START_OF_ORIGINAL_INSN(opt_aset);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_aref' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:3643:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
3643 | START_OF_ORIGINAL_INSN(opt_aref);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_or' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:3595:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
3595 | START_OF_ORIGINAL_INSN(opt_or);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_and' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:3547:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
3547 | START_OF_ORIGINAL_INSN(opt_and);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_ltlt' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:3499:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
3499 | START_OF_ORIGINAL_INSN(opt_ltlt);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_ge' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:3451:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
3451 | START_OF_ORIGINAL_INSN(opt_ge);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_gt' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:3403:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
3403 | START_OF_ORIGINAL_INSN(opt_gt);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_le' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:3355:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
3355 | START_OF_ORIGINAL_INSN(opt_le);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_lt' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:3307:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
3307 | START_OF_ORIGINAL_INSN(opt_lt);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_neq' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:3257:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
3257 | START_OF_ORIGINAL_INSN(opt_neq);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_eq' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:3209:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
3209 | START_OF_ORIGINAL_INSN(opt_eq);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_mod' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:3161:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
3161 | START_OF_ORIGINAL_INSN(opt_mod);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_div' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:3113:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
3113 | START_OF_ORIGINAL_INSN(opt_div);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_mult' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:3065:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
3065 | START_OF_ORIGINAL_INSN(opt_mult);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_minus' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:3017:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
3017 | START_OF_ORIGINAL_INSN(opt_minus);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_plus' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:2969:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
2969 | START_OF_ORIGINAL_INSN(opt_plus);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm_exec.h:133:35: warning: label 'start_of_opt_nil_p' defined but not used [-Wunused-label]
133 | #define START_OF_ORIGINAL_INSN(x) start_of_##x:
| ^~~~~~~~~
vm.inc:2250:5: note: in expansion of macro 'START_OF_ORIGINAL_INSN'
2250 | START_OF_ORIGINAL_INSN(opt_nil_p);
| ^~~~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/vm.c: At top level:
cc1: warning: unrecognized command line option '-Wno-self-assign'
cc1: warning: unrecognized command line option '-Wno-parentheses-equality'
cc1: warning: unrecognized command line option '-Wno-constant-logical-operand'
0.044000 0.008000 142.544000 ( 54.435329)
build_miniruby 0.004000 0.000000 0.148000 ( 0.156947)
build_ruby 0.000000 0.004000 5.428000 ( 4.513021)
build_all 0.136000 0.020000 600.888000 (151.952654)
build_install 0.016000 0.016000 6.228000 ( 4.813945)
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 ..........................................................................................
test_string.rb .
test_struct.rb .
test_syntax.rb ............................................................................................................................................................
test_thread.rb .................................................
Fiber count: 10000 (skipping)
PASS all 1489 tests
0.000000 0.000000 50.600000 ( 53.837152)
test_basic 0.004000 0.008000 0.696000 ( 0.873885)
test_all 0.000000 0.000000 1096.952000 (1168.593288)
test_rubyspec $ /tmp/ruby/v3/build/trunk-random1/miniruby -I/tmp/ruby/v3/src/trunk-random1/lib /tmp/ruby/v3/src/trunk-random1/tool/runruby.rb --archdir=/tmp/ruby/v3/build/trunk-random1 --extout=.ext -- /tmp/ruby/v3/src/trunk-random1/spec/mspec/bin/mspec-run -B /tmp/ruby/v3/src/trunk-random1/spec/default.mspec
make: *** [uncommon.mk:859: yes-test-spec] Error 1
0.044000 0.048000 102.116000 (109.666176)
$$$[end] "make yes-test-rubyspec TESTS=\"--test-order=random\"" exit with 512.
/home/ko1/ruby/logs/brlog.trunk-random1.20210822-023500
total: 1618.88 sec