# Logfile created on 2024-01-19 03:01:54 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000565010a56368 @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.20240119-030154", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000565010aeb4e0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000565010aeb378 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000565010aeb1c0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240119-030154", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240119-030154>, @binmode=false, @mon_data=#<Monitor:0x0000565010aeb0f8>, @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
   61da90c..04cf667  master     -> origin/master
Updating 61da90c..04cf667
Fast-forward
 .github/workflows/wasm.yml              |  4 ++--
 NEWS.md                                 |  3 ++-
 bootstraptest/test_yjit.rb              |  7 +++++++
 ext/strscan/strscan.c                   |  2 +-
 lib/irb/version.rb                      |  4 ++--
 lib/ruby_vm/rjit/insn_compiler.rb       |  5 +++++
 lib/rubygems/core_ext/kernel_require.rb |  5 +++++
 rjit_c.h                                |  1 +
 rjit_c.rb                               |  1 +
 test/rubygems/test_require.rb           | 31 +++++++++++++++++++++++++++++++
 test/strscan/test_stringscanner.rb      | 10 ++++++++++
 tool/bundler/dev_gems.rb                |  2 +-
 yjit/src/codegen.rs                     |  9 +++++++++
 yjit/src/stats.rs                       |  2 ++
 14 files changed, 79 insertions(+), 7 deletions(-)
Latest commit hash = 04cf66765a
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
making /tmp/ruby/src/trunk-O0/rjit_c.rbinc
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/socket'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/socket'
generating miniprelude.c
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
miniprelude.c updated
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'
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering 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/coverage'
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/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
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/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering 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/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
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/openssl'
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/pty'
make[2]: Entering 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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/strscan'
compiling /tmp/ruby/src/trunk-O0/ext/strscan/strscan.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
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/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/strscan'
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
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

