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

ruby -v: ruby 3.5.0dev (2025-01-16T23:30:32Z master cc7fafb459) +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-16T23:30:32Z master cc7fafb459) +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 ........................................

Finished in 15.459440 seconds

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