# Logfile created on 2024-01-09 07:08:54 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005573b93f8040 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk", @TARGET_SRC_DIR="/tmp/ruby/src/trunk", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk", @configure_opts=["--enable-shared"], @build_opts="-j16", @btest_opts="-j16", @test_opts="TESTS='-j16'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk.20240109-070854", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005573b9453940 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005573b9453800 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005573b9453620 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20240109-070854", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20240109-070854>, @binmode=false, @mon_data=#<Monitor:0x00005573b9453558>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j16
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j16" exit with 0.
$$$[beg] make update-download -j16
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download -j16" exit with 0.
$$$[beg] make update-rubyspec -j16
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j16" exit with 0.
$$$[beg] make update-src      -j16
From https://github.com/ruby/ruby
   f82a617..db476cc  master     -> origin/master
Updating f82a617..db476cc
Fast-forward
 ast.c                         |  2 ++
 compile.c                     | 77 ++++++++++++++++++++++++++++++++++---------
 internal/ruby_parser.h        |  1 +
 node.c                        |  3 ++
 node_dump.c                   |  7 ++++
 parse.y                       | 65 +++++++++++++++++++++++++++---------
 ruby_parser.c                 |  7 ++++
 rubyparser.h                  |  8 +++++
 test/ruby/test_ast.rb         |  2 +-
 test/ruby/test_rubyoptions.rb |  2 ++
 tool/rbs_skip_tests           | 31 +++++++++++++----
 11 files changed, 166 insertions(+), 39 deletions(-)
Latest commit hash = db476cc71c
$$$[end] "make update-src      -j16" exit with 0.
$$$[beg] make after-update    -j16
generating node_name.inc
generating parse.c
generating /tmp/ruby/src/trunk/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/trunk/ext/ripper'
extracting ripper.y from ../../parse.y
generating eventids1.c from ../../parse.y
generating eventids1.h from ../../parse.y
/tmp/ruby/src/trunk/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
compiling compiler ripper.y
generating ripper_init.c from ./ripper_init.c.tmpl
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/ripper'
generating /tmp/ruby/src/trunk/ext/ripper/ripper_init.c
make[1]: Entering directory '/tmp/ruby/src/trunk/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/ripper'
generating /tmp/ruby/src/trunk/ext/ripper/eventids1.h
make[1]: Entering directory '/tmp/ruby/src/trunk/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/ripper'
generating /tmp/ruby/src/trunk/ext/ripper/eventids1.c
make[1]: Entering directory '/tmp/ruby/src/trunk/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/ripper'
generating /tmp/ruby/src/trunk/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/ripper'
$$$[end] "make after-update    -j16" exit with 0.
$$$[beg] make miniruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk/miniinit.c
compiling /tmp/ruby/src/trunk/array.c
compiling /tmp/ruby/src/trunk/ast.c
compiling /tmp/ruby/src/trunk/bignum.c
compiling /tmp/ruby/src/trunk/class.c
compiling /tmp/ruby/src/trunk/compile.c
compiling /tmp/ruby/src/trunk/complex.c
compiling /tmp/ruby/src/trunk/cont.c
compiling /tmp/ruby/src/trunk/debug.c
compiling /tmp/ruby/src/trunk/dir.c
compiling /tmp/ruby/src/trunk/encoding.c
compiling /tmp/ruby/src/trunk/enumerator.c
compiling /tmp/ruby/src/trunk/error.c
compiling /tmp/ruby/src/trunk/eval.c
compiling /tmp/ruby/src/trunk/gc.c
compiling /tmp/ruby/src/trunk/hash.c
compiling /tmp/ruby/src/trunk/io.c
compiling /tmp/ruby/src/trunk/iseq.c
compiling /tmp/ruby/src/trunk/load.c
compiling /tmp/ruby/src/trunk/marshal.c
compiling /tmp/ruby/src/trunk/memory_view.c
compiling /tmp/ruby/src/trunk/rjit.c
compiling /tmp/ruby/src/trunk/rjit_c.c
compiling /tmp/ruby/src/trunk/node.c
compiling /tmp/ruby/src/trunk/node_dump.c
compiling /tmp/ruby/src/trunk/numeric.c
compiling /tmp/ruby/src/trunk/object.c
compiling /tmp/ruby/src/trunk/pack.c
compiling parse.c
In file included from /tmp/ruby/src/trunk/include/ruby/internal/arithmetic/int.h:26,
                 from /tmp/ruby/src/trunk/include/ruby/internal/arithmetic/char.h:23,
                 from /tmp/ruby/src/trunk/include/ruby/internal/arithmetic.h:24,
                 from /tmp/ruby/src/trunk/include/ruby/ruby.h:28,
                 from /tmp/ruby/src/trunk/internal.h:31,
                 from parse.y:49:
parse.y: In function ‘node_cdhash_hash’:
/tmp/ruby/src/trunk/include/ruby/internal/arithmetic/long.h:53:22: warning: operand of ‘?:’ changes signedness from ‘long int’ to ‘VALUE’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare]
   53 | #define RB_FIX2LONG  rb_fix2long          /**< @alias{rb_fix2long} */
/tmp/ruby/src/trunk/include/ruby/internal/arithmetic/long.h:46:22: note: in expansion of macro ‘RB_FIX2LONG’
   46 | #define FIX2LONG     RB_FIX2LONG          /**< @old{RB_FIX2LONG} */
      |                      ^~~~~~~~~~~
