# Logfile created on 2024-02-13 17:25:01 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000564f21f7da48 @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-O0", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-O0", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-O0", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-O0", @configure_opts=["optflags=-O0"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @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-O0.20240213-172501", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000564f2201f2f8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000564f2201f1b8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000564f2201f000 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240213-172501", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240213-172501>, @binmode=false, @mon_data=#<Monitor:0x0000564f2201ef10>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   d357d50..fdaef7a  master     -> origin/master
Updating d357d50..fdaef7a
Fast-forward
 benchmark/vm_method_splat_calls2.yml |   2 +
 bootstraptest/test_yjit.rb           |  11 ++
 internal/string.h                    |   1 +
 parse.y                              |  33 +++-
 prism_compile.c                      | 325 ++++++++++++++++++++---------------
 ruby_parser.c                        |  16 ++
 rubyparser.h                         |   4 +
 string.c                             |   6 +
 test/ruby/test_syntax.rb             |  15 ++
 universal_parser.c                   |   4 +
 vm_args.c                            |   9 +-
 yjit/bindgen/src/main.rs             |   1 +
 yjit/src/codegen.rs                  |  36 +++-
 yjit/src/cruby_bindings.inc.rs       |   1 +
 14 files changed, 316 insertions(+), 148 deletions(-)
