# Logfile created on 2025-01-16 00:31:38 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007fe5f519fdd8 @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'", @spec_opts="-j", @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.20250116-003138", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007fe5f51c1c08 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fe5f51c18c0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fe5f50da6a0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20250116-003138", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20250116-003138>, @binmode=false, @mon_data=#<Monitor:0x00007fe5f51c1640>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f
echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/pstore.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/pstore.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src      -j4
Already up to date.
Latest commit hash = 91918bb01f
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f
echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/pstore.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/pstore.revision unchanged
/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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -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   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	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 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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/version.c
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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -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   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	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 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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
ae4db3fa410991261f4203ac62ff7aa8eb3959967203d43e69af30c1ea1423fe  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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -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   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	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 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '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/digest'
make[2]: Entering 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/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
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]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
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/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering 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/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/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]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.2.0/ext/syslog'
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
Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -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   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	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
echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/pstore.revision -
generating encdb.h
generating enc.mk
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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.

/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/pstore.revision unchanged
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 '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/digest'
make[2]: Entering 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/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/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
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/pathname'
make[2]: Entering 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/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
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/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.2.0/ext/syslog'
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 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.5.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.5.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.5.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.5.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-3.5.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/3.5.0+0
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.5.0+0
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.5.0+0
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-3.5.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-yjit/bin
installing library scripts:         /tmp/ruby/install/trunk-yjit/lib/ruby/3.5.0+0
installing common headers:          /tmp/ruby/install/trunk-yjit/include/ruby-3.5.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.5.0+0
                                    bundler 2.7.0.dev
                                    cgi 0.4.1
                                    delegate 0.4.0
                                    did_you_mean 2.0.0
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.7.0
                                    fileutils 1.7.3
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.7
                                    irb 1.14.3
                                    net-http 0.6.0
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.6.0
                                    pp 0.6.2
                                    prettyprint 0.2.0
                                    prism 1.3.0
                                    readline 0.0.4
                                    reline 0.6.0
                                    resolv 0.6.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.4.1
                                    set 1.1.1
                                    shellwords 0.2.2
                                    singleton 0.3.0
                                    syntax_suggest 2.0.2
                                    tempfile 0.3.1
                                    time 0.4.1
                                    timeout 0.4.3
                                    tmpdir 0.3.1
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 1.0.2
                                    weakref 0.1.3
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.5.0+0
                                    date 3.4.1
                                    digest 3.2.0
                                    etc 1.4.5
                                    fcntl 1.2.0
                                    fiddle 1.1.7.dev
                                    io-console 0.8.0
                                    io-nonblock 0.3.1
                                    io-wait 0.3.1
                                    json 2.9.1
                                    openssl 3.3.0
                                    pathname 0.4.0
                                    psych 5.2.2
                                    stringio 3.1.3.dev
                                    strscan 3.1.2
                                    zlib 3.2.1
installing bundled gems:            /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.5.0+0
                                    minitest 5.25.4
                                    power_assert 2.0.5
                                    rake 13.2.1
                                    test-unit 3.6.7
                                    rexml 3.4.0
                                    rss 0.3.1
                                    net-ftp 0.3.8
                                    net-imap 0.5.5
                                    net-pop 0.1.2
                                    net-smtp 0.5.0
                                    matrix 0.4.2
                                    prime 0.1.3
                                    rbs 3.8.1
                                    typeprof 0.30.1
                                    debug 1.10.0
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.9
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.1
                                    nkf 0.2.0
                                    syslog 0.2.0
                                    csv 3.3.2
                                    repl_type_completor 0.1.9
                                    ostruct 0.6.1
                                    pstore 0.1.4
                                    benchmark 0.4.0
                                    logger 1.6.5
                                    rdoc 6.10.0
installing bundled gem cache:       /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.5.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 2002 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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -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   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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-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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -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   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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 '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/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/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/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.2.0/ext/syslog'
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=41735
  "--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

# Running tests:

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

ruby -v: ruby 3.5.0dev (2025-01-16T00:01:11Z master 91918bb01f) +YJIT +PRISM [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 -j' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -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   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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 '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/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/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/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.2.0/ext/syslog'
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'
ruby 3.5.0dev (2025-01-16T00:01:11Z master 91918bb01f) +YJIT +PRISM [x86_64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
  1560 ............................................................
  1620 ............................................................
  1680 ............................................................
  1740 ............................................................
  1800 ............................................................
  1860 ............................................................
  1920 ............................................................
  1980 ............................................................
  2040 ............................................................
  2100 ............................................................
  2160 ............................................................
  2220 ............................................................
  2280 ............................................................
  2340 ............................................................
  2400 ............................................................
  2460 ............................................................
  2520 ............................................................
  2580 ............................................................
  2640 ............................................................
  2700 ............................................................
  2760 ............................................................
  2820 ............................................................
  2880 ............................................................
  2940 ............................................................
  3000 ............................................................
  3060 ............................................................
  3120 ............................................................
  3180 ............................................................
  3240 ............................................................
  3300 ............................................................
  3360 ......................................................

Finished in 15.264132 seconds

3413 files, 33289 examples, 206425 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0.
raw logfile