parse.y:221:43: note: in expansion of macro ‘FIX2LONG’
compiling /tmp/ruby/src/trunk/proc.c
compiling /tmp/ruby/src/trunk/process.c
compiling /tmp/ruby/src/trunk/ractor.c
compiling /tmp/ruby/src/trunk/random.c
compiling /tmp/ruby/src/trunk/rational.c
compiling /tmp/ruby/src/trunk/re.c
compiling /tmp/ruby/src/trunk/ruby.c
compiling /tmp/ruby/src/trunk/ruby_parser.c
compiling /tmp/ruby/src/trunk/scheduler.c
compiling /tmp/ruby/src/trunk/shape.c
compiling /tmp/ruby/src/trunk/signal.c
compiling /tmp/ruby/src/trunk/string.c
compiling /tmp/ruby/src/trunk/struct.c
compiling /tmp/ruby/src/trunk/symbol.c
compiling /tmp/ruby/src/trunk/thread.c
compiling /tmp/ruby/src/trunk/time.c
compiling /tmp/ruby/src/trunk/variable.c
compiling /tmp/ruby/src/trunk/version.c
compiling /tmp/ruby/src/trunk/vm.c
compiling /tmp/ruby/src/trunk/vm_backtrace.c
compiling /tmp/ruby/src/trunk/vm_dump.c
compiling /tmp/ruby/src/trunk/vm_sync.c
compiling /tmp/ruby/src/trunk/vm_trace.c
compiling /tmp/ruby/src/trunk/weakmap.c
compiling /tmp/ruby/src/trunk/yjit.c
parse.y: At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
linking miniruby
$$$[end] "make miniruby -j16" exit with 0.
$$$[beg] make ruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

builtin_binary.inc updated
fea0fd5072eaeb165f713fbcf6adb2216b9cfcf98ff2ae224b2ca11ae89549bc  builtin_binary.inc
compiling /tmp/ruby/src/trunk/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.4.0
linking ruby
$$$[end] "make ruby -j16" exit with 0.
$$$[beg] make all -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
compiling /tmp/ruby/src/trunk/ext/coverage/coverage.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
compiling /tmp/ruby/src/trunk/ext/objspace/object_tracing.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
compiling /tmp/ruby/src/trunk/ext/ripper/eventids1.c
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
compiling /tmp/ruby/src/trunk/ext/objspace/objspace.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/syslog'
compiling /tmp/ruby/src/trunk/ext/objspace/objspace_dump.c
compiling /tmp/ruby/src/trunk/ext/ripper/eventids2.c
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
compiling /tmp/ruby/src/trunk/ext/ripper/ripper.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/syslog'
compiling /tmp/ruby/src/trunk/ext/ripper/ripper_init.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
compiling /tmp/ruby/src/trunk/ext/socket/init.c
compiling /tmp/ruby/src/trunk/ext/socket/constants.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
compiling /tmp/ruby/src/trunk/ext/socket/basicsocket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
checking /tmp/ruby/src/trunk/parse.y and /tmp/ruby/src/trunk/ext/ripper/eventids2.c
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
compiling /tmp/ruby/src/trunk/ext/socket/socket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
compiling /tmp/ruby/src/trunk/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk/ext/socket/option.c
compiling /tmp/ruby/src/trunk/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk/ext/socket/raddrinfo.c
linking shared-object coverage.so
compiling /tmp/ruby/src/trunk/ext/socket/ifaddr.c
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
$$$[end] "make all -j16" exit with 0.
$$$[beg] make install -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
generating enc.mk
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common  /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j16 --jobserver-auth=4,5" --make-flags=" -j16 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk/bin
installing base libraries:          /tmp/ruby/install/trunk/lib
installing arch files:              /tmp/ruby/install/trunk/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk/bin
installing library scripts:         /tmp/ruby/install/trunk/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0
                                    abbrev 0.1.2
                                    base64 0.2.0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    csv 3.2.9
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    getoptlong 0.2.1
                                    ipaddr 1.2.6
                                    irb 1.11.0
                                    logger 1.6.0
                                    mutex_m 0.2.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    observer 0.1.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.19.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.2
                                    resolv 0.3.0
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2.dev.1
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.8
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0
                                    minitest 5.20.0
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.4
                                    net-imap 0.4.9.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.1
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
installing bundled gem cache:       /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j16" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j16'
PASS all 1871 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j16'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j16'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
Run options: 
  --seed=37829
  "--ruby=./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common  /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j16
  --exclude=rubygems/test_gem_package_task\.rb

# Running tests:

