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

compiling parse.c
compiling /tmp/ruby/src/trunk-O0/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 = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper_init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
checking /tmp/ruby/src/trunk-O0/parse.y and /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
generating enc.mk
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

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

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

# Running tests:

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

Retrying...

  1) Error:
Prism::EncodingTest#test_encoding_external:
ArgumentError: unknown encoding name: external
    (eval at /tmp/ruby/src/trunk-O0/test/prism/encoding_test.rb:253):1
    /tmp/ruby/src/trunk-O0/test/prism/encoding_test.rb:253:in `instance_eval'
    /tmp/ruby/src/trunk-O0/test/prism/encoding_test.rb:253:in `assert_encoding_identifier'
    /tmp/ruby/src/trunk-O0/test/prism/encoding_test.rb:294:in `block in assert_encoding'
    /tmp/ruby/src/trunk-O0/test/prism/encoding_test.rb:284:in `each'
    /tmp/ruby/src/trunk-O0/test/prism/encoding_test.rb:284:in `assert_encoding'
    /tmp/ruby/src/trunk-O0/test/prism/encoding_test.rb:144:in `block (3 levels) in <class:EncodingTest>'

  2) Error:
Prism::EncodingTest#test_encoding_filesystem:
ArgumentError: unknown encoding name: filesystem
    (eval at /tmp/ruby/src/trunk-O0/test/prism/encoding_test.rb:253):1
    /tmp/ruby/src/trunk-O0/test/prism/encoding_test.rb:253:in `instance_eval'
    /tmp/ruby/src/trunk-O0/test/prism/encoding_test.rb:253:in `assert_encoding_identifier'
    /tmp/ruby/src/trunk-O0/test/prism/encoding_test.rb:294:in `block in assert_encoding'
    /tmp/ruby/src/trunk-O0/test/prism/encoding_test.rb:284:in `each'
    /tmp/ruby/src/trunk-O0/test/prism/encoding_test.rb:284:in `assert_encoding'
    /tmp/ruby/src/trunk-O0/test/prism/encoding_test.rb:144:in `block (3 levels) in <class:EncodingTest>'

Finished tests in 978.838584s, 27.6266 tests/s, 9787.5933 assertions/s.
27042 tests, 9580474 assertions, 0 failures, 2 errors, 227 skips

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

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

Finished in 253.776900 seconds

3728 files, 32492 examples, 149105 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.

