# Logfile created on 2024-01-17 16:00:12 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000056423e8019f8 @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-yjit", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-yjit", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-yjit", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-yjit", @configure_opts=["cppflags=-DYJIT_FORCE_ENABLE"], @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-yjit.20240117-160011", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000056423e88b298 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000056423e88b158 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000056423e88af78 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20240117-160011", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20240117-160011>, @binmode=false, @mon_data=#<Monitor:0x000056423e88aeb0>, @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
$$$[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
   afba09d..78ad91f  master     -> origin/master
Updating afba09d..78ad91f
Fast-forward
 prism/options.h                 |   6 +--
 prism/prism.c                   |  10 +---
 prism_compile.c                 | 109 ++++++++++++++++++++++++++++++++--------
 test/ruby/test_compile_prism.rb |  40 +++++++++++++++
 test/ruby/test_yjit.rb          |  34 ++++++++++++-
 yjit/src/codegen.rs             |  50 ++++++++++++------
 yjit/src/stats.rs               |   1 +
 7 files changed, 200 insertions(+), 50 deletions(-)
Latest commit hash = 78ad91f83f
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-yjit/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
$$$[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 = -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  
	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-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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-yjit/miniinit.c
compiling /tmp/ruby/src/trunk-yjit/ast.c
compiling /tmp/ruby/src/trunk-yjit/compile.c
compiling /tmp/ruby/src/trunk-yjit/cont.c
compiling /tmp/ruby/src/trunk-yjit/eval.c
compiling /tmp/ruby/src/trunk-yjit/gc.c
compiling /tmp/ruby/src/trunk-yjit/hash.c
compiling /tmp/ruby/src/trunk-yjit/iseq.c
compiling /tmp/ruby/src/trunk-yjit/load.c
compiling /tmp/ruby/src/trunk-yjit/rjit.c
compiling /tmp/ruby/src/trunk-yjit/rjit_c.c
compiling /tmp/ruby/src/trunk-yjit/proc.c
compiling /tmp/ruby/src/trunk-yjit/ruby.c
compiling /tmp/ruby/src/trunk-yjit/thread.c
compiling /tmp/ruby/src/trunk-yjit/version.c
compiling /tmp/ruby/src/trunk-yjit/vm.c
compiling /tmp/ruby/src/trunk-yjit/vm_backtrace.c
compiling /tmp/ruby/src/trunk-yjit/vm_dump.c
compiling /tmp/ruby/src/trunk-yjit/vm_trace.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-yjit/prism/api_pack.c
compiling /tmp/ruby/src/trunk-yjit/prism/extension.c
compiling prism/node.c
compiling /tmp/ruby/src/trunk-yjit/prism/options.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-yjit/prism/regexp.c
compiling prism/serialize.c
compiling /tmp/ruby/src/trunk-yjit/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-yjit/prism/prism.c
compiling /tmp/ruby/src/trunk-yjit/prism_init.c
compiling /tmp/ruby/src/trunk-yjit/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 = -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  
	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-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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
1ccf29a4d303e91b79316036c11de3b1b88e175b300faf6e8b5762ea7b3f5735  builtin_binary.inc
compiling /tmp/ruby/src/trunk-yjit/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 = -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  
	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-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-yjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
	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  
	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-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
generating encdb.h
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
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
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-yjit'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-yjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
./miniruby -I/tmp/ruby/src/trunk-yjit/lib -I. -I.ext/common  /tmp/ruby/src/trunk-yjit/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-yjit/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-yjit/bin
installing base libraries:          /tmp/ruby/install/trunk-yjit/lib
installing arch files:              /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-yjit/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-yjit/bin
installing library scripts:         /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-yjit/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-yjit/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.4.0+0
                                    abbrev 0.1.2
                                    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
                                    ipaddr 1.2.6
                                    irb 1.11.0
                                    logger 1.6.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-yjit/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-yjit/lib/ruby/gems/3.4.0+0
                                    minitest 5.21.1
                                    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
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
installing bundled gem cache:       /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1874 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 = -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  
	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-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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.

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-yjit/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-yjit/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-yjit/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-yjit/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-yjit/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-yjit/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-yjit/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-yjit/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-yjit/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-yjit/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-yjit/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-yjit/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-yjit/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-yjit/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-yjit/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-yjit/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-yjit/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-yjit/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-yjit/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-yjit/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-yjit/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 = -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  
	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-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-yjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
Run options: 
  --seed=40002
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-yjit/lib -I. -I.ext/common  /tmp/ruby/src/trunk-yjit/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-yjit/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4
  --exclude=rubygems/test_gem_package_task\.rb

# Running tests:

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

Retrying hung up testcases...
[ 1/19] DRbTests::TestDRbUNIXCore#test_04 = 0.12 s
[ 2/19] DRbTests::TestDRbUNIXCore#test_02_basic_object = 0.09 s
[ 3/19] DRbTests::TestDRbUNIXCore#test_05_eq = 0.09 s
[ 4/19] DRbTests::TestDRbUNIXCore#test_06_timeout = 2.23 s
[ 5/19] DRbTests::TestDRbUNIXCore#test_bad_uri = 0.13 s
[ 6/19] DRbTests::TestDRbUNIXCore#test_08_here = 0.14 s
[ 7/19] DRbTests::TestDRbUNIXCore#test_10_yield = 0.12 s
[ 8/19] DRbTests::TestDRbUNIXCore#test_10_yield_undumped = 0.09 s
[ 9/19] DRbTests::TestDRbUNIXCore#test_02_unknown = 0.10 s
[10/19] DRbTests::TestDRbUNIXCore#test_07_public_missing = 0.12 s
[11/19] DRbTests::TestDRbUNIXCore#test_07_protected_missing = 0.10 s
[12/19] DRbTests::TestDRbUNIXCore#test_07_private_missing = 0.09 s
[13/19] DRbTests::TestDRbUNIXCore#test_09_option = 0.08 s
[14/19] DRbTests::TestDRbUNIXCore#test_01 = 0.09 s
[15/19] DRbTests::TestDRbUNIXCore#test_03 = 0.09 s
[16/19] DRbTests::TestDRbUNIXCore#test_00_DRbObject = 0.08 s
[17/19] DRbTests::TestDRbUNIXCore#test_11_remote_no_method_error = 0.08 s
[18/19] DRbTests::TestDRbUNIXCore#test_01_02_loop = 0.08 s
[19/19] DRbTests::TestDRbUNIXCore#test_07_send_missing = 0.12 s
Finished tests in 469.233533s, 57.7133 tests/s, 20419.4358 assertions/s.
27081 tests, 9581484 assertions, 0 failures, 0 errors, 228 skips

ruby -v: ruby 3.4.0dev (2024-01-17T15:57:19Z master 78ad91f83f) +YJIT [x86_64-linux]
$$$ #<Timeout::Error: execution expired>
### enter analyzing mode for stuck processes

$$$ ps jx
   PPID     PID    PGID     SID TTY        TPGID STAT   UID   TIME COMMAND
     11      12      12      12 ?             -1 Ss    1001   0:00 sh build-loop.sh trunk-yjit --incremental --process-num=4
     12  810147      12      12 ?             -1 Sl    1001   0:00 ruby ./br.rb build_report trunk-yjit --incremental --process-num=4
 810147  810150      12      12 ?             -1 Sl    1001   0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-yjit --logfile=/home/ko1/ruby/logs/brlog.trunk-yjit.20240117-160011 --root_dir=/tmp/ruby --timeout=10800 --configure_opts=cppflags=-DYJIT_FORCE_ENABLE --incremental --process-num=4
 810150  850800      12      12 ?             -1 Z     1001   0:00 [sh] <defunct>
      1  863342      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-yjit/ruby /tmp/ruby/src/trunk-yjit/test/drb/ut_drb_drbunix.rb drbunix:/tmp/druby851125.0 ut_drb_drbunix.rb
 810150  950667      12      12 ?             -1 R     1001   0:00 ps jx
{11=>[12], 12=>[810147], 810147=>[810150], 810150=>[850800, 950667], 1=>[863342]}
$ timeout 60 gdb -p 850800 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

$ timeout 60 gdb -p 950667 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
raw logfile