Latest commit hash = fdaef7a72e
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating node_name.inc
generating parse.c
generating /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
extracting ripper.y from ../../parse.y
generating eventids1.c from ../../parse.y
/tmp/ruby/src/trunk-O0/revision.h updated
generating eventids1.h from ../../parse.y
generating x86_64-linux-fake.rb
compiling compiler ripper.y
generating ripper_init.c from ./ripper_init.c.tmpl
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating /tmp/ruby/src/trunk-O0/ext/ripper/ripper_init.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.h
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.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-O0/miniinit.c
compiling /tmp/ruby/src/trunk-O0/array.c
compiling /tmp/ruby/src/trunk-O0/ast.c
compiling /tmp/ruby/src/trunk-O0/bignum.c
compiling /tmp/ruby/src/trunk-O0/class.c
compiling /tmp/ruby/src/trunk-O0/compar.c
compiling /tmp/ruby/src/trunk-O0/compile.c
compiling /tmp/ruby/src/trunk-O0/complex.c
compiling /tmp/ruby/src/trunk-O0/cont.c
compiling /tmp/ruby/src/trunk-O0/debug.c
compiling /tmp/ruby/src/trunk-O0/dir.c
compiling /tmp/ruby/src/trunk-O0/encoding.c
compiling /tmp/ruby/src/trunk-O0/enumerator.c
compiling /tmp/ruby/src/trunk-O0/error.c
compiling /tmp/ruby/src/trunk-O0/eval.c
compiling /tmp/ruby/src/trunk-O0/file.c
compiling /tmp/ruby/src/trunk-O0/gc.c
compiling /tmp/ruby/src/trunk-O0/hash.c
compiling /tmp/ruby/src/trunk-O0/io.c
compiling /tmp/ruby/src/trunk-O0/io_buffer.c
compiling /tmp/ruby/src/trunk-O0/iseq.c
compiling /tmp/ruby/src/trunk-O0/load.c
compiling /tmp/ruby/src/trunk-O0/marshal.c
compiling /tmp/ruby/src/trunk-O0/memory_view.c
compiling /tmp/ruby/src/trunk-O0/rjit.c
compiling /tmp/ruby/src/trunk-O0/rjit_c.c
compiling /tmp/ruby/src/trunk-O0/node.c
compiling /tmp/ruby/src/trunk-O0/node_dump.c
compiling /tmp/ruby/src/trunk-O0/numeric.c
compiling /tmp/ruby/src/trunk-O0/object.c
compiling /tmp/ruby/src/trunk-O0/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-O0/proc.c
compiling /tmp/ruby/src/trunk-O0/process.c
compiling /tmp/ruby/src/trunk-O0/ractor.c
compiling /tmp/ruby/src/trunk-O0/random.c
compiling /tmp/ruby/src/trunk-O0/range.c
compiling /tmp/ruby/src/trunk-O0/rational.c
compiling /tmp/ruby/src/trunk-O0/re.c
compiling /tmp/ruby/src/trunk-O0/ruby.c
compiling /tmp/ruby/src/trunk-O0/ruby_parser.c
compiling /tmp/ruby/src/trunk-O0/scheduler.c
compiling /tmp/ruby/src/trunk-O0/shape.c
compiling /tmp/ruby/src/trunk-O0/signal.c
compiling /tmp/ruby/src/trunk-O0/sprintf.c
compiling /tmp/ruby/src/trunk-O0/strftime.c
compiling /tmp/ruby/src/trunk-O0/string.c
compiling /tmp/ruby/src/trunk-O0/struct.c
compiling /tmp/ruby/src/trunk-O0/symbol.c
compiling /tmp/ruby/src/trunk-O0/thread.c
compiling /tmp/ruby/src/trunk-O0/time.c
compiling /tmp/ruby/src/trunk-O0/transcode.c
compiling /tmp/ruby/src/trunk-O0/variable.c
compiling /tmp/ruby/src/trunk-O0/version.c
compiling /tmp/ruby/src/trunk-O0/vm.c
compiling /tmp/ruby/src/trunk-O0/vm_backtrace.c
compiling /tmp/ruby/src/trunk-O0/vm_dump.c
compiling /tmp/ruby/src/trunk-O0/vm_sync.c
compiling /tmp/ruby/src/trunk-O0/vm_trace.c
compiling /tmp/ruby/src/trunk-O0/weakmap.c
compiling /tmp/ruby/src/trunk-O0/yjit.c
building Rust YJIT (release mode)
touch yjit/target/release/libyjit.a
partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.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
3a51ccb1e338b325b07d3e9841bc41391fa96de9e2e2aaafd240c52ef7b55a5c  builtin_binary.inc
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.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 encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/string'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/capacity.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/cstr.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/fstring.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
compiling /tmp/ruby/src/trunk-O0/ext/coverage/coverage.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
linking shared-object -test-/string.so
linking shared-object coverage.so
compiling /tmp/ruby/src/trunk-O0/ext/objspace/object_tracing.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
compiling /tmp/ruby/src/trunk-O0/ext/socket/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/string'
compiling /tmp/ruby/src/trunk-O0/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpsocket.c
linking shared-object objspace.so
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpserver.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper_init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
compiling /tmp/ruby/src/trunk-O0/ext/socket/sockssocket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-O0/ext/socket/udpsocket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixserver.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
checking /tmp/ruby/src/trunk-O0/parse.y and /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-O0/ext/socket/option.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/raddrinfo.c
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
compiling /tmp/ruby/src/trunk-O0/ext/socket/ifaddr.c
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.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 encdb.h
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
generating enc.mk
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-O0/bin
installing base libraries:          /tmp/ruby/install/trunk-O0/lib
installing arch files:              /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    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
                                    ipaddr 1.2.6
                                    irb 1.11.2
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.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.22.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.2
                                    resolv 0.3.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-O0/lib/ruby/gems/3.4.0+0
                                    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
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.1.1
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    minitest 5.22.2
                                    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.10
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.4
                                    typeprof 0.21.10
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.6
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.0
                                    nkf 0.2.0
                                    syslog 0.1.2
                                    csv 3.2.8
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1892 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.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.

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

test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.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
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options: 
  --seed=25446
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4
  --exclude=rubygems/test_gem_package_task\.rb

# Running tests:

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

ruby -v: ruby 3.4.0dev (2024-02-13T17:16:36Z master fdaef7a72e) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.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
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-02-13T17:16:36Z master fdaef7a72e) [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 681.946351 seconds

3732 files, 32691 examples, 148669 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.
raw logfile