Retrying...
Finished tests in 1252.931670s, 21.4162 tests/s, 7620.6366 assertions/s.
26833 tests, 9548137 assertions, 0 failures, 0 errors, 225 skips

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

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/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-19T02:54:17Z master 04cf66765a) [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 618.324852 seconds

3728 files, 32023 examples, 141097 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.802435.ruby -x gdbscript
[New LWP 802435]
[New LWP 802438]
[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  0x000056105697c877 in mark_method_entry (objspace=0x561057f3ac00, me=0x7f49e38e5d80) at /tmp/ruby/src/trunk-O0/gc.c:6745
6745	        switch (def->type) {
[Current thread is 1 (Thread 0x7f49fce9e7c0 (LWP 802435))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f49fce9e7c0 (LWP 802435) 0x000056105697c877 in mark_method_entry (objspace=0x561057f3ac00, me=0x7f49e38e5d80) at /tmp/ruby/src/trunk-O0/gc.c:6745
  2    Thread 0x7f49e38bf640 (LWP 802438) 0x00007f49fcfc6fde in epoll_wait (epfd=4, events=0x561056fb083c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f49e38bf640 (LWP 802438)):
#0  0x00007f49fcfc6fde in epoll_wait (epfd=4, events=0x561056fb083c <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  0x0000561056b103f6 in event_wait (vm=0x561057f382a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 22032
#2  0x0000561056b1041a in timer_thread_polling (vm=0x561057f382a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = 223414581
#3  0x0000561056b10ada in timer_thread_func (ptr=0x561057f382a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3026
        vm = 0x561057f382a0
#4  0x00007f49fcf35b43 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 = {140732790124000, 2279319065418400565, 139955326940736, 25, 139955753146448, 140732790124352, -2219707771815066827, -2219644064988921035}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f49fcfc6bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f49fce9e7c0 (LWP 802435)):
#0  0x000056105697c877 in mark_method_entry (objspace=0x561057f3ac00, me=0x7f49e38e5d80) at /tmp/ruby/src/trunk-O0/gc.c:6745
        def = 0x561057f5e260
#1  0x000056105697dac4 in gc_mark_imemo (objspace=0x561057f3ac00, obj=139955327098240) at /tmp/ruby/src/trunk-O0/gc.c:7292
        __func__ = <optimized out>
#2  0x000056105697dcd2 in gc_mark_children (objspace=0x561057f3ac00, obj=139955327098240) at /tmp/ruby/src/trunk-O0/gc.c:7388
        any = 0x7f49e38e5d80
#3  0x000056105697e652 in gc_mark_stacked_objects (objspace=0x561057f3ac00, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7597
        mstack = 0x561057f3b088
        obj = 139955327098240
        marked_slots_at_the_beginning = 692
        popped_count = 0
#4  0x000056105697e7d2 in gc_mark_stacked_objects_all (objspace=0x561057f3ac00) at /tmp/ruby/src/trunk-O0/gc.c:7635
No locals.
#5  0x0000561056980b46 in gc_marks_rest (objspace=0x561057f3ac00) at /tmp/ruby/src/trunk-O0/gc.c:8830
No locals.
#6  0x0000561056980c7a in gc_marks (objspace=0x561057f3ac00, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8888
        marking_finished = false
#7  0x0000561056982a1d in gc_start (objspace=0x561057f3ac00, reason=8456) at /tmp/ruby/src/trunk-O0/gc.c:9641
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9510
#8  0x00005610569826b2 in garbage_collect (objspace=0x561057f3ac00, reason=256) at /tmp/ruby/src/trunk-O0/gc.c:9522
        _lev = 3891702720
        ret = 32766
#9  0x0000561056974bc7 in newobj_slowpath (size_pool_idx=0, wb_protected=1, cr=0x561057f3b9c0, objspace=0x561057f3ac00, flags=8197, klass=139955327265880) at /tmp/ruby/src/trunk-O0/gc.c:2877
        obj = 1
        lev = 1
#10 newobj_slowpath_wb_protected (klass=139955327265880, flags=8197, objspace=0x561057f3ac00, cr=0x561057f3b9c0, size_pool_idx=0) at /tmp/ruby/src/trunk-O0/gc.c:2901
No locals.
#11 0x0000561056974f61 in newobj_of0 (klass=139955327265880, flags=8197, wb_protected=1, cr=0x561057f3b9c0, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2943
        obj = 4294967297
        objspace = 0x561057f3ac00
        size_pool_idx = 0
        i = <optimized out>
        cnt = <optimized out>
#12 0x0000561056974fcd in newobj_of (cr=0x561057f3b9c0, klass=139955327265880, flags=8197, v1=0, v2=0, v3=0, wb_protected=1, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2953
        obj = 94628195056752
#13 0x0000561056975088 in rb_wb_protected_newobj_of (ec=0x561057f3bc70, klass=139955327265880, flags=8197, size=40) at /tmp/ruby/src/trunk-O0/gc.c:2968
        __func__ = <optimized out>
#14 0x0000561056ae3589 in str_alloc_heap (klass=139955327265880) at /tmp/ruby/src/trunk-O0/string.c:844
        str = 0x7f49e276b690
#15 0x0000561056ae3ab1 in str_new_static (klass=139955327265880, ptr=0x561056da90f9 "\t", len=1, encindex=0) at /tmp/ruby/src/trunk-O0/string.c:986
        str = 140732790123896
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#16 0x0000561056ae3b49 in rb_str_new_static (ptr=0x561056da90f9 "\t", len=1) at /tmp/ruby/src/trunk-O0/string.c:999
No locals.
#17 0x000056105695afff in rbimpl_str_new_cstr (str=0x561056da90f9 "\t") at /tmp/ruby/src/trunk-O0/include/ruby/internal/intern/string.h:1367
        len = 1
#18 0x000056105695cc3b in print_backtrace (eclass=139955327259640, errat=139955308787800, str=139955308788080, reverse=0, backtrace_limit=-1) at /tmp/ruby/src/trunk-O0/eval_error.c:257
        bt = 139955308782120
        line = 139955308590200
        i = 2
        len = 3
        threshold = 1000000000
        skip_start = -1
        width = 1
        skip_len = 0
#19 0x000056105695d2b3 in rb_error_write (errinfo=139955308787880, emesg=4, errat=139955308787800, str=139955308788080, opt=139955308590680, highlight=0, reverse=0) at /tmp/ruby/src/trunk-O0/eval_error.c:349
        eclass = 139955327259640
        shown_causes = 0
        backtrace_limit = -1
#20 0x000056105695d567 in rb_ec_error_print_detailed (ec=0x561057f3bc70, errinfo=139955308787880, str=139955308788080, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:381
        _ec = 0x561057f3bc70
        _tag = {tag = 36, retval = 0, buf = {0x7ffee7f6b000, 0x56105695d47c <rb_ec_error_print_detailed+372>, 0x0, 0x7ffee7f6af30, 0x0}, prev = 0x7ffee7f6b070, state = RUBY_TAG_NONE, lock_rec = 0}
        raised_flag = 0 '\000'
        errat = 139955308787800
        written = true
        emesg = 4
        opt = 139955308590680
        highlight = 0
#21 0x000056105695eb2f in rb_ec_cleanup (ec=0x561057f3bc70, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:226
        err = 139955308787880
        mode0 = 0
        mode1 = 3
        _ec = 0x561057f3bc70
        _tag = {tag = 36, retval = 94628172129365, buf = {0x7ffee7f6b0f0, 0x56105695e927 <rb_ec_cleanup+295>, 0x0, 0x7ffee7f6b010, 0x561057f3bc70}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 1
        signaled = 0
        th = 0x561057f3a820
        th0 = 0x561057f3a820
        step = 2
        message = 4
        buf = 139955308788080
#22 0x000056105695efda in ruby_run_node (n=0x7f49e27635f8) at /tmp/ruby/src/trunk-O0/eval.c:323
        ec = 0x561057f3bc70
        status = 22032
#23 0x000056105695a5c4 in rb_main (argc=2, argv=0x7ffee7f6b298) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140732790124912
#24 0x000056105695a625 in main (argc=2, argv=0x7ffee7f6b298) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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