rev: bcc2bb28b0
test-all : 21705 tests, 5910754 assertions, 0 failures, 0 errors, 42 skips
test-spec: 3818 files, 30523 examples, 143319 expectations, 0 failures, 0 errors, 0 tagged
exit statuses:
"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 512.
"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 0.
Logfile: /home/ko1/ruby/logs/brlog.trunk-random1.20211209-161611
#<BuildRuby:0x000056237b714018
@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.20211209-161611",
@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 0.000000 0.000000 0.000000 ( 0.000023)
autoconf 0.000000 0.000000 0.000000 ( 0.000068)
configure 0.000000 0.000000 0.000000 ( 0.000036)
build_up From https://github.com/ruby/ruby
88c804a..bcc2bb2 master -> origin/master
make[1]: *** No rule to make target 'id.h', needed by 'ripper.y'. Stop.
make: *** [uncommon.mk:1197: /tmp/ruby/v3/src/trunk-random1/ext/ripper/ripper.c] Error 2
make: *** Waiting for unfinished jobs....
0.008000 0.004000 1.724000 ( 1.886451)
build_miniruby In file included from /tmp/ruby/v3/src/trunk-random1/include/ruby/internal/assume.h:29,
from /tmp/ruby/v3/src/trunk-random1/include/ruby/backward/2/assume.h:24,
from /tmp/ruby/v3/src/trunk-random1/include/ruby/defines.h:72,
from /tmp/ruby/v3/src/trunk-random1/include/ruby/ruby.h:25,
from /tmp/ruby/v3/src/trunk-random1/internal.h:28,
from /tmp/ruby/v3/src/trunk-random1/bignum.c:32:
/tmp/ruby/v3/src/trunk-random1/bignum.c: In function 'str2big_karatsuba':
/tmp/ruby/v3/src/trunk-random1/bignum.c:3901:36: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context]
3901 | uds = ALLOCV_N(BDIGIT, tmpuv, 2*num_bdigits);
/tmp/ruby/v3/src/trunk-random1/include/ruby/internal/cast.h:31:29: note: in definition of macro 'RBIMPL_CAST'
31 | # define RBIMPL_CAST(expr) (expr)
| ^~~~
/tmp/ruby/v3/src/trunk-random1/include/ruby/internal/memory.h:399:20: note: in expansion of macro 'RB_ALLOCV_N'
399 | #define ALLOCV_N RB_ALLOCV_N /**< @old{RB_ALLOCV_N} */
| ^~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/bignum.c:3901:11: note: in expansion of macro 'ALLOCV_N'
3901 | uds = ALLOCV_N(BDIGIT, tmpuv, 2*num_bdigits);
| ^~~~~~~~
/tmp/ruby/v3/src/trunk-random1/bignum.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'
In file included from /tmp/ruby/v3/src/trunk-random1/include/ruby/internal/assume.h:29,
from /tmp/ruby/v3/src/trunk-random1/include/ruby/backward/2/assume.h:24,
from /tmp/ruby/v3/src/trunk-random1/include/ruby/defines.h:72,
from /tmp/ruby/v3/src/trunk-random1/include/ruby/ruby.h:25,
from /tmp/ruby/v3/src/trunk-random1/internal.h:28,
from /tmp/ruby/v3/src/trunk-random1/random.c:65:
/tmp/ruby/v3/src/trunk-random1/random.c: In function 'limited_big_rand':
/tmp/ruby/v3/src/trunk-random1/random.c:1006:39: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context]
1006 | tmp = ALLOCV_N(uint32_t, vtmp, len*2);
/tmp/ruby/v3/src/trunk-random1/include/ruby/internal/cast.h:31:29: note: in definition of macro 'RBIMPL_CAST'
31 | # define RBIMPL_CAST(expr) (expr)
| ^~~~
/tmp/ruby/v3/src/trunk-random1/include/ruby/internal/memory.h:399:20: note: in expansion of macro 'RB_ALLOCV_N'
399 | #define ALLOCV_N RB_ALLOCV_N /**< @old{RB_ALLOCV_N} */
| ^~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/random.c:1006:11: note: in expansion of macro 'ALLOCV_N'
1006 | tmp = ALLOCV_N(uint32_t, vtmp, len*2);
| ^~~~~~~~
/tmp/ruby/v3/src/trunk-random1/random.c: In function 'random_ulong_limited_big':
/tmp/ruby/v3/src/trunk-random1/random.c:1200:47: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context]
1200 | uint32_t *tmp = ALLOCV_N(uint32_t, vtmp, len * 2);
/tmp/ruby/v3/src/trunk-random1/include/ruby/internal/cast.h:31:29: note: in definition of macro 'RBIMPL_CAST'
31 | # define RBIMPL_CAST(expr) (expr)
| ^~~~
/tmp/ruby/v3/src/trunk-random1/include/ruby/internal/memory.h:399:20: note: in expansion of macro 'RB_ALLOCV_N'
399 | #define ALLOCV_N RB_ALLOCV_N /**< @old{RB_ALLOCV_N} */
| ^~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/random.c:1200:18: note: in expansion of macro 'ALLOCV_N'
1200 | uint32_t *tmp = ALLOCV_N(uint32_t, vtmp, len * 2);
| ^~~~~~~~
/tmp/ruby/v3/src/trunk-random1/random.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'
In file included from /tmp/ruby/v3/src/trunk-random1/include/ruby/internal/assume.h:29,
from /tmp/ruby/v3/src/trunk-random1/include/ruby/backward/2/assume.h:24,
from /tmp/ruby/v3/src/trunk-random1/include/ruby/defines.h:72,
from /tmp/ruby/v3/src/trunk-random1/include/ruby/ruby.h:25,
from /tmp/ruby/v3/src/trunk-random1/include/ruby/encoding.h:19,
from /tmp/ruby/v3/src/trunk-random1/encindex.h:14,
from /tmp/ruby/v3/src/trunk-random1/re.c:16:
/tmp/ruby/v3/src/trunk-random1/re.c: In function 'update_char_offset':
/tmp/ruby/v3/src/trunk-random1/re.c:1012:38: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context]
1012 | pairs = ALLOCA_N(pair_t, num_regs*2);
/tmp/ruby/v3/src/trunk-random1/include/ruby/internal/cast.h:31:29: note: in definition of macro 'RBIMPL_CAST'
31 | # define RBIMPL_CAST(expr) (expr)
| ^~~~
/tmp/ruby/v3/src/trunk-random1/re.c:1012:13: note: in expansion of macro 'ALLOCA_N'
1012 | pairs = ALLOCA_N(pair_t, num_regs*2);
| ^~~~~~~~
/tmp/ruby/v3/src/trunk-random1/re.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'
In file included from /tmp/ruby/v3/src/trunk-random1/include/ruby/internal/assume.h:29,
from /tmp/ruby/v3/src/trunk-random1/include/ruby/backward/2/assume.h:24,
from /tmp/ruby/v3/src/trunk-random1/include/ruby/defines.h:72,
from /tmp/ruby/v3/src/trunk-random1/include/ruby/ruby.h:25,
from /tmp/ruby/v3/src/trunk-random1/eval_intern.h:4,
from /tmp/ruby/v3/src/trunk-random1/vm.c:13:
/tmp/ruby/v3/src/trunk-random1/vm_args.c: In function 'setup_parameters_complex':
/tmp/ruby/v3/src/trunk-random1/vm_args.c:672:56: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context]
672 | arg.keys = args->kw_argv = ALLOCA_N(VALUE, kw_len * 2);
/tmp/ruby/v3/src/trunk-random1/include/ruby/internal/cast.h:31:29: note: in definition of macro 'RBIMPL_CAST'
31 | # define RBIMPL_CAST(expr) (expr)
| ^~~~
/tmp/ruby/v3/src/trunk-random1/vm_args.c:672:33: note: in expansion of macro 'ALLOCA_N'
672 | arg.keys = args->kw_argv = ALLOCA_N(VALUE, kw_len * 2);
| ^~~~~~~~
/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.016000 0.004000 354.732000 ( 70.953361)
build_ruby In file included from /tmp/ruby/v3/src/trunk-random1/include/ruby/ruby.h:41,
from /tmp/ruby/v3/src/trunk-random1/dln.c:13:
/tmp/ruby/v3/src/trunk-random1/dln.c: In function 'dln_load':
/tmp/ruby/v3/src/trunk-random1/include/ruby/internal/memory.h:667:16: warning: null argument where non-null required (argument 1) [-Wnonnull]
667 | #define memcpy ruby_nonempty_memcpy
| ^~~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random1/dln.c:400:14: note: in expansion of macro 'memcpy'
400 | error = memcpy(ALLOCA_N(char, errlen), error, errlen);
| ^~~~~~
/tmp/ruby/v3/src/trunk-random1/dln.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.004000 0.000000 7.332000 ( 5.479101)
build_all 0.092000 0.016000 337.892000 ( 62.683234)
build_install 0.028000 0.008000 21.356000 ( 9.413721)
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 .................................................
test_yjit.rb ...........................................................................................................................................................
test_yjit_30k_ifelse.rb .
test_yjit_30k_methods.rb .
Fiber count: 10000 (skipping)
PASS all 1659 tests
0.000000 0.000000 86.624000 ( 99.490573)
test_basic 0.008000 0.004000 0.732000 ( 0.911452)
test_all 0.004000 0.000000 1208.956000 (1273.421843)
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
0.048000 0.036000 131.872000 (138.632329)
total: 1662.87 sec