[  1/909] 462343=test_rdoc_generator_darkfish
[  2/909] 462382=test_error_highlight
[  3/909] 462330=test_resize
[  4/909] 462364=test_rdoc_comment
[  5/909] 462383=json_generic_object_test
[  6/909] 462375=test_gem_source_fetch_problem
[  7/909] 462379=test_http_request
[  8/909] 462354=test_coderange
[  9/909] 462360=test_symbol
[ 10/909] 462335=location_test
[ 11/909] 462350=test_mailto
[ 12/909] 462372=test_ractor_compatibility
[ 13/909] 462373=test_autoconf
[ 14/909] 462347=test_eval
[ 15/909] 462339=test_gem_console_ui
[ 16/909] 462369=test_date_ractor
[ 17/909] 462330=test_dir
[ 18/909] 462347=test_numeric
[ 19/909] 462354=test_member
[ 20/909] 462373=test_gem_commands_cleanup_command
[ 21/909] 462354=test_word
[ 22/909] 462354=test_cgi_multipart
[ 23/909] 462383=ruby_api_test
[ 24/909] 462350=test_find_executable
[ 25/909] 462360=test_symbol
[ 26/909] 462347=test_coder
[ 27/909] 462347=test_nofree
[ 28/909] 462350=test_gem_commands_pristine_command
[ 29/909] 462347=test_context
[ 30/909] 462379=test_unix
[ 31/909] 462379=test_lazy_enumerator
[ 32/909] 462335=test_enc_associate
[ 33/909] 462383=test_drbssl
[ 34/909] 462339=test_pkcs7
[ 35/909] 462364=test_gem_resolver_requirement_list
[ 36/909] 462375=test_arith_seq_beg_len_step
[ 37/909] 462354=test_function_entry
[ 38/909] 462354=test_have_macro
[ 39/909] 462330=test_gem_package
[ 40/909] 462375=test_resolve_symbol
[ 41/909] 462347=test_complex2
[ 42/909] 462382=test_enum
[ 43/909] 462369=test_gem_specification
[ 44/909] 462347=test_threadgroup
[ 45/909] 462375=test_gem_ci_detector
[ 46/909] 462375=test_rdoc_class_module
[ 47/909] 462339=test_bignum
[ 48/909] 462364=test_win32ole_variable
[ 49/909] 462364=test_io_wait_uncommon
[ 50/909] 462364=test_stringio
[ 51/909] 462372=test_arity
[ 52/909] 462372=test_trace
[ 53/909] 462372=ractor_test
[ 54/909] 462339=test_rdoc_generator_json_index
[ 55/909] 462364=test_time_tz
[ 56/909] 462343=test_win32ole_event
[ 57/909] 462343=test_gem_resolver_api_specification
[ 58/909] 462364=test_liberal_parsing
[ 59/909] 462372=test_win32ole_variant
[ 60/909] 462372=test_ipaddr
[ 61/909] 462364=test_rdoc_markup_to_ansi
[ 62/909] 462372=test_mixed_unicode_escapes
[ 63/909] 462372=test_history
[ 64/909] 462364=test_row
[ 65/909] 462379=test_rdoc_extend
[ 66/909] 462364=test_merge_keys
[ 67/909] 462364=test_read
[ 68/909] 462335=test_gem_source_lock
[ 69/909] 462339=test_gem
[ 70/909] 462372=test_dns
[ 71/909] 462364=test_gem_commands_open_command
[ 72/909] 462373=test_ractor
[ 73/909] 462343=test_cgi_core
[ 74/909] 462373=test_parser
[ 75/909] 462343=test_alias
[ 76/909] 462373=test_timeout
[ 77/909] 462354=test_unicode_normalize
[ 78/909] 462364=test_marshal
[ 79/909] 462379=test_strip
[ 80/909] 462379=test_weakref
[ 81/909] 462343=test_nonblock
[ 82/909] 462343=test_rb_str_dup
[ 83/909] 462343=test_reline_key
[ 84/909] 462335=test_ancdata
[ 85/909] 462335=test_singleton_function
[ 86/909] 462335=test_ssl
[ 87/909] 462379=json_ext_parser_test
[ 88/909] 462343=test_thread
[ 89/909] 462379=test_my_integer
[ 90/909] 462379=test_rendering
[ 91/909] 462379=test_ractor
[ 92/909] 462330=test_gem_request_set_lockfile_tokenizer
[ 93/909] 462375=test_stat
[ 94/909] 462375=test_syslog
[ 95/909] 462372=test_have_func
[ 96/909] 462375=test_nextafter
[ 97/909] 462330=test_capacity
[ 98/909] 462330=test_object_references
[ 99/909] 462330=test_usrmarshal
[100/909] 462347=test_gem_resolver_git_specification
[101/909] 462375=test_super
[102/909] 462382=test_rubyoptions
[103/909] 462364=test_cgi_modruby
[104/909] 462364=test_integer
[105/909] 462330=test_https_proxy
[106/909] 462360=test_call
[107/909] 462330=test_rubygems
[108/909] 462379=test_drbunix
[109/909] 462335=test_gem_commands_setup_command
[110/909] 462360=test_converters
[111/909] 462330=test_env
[112/909] 462350=test_rdoc_attr
[113/909] 462347=test_read_write
[114/909] 462360=test_dryrun
[115/909] 462373=desugar_compiler_test
[116/909] 462360=test_integer
[117/909] 462347=test_eval
[118/909] 462373=test_kconv
[119/909] 462360=json_generator_test
[120/909] 462373=test_transcode
[121/909] 462350=test_gem_safe_marshal
[122/909] 462375=test_gem_resolver_api_set
[123/909] 462360=test_config
[124/909] 462375=test_gem_resolver_vendor_set
[125/909] 462375=test_enumerable
[126/909] 462375=test_webauthn_listener
[127/909] 462373=test_lambda
[128/909] 462347=test_gem_request_set_gem_dependency_api
[129/909] 462373=test_ast
[130/909] 462375=test_helper
[131/909] 462375=test_random_formatter
[132/909] 462375=test_jaro_winkler
[133/909] 462375=test_update
[134/909] 462335=test_x509name
[135/909] 462375=test_fips
[136/909] 462335=test_rdoc_code_object
[137/909] 462360=test_x509store
[138/909] 462347=bom_test
[139/909] 462375=test_data_error
[140/909] 462347=test_file
[141/909] 462375=test_ostruct
[142/909] 462375=unescape_test
[143/909] 462360=test_udp
[144/909] 462360=test_vm_dump
[145/909] 462360=test_tmpdir
[146/909] 462360=test_rdoc_markup_document
[147/909] 462335=test_integer_comb
[148/909] 462350=test_write
[149/909] 462350=errors_test
[150/909] 462360=test_regexp
[151/909] 462339=test_gem_commands_check_command
[152/909] 462339=test_ts
[153/909] 462369=test_ensured
[154/909] 462369=test_addr
[155/909] 462372=test_locale
[156/909] 462350=library_symbols_test
[157/909] 462350=test_quote_char_nil
[158/909] 462369=test_rdoc_ri_paths
[159/909] 462350=test_project_sanity
[160/909] 462372=test_range
[161/909] 462350=test_pty
[162/909] 462369=test_dup
[163/909] 462369=test_constant
[164/909] 462339=test_gem_uri_formatter
[165/909] 462339=test_helper
[166/909] 462339=test_erb_command
[167/909] 462339=test_encoding
[168/909] 462350=test_arithmetic_sequence
[169/909] 462350=test_key_actor_emacs
[170/909] 462339=test_gem_gemcutter_utilities
[171/909] 462350=test_basicinstructions
[172/909] 462350=test_gem_command_manager
[173/909] 462372=version_test
[174/909] 462372=heredoc_dedent_test
[175/909] 462372=test_tuplebag
[176/909] 462375=test_cgi_header
[177/909] 462372=test_object
[178/909] 462375=test_rdoc_rd_block_parser
[179/909] 462350=test_signedness
[180/909] 462372=test_tsort
[181/909] 462375=test_ractor
[182/909] 462372=test_type
[183/909] 462372=test_func
[184/909] 462339=test_big5
[185/909] 462339=test_pointer
[186/909] 462375=test_quote_empty
[187/909] 462375=test_object
[188/909] 462364=test_ruby_lex
[189/909] 462330=test_date_arith
[190/909] 462330=test_gem_local_remote_options
[191/909] 462330=test_sleep
[192/909] 462364=test_change_word
[193/909] 462364=compiler_test
[194/909] 462375=test_flip
[195/909] 462364=test_timeout
[196/909] 462364=test_ossl
[197/909] 462375=test_normalize
[198/909] 462375=test_invalid
[199/909] 462375=test_fd_setsize
[200/909] 462375=test_continuation
[201/909] 462339=test_keyword
[202/909] 462375=test_class_name_check
[203/909] 462375=test_data_converters
[204/909] 462375=test_delete
[205/909] 462375=test_win32ole_method
[206/909] 462375=test_ractor
[207/909] 462375=test_placearg
[208/909] 462375=test_date_strptime
[209/909] 462375=test_rdoc_markup_hard_break
[210/909] 462375=test_gem_platform
[211/909] 462339=test_pkey_rsa
[212/909] 462354=test_weakkeymap
[213/909] 462375=test_gem_commands_push_command
[214/909] 462339=test_numhash
[215/909] 462372=test_rdoc_parser_markdown
[216/909] 462339=test_force_quotes
[217/909] 462339=test_import
[218/909] 462335=test_not
[219/909] 462335=test_gem_resolver_lock_set
[220/909] 462372=test_logger
[221/909] 462335=test_file_exhaustive
[222/909] 462372=test_files_test
[223/909] 462354=test_gem_update_suggestion
[224/909] 462372=test_tree_spell_checker
[225/909] 462372=test_http
[226/909] 462354=test_addrinfo
[227/909] 462354=test_bn
[228/909] 462375=test_win32ole_param_event
[229/909] 462375=test_path
[230/909] 462375=test_case_mapping
[231/909] 462354=test_compile_prism
[232/909] 462375=test_terminfo
[233/909] 462375=test_bug-14834
[234/909] 462375=test_getoptlong
[235/909] 462375=test_date_compat
[236/909] 462375=test_rdoc_markup_to_html
[237/909] 462379=test_gem_commands_update_command
[238/909] 462375=test_gem_resolver_vendor_specification
[239/909] 462375=test_key_event_record
[240/909] 462375=test_gem_uri
[241/909] 462354=test_random
[242/909] 462369=test_notimplement
[243/909] 462369=test_thread_cv
[244/909] 462354=test_lexer
[245/909] 462375=test_ssl_session
[246/909] 462354=test_rewind
[247/909] 462354=test_rdoc_generator_pot
[248/909] 462339=parameters_signature_test
[249/909] 462354=test_koi8
[250/909] 462354=test_enumerator
[251/909] 462354=test_rdoc_parser_changelog
[252/909] 462339=test_unicode
[253/909] 462339=test_rdoc_method_attr
[254/909] 462354=test_column_separator
[255/909] 462354=test_gem_gem_runner
[256/909] 462354=test_filter
[257/909] 462350=test_data
[258/909] 462354=test_name_error_extension
[259/909] 462339=test_rdoc_i18n_locale
[260/909] 462350=test_document
[261/909] 462354=test_euc_jp
[262/909] 462339=test_rdoc_generator_pot_po_entry
[263/909] 462350=test_acceptable
[264/909] 462354=test_gem_commands_yank_command
[265/909] 462339=test_win32ole_param
[266/909] 462339=test_pair
[267/909] 462350=test_rbconfig
[268/909] 462350=test_primitive
[269/909] 462350=test_human_typo
[270/909] 462350=test_key_stroke
[271/909] 462350=test_color
[272/909] 462369=json_encoding_test
[273/909] 462369=test_sockopt
[274/909] 462369=test_install
[275/909] 462350=test_rdoc_markup_to_label
[276/909] 462350=test_gem_resolver_local_specification
[277/909] 462350=test_httpheader
[278/909] 462350=test_drb
[279/909] 462369=test_rdoc_ri_driver
[280/909] 462375=test_encoding
[281/909] 462375=test_httpresponses
[282/909] 462375=test_set_len
[283/909] 462354=test_pinned
[284/909] 462375=test_rdoc_markup_pre_process
[285/909] 462354=test_printf
[286/909] 462354=test_time
[287/909] 462375=test_webauthn_listener_response
[288/909] 462375=test_to_ary_concat
[289/909] 462369=test_stream
[290/909] 462369=test_gem_commands_unpack_command
[291/909] 462354=test_files_lib
[292/909] 462379=test_beginendblock
[293/909] 462369=test_rdoc_markup_to_bs
[294/909] 462369=test_gem_bundler_version_finder
[295/909] 462369=test_emoji_breaks
[296/909] 462379=test_within_pipe
[297/909] 462379=test_fiber
[298/909] 462347=test_open3
[299/909] 462375=test_closure
[300/909] 462375=test_bundled_ca
[301/909] 462330=test_digest
[302/909] 462330=test_ractor
[303/909] 462330=test_gem_security
[304/909] 462343=test_rdoc_servlet
[305/909] 462343=test_recursion
[306/909] 462343=test_exit
[307/909] 462343=test_delegate
[308/909] 462343=test_drbobject
[309/909] 462343=test_popen_deadlock
[310/909] 462339=test_history
[311/909] 462339=test_date_marshal
[312/909] 462339=test_mkmf
[313/909] 462339=test_append
[314/909] 462339=test_option
[315/909] 462339=test_cmethod
[316/909] 462339=test_variable_name_check
[317/909] 462375=test_io_m17n
[318/909] 462339=test_did_you_mean
[319/909] 462339=test_gem_commands_server_command
[320/909] 462339=test_interned_str
[321/909] 462339=test_case_comprehensive
[322/909] 462369=test_gem_commands_build_command
[323/909] 462343=test_scheduler
[324/909] 462369=test_class
[325/909] 462369=test_ocsp
[326/909] 462343=test_pkey_dsa
[327/909] 462347=test_iseq
[328/909] 462364=test_exception_at_throwing
[329/909] 462364=test_rdoc_markup_heading
[330/909] 462364=test_rdoc_markup_include
[331/909] 462364=test_sexp
[332/909] 462364=fuzzer_test
[333/909] 462364=test_inputs_scanner
[334/909] 462364=test_variable
[335/909] 462369=test_struct
[336/909] 462369=test_rdoc_markup_to_html_snippet
[337/909] 462364=magic_comment_test
[338/909] 462364=test_cparser
[339/909] 462369=test_pkg_config
[340/909] 462369=test_unconverted_fields
[341/909] 462369=test_config
[342/909] 462369=memsize_test
[343/909] 462369=test_nomethod_error
[344/909] 462369=json_parser_test
[345/909] 462369=test_dln
[346/909] 462369=test_gem_source_subpath_problem
[347/909] 462347=json_common_interface_test
[348/909] 462343=test_win32ole_variant_outarg
[349/909] 462343=test_rdoc_rd_inline
[350/909] 462343=test_x509req
[351/909] 462347=test_mutex
[352/909] 462369=test_set
[353/909] 462369=test_gem_path_support
[354/909] 462369=test_struct
[355/909] 462375=test_files_test_1
[356/909] 462369=test_deprecated
[357/909] 462369=test_color_printer
[358/909] 462343=test_patterns
[359/909] 462369=test_serialize_subclasses
[360/909] 462369=test_insns_leaf
[361/909] 462369=test_key_error
[362/909] 462369=test_win32ole_variant_m
[363/909] 462369=test_engine
[364/909] 462369=test_div
[365/909] 462369=test_windows_1252
[366/909] 462369=test_input_method
[367/909] 462343=test_process
[368/909] 462343=test_signal
[369/909] 462369=test_fixnum
[370/909] 462382=test_x509crl
[371/909] 462369=test_cgi_session
[372/909] 462369=test_rdoc_rd
[373/909] 462369=test_metaclass
[374/909] 462369=test_rdoc_top_level
[375/909] 462364=test_dir_m17n
[376/909] 462382=test_gem_resolver_installer_set
[377/909] 462335=test_refinement
[378/909] 462369=test_gem_commands_signout_command
[379/909] 462369=test_regex_casefold
[380/909] 462382=test_gem_source_git
[381/909] 462347=test_float
[382/909] 462369=test_cgi_cookie
[383/909] 462369=test_require
[384/909] 462382=test_header
[385/909] 462382=test_storage
[386/909] 462382=test_gem_resolver_git_set
[387/909] 462354=test_cipher
[388/909] 462354=test_gem_security_signer
[389/909] 462364=test_new
[390/909] 462364=test_shellwords
[391/909] 462364=test_mutex_m
[392/909] 462364=test_debug
[393/909] 462364=test_memory_view
[394/909] 462364=pattern_test
[395/909] 462364=test_string
[396/909] 462364=test_iterator
[397/909] 462354=test_omap
[398/909] 462354=test_digest_extend
[399/909] 462382=test_evaluation
[400/909] 462354=test_https
[401/909] 462364=test_gem_ext_builder
[402/909] 462382=test_rdoc_parser_simple
[403/909] 462382=test_yamldbm
[404/909] 462382=test_load
[405/909] 462382=test_abi
[406/909] 462382=test_provider
[407/909] 462354=test_gem_commands_outdated_command
[408/909] 462343=test_gem_package_tar_writer
[409/909] 462354=test_array
[410/909] 462343=test_gem_source
[411/909] 462382=test_scalar_scanner
[412/909] 462382=test_bigdecimal_util
[413/909] 462382=test_win32ole_method_event
[414/909] 462382=test_nesting_parser
[415/909] 462379=test_gem_dependency_list
[416/909] 462347=test_benchmark
[417/909] 462330=test_assembler
[418/909] 462330=test_spell_checker
[419/909] 462330=test_propertyputref
[420/909] 462330=attribute_write_test
[421/909] 462382=test_rational2
[422/909] 462350=test_rational
[423/909] 462382=test_completion
[424/909] 462379=test_gem_commands_cert_command
[425/909] 462350=test_len
[426/909] 462350=test_yield_block
[427/909] 462330=test_x509ext
[428/909] 462330=test_erb
[429/909] 462350=test_gem_source_installed
[430/909] 462350=test_parser
[431/909] 462350=test_arith_seq_extract
[432/909] 462343=test_method_name_check
[433/909] 462330=test_gem_request_set
[434/909] 462343=test_module
[435/909] 462350=test_gem_ext_cargo_builder
[436/909] 462350=test_ssl
[437/909] 462364=constant_path_node_test
[438/909] 462364=test_instrumentation_api
[439/909] 462360=test_stringify_symbols
[440/909] 462360=test_acl
[441/909] 462360=test_boolean
[442/909] 462360=test_rdoc_generator_markup
[443/909] 462360=test_cmd
[444/909] 462330=test_whileuntil
[445/909] 462330=test_buffered_io
[446/909] 462330=test_monitor
[447/909] 462382=test_configuration
[448/909] 462382=test_rubyvm
[449/909] 462382=test_gem_version
[450/909] 462330=test_cesu8
[451/909] 462330=test_econv
[452/909] 462382=test_rdoc_options
[453/909] 462347=test_fileutils
[454/909] 462372=test_string_processing
[455/909] 462372=test_ldap
[456/909] 462372=test_resource
[457/909] 462372=test_gem_commands_signin_command
[458/909] 462382=test_emitter
[459/909] 462382=test_gem_commands_list_command
[460/909] 462382=test_stack
[461/909] 462369=test_rdoc_include
[462/909] 462360=test_reqarg
[463/909] 462375=test_too_many_dummy_encodings
[464/909] 462369=test_parse
[465/909] 462360=test_mdns
[466/909] 462360=test_gem_remote_fetcher
[467/909] 462375=test_scanner_events
[468/909] 462375=test_gem_resolver_installed_specification
[469/909] 462375=test_frozen_error
[470/909] 462375=test_gem_stub_specification
[471/909] 462372=test_method_cache
[472/909] 462372=test_observer
[473/909] 462372=test_gem_ext_ext_conf_builder
[474/909] 462375=test_complex
[475/909] 462369=test_gem_commands_search_command
[476/909] 462383=test_rdoc_markup_verbatim
[477/909] 462369=test_inlinecache
[478/909] 462335=test_path_to_class
[479/909] 462335=test_gem_dependency
[480/909] 462369=test_gem_resolver_specification
[481/909] 462347=test_load
[482/909] 462347=json_string_matching_test
[483/909] 462369=test_features
[484/909] 462347=test_const
[485/909] 462347=test_class
[486/909] 462383=test_rdoc_normal_class
[487/909] 462343=test_asn1
[488/909] 462375=test_random
[489/909] 462375=test_irb
[490/909] 462343=test_date_strftime
[491/909] 462335=test_rdoc_parser_rd
[492/909] 462383=test_yamlstore
[493/909] 462335=test_gem_installer
[494/909] 462383=test_duplicate
[495/909] 462383=test_basicsocket
[496/909] 462369=test_utf32
[497/909] 462383=test_prettyprint
[498/909] 462369=test_tracepoint
[499/909] 462383=test_rdoc_markup
[500/909] 462383=test_gem_commands_help_command
[501/909] 462330=test_internal_ivar
[502/909] 462330=test_gem_resolver_index_specification
[503/909] 462330=test_queue
[504/909] 462330=test_function
[505/909] 462379=test_tempfile
[506/909] 462383=parse_comments_test
[507/909] 462375=test_noarg
[508/909] 462383=test_fiddle
[509/909] 462330=test_wss
[510/909] 462375=test_ractor
[511/909] 462330=test_find
[512/909] 462330=test_marshalable
[513/909] 462330=test_digest
[514/909] 462369=test_gem_commands_contents_command
[515/909] 462343=test_gem_ext_cmake_builder
[516/909] 462383=test_require
[517/909] 462343=test_cgi_util
[518/909] 462375=test_rdoc_constant
[519/909] 462369=test_deprecate
[520/909] 462369=test_bash_completion
[521/909] 462369=test_formatter
[522/909] 462369=test_recorder
[523/909] 462369=test_gem_commands_owner_command
[524/909] 462375=test_gem_source_vendor
[525/909] 462375=test_gem_package_tar_reader
[526/909] 462379=regexp_test
[527/909] 462343=test_coverage
[528/909] 462375=test_rdoc_encoding
[529/909] 462382=test_pathname
[530/909] 462379=test_init
[531/909] 462375=test_complexrational
[532/909] 462375=test_modify_expand
[533/909] 462375=test_rdoc_any_method
[534/909] 462372=test_gem_available_set
[535/909] 462382=test_rdoc_markdown
[536/909] 462379=test_file
[537/909] 462379=test_thread_queue
[538/909] 462372=test_nowrite
[539/909] 462372=test_rdoc_markup_formatter
[540/909] 462372=test_euc_tw
[541/909] 462372=test_ractor
[542/909] 462372=test_rinda
[543/909] 462369=test_bmethod
[544/909] 462369=test_ansi_without_terminfo
[545/909] 462369=test_gem_commands_sources_command
[546/909] 462330=test_big2str
[547/909] 462330=test_forwardable
[548/909] 462375=test_yaml
[549/909] 462382=test_handle
[550/909] 462330=test_wait
[551/909] 462364=test_class2name
[552/909] 462364=test_gbk
[553/909] 462364=test_enc_str_buf_cat
[554/909] 462330=test_cstr
[555/909] 462364=test_pstore
[556/909] 462375=test_profile_frames
[557/909] 462364=test_io_timeout
[558/909] 462364=json_fixtures_test
[559/909] 462369=test_shapes
[560/909] 462364=test_comparable
[561/909] 462369=test_rdoc_parser_c
[562/909] 462364=test_readpartial
[563/909] 462375=test_clone
[564/909] 462343=test_gem_commands_install_command
[565/909] 462382=test_rdoc_require
[566/909] 462375=locals_test
[567/909] 462382=test_rdoc_markup_indented_paragraph
[568/909] 462383=test_gem_resolver_conflict
[569/909] 462382=test_rdoc_task
[570/909] 462382=test_io_buffer
[571/909] 462383=test_backtrace
[572/909] 462360=test_pack
[573/909] 462369=test_rdoc_alias
[574/909] 462360=test_yield
[575/909] 462369=test_convertible
[576/909] 462382=test_convert
[577/909] 462364=test_stringscanner
[578/909] 462382=test_files_sample
[579/909] 462364=test_rdoc_markup_to_html_crossref
[580/909] 462382=test_typeddata
[581/909] 462330=test_gem_resolver_best_set
[582/909] 462375=encoding_test
[583/909] 462330=test_rat
[584/909] 462375=test_webauthn_poller
[585/909] 462330=test_rdoc_markup_raw
[586/909] 462382=test_array
[587/909] 462382=test_optparse
[588/909] 462382=test_fstring
[589/909] 462364=test_etc
[590/909] 462330=test_yjit_exit_locations
[591/909] 462375=test_protocol
[592/909] 462382=test_getopts
[593/909] 462382=test_gem_resolver_activation_request
[594/909] 462364=test_gem_config_file
[595/909] 462382=test_ripper
[596/909] 462330=test_gem_package_tar_header
[597/909] 462330=test_iseq_load
[598/909] 462364=test_gem_util
[599/909] 462375=test_bigzero
[600/909] 462375=test_pkey_dh
[601/909] 462375=test_system
[602/909] 462382=test_pkcs12
[603/909] 462364=test_rendering
[604/909] 462364=test_case
[605/909] 462364=test_sizeof
[606/909] 462383=test_face
[607/909] 462383=test_io
[608/909] 462372=test_unicode_escape
[609/909] 462382=test_autoload
[610/909] 462372=test_utf16
[611/909] 462343=test_sleep
[612/909] 462372=test_config
[613/909] 462372=test_libs
[614/909] 462372=test_gc
[615/909] 462372=test_math
[616/909] 462372=test_gem_commands_fetch_command
[617/909] 462372=test_yaml_tree
[618/909] 462330=test_cp949
[619/909] 462372=test_condition
[620/909] 462330=test_gem_source_specific_file
[621/909] 462347=test_foreach
[622/909] 462372=test_gem_commands_uninstall_command
[623/909] 462347=test_gem_unsatisfiable_dependency_error
[624/909] 462347=test_win32ole_record
[625/909] 462347=test_emoji
[626/909] 462347=test_win32ole_type_event
[627/909] 462347=test_sorted_set
[628/909] 462330=test_hash
[629/909] 462375=test_ubf_async_safe
[630/909] 462375=test_io
[631/909] 462347=test_ellipsize
[632/909] 462347=test_date_attr
[633/909] 462347=test_gem_commands_exec_command
[634/909] 462375=test_io_wait
[635/909] 462372=test_kwargs
[636/909] 462372=test_type_completor
[637/909] 462372=test_console_attr
[638/909] 462372=test_summary
[639/909] 462372=test_euc_kr
[640/909] 462375=test_rdoc_context_section
[641/909] 462372=test_ftp
[642/909] 462375=test_pattern_key_name_check
[643/909] 462372=test_to_ruby
[644/909] 462375=test_gem_impossible_dependencies_error
[645/909] 462375=test_pack
[646/909] 462372=test_array_create
[647/909] 462372=test_method
[648/909] 462350=test_gem_commands_query_command
[649/909] 462375=test_rdoc_rubygems_hook
[650/909] 462375=test_skip_lines
[651/909] 462375=test_base64
[652/909] 462375=test_gem_commands_stale_command
[653/909] 462375=test_c_struct_entry
[654/909] 462360=test_remote_fetch_error
[655/909] 462360=test_have_library
[656/909] 462347=test_set
[657/909] 462347=test_string_memory
[658/909] 462347=test_gem_requirement
[659/909] 462343=test_sprintf
[660/909] 462379=comments_test
[661/909] 462379=test_gem_security_trust_dir
[662/909] 462350=test_objspace
[663/909] 462335=test_line_editor
[664/909] 462379=test_general
[665/909] 462347=test_undef
[666/909] 462347=test_framework
[667/909] 462347=test_ns_spki
[668/909] 462335=test_kill_ring
[669/909] 462335=test_argf
[670/909] 462347=test_ws
[671/909] 462343=test_m17n
[672/909] 462347=test_gem_commands_environment_command
[673/909] 462379=test_workspace
[674/909] 462375=test_weakmap
[675/909] 462343=test_debug_cmd
[676/909] 462347=test_yjit
[677/909] 462343=test_raise_exception
[678/909] 462379=test_gem_request_set_lockfile
[679/909] 462379=test_win32ole_typelib
[680/909] 462379=test_protect
[681/909] 462379=test_hash
[682/909] 462379=test_gem_resolver_dependency_request
[683/909] 462379=test_tree_builder
[684/909] 462379=test_external_new
[685/909] 462343=test_postponed_job
[686/909] 462379=test_alias_and_anchor
[687/909] 462379=ripper_compat_test
[688/909] 462379=test_common
[689/909] 462364=test_gem_spec_fetcher
[690/909] 462360=test_gem_command
[691/909] 462379=test_key_actor_vi
[692/909] 462360=test_bug-3571
[693/909] 462343=test_ifunless
[694/909] 462343=test_assignment
[695/909] 462379=test_gem_commands_lock_command
[696/909] 462360=test_numeric
[697/909] 462364=test_rdoc_tom_doc
[698/909] 462379=test_rdoc_markup_to_tt_only
[699/909] 462364=test_hmac
[700/909] 462364=test_exception
[701/909] 462364=test_zsh_completion
[702/909] 462364=test_iter_break
[703/909] 462379=test_macro
[704/909] 462364=test_pp
[705/909] 462379=test_gem_ext_configure_builder
[706/909] 462360=test_frozen
[707/909] 462360=test_verbose
[708/909] 462364=test_rdoc_single_class
[709/909] 462364=test_num2int
[710/909] 462360=test_nil
[711/909] 462364=test_gem_source_list
[712/909] 462360=test_optarg
[713/909] 462360=test_yaml_special_cases
[714/909] 462360=test_config
[715/909] 462379=test_address_resolve
[716/909] 462379=test_rdoc_token_stream
[717/909] 462379=dispatcher_test
[718/909] 462360=test_eval_history
[719/909] 462364=test_kernel
[720/909] 462379=test_kdf
[721/909] 462360=test_gem_doctor
[722/909] 462360=test_gem_silent_ui
[723/909] 462379=test_emitter
[724/909] 462379=test_bug-5832
[725/909] 462379=test_files_ext
[726/909] 462360=test_abbrev
[727/909] 462360=test_at_exit
[728/909] 462360=test_date
[729/909] 462360=test_gem_rdoc
[730/909] 462379=test_gem_ext_cargo_builder_unit
[731/909] 462379=test_object_create_start
[732/909] 462379=test_rdoc_markup_paragraph
[733/909] 462379=test_psych
[734/909] 462379=test_enc_raise
[735/909] 462379=!Nothing_to_test
[736/909] 462379=test_pkey_ec
[737/909] 462360=test_pipe
[738/909] 462379=test_trick
[739/909] 462360=test_thread
[740/909] 462360=test_date_parse
[741/909] 462369=test_rdoc_markup_attributes
[742/909] 462369=test_rdoc_rd_inline_parser
[743/909] 462369=test_rdoc_markup_to_rdoc
[744/909] 462369=test_bigmath
[745/909] 462369=test_default_gems
[746/909] 462360=test_win32ole_type
[747/909] 462360=test_null
[748/909] 462360=test_encodings
[749/909] 462369=test_mul
[750/909] 462364=test_svcb_https
[751/909] 462369=test_buffering
[752/909] 462364=test_gb18030
[753/909] 462364=test_gem_uninstaller
[754/909] 462369=test_rdoc_rdoc
[755/909] 462369=test_windows_1251
[756/909] 462369=test_time
[757/909] 462369=test_rdoc_i18n_text
[758/909] 462369=test_defined
[759/909] 462369=test_backtrace
[760/909] 462369=test_key_name_check
[761/909] 462369=test_io_buffer
[762/909] 462360=test_fnmatch
[763/909] 462369=test_files_test_2
[764/909] 462360=test_folderitem2_invokeverb
[765/909] 462360=test_require_path_check
[766/909] 462360=test_rdoc_markup_parser
[767/909] 462360=test_gem_validator
[768/909] 462360=test_row_separator
[769/909] 462360=test_gem_resolver_index_set
[770/909] 462360=test_gem_package_old
[771/909] 462360=test_proc
[772/909] 462343=test_string
[773/909] 462382=test_gc_compact
[774/909] 462330=test_erb_m17n
[775/909] 462330=test_ole_methods
[776/909] 462330=test_optimization
[777/909] 462364=test_date_conv
[778/909] 462364=test_cgi_tag_helper
[779/909] 462364=test_zlib
[780/909] 462354=test_egrep_cpp
[781/909] 462360=test_rdoc_parser
[782/909] 462360=test_qsort
[783/909] 462354=test_gem_dependency_resolution_error
[784/909] 462360=json_addition_test
[785/909] 462354=test_gem_request_set_lockfile_parser
[786/909] 462360=test_depth_first
[787/909] 462360=test_raise
[788/909] 462360=test_x509attr
[789/909] 462360=test_rdoc_store
[790/909] 462354=test_string
[791/909] 462354=test_pattern_matching
[792/909] 462354=test_rdoc_stats
[793/909] 462354=test_rdoc_markup_to_markdown
[794/909] 462354=test_json_tree
[795/909] 462354=test_rdoc_generator_pot_po
[796/909] 462354=test_ansi_with_terminfo
[797/909] 462379=test_ractor
[798/909] 462379=test_m17n_comb
[799/909] 462354=test_memory_view
[800/909] 462335=test_gem_request_connection_pools
[801/909] 462360=test_grapheme_breaks
[802/909] 462360=test_gem_version_option
[803/909] 462360=test_cclass
[804/909] 462360=test_reline
[805/909] 462354=test_parser_events
[806/909] 462354=test_pkey
[807/909] 462354=test_case
[808/909] 462354=test_socket
[809/909] 462360=test_thread
[810/909] 462360=test_objectspace
[811/909] 462335=test_rdoc_markup_to_table_of_contents
[812/909] 462335=test_str2big
[813/909] 462335=test_c_struct_builder
[814/909] 462354=test_dot_dot
[815/909] 462354=test_literal
[816/909] 462335=test_gem_stream_ui
[817/909] 462335=test_rdoc_generator_ri
[818/909] 462335=test_extlibs
[819/909] 462360=test_require_lib
[820/909] 462372=parse_test
[821/909] 462382=test_gem_install_update_options
[822/909] 462369=test_severity
[823/909] 462369=test_ractor
[824/909] 462354=test_rand
[825/909] 462369=test_gem_name_tuple
[826/909] 462369=test_gem_package_tar_reader_entry
[827/909] 462382=test_bug_reporter
[828/909] 462369=test_exception
[829/909] 462354=test_store
[830/909] 462382=test_case_options
[831/909] 462382=test_gem_dependency_installer
[832/909] 462379=test_scalar
[833/909] 462379=test_gem_commands_info_command
[834/909] 462379=test_general
[835/909] 462354=test_rdoc_cross_reference
[836/909] 462379=test_settracefunc
[837/909] 462375=test_gem_text
[838/909] 462375=test_enumerator_kw
[839/909] 462375=test_nkf
[840/909] 462383=test_scan_args
[841/909] 462383=test_delegation
[842/909] 462383=test_generic
[843/909] 462354=test_win32ole
[844/909] 462354=test_sprintf_comb
[845/909] 462383=test_gem_request
[846/909] 462375=test_method_cache
[847/909] 462375=test_gem_commands_mirror
[848/909] 462375=test_gem_ext_cargo_builder_link_flag_converter
[849/909] 462354=test_name_error
[850/909] 462375=test_rdoc_markup_attribute_manager
[851/909] 462375=test_gem_resolver_composed_set
[852/909] 462383=test_safe_load
[853/909] 462383=test_table
[854/909] 462375=test_gem_resolver
[855/909] 462354=test_gem_commands_dependency_command
[856/909] 462383=test_bigdecimal
[857/909] 462354=test_gem_commands_specification_command
[858/909] 462335=test_enumerator
[859/909] 462375=test_inadvertent_creation
[860/909] 462354=test_flags
[861/909] 462375=test_shift_jis
[862/909] 462375=test_gem_commands_which_command
[863/909] 462347=test_http
[864/909] 462347=test_date_new
[865/909] 462347=test_data
[866/909] 462375=test_rdoc_markup_to_joined_paragraph
[867/909] 462347=test_date_time
[868/909] 462375=test_require
[869/909] 462375=test_syntax
[870/909] 462347=test_rdoc_text
[871/909] 462379=test_iso_8859
[872/909] 462379=test_tcp
[873/909] 462347=test_stream
[874/909] 462347=test_nil2vtempty
[875/909] 462347=test_rdoc_context
[876/909] 462379=test_httpresponse
[877/909] 462379=test_open-uri
[878/909] 462364=test_rdoc_parser_ruby
[879/909] 462354=test_thread_fd_close
[880/909] 462354=test_syslog_logger
[881/909] 462347=test_passing_block
[882/909] 462347=test_hash_create
[883/909] 462347=test_stringchar
[884/909] 462347=test_uncorrectable_name_check
[885/909] 462347=newline_test
[886/909] 462354=test_switch_hitter
[887/909] 462354=test_io_console
[888/909] 462379=test_singleton
[889/909] 462379=test_flush
[890/909] 462379=test_rdoc_normal_module
[891/909] 462347=test_c_union_entity
[892/909] 462379=test_rdoc_markdown_test
[893/909] 462372=test_each
[894/909] 462347=test_logperiod
[895/909] 462347=test_securerandom
[896/909] 462372=test_gc
[897/909] 462347=test_x509cert
[898/909] 462382=test_err_in_callback
[899/909] 462382=test_gem_resolver_lock_specification
[900/909] 462364=test_logdevice
[901/909] 462382=test_gem_ext_rake_builder
[902/909] 462383=test_arity
[903/909] 462383=test_gem_security_policy
[904/909] 462347=test_gem_source_local
[905/909] 462360=test_pack
[906/909] 462383=test_show_source
[907/909] 462330=test_process
[908/909] 462347=test_last_thread
[909/909] 462383=test_read
Finished tests in 47.211162s, 573.8897 tests/s, 202776.2191 assertions/s.
27094 tests, 9573301 assertions, 0 failures, 0 errors, 210 skips

ruby -v: ruby 3.4.0dev (2024-01-09T07:07:19Z master db476cc71c) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-01-09T07:07:19Z master db476cc71c) [x86_64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .........................................................................
  3723 .....

Finished in 59.014058 seconds

3728 files, 32876 examples, 233558 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j16'" exit with 0.
raw logfile