rev: c527d278a3
test-all : 21427 tests, 5831246 assertions, 0 failures, 0 errors, 96 skips
test-spec: 3798 files, 30417 examples, 201394 expectations, 0 failures, 0 errors, 0 tagged
exit statuses:
"git clone --depth 1 https://github.com/ruby/ruby.git trunk" exit with 0.
"autoconf" exit with 0.
"/tmp/ruby/v3/src/trunk/configure --prefix=/tmp/ruby/v3/install/trunk --disable-install-doc --enable-shared" exit with 0.
"make update-unicode -j16" exit with 0.
"make update-download -j16" exit with 0.
"make update-rubyspec -j16" exit with 0.
"make update-src -j16" exit with 0.
"make after-update -j16" exit with 0.
"make miniruby -j16" exit with 0.
"make ruby -j16" exit with 0.
"make all -j16" exit with 0.
"make install -j16" exit with 0.
"make yes-btest TESTS='-j16'" exit with 0.
"make yes-test-basic TESTS='-j16'" exit with 0.
"make yes-test-all TESTS='-j16'" exit with 0.
"make yes-test-rubyspec TESTS='-j16'" exit with 0.
Logfile: /home/ko1/ruby/logs/brlog.trunk.20210821-184511
#<BuildRuby:0x00005636dedb94d8
@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",
@TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk",
@TARGET_NAME="trunk",
@TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk",
@build_opts="-j16",
@configure_opts=["--enable-shared"],
@gist=false,
@git_branch=nil,
@git_worktree=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk.20210821-184511",
@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='-j16'",
@timeout=10800>
user system total real
checkout Cloning into 'trunk'...
0.000000 0.001013 1.659283 ( 4.260437)
autoconf 0.000000 0.000654 0.761657 ( 0.770954)
configure configure: WARNING: something wrong with CXXFLAGS=""
0.120714 0.042299 33.032676 ( 33.651932)
build_up + cp /tmp/ruby/v3/src/trunk/enc/jis/props.h.blt /tmp/ruby/v3/src/trunk/enc/jis/props.h
In file included from /tmp/ruby/v3/src/trunk/vm.c:36:
/tmp/ruby/v3/src/trunk/vm_exec.c: In function ‘vm_exec_core’:
/tmp/ruby/v3/src/trunk/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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.052627 0.009059 230.582236 ( 41.626217)
build_miniruby 0.001201 0.000307 0.070900 ( 0.069257)
build_ruby 0.003316 0.000000 2.326443 ( 1.992079)
build_all 0.129043 0.038925 301.019462 ( 32.417037)
build_install 0.023421 0.000149 2.471532 ( 1.525164)
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.000867 0.000220 32.116249 ( 32.892753)
test_basic 0.006775 0.000000 0.311875 ( 0.399732)
test_all /tmp/ruby/v3/src/trunk/lib/set.rb:815: warning: already initialized constant Set::InspectKey
/tmp/ruby/v3/src/trunk/lib/set.rb:815: warning: previous definition of InspectKey was here
/tmp/ruby/v3/src/trunk/lib/set.rb:815: warning: already initialized constant Set::InspectKey
/tmp/ruby/v3/src/trunk/lib/set.rb:815: warning: previous definition of InspectKey was here
0.001639 0.000000 563.913725 ( 60.091705)
test_rubyspec $ /tmp/ruby/v3/build/trunk/miniruby -I/tmp/ruby/v3/src/trunk/lib /tmp/ruby/v3/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/v3/build/trunk --extout=.ext -- /tmp/ruby/v3/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/v3/src/trunk/spec/default.mspec
0.119528 0.047983 43.737650 ( 49.339127)
total: 259.04 sec