# Logfile created on 2025-12-06 08:56:00 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x000073430a2dfdc8 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_tag=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-repeat20", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat20", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat20", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat20", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=20", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=41600, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat20.20251206-085600", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000073430e8edc98 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000073430e8edb30 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000073430a219380 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat20.20251206-085600", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat20.20251206-085600>, @binmode=false, @mon_data=#<Monitor:0x000073430e8ed518>, @mon_data_owner_object_id=900>>>
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update rbs to 22451ecbe262326176eb3915b64366712930685c
echo 22451ecbe262326176eb3915b64366712930685c | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/rbs.revision unchanged
rm -rf .bundle/gems/win32ole-1.9.2/
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src -j4
From https://github.com/ruby/ruby
7259c18..42f5654 master -> origin/master
Updating 7259c18..42f5654
Fast-forward
ext/-test-/scheduler/extconf.rb | 2 +
ext/-test-/scheduler/scheduler.c | 88 +++++++++++++++++
include/ruby/fiber/scheduler.h | 8 ++
io.c | 13 ++-
scheduler.c | 28 +++++-
.../scheduler/test_interrupt_with_scheduler.rb | 55 +++++++++++
test/fiber/scheduler.rb | 104 +++++++++++----------
thread.c | 13 ++-
vm_dump.c | 2 +-
9 files changed, 259 insertions(+), 54 deletions(-)
create mode 100644 ext/-test-/scheduler/extconf.rb
create mode 100644 ext/-test-/scheduler/scheduler.c
create mode 100644 test/-ext-/scheduler/test_interrupt_with_scheduler.rb
Latest commit hash = 42f5654b69
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
generating /tmp/ruby/src/trunk-repeat20/ext/ripper/eventids2table.c
Update rbs to 22451ecbe262326176eb3915b64366712930685c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20/ext/ripper'
echo 22451ecbe262326176eb3915b64366712930685c | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk-repeat20/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
$$$[end] "make after-update -j4" exit with 0.
$$$[beg] make miniruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = C.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
compiling /tmp/ruby/src/trunk-repeat20/cont.c
compiling /tmp/ruby/src/trunk-repeat20/eval.c
compiling /tmp/ruby/src/trunk-repeat20/io.c
compiling /tmp/ruby/src/trunk-repeat20/io_buffer.c
compiling /tmp/ruby/src/trunk-repeat20/process.c
compiling /tmp/ruby/src/trunk-repeat20/scheduler.c
compiling /tmp/ruby/src/trunk-repeat20/thread.c
/tmp/ruby/src/trunk-repeat20/io_buffer.c: In function ‘ruby_swap128_int’:
/tmp/ruby/src/trunk-repeat20/io_buffer.c:1935:23: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
1935 | rb_uint128_t u = *(rb_uint128_t*)&x;
| ^~~~~~~~~~~~~~~~~
/tmp/ruby/src/trunk-repeat20/io_buffer.c:1937:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
1937 | return *(rb_int128_t*)&swapped;
| ^~~~~~~~~~~~~~~~~~~~~~
At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
compiling /tmp/ruby/src/trunk-repeat20/version.c
compiling /tmp/ruby/src/trunk-repeat20/vm_dump.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = C.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
builtin_binary.rbbin updated
d4758e1a07e410f7633d1787452224d0d57f693c07fa4e9a2579babe58339660 builtin_binary.rbbin
compiling /tmp/ruby/src/trunk-repeat20/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.4.0.0
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = C.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
configuring -test-/scheduler
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/scheduler'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/scheduler/scheduler.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
compiling /tmp/ruby/src/trunk-repeat20/ext/io/console/console.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
linking shared-object -test-/scheduler.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.11.0/ext/debug'
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/constants.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/scheduler'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/socket.c
linking shared-object io/console.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/tcpsocket.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/option.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-repeat20/ext/socket/ifaddr.c
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/digest_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/finalizer_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/set_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update rbs to 22451ecbe262326176eb3915b64366712930685c
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = C.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
rm -rf .bundle/gems/win32ole-1.9.2/
echo 22451ecbe262326176eb3915b64366712930685c | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/rbs.revision -
generating encdb.h
generating enc.mk
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/rbs.revision unchanged
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
./miniruby -I/tmp/ruby/src/trunk-repeat20/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat20/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat20/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc
installing binary commands: /tmp/ruby/install/trunk-repeat20/bin
installing base libraries: /tmp/ruby/install/trunk-repeat20/lib
installing arch files: /tmp/ruby/install/trunk-repeat20/lib/ruby/4.0.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-repeat20/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-repeat20/lib/ruby/4.0.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-repeat20/lib/ruby/site_ruby/4.0.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-repeat20/lib/ruby/vendor_ruby/4.0.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-repeat20/include/ruby-4.0.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-repeat20/lib/ruby/4.0.0+0
installing extension scripts: /tmp/ruby/install/trunk-repeat20/lib/ruby/site_ruby/4.0.0+0
installing extension scripts: /tmp/ruby/install/trunk-repeat20/lib/ruby/vendor_ruby/4.0.0+0
installing extension headers: /tmp/ruby/install/trunk-repeat20/include/ruby-4.0.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-repeat20/bin
installing library scripts: /tmp/ruby/install/trunk-repeat20/lib/ruby/4.0.0+0
installing common headers: /tmp/ruby/install/trunk-repeat20/include/ruby-4.0.0+0
installing manpages: /tmp/ruby/install/trunk-repeat20/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-repeat20/lib/ruby/gems/4.0.0+0
bundler 4.0.0
delegate 0.4.0
did_you_mean 2.0.0
english 0.8.1
erb 6.0.0
error_highlight 0.7.0
fileutils 1.8.0
find 0.2.0
forwardable 1.3.3
ipaddr 1.2.7
net-http 0.8.0
net-protocol 0.2.2
open-uri 0.5.0
open3 0.2.1
optparse 0.8.0
pp 0.6.3
prettyprint 0.2.0
prism 1.6.0
resolv 0.6.3
ruby2_keywords 0.0.5
securerandom 0.4.1
shellwords 0.2.2
singleton 0.3.0
syntax_suggest 2.0.2
tempfile 0.3.1
time 0.4.1
timeout 0.4.4
tmpdir 0.3.1
tsort 0.2.0
un 0.3.0
uri 1.1.1
weakref 0.1.4
yaml 0.4.0
installing default gems from ext: /tmp/ruby/install/trunk-repeat20/lib/ruby/gems/4.0.0+0
date 3.5.0
digest 3.2.1
etc 1.4.6
fcntl 1.3.0
io-console 0.8.1
io-nonblock 0.3.2
io-wait 0.4.0.dev
json 2.17.1
openssl 4.0.0.pre
psych 5.2.6
stringio 3.1.9.dev
strscan 3.1.6.dev
zlib 3.2.2
installing bundled gems: /tmp/ruby/install/trunk-repeat20/lib/ruby/gems/4.0.0+0
minitest 5.26.2
power_assert 3.0.1
rake 13.3.1
test-unit 3.7.3
rexml 3.4.4
rss 0.3.1
net-ftp 0.3.9
net-imap 0.5.12
net-pop 0.1.2
net-smtp 0.5.1
matrix 0.4.3
prime 0.1.4
rbs 3.9.5
typeprof 0.31.0
debug 1.11.0
racc 1.8.1
mutex_m 0.3.0
getoptlong 0.2.1
base64 0.3.0
bigdecimal 3.3.1
observer 0.1.2
abbrev 0.1.2
resolv-replace 0.1.1
rinda 0.2.0
drb 2.2.3
nkf 0.2.0
syslog 0.3.0
csv 3.3.5
repl_type_completor 0.1.12
ostruct 0.6.3
pstore 0.2.0
benchmark 0.5.0
logger 1.7.0
rdoc 6.16.1
irb 1.15.3
reline 0.6.3
readline 0.0.4
fiddle 1.1.8
installing bundled gem cache: /tmp/ruby/install/trunk-repeat20/lib/ruby/gems/4.0.0+0/cache
skipped bundled gems:
win32ole-1.9.2.gem extensions not found or build failed win32ole-1.9.2
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 2029 tests
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=20
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = C.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Checking leaked global symbols...none
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic TESTS=--repeat-count=20" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = C.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
Run options:
--seed=19286
"--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat20/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat20/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-repeat20/test/.excludes
--name=!/memory_leak/
--stderr-on-failure
--repeat-count=20
# Running tests:
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 8 #<File::Stat dev=0x8, ino=1640859628, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Sending interrupt
/tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Thread.handle_interrupt': Interrupt (Interrupt)
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Scheduler#run'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:168:in 'Scheduler#close'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:147:in 'Scheduler#scheduler_close'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'Kernel#fork'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'block in TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'IO.pipe'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1683:in 'block in Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Array#map'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1374:in 'Test::Unit::ExcludesOption#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:830:in 'block in Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:865:in 'Test::Unit::Skipping#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1616:in 'Test::Unit::Runner#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1311:in 'Test::Unit::RepeatOption#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1781:in 'Test::Unit::Runner#run_tests'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1768:in 'block in Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1811:in 'Test::Unit::Runner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1053:in 'Test::Unit::StatusLine#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:898:in 'Test::Unit::Statistics#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1290:in 'Test::Unit::RequireFiles#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1895:in 'Test::Unit::AutoRunner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1899:in 'Test::Unit::AutoRunner.run'
from /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'Kernel#require_relative'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007766db635808 /tmp/ruby/build/trunk-repeat20/.ext/common/socket.rb:722 sleep>
Finished thread: TestSocket#test_bintime: #<Thread:0x00007766db635808 /tmp/ruby/build/trunk-repeat20/.ext/common/socket.rb:722 dead>
Finished(1/20) tests in 1110.884216s, 28.6141 tests/s, 6174.2888 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 9 #<File::Stat dev=0x8, ino=1641287528, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 10 #<File::Stat dev=0x8, ino=1641285306, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 11 #<File::Stat dev=0x8, ino=1641293104, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 12 #<File::Stat dev=0x8, ino=1641371111, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Sending interrupt
/tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Thread.handle_interrupt': Interrupt (Interrupt)
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Scheduler#run'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:168:in 'Scheduler#close'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:147:in 'Scheduler#scheduler_close'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'Kernel#fork'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'block in TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'IO.pipe'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1683:in 'block in Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Array#map'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1374:in 'Test::Unit::ExcludesOption#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:830:in 'block in Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:865:in 'Test::Unit::Skipping#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1616:in 'Test::Unit::Runner#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1311:in 'Test::Unit::RepeatOption#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1781:in 'Test::Unit::Runner#run_tests'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1768:in 'block in Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1811:in 'Test::Unit::Runner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1053:in 'Test::Unit::StatusLine#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:898:in 'Test::Unit::Statistics#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1290:in 'Test::Unit::RequireFiles#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1895:in 'Test::Unit::AutoRunner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1899:in 'Test::Unit::AutoRunner.run'
from /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'Kernel#require_relative'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x0000776652daad60 /tmp/ruby/build/trunk-repeat20/.ext/common/socket.rb:722 sleep>
Finished thread: TestSocket#test_bintime: #<Thread:0x0000776652daad60 /tmp/ruby/build/trunk-repeat20/.ext/common/socket.rb:722 dead>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 16 : #<TCPSocket:fd 16, AF_INET6, ::1, 36777>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 16
Finished(2/20) tests in 1465.580349s, 21.6897 tests/s, 4681.2896 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 13 #<File::Stat dev=0x8, ino=1642217431, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Sending interrupt
/tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Thread.handle_interrupt': Interrupt (Interrupt)
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Scheduler#run'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:168:in 'Scheduler#close'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:147:in 'Scheduler#scheduler_close'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'Kernel#fork'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'block in TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'IO.pipe'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1683:in 'block in Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Array#map'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1374:in 'Test::Unit::ExcludesOption#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:830:in 'block in Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:865:in 'Test::Unit::Skipping#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1616:in 'Test::Unit::Runner#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1311:in 'Test::Unit::RepeatOption#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1781:in 'Test::Unit::Runner#run_tests'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1768:in 'block in Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1811:in 'Test::Unit::Runner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1053:in 'Test::Unit::StatusLine#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:898:in 'Test::Unit::Statistics#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1290:in 'Test::Unit::RequireFiles#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1895:in 'Test::Unit::AutoRunner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1899:in 'Test::Unit::AutoRunner.run'
from /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'Kernel#require_relative'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x0000776653af8c38 /tmp/ruby/build/trunk-repeat20/.ext/common/socket.rb:722 sleep>
Finished thread: TestSocket#test_tcp_socket_v6_address_passed: #<Thread:0x0000776653af8c38 /tmp/ruby/build/trunk-repeat20/.ext/common/socket.rb:722 dead>
Finished(3/20) tests in 1613.945344s, 19.6958 tests/s, 4250.4674 assertions/s.
Sending interrupt
/tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Thread.handle_interrupt': Interrupt (Interrupt)
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Scheduler#run'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:168:in 'Scheduler#close'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:147:in 'Scheduler#scheduler_close'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'Kernel#fork'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'block in TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'IO.pipe'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1683:in 'block in Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Array#map'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1374:in 'Test::Unit::ExcludesOption#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:830:in 'block in Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:865:in 'Test::Unit::Skipping#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1616:in 'Test::Unit::Runner#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1311:in 'Test::Unit::RepeatOption#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1781:in 'Test::Unit::Runner#run_tests'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1768:in 'block in Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1811:in 'Test::Unit::Runner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1053:in 'Test::Unit::StatusLine#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:898:in 'Test::Unit::Statistics#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1290:in 'Test::Unit::RequireFiles#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1895:in 'Test::Unit::AutoRunner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1899:in 'Test::Unit::AutoRunner.run'
from /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'Kernel#require_relative'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 14
Finished(4/20) tests in 1400.003472s, 22.7057 tests/s, 4900.5000 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 14 #<File::Stat dev=0x8, ino=1643593710, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 15 #<File::Stat dev=0x8, ino=1643684665, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Sending interrupt
/tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Thread.handle_interrupt': Interrupt (Interrupt)
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Scheduler#run'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:168:in 'Scheduler#close'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:147:in 'Scheduler#scheduler_close'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'Kernel#fork'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'block in TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'IO.pipe'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1683:in 'block in Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Array#map'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1374:in 'Test::Unit::ExcludesOption#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:830:in 'block in Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:865:in 'Test::Unit::Skipping#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1616:in 'Test::Unit::Runner#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1311:in 'Test::Unit::RepeatOption#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1781:in 'Test::Unit::Runner#run_tests'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1768:in 'block in Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1811:in 'Test::Unit::Runner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1053:in 'Test::Unit::StatusLine#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:898:in 'Test::Unit::Statistics#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1290:in 'Test::Unit::RequireFiles#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1895:in 'Test::Unit::AutoRunner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1899:in 'Test::Unit::AutoRunner.run'
from /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'Kernel#require_relative'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
Finished(5/20) tests in 1349.000826s, 23.5641 tests/s, 5086.3186 assertions/s.
Sending interrupt
/tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Thread.handle_interrupt': Interrupt (Interrupt)
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Scheduler#run'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:168:in 'Scheduler#close'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:147:in 'Scheduler#scheduler_close'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'Kernel#fork'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'block in TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'IO.pipe'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1683:in 'block in Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Array#map'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1374:in 'Test::Unit::ExcludesOption#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:830:in 'block in Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:865:in 'Test::Unit::Skipping#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1616:in 'Test::Unit::Runner#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1311:in 'Test::Unit::RepeatOption#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1781:in 'Test::Unit::Runner#run_tests'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1768:in 'block in Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1811:in 'Test::Unit::Runner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1053:in 'Test::Unit::StatusLine#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:898:in 'Test::Unit::Statistics#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1290:in 'Test::Unit::RequireFiles#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1895:in 'Test::Unit::AutoRunner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1899:in 'Test::Unit::AutoRunner.run'
from /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'Kernel#require_relative'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
Finished(6/20) tests in 1279.753302s, 24.8392 tests/s, 5361.0723 assertions/s.
Sending interrupt
/tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Thread.handle_interrupt': Interrupt (Interrupt)
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Scheduler#run'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:168:in 'Scheduler#close'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:147:in 'Scheduler#scheduler_close'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'Kernel#fork'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'block in TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'IO.pipe'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1683:in 'block in Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Array#map'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1374:in 'Test::Unit::ExcludesOption#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:830:in 'block in Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:865:in 'Test::Unit::Skipping#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1616:in 'Test::Unit::Runner#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1311:in 'Test::Unit::RepeatOption#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1781:in 'Test::Unit::Runner#run_tests'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1768:in 'block in Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1811:in 'Test::Unit::Runner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1053:in 'Test::Unit::StatusLine#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:898:in 'Test::Unit::Statistics#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1290:in 'Test::Unit::RequireFiles#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1895:in 'Test::Unit::AutoRunner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1899:in 'Test::Unit::AutoRunner.run'
from /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'Kernel#require_relative'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
Finished(7/20) tests in 1638.758278s, 19.3976 tests/s, 4186.8579 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 16 #<File::Stat dev=0x8, ino=1645659829, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Sending interrupt
/tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Thread.handle_interrupt': Interrupt (Interrupt)
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Scheduler#run'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:168:in 'Scheduler#close'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:147:in 'Scheduler#scheduler_close'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'Kernel#fork'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'block in TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'IO.pipe'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1683:in 'block in Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Array#map'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1374:in 'Test::Unit::ExcludesOption#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:830:in 'block in Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:865:in 'Test::Unit::Skipping#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1616:in 'Test::Unit::Runner#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1311:in 'Test::Unit::RepeatOption#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1781:in 'Test::Unit::Runner#run_tests'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1768:in 'block in Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1811:in 'Test::Unit::Runner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1053:in 'Test::Unit::StatusLine#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:898:in 'Test::Unit::Statistics#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1290:in 'Test::Unit::RequireFiles#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1895:in 'Test::Unit::AutoRunner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1899:in 'Test::Unit::AutoRunner.run'
from /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'Kernel#require_relative'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
Finished(8/20) tests in 1630.548802s, 19.4953 tests/s, 4208.1378 assertions/s.
Sending interrupt
/tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Thread.handle_interrupt': Interrupt (Interrupt)
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Scheduler#run'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:168:in 'Scheduler#close'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:147:in 'Scheduler#scheduler_close'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'Kernel#fork'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'block in TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'IO.pipe'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1683:in 'block in Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Array#map'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1374:in 'Test::Unit::ExcludesOption#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:830:in 'block in Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:865:in 'Test::Unit::Skipping#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1616:in 'Test::Unit::Runner#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1311:in 'Test::Unit::RepeatOption#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1781:in 'Test::Unit::Runner#run_tests'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1768:in 'block in Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1811:in 'Test::Unit::Runner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1053:in 'Test::Unit::StatusLine#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:898:in 'Test::Unit::Statistics#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1290:in 'Test::Unit::RequireFiles#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1895:in 'Test::Unit::AutoRunner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1899:in 'Test::Unit::AutoRunner.run'
from /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'Kernel#require_relative'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
Finished(9/20) tests in 1487.227633s, 21.3740 tests/s, 4613.8862 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 17 #<File::Stat dev=0x8, ino=1647240155, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 19 : #<TCPSocket:fd 19, AF_INET, 127.0.0.1, 34599>
Closed file descriptor: TestOpenURISSL#test_validation_noverify: 19
Sending interrupt
/tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Thread.handle_interrupt': Interrupt (Interrupt)
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Scheduler#run'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:168:in 'Scheduler#close'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:147:in 'Scheduler#scheduler_close'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'Kernel#fork'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'block in TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'IO.pipe'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1683:in 'block in Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Array#map'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1374:in 'Test::Unit::ExcludesOption#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:830:in 'block in Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:865:in 'Test::Unit::Skipping#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1616:in 'Test::Unit::Runner#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1311:in 'Test::Unit::RepeatOption#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1781:in 'Test::Unit::Runner#run_tests'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1768:in 'block in Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1811:in 'Test::Unit::Runner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1053:in 'Test::Unit::StatusLine#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:898:in 'Test::Unit::Statistics#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1290:in 'Test::Unit::RequireFiles#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1895:in 'Test::Unit::AutoRunner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1899:in 'Test::Unit::AutoRunner.run'
from /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'Kernel#require_relative'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
Finished(10/20) tests in 1387.410860s, 22.9117 tests/s, 4945.9120 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 19 : #<TCPSocket:fd 19, AF_INET, 127.0.0.1, 39639>
Closed file descriptor: TestOpenURISSL#test_validation_noverify: 19
Sending interrupt
/tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Thread.handle_interrupt': Interrupt (Interrupt)
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Scheduler#run'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:168:in 'Scheduler#close'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:147:in 'Scheduler#scheduler_close'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'Kernel#fork'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'block in TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'IO.pipe'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1683:in 'block in Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Array#map'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1374:in 'Test::Unit::ExcludesOption#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:830:in 'block in Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:865:in 'Test::Unit::Skipping#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1616:in 'Test::Unit::Runner#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1311:in 'Test::Unit::RepeatOption#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1781:in 'Test::Unit::Runner#run_tests'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1768:in 'block in Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1811:in 'Test::Unit::Runner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1053:in 'Test::Unit::StatusLine#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:898:in 'Test::Unit::Statistics#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1290:in 'Test::Unit::RequireFiles#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1895:in 'Test::Unit::AutoRunner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1899:in 'Test::Unit::AutoRunner.run'
from /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'Kernel#require_relative'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
Leaked file descriptor: TestOpenURI#test_404: 19 : #<TCPSocket:fd 19, AF_INET, 127.0.0.1, 34723>
Closed file descriptor: TestOpenURI#test_progress_chunked: 19
Finished(11/20) tests in 1499.630766s, 21.1972 tests/s, 4575.8070 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 18 #<File::Stat dev=0x8, ino=1648483250, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Sending interrupt
/tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Thread.handle_interrupt': Interrupt (Interrupt)
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Scheduler#run'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:168:in 'Scheduler#close'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:147:in 'Scheduler#scheduler_close'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'Kernel#fork'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'block in TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'IO.pipe'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1683:in 'block in Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Array#map'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1374:in 'Test::Unit::ExcludesOption#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:830:in 'block in Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:865:in 'Test::Unit::Skipping#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1616:in 'Test::Unit::Runner#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1311:in 'Test::Unit::RepeatOption#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1781:in 'Test::Unit::Runner#run_tests'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1768:in 'block in Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1811:in 'Test::Unit::Runner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1053:in 'Test::Unit::StatusLine#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:898:in 'Test::Unit::Statistics#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1290:in 'Test::Unit::RequireFiles#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1895:in 'Test::Unit::AutoRunner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1899:in 'Test::Unit::AutoRunner.run'
from /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'Kernel#require_relative'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
Finished(12/20) tests in 1716.403577s, 18.5201 tests/s, 3997.8605 assertions/s.
Sending interrupt
/tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Thread.handle_interrupt': Interrupt (Interrupt)
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Scheduler#run'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:168:in 'Scheduler#close'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:147:in 'Scheduler#scheduler_close'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'Kernel#fork'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'block in TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'IO.pipe'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1683:in 'block in Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Array#map'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1374:in 'Test::Unit::ExcludesOption#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:830:in 'block in Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:865:in 'Test::Unit::Skipping#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1616:in 'Test::Unit::Runner#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1311:in 'Test::Unit::RepeatOption#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1781:in 'Test::Unit::Runner#run_tests'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1768:in 'block in Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1811:in 'Test::Unit::Runner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1053:in 'Test::Unit::StatusLine#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:898:in 'Test::Unit::Statistics#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1290:in 'Test::Unit::RequireFiles#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1895:in 'Test::Unit::AutoRunner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1899:in 'Test::Unit::AutoRunner.run'
from /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'Kernel#require_relative'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
Leaked file descriptor: TestOpenURI#test_200: 20 : #<TCPSocket:fd 20, AF_INET, 127.0.0.1, 42453>
Closed file descriptor: TestOpenURI#test_mode: 20
Finished(13/20) tests in 1771.202158s, 17.9471 tests/s, 3874.3087 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 19 #<File::Stat dev=0x8, ino=1650475181, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Sending interrupt
/tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Thread.handle_interrupt': Interrupt (Interrupt)
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Scheduler#run'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:168:in 'Scheduler#close'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:147:in 'Scheduler#scheduler_close'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'Kernel#fork'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'block in TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'IO.pipe'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1683:in 'block in Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Array#map'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1374:in 'Test::Unit::ExcludesOption#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:830:in 'block in Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:865:in 'Test::Unit::Skipping#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1616:in 'Test::Unit::Runner#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1311:in 'Test::Unit::RepeatOption#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1781:in 'Test::Unit::Runner#run_tests'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1768:in 'block in Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1811:in 'Test::Unit::Runner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1053:in 'Test::Unit::StatusLine#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:898:in 'Test::Unit::Statistics#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1290:in 'Test::Unit::RequireFiles#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1895:in 'Test::Unit::AutoRunner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1899:in 'Test::Unit::AutoRunner.run'
from /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'Kernel#require_relative'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x0000776653d4fdd8 /tmp/ruby/build/trunk-repeat20/.ext/common/socket.rb:722 sleep>
Finished thread: TestSocket#test_tcp_socket_v6_address_passed: #<Thread:0x0000776653d4fdd8 /tmp/ruby/build/trunk-repeat20/.ext/common/socket.rb:722 dead>
Finished(14/20) tests in 1577.521262s, 20.1506 tests/s, 4350.1696 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 20 #<File::Stat dev=0x8, ino=1651039947, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Sending interrupt
/tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Thread.handle_interrupt': Interrupt (Interrupt)
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Scheduler#run'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:168:in 'Scheduler#close'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:147:in 'Scheduler#scheduler_close'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'Kernel#fork'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'block in TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'IO.pipe'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1683:in 'block in Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Array#map'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1374:in 'Test::Unit::ExcludesOption#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:830:in 'block in Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:865:in 'Test::Unit::Skipping#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1616:in 'Test::Unit::Runner#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1311:in 'Test::Unit::RepeatOption#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1781:in 'Test::Unit::Runner#run_tests'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1768:in 'block in Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1811:in 'Test::Unit::Runner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1053:in 'Test::Unit::StatusLine#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:898:in 'Test::Unit::Statistics#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1290:in 'Test::Unit::RequireFiles#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1895:in 'Test::Unit::AutoRunner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1899:in 'Test::Unit::AutoRunner.run'
from /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'Kernel#require_relative'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
Finished(15/20) tests in 1431.909421s, 22.1997 tests/s, 4793.3640 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 21 #<File::Stat dev=0x8, ino=1651678208, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 22 #<File::Stat dev=0x8, ino=1651812531, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Sending interrupt
/tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Thread.handle_interrupt': Interrupt (Interrupt)
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Scheduler#run'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:168:in 'Scheduler#close'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:147:in 'Scheduler#scheduler_close'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'Kernel#fork'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'block in TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'IO.pipe'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1683:in 'block in Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Array#map'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1374:in 'Test::Unit::ExcludesOption#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:830:in 'block in Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:865:in 'Test::Unit::Skipping#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1616:in 'Test::Unit::Runner#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1311:in 'Test::Unit::RepeatOption#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1781:in 'Test::Unit::Runner#run_tests'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1768:in 'block in Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1811:in 'Test::Unit::Runner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1053:in 'Test::Unit::StatusLine#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:898:in 'Test::Unit::Statistics#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1290:in 'Test::Unit::RequireFiles#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1895:in 'Test::Unit::AutoRunner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1899:in 'Test::Unit::AutoRunner.run'
from /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'Kernel#require_relative'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
Finished(16/20) tests in 1781.663943s, 17.8417 tests/s, 3851.5866 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 23 #<File::Stat dev=0x8, ino=1652751137, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestGemBundledCA#test_accessing_new_index: 26 #<File::Stat dev=0x8, ino=1652734616, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestGemBundledCA#test_accessing_www_rubygems: 26
Sending interrupt
/tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Thread.handle_interrupt': Interrupt (Interrupt)
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Scheduler#run'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:168:in 'Scheduler#close'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:147:in 'Scheduler#scheduler_close'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'Kernel#fork'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'block in TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'IO.pipe'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1683:in 'block in Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Array#map'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1374:in 'Test::Unit::ExcludesOption#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:830:in 'block in Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:865:in 'Test::Unit::Skipping#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1616:in 'Test::Unit::Runner#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1311:in 'Test::Unit::RepeatOption#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1781:in 'Test::Unit::Runner#run_tests'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1768:in 'block in Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1811:in 'Test::Unit::Runner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1053:in 'Test::Unit::StatusLine#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:898:in 'Test::Unit::Statistics#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1290:in 'Test::Unit::RequireFiles#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1895:in 'Test::Unit::AutoRunner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1899:in 'Test::Unit::AutoRunner.run'
from /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'Kernel#require_relative'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 24
Finished(17/20) tests in 1812.099725s, 17.5421 tests/s, 3787.0603 assertions/s.
Sending interrupt
/tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Thread.handle_interrupt': Interrupt (Interrupt)
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Scheduler#run'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:168:in 'Scheduler#close'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:147:in 'Scheduler#scheduler_close'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'Kernel#fork'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'block in TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'IO.pipe'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1683:in 'block in Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Array#map'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1374:in 'Test::Unit::ExcludesOption#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:830:in 'block in Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:865:in 'Test::Unit::Skipping#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1616:in 'Test::Unit::Runner#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1311:in 'Test::Unit::RepeatOption#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1781:in 'Test::Unit::Runner#run_tests'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1768:in 'block in Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1811:in 'Test::Unit::Runner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1053:in 'Test::Unit::StatusLine#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:898:in 'Test::Unit::Statistics#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1290:in 'Test::Unit::RequireFiles#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1895:in 'Test::Unit::AutoRunner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1899:in 'Test::Unit::AutoRunner.run'
from /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'Kernel#require_relative'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
Finished(18/20) tests in 1566.522964s, 20.2921 tests/s, 4380.8416 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 24 #<File::Stat dev=0x8, ino=1654469922, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Sending interrupt
/tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Thread.handle_interrupt': Interrupt (Interrupt)
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Scheduler#run'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:168:in 'Scheduler#close'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:147:in 'Scheduler#scheduler_close'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'Kernel#fork'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'block in TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'IO.pipe'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1683:in 'block in Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Array#map'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1374:in 'Test::Unit::ExcludesOption#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:830:in 'block in Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:865:in 'Test::Unit::Skipping#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1616:in 'Test::Unit::Runner#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1311:in 'Test::Unit::RepeatOption#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1781:in 'Test::Unit::Runner#run_tests'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1768:in 'block in Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1811:in 'Test::Unit::Runner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1053:in 'Test::Unit::StatusLine#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:898:in 'Test::Unit::Statistics#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1290:in 'Test::Unit::RequireFiles#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1895:in 'Test::Unit::AutoRunner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1899:in 'Test::Unit::AutoRunner.run'
from /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'Kernel#require_relative'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007766db4fd580 /tmp/ruby/build/trunk-repeat20/.ext/common/socket.rb:722 sleep>
Finished thread: TestSocket#test_tcp_socket_v6_address_passed: #<Thread:0x00007766db4fd580 /tmp/ruby/build/trunk-repeat20/.ext/common/socket.rb:722 dead>
Finished(19/20) tests in 1584.760000s, 20.0586 tests/s, 4330.3863 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 25 #<File::Stat dev=0x8, ino=1655111313, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Sending interrupt
/tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Thread.handle_interrupt': Interrupt (Interrupt)
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:136:in 'Scheduler#run'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:168:in 'Scheduler#close'
from /tmp/ruby/src/trunk-repeat20/test/fiber/scheduler.rb:147:in 'Scheduler#scheduler_close'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'Kernel#fork'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:15:in 'block in TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'IO.pipe'
from /tmp/ruby/src/trunk-repeat20/test/-ext-/scheduler/test_interrupt_with_scheduler.rb:14:in 'TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1683:in 'block in Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Array#map'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1670:in 'Test::Unit::Runner#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1374:in 'Test::Unit::ExcludesOption#_run_suite'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:830:in 'block in Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:828:in 'Test::Unit::Parallel#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:865:in 'Test::Unit::Skipping#_run_suites'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1616:in 'Test::Unit::Runner#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1311:in 'Test::Unit::RepeatOption#_run_anything'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1781:in 'Test::Unit::Runner#run_tests'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1768:in 'block in Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Array#each'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1767:in 'Test::Unit::Runner#_run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1811:in 'Test::Unit::Runner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1053:in 'Test::Unit::StatusLine#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:898:in 'Test::Unit::Statistics#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1290:in 'Test::Unit::RequireFiles#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1895:in 'Test::Unit::AutoRunner#run'
from /tmp/ruby/src/trunk-repeat20/tool/lib/test/unit.rb:1899:in 'Test::Unit::AutoRunner.run'
from /tmp/ruby/src/trunk-repeat20/tool/test/runner.rb:14:in '<top (required)>'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in 'Kernel#require_relative'
from /tmp/ruby/src/trunk-repeat20/test/runner.rb:5:in '<main>'
Children under /tmp/rubytest.b81n4k:
* -rw-r--r-- 1 92480 2025-12-06 15:46:07 +0000 _ruby_box_p1646321_2_-test-+sanitizers.so
* -rw-r--r-- 1 92480 2025-12-06 10:58:31 +0000 _ruby_box_p844436_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 11:20:20 +0000 _ruby_box_p928076_2_rbconfig+sizeof.so
* -rw-r--r-- 1 835824 2025-12-06 12:15:27 +0000 _ruby_box_p1033099_2_date_core.so
* -rw-r--r-- 1 238272 2025-12-06 16:41:58 +0000 _ruby_box_p1788871_2_json+ext+parser.so
* -rw-r--r-- 1 92480 2025-12-06 12:39:12 +0000 _ruby_box_p1109801_2_-test-+sanitizers.so
* -rw-r--r-- 1 238272 2025-12-06 10:13:42 +0000 _ruby_box_p668323_2_json+ext+parser.so
* -rw-r--r-- 1 122928 2025-12-06 09:20:49 +0000 _ruby_box_p559058_2_digest.so
* -rw-r--r-- 1 92480 2025-12-06 13:57:41 +0000 _ruby_box_p1319025_2_-test-+sanitizers.so
* -rw-r--r-- 1 91488 2025-12-06 09:20:49 +0000 _ruby_box_p559058_2_io+wait.so
* -rw-r--r-- 1 92480 2025-12-06 11:20:20 +0000 _ruby_box_p928061_2_-test-+sanitizers.so
* -rw-r--r-- 1 186416 2025-12-06 09:46:24 +0000 _ruby_box_p613606_2_strscan.so
* -rw-r--r-- 1 1746096 2025-12-06 13:57:39 +0000 _ruby_box_p1318988_2_openssl.so
* -rw-r--r-- 1 92480 2025-12-06 10:36:09 +0000 _ruby_box_p750718_2_-test-+sanitizers.so
* -rw-r--r-- 1 91488 2025-12-06 15:46:06 +0000 _ruby_box_p1646294_2_io+wait.so
* -rw-r--r-- 1 125304 2025-12-06 13:57:40 +0000 _ruby_box_p1318988_2_cgi+escape.so
* -rw-r--r-- 1 183680 2025-12-06 16:16:30 +0000 _ruby_box_p1695341_2_io+console.so
* -rw-r--r-- 1 197432 2025-12-06 11:47:35 +0000 _ruby_box_p984142_2_psych.so
* -rw-r--r-- 1 145304 2025-12-06 15:16:12 +0000 _ruby_box_p1593931_2_etc.so
* -rw-r--r-- 1 183680 2025-12-06 14:25:42 +0000 _ruby_box_p1404268_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 16:41:58 +0000 _ruby_box_p1788908_2_-test-+sanitizers.so
* -rw-r--r-- 1 238272 2025-12-06 13:02:11 +0000 _ruby_box_p1212644_2_json+ext+parser.so
* -rw-r--r-- 1 186416 2025-12-06 09:02:12 +0000 _ruby_box_p455176_2_strscan.so
* -rw-r--r-- 1 92480 2025-12-06 15:16:12 +0000 _ruby_box_p1593958_2_-test-+sanitizers.so
* -rw-r--r-- 1 92480 2025-12-06 13:29:23 +0000 _ruby_box_p1269679_2_-test-+sanitizers.so
* -rw-r--r-- 1 145304 2025-12-06 16:41:58 +0000 _ruby_box_p1788871_2_etc.so
* -rw-r--r-- 1 112088 2025-12-06 12:39:13 +0000 _ruby_box_p1109838_2_rbconfig+sizeof.so
* -rw-r--r-- 1 91488 2025-12-06 13:29:22 +0000 _ruby_box_p1269662_2_io+wait.so
* -rw-r--r-- 1 92480 2025-12-06 16:41:58 +0000 _ruby_box_p1788888_2_-test-+sanitizers.so
* -rw-r--r-- 1 122928 2025-12-06 16:41:58 +0000 _ruby_box_p1788871_2_digest.so
* -rw-r--r-- 1 92480 2025-12-06 15:46:07 +0000 _ruby_box_p1646336_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 13:57:40 +0000 _ruby_box_p1319010_2_io+console.so
* -rw-r--r-- 1 91488 2025-12-06 15:16:12 +0000 _ruby_box_p1593931_2_io+wait.so
* -rw-r--r-- 1 92480 2025-12-06 13:57:39 +0000 _ruby_box_p1318988_2_-test-+sanitizers.so
* -rw-r--r-- 1 194304 2025-12-06 13:57:40 +0000 _ruby_box_p1318988_2_stringio.so
* -rw-r--r-- 1 122928 2025-12-06 14:51:52 +0000 _ruby_box_p1493659_2_digest.so
* -rw-r--r-- 1 112088 2025-12-06 15:16:12 +0000 _ruby_box_p1593968_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112088 2025-12-06 10:58:31 +0000 _ruby_box_p844436_2_rbconfig+sizeof.so
* -rw-r--r-- 1 122928 2025-12-06 09:02:11 +0000 _ruby_box_p455176_2_digest.so
* -rw-r--r-- 1 111904 2025-12-06 10:13:42 +0000 _ruby_box_p668323_2_monitor.so
* -rw-r--r-- 1 111264 2025-12-06 10:36:08 +0000 _ruby_box_p750676_2_io+nonblock.so
* -rw-r--r-- 1 92480 2025-12-06 16:41:58 +0000 _ruby_box_p1788913_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 10:58:31 +0000 _ruby_box_p844431_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 12:15:28 +0000 _ruby_box_p1033136_2_-test-+sanitizers.so
* -rw-r--r-- 1 194304 2025-12-06 10:58:30 +0000 _ruby_box_p844394_2_stringio.so
* -rw-r--r-- 1 194304 2025-12-06 13:29:22 +0000 _ruby_box_p1269662_2_stringio.so
* -rw-r--r-- 1 183680 2025-12-06 14:25:42 +0000 _ruby_box_p1404258_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 16:41:58 +0000 _ruby_box_p1788908_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183680 2025-12-06 14:25:42 +0000 _ruby_box_p1404253_2_io+console.so
* -rw-r--r-- 1 111904 2025-12-06 09:02:12 +0000 _ruby_box_p455176_2_monitor.so
* -rw-r--r-- 1 92480 2025-12-06 13:02:12 +0000 _ruby_box_p1212681_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 15:46:06 +0000 _ruby_box_p1646294_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112088 2025-12-06 12:15:27 +0000 _ruby_box_p1033116_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183680 2025-12-06 11:47:35 +0000 _ruby_box_p984179_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 16:16:29 +0000 _ruby_box_p1695304_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 13:02:11 +0000 _ruby_box_p1212644_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 13:29:23 +0000 _ruby_box_p1269699_2_rbconfig+sizeof.so
* -rw-r--r-- 1 810752 2025-12-06 15:46:06 +0000 _ruby_box_p1646294_2_socket.so
* -rw-r--r-- 1 112088 2025-12-06 15:16:12 +0000 _ruby_box_p1593973_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183680 2025-12-06 11:20:20 +0000 _ruby_box_p928056_2_io+console.so
* -rw-r--r-- 1 197432 2025-12-06 14:25:42 +0000 _ruby_box_p1404231_2_psych.so
* -rw-r--r-- 1 186416 2025-12-06 11:47:35 +0000 _ruby_box_p984142_2_strscan.so
* -rw-r--r-- 1 810752 2025-12-06 14:25:42 +0000 _ruby_box_p1404231_2_socket.so
* -rw-r--r-- 1 183680 2025-12-06 13:57:41 +0000 _ruby_box_p1319025_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 10:36:09 +0000 _ruby_box_p750698_2_-test-+sanitizers.so
* -rw-r--r-- 1 186416 2025-12-06 10:13:42 +0000 _ruby_box_p668323_2_strscan.so
* -rw-r--r-- 1 197432 2025-12-06 15:46:06 +0000 _ruby_box_p1646294_2_psych.so
* -rw-r--r-- 1 112088 2025-12-06 10:58:31 +0000 _ruby_box_p844416_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 09:02:12 +0000 _ruby_box_p455193_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 13:57:40 +0000 _ruby_box_p1319010_2_rbconfig+sizeof.so
* -rw-r--r-- 1 329800 2025-12-06 15:46:06 +0000 _ruby_box_p1646294_2_zlib.so
* -rw-r--r-- 1 183680 2025-12-06 13:57:41 +0000 _ruby_box_p1319030_2_io+console.so
* -rw-r--r-- 1 125304 2025-12-06 15:16:12 +0000 _ruby_box_p1593931_2_cgi+escape.so
* -rw-r--r-- 1 122928 2025-12-06 13:02:11 +0000 _ruby_box_p1212644_2_digest.so
* -rw-r--r-- 1 183680 2025-12-06 11:47:34 +0000 _ruby_box_p984142_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 13:57:41 +0000 _ruby_box_p1319025_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 17:08:41 +0000 _ruby_box_p1847491_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 16:41:58 +0000 _ruby_box_p1788871_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 13:29:23 +0000 _ruby_box_p1269689_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 17:08:41 +0000 _ruby_box_p1847491_2_rbconfig+sizeof.so
* -rw-r--r-- 1 122928 2025-12-06 13:29:22 +0000 _ruby_box_p1269662_2_digest.so
* -rw-r--r-- 1 197432 2025-12-06 12:39:12 +0000 _ruby_box_p1109801_2_psych.so
* -rw-r--r-- 1 112088 2025-12-06 10:13:42 +0000 _ruby_box_p668350_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112088 2025-12-06 15:46:07 +0000 _ruby_box_p1646311_2_rbconfig+sizeof.so
* -rw-r--r-- 1 111904 2025-12-06 17:08:40 +0000 _ruby_box_p1847469_2_monitor.so
* -rw-r--r-- 1 329800 2025-12-06 09:46:24 +0000 _ruby_box_p613606_2_zlib.so
* -rw-r--r-- 1 183680 2025-12-06 14:25:41 +0000 _ruby_box_p1404231_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 12:15:27 +0000 _ruby_box_p1033121_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 11:47:35 +0000 _ruby_box_p984179_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 12:15:28 +0000 _ruby_box_p1033141_2_io+console.so
* -rw-r--r-- 1 197432 2025-12-06 12:15:27 +0000 _ruby_box_p1033099_2_psych.so
* -rw-r--r-- 1 183680 2025-12-06 12:15:28 +0000 _ruby_box_p1033136_2_io+console.so
* -rw-r--r-- 1 108088 2025-12-06 09:46:24 +0000 _ruby_box_p613606_2_erb+escape.so
* -rw-r--r-- 1 111264 2025-12-06 10:13:42 +0000 _ruby_box_p668323_2_io+nonblock.so
* -rw-r--r-- 1 183680 2025-12-06 10:58:30 +0000 _ruby_box_p844394_2_io+console.so
* -rw-r--r-- 1 835824 2025-12-06 15:16:12 +0000 _ruby_box_p1593931_2_date_core.so
* -rw-r--r-- 1 183680 2025-12-06 11:47:35 +0000 _ruby_box_p984169_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 13:57:41 +0000 _ruby_box_p1319030_2_-test-+sanitizers.so
* -rw-r--r-- 1 1746096 2025-12-06 14:25:42 +0000 _ruby_box_p1404231_2_openssl.so
* -rw-r--r-- 1 183680 2025-12-06 13:29:23 +0000 _ruby_box_p1269689_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 17:08:41 +0000 _ruby_box_p1847506_2_-test-+sanitizers.so
* -rw-r--r-- 1 122928 2025-12-06 12:15:27 +0000 _ruby_box_p1033099_2_digest.so
* -rw-r--r-- 1 183680 2025-12-06 09:46:24 +0000 _ruby_box_p613623_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 13:57:40 +0000 _ruby_box_p1319005_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 09:20:50 +0000 _ruby_box_p559080_2_rbconfig+sizeof.so
* -rw-r--r-- 1 111904 2025-12-06 13:29:22 +0000 _ruby_box_p1269662_2_monitor.so
* -rw-r--r-- 1 194304 2025-12-06 12:15:27 +0000 _ruby_box_p1033099_2_stringio.so
* -rw-r--r-- 1 329800 2025-12-06 16:41:58 +0000 _ruby_box_p1788871_2_zlib.so
* -rw-r--r-- 1 92480 2025-12-06 09:46:24 +0000 _ruby_box_p613623_2_-test-+sanitizers.so
* -rw-r--r-- 1 329800 2025-12-06 16:16:29 +0000 _ruby_box_p1695304_2_zlib.so
* -rw-r--r-- 1 197432 2025-12-06 11:20:19 +0000 _ruby_box_p928034_2_psych.so
* -rw-r--r-- 1 112088 2025-12-06 11:20:20 +0000 _ruby_box_p928051_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 11:47:35 +0000 _ruby_box_p984159_2_-test-+sanitizers.so
* -rw-r--r-- 1 835824 2025-12-06 16:16:29 +0000 _ruby_box_p1695304_2_date_core.so
* -rw-r--r-- 1 112088 2025-12-06 09:02:12 +0000 _ruby_box_p455198_2_rbconfig+sizeof.so
* -rw-r--r-- 1 1746096 2025-12-06 15:16:12 +0000 _ruby_box_p1593931_2_openssl.so
* -rw-r--r-- 1 238272 2025-12-06 10:36:08 +0000 _ruby_box_p750676_2_json+ext+parser.so
* -rw-r--r-- 1 183680 2025-12-06 17:08:41 +0000 _ruby_box_p1847506_2_io+console.so
* -rw-r--r-- 1 186416 2025-12-06 10:58:30 +0000 _ruby_box_p844394_2_strscan.so
* -rw-r--r-- 1 112088 2025-12-06 11:20:20 +0000 _ruby_box_p928071_2_rbconfig+sizeof.so
* -rw-r--r-- 1 186416 2025-12-06 14:25:42 +0000 _ruby_box_p1404231_2_strscan.so
* -rw-r--r-- 1 183680 2025-12-06 16:16:30 +0000 _ruby_box_p1695331_2_io+console.so
* -rw-r--r-- 1 183680 2025-12-06 13:02:12 +0000 _ruby_box_p1212661_2_io+console.so
* -rw-r--r-- 1 111264 2025-12-06 17:08:40 +0000 _ruby_box_p1847469_2_io+nonblock.so
* -rw-r--r-- 1 92480 2025-12-06 14:25:41 +0000 _ruby_box_p1404231_2_-test-+sanitizers.so
* -rw-r--r-- 1 92480 2025-12-06 11:20:20 +0000 _ruby_box_p928051_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 14:51:53 +0000 _ruby_box_p1493696_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 09:46:25 +0000 _ruby_box_p613643_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 13:29:24 +0000 _ruby_box_p1269704_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 15:16:12 +0000 _ruby_box_p1593973_2_-test-+sanitizers.so
* -rw-r--r-- 1 108088 2025-12-06 14:25:42 +0000 _ruby_box_p1404231_2_erb+escape.so
* -rw-r--r-- 1 125304 2025-12-06 16:16:29 +0000 _ruby_box_p1695304_2_cgi+escape.so
* -rw-r--r-- 1 197432 2025-12-06 13:57:39 +0000 _ruby_box_p1318988_2_psych.so
* -rw-r--r-- 1 303584 2025-12-06 11:47:35 +0000 _ruby_box_p984142_2_json+ext+generator.so
* -rw-r--r-- 1 183680 2025-12-06 09:02:11 +0000 _ruby_box_p455176_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 09:46:25 +0000 _ruby_box_p613648_2_-test-+sanitizers.so
* -rw-r--r-- 1 92480 2025-12-06 14:51:53 +0000 _ruby_box_p1493696_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 17:08:41 +0000 _ruby_box_p1847486_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112088 2025-12-06 13:57:41 +0000 _ruby_box_p1319030_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183680 2025-12-06 14:51:52 +0000 _ruby_box_p1493659_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 10:58:30 +0000 _ruby_box_p844394_2_-test-+sanitizers.so
* -rw-r--r-- 1 145304 2025-12-06 14:51:52 +0000 _ruby_box_p1493659_2_etc.so
* -rw-r--r-- 1 238272 2025-12-06 09:46:24 +0000 _ruby_box_p613606_2_json+ext+parser.so
* -rw-r--r-- 1 92480 2025-12-06 14:25:42 +0000 _ruby_box_p1404268_2_-test-+sanitizers.so
* -rw-r--r-- 1 238272 2025-12-06 15:46:06 +0000 _ruby_box_p1646294_2_json+ext+parser.so
* -rw-r--r-- 1 183680 2025-12-06 09:46:25 +0000 _ruby_box_p613633_2_io+console.so
* -rw-r--r-- 1 91488 2025-12-06 10:13:42 +0000 _ruby_box_p668323_2_io+wait.so
* -rw-r--r-- 1 329800 2025-12-06 09:20:49 +0000 _ruby_box_p559058_2_zlib.so
* -rw-r--r-- 1 92480 2025-12-06 14:25:42 +0000 _ruby_box_p1404258_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 10:13:42 +0000 _ruby_box_p668345_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112088 2025-12-06 11:47:35 +0000 _ruby_box_p984164_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112088 2025-12-06 10:58:30 +0000 _ruby_box_p844411_2_rbconfig+sizeof.so
* -rw-r--r-- 1 197432 2025-12-06 14:51:52 +0000 _ruby_box_p1493659_2_psych.so
* -rw-r--r-- 1 835824 2025-12-06 12:39:12 +0000 _ruby_box_p1109801_2_date_core.so
* -rw-r--r-- 1 183680 2025-12-06 12:39:12 +0000 _ruby_box_p1109801_2_io+console.so
* -rw-r--r-- 1 183680 2025-12-06 10:36:09 +0000 _ruby_box_p750703_2_io+console.so
* -rw-r--r-- 1 1746096 2025-12-06 11:20:19 +0000 _ruby_box_p928034_2_openssl.so
* -rw-r--r-- 1 112088 2025-12-06 13:02:12 +0000 _ruby_box_p1212671_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 12:15:27 +0000 _ruby_box_p1033121_2_-test-+sanitizers.so
* -rw-r--r-- 1 92480 2025-12-06 13:29:23 +0000 _ruby_box_p1269684_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 17:08:41 +0000 _ruby_box_p1847496_2_io+console.so
* -rw-r--r-- 1 810752 2025-12-06 15:16:12 +0000 _ruby_box_p1593931_2_socket.so
* -rw-r--r-- 1 92480 2025-12-06 11:47:34 +0000 _ruby_box_p984142_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 10:36:09 +0000 _ruby_box_p750693_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112088 2025-12-06 13:29:23 +0000 _ruby_box_p1269679_2_rbconfig+sizeof.so
* -rw-r--r-- 1 125304 2025-12-06 11:47:35 +0000 _ruby_box_p984142_2_cgi+escape.so
* -rw-r--r-- 1 183680 2025-12-06 16:41:58 +0000 _ruby_box_p1788893_2_io+console.so
* -rw-r--r-- 1 303584 2025-12-06 12:15:27 +0000 _ruby_box_p1033099_2_json+ext+generator.so
* -rw-r--r-- 1 1746096 2025-12-06 16:41:58 +0000 _ruby_box_p1788871_2_openssl.so
* -rw-r--r-- 1 183680 2025-12-06 16:41:58 +0000 _ruby_box_p1788898_2_io+console.so
* -rw-r--r-- 1 145304 2025-12-06 14:25:42 +0000 _ruby_box_p1404231_2_etc.so
* -rw-r--r-- 1 186416 2025-12-06 09:20:49 +0000 _ruby_box_p559058_2_strscan.so
* -rw-r--r-- 1 303584 2025-12-06 16:41:58 +0000 _ruby_box_p1788871_2_json+ext+generator.so
* -rw-r--r-- 1 92480 2025-12-06 14:51:53 +0000 _ruby_box_p1493676_2_-test-+sanitizers.so
* -rw-r--r-- 1 810752 2025-12-06 16:16:29 +0000 _ruby_box_p1695304_2_socket.so
* -rw-r--r-- 1 145304 2025-12-06 12:39:12 +0000 _ruby_box_p1109801_2_etc.so
* -rw-r--r-- 1 303584 2025-12-06 14:51:52 +0000 _ruby_box_p1493659_2_json+ext+generator.so
* -rw-r--r-- 1 92480 2025-12-06 12:15:27 +0000 _ruby_box_p1033126_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 10:13:42 +0000 _ruby_box_p668323_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183680 2025-12-06 12:39:13 +0000 _ruby_box_p1109828_2_io+console.so
* -rw-r--r-- 1 194304 2025-12-06 10:36:08 +0000 _ruby_box_p750676_2_stringio.so
* -rw-r--r-- 1 183680 2025-12-06 13:02:12 +0000 _ruby_box_p1212666_2_io+console.so
* -rw-r--r-- 1 183680 2025-12-06 09:20:49 +0000 _ruby_box_p559075_2_io+console.so
* -rw-r--r-- 1 183680 2025-12-06 10:36:09 +0000 _ruby_box_p750718_2_io+console.so
* -rw-r--r-- 1 197432 2025-12-06 09:02:11 +0000 _ruby_box_p455176_2_psych.so
* -rw-r--r-- 1 91488 2025-12-06 09:02:11 +0000 _ruby_box_p455176_2_io+wait.so
* -rw-r--r-- 1 238272 2025-12-06 09:20:49 +0000 _ruby_box_p559058_2_json+ext+parser.so
* -rw-r--r-- 1 91488 2025-12-06 11:20:19 +0000 _ruby_box_p928034_2_io+wait.so
* -rw-r--r-- 1 183680 2025-12-06 16:41:58 +0000 _ruby_box_p1788871_2_io+console.so
* -rw-r--r-- 1 111904 2025-12-06 11:47:35 +0000 _ruby_box_p984142_2_monitor.so
* -rw-r--r-- 1 111904 2025-12-06 16:16:29 +0000 _ruby_box_p1695304_2_monitor.so
* -rw-r--r-- 1 92480 2025-12-06 14:25:42 +0000 _ruby_box_p1404248_2_-test-+sanitizers.so
* -rw-r--r-- 1 194304 2025-12-06 16:16:29 +0000 _ruby_box_p1695304_2_stringio.so
* -rw-r--r-- 1 111264 2025-12-06 09:20:49 +0000 _ruby_box_p559058_2_io+nonblock.so
* -rw-r--r-- 1 112088 2025-12-06 13:57:40 +0000 _ruby_box_p1319005_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 11:20:20 +0000 _ruby_box_p928076_2_-test-+sanitizers.so
* -rw-r--r-- 1 329800 2025-12-06 13:29:22 +0000 _ruby_box_p1269662_2_zlib.so
* -rw-r--r-- 1 238272 2025-12-06 13:57:39 +0000 _ruby_box_p1318988_2_json+ext+parser.so
* -rw-r--r-- 1 125304 2025-12-06 14:51:52 +0000 _ruby_box_p1493659_2_cgi+escape.so
* -rw-r--r-- 1 92480 2025-12-06 09:20:50 +0000 _ruby_box_p559080_2_-test-+sanitizers.so
* -rw-r--r-- 1 835824 2025-12-06 11:47:34 +0000 _ruby_box_p984142_2_date_core.so
* -rw-r--r-- 1 111264 2025-12-06 11:47:35 +0000 _ruby_box_p984142_2_io+nonblock.so
* -rw-r--r-- 1 92480 2025-12-06 09:02:12 +0000 _ruby_box_p455218_2_-test-+sanitizers.so
* -rw-r--r-- 1 108088 2025-12-06 09:20:49 +0000 _ruby_box_p559058_2_erb+escape.so
* -rw-r--r-- 1 183680 2025-12-06 10:13:42 +0000 _ruby_box_p668323_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 10:36:09 +0000 _ruby_box_p750693_2_-test-+sanitizers.so
* -rw-r--r-- 1 92480 2025-12-06 16:16:30 +0000 _ruby_box_p1695346_2_-test-+sanitizers.so
* -rw-r--r-- 1 835824 2025-12-06 17:08:40 +0000 _ruby_box_p1847469_2_date_core.so
* -rw-r--r-- 1 1746096 2025-12-06 13:29:22 +0000 _ruby_box_p1269662_2_openssl.so
* -rw-r--r-- 1 112088 2025-12-06 15:16:12 +0000 _ruby_box_p1593948_2_rbconfig+sizeof.so
* -rw-r--r-- 1 108088 2025-12-06 14:51:52 +0000 _ruby_box_p1493659_2_erb+escape.so
* -rw-r--r-- 1 111904 2025-12-06 13:02:11 +0000 _ruby_box_p1212644_2_monitor.so
* -rw-r--r-- 1 183680 2025-12-06 16:16:29 +0000 _ruby_box_p1695326_2_io+console.so
* -rw-r--r-- 1 303584 2025-12-06 14:25:42 +0000 _ruby_box_p1404231_2_json+ext+generator.so
* -rw-r--r-- 1 112088 2025-12-06 15:16:11 +0000 _ruby_box_p1593931_2_rbconfig+sizeof.so
* -rw-r--r-- 1 108088 2025-12-06 13:02:11 +0000 _ruby_box_p1212644_2_erb+escape.so
* -rw-r--r-- 1 92480 2025-12-06 15:46:06 +0000 _ruby_box_p1646294_2_-test-+sanitizers.so
* -rw-r--r-- 1 238272 2025-12-06 16:16:29 +0000 _ruby_box_p1695304_2_json+ext+parser.so
* -rw-r--r-- 1 92480 2025-12-06 10:13:42 +0000 _ruby_box_p668340_2_-test-+sanitizers.so
* -rw-r--r-- 1 186416 2025-12-06 13:57:40 +0000 _ruby_box_p1318988_2_strscan.so
* -rw-r--r-- 1 145304 2025-12-06 10:58:30 +0000 _ruby_box_p844394_2_etc.so
* -rw-r--r-- 1 183680 2025-12-06 17:08:41 +0000 _ruby_box_p1847491_2_io+console.so
* -rw-r--r-- 1 145304 2025-12-06 11:47:35 +0000 _ruby_box_p984142_2_etc.so
* -rw-r--r-- 1 92480 2025-12-06 10:58:30 +0000 _ruby_box_p844411_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 09:20:50 +0000 _ruby_box_p559100_2_io+console.so
* -rw-r--r-- 1 238272 2025-12-06 14:25:42 +0000 _ruby_box_p1404231_2_json+ext+parser.so
* -rw-r--r-- 1 183680 2025-12-06 10:13:43 +0000 _ruby_box_p668365_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 14:51:53 +0000 _ruby_box_p1493681_2_-test-+sanitizers.so
* -rw-r--r-- 1 810752 2025-12-06 12:39:12 +0000 _ruby_box_p1109801_2_socket.so
* -rw-r--r-- 1 91488 2025-12-06 16:41:58 +0000 _ruby_box_p1788871_2_io+wait.so
* -rw-r--r-- 1 183680 2025-12-06 13:57:41 +0000 _ruby_box_p1319015_2_io+console.so
* -rw-r--r-- 1 183680 2025-12-06 14:51:53 +0000 _ruby_box_p1493686_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 16:16:30 +0000 _ruby_box_p1695331_2_rbconfig+sizeof.so
* -rw-r--r-- 1 1746096 2025-12-06 10:36:08 +0000 _ruby_box_p750676_2_openssl.so
* -rw-r--r-- 1 145304 2025-12-06 13:57:39 +0000 _ruby_box_p1318988_2_etc.so
* -rw-r--r-- 1 183680 2025-12-06 10:58:31 +0000 _ruby_box_p844421_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 14:25:42 +0000 _ruby_box_p1404258_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 12:15:27 +0000 _ruby_box_p1033116_2_-test-+sanitizers.so
* -rw-r--r-- 1 125304 2025-12-06 12:39:13 +0000 _ruby_box_p1109801_2_cgi+escape.so
* -rw-r--r-- 1 183680 2025-12-06 15:46:07 +0000 _ruby_box_p1646316_2_io+console.so
* -rw-r--r-- 1 108088 2025-12-06 10:36:08 +0000 _ruby_box_p750676_2_erb+escape.so
* -rw-r--r-- 1 112088 2025-12-06 12:39:12 +0000 _ruby_box_p1109801_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112088 2025-12-06 16:41:58 +0000 _ruby_box_p1788898_2_rbconfig+sizeof.so
* -rw-r--r-- 1 145304 2025-12-06 11:20:19 +0000 _ruby_box_p928034_2_etc.so
* -rw-r--r-- 1 112088 2025-12-06 14:25:42 +0000 _ruby_box_p1404253_2_rbconfig+sizeof.so
* -rw-r--r-- 1 108088 2025-12-06 11:20:19 +0000 _ruby_box_p928034_2_erb+escape.so
* -rw-r--r-- 1 186416 2025-12-06 12:39:13 +0000 _ruby_box_p1109801_2_strscan.so
* -rw-r--r-- 1 183680 2025-12-06 09:20:50 +0000 _ruby_box_p559095_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 09:46:24 +0000 _ruby_box_p613606_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112088 2025-12-06 14:51:52 +0000 _ruby_box_p1493659_2_rbconfig+sizeof.so
* -rw-r--r-- 1 108088 2025-12-06 15:46:06 +0000 _ruby_box_p1646294_2_erb+escape.so
* -rw-r--r-- 1 194304 2025-12-06 10:13:42 +0000 _ruby_box_p668323_2_stringio.so
* -rw-r--r-- 1 303584 2025-12-06 09:20:49 +0000 _ruby_box_p559058_2_json+ext+generator.so
* -rw-r--r-- 1 145304 2025-12-06 12:15:27 +0000 _ruby_box_p1033099_2_etc.so
* -rw-r--r-- 1 111904 2025-12-06 14:25:42 +0000 _ruby_box_p1404231_2_monitor.so
* -rw-r--r-- 1 197432 2025-12-06 10:36:08 +0000 _ruby_box_p750676_2_psych.so
* -rw-r--r-- 1 238272 2025-12-06 10:58:30 +0000 _ruby_box_p844394_2_json+ext+parser.so
* -rw-r--r-- 1 111264 2025-12-06 12:15:27 +0000 _ruby_box_p1033099_2_io+nonblock.so
* -rw-r--r-- 1 112088 2025-12-06 10:58:31 +0000 _ruby_box_p844421_2_rbconfig+sizeof.so
* -rw-r--r-- 1 329800 2025-12-06 17:08:40 +0000 _ruby_box_p1847469_2_zlib.so
* -rw-r--r-- 1 92480 2025-12-06 16:16:30 +0000 _ruby_box_p1695341_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 11:47:35 +0000 _ruby_box_p984159_2_rbconfig+sizeof.so
* -rw-r--r-- 1 835824 2025-12-06 13:57:39 +0000 _ruby_box_p1318988_2_date_core.so
* -rw-r--r-- 1 92480 2025-12-06 10:13:43 +0000 _ruby_box_p668350_2_-test-+sanitizers.so
* -rw-r--r-- 1 303584 2025-12-06 17:08:40 +0000 _ruby_box_p1847469_2_json+ext+generator.so
* -rw-r--r-- 1 186416 2025-12-06 12:15:27 +0000 _ruby_box_p1033099_2_strscan.so
* -rw-r--r-- 1 238272 2025-12-06 12:39:12 +0000 _ruby_box_p1109801_2_json+ext+parser.so
* -rw-r--r-- 1 111264 2025-12-06 16:16:29 +0000 _ruby_box_p1695304_2_io+nonblock.so
* -rw-r--r-- 1 183680 2025-12-06 12:15:27 +0000 _ruby_box_p1033121_2_io+console.so
* -rw-r--r-- 1 1746096 2025-12-06 10:13:42 +0000 _ruby_box_p668323_2_openssl.so
* -rw-r--r-- 1 92480 2025-12-06 11:47:35 +0000 _ruby_box_p984164_2_-test-+sanitizers.so
* -rw-r--r-- 1 1746096 2025-12-06 09:20:49 +0000 _ruby_box_p559058_2_openssl.so
* -rw-r--r-- 1 122928 2025-12-06 17:08:40 +0000 _ruby_box_p1847469_2_digest.so
* -rw-r--r-- 1 183680 2025-12-06 11:47:36 +0000 _ruby_box_p984184_2_io+console.so
* -rw-r--r-- 1 303584 2025-12-06 10:13:42 +0000 _ruby_box_p668323_2_json+ext+generator.so
* -rw-r--r-- 1 183680 2025-12-06 12:39:13 +0000 _ruby_box_p1109818_2_io+console.so
* -rw-r--r-- 1 183680 2025-12-06 11:20:19 +0000 _ruby_box_p928034_2_io+console.so
* -rw-r--r-- 1 183680 2025-12-06 11:20:20 +0000 _ruby_box_p928076_2_io+console.so
* -rw-r--r-- 1 111264 2025-12-06 15:46:06 +0000 _ruby_box_p1646294_2_io+nonblock.so
* -rw-r--r-- 1 92480 2025-12-06 14:25:42 +0000 _ruby_box_p1404253_2_-test-+sanitizers.so
* -rw-r--r-- 1 92480 2025-12-06 13:02:12 +0000 _ruby_box_p1212686_2_-test-+sanitizers.so
* -rw-r--r-- 1 835824 2025-12-06 09:46:24 +0000 _ruby_box_p613606_2_date_core.so
* -rw-r--r-- 1 183680 2025-12-06 13:57:40 +0000 _ruby_box_p1319005_2_io+console.so
* -rw-r--r-- 1 197432 2025-12-06 17:08:40 +0000 _ruby_box_p1847469_2_psych.so
* -rw-r--r-- 1 112088 2025-12-06 12:39:13 +0000 _ruby_box_p1109818_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183680 2025-12-06 17:08:41 +0000 _ruby_box_p1847511_2_io+console.so
* -rw-r--r-- 1 183680 2025-12-06 09:46:25 +0000 _ruby_box_p613628_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 10:13:43 +0000 _ruby_box_p668360_2_-test-+sanitizers.so
* -rw-r--r-- 1 108088 2025-12-06 12:15:27 +0000 _ruby_box_p1033099_2_erb+escape.so
* -rw-r--r-- 1 329800 2025-12-06 10:13:42 +0000 _ruby_box_p668323_2_zlib.so
* -rw-r--r-- 1 183680 2025-12-06 12:39:14 +0000 _ruby_box_p1109843_2_io+console.so
* -rw-r--r-- 1 1746096 2025-12-06 09:46:24 +0000 _ruby_box_p613606_2_openssl.so
* -rw-r--r-- 1 112088 2025-12-06 16:16:30 +0000 _ruby_box_p1695341_2_rbconfig+sizeof.so
* -rw-r--r-- 1 122928 2025-12-06 11:20:19 +0000 _ruby_box_p928034_2_digest.so
* -rw-r--r-- 1 183680 2025-12-06 14:25:42 +0000 _ruby_box_p1404248_2_io+console.so
* -rw-r--r-- 1 125304 2025-12-06 13:29:22 +0000 _ruby_box_p1269662_2_cgi+escape.so
* -rw-r--r-- 1 92480 2025-12-06 09:02:12 +0000 _ruby_box_p455213_2_-test-+sanitizers.so
* -rw-r--r-- 1 108088 2025-12-06 15:16:12 +0000 _ruby_box_p1593931_2_erb+escape.so
* -rw-r--r-- 1 112088 2025-12-06 10:36:09 +0000 _ruby_box_p750698_2_rbconfig+sizeof.so
* -rw-r--r-- 1 91488 2025-12-06 10:58:30 +0000 _ruby_box_p844394_2_io+wait.so
* -rw-r--r-- 1 108088 2025-12-06 16:41:58 +0000 _ruby_box_p1788871_2_erb+escape.so
* -rw-r--r-- 1 92480 2025-12-06 13:02:12 +0000 _ruby_box_p1212666_2_-test-+sanitizers.so
* -rw-r--r-- 1 329800 2025-12-06 13:57:39 +0000 _ruby_box_p1318988_2_zlib.so
* -rw-r--r-- 1 183680 2025-12-06 11:20:20 +0000 _ruby_box_p928061_2_io+console.so
* -rw-r--r-- 1 197432 2025-12-06 10:13:42 +0000 _ruby_box_p668323_2_psych.so
* -rw-r--r-- 1 111264 2025-12-06 14:51:52 +0000 _ruby_box_p1493659_2_io+nonblock.so
* -rw-r--r-- 1 111264 2025-12-06 13:57:39 +0000 _ruby_box_p1318988_2_io+nonblock.so
* -rw-r--r-- 1 92480 2025-12-06 15:16:12 +0000 _ruby_box_p1593931_2_-test-+sanitizers.so
* -rw-r--r-- 1 92480 2025-12-06 10:13:42 +0000 _ruby_box_p668345_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 15:46:07 +0000 _ruby_box_p1646311_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 17:08:41 +0000 _ruby_box_p1847506_2_rbconfig+sizeof.so
* -rw-r--r-- 1 329800 2025-12-06 12:15:27 +0000 _ruby_box_p1033099_2_zlib.so
* -rw-r--r-- 1 112088 2025-12-06 10:13:42 +0000 _ruby_box_p668340_2_rbconfig+sizeof.so
* -rw-r--r-- 1 303584 2025-12-06 16:16:29 +0000 _ruby_box_p1695304_2_json+ext+generator.so
* -rw-r--r-- 1 122928 2025-12-06 15:16:12 +0000 _ruby_box_p1593931_2_digest.so
* -rw-r--r-- 1 835824 2025-12-06 15:46:06 +0000 _ruby_box_p1646294_2_date_core.so
* -rw-r--r-- 1 112088 2025-12-06 15:16:12 +0000 _ruby_box_p1593953_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183680 2025-12-06 15:16:12 +0000 _ruby_box_p1593968_2_io+console.so
* -rw-r--r-- 1 303584 2025-12-06 09:46:24 +0000 _ruby_box_p613606_2_json+ext+generator.so
* -rw-r--r-- 1 112088 2025-12-06 10:13:43 +0000 _ruby_box_p668360_2_rbconfig+sizeof.so
* -rw-r--r-- 1 108088 2025-12-06 16:16:29 +0000 _ruby_box_p1695304_2_erb+escape.so
* -rw-r--r-- 1 112088 2025-12-06 09:02:11 +0000 _ruby_box_p455176_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183680 2025-12-06 14:25:43 +0000 _ruby_box_p1404273_2_io+console.so
* -rw-r--r-- 1 122928 2025-12-06 10:36:08 +0000 _ruby_box_p750676_2_digest.so
* -rw-r--r-- 1 112088 2025-12-06 11:20:20 +0000 _ruby_box_p928061_2_rbconfig+sizeof.so
* -rw-r--r-- 1 835824 2025-12-06 14:51:52 +0000 _ruby_box_p1493659_2_date_core.so
* -rw-r--r-- 1 145304 2025-12-06 10:13:42 +0000 _ruby_box_p668323_2_etc.so
* -rw-r--r-- 1 238272 2025-12-06 11:20:19 +0000 _ruby_box_p928034_2_json+ext+parser.so
* -rw-r--r-- 1 92480 2025-12-06 10:13:42 +0000 _ruby_box_p668323_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 09:46:24 +0000 _ruby_box_p613606_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 12:15:28 +0000 _ruby_box_p1033141_2_-test-+sanitizers.so
* -rw-r--r-- 1 810752 2025-12-06 13:29:22 +0000 _ruby_box_p1269662_2_socket.so
* -rw-r--r-- 1 186416 2025-12-06 16:16:29 +0000 _ruby_box_p1695304_2_strscan.so
* -rw-r--r-- 1 183680 2025-12-06 15:46:07 +0000 _ruby_box_p1646321_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 09:20:50 +0000 _ruby_box_p559085_2_rbconfig+sizeof.so
* -rw-r--r-- 1 1746096 2025-12-06 12:15:27 +0000 _ruby_box_p1033099_2_openssl.so
* -rw-r--r-- 1 111904 2025-12-06 12:15:27 +0000 _ruby_box_p1033099_2_monitor.so
* -rw-r--r-- 1 303584 2025-12-06 13:29:22 +0000 _ruby_box_p1269662_2_json+ext+generator.so
* -rw-r--r-- 1 92480 2025-12-06 12:39:13 +0000 _ruby_box_p1109838_2_-test-+sanitizers.so
* -rw-r--r-- 1 145304 2025-12-06 17:08:40 +0000 _ruby_box_p1847469_2_etc.so
* -rw-r--r-- 1 91488 2025-12-06 12:39:12 +0000 _ruby_box_p1109801_2_io+wait.so
* -rw-r--r-- 1 92480 2025-12-06 16:41:58 +0000 _ruby_box_p1788893_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 11:47:35 +0000 _ruby_box_p984164_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 15:16:12 +0000 _ruby_box_p1593958_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 12:39:13 +0000 _ruby_box_p1109828_2_-test-+sanitizers.so
* -rw-r--r-- 1 194304 2025-12-06 09:46:24 +0000 _ruby_box_p613606_2_stringio.so
* -rw-r--r-- 1 112088 2025-12-06 15:46:07 +0000 _ruby_box_p1646316_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112088 2025-12-06 09:46:25 +0000 _ruby_box_p613648_2_rbconfig+sizeof.so
* -rw-r--r-- 1 810752 2025-12-06 11:47:35 +0000 _ruby_box_p984142_2_socket.so
* -rw-r--r-- 1 238272 2025-12-06 17:08:40 +0000 _ruby_box_p1847469_2_json+ext+parser.so
* -rw-r--r-- 1 108088 2025-12-06 09:02:12 +0000 _ruby_box_p455176_2_erb+escape.so
* -rw-r--r-- 1 112088 2025-12-06 11:20:19 +0000 _ruby_box_p928034_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183680 2025-12-06 09:46:25 +0000 _ruby_box_p613648_2_io+console.so
* -rw-r--r-- 1 125304 2025-12-06 10:13:42 +0000 _ruby_box_p668323_2_cgi+escape.so
* -rw-r--r-- 1 112088 2025-12-06 12:39:14 +0000 _ruby_box_p1109843_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 17:08:40 +0000 _ruby_box_p1847469_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 16:41:58 +0000 _ruby_box_p1788913_2_io+console.so
* -rw-r--r-- 1 111904 2025-12-06 11:20:19 +0000 _ruby_box_p928034_2_monitor.so
* -rw-r--r-- 1 91488 2025-12-06 14:25:42 +0000 _ruby_box_p1404231_2_io+wait.so
* -rw-r--r-- 1 111264 2025-12-06 16:41:58 +0000 _ruby_box_p1788871_2_io+nonblock.so
* -rw-r--r-- 1 183680 2025-12-06 11:47:35 +0000 _ruby_box_p984159_2_io+console.so
* -rw-r--r-- 1 108088 2025-12-06 10:13:42 +0000 _ruby_box_p668323_2_erb+escape.so
* -rw-r--r-- 1 112088 2025-12-06 09:02:12 +0000 _ruby_box_p455213_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 14:25:43 +0000 _ruby_box_p1404273_2_-test-+sanitizers.so
* -rw-r--r-- 1 92480 2025-12-06 12:39:13 +0000 _ruby_box_p1109818_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 09:46:25 +0000 _ruby_box_p613628_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183680 2025-12-06 15:16:12 +0000 _ruby_box_p1593931_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 13:02:12 +0000 _ruby_box_p1212681_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112088 2025-12-06 16:16:29 +0000 _ruby_box_p1695326_2_rbconfig+sizeof.so
* -rw-r--r-- 1 111904 2025-12-06 16:41:58 +0000 _ruby_box_p1788871_2_monitor.so
* -rw-r--r-- 1 112088 2025-12-06 14:25:42 +0000 _ruby_box_p1404268_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183680 2025-12-06 13:02:12 +0000 _ruby_box_p1212686_2_io+console.so
* -rw-r--r-- 1 183680 2025-12-06 09:46:25 +0000 _ruby_box_p613643_2_io+console.so
* -rw-r--r-- 1 111904 2025-12-06 13:57:40 +0000 _ruby_box_p1318988_2_monitor.so
* -rw-r--r-- 1 183680 2025-12-06 10:58:31 +0000 _ruby_box_p844431_2_io+console.so
* -rw-r--r-- 1 810752 2025-12-06 09:46:24 +0000 _ruby_box_p613606_2_socket.so
* -rw-r--r-- 1 112088 2025-12-06 14:51:53 +0000 _ruby_box_p1493681_2_rbconfig+sizeof.so
* -rw-r--r-- 1 91488 2025-12-06 12:15:27 +0000 _ruby_box_p1033099_2_io+wait.so
* -rw-r--r-- 1 183680 2025-12-06 12:15:27 +0000 _ruby_box_p1033116_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 10:58:30 +0000 _ruby_box_p844394_2_rbconfig+sizeof.so
* -rw-r--r-- 1 238272 2025-12-06 15:16:12 +0000 _ruby_box_p1593931_2_json+ext+parser.so
* -rw-r--r-- 1 329800 2025-12-06 13:02:11 +0000 _ruby_box_p1212644_2_zlib.so
* -rw-r--r-- 1 835824 2025-12-06 10:58:30 +0000 _ruby_box_p844394_2_date_core.so
* -rw-r--r-- 1 125304 2025-12-06 09:20:49 +0000 _ruby_box_p559058_2_cgi+escape.so
* -rw-r--r-- 1 183680 2025-12-06 15:16:12 +0000 _ruby_box_p1593948_2_io+console.so
* -rw-r--r-- 1 145304 2025-12-06 09:02:11 +0000 _ruby_box_p455176_2_etc.so
* -rw-r--r-- 1 183680 2025-12-06 15:16:12 +0000 _ruby_box_p1593958_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 17:08:41 +0000 _ruby_box_p1847511_2_rbconfig+sizeof.so
* -rw-r--r-- 1 186416 2025-12-06 15:16:12 +0000 _ruby_box_p1593931_2_strscan.so
* -rw-r--r-- 1 112088 2025-12-06 13:02:11 +0000 _ruby_box_p1212644_2_rbconfig+sizeof.so
* -rw-r--r-- 1 111264 2025-12-06 14:25:42 +0000 _ruby_box_p1404231_2_io+nonblock.so
* -rw-r--r-- 1 810752 2025-12-06 13:57:39 +0000 _ruby_box_p1318988_2_socket.so
* -rw-r--r-- 1 183680 2025-12-06 09:20:49 +0000 _ruby_box_p559058_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 15:46:07 +0000 _ruby_box_p1646321_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112088 2025-12-06 09:46:24 +0000 _ruby_box_p613623_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 09:46:25 +0000 _ruby_box_p613633_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 10:36:09 +0000 _ruby_box_p750703_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183680 2025-12-06 16:16:29 +0000 _ruby_box_p1695321_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 13:57:40 +0000 _ruby_box_p1319010_2_-test-+sanitizers.so
* -rw-r--r-- 1 303584 2025-12-06 10:36:08 +0000 _ruby_box_p750676_2_json+ext+generator.so
* -rw-r--r-- 1 183680 2025-12-06 10:13:43 +0000 _ruby_box_p668360_2_io+console.so
* -rw-r--r-- 1 197432 2025-12-06 13:29:22 +0000 _ruby_box_p1269662_2_psych.so
* -rw-r--r-- 1 1746096 2025-12-06 13:02:11 +0000 _ruby_box_p1212644_2_openssl.so
* -rw-r--r-- 1 112088 2025-12-06 17:08:41 +0000 _ruby_box_p1847496_2_rbconfig+sizeof.so
* -rw-r--r-- 1 91488 2025-12-06 09:46:24 +0000 _ruby_box_p613606_2_io+wait.so
* -rw-r--r-- 1 111264 2025-12-06 12:39:13 +0000 _ruby_box_p1109801_2_io+nonblock.so
* -rw-r--r-- 1 108088 2025-12-06 17:08:40 +0000 _ruby_box_p1847469_2_erb+escape.so
* -rw-r--r-- 1 92480 2025-12-06 17:08:41 +0000 _ruby_box_p1847496_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 12:39:13 +0000 _ruby_box_p1109823_2_io+console.so
* -rw-r--r-- 1 125304 2025-12-06 10:36:08 +0000 _ruby_box_p750676_2_cgi+escape.so
* -rw-r--r-- 1 183680 2025-12-06 10:58:31 +0000 _ruby_box_p844436_2_io+console.so
* -rw-r--r-- 1 111904 2025-12-06 09:46:24 +0000 _ruby_box_p613606_2_monitor.so
* -rw-r--r-- 1 183680 2025-12-06 10:36:09 +0000 _ruby_box_p750698_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 11:47:36 +0000 _ruby_box_p984184_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 10:58:31 +0000 _ruby_box_p844416_2_io+console.so
* -rw-r--r-- 1 183680 2025-12-06 13:29:23 +0000 _ruby_box_p1269699_2_io+console.so
* -rw-r--r-- 1 238272 2025-12-06 12:15:27 +0000 _ruby_box_p1033099_2_json+ext+parser.so
* -rw-r--r-- 1 303584 2025-12-06 10:58:30 +0000 _ruby_box_p844394_2_json+ext+generator.so
* -rw-r--r-- 1 810752 2025-12-06 17:08:40 +0000 _ruby_box_p1847469_2_socket.so
* -rw-r--r-- 1 92480 2025-12-06 13:29:24 +0000 _ruby_box_p1269704_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 11:20:20 +0000 _ruby_box_p928071_2_io+console.so
* -rw-r--r-- 1 810752 2025-12-06 13:02:11 +0000 _ruby_box_p1212644_2_socket.so
* -rw-r--r-- 1 835824 2025-12-06 11:20:19 +0000 _ruby_box_p928034_2_date_core.so
* -rw-r--r-- 1 111904 2025-12-06 15:16:12 +0000 _ruby_box_p1593931_2_monitor.so
* -rw-r--r-- 1 92480 2025-12-06 15:16:12 +0000 _ruby_box_p1593953_2_-test-+sanitizers.so
* -rw-r--r-- 1 810752 2025-12-06 16:41:58 +0000 _ruby_box_p1788871_2_socket.so
* -rw-r--r-- 1 122928 2025-12-06 15:46:06 +0000 _ruby_box_p1646294_2_digest.so
* -rw-r--r-- 1 92480 2025-12-06 09:02:12 +0000 _ruby_box_p455203_2_-test-+sanitizers.so
* -rw-r--r-- 1 194304 2025-12-06 11:47:35 +0000 _ruby_box_p984142_2_stringio.so
* -rw-r--r-- 1 92480 2025-12-06 09:20:50 +0000 _ruby_box_p559100_2_-test-+sanitizers.so
* -rw-r--r-- 1 108088 2025-12-06 13:57:40 +0000 _ruby_box_p1318988_2_erb+escape.so
* -rw-r--r-- 1 183680 2025-12-06 16:16:30 +0000 _ruby_box_p1695346_2_io+console.so
* -rw-r--r-- 1 810752 2025-12-06 09:20:49 +0000 _ruby_box_p559058_2_socket.so
* -rw-r--r-- 1 112088 2025-12-06 09:20:50 +0000 _ruby_box_p559095_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112088 2025-12-06 09:46:25 +0000 _ruby_box_p613633_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112088 2025-12-06 11:47:34 +0000 _ruby_box_p984142_2_rbconfig+sizeof.so
* -rw-r--r-- 1 186416 2025-12-06 16:41:58 +0000 _ruby_box_p1788871_2_strscan.so
* -rw-r--r-- 1 122928 2025-12-06 10:13:42 +0000 _ruby_box_p668323_2_digest.so
* -rw-r--r-- 1 183680 2025-12-06 13:29:23 +0000 _ruby_box_p1269684_2_io+console.so
* -rw-r--r-- 1 183680 2025-12-06 10:13:42 +0000 _ruby_box_p668340_2_io+console.so
* -rw-r--r-- 1 1746096 2025-12-06 11:47:35 +0000 _ruby_box_p984142_2_openssl.so
* -rw-r--r-- 1 183680 2025-12-06 15:16:12 +0000 _ruby_box_p1593973_2_io+console.so
* -rw-r--r-- 1 125304 2025-12-06 17:08:40 +0000 _ruby_box_p1847469_2_cgi+escape.so
* -rw-r--r-- 1 112088 2025-12-06 10:36:09 +0000 _ruby_box_p750718_2_rbconfig+sizeof.so
* -rw-r--r-- 1 303584 2025-12-06 12:39:12 +0000 _ruby_box_p1109801_2_json+ext+generator.so
* -rw-r--r-- 1 112088 2025-12-06 12:15:27 +0000 _ruby_box_p1033126_2_rbconfig+sizeof.so
* -rw-r--r-- 1 238272 2025-12-06 09:02:11 +0000 _ruby_box_p455176_2_json+ext+parser.so
* -rw-r--r-- 1 197432 2025-12-06 09:20:49 +0000 _ruby_box_p559058_2_psych.so
* -rw-r--r-- 1 92480 2025-12-06 10:13:43 +0000 _ruby_box_p668365_2_-test-+sanitizers.so
* -rw-r--r-- 1 92480 2025-12-06 09:02:11 +0000 _ruby_box_p455176_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 14:51:53 +0000 _ruby_box_p1493701_2_rbconfig+sizeof.so
* -rw-r--r-- 1 91488 2025-12-06 11:47:35 +0000 _ruby_box_p984142_2_io+wait.so
* -rw-r--r-- 1 183680 2025-12-06 14:51:53 +0000 _ruby_box_p1493701_2_io+console.so
* -rw-r--r-- 1 183680 2025-12-06 12:15:26 +0000 _ruby_box_p1033099_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 09:02:12 +0000 _ruby_box_p455193_2_rbconfig+sizeof.so
* -rw-r--r-- 1 810752 2025-12-06 11:20:19 +0000 _ruby_box_p928034_2_socket.so
* -rw-r--r-- 1 92480 2025-12-06 15:16:12 +0000 _ruby_box_p1593968_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 16:41:58 +0000 _ruby_box_p1788888_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183680 2025-12-06 15:16:12 +0000 _ruby_box_p1593953_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 09:02:12 +0000 _ruby_box_p455218_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 16:41:58 +0000 _ruby_box_p1788871_2_-test-+sanitizers.so
* -rw-r--r-- 1 238272 2025-12-06 14:51:52 +0000 _ruby_box_p1493659_2_json+ext+parser.so
* -rw-r--r-- 1 125304 2025-12-06 15:46:06 +0000 _ruby_box_p1646294_2_cgi+escape.so
* -rw-r--r-- 1 92480 2025-12-06 10:36:09 +0000 _ruby_box_p750713_2_-test-+sanitizers.so
* -rw-r--r-- 1 111904 2025-12-06 10:36:08 +0000 _ruby_box_p750676_2_monitor.so
* -rw-r--r-- 1 303584 2025-12-06 11:20:19 +0000 _ruby_box_p928034_2_json+ext+generator.so
* -rw-r--r-- 1 329800 2025-12-06 10:36:08 +0000 _ruby_box_p750676_2_zlib.so
* -rw-r--r-- 1 92480 2025-12-06 09:46:24 +0000 _ruby_box_p613606_2_-test-+sanitizers.so
* -rw-r--r-- 1 186416 2025-12-06 13:02:11 +0000 _ruby_box_p1212644_2_strscan.so
* -rw-r--r-- 1 92480 2025-12-06 14:51:53 +0000 _ruby_box_p1493701_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 09:02:12 +0000 _ruby_box_p455213_2_io+console.so
* -rw-r--r-- 1 183680 2025-12-06 13:02:12 +0000 _ruby_box_p1212681_2_io+console.so
* -rw-r--r-- 1 186416 2025-12-06 10:36:08 +0000 _ruby_box_p750676_2_strscan.so
* -rw-r--r-- 1 125304 2025-12-06 12:15:27 +0000 _ruby_box_p1033099_2_cgi+escape.so
* -rw-r--r-- 1 92480 2025-12-06 14:51:53 +0000 _ruby_box_p1493686_2_-test-+sanitizers.so
* -rw-r--r-- 1 194304 2025-12-06 16:41:58 +0000 _ruby_box_p1788871_2_stringio.so
* -rw-r--r-- 1 194304 2025-12-06 12:39:13 +0000 _ruby_box_p1109801_2_stringio.so
* -rw-r--r-- 1 91488 2025-12-06 10:36:08 +0000 _ruby_box_p750676_2_io+wait.so
* -rw-r--r-- 1 92480 2025-12-06 10:36:09 +0000 _ruby_box_p750703_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 13:02:12 +0000 _ruby_box_p1212686_2_rbconfig+sizeof.so
* -rw-r--r-- 1 835824 2025-12-06 16:41:58 +0000 _ruby_box_p1788871_2_date_core.so
* -rw-r--r-- 1 194304 2025-12-06 13:02:11 +0000 _ruby_box_p1212644_2_stringio.so
* -rw-r--r-- 1 810752 2025-12-06 10:58:30 +0000 _ruby_box_p844394_2_socket.so
* -rw-r--r-- 1 111264 2025-12-06 09:46:24 +0000 _ruby_box_p613606_2_io+nonblock.so
* -rw-r--r-- 1 111904 2025-12-06 09:20:49 +0000 _ruby_box_p559058_2_monitor.so
* -rw-r--r-- 1 112088 2025-12-06 14:25:43 +0000 _ruby_box_p1404273_2_rbconfig+sizeof.so
* -rw-r--r-- 1 835824 2025-12-06 13:02:11 +0000 _ruby_box_p1212644_2_date_core.so
* -rw-r--r-- 1 194304 2025-12-06 09:02:12 +0000 _ruby_box_p455176_2_stringio.so
* -rw-r--r-- 1 112088 2025-12-06 11:20:20 +0000 _ruby_box_p928056_2_rbconfig+sizeof.so
* -rw-r--r-- 1 303584 2025-12-06 09:02:11 +0000 _ruby_box_p455176_2_json+ext+generator.so
* -rw-r--r-- 1 303584 2025-12-06 13:57:39 +0000 _ruby_box_p1318988_2_json+ext+generator.so
* -rw-r--r-- 1 125304 2025-12-06 16:41:58 +0000 _ruby_box_p1788871_2_cgi+escape.so
* -rw-r--r-- 1 329800 2025-12-06 14:51:52 +0000 _ruby_box_p1493659_2_zlib.so
* -rw-r--r-- 1 111264 2025-12-06 13:29:22 +0000 _ruby_box_p1269662_2_io+nonblock.so
* -rw-r--r-- 1 145304 2025-12-06 09:20:49 +0000 _ruby_box_p559058_2_etc.so
* -rw-r--r-- 1 112088 2025-12-06 10:13:43 +0000 _ruby_box_p668365_2_rbconfig+sizeof.so
* -rw-r--r-- 1 303584 2025-12-06 13:02:11 +0000 _ruby_box_p1212644_2_json+ext+generator.so
* -rw-r--r-- 1 122928 2025-12-06 11:47:35 +0000 _ruby_box_p984142_2_digest.so
* -rw-r--r-- 1 112088 2025-12-06 12:39:13 +0000 _ruby_box_p1109823_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 11:47:35 +0000 _ruby_box_p984169_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 12:15:27 +0000 _ruby_box_p1033126_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 12:39:13 +0000 _ruby_box_p1109828_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112088 2025-12-06 13:02:12 +0000 _ruby_box_p1212666_2_rbconfig+sizeof.so
* -rw-r--r-- 1 194304 2025-12-06 14:51:52 +0000 _ruby_box_p1493659_2_stringio.so
* -rw-r--r-- 1 329800 2025-12-06 09:02:11 +0000 _ruby_box_p455176_2_zlib.so
* -rw-r--r-- 1 91488 2025-12-06 14:51:52 +0000 _ruby_box_p1493659_2_io+wait.so
* -rw-r--r-- 1 92480 2025-12-06 11:20:20 +0000 _ruby_box_p928056_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 10:58:30 +0000 _ruby_box_p844411_2_io+console.so
* -rw-r--r-- 1 125304 2025-12-06 14:25:42 +0000 _ruby_box_p1404231_2_cgi+escape.so
* -rw-r--r-- 1 183680 2025-12-06 13:29:23 +0000 _ruby_box_p1269679_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 16:41:58 +0000 _ruby_box_p1788913_2_rbconfig+sizeof.so
* -rw-r--r-- 1 197432 2025-12-06 15:16:12 +0000 _ruby_box_p1593931_2_psych.so
* -rw-r--r-- 1 183680 2025-12-06 15:46:06 +0000 _ruby_box_p1646294_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 10:36:08 +0000 _ruby_box_p750676_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 13:02:12 +0000 _ruby_box_p1212671_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 09:46:25 +0000 _ruby_box_p613643_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183680 2025-12-06 15:46:07 +0000 _ruby_box_p1646336_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 10:36:09 +0000 _ruby_box_p750713_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 09:02:12 +0000 _ruby_box_p455198_2_-test-+sanitizers.so
* -rw-r--r-- 1 92480 2025-12-06 10:58:31 +0000 _ruby_box_p844421_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 13:57:41 +0000 _ruby_box_p1319015_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 15:16:12 +0000 _ruby_box_p1593948_2_-test-+sanitizers.so
* -rw-r--r-- 1 125304 2025-12-06 09:02:12 +0000 _ruby_box_p455176_2_cgi+escape.so
* -rw-r--r-- 1 122928 2025-12-06 12:39:13 +0000 _ruby_box_p1109801_2_digest.so
* -rw-r--r-- 1 329800 2025-12-06 11:20:19 +0000 _ruby_box_p928034_2_zlib.so
* -rw-r--r-- 1 183680 2025-12-06 13:02:11 +0000 _ruby_box_p1212644_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 17:08:41 +0000 _ruby_box_p1847511_2_-test-+sanitizers.so
* -rw-r--r-- 1 145304 2025-12-06 13:02:11 +0000 _ruby_box_p1212644_2_etc.so
* -rw-r--r-- 1 112088 2025-12-06 11:47:36 +0000 _ruby_box_p984184_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183680 2025-12-06 15:46:07 +0000 _ruby_box_p1646331_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 14:51:52 +0000 _ruby_box_p1493659_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 14:51:53 +0000 _ruby_box_p1493686_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 15:46:07 +0000 _ruby_box_p1646331_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 10:13:42 +0000 _ruby_box_p668345_2_io+console.so
* -rw-r--r-- 1 183680 2025-12-06 09:20:50 +0000 _ruby_box_p559080_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 11:20:19 +0000 _ruby_box_p928034_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 13:29:22 +0000 _ruby_box_p1269662_2_io+console.so
* -rw-r--r-- 1 197432 2025-12-06 13:02:11 +0000 _ruby_box_p1212644_2_psych.so
* -rw-r--r-- 1 92480 2025-12-06 16:41:58 +0000 _ruby_box_p1788898_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 16:41:58 +0000 _ruby_box_p1788908_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 11:20:20 +0000 _ruby_box_p928071_2_-test-+sanitizers.so
* -rw-r--r-- 1 122928 2025-12-06 10:58:30 +0000 _ruby_box_p844394_2_digest.so
* -rw-r--r-- 1 122928 2025-12-06 13:57:39 +0000 _ruby_box_p1318988_2_digest.so
* -rw-r--r-- 1 303584 2025-12-06 15:46:06 +0000 _ruby_box_p1646294_2_json+ext+generator.so
* -rw-r--r-- 1 183680 2025-12-06 14:51:53 +0000 _ruby_box_p1493681_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 16:16:29 +0000 _ruby_box_p1695326_2_-test-+sanitizers.so
* -rw-r--r-- 1 111904 2025-12-06 10:58:30 +0000 _ruby_box_p844394_2_monitor.so
* -rw-r--r-- 1 112088 2025-12-06 17:08:40 +0000 _ruby_box_p1847469_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183680 2025-12-06 17:08:41 +0000 _ruby_box_p1847486_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 15:46:07 +0000 _ruby_box_p1646331_2_rbconfig+sizeof.so
* -rw-r--r-- 1 238272 2025-12-06 13:29:22 +0000 _ruby_box_p1269662_2_json+ext+parser.so
* -rw-r--r-- 1 91488 2025-12-06 16:16:29 +0000 _ruby_box_p1695304_2_io+wait.so
* -rw-r--r-- 1 238272 2025-12-06 11:47:35 +0000 _ruby_box_p984142_2_json+ext+parser.so
* -rw-r--r-- 1 810752 2025-12-06 14:51:52 +0000 _ruby_box_p1493659_2_socket.so
* -rw-r--r-- 1 197432 2025-12-06 10:58:30 +0000 _ruby_box_p844394_2_psych.so
* -rw-r--r-- 1 112088 2025-12-06 09:20:49 +0000 _ruby_box_p559058_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112088 2025-12-06 14:51:53 +0000 _ruby_box_p1493676_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 15:46:07 +0000 _ruby_box_p1646311_2_-test-+sanitizers.so
* -rw-r--r-- 1 92480 2025-12-06 16:16:30 +0000 _ruby_box_p1695331_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 13:02:12 +0000 _ruby_box_p1212661_2_rbconfig+sizeof.so
* -rw-r--r-- 1 835824 2025-12-06 14:25:41 +0000 _ruby_box_p1404231_2_date_core.so
* -rw-r--r-- 1 186416 2025-12-06 11:20:19 +0000 _ruby_box_p928034_2_strscan.so
* -rw-r--r-- 1 183680 2025-12-06 09:02:12 +0000 _ruby_box_p455203_2_io+console.so
* -rw-r--r-- 1 1746096 2025-12-06 10:58:30 +0000 _ruby_box_p844394_2_openssl.so
* -rw-r--r-- 1 125304 2025-12-06 11:20:19 +0000 _ruby_box_p928034_2_cgi+escape.so
* -rw-r--r-- 1 122928 2025-12-06 14:25:42 +0000 _ruby_box_p1404231_2_digest.so
* -rw-r--r-- 1 111904 2025-12-06 12:39:13 +0000 _ruby_box_p1109801_2_monitor.so
* -rw-r--r-- 1 145304 2025-12-06 16:16:29 +0000 _ruby_box_p1695304_2_etc.so
* -rw-r--r-- 1 810752 2025-12-06 10:36:08 +0000 _ruby_box_p750676_2_socket.so
* -rw-r--r-- 1 183680 2025-12-06 09:20:50 +0000 _ruby_box_p559085_2_io+console.so
* -rw-r--r-- 1 1746096 2025-12-06 12:39:13 +0000 _ruby_box_p1109801_2_openssl.so
* -rw-r--r-- 1 112088 2025-12-06 11:47:35 +0000 _ruby_box_p984179_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112088 2025-12-06 09:02:12 +0000 _ruby_box_p455203_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 12:15:26 +0000 _ruby_box_p1033099_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 15:46:07 +0000 _ruby_box_p1646336_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183680 2025-12-06 14:51:53 +0000 _ruby_box_p1493676_2_io+console.so
* -rw-r--r-- 1 108088 2025-12-06 11:47:35 +0000 _ruby_box_p984142_2_erb+escape.so
* -rw-r--r-- 1 145304 2025-12-06 09:46:24 +0000 _ruby_box_p613606_2_etc.so
* -rw-r--r-- 1 835824 2025-12-06 09:02:11 +0000 _ruby_box_p455176_2_date_core.so
* -rw-r--r-- 1 125304 2025-12-06 09:46:24 +0000 _ruby_box_p613606_2_cgi+escape.so
* -rw-r--r-- 1 112088 2025-12-06 10:36:08 +0000 _ruby_box_p750676_2_rbconfig+sizeof.so
* -rw-r--r-- 1 197432 2025-12-06 16:41:58 +0000 _ruby_box_p1788871_2_psych.so
* -rw-r--r-- 1 183680 2025-12-06 09:02:12 +0000 _ruby_box_p455218_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 09:20:49 +0000 _ruby_box_p559058_2_-test-+sanitizers.so
* -rw-r--r-- 1 125304 2025-12-06 13:02:11 +0000 _ruby_box_p1212644_2_cgi+escape.so
* -rw-r--r-- 1 122928 2025-12-06 09:46:24 +0000 _ruby_box_p613606_2_digest.so
* -rw-r--r-- 1 835824 2025-12-06 10:13:42 +0000 _ruby_box_p668323_2_date_core.so
* -rw-r--r-- 1 183680 2025-12-06 10:36:09 +0000 _ruby_box_p750713_2_io+console.so
* -rw-r--r-- 1 183680 2025-12-06 16:16:29 +0000 _ruby_box_p1695304_2_io+console.so
* -rw-r--r-- 1 111264 2025-12-06 09:02:11 +0000 _ruby_box_p455176_2_io+nonblock.so
* -rw-r--r-- 1 194304 2025-12-06 14:25:42 +0000 _ruby_box_p1404231_2_stringio.so
* -rw-r--r-- 1 183680 2025-12-06 16:41:58 +0000 _ruby_box_p1788888_2_io+console.so
* -rw-r--r-- 1 91488 2025-12-06 17:08:40 +0000 _ruby_box_p1847469_2_io+wait.so
* -rw-r--r-- 1 111264 2025-12-06 11:20:19 +0000 _ruby_box_p928034_2_io+nonblock.so
* -rw-r--r-- 1 1746096 2025-12-06 09:02:11 +0000 _ruby_box_p455176_2_openssl.so
* -rw-r--r-- 1 92480 2025-12-06 16:16:29 +0000 _ruby_box_p1695321_2_-test-+sanitizers.so
* -rw-r--r-- 1 197432 2025-12-06 16:16:29 +0000 _ruby_box_p1695304_2_psych.so
* -rw-r--r-- 1 835824 2025-12-06 09:20:49 +0000 _ruby_box_p559058_2_date_core.so
* -rw-r--r-- 1 112088 2025-12-06 13:57:39 +0000 _ruby_box_p1318988_2_rbconfig+sizeof.so
* -rw-r--r-- 1 810752 2025-12-06 12:15:27 +0000 _ruby_box_p1033099_2_socket.so
* -rw-r--r-- 1 194304 2025-12-06 15:46:06 +0000 _ruby_box_p1646294_2_stringio.so
* -rw-r--r-- 1 92480 2025-12-06 09:20:50 +0000 _ruby_box_p559095_2_-test-+sanitizers.so
* -rw-r--r-- 1 1746096 2025-12-06 17:08:40 +0000 _ruby_box_p1847469_2_openssl.so
* -rw-r--r-- 1 1746096 2025-12-06 15:46:06 +0000 _ruby_box_p1646294_2_openssl.so
* -rw-r--r-- 1 92480 2025-12-06 12:39:13 +0000 _ruby_box_p1109823_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 13:29:24 +0000 _ruby_box_p1269704_2_rbconfig+sizeof.so
* -rw-r--r-- 1 108088 2025-12-06 10:58:30 +0000 _ruby_box_p844394_2_erb+escape.so
* -rw-r--r-- 1 112088 2025-12-06 11:47:35 +0000 _ruby_box_p984169_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 09:20:49 +0000 _ruby_box_p559075_2_-test-+sanitizers.so
* -rw-r--r-- 1 145304 2025-12-06 13:29:22 +0000 _ruby_box_p1269662_2_etc.so
* -rw-r--r-- 1 183680 2025-12-06 10:13:43 +0000 _ruby_box_p668350_2_io+console.so
* -rw-r--r-- 1 183680 2025-12-06 11:20:20 +0000 _ruby_box_p928051_2_io+console.so
* -rw-r--r-- 1 183680 2025-12-06 09:02:12 +0000 _ruby_box_p455198_2_io+console.so
* -rw-r--r-- 1 329800 2025-12-06 12:39:12 +0000 _ruby_box_p1109801_2_zlib.so
* -rw-r--r-- 1 810752 2025-12-06 09:02:11 +0000 _ruby_box_p455176_2_socket.so
* -rw-r--r-- 1 197432 2025-12-06 09:46:24 +0000 _ruby_box_p613606_2_psych.so
* -rw-r--r-- 1 303584 2025-12-06 15:16:12 +0000 _ruby_box_p1593931_2_json+ext+generator.so
* -rw-r--r-- 1 186416 2025-12-06 14:51:52 +0000 _ruby_box_p1493659_2_strscan.so
* -rw-r--r-- 1 194304 2025-12-06 09:20:49 +0000 _ruby_box_p559058_2_stringio.so
* -rw-r--r-- 1 183680 2025-12-06 17:08:40 +0000 _ruby_box_p1847469_2_io+console.so
* -rw-r--r-- 1 835824 2025-12-06 10:36:08 +0000 _ruby_box_p750676_2_date_core.so
* -rw-r--r-- 1 112088 2025-12-06 14:25:41 +0000 _ruby_box_p1404231_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 16:16:29 +0000 _ruby_box_p1695304_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 13:57:39 +0000 _ruby_box_p1318988_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 15:46:07 +0000 _ruby_box_p1646316_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 12:15:26 +0000 _ruby_box_p1033099_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 13:02:12 +0000 _ruby_box_p1212671_2_-test-+sanitizers.so
* -rw-r--r-- 1 92480 2025-12-06 09:46:25 +0000 _ruby_box_p613628_2_-test-+sanitizers.so
* -rw-r--r-- 1 1746096 2025-12-06 16:16:29 +0000 _ruby_box_p1695304_2_openssl.so
* -rw-r--r-- 1 112088 2025-12-06 13:29:23 +0000 _ruby_box_p1269684_2_rbconfig+sizeof.so
* -rw-r--r-- 1 194304 2025-12-06 17:08:40 +0000 _ruby_box_p1847469_2_stringio.so
* -rw-r--r-- 1 186416 2025-12-06 15:46:06 +0000 _ruby_box_p1646294_2_strscan.so
* -rw-r--r-- 1 112088 2025-12-06 16:16:29 +0000 _ruby_box_p1695321_2_rbconfig+sizeof.so
* -rw-r--r-- 1 111264 2025-12-06 13:02:11 +0000 _ruby_box_p1212644_2_io+nonblock.so
* -rw-r--r-- 1 112088 2025-12-06 13:29:22 +0000 _ruby_box_p1269662_2_rbconfig+sizeof.so
* -rw-r--r-- 1 194304 2025-12-06 15:16:12 +0000 _ruby_box_p1593931_2_stringio.so
* -rw-r--r-- 1 112088 2025-12-06 16:16:30 +0000 _ruby_box_p1695346_2_rbconfig+sizeof.so
* -rw-r--r-- 1 108088 2025-12-06 12:39:13 +0000 _ruby_box_p1109801_2_erb+escape.so
* -rw-r--r-- 1 125304 2025-12-06 10:58:30 +0000 _ruby_box_p844394_2_cgi+escape.so
* -rw-r--r-- 1 92480 2025-12-06 10:58:31 +0000 _ruby_box_p844416_2_-test-+sanitizers.so
* -rw-r--r-- 1 92480 2025-12-06 13:29:22 +0000 _ruby_box_p1269662_2_-test-+sanitizers.so
* -rw-r--r-- 1 91488 2025-12-06 13:02:11 +0000 _ruby_box_p1212644_2_io+wait.so
* -rw-r--r-- 1 92480 2025-12-06 13:57:41 +0000 _ruby_box_p1319015_2_-test-+sanitizers.so
* -rw-r--r-- 1 91488 2025-12-06 13:57:39 +0000 _ruby_box_p1318988_2_io+wait.so
* -rw-r--r-- 1 186416 2025-12-06 13:29:22 +0000 _ruby_box_p1269662_2_strscan.so
* -rw-r--r-- 1 112088 2025-12-06 09:20:50 +0000 _ruby_box_p559100_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112088 2025-12-06 14:25:42 +0000 _ruby_box_p1404248_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92480 2025-12-06 12:39:14 +0000 _ruby_box_p1109843_2_-test-+sanitizers.so
* -rw-r--r-- 1 329800 2025-12-06 14:25:42 +0000 _ruby_box_p1404231_2_zlib.so
* -rw-r--r-- 1 329800 2025-12-06 10:58:30 +0000 _ruby_box_p844394_2_zlib.so
* -rw-r--r-- 1 111904 2025-12-06 14:51:52 +0000 _ruby_box_p1493659_2_monitor.so
* -rw-r--r-- 1 112088 2025-12-06 12:15:28 +0000 _ruby_box_p1033136_2_rbconfig+sizeof.so
* -rw-r--r-- 1 186416 2025-12-06 17:08:40 +0000 _ruby_box_p1847469_2_strscan.so
* -rw-r--r-- 1 329800 2025-12-06 15:16:12 +0000 _ruby_box_p1593931_2_zlib.so
* -rw-r--r-- 1 183680 2025-12-06 09:02:12 +0000 _ruby_box_p455193_2_io+console.so
* -rw-r--r-- 1 112088 2025-12-06 09:20:49 +0000 _ruby_box_p559075_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112088 2025-12-06 16:41:58 +0000 _ruby_box_p1788893_2_rbconfig+sizeof.so
* -rw-r--r-- 1 108088 2025-12-06 13:29:22 +0000 _ruby_box_p1269662_2_erb+escape.so
* -rw-r--r-- 1 183680 2025-12-06 10:36:09 +0000 _ruby_box_p750693_2_io+console.so
* -rw-r--r-- 1 92480 2025-12-06 13:29:23 +0000 _ruby_box_p1269699_2_-test-+sanitizers.so
* -rw-r--r-- 1 92480 2025-12-06 13:02:12 +0000 _ruby_box_p1212661_2_-test-+sanitizers.so
* -rw-r--r-- 1 92480 2025-12-06 17:08:41 +0000 _ruby_box_p1847486_2_-test-+sanitizers.so
* -rw-r--r-- 1 183680 2025-12-06 10:36:08 +0000 _ruby_box_p750676_2_io+console.so
* -rw-r--r-- 1 111904 2025-12-06 15:46:06 +0000 _ruby_box_p1646294_2_monitor.so
* -rw-r--r-- 1 92480 2025-12-06 10:58:31 +0000 _ruby_box_p844431_2_-test-+sanitizers.so
* -rw-r--r-- 1 112088 2025-12-06 12:15:28 +0000 _ruby_box_p1033141_2_rbconfig+sizeof.so
* -rw-r--r-- 1 183680 2025-12-06 12:39:13 +0000 _ruby_box_p1109838_2_io+console.so
* -rw-r--r-- 1 145304 2025-12-06 15:46:06 +0000 _ruby_box_p1646294_2_etc.so
* -rw-r--r-- 1 112088 2025-12-06 14:51:53 +0000 _ruby_box_p1493696_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112088 2025-12-06 13:29:23 +0000 _ruby_box_p1269689_2_rbconfig+sizeof.so
* -rw-r--r-- 1 111264 2025-12-06 10:58:30 +0000 _ruby_box_p844394_2_io+nonblock.so
* -rw-r--r-- 1 111264 2025-12-06 15:16:12 +0000 _ruby_box_p1593931_2_io+nonblock.so
* -rw-r--r-- 1 92480 2025-12-06 09:20:50 +0000 _ruby_box_p559085_2_-test-+sanitizers.so
* -rw-r--r-- 1 1746096 2025-12-06 14:51:52 +0000 _ruby_box_p1493659_2_openssl.so
* -rw-r--r-- 1 194304 2025-12-06 11:20:19 +0000 _ruby_box_p928034_2_stringio.so
* -rw-r--r-- 1 810752 2025-12-06 10:13:42 +0000 _ruby_box_p668323_2_socket.so
* -rw-r--r-- 1 122928 2025-12-06 16:16:29 +0000 _ruby_box_p1695304_2_digest.so
* -rw-r--r-- 1 145304 2025-12-06 10:36:08 +0000 _ruby_box_p750676_2_etc.so
* -rw-r--r-- 1 329800 2025-12-06 11:47:35 +0000 _ruby_box_p984142_2_zlib.so
* -rw-r--r-- 1 835824 2025-12-06 13:29:22 +0000 _ruby_box_p1269662_2_date_core.so
Finished(20/20) tests in 1631.066655s, 19.4891 tests/s, 4207.6380 assertions/s.
635759 tests, 137234805 assertions, 0 failures, 0 errors, 3276 skips
ruby -v: ruby 4.0.0dev (2025-12-06T08:44:14Z master 42f5654b69) +PRISM [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=20
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = C.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/target/release/' '/tmp/ruby/src/trunk-repeat20/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
ruby 4.0.0dev (2025-12-06T08:44:14Z master 42f5654b69) +PRISM [x86_64-linux]
0 ............................................................
60 ............................................................
120 ............................................................
180 ............................................................
240 ............................................................
300 ............................................................
360 ............................................................
420 ............................................................
480 ............................................................
540 ............................................................
600 ............................................................
660 ............................................................
720 ............................................................
780 ............................................................
840 ............................................................
900 ............................................................
960 ............................................................
1020 ............................................................
1080 ............................................................
1140 ............................................................
1200 ............................................................
1260 ............................................................
1320 ............................................................
1380 ............................................................
1440 ............................................................
1500 ............................................................
1560 ............................................................
1620 ............................................................
1680 ............................................................
1740 ............................................................
1800 ............................................................
1860 ............................................................
1920 ............................................................
1980 ............................................................
2040 ............................................................
2100 ............................................................
2160 ............................................................
2220 ............................................................
2280 ............................................................
2340 ............................................................
2400 ............................................................
2460 ............................................................
2520 ............................................................
2580 ............................................................
2640 ............................................................
2700 ............................................................
2760 ............................................................
2820 ............................................................
2880 ............................................................
2940 ............................................................
3000 ............................................................
3060 ............................................................
3120 ............................................................
3180 ............................................................
3240 ............................................................
3300 ..................................................
Finished in 32.210669 seconds
3349 files, 33771 examples, 145052 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=20" exit with 0.