$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.1502435.ruby -x gdbscript
[New LWP 1502435]
[New LWP 1502437]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -W0'.
Program terminated with signal SIGABRT, Aborted.
#0  RB_FL_TEST_RAW (obj=140657200396280, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
472	    return RBASIC(obj)->flags & flags;
[Current thread is 1 (Thread 0x7fed68e637c0 (LWP 1502435))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7fed68e637c0 (LWP 1502435) RB_FL_TEST_RAW (obj=140657200396280, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
  2    Thread 0x7fed4f88f640 (LWP 1502437) 0x00007fed68f8bfde in epoll_wait (epfd=4, events=0x56036461383c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fed4f88f640 (LWP 1502437)):
#0  0x00007fed68f8bfde in epoll_wait (epfd=4, events=0x56036461383c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005603641788f5 in event_wait (vm=0x560365e88b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 22019
#2  0x0000560364178919 in timer_thread_polling (vm=0x560365e88b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -1687091843
#3  0x0000560364178fd9 in timer_thread_func (ptr=0x560365e88b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x560365e88b10
#4  0x00007fed68efab43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140727674734624, 4600538744136647914, 140657218352704, 25, 140657644513360, 140727674734976, -4610847584298220310, -4610924865914026774}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007fed68f8bbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fed68e637c0 (LWP 1502435)):
#0  RB_FL_TEST_RAW (obj=140657200396280, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
No locals.
#1  0x0000560363fdb167 in RB_FL_ANY_RAW (obj=140657200396280, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:520
No locals.
#2  0x0000560363fdb514 in RB_OBJ_PROMOTED_RAW (obj=140657200396280) at /tmp/ruby/src/trunk-O0/include/ruby/internal/gc.h:725
No locals.
#3  0x0000560363fde6f5 in RVALUE_OLD_P (obj=140657200396280) at /tmp/ruby/src/trunk-O0/gc.c:1803
        __func__ = <optimized out>
#4  0x0000560363fe8e20 in rgengc_check_relation (objspace=0x560365e8b470, obj=140657200396280) at /tmp/ruby/src/trunk-O0/gc.c:7004
        old_parent = 140657199732320
        __func__ = <optimized out>
#5  0x0000560363fe9055 in gc_mark_ptr (objspace=0x560365e8b470, obj=140657200396280) at /tmp/ruby/src/trunk-O0/gc.c:7057
        __func__ = "gc_mark_ptr"
#6  0x0000560363fe92db in gc_mark (objspace=0x560365e8b470, obj=140657200396280) at /tmp/ruby/src/trunk-O0/gc.c:7110
No locals.
#7  0x0000560363fe1bc9 in cc_table_mark_i (id=4577, ccs_ptr=94572595886320, data_ptr=0x7ffdb71003b0) at /tmp/ruby/src/trunk-O0/gc.c:3376
        i = 0
        data = 0x7ffdb71003b0
        ccs = 0x560365fbb8f0
#8  0x0000560364171288 in rb_id_table_foreach (tbl=0x560365fe1120, func=0x560363fe1af7 <cc_table_mark_i>, data=0x7ffdb71003b0) at /tmp/ruby/src/trunk-O0/id_table.c:278
        key = 286
        ret = ID_TABLE_CONTINUE
        i = 14
        capa = 16
#9  0x0000560363fe1c58 in cc_table_mark (objspace=0x560365e8b470, klass=140657199732320) at /tmp/ruby/src/trunk-O0/gc.c:3391
        data = {objspace = 0x560365e8b470, klass = 140657199732320, alive = false}
        cc_tbl = 0x560365fe1120
#10 0x0000560363fe9b7f in gc_mark_children (objspace=0x560365e8b470, obj=140657199732320) at /tmp/ruby/src/trunk-O0/gc.c:7378
        any = 0x7fed4e6cd660
#11 0x0000560363fea3e8 in gc_mark_stacked_objects (objspace=0x560365e8b470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7565
        mstack = 0x560365e8b8f8
        obj = 140657199732320
        marked_slots_at_the_beginning = 697
        popped_count = 0
#12 0x0000560363fea568 in gc_mark_stacked_objects_all (objspace=0x560365e8b470) at /tmp/ruby/src/trunk-O0/gc.c:7603
No locals.
#13 0x0000560363fec8dc in gc_marks_rest (objspace=0x560365e8b470) at /tmp/ruby/src/trunk-O0/gc.c:8798
No locals.
#14 0x0000560363feca10 in gc_marks (objspace=0x560365e8b470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8856
        marking_finished = false
#15 0x0000560363fee7b3 in gc_start (objspace=0x560365e8b470, reason=8456) at /tmp/ruby/src/trunk-O0/gc.c:9609
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9478
#16 0x0000560363fee448 in garbage_collect (objspace=0x560365e8b470, reason=256) at /tmp/ruby/src/trunk-O0/gc.c:9490
        _lev = 3071280656
        ret = 32765
#17 0x0000560363fe0995 in newobj_slowpath (size_pool_idx=0, wb_protected=1, cr=0x560365e8c230, objspace=0x560365e8b470, flags=5, klass=140657218677840) at /tmp/ruby/src/trunk-O0/gc.c:2872
        obj = 1
        lev = 1
#18 newobj_slowpath_wb_protected (klass=140657218677840, flags=5, objspace=0x560365e8b470, cr=0x560365e8c230, size_pool_idx=0) at /tmp/ruby/src/trunk-O0/gc.c:2896
No locals.
#19 0x0000560363fe0d2f in newobj_of0 (klass=140657218677840, flags=5, wb_protected=1, cr=0x560365e8c230, alloc_size=34) at /tmp/ruby/src/trunk-O0/gc.c:2938
        obj = 140657200200440
        objspace = 0x560365e8b470
        size_pool_idx = 0
        i = <optimized out>
        cnt = <optimized out>
#20 0x0000560363fe0d9b in newobj_of (cr=0x560365e8c230, klass=140657218677840, flags=5, v1=0, v2=0, v3=0, wb_protected=1, alloc_size=34) at /tmp/ruby/src/trunk-O0/gc.c:2948
        obj = 94572594644192
#21 0x0000560363fe0e56 in rb_wb_protected_newobj_of (ec=0x560365e8c4e0, klass=140657218677840, flags=5, size=34) at /tmp/ruby/src/trunk-O0/gc.c:2963
        __func__ = <optimized out>
#22 0x000056036414c33c in str_alloc_embed (klass=140657218677840, capa=10) at /tmp/ruby/src/trunk-O0/string.c:835
        size = 34
        str = 0x7fed68d58128
#23 0x000056036414eb1f in str_duplicate (klass=140657218677840, str=140657642799400) at /tmp/ruby/src/trunk-O0/string.c:1738
        dup = 140727674734512
#24 0x000056036414eb80 in rb_str_dup (str=140657642799400) at /tmp/ruby/src/trunk-O0/string.c:1750
No locals.
#25 0x00005603641a91ed in rb_class_path (klass=140657218671600) at /tmp/ruby/src/trunk-O0/variable.c:288
        permanent = true
        path = 140657642799400
#26 0x00005603641a96c4 in rb_class_name (klass=140657218671600) at /tmp/ruby/src/trunk-O0/variable.c:405
No locals.
#27 0x0000560363fc7e2a in print_errinfo (eclass=140657218671600, errat=140657200200040, emesg=4, str=140657200200440, highlight=0) at /tmp/ruby/src/trunk-O0/eval_error.c:113
        epath = 0
        elen = 0
        mesg = 140657200001680
#28 0x0000560363fc9013 in rb_error_write (errinfo=140657200200160, emesg=4, errat=140657200200040, str=140657200200440, opt=140657200002160, highlight=0, reverse=0) at /tmp/ruby/src/trunk-O0/eval_error.c:348
        eclass = 140657218671600
        shown_causes = 0
        backtrace_limit = -1
#29 0x0000560363fc92ed in rb_ec_error_print_detailed (ec=0x560365e8c4e0, errinfo=140657200200160, str=140657200200440, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:381
        _ec = 0x560365e8c4e0
        _tag = {tag = 36, retval = 0, buf = {0x7ffdb7100a40, 0x560363fc9202 <rb_ec_error_print_detailed+372>, 0x0, 0x7ffdb7100970, 0x0}, prev = 0x7ffdb7100ab0, state = RUBY_TAG_NONE, lock_rec = 0}
        raised_flag = 0 '\000'
        errat = 140657200200040
        written = true
        emesg = 4
        opt = 140657200002160
        highlight = 0
#30 0x0000560363fca8e3 in rb_ec_cleanup (ec=0x560365e8c4e0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:230
        err = 140657200200160
        mode0 = 0
        mode1 = 3
        _ec = 0x560365e8c4e0
        _tag = {tag = 36, retval = 94572562391546, buf = {0x7ffdb7100b30, 0x560363fca6cc <rb_ec_cleanup+295>, 0x0, 0x7ffdb7100a50, 0x560365e8c4e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 1
        signaled = 0
        th = 0x560365e8b090
        th0 = 0x560365e8b090
        step = 2
        message = 4
        buf = 140657200200440
#31 0x0000560363fcad9a in ruby_run_node (n=0x7fed4e7899f0) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x560365e8c4e0
        status = 22019
#32 0x0000560363fc65c4 in rb_main (argc=2, argv=0x7ffdb7100cd8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140727674735536
#33 0x0000560363fc6625 in main (argc=2, argv=0x7ffdb7100cd8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

>>> Dump Ruby level backtrace (if possible)
raw logfile