rev: c527d278a3
test-all : 21454 tests, 5826457 assertions, 0 failures, 0 errors, 112 skips
test-spec: 3798 files, 30054 examples, 115079 expectations, 0 failures, 0 errors, 0 tagged
exit statuses:
"make update-unicode DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
"make update-download DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
"make update-rubyspec DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
"make update-src DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
"make after-update DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
"make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
"make ruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
"make all DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
"make install DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" 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-asserts.20210821-190325
#<BuildRuby:0x0000560b4f805628
@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-asserts",
@TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-asserts",
@TARGET_NAME="trunk-asserts",
@TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk-asserts",
@build_opts="DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"",
@configure_opts=["--enable-shared"],
@gist=false,
@git_branch=nil,
@git_worktree=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk-asserts.20210821-190325",
@make="make",
@quiet=false,
@ruby_env=
[["RUBY_DEBUG", "ci"], ["RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE", "30"]],
@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.000019)
autoconf 0.000000 0.000000 0.000000 ( 0.000046)
configure 0.000000 0.000000 0.000000 ( 0.000045)
build_up From https://github.com/ruby/ruby
f51a6ac..c527d27 master -> origin/master
In file included from /tmp/ruby/v3/src/trunk-asserts/vm.c:36:
/tmp/ruby/v3/src/trunk-asserts/vm_exec.c: In function 'vm_exec_core':
/tmp/ruby/v3/src/trunk-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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.008000 0.008000 65.032000 ( 66.537003)
build_miniruby 0.004000 0.000000 0.104000 ( 0.115199)
build_ruby 0.004000 0.000000 8.520000 ( 8.602771)
build_all 0.024000 0.000000 64.292000 ( 65.289764)
build_install 0.020000 0.012000 126.232000 (126.479909)
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.004000 0.000000 733.040000 (728.220135)
test_basic 0.000000 0.012000 14.332000 ( 14.443934)
test_all 0.004000 0.000000 25489.760000 (5277.468833)
test_rubyspec $ /tmp/ruby/v3/build/trunk-asserts/miniruby -I/tmp/ruby/v3/src/trunk-asserts/lib /tmp/ruby/v3/src/trunk-asserts/tool/runruby.rb --archdir=/tmp/ruby/v3/build/trunk-asserts --extout=.ext -- /tmp/ruby/v3/src/trunk-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/v3/src/trunk-asserts/spec/default.mspec
0.072000 0.064000 1798.008000 (1764.345517)
total: 8051.50 sec