# Logfile created on 2025-11-12 15:29:57 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x000073e0d9edfde0 @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-iseq_binary", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-iseq_binary", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-iseq_binary", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-iseq_binary", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk-iseq_binary.20251112-152956", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_ISEQ_DUMP_DEBUG", "to_binary"]], @make="make", @logger=#<Logger:0x000073e0da08c8c8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000073e0da08c710 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000073e0d9e190c8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-iseq_binary.20251112-152956", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-iseq_binary.20251112-152956>, @binmode=false, @mon_data=#<Monitor:0x000073e0da08c328>, @mon_data_owner_object_id=900>>>
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
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
   efd9845..6a05545  master     -> origin/master
Updating efd9845..6a05545
Fast-forward
 NEWS.md                               |   2 +-
 ext/io/wait/extconf.rb                |  19 +-
 ext/io/wait/io-wait.gemspec           |   4 +-
 ext/io/wait/wait.c                    | 420 +---------------------------------
 test/io/wait/test_io_wait.rb          |  30 ---
 test/io/wait/test_io_wait_uncommon.rb |  15 --
 6 files changed, 5 insertions(+), 485 deletions(-)
Latest commit hash = 6a05545184
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
$$$[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-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/prism -I/tmp/ruby/src/trunk-iseq_binary/enc/unicode/16.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-iseq_binary/target/release/' '/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/target/release/' '/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -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-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/prism -I/tmp/ruby/src/trunk-iseq_binary/enc/unicode/16.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-iseq_binary/target/release/' '/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/target/release/' '/tmp/ruby/src/trunk-iseq_binary/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
dcb90f8a75ffa56ee36a2d005b20ac4fc392f3f4627a26ab3f4823561e332831  builtin_binary.rbbin
compiling /tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/prism -I/tmp/ruby/src/trunk-iseq_binary/enc/unicode/16.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-iseq_binary/target/release/' '/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/target/release/' '/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
configuring io/wait
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/wait'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/io/wait/wait.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2'
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
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
	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-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/prism -I/tmp/ruby/src/trunk-iseq_binary/enc/unicode/16.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-iseq_binary/target/release/' '/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/target/release/' '/tmp/ruby/src/trunk-iseq_binary/zjit/src/lib.rs'
rm -rf .bundle/gems/win32ole-1.9.2/
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.

encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
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-iseq_binary'
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
./miniruby -I/tmp/ruby/src/trunk-iseq_binary/lib -I. -I.ext/common  /tmp/ruby/src/trunk-iseq_binary/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/bin
installing base libraries:          /tmp/ruby/install/trunk-iseq_binary/lib
installing arch files:              /tmp/ruby/install/trunk-iseq_binary/lib/ruby/4.0.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-iseq_binary/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-iseq_binary/lib/ruby/4.0.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-iseq_binary/lib/ruby/site_ruby/4.0.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-iseq_binary/lib/ruby/vendor_ruby/4.0.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-iseq_binary/include/ruby-4.0.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-iseq_binary/lib/ruby/4.0.0+0
installing extension scripts:       /tmp/ruby/install/trunk-iseq_binary/lib/ruby/site_ruby/4.0.0+0
installing extension scripts:       /tmp/ruby/install/trunk-iseq_binary/lib/ruby/vendor_ruby/4.0.0+0
installing extension headers:       /tmp/ruby/install/trunk-iseq_binary/include/ruby-4.0.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-iseq_binary/bin
installing library scripts:         /tmp/ruby/install/trunk-iseq_binary/lib/ruby/4.0.0+0
installing common headers:          /tmp/ruby/install/trunk-iseq_binary/include/ruby-4.0.0+0
installing manpages:                /tmp/ruby/install/trunk-iseq_binary/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-iseq_binary/lib/ruby/gems/4.0.0+0
                                    bundler 4.0.0.dev
                                    delegate 0.4.0
                                    did_you_mean 2.0.0
                                    english 0.8.1
                                    erb 5.1.3
                                    error_highlight 0.7.0
                                    fileutils 1.8.0
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.7
                                    net-http 0.7.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-iseq_binary/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.16.0
                                    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-iseq_binary/lib/ruby/gems/4.0.0+0
                                    minitest 5.26.1
                                    power_assert 3.0.1
                                    rake 13.3.1
                                    test-unit 3.7.1
                                    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.15.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-iseq_binary/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 2021 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -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-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/prism -I/tmp/ruby/src/trunk-iseq_binary/enc/unicode/16.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-iseq_binary/target/release/' '/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/target/release/' '/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -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-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/prism -I/tmp/ruby/src/trunk-iseq_binary/enc/unicode/16.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-iseq_binary/target/release/' '/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/target/release/' '/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
RUBY_ISEQ_DUMP_DEBUG = to_binary
Run options: 
  --seed=19328
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-iseq_binary/lib -I. -I.ext/common  /tmp/ruby/src/trunk-iseq_binary/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-iseq_binary/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

[  1/757] 662960=mkmf/test_config
[  2/757] 662961=ruby/test_box
[  3/757] 662959=fiber/test_thread
[  4/757] 662962=rubygems/test_gem_version
[  5/757] 662959=net/http/test_http
[  6/757] 662959=psych/test_date_time
[  7/757] 662960=ruby/test_literal
[  8/757] 662959=net/http/test_httpresponse
[  9/757] 662959=rubygems/test_deprecate
[ 10/757] 662961=rubygems/test_gem_gemcutter_utilities
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 11/757] 662962=rubygems/test_gem_rdoc
[ 12/757] 662962=ruby/test_thread_cv
[ 13/757] 662962=psych/test_safe_load
[ 14/757] 662959=ruby/test_file
[ 15/757] 662960=rubygems/test_gem_resolver
[ 16/757] 662962=rubygems/test_gem_install_update_options
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 17/757] 662961=prism/bom_test
[ 18/757] 662962=ruby/test_name_error
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 19/757] 662962=rubygems/test_gem_request_connection_pools
[ 20/757] 662962=fiber/test_ractor
[ 21/757] 662962=ruby/test_lambda
[ 22/757] 662962=ruby/test_enumerator
[ 23/757] 662960=ruby/enc/test_koi8
[ 24/757] 662960=ripper/test_filter
[ 25/757] 662960=prism/ruby/reflection_test
[ 26/757] 662961=openssl/test_pkey
[ 27/757] 662961=json/json_fixtures_test
[ 28/757] 662961=dtrace/test_singleton_function
[ 29/757] 662961=psych/test_document
[ 30/757] 662961=ruby/test_regexp
[ 31/757] 662960=-ext-/gvl/test_last_thread
[ 32/757] 662960=ruby/test_primitive
[ 33/757] 662960=uri/test_common
[ 34/757] 662960=ruby/test_stringchar
[ 35/757] 662960=rubygems/test_gem_resolver_api_set
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 36/757] 662960=json/test_helper
[ 37/757] 662960=rubygems/test_gem_local_remote_options
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 38/757] 662960=rubygems/test_require
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 39/757] 662960=rubygems/test_gem_validator
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 40/757] 662959=ruby/test_eval
[ 41/757] 662960=fileutils/test_verbose
[ 42/757] 662960=json/json_coder_test
[ 43/757] 662960=psych/test_encoding
[ 44/757] 662960=rubygems/test_gem_package_tar_reader_entry
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 45/757] 662960=test_pty
[ 46/757] 662959=io/console/test_io_console
[ 47/757] 662960=psych/test_scalar
[ 48/757] 662960=socket/test_sockopt
[ 49/757] 662960=-ext-/proc/test_bmethod
[ 50/757] 662960=resolv/test_addr
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 51/757] 662960=rubygems/test_gem_commands_which_command
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
[ 52/757] 662960=rubygems/test_gem_resolver_vendor_specification
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 53/757] 662960=rubygems/test_webauthn_listener
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 54/757] 662960=rubygems/test_gem_resolver_vendor_set
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 55/757] 662960=uri/test_http
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 56/757] 662960=rubygems/test_gem_resolver_conflict
[ 57/757] 662960=rubygems/test_gem_ext_configure_builder
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 58/757] 662960=psych/test_stream
[ 59/757] 662960=stringio/test_ractor
[ 60/757] 662960=ruby/test_optimization
[ 61/757] 662959=openssl/test_digest
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 62/757] 662959=rubygems/test_gem_resolver_best_set
[ 63/757] 662959=ruby/test_object
[ 64/757] 662962=-ext-/load/test_resolve_symbol
[ 65/757] 662962=psych/test_json_tree
[ 66/757] 662962=prism/api/parse_stream_test
[ 67/757] 662959=rubygems/test_gem_commands_lock_command
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 68/757] 662959=ruby/test_complexrational
[ 69/757] 662959=rubygems/test_exit
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 70/757] 662959=-ext-/test_enumerator_kw
[ 71/757] 662959=optparse/test_cclass
[ 72/757] 662962=prism/result/implicit_array_test
[ 73/757] 662962=-ext-/test_scan_args
[ 74/757] 662962=psych/test_null
[ 75/757] 662962=prism/ruby/parameters_signature_test
[ 76/757] 662962=prism/ruby/pattern_test
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 77/757] 662959=rubygems/test_gem_package_tar_header_ractor
[ 78/757] 662959=ruby/test_inlinecache
[ 79/757] 662959=dtrace/test_cmethod
[ 80/757] 662959=-ext-/bignum/test_big2str
[ 81/757] 662962=-ext-/bug_reporter/test_bug_reporter
[ 82/757] 662959=socket/test_basicsocket
[ 83/757] 662959=ruby/test_flip
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 84/757] 662959=rubygems/test_gem_uri_formatter
[ 85/757] 662959=ruby/test_default_gems
[ 86/757] 662959=ruby/test_process
[ 87/757] 662962=did_you_mean/core_ext/test_name_error_extension
[ 88/757] 662962=openssl/test_buffering
[ 89/757] 662962=resolv/test_svcb_https
[ 90/757] 662962=-ext-/exception/test_data_error
[ 91/757] 662962=date/test_date_strftime
[ 92/757] 662962=rubygems/test_gem_commands_outdated_command
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 93/757] 662962=rubygems/test_gem_silent_ui
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[ 94/757] 662962=ruby/enc/test_case_options
[ 95/757] 662962=prism/ruby/location_test
[ 96/757] 662962=test_securerandom
[ 97/757] 662962=prism/ruby/relocation_test
[ 98/757] 662962=ruby/enc/test_windows_1251
[ 99/757] 662962=ruby/test_variable
[100/757] 662962=rubygems/test_gem_safe_yaml
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[101/757] 662962=yaml/test_store
[102/757] 662962=fiber/test_io_close
[103/757] 662962=rubygems/test_gem_ext_cmake_builder
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[104/757] 662962=prism/result/integer_base_flags_test
[105/757] 662962=ripper/test_files_test_2
[106/757] 662960=openssl/test_config
[107/757] 662960=rubygems/test_gem_commands_mirror
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[108/757] 662960=fiber/test_backtrace
[109/757] 662960=date/test_date_parse
[110/757] 662960=prism/ruby/tunnel_test
[111/757] 662960=rubygems/test_gem_text
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[112/757] 662960=ruby/test_settracefunc
[113/757] 662962=ruby/test_enum
[114/757] 662960=openssl/test_pkey_ec
[115/757] 662960=rubygems/test_gem_resolver_composed_set
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[116/757] 662960=ruby/test_numeric
[117/757] 662960=socket/test_unix
[118/757] 662960=ruby/test_key_error
[119/757] 662960=ruby/test_sprintf_comb
[120/757] 662960=prism/newline_offsets_test
[121/757] 662962=ruby/test_method_cache
[122/757] 662962=openssl/test_engine
[123/757] 662962=-ext-/string/test_fstring
[124/757] 662960=openssl/test_hmac
[125/757] 662960=ruby/test_symbol
[126/757] 662962=psych/test_coder
[127/757] 662962=rubygems/test_gem_package_task
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[128/757] 662962=rubygems/test_gem_dependency
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[129/757] 662962=json/ractor_test
[130/757] 662962=psych/test_tree_builder
[131/757] 662962=fiber/test_process
[132/757] 662962=ruby/test_metaclass
[133/757] 662962=-ext-/load/test_protect
[134/757] 662962=rubygems/test_gem_resolver_index_set
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[135/757] 662962=prism/ruby/compiler_test
[136/757] 662962=ruby/test_bignum
[137/757] 662962=-ext-/bignum/test_bigzero
[138/757] 662962=ruby/test_dir_m17n
[139/757] 662962=ruby/test_pattern_matching
[140/757] 662960=prism/api/command_line_test
[141/757] 662960=fiber/test_storage
[142/757] 662960=openssl/test_cipher
[143/757] 662960=-ext-/time/test_new
[144/757] 662960=ruby/test_string_memory
[145/757] 662962=optparse/test_summary
[146/757] 662960=-ext-/st/test_foreach
[147/757] 662960=dtrace/test_string
[148/757] 662960=ruby/test_iterator
[149/757] 662960=test_timeout
[150/757] 662962=ruby/test_gc_compact
[151/757] 662960=rubygems/test_gem_ext_cargo_builder_unit
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[152/757] 662960=test_weakref
[153/757] 662960=-ext-/string/test_enc_associate
[154/757] 662960=-ext-/num2int/test_num2int
[155/757] 662960=-ext-/rational/test_rat
[156/757] 662960=ruby/enc/test_case_comprehensive
[157/757] 662960=psych/test_exception
[158/757] 662960=ruby/test_ractor
[159/757] 662962=psych/test_yamldbm
[160/757] 662962=psych/test_data
[161/757] 662962=net/http/test_https
#<Thread:0x00007d1411c5dff8 /tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https.rb:75 run> terminated with exception (report_on_exception is true):
/tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https.rb:76:in 'block (2 levels) in TestNetHTTPS#test_get_SNI_proxy': uninitialized constant TestNetHTTPS::Net (NameError)
Did you mean?  Set
[162/757] 662959=-ext-/iter/test_iter_break
[163/757] 662959=test_tsort
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[164/757] 662959=rubygems/test_gem_security_policy
[165/757] 662959=rubygems/test_gem_stream_ui
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[166/757] 662959=rubygems/test_gem_doctor
[167/757] 662959=fiber/test_address_resolve
[168/757] 662959=ruby/test_defined
[169/757] 662959=io/nonblock/test_flush
[170/757] 662959=optparse/test_optarg
[171/757] 662959=ruby/test_thread
[172/757] 662960=ruby/test_assignment
[173/757] 662961=prism/fixtures_test
[174/757] 662961=ruby/test_rational2
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[175/757] 662961=rubygems/test_gem_request_set
[176/757] 662961=ruby/test_rational
[177/757] 662960=ruby/test_call
[178/757] 662960=open-uri/test_proxy
[179/757] 662960=optparse/test_getopts
[180/757] 662960=did_you_mean/test_ractor_compatibility
[181/757] 662961=prism/encoding/symbol_encoding_test
[182/757] 662961=ruby/test_mixed_unicode_escapes
[183/757] 662961=mkmf/test_flags
[184/757] 662960=mkmf/test_convertible
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[185/757] 662959=rubygems/test_gem_source_fetch_problem
[186/757] 662959=dtrace/test_raise
[187/757] 662959=lib/!Nothing_to_test
[188/757] 662959=psych/handlers/test_recorder
[189/757] 662959=psych/test_string
[190/757] 662959=did_you_mean/spell_checking/test_pattern_key_name_check
[191/757] 662959=ruby/test_fnmatch
[192/757] 662959=rubygems/test_gem_specification
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[193/757] 662959=psych/test_boolean
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[194/757] 662959=rubygems/test_kernel
[195/757] 662959=ruby/enc/test_iso_8859
[196/757] 662961=rubygems/test_gem_ext_builder
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[197/757] 662959=rubygems/test_gem_unsatisfiable_dependency_error
[198/757] 662961=ruby/test_readpartial
[199/757] 662959=erb/test_erb_m17n
[200/757] 662959=socket/test_tcp
[201/757] 662961=open-uri/test_open-uri
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[202/757] 662959=rubygems/test_gem_safe_marshal
[203/757] 662961=rubygems/test_gem_commands_info_command
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[204/757] 662959=rubygems/test_gem_command
[205/757] 662961=openssl/test_x509attr
[206/757] 662961=ruby/enc/test_euc_kr
[207/757] 662961=did_you_mean/test_spell_checker
[208/757] 662959=rubygems/test_gem_resolver_git_set
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[209/757] 662961=-ext-/arith_seq/test_arith_seq_extract
[210/757] 662959=ruby/test_const
[211/757] 662959=ruby/test_class
[212/757] 662961=ripper/test_sexp
[213/757] 662961=psych/test_numeric
[214/757] 662961=io/wait/test_io_wait_uncommon
[215/757] 662961=psych/test_stringio
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[216/757] 662961=rubygems/test_gem_ci_detector
[217/757] 662961=prism/locals_test
[218/757] 662961=openssl/test_pkcs7
[219/757] 662961=ruby/test_struct
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[220/757] 662961=rubygems/test_gem_name_tuple
[221/757] 662961=fiber/test_mutex
[222/757] 662961=optparse/test_kwargs
[223/757] 662961=rubygems/test_gem_commands_install_command
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[224/757] 662961=-ext-/string/test_interned_str
[225/757] 662961=io/wait/test_io_wait
[226/757] 662961=json/json_ryu_fallback_test
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[227/757] 662961=rubygems/test_gem_security_trust_dir
[228/757] 662961=ruby/test_stack
[229/757] 662961=-ext-/class/test_class2name
[230/757] 662961=ruby/test_complex2
[231/757] 662961=openssl/test_ns_spki
[232/757] 662961=ruby/test_signal
[233/757] 662961=-ext-/string/test_qsort
[234/757] 662961=ruby/test_fixnum
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[235/757] 662961=rubygems/test_gem_commands_search_command
[236/757] 662961=ruby/test_econv
[237/757] 662961=-ext-/thread/test_lock_native_thread
[238/757] 662959=ruby/enc/test_gb18030
[239/757] 662959=json/json_addition_test
[240/757] 662961=prism/result/equality_test
[241/757] 662961=-ext-/array/test_to_ary_concat
[242/757] 662959=erb/test_erb
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[243/757] 662959=rubygems/test_gem_resolver_index_specification
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[244/757] 662959=rubygems/test_gem_commands_signin_command
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[245/757] 662959=rubygems/test_gem_commands_fetch_command
[246/757] 662959=-ext-/bignum/test_mul
[247/757] 662959=dtrace/test_array_create
[248/757] 662959=json/json_generic_object_test
[249/757] 662959=ruby/test_frozen_error
[250/757] 662959=ruby/test_parse
[251/757] 662961=-ext-/thread/test_instrumentation_api
[252/757] 662959=did_you_mean/spell_checking/test_uncorrectable_name_check
[253/757] 662959=test_time
[254/757] 662959=fileutils/test_nowrite
[255/757] 662959=strscan/test_stringscanner
[256/757] 662959=ruby/test_thread_queue
[257/757] 662961=strscan/test_ractor
[258/757] 662961=-ext-/string/test_enc_str_buf_cat
[259/757] 662961=win32/test_registry
[260/757] 662961=psych/test_yaml
[261/757] 662961=dtrace/test_load
[262/757] 662961=-ext-/vm/test_at_exit
[263/757] 662961=test_open3
[264/757] 662959=test_tmpdir
[265/757] 662959=psych/test_serialize_subclasses
[266/757] 662959=fiber/test_io
[267/757] 662959=rubygems/test_gem_commands_query_command
[268/757] 662960=socket/test_ancdata
[269/757] 662960=-ext-/string/test_cstr
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[270/757] 662959=ripper/test_files_ext
[271/757] 662959=psych/visitors/test_emitter
[272/757] 662959=ruby/test_unicode_escape
[273/757] 662959=rubygems/test_gem_commands_list_command
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[274/757] 662959=fiber/test_io_buffer
[275/757] 662959=rubygems/test_gem_remote_fetcher_s3
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[276/757] 662961=json/json_common_interface_test
[277/757] 662961=prism/result/named_capture_test
[278/757] 662961=-ext-/marshal/test_usrmarshal
[279/757] 662959=openssl/test_ssl
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[280/757] 662960=rubygems/test_gem_commands_help_command
[281/757] 662960=-ext-/struct/test_duplicate
[282/757] 662960=rubygems/test_gem_package_tar_header
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[283/757] 662961=mkmf/test_have_func
[284/757] 662960=ruby/test_module
[285/757] 662961=-ext-/integer/test_my_integer
[286/757] 662961=rubygems/test_gem_source_installed
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[287/757] 662961=ruby/test_weakmap
[288/757] 662960=psych/test_marshalable
[289/757] 662960=rubygems/test_config
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[290/757] 662960=rubygems/test_gem_commands_stale_command
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[291/757] 662960=-ext-/test_abi
[292/757] 662960=net/protocol/test_protocol
[293/757] 662960=ruby/test_rubyvm
[294/757] 662960=coverage/test_coverage
[295/757] 662960=ruby/test_sprintf
[296/757] 662960=ripper/test_files_sample
[297/757] 662960=pathname/test_pathname
[298/757] 662960=rubygems/test_gem_source_lock
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[299/757] 662961=rubygems/test_gem_installer
[300/757] 662960=openssl/test_pkey_dh
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[301/757] 662960=ruby/test_transcode
[302/757] 662961=resolv/test_win32_config
[303/757] 662961=rubygems/test_gem_util
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[304/757] 662961=psych/visitors/test_to_ruby
[305/757] 662961=ruby/test_complex
[306/757] 662961=rubygems/test_gem_ext_cargo_builder_link_flag_converter
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[307/757] 662961=openssl/test_x509cert
[308/757] 662959=prism/result/breadth_first_search_test
[309/757] 662961=uri/test_ldap
[310/757] 662961=prism/api/parse_success_test
[311/757] 662961=ripper/test_parser_events
[312/757] 662961=rubygems/test_gem_resolver_specification
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[313/757] 662960=-ext-/string/test_too_many_dummy_encodings
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[314/757] 662961=rubygems/test_gem_package_tar_reader
[315/757] 662960=ruby/enc/test_shift_jis
[316/757] 662960=-ext-/bignum/test_str2big
[317/757] 662960=optparse/test_switch
[318/757] 662959=rubygems/test_gem_commands_exec_command
[319/757] 662960=prism/result/source_location_test
[320/757] 662961=-ext-/string/test_ellipsize
[321/757] 662961=psych/test_psych_set
[322/757] 662961=prism/unescape_test
[323/757] 662961=io/console/test_ractor
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[324/757] 662960=ruby/test_object_id
[325/757] 662961=prism/api/parse_comments_test
[326/757] 662961=-ext-/arith_seq/test_arith_seq_beg_len_step
[327/757] 662961=rubygems/test_gem_resolver_requirement_list
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
[328/757] 662959=ruby/test_clone
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[329/757] 662961=ruby/test_comparable
[330/757] 662961=psych/test_alias_and_anchor
[331/757] 662961=ruby/test_io_timeout
[332/757] 662961=-ext-/method/test_arity
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[333/757] 662961=rubygems/test_gem_commands_pristine_command
[334/757] 662961=prism/result/regular_expression_options_test
[335/757] 662961=optparse/test_zsh_completion
[336/757] 662959=ruby/enc/test_euc_tw
[337/757] 662961=ruby/test_path
[338/757] 662959=date/test_switch_hitter
[339/757] 662961=openssl/test_asn1
[340/757] 662960=test_tempfile
[341/757] 662959=rubygems/test_gem_request
[342/757] 662961=-ext-/wait/test_wait
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[343/757] 662961=mkmf/test_constant
[344/757] 662959=ruby/test_yield
[345/757] 662960=optparse/test_optparse
[346/757] 662960=ruby/test_encoding
[347/757] 662960=dtrace/test_hash_create
[348/757] 662960=mkmf/test_have_library
[349/757] 662960=ripper/test_scanner_events
[350/757] 662960=prism/api/lex_test
[351/757] 662960=-ext-/test_ensure_and_callcc
[352/757] 662960=ruby/test_undef
[353/757] 662960=did_you_mean/spell_checking/test_method_name_check
[354/757] 662960=prism/regexp_test
[355/757] 662960=prism/version_test
[356/757] 662960=objspace/test_objspace
[357/757] 662961=-ext-/load/test_dot_dot
[358/757] 662961=ruby/test_iseq
[359/757] 662959=psych/test_hash
[360/757] 662959=test_ipaddr
[361/757] 662961=resolv/test_resource
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[362/757] 662959=rubygems/test_gem_stub_specification
[363/757] 662961=uri/test_file
[364/757] 662961=ruby/enc/test_big5
[365/757] 662961=rubygems/test_gem_commands_owner_command
[366/757] 662959=fiber/test_timeout
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[367/757] 662959=optparse/test_reqarg
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[368/757] 662961=ruby/enc/test_gbk
[369/757] 662961=rubygems/test_gem_path_support
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[370/757] 662961=rubygems/test_gem_commands_uninstall_command
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[371/757] 662961=ruby/test_warning
[372/757] 662961=prism/api/dump_test
[373/757] 662959=ruby/test_require_lib
[374/757] 662961=mkmf/test_mkmf
[375/757] 662961=fileutils/test_fileutils
[376/757] 662961=ruby/test_objectspace
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[377/757] 662959=rubygems/test_gem_commands_specification_command
[378/757] 662959=dtrace/test_method_cache
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[379/757] 662959=rubygems/test_gem_commands_environment_command
[380/757] 662959=psych/test_class
[381/757] 662959=psych/test_yamlstore
[382/757] 662959=prism/result/string_test
[383/757] 662959=ruby/test_arithmetic_sequence
[384/757] 662959=-ext-/bignum/test_pack
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[385/757] 662959=rubygems/test_gem_commands_sources_command
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[386/757] 662959=rubygems/test_gem_source_subpath_problem
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[387/757] 662959=rubygems/test_gem_package_tar_writer
[388/757] 662959=ruby/test_ifunless
[389/757] 662959=ruby/test_case
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[390/757] 662959=rubygems/test_project_sanity
[391/757] 662959=-ext-/test_bug-3571
[392/757] 662959=fileutils/test_dryrun
[393/757] 662959=openssl/test_x509ext
[394/757] 662959=did_you_mean/spell_checking/test_key_name_check
[395/757] 662959=ruby/test_math
[396/757] 662959=dtrace/test_gc
[397/757] 662959=mkmf/test_libs
[398/757] 662959=-ext-/exception/test_ensured
[399/757] 662959=prism/fuzzer_test
[400/757] 662959=psych/test_array
[401/757] 662959=-ext-/postponed_job/test_postponed_job
[402/757] 662959=test_pp
[403/757] 662959=psych/test_struct
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[404/757] 662959=rubygems/test_gem_request_set_lockfile
[405/757] 662959=prism/onigmo_test
[406/757] 662959=mkmf/test_find_executable
[407/757] 662959=ruby/test_rubyoptions
[408/757] 662961=ruby/test_lazy_enumerator
[409/757] 662961=ruby/test_system
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[410/757] 662961=rubygems/test_gem_package
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[411/757] 662961=rubygems/test_gem_commands_update_command
[412/757] 662961=psych/test_yaml_special_cases
[413/757] 662961=rubygems/test_gem_source_list
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[414/757] 662961=rubygems/test_gem_version_option
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[415/757] 662961=rubygems/test_gem_resolver_installer_set
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[416/757] 662961=rubygems/test_gem_source
[417/757] 662961=-ext-/test_bug-5832
[418/757] 662961=monitor/test_monitor
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[419/757] 662961=rubygems/test_gem_source_specific_file
[420/757] 662961=psych/test_emitter
[421/757] 662961=ruby/test_whileuntil
[422/757] 662961=openssl/test_bn
[423/757] 662961=prism/result/overlap_test
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[424/757] 662961=rubygems/test_gem_resolver_installed_specification
[425/757] 662961=fiber/test_sleep
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[426/757] 662961=rubygems/test_gem_update_suggestion
[427/757] 662961=prism/snippets_test
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[428/757] 662961=rubygems/test_gem_commands_signout_command
[429/757] 662961=uri/test_ftp
[430/757] 662961=ruby/test_require
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[431/757] 662961=rubygems/test_gem_resolver_lock_set
[432/757] 662961=-ext-/struct/test_data
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[433/757] 662961=rubygems/test_gem_resolver_local_specification
[434/757] 662961=mkmf/test_sizeof
[435/757] 662959=test_find
[436/757] 662959=ruby/test_yjit
[437/757] 662961=ruby/test_m17n
[438/757] 662961=ruby/test_argf
[439/757] 662961=psych/test_merge_keys
[440/757] 662961=openssl/test_x509req
[441/757] 662961=ruby/test_allocation
[442/757] 662959=etc/test_etc
[443/757] 662959=-ext-/funcall/test_passing_block
[444/757] 662959=ruby/test_insns_leaf
[445/757] 662959=ruby/test_method
[446/757] 662960=psych/test_set
[447/757] 662960=mkmf/test_pkg_config
[448/757] 662960=rubygems/test_gem_package_old
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[449/757] 662960=rubygems/test_gem_commands_server_command
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[450/757] 662960=json/json_string_matching_test
[451/757] 662960=ruby/test_io
[452/757] 662961=rubygems/test_gem_commands_rebuild_command
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[453/757] 662961=-ext-/win32/test_dln
[454/757] 662961=-ext-/array/test_resize
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[455/757] 662961=rubygems/test_gem_request_set_lockfile_tokenizer
[456/757] 662961=ruby/test_threadgroup
[457/757] 662961=prism/result/comments_test
[458/757] 662961=json/json_ext_parser_test
[459/757] 662961=ruby/test_io_buffer
[460/757] 662959=prism/result/numeric_value_test
[461/757] 662959=psych/json/test_stream
[462/757] 662959=ruby/test_nomethod_error
[463/757] 662959=date/test_date_conv
[464/757] 662959=rubygems/test_gem_uninstaller
[465/757] 662961=mkmf/test_egrep_cpp
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
#<Thread:0x000072198993d478 /tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https_proxy.rb:66 run> terminated with exception (report_on_exception is true):
/tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https_proxy.rb:67:in 'block (2 levels) in HTTPSProxyTest#test_https_proxy_ssl_connection': uninitialized constant HTTPSProxyTest::Net (NameError)
Did you mean?  Set
[466/757] 662959=net/http/test_https_proxy
[467/757] 662961=prism/magic_comment_test
[468/757] 662961=net/http/test_httpresponses
[469/757] 662961=openssl/test_x509crl
[470/757] 662961=prism/ruby/dispatcher_test
[471/757] 662961=date/test_date_ractor
[472/757] 662961=ruby/test_hash
[473/757] 662960=rubygems/test_gem_commands_yank_command
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[474/757] 662960=ruby/enc/test_windows_1252
[475/757] 662960=ruby/test_fiber
[476/757] 662961=prism/result/constant_path_node_test
[477/757] 662961=ripper/test_files_test_1
[478/757] 662960=rubygems/test_gem_commands_unpack_command
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[479/757] 662960=did_you_mean/tree_spell/test_human_typo
[480/757] 662960=date/test_date_marshal
[481/757] 662960=prism/result/warnings_test
[482/757] 662960=ruby/test_refinement
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[483/757] 662961=rubygems/test_gem_security
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[484/757] 662961=rubygems/test_gem_resolver_dependency_request
[485/757] 662961=prism/result/static_inspect_test
[486/757] 662961=ruby/test_m17n_comb
[487/757] 662961=rubygems/test_gem_source_vendor
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[488/757] 662961=objspace/test_ractor
[489/757] 662960=-ext-/test_random
[490/757] 662960=rubygems/test_gem_security_signer
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[491/757] 662960=ripper/test_lexer
[492/757] 662961=ruby/test_float
[493/757] 662960=-ext-/iter/test_yield_block
[494/757] 662960=-ext-/string/test_modify_expand
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[495/757] 662960=rubygems/test_gem_commands_cert_command
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[496/757] 662960=rubygems/test_gem_available_set
[497/757] 662960=-ext-/test_recursion
[498/757] 662960=-ext-/string/test_external_new
[499/757] 662960=socket/test_socket
[500/757] 662961=test_shellwords
[501/757] 662961=-ext-/st/test_numhash
[502/757] 662961=psych/test_omap
[503/757] 662961=openssl/test_pkey_rsa
[504/757] 662961=ruby/enc/test_emoji_breaks
[505/757] 662961=-ext-/debug/test_debug
[506/757] 662961=resolv/test_mdns
[507/757] 662961=yaml/test_dbm
[508/757] 662961=-ext-/debug/test_profile_frames
[509/757] 662961=ruby/test_exception
[510/757] 662960=test_rbconfig
[511/757] 662960=fiber/test_scheduler
[512/757] 662961=prism/lex_test
[513/757] 662961=mkmf/test_install
[514/757] 662961=uri/test_wss
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[515/757] 662961=rubygems/test_gem_request_set_gem_dependency_api
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[516/757] 662961=test_bundled_gems
[517/757] 662961=ruby/enc/test_grapheme_breaks
[518/757] 662961=date/test_date_strptime
[519/757] 662961=optparse/test_did_you_mean
[520/757] 662960=rubygems/test_gem_console_ui
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[521/757] 662961=openssl/test_pair
[522/757] 662960=fiber/test_queue
[523/757] 662960=cgi/test_cgi_escape
[524/757] 662960=test_prettyprint
[525/757] 662960=rubygems/test_bundled_ca
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[526/757] 662960=rubygems/test_gem_bundler_version_finder
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[527/757] 662960=-ext-/load/test_stringify_symbols
[528/757] 662960=optparse/test_acceptable
[529/757] 662960=rubygems/test_webauthn_listener_response
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[530/757] 662960=did_you_mean/spell_checking/test_class_name_check
[531/757] 662960=-ext-/stack/test_stack_overflow
[532/757] 662960=did_you_mean/test_tree_spell_checker
[533/757] 662960=uri/test_parser
[534/757] 662960=prism/heredoc_dedent_test
[535/757] 662960=date/test_date_new
[536/757] 662960=ruby/enc/test_case_mapping
[537/757] 662960=net/http/test_httpheader
[538/757] 662960=-ext-/popen_deadlock/test_popen_deadlock
[539/757] 662960=ruby/test_set
[540/757] 662960=dtrace/test_require
[541/757] 662960=-ext-/test_printf
[542/757] 662960=test_delegate
[543/757] 662960=socket/test_addrinfo
[544/757] 662960=-ext-/test_bug-14834
[545/757] 662960=psych/test_object_references
[546/757] 662960=-ext-/iseq_load/test_iseq_load
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[547/757] 662961=rubygems/test_gem_resolver_activation_request
[548/757] 662961=test_forwardable
[549/757] 662961=openssl/test_x509name
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[550/757] 662961=rubygems/test_gem_commands_build_command
[551/757] 662961=ruby/test_array
[552/757] 662960=openssl/test_ocsp
[553/757] 662960=-ext-/exception/test_exception_at_throwing
[554/757] 662960=ruby/test_zjit
[555/757] 662960=prism/newline_test
[556/757] 662960=-ext-/string/test_rb_str_dup
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[557/757] 662960=rubygems/test_gem_remote_fetcher_local_ssl_server
[558/757] 662960=-ext-/typeddata/test_typeddata
[559/757] 662960=ruby/enc/test_euc_jp
[560/757] 662960=did_you_mean/spell_checking/test_require_path_check
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[561/757] 662960=rubygems/test_gem_ext_ext_conf_builder
[562/757] 662960=ruby/test_io_m17n
[563/757] 662960=-ext-/path_to_class/test_path_to_class
[564/757] 662960=ruby/test_shapes
[565/757] 662960=openssl/test_ssl_session
[566/757] 662960=ruby/test_file_exhaustive
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[567/757] 662961=rubygems/test_gem_dependency_list
[568/757] 662961=prism/result/static_literals_test
[569/757] 662961=pathname/test_ractor
[570/757] 662961=ruby/test_arity
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[571/757] 662961=rubygems/test_gem_request_set_lockfile_parser
[572/757] 662961=prism/test_helper
[573/757] 662961=mkmf/test_signedness
[574/757] 662960=ruby/test_trace
[575/757] 662960=ruby/enc/test_cesu8
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[576/757] 662960=rubygems/test_gem_dependency_resolution_error
[577/757] 662960=stringio/test_stringio
[578/757] 662960=openssl/test_fips
[579/757] 662960=openssl/test_pkey_dsa
[580/757] 662960=date/test_date_arith
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[581/757] 662960=rubygems/test_gem_resolver_api_specification
[582/757] 662960=prism/api/freeze_test
[583/757] 662960=ruby/test_beginendblock
[584/757] 662960=prism/api/parse_test
[585/757] 662960=uri/test_ws
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[586/757] 662960=rubygems/test_gem_source_git
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
[587/757] 662960=rubygems/test_gem_commands_open_command
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
[588/757] 662961=ruby/enc/test_regex_casefold
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[589/757] 662961=ruby/test_rand
[590/757] 662960=ruby/test_gc
[591/757] 662961=ruby/test_ast
[592/757] 662960=optparse/test_load
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[593/757] 662960=rubygems/test_gem_commands_check_command
[594/757] 662960=openssl/test_random
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[595/757] 662960=rubygems/test_gem_ext_cargo_builder
[596/757] 662960=-ext-/symbol/test_inadvertent_creation
[597/757] 662960=optparse/test_autoconf
[598/757] 662960=uri/test_mailto
[599/757] 662960=ruby/test_dup
[600/757] 662960=ripper/test_files_lib
[601/757] 662960=prism/ruby/parser_test
[602/757] 662960=ruby/enc/test_utf32
[603/757] 662960=ruby/test_vm_dump
[604/757] 662960=optparse/test_noarg
[605/757] 662960=uri/test_generic
[606/757] 662960=ruby/test_weakkeymap
[607/757] 662960=-ext-/econv/test_append
[608/757] 662960=open-uri/test_ftp
[609/757] 662960=-ext-/string/test_set_len
[610/757] 662960=rubygems/test_gem_platform
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[611/757] 662960=prism/encoding/encodings_test
[612/757] 662960=prism/errors_test
[613/757] 662960=ruby/test_random_formatter
[614/757] 662960=ruby/test_super
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[615/757] 662960=rubygems/test_gem_resolver_git_specification
[616/757] 662960=prism/result/index_write_test
[617/757] 662960=digest/test_ractor
[618/757] 662960=rubygems/test_gem_dependency_installer
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[619/757] 662960=prism/ruby/string_query_test
[620/757] 662960=-ext-/test_notimplement
[621/757] 662960=-ext-/exception/test_enc_raise
[622/757] 662960=digest/test_digest
[623/757] 662960=-ext-/box/test_load_ext
[624/757] 662960=mmtk/test_configuration
[625/757] 662960=ruby/test_pack
[626/757] 662960=rubygems/test_rubygems
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[627/757] 662960=prism/ruby/ripper_test
[628/757] 662960=rubygems/test_remote_fetch_error
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[629/757] 662960=openssl/test_ossl
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[630/757] 662960=rubygems/test_gem_ext_rake_builder
[631/757] 662960=-ext-/st/test_update
[632/757] 662960=ruby/test_compile_prism
[633/757] 662960=did_you_mean/tree_spell/test_change_word
[634/757] 662960=-ext-/string/test_coderange
[635/757] 662960=test_trick
[636/757] 662960=test_singleton
[637/757] 662960=psych/test_object
[638/757] 662960=ruby/test_syntax
[639/757] 662960=fiber/test_enumerator
[640/757] 662960=io/wait/test_ractor
[641/757] 662960=prism/library_symbols_test
[642/757] 662960=ruby/test_data
[643/757] 662960=optparse/test_bash_completion
[644/757] 662960=rubygems/test_gem_uri
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[645/757] 662960=erb/test_erb_command
[646/757] 662960=resolv/test_dns
[647/757] 662960=json/json_encoding_test
[648/757] 662960=json/json_generator_test
[649/757] 662960=rubygems/test_gem_remote_fetcher_local_server
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[650/757] 662960=prism/result/node_id_test
[651/757] 662960=ruby/test_keyword
[652/757] 662960=test_unicode_normalize
[653/757] 662960=date/test_date_compat
[654/757] 662960=test_extlibs
[655/757] 662961=rubygems/test_gem_spec_fetcher
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[656/757] 662961=ruby/test_alias
[657/757] 662961=ruby/test_not
[658/757] 662961=did_you_mean/spell_checking/test_variable_name_check
[659/757] 662961=ruby/test_dir
[660/757] 662961=psych/visitors/test_yaml_tree
[661/757] 662961=socket/test_nonblock
[662/757] 662961=date/test_date
[663/757] 662961=rubygems/test_gem_resolver_lock_specification
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[664/757] 662961=ruby/test_integer_comb
[665/757] 662960=ruby/test_backtrace
[666/757] 662960=rubygems/test_gem_impossible_dependencies_error
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[667/757] 662960=socket/test_udp
[668/757] 662960=-ext-/string/test_normalize
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[669/757] 662960=rubygems/test_gem_source_local
[670/757] 662960=ruby/test_range
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[671/757] 662961=rubygems/test_gem_commands_cleanup_command
[672/757] 662961=prism/ractor_test
[673/757] 662960=psych/test_symbol
[674/757] 662960=ruby/test_basicinstructions
[675/757] 662960=ruby/test_yjit_exit_locations
[676/757] 662961=ruby/test_frozen
[677/757] 662961=-ext-/marshal/test_internal_ivar
[678/757] 662961=prism/ruby/desugar_compiler_test
[679/757] 662960=openssl/test_ts
[680/757] 662961=rubygems/test_gem_config_file
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[681/757] 662961=-ext-/tracepoint/test_tracepoint
[682/757] 662960=-ext-/struct/test_len
[683/757] 662960=psych/test_nil
[684/757] 662960=rubygems/test_gem_gem_runner
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[685/757] 662961=rubygems/test_webauthn_poller
[686/757] 662960=prism/result/heredoc_test
[687/757] 662960=mkmf/test_configuration
[688/757] 662961=ripper/test_ripper
[689/757] 662960=-ext-/integer/test_integer
[690/757] 662960=prism/percent_delimiter_string_test
[691/757] 662960=openssl/test_pkcs12
[692/757] 662961=openssl/test_kdf
[693/757] 662961=psych/visitors/test_depth_first
[694/757] 662961=-ext-/win32/test_fd_setsize
[695/757] 662961=psych/test_psych
[696/757] 662961=ruby/enc/test_utf16
[697/757] 662961=prism/encoding/regular_expression_encoding_test
[698/757] 662960=-ext-/float/test_nextafter
[699/757] 662961=-ext-/file/test_stat
[700/757] 662961=did_you_mean/edit_distance/test_jaro_winkler
[701/757] 662961=-ext-/string/test_capacity
[702/757] 662961=ruby/test_autoload
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[703/757] 662960=rubygems/test_gem_commands_push_command
[704/757] 662960=prism/result/integer_parse_test
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[705/757] 662960=rubygems/test_gem_commands_dependency_command
[706/757] 662960=digest/test_digest_extend
[707/757] 662960=openssl/test_provider
[708/757] 662960=rubygems/test_gem_remote_fetcher
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[709/757] 662960=openssl/test_x509store
[710/757] 662960=ruby/test_time_tz
[711/757] 662960=ruby/test_continuation
[712/757] 662960=ruby/enc/test_emoji
[713/757] 662960=ruby/test_memory_view
[714/757] 662960=ruby/test_marshal
[715/757] 662960=ruby/test_condition
[716/757] 662960=-ext-/hash/test_delete
[717/757] 662960=ruby/enc/test_cp949
[718/757] 662960=dtrace/test_function_entry
[719/757] 662960=optparse/test_placearg
[720/757] 662960=open-uri/test_ssl
[721/757] 662960=psych/test_scalar_scanner
[722/757] 662960=error_highlight/test_error_highlight
[723/757] 662960=date/test_date_attr
[724/757] 662960=prism/result/attribute_write_test
[725/757] 662960=psych/test_ractor
[726/757] 662961=rubygems/test_gem_requirement
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[727/757] 662960=net/http/test_http_request
[728/757] 662961=rubygems/test_gem
[729/757] 662960=zlib/test_zlib
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[730/757] 662961=prism/ruby/ruby_parser_test
[731/757] 662961=psych/test_parser
[732/757] 662961=ruby/test_proc
[733/757] 662961=-ext-/eval/test_eval
[734/757] 662961=ripper/test_files_test
[735/757] 662961=psych/nodes/test_enumerable
[736/757] 662961=-ext-/struct/test_member
[737/757] 662961=ruby/test_time
[738/757] 662961=dtrace/test_object_create_start
[739/757] 662961=psych/test_deprecated
[740/757] 662961=-ext-/bignum/test_div
[741/757] 662961=ruby/test_string
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[742/757] 662960=rubygems/test_gem_commands_contents_command
[743/757] 662960=json/json_parser_test
[744/757] 662960=ruby/test_sleep
[745/757] 662960=prism/encoding/string_encoding_test
[746/757] 662960=ruby/test_env
[747/757] 662960=-ext-/win32/test_console_attr
[748/757] 662960=mkmf/test_framework
[749/757] 662960=-ext-/symbol/test_type
[750/757] 662960=ruby/test_pipe
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[751/757] 662960=rubygems/test_gem_command_manager
[752/757] 662960=mkmf/test_have_macro
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-iseq_binary/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[753/757] 662960=rubygems/test_gem_commands_setup_command
[754/757] 662960=ruby/test_integer
[755/757] 662960=net/http/test_buffered_io
[756/757] 662960=-ext-/string/test_nofree
[757/757] 662960=-ext-/gvl/test_ubf_async_safe
[New LWP 691687]
[New LWP 691648]
[New LWP 681297]
[New LWP 663347]

warning: could not find '.gnu_debugaltlink' file for /lib/x86_64-linux-gnu/libcap.so.2
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007219b3332d61 in __futex_abstimed_wait_common64 (private=29209, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x61d2a15eb004) at ./nptl/futex-internal.c:57

warning: 57	./nptl/futex-internal.c: No such file or directory

>>> Threads

  Id   Target Id                                            Frame 
* 1    Thread 0x7219b326bc00 (LWP 662959) "ruby"            0x00007219b3332d61 in __futex_abstimed_wait_common64 (private=29209, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x61d2a15eb004) at ./nptl/futex-internal.c:57
  2    Thread 0x7219984bc6c0 (LWP 691687) "test_https_pro*" 0x00007219b33b5a00 in __GI_ppoll (fds=fds@entry=0x7219984bae48, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
  3    Thread 0x72198b9c36c0 (LWP 691648) "parallel.rb:40"  0x00007219b33b54cd in __GI___poll (fds=fds@entry=0x72198b9c2460, nfds=nfds@entry=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  4    Thread 0x721999bff6c0 (LWP 681297) "ruby"            0x00007219b33c4042 in epoll_wait (epfd=4, events=events@entry=0x7219b3d3e79c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
  5    Thread 0x7219988576c0 (LWP 663347) "Timeout stdlib " 0x00007219b3332d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x61d2a22553a0) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 5 (Thread 0x7219988576c0 (LWP 663347) "Timeout stdlib "):
#0  0x00007219b3332d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x61d2a22553a0) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x61d2a22553a0) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x61d2a22553a0, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007219b33357dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x61d2a15eb0f8, cond=0x61d2a2255378) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7219b33354a0 <__condvar_cleanup_waiting>, __arg = 0x721998856610, __canceltype = -1586006128, __prev = 0x0}
        cbuffer = {wseq = 78, cond = 0x61d2a2255378, mutex = 0x61d2a15eb0f8, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 78
        seq = 39
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=cond@entry=0x61d2a2255378, mutex=mutex@entry=0x61d2a15eb0f8) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00007219b395b8ed in rb_native_cond_wait (cond=cond@entry=0x61d2a2255378, mutex=mutex@entry=0x61d2a15eb0f8) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:231
        r = <optimized out>
#6  0x00007219b395ba33 in thread_sched_wait_running_turn (sched=sched@entry=0x61d2a15eb0f8, th=th@entry=0x61d2a224be60, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:851
        next_th = 0x0
#7  0x00007219b395c274 in thread_sched_to_waiting_until_wakeup (sched=sched@entry=0x61d2a15eb0f8, th=th@entry=0x61d2a224be60) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:1126
        can_direct_transfer = <optimized out>
#8  0x00007219b39667f2 in native_sleep (rel=0x0, th=0x61d2a224be60) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:3350
        sched = 0x61d2a15eb0f8
        sched = <optimized out>
#9  sleep_forever (fl=1, th=0x61d2a224be60) at /tmp/ruby/src/trunk-iseq_binary/thread.c:1381
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
        prev_status = <optimized out>
        status = <optimized out>
        woke = <optimized out>
#10 rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=<optimized out>, timeout=<optimized out>, end=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:1426
        scheduler = <optimized out>
#11 0x00007219b39669b8 in queue_sleep (_args=_args@entry=125454258628736) at /tmp/ruby/src/trunk-iseq_binary/thread_sync.c:1076
        args = 0x721998856880
#12 0x00007219b37b3e82 in rb_ensure (b_proc=b_proc@entry=0x7219b39669a0 <queue_sleep>, data1=data1@entry=125454258628736, e_proc=e_proc@entry=0x7219b3955f30 <queue_sleep_done>, data2=data2@entry=125454258628768) at /tmp/ruby/src/trunk-iseq_binary/eval.c:1174
        _ec = 0x61d2a2693be0
        _tag = {tag = 36, retval = 4, buf = {0x0, 0x7219b37b3f40 <rb_ensure+432>, 0x0, 0x721998856790, 0x4}, prev = 0x721998856ac0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x61d2a2693be0
#13 0x00007219b395fb36 in queue_do_pop (self=125454261973440, q=0x61d2a1829890, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread_sync.c:1151
        ec = <optimized out>
        queue_waiter = {w = {self = 125454261973440, th = 0x61d2a224be60, fiber = 0x0, node = {next = 0x61d2a1829890, prev = 0x61d2a1829890}}, as = {q = 0x61d2a1829890, sq = 0x61d2a1829890}}
        unaligned_member_ptr_result = <optimized out>
        waitq = 0x61d2a1829890
        queue_sleep_arg = {self = 125454261973440, timeout = 4, end = 0}
        end = <optimized out>
#14 0x00007219b39bb2ab in invoke_bf (argv=<optimized out>, bf=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:7548
        canary_p = <optimized out>
        func_ptr = <optimized out>
        ret = 36
        canary_p = <optimized out>
        func_ptr = <optimized out>
        ret = <optimized out>
#15 vm_invoke_builtin_delegate (bf=<optimized out>, start_index=<optimized out>, cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:7576
        argv = <optimized out>
        __func__ = <optimized out>
        i = <optimized out>
#16 vm_exec_core (ec=0x61d2a22553a0, ec@entry=0x61d2a2693be0) at ../../src/trunk-iseq_binary/insns.def:1674
        bf = 0x0
        index = 18446744073709551104
        leaf = <optimized out>
        val = <optimized out>
        reg_pc = 0x61d2a1770b88
        reg_cfp = 0x61d2a3236008
        insns_address_table = {0x7219b39be525 <vm_exec_core+13829>, 0x7219b39bc25a <vm_exec_core+4922>, 0x7219b39bc1e8 <vm_exec_core+4808>, 0x7219b39bc135 <vm_exec_core+4629>, 0x7219b39bc0c3 <vm_exec_core+4515>, 0x7219b39bc01e <vm_exec_core+4350>, 0x7219b39bc623 <vm_exec_core+5891>, 0x7219b39bc5c8 <vm_exec_core+5800>, 0x7219b39bc35a <vm_exec_core+5178>, 0x7219b39bc2be <vm_exec_core+5022>, 0x7219b39bc6c2 <vm_exec_core+6050>, 0x7219b39bc44d <vm_exec_core+5421>, 0x7219b39bbfd9 <vm_exec_core+4281>, 0x7219b39bbf71 <vm_exec_core+4177>, 0x7219b39bbefa <vm_exec_core+4058>, 0x7219b39bbebd <vm_exec_core+3997>, 0x7219b39bbe85 <vm_exec_core+3941>, 0x7219b39bbe50 <vm_exec_core+3888>, 0x7219b39bbe1b <vm_exec_core+3835>, 0x7219b39bbde6 <vm_exec_core+3782>, 0x7219b39bbd5c <vm_exec_core+3644>, 0x7219b39bbd18 <vm_exec_core+3576>, 0x7219b39bbcd1 <vm_exec_core+3505>, 0x7219b39bbc79 <vm_exec_core+3417>, 0x7219b39bbc33 <vm_exec_core+3347>, 0x7219b39bbbb4 <vm_exec_core+3220>, 0x7219b39bbb7a <vm_exec_core+3162>, 0x7219b39bbb1d <vm_exec_core+3069>, 0x7219b39bbac3 <vm_exec_core+2979>, 0x7219b39bba86 <vm_exec_core+2918>, 0x7219b39bce61 <vm_exec_core+8001>, 0x7219b39bcccc <vm_exec_core+7596>, 0x7219b39bcc3e <vm_exec_core+7454>, 0x7219b39bcbd7 <vm_exec_core+7351>, 0x7219b39bcb85 <vm_exec_core+7269>, 0x7219b39bcb26 <vm_exec_core+7174>, 0x7219b39bcad9 <vm_exec_core+7097>, 0x7219b39bca84 <vm_exec_core+7012>, 0x7219b39bcf4f <vm_exec_core+8239>, 0x7219b39bcf28 <vm_exec_core+8200>, 0x7219b39bceed <vm_exec_core+8141>, 0x7219b39bce9e <vm_exec_core+8062>, 0x7219b39bd043 <vm_exec_core+8483>, 0x7219b39bcf99 <vm_exec_core+8313>, 0x7219b39bc837 <vm_exec_core+6423>, 0x7219b39bc7f3 <vm_exec_core+6355>, 0x7219b39bd3dc <vm_exec_core+9404>, 0x7219b39bd36d <vm_exec_core+9293>, 0x7219b39bd40e <vm_exec_core+9454>, 0x7219b39bca35 <vm_exec_core+6933>, 0x7219b39bc9c6 <vm_exec_core+6822>, 0x7219b39bc968 <vm_exec_core+6728>, 0x7219b39bc8b6 <vm_exec_core+6550>, 0x7219b39bc87a <vm_exec_core+6490>, 0x7219b39bd23f <vm_exec_core+8991>, 0x7219b39bd1d5 <vm_exec_core+8885>, 0x7219b39bd12a <vm_exec_core+8714>, 0x7219b39baf80 <vm_exec_core+96>, 0x7219b39bd077 <vm_exec_core+8535>, 0x7219b39bd2d5 <vm_exec_core+9141>, 0x7219b39bd286 <vm_exec_core+9062>, 0x7219b39bd31e <vm_exec_core+9214>, 0x7219b39bba37 <vm_exec_core+2839>, 0x7219b39be4dd <vm_exec_core+13757>, 0x7219b39bb9e8 <vm_exec_core+2760>, 0x7219b39bb979 <vm_exec_core+2649>, 0x7219b39bb934 <vm_exec_core+2580>, 0x7219b39bb8c1 <vm_exec_core+2465>, 0x7219b39bb76a <vm_exec_core+2122>, 0x7219b39bb69a <vm_exec_core+1914>, 0x7219b39bb61e <vm_exec_core+1790>, 0x7219b39bb040 <vm_exec_core+288>, 0x7219b39bb5ea <vm_exec_core+1738>, 0x7219b39bb5ab <vm_exec_core+1675>, 0x7219b39bb56c <vm_exec_core+1612>, 0x7219b39bb530 <vm_exec_core+1552>, 0x7219b39bb470 <vm_exec_core+1360>, 0x7219b39bb3eb <vm_exec_core+1227>, 0x7219b39be536 <vm_exec_core+13846>, 0x7219b39bdcae <vm_exec_core+11662>, 0x7219b39bdd14 <vm_exec_core+11764>, 0x7219b39bd49d <vm_exec_core+9597>, 0x7219b39bddad <vm_exec_core+11917>, 0x7219b39bde46 <vm_exec_core+12070>, 0x7219b39be24d <vm_exec_core+13101>, 0x7219b39be191 <vm_exec_core+12913>, 0x7219b39be1ef <vm_exec_core+13007>, 0x7219b39be0bc <vm_exec_core+12700>, 0x7219b39be11d <vm_exec_core+12797>, 0x7219b39be38a <vm_exec_core+13418>, 0x7219b39be40d <vm_exec_core+13549>, 0x7219b39bdeb5 <vm_exec_core+12181>, 0x7219b39bdf08 <vm_exec_core+12264>, 0x7219b39bdf8b <vm_exec_core+12395>, 0x7219b39be015 <vm_exec_core+12533>, 0x7219b39bdb00 <vm_exec_core+11232>, 0x7219b39bdb53 <vm_exec_core+11315>, 0x7219b39bdb9c <vm_exec_core+11388>, 0x7219b39bdbfe <vm_exec_core+11486>, 0x7219b39be59b <vm_exec_core+13947>, 0x7219b39bb37a <vm_exec_core+1114>, 0x7219b39bb2fa <vm_exec_core+986>, 0x7219b39bb251 <vm_exec_core+817>, 0x7219b39bb20a <vm_exec_core+746>, 0x7219b39bb1bf <vm_exec_core+671>, 0x7219b39bb176 <vm_exec_core+598>, 0x7219b39bb125 <vm_exec_core+517>, 0x7219b39bb0f0 <vm_exec_core+464>, 0x7219b39bb0bb <vm_exec_core+411>, 0x7219b39bdc90 <vm_exec_core+11632>, 0x7219b39bc249 <vm_exec_core+4905>, 0x7219b39bc1d7 <vm_exec_core+4791>, 0x7219b39bc124 <vm_exec_core+4612>, 0x7219b39bc0b2 <vm_exec_core+4498>, 0x7219b39bc00d <vm_exec_core+4333>, 0x7219b39bc612 <vm_exec_core+5874>, 0x7219b39bc5b7 <vm_exec_core+5783>, 0x7219b39bc349 <vm_exec_core+5161>, 0x7219b39bc2ad <vm_exec_core+5005>, 0x7219b39bc6b1 <vm_exec_core+6033>, 0x7219b39bc43c <vm_exec_core+5404>, 0x7219b39bbfc8 <vm_exec_core+4264>, 0x7219b39bbf60 <vm_exec_core+4160>, 0x7219b39bbee9 <vm_exec_core+4041>, 0x7219b39bbeac <vm_exec_core+3980>, 0x7219b39bbe74 <vm_exec_core+3924>, 0x7219b39bbe3f <vm_exec_core+3871>, 0x7219b39bbe0a <vm_exec_core+3818>, 0x7219b39bbdd5 <vm_exec_core+3765>, 0x7219b39bbd4b <vm_exec_core+3627>, 0x7219b39bbd07 <vm_exec_core+3559>, 0x7219b39bbcc0 <vm_exec_core+3488>, 0x7219b39bbc68 <vm_exec_core+3400>, 0x7219b39bbc22 <vm_exec_core+3330>, 0x7219b39bbba3 <vm_exec_core+3203>, 0x7219b39bbb69 <vm_exec_core+3145>, 0x7219b39bbb0c <vm_exec_core+3052>, 0x7219b39bbab2 <vm_exec_core+2962>, 0x7219b39bba75 <vm_exec_core+2901>, 0x7219b39bce50 <vm_exec_core+7984>, 0x7219b39bccbb <vm_exec_core+7579>, 0x7219b39bcc2d <vm_exec_core+7437>, 0x7219b39bcbc6 <vm_exec_core+7334>, 0x7219b39bcb74 <vm_exec_core+7252>, 0x7219b39bcb15 <vm_exec_core+7157>, 0x7219b39bcac8 <vm_exec_core+7080>, 0x7219b39bca73 <vm_exec_core+6995>, 0x7219b39bcf3e <vm_exec_core+8222>, 0x7219b39bcf17 <vm_exec_core+8183>, 0x7219b39bcedc <vm_exec_core+8124>, 0x7219b39bce8d <vm_exec_core+8045>, 0x7219b39bd032 <vm_exec_core+8466>, 0x7219b39bcf88 <vm_exec_core+8296>, 0x7219b39bc826 <vm_exec_core+6406>, 0x7219b39bc7e2 <vm_exec_core+6338>, 0x7219b39bd3cb <vm_exec_core+9387>, 0x7219b39bd35c <vm_exec_core+9276>, 0x7219b39bd3fd <vm_exec_core+9437>, 0x7219b39bca24 <vm_exec_core+6916>, 0x7219b39bc9b5 <vm_exec_core+6805>, 0x7219b39bc957 <vm_exec_core+6711>, 0x7219b39bc8a5 <vm_exec_core+6533>, 0x7219b39bc869 <vm_exec_core+6473>, 0x7219b39bd22e <vm_exec_core+8974>, 0x7219b39bd1c4 <vm_exec_core+8868>, 0x7219b39bd119 <vm_exec_core+8697>, 0x7219b39be459 <vm_exec_core+13625>, 0x7219b39bd066 <vm_exec_core+8518>, 0x7219b39bd2c4 <vm_exec_core+9124>, 0x7219b39bd275 <vm_exec_core+9045>, 0x7219b39bd30d <vm_exec_core+9197>, 0x7219b39bba26 <vm_exec_core+2822>, 0x7219b39be46f <vm_exec_core+13647>, 0x7219b39bb9d7 <vm_exec_core+2743>, 0x7219b39bb968 <vm_exec_core+2632>, 0x7219b39bb923 <vm_exec_core+2563>, 0x7219b39bb8b0 <vm_exec_core+2448>, 0x7219b39bb759 <vm_exec_core+2105>, 0x7219b39bb689 <vm_exec_core+1897>, 0x7219b39bb60d <vm_exec_core+1773>, 0x7219b39bb02f <vm_exec_core+271>, 0x7219b39bb5d9 <vm_exec_core+1721>, 0x7219b39bb59a <vm_exec_core+1658>, 0x7219b39bb55b <vm_exec_core+1595>, 0x7219b39bb51f <vm_exec_core+1535>, 0x7219b39bb45f <vm_exec_core+1343>, 0x7219b39bb3da <vm_exec_core+1210>, 0x7219b39be485 <vm_exec_core+13669>, 0x7219b39be49b <vm_exec_core+13691>, 0x7219b39be4b1 <vm_exec_core+13713>, 0x7219b39be4c7 <vm_exec_core+13735>, 0x7219b39be05d <vm_exec_core+12605>, 0x7219b39be073 <vm_exec_core+12627>, 0x7219b39be089 <vm_exec_core+12649>, 0x7219b39be0a6 <vm_exec_core+12678>, 0x7219b39bde9f <vm_exec_core+12159>, 0x7219b39be332 <vm_exec_core+13330>, 0x7219b39be306 <vm_exec_core+13286>, 0x7219b39be31c <vm_exec_core+13308>, 0x7219b39be2ae <vm_exec_core+13198>...}
#17 0x00007219b39c0b58 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#18 rb_vm_exec (ec=0x61d2a2693be0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2787
        _ec = 0x61d2a2693be0
        _tag = {tag = 36, retval = 4, buf = {0x721998856bc0, 0x7219b39c0bb0 <rb_vm_exec+272>, 0x0, 0x721998856aa0, 0x3000000028}, prev = 0x721998856cd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#19 0x00007219b39c10c7 in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1814
        iseq = 0x721998b87b20
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x804ca6ed7d11e400
        av = {206158430248, 125454258629840}
        stack_argv = 0x804ca6ed7d11e400
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#20 0x00007219b39c1a66 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x61d2a214ab00, argc=argc@entry=0, argv=argv@entry=0x721998856b70, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1959
        self = <optimized out>
#21 0x00007219b3964b3b in thread_do_start_proc (th=th@entry=0x61d2a224be60) at /tmp/ruby/src/trunk-iseq_binary/thread.c:614
        args = 125454255115800
        args_ptr = 0x721998856b70
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x61d2a214ab00
#22 0x00007219b3964f32 in thread_do_start (th=0x61d2a224be60) at /tmp/ruby/src/trunk-iseq_binary/thread.c:631
        result = 36
        result = <optimized out>
#23 thread_start_func_2 (th=th@entry=0x61d2a224be60, stack_start=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:686
        _ec = 0x61d2a2693be0
        _tag = {tag = 36, retval = 107557278333808, buf = {0x721998856dd0, 0x7219b3964eb0 <thread_start_func_2+624>, 0x0, 0x721998856bd0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x61d2a15e6010
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#24 0x00007219b3965c5f in call_thread_start_func_2 (th=0x61d2a224be60) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2238
        stack_start = 0
        stack_start_addr = 0x721998856da8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#25 nt_start (ptr=0x61d2a2255350) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2283
        th = 0x61d2a224be60
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#26 0x00007219b3336a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {125454258632384, 687284017245222452, 125454258632384, -256, 0, 140729546523632, 687284017232639540, 687342376956360244}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#27 0x00007219b33c3c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 4 (Thread 0x721999bff6c0 (LWP 681297) "ruby"):
#0  0x00007219b33c4042 in epoll_wait (epfd=4, events=events@entry=0x7219b3d3e79c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007219b395f061 in event_wait (vm=0x61d2a15e3ad0) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2942
        r = <optimized out>
        r = <optimized out>
#2  timer_thread_polling (vm=0x61d2a15e3ad0) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread_mn.c:919
        r = <optimized out>
        r = <optimized out>
        i = <optimized out>
        th = <optimized out>
        events = <optimized out>
        sched = <optimized out>
#3  timer_thread_func (ptr=0x61d2a15e3ad0) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:3075
        vm = 0x61d2a15e3ad0
#4  0x00007219b3336a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {125454279243456, 687286409542006324, 125454279243456, -256, 0, 140729546525248, 687286409529423412, 687342376956360244}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007219b33c3c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x72198b9c36c0 (LWP 691648) "parallel.rb:40"):
#0  0x00007219b33b54cd in __GI___poll (fds=fds@entry=0x72198b9c2460, nfds=nfds@entry=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007219b37f35dc in poll (__timeout=<optimized out>, __nfds=1, __fds=0x72198b9c2460) at /usr/include/x86_64-linux-gnu/bits/poll2.h:39
No locals.
#2  nogvl_wait_for (fptr=<optimized out>, th=<optimized out>, timeout=0x0, events=1) at /tmp/ruby/src/trunk-iseq_binary/io.c:12573
        scheduler = <optimized out>
        fd = <optimized out>
        fds = {fd = 7, events = 1, revents = 0}
        timeout_milliseconds = <optimized out>
        scheduler = <optimized out>
        fd = <optimized out>
        fds = <optimized out>
        timeout_milliseconds = <optimized out>
        args = <optimized out>
#3  nogvl_wait_for (timeout=0x0, events=1, fptr=0x61d2a3d32200, th=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/io.c:12550
        scheduler = <optimized out>
        fd = <optimized out>
        fds = <optimized out>
        timeout_milliseconds = <optimized out>
        scheduler = <optimized out>
        fd = <optimized out>
        fds = <optimized out>
        timeout_milliseconds = <optimized out>
        args = <optimized out>
#4  io_internal_wait (timeout=0x0, events=1, error=11, fptr=0x61d2a3d32200, thread=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/io.c:1174
        ready = <optimized out>
        ready = <optimized out>
#5  internal_read_func (ptr=ptr@entry=0x72198b9c2750) at /tmp/ruby/src/trunk-iseq_binary/io.c:1212
        iis = 0x72198b9c2750
        result = <optimized out>
        retry = <optimized out>
#6  0x00007219b3963fc7 in rb_thread_io_blocking_call (io=0x61d2a3d32200, func=0x7219b37f34e0 <internal_read_func>, data1=0x72198b9c2750, events=1) at /tmp/ruby/src/trunk-iseq_binary/thread.c:1973
        __region = {prev_status = THREAD_RUNNABLE}
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = {tag = 36, retval = 63, buf = {0x61d2a3d32200, 0x7219b3963e18 <rb_thread_io_blocking_call+696>, 0x0, 0x72198b9c24d0, 0x0}, prev = 0x72198b9c26a0, state = RUBY_TAG_NONE, lock_rec = 0}
        ec = 0x61d2a257d320
        th = 0x61d2a3619a30
        val = 36
        saved_errno = 0
        state = RUBY_TAG_NONE
        prev_mn_schedulable = false
        fd = 7
        blocking_operation = {list = {next = 0x61d2a3d322d0, prev = 0x61d2a3d322d0}, ec = 0x61d2a257d320}
#7  0x00007219b37b3e82 in rb_ensure (b_proc=b_proc@entry=0x7219b37f5250 <io_read_memory_call>, data1=data1@entry=125454042015568, e_proc=e_proc@entry=0x7219b3932780 <rb_str_unlocktmp>, data2=125454007923480) at /tmp/ruby/src/trunk-iseq_binary/eval.c:1174
        _ec = 0x61d2a257d320
        _tag = {tag = 36, retval = 107557278369680, buf = {0x61d2a3d32200, 0x7219b37b3f40 <rb_ensure+432>, 0x0, 0x72198b9c2650, 0x61d2a15ec790}, prev = 0x72198b9c2ac0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x61d2a257d320
#8  0x00007219b3940e8f in rb_str_locktmp_ensure (str=<optimized out>, func=func@entry=0x7219b37f5250 <io_read_memory_call>, arg=arg@entry=125454042015568) at /tmp/ruby/src/trunk-iseq_binary/string.c:3381
No locals.
#9  0x00007219b3809431 in io_read_memory_locktmp (iis=0x72198b9c2750, str=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/io.c:3458
No locals.
#10 io_getpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>, no_exception=no_exception@entry=4, nonblock=nonblock@entry=0) at /tmp/ruby/src/trunk-iseq_binary/io.c:3504
        fptr = 0x61d2a3d32200
        length = <optimized out>
        str = 125454007923480
        n = <optimized out>
        len = 1024
        iis = {th = 125454007923920, fptr = 0x61d2a3d32200, nonblock = 0, fd = 7, buf = 0x7219380821b0, capa = 1024, timeout = 0x0}
        shrinkable = 1
        __func__ = "io_getpartial"
#11 0x00007219b3809975 in io_readpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/io.c:3624
        ret = <optimized out>
#12 0x00007219b39a46ed in vm_call_cfunc_with_frame_ (ec=0x61d2a257d320, reg_cfp=0x61d2a43797c0, calling=<optimized out>, argc=1, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
        ci = 0x410100100003
        cc = <optimized out>
        val = <optimized out>
        me = 0x7219b30988e8
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#13 0x00007219b39adf1c in vm_sendish (ec=0x61d2a257d320, reg_cfp=0x61d2a43797c0, cd=0x61d2a17a2830, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-iseq_binary/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x72199892f148
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x61d2a17a2830, cc = 0x72199892f148, block_handler = 0, recv = 125454007924040, argc = 1, kw_splat = false, heap_argv = 0}
#14 0x00007219b39bafa4 in vm_exec_core (ec=0x72198b9c2460, ec@entry=0x61d2a257d320) at ../../src/trunk-iseq_binary/insns.def:902
        bh = <optimized out>
        cd = 0xffffffff
        leaf = <optimized out>
        val = 0
        reg_pc = 0x61d2a17a2678
        reg_cfp = 0x61d2a43797c0
        insns_address_table = {0x7219b39be525 <vm_exec_core+13829>, 0x7219b39bc25a <vm_exec_core+4922>, 0x7219b39bc1e8 <vm_exec_core+4808>, 0x7219b39bc135 <vm_exec_core+4629>, 0x7219b39bc0c3 <vm_exec_core+4515>, 0x7219b39bc01e <vm_exec_core+4350>, 0x7219b39bc623 <vm_exec_core+5891>, 0x7219b39bc5c8 <vm_exec_core+5800>, 0x7219b39bc35a <vm_exec_core+5178>, 0x7219b39bc2be <vm_exec_core+5022>, 0x7219b39bc6c2 <vm_exec_core+6050>, 0x7219b39bc44d <vm_exec_core+5421>, 0x7219b39bbfd9 <vm_exec_core+4281>, 0x7219b39bbf71 <vm_exec_core+4177>, 0x7219b39bbefa <vm_exec_core+4058>, 0x7219b39bbebd <vm_exec_core+3997>, 0x7219b39bbe85 <vm_exec_core+3941>, 0x7219b39bbe50 <vm_exec_core+3888>, 0x7219b39bbe1b <vm_exec_core+3835>, 0x7219b39bbde6 <vm_exec_core+3782>, 0x7219b39bbd5c <vm_exec_core+3644>, 0x7219b39bbd18 <vm_exec_core+3576>, 0x7219b39bbcd1 <vm_exec_core+3505>, 0x7219b39bbc79 <vm_exec_core+3417>, 0x7219b39bbc33 <vm_exec_core+3347>, 0x7219b39bbbb4 <vm_exec_core+3220>, 0x7219b39bbb7a <vm_exec_core+3162>, 0x7219b39bbb1d <vm_exec_core+3069>, 0x7219b39bbac3 <vm_exec_core+2979>, 0x7219b39bba86 <vm_exec_core+2918>, 0x7219b39bce61 <vm_exec_core+8001>, 0x7219b39bcccc <vm_exec_core+7596>, 0x7219b39bcc3e <vm_exec_core+7454>, 0x7219b39bcbd7 <vm_exec_core+7351>, 0x7219b39bcb85 <vm_exec_core+7269>, 0x7219b39bcb26 <vm_exec_core+7174>, 0x7219b39bcad9 <vm_exec_core+7097>, 0x7219b39bca84 <vm_exec_core+7012>, 0x7219b39bcf4f <vm_exec_core+8239>, 0x7219b39bcf28 <vm_exec_core+8200>, 0x7219b39bceed <vm_exec_core+8141>, 0x7219b39bce9e <vm_exec_core+8062>, 0x7219b39bd043 <vm_exec_core+8483>, 0x7219b39bcf99 <vm_exec_core+8313>, 0x7219b39bc837 <vm_exec_core+6423>, 0x7219b39bc7f3 <vm_exec_core+6355>, 0x7219b39bd3dc <vm_exec_core+9404>, 0x7219b39bd36d <vm_exec_core+9293>, 0x7219b39bd40e <vm_exec_core+9454>, 0x7219b39bca35 <vm_exec_core+6933>, 0x7219b39bc9c6 <vm_exec_core+6822>, 0x7219b39bc968 <vm_exec_core+6728>, 0x7219b39bc8b6 <vm_exec_core+6550>, 0x7219b39bc87a <vm_exec_core+6490>, 0x7219b39bd23f <vm_exec_core+8991>, 0x7219b39bd1d5 <vm_exec_core+8885>, 0x7219b39bd12a <vm_exec_core+8714>, 0x7219b39baf80 <vm_exec_core+96>, 0x7219b39bd077 <vm_exec_core+8535>, 0x7219b39bd2d5 <vm_exec_core+9141>, 0x7219b39bd286 <vm_exec_core+9062>, 0x7219b39bd31e <vm_exec_core+9214>, 0x7219b39bba37 <vm_exec_core+2839>, 0x7219b39be4dd <vm_exec_core+13757>, 0x7219b39bb9e8 <vm_exec_core+2760>, 0x7219b39bb979 <vm_exec_core+2649>, 0x7219b39bb934 <vm_exec_core+2580>, 0x7219b39bb8c1 <vm_exec_core+2465>, 0x7219b39bb76a <vm_exec_core+2122>, 0x7219b39bb69a <vm_exec_core+1914>, 0x7219b39bb61e <vm_exec_core+1790>, 0x7219b39bb040 <vm_exec_core+288>, 0x7219b39bb5ea <vm_exec_core+1738>, 0x7219b39bb5ab <vm_exec_core+1675>, 0x7219b39bb56c <vm_exec_core+1612>, 0x7219b39bb530 <vm_exec_core+1552>, 0x7219b39bb470 <vm_exec_core+1360>, 0x7219b39bb3eb <vm_exec_core+1227>, 0x7219b39be536 <vm_exec_core+13846>, 0x7219b39bdcae <vm_exec_core+11662>, 0x7219b39bdd14 <vm_exec_core+11764>, 0x7219b39bd49d <vm_exec_core+9597>, 0x7219b39bddad <vm_exec_core+11917>, 0x7219b39bde46 <vm_exec_core+12070>, 0x7219b39be24d <vm_exec_core+13101>, 0x7219b39be191 <vm_exec_core+12913>, 0x7219b39be1ef <vm_exec_core+13007>, 0x7219b39be0bc <vm_exec_core+12700>, 0x7219b39be11d <vm_exec_core+12797>, 0x7219b39be38a <vm_exec_core+13418>, 0x7219b39be40d <vm_exec_core+13549>, 0x7219b39bdeb5 <vm_exec_core+12181>, 0x7219b39bdf08 <vm_exec_core+12264>, 0x7219b39bdf8b <vm_exec_core+12395>, 0x7219b39be015 <vm_exec_core+12533>, 0x7219b39bdb00 <vm_exec_core+11232>, 0x7219b39bdb53 <vm_exec_core+11315>, 0x7219b39bdb9c <vm_exec_core+11388>, 0x7219b39bdbfe <vm_exec_core+11486>, 0x7219b39be59b <vm_exec_core+13947>, 0x7219b39bb37a <vm_exec_core+1114>, 0x7219b39bb2fa <vm_exec_core+986>, 0x7219b39bb251 <vm_exec_core+817>, 0x7219b39bb20a <vm_exec_core+746>, 0x7219b39bb1bf <vm_exec_core+671>, 0x7219b39bb176 <vm_exec_core+598>, 0x7219b39bb125 <vm_exec_core+517>, 0x7219b39bb0f0 <vm_exec_core+464>, 0x7219b39bb0bb <vm_exec_core+411>, 0x7219b39bdc90 <vm_exec_core+11632>, 0x7219b39bc249 <vm_exec_core+4905>, 0x7219b39bc1d7 <vm_exec_core+4791>, 0x7219b39bc124 <vm_exec_core+4612>, 0x7219b39bc0b2 <vm_exec_core+4498>, 0x7219b39bc00d <vm_exec_core+4333>, 0x7219b39bc612 <vm_exec_core+5874>, 0x7219b39bc5b7 <vm_exec_core+5783>, 0x7219b39bc349 <vm_exec_core+5161>, 0x7219b39bc2ad <vm_exec_core+5005>, 0x7219b39bc6b1 <vm_exec_core+6033>, 0x7219b39bc43c <vm_exec_core+5404>, 0x7219b39bbfc8 <vm_exec_core+4264>, 0x7219b39bbf60 <vm_exec_core+4160>, 0x7219b39bbee9 <vm_exec_core+4041>, 0x7219b39bbeac <vm_exec_core+3980>, 0x7219b39bbe74 <vm_exec_core+3924>, 0x7219b39bbe3f <vm_exec_core+3871>, 0x7219b39bbe0a <vm_exec_core+3818>, 0x7219b39bbdd5 <vm_exec_core+3765>, 0x7219b39bbd4b <vm_exec_core+3627>, 0x7219b39bbd07 <vm_exec_core+3559>, 0x7219b39bbcc0 <vm_exec_core+3488>, 0x7219b39bbc68 <vm_exec_core+3400>, 0x7219b39bbc22 <vm_exec_core+3330>, 0x7219b39bbba3 <vm_exec_core+3203>, 0x7219b39bbb69 <vm_exec_core+3145>, 0x7219b39bbb0c <vm_exec_core+3052>, 0x7219b39bbab2 <vm_exec_core+2962>, 0x7219b39bba75 <vm_exec_core+2901>, 0x7219b39bce50 <vm_exec_core+7984>, 0x7219b39bccbb <vm_exec_core+7579>, 0x7219b39bcc2d <vm_exec_core+7437>, 0x7219b39bcbc6 <vm_exec_core+7334>, 0x7219b39bcb74 <vm_exec_core+7252>, 0x7219b39bcb15 <vm_exec_core+7157>, 0x7219b39bcac8 <vm_exec_core+7080>, 0x7219b39bca73 <vm_exec_core+6995>, 0x7219b39bcf3e <vm_exec_core+8222>, 0x7219b39bcf17 <vm_exec_core+8183>, 0x7219b39bcedc <vm_exec_core+8124>, 0x7219b39bce8d <vm_exec_core+8045>, 0x7219b39bd032 <vm_exec_core+8466>, 0x7219b39bcf88 <vm_exec_core+8296>, 0x7219b39bc826 <vm_exec_core+6406>, 0x7219b39bc7e2 <vm_exec_core+6338>, 0x7219b39bd3cb <vm_exec_core+9387>, 0x7219b39bd35c <vm_exec_core+9276>, 0x7219b39bd3fd <vm_exec_core+9437>, 0x7219b39bca24 <vm_exec_core+6916>, 0x7219b39bc9b5 <vm_exec_core+6805>, 0x7219b39bc957 <vm_exec_core+6711>, 0x7219b39bc8a5 <vm_exec_core+6533>, 0x7219b39bc869 <vm_exec_core+6473>, 0x7219b39bd22e <vm_exec_core+8974>, 0x7219b39bd1c4 <vm_exec_core+8868>, 0x7219b39bd119 <vm_exec_core+8697>, 0x7219b39be459 <vm_exec_core+13625>, 0x7219b39bd066 <vm_exec_core+8518>, 0x7219b39bd2c4 <vm_exec_core+9124>, 0x7219b39bd275 <vm_exec_core+9045>, 0x7219b39bd30d <vm_exec_core+9197>, 0x7219b39bba26 <vm_exec_core+2822>, 0x7219b39be46f <vm_exec_core+13647>, 0x7219b39bb9d7 <vm_exec_core+2743>, 0x7219b39bb968 <vm_exec_core+2632>, 0x7219b39bb923 <vm_exec_core+2563>, 0x7219b39bb8b0 <vm_exec_core+2448>, 0x7219b39bb759 <vm_exec_core+2105>, 0x7219b39bb689 <vm_exec_core+1897>, 0x7219b39bb60d <vm_exec_core+1773>, 0x7219b39bb02f <vm_exec_core+271>, 0x7219b39bb5d9 <vm_exec_core+1721>, 0x7219b39bb59a <vm_exec_core+1658>, 0x7219b39bb55b <vm_exec_core+1595>, 0x7219b39bb51f <vm_exec_core+1535>, 0x7219b39bb45f <vm_exec_core+1343>, 0x7219b39bb3da <vm_exec_core+1210>, 0x7219b39be485 <vm_exec_core+13669>, 0x7219b39be49b <vm_exec_core+13691>, 0x7219b39be4b1 <vm_exec_core+13713>, 0x7219b39be4c7 <vm_exec_core+13735>, 0x7219b39be05d <vm_exec_core+12605>, 0x7219b39be073 <vm_exec_core+12627>, 0x7219b39be089 <vm_exec_core+12649>, 0x7219b39be0a6 <vm_exec_core+12678>, 0x7219b39bde9f <vm_exec_core+12159>, 0x7219b39be332 <vm_exec_core+13330>, 0x7219b39be306 <vm_exec_core+13286>, 0x7219b39be31c <vm_exec_core+13308>, 0x7219b39be2ae <vm_exec_core+13198>...}
#15 0x00007219b39c0b58 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#16 rb_vm_exec (ec=0x61d2a257d320) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2787
        _ec = 0x61d2a257d320
        _tag = {tag = 36, retval = 4, buf = {0x72198b9c2bc0, 0x7219b39c0bb0 <rb_vm_exec+272>, 0x0, 0x72198b9c2aa0, 0x3000000028}, prev = 0x72198b9c2cd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#17 0x00007219b39c10c7 in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1814
        iseq = 0x7219b301f330
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x804ca6ed7d11e400
        av = {206158430248, 125454042016976}
        stack_argv = 0x804ca6ed7d11e400
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#18 0x00007219b39c1a66 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x61d2a3712f60, argc=argc@entry=0, argv=argv@entry=0x72198b9c2b70, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1959
        self = <optimized out>
#19 0x00007219b3964b3b in thread_do_start_proc (th=th@entry=0x61d2a3619a30) at /tmp/ruby/src/trunk-iseq_binary/thread.c:614
        args = 125454007923880
        args_ptr = 0x72198b9c2b70
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x61d2a3712f60
#20 0x00007219b3964f32 in thread_do_start (th=0x61d2a3619a30) at /tmp/ruby/src/trunk-iseq_binary/thread.c:631
        result = 36
        result = <optimized out>
#21 thread_start_func_2 (th=th@entry=0x61d2a3619a30, stack_start=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:686
        _ec = 0x61d2a257d320
        _tag = {tag = 36, retval = 107557278333808, buf = {0x72198b9c2dd0, 0x7219b3964eb0 <thread_start_func_2+624>, 0x0, 0x72198b9c2bd0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x61d2a15e6010
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#22 0x00007219b3965c5f in call_thread_start_func_2 (th=0x61d2a3619a30) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2238
        stack_start = 0
        stack_start_addr = 0x72198b9c2da8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#23 nt_start (ptr=0x61d2a29eb010) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2283
        th = 0x61d2a3619a30
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#24 0x00007219b3336a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {125454042019520, 687255371960841780, 125454042019520, -256, 25, 140729546525824, 687255371948258868, 687342376956360244}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#25 0x00007219b33c3c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x7219984bc6c0 (LWP 691687) "test_https_pro*"):
#0  0x00007219b33b5a00 in __GI_ppoll (fds=fds@entry=0x7219984bae48, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
        sc_ret = -514
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        tval = {tv_sec = 0, tv_nsec = 107557278363896}
#1  0x00007219b395bfce in wait_for_single_fd_blocking_region (th=th@entry=0x61d2a38f21a0, fds=fds@entry=0x7219984bae48, to=to@entry=0x0, lerrno=lerrno@entry=0x7219984bae0c, nfds=1) at /tmp/ruby/src/trunk-iseq_binary/hrtime.h:168
        __region = {prev_status = THREAD_RUNNABLE}
        ts = {tv_sec = 1431634051, tv_nsec = 125454712683517}
        result = 0
#2  0x00007219b39638b6 in thread_io_wait (io=0x61d2a21e5c60, fd=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:4624
        to = <optimized out>
        rel = 107557315093184
        end = <optimized out>
        _ec = 0x61d2a336efa0
        _tag = {tag = 36, retval = 0, buf = {0x61d2a21e5c60, 0x7219b3963970 <thread_io_wait+1520>, 0x0, 0x7219984badb0, 0x0}, prev = 0x7219984bbac0, state = RUBY_TAG_NONE, lock_rec = 0}
        fds = {{fd = 9, events = 1, revents = 0}}
        result = 0
        nfds = 1
        blocking_operation = {list = {next = 0x61d2a21e5d30, prev = 0x61d2a21e5d30}, ec = 0x61d2a336efa0}
        state = RUBY_TAG_NONE
        lerrno = 0
        ec = <optimized out>
        th = <optimized out>
#3  0x00007219b3967dd1 in rb_thread_io_wait (io=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:4779
No locals.
#4  0x00007219b37f7df1 in rb_io_wait (timeout=4, events=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/include/ruby/internal/arithmetic/int.h:172
        scheduler = <optimized out>
        fptr = 0x61d2a21e5c60
        tv_storage = {tv_sec = 0, tv_usec = 125454711216589}
        tv = 0x0
        ready = <optimized out>
        scheduler = <optimized out>
        fptr = <optimized out>
        tv_storage = <optimized out>
        tv = <optimized out>
        ready = <optimized out>
        errno_to_fail = <optimized out>
#5  rb_io_wait (io=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/io.c:1454
        scheduler = <optimized out>
        fptr = <optimized out>
        tv_storage = <optimized out>
        tv = <optimized out>
        ready = <optimized out>
        errno_to_fail = <optimized out>
#6  0x00007219b37f8535 in rb_io_maybe_wait_readable (error=error@entry=11, io=io@entry=125454007916840, timeout=timeout@entry=4) at /tmp/ruby/src/trunk-iseq_binary/io.c:1653
        result = <optimized out>
#7  0x0000721998862cf8 in rsock_s_accept (klass=125454260425880, io=125454007916840, sockaddr=sockaddr@entry=0x7219984bafc0, len=len@entry=0x7219984bafbc) at /tmp/ruby/src/trunk-iseq_binary/ext/socket/init.c:738
        error = 11
        fptr = 0x61d2a21e5c60
        accept_arg = {fd = 9, sockaddr = 0x7219984bafc0, len = 0x7219984bafbc}
        retry = 0
        peer = <optimized out>
        retry = <optimized out>
#8  0x0000721998876a92 in tcp_accept (server=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/ext/socket/tcpserver.c:61
        buffer = {addr = {sa_family = 45072, sa_data = "K\230\031r\000\000\000\000\000\000\000\000\000"}, in = {sin_family = 45072, sin_port = 38987, sin_addr = {s_addr = 29209}, sin_zero = "\000\000\000\000\000\000\000"}, in6 = {sin6_family = 45072, sin6_port = 38987, sin6_flowinfo = 29209, sin6_addr = {__in6_u = {__u6_addr8 = "\000\000\000\000\000\000\000\000 \355ӳ\031r\000", __u6_addr16 = {0, 0, 0, 0, 60704, 46035, 29209, 0}, __u6_addr32 = {0, 0, 3017010464, 29209}}}, sin6_scope_id = 2560612376}, un = {sun_family = 45072, sun_path = "K\230\031r\000\000\000\000\000\000\000\000\000\000 \355ӳ\031r\000\000\030؟\230\031r\000\000\000\260K\230\031r\000\000\001\000\000\000\031r\000\000\023\000\000\000\000\000\000\000\000\344\021}\355\246L\200|÷\263\031r\000\000\023\000\000\000\000\000\000\0000\000\000\204\031r\000\000\001\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000@\241\237\213\031r"}, storage = {ss_family = 45072, __ss_padding = "K\230\031r\000\000\000\000\000\000\000\000\000\000 \355ӳ\031r\000\000\030؟\230\031r\000\000\000\260K\230\031r\000\000\001\000\000\000\031r\000\000\023\000\000\000\000\000\000\000\000\344\021}\355\246L\200|÷\263\031r\000\000\023\000\000\000\000\000\000\0000\000\000\204\031r\000\000\001\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000@\241\237\213\031r\000\000\000\261K\230\031r\000", __ss_align = 125454259508280}, place_holder = "\020\260K\230\031r\000\000\000\000\000\000\000\000\000\000 \355ӳ\031r\000\000\030؟\230\031r\000\000\000\260K\230\031r\000\000\001\000\000\000\031r\000\000\023\000\000\000\000\000\000\000\000\344\021}\355\246L\200|÷\263\031r\000\000\023\000\000\000\000\000\000\0000\000\000\204\031r\000\000\001\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000@\241\237\213\031r\000\000\000\261K\230\031r\000\0008Ԓ\230\031r\000\000\320ǥ\241\322a\000\000H\237\257\213\031r\000\000\320ǥ\241\322a\000\000\001\000\000\000\000\000\000\0008Ԓ\230\031r\000\000%I\234\263\031r\000\000\240\220\301\241\322a\000\000P\241\237\213\031r\000\000\000\000\000\000\000\000\000\000\001", '\000' <repeats 16 times>...}
        length = 2048
#9  0x00007219b39a46ed in vm_call_cfunc_with_frame_ (ec=0x61d2a336efa0, reg_cfp=0x61d2a486df28, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
        ci = 0xe00100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x721998958728
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#10 0x00007219b39adf1c in vm_sendish (ec=0x61d2a336efa0, reg_cfp=0x61d2a486df28, cd=0x61d2a239b330, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-iseq_binary/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x721998a3af38
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x61d2a239b330, cc = 0x721998a3af38, block_handler = 0, recv = 125454007916840, argc = 0, kw_splat = false, heap_argv = 0}
#11 0x00007219b39bafa4 in vm_exec_core (ec=0x7219984bae48, ec@entry=0x61d2a336efa0) at ../../src/trunk-iseq_binary/insns.def:902
        bh = <optimized out>
        cd = 0x0
        leaf = <optimized out>
        val = 125454007915976
        reg_pc = 0x61d2a233f0f8
        reg_cfp = 0x61d2a486df28
        insns_address_table = {0x7219b39be525 <vm_exec_core+13829>, 0x7219b39bc25a <vm_exec_core+4922>, 0x7219b39bc1e8 <vm_exec_core+4808>, 0x7219b39bc135 <vm_exec_core+4629>, 0x7219b39bc0c3 <vm_exec_core+4515>, 0x7219b39bc01e <vm_exec_core+4350>, 0x7219b39bc623 <vm_exec_core+5891>, 0x7219b39bc5c8 <vm_exec_core+5800>, 0x7219b39bc35a <vm_exec_core+5178>, 0x7219b39bc2be <vm_exec_core+5022>, 0x7219b39bc6c2 <vm_exec_core+6050>, 0x7219b39bc44d <vm_exec_core+5421>, 0x7219b39bbfd9 <vm_exec_core+4281>, 0x7219b39bbf71 <vm_exec_core+4177>, 0x7219b39bbefa <vm_exec_core+4058>, 0x7219b39bbebd <vm_exec_core+3997>, 0x7219b39bbe85 <vm_exec_core+3941>, 0x7219b39bbe50 <vm_exec_core+3888>, 0x7219b39bbe1b <vm_exec_core+3835>, 0x7219b39bbde6 <vm_exec_core+3782>, 0x7219b39bbd5c <vm_exec_core+3644>, 0x7219b39bbd18 <vm_exec_core+3576>, 0x7219b39bbcd1 <vm_exec_core+3505>, 0x7219b39bbc79 <vm_exec_core+3417>, 0x7219b39bbc33 <vm_exec_core+3347>, 0x7219b39bbbb4 <vm_exec_core+3220>, 0x7219b39bbb7a <vm_exec_core+3162>, 0x7219b39bbb1d <vm_exec_core+3069>, 0x7219b39bbac3 <vm_exec_core+2979>, 0x7219b39bba86 <vm_exec_core+2918>, 0x7219b39bce61 <vm_exec_core+8001>, 0x7219b39bcccc <vm_exec_core+7596>, 0x7219b39bcc3e <vm_exec_core+7454>, 0x7219b39bcbd7 <vm_exec_core+7351>, 0x7219b39bcb85 <vm_exec_core+7269>, 0x7219b39bcb26 <vm_exec_core+7174>, 0x7219b39bcad9 <vm_exec_core+7097>, 0x7219b39bca84 <vm_exec_core+7012>, 0x7219b39bcf4f <vm_exec_core+8239>, 0x7219b39bcf28 <vm_exec_core+8200>, 0x7219b39bceed <vm_exec_core+8141>, 0x7219b39bce9e <vm_exec_core+8062>, 0x7219b39bd043 <vm_exec_core+8483>, 0x7219b39bcf99 <vm_exec_core+8313>, 0x7219b39bc837 <vm_exec_core+6423>, 0x7219b39bc7f3 <vm_exec_core+6355>, 0x7219b39bd3dc <vm_exec_core+9404>, 0x7219b39bd36d <vm_exec_core+9293>, 0x7219b39bd40e <vm_exec_core+9454>, 0x7219b39bca35 <vm_exec_core+6933>, 0x7219b39bc9c6 <vm_exec_core+6822>, 0x7219b39bc968 <vm_exec_core+6728>, 0x7219b39bc8b6 <vm_exec_core+6550>, 0x7219b39bc87a <vm_exec_core+6490>, 0x7219b39bd23f <vm_exec_core+8991>, 0x7219b39bd1d5 <vm_exec_core+8885>, 0x7219b39bd12a <vm_exec_core+8714>, 0x7219b39baf80 <vm_exec_core+96>, 0x7219b39bd077 <vm_exec_core+8535>, 0x7219b39bd2d5 <vm_exec_core+9141>, 0x7219b39bd286 <vm_exec_core+9062>, 0x7219b39bd31e <vm_exec_core+9214>, 0x7219b39bba37 <vm_exec_core+2839>, 0x7219b39be4dd <vm_exec_core+13757>, 0x7219b39bb9e8 <vm_exec_core+2760>, 0x7219b39bb979 <vm_exec_core+2649>, 0x7219b39bb934 <vm_exec_core+2580>, 0x7219b39bb8c1 <vm_exec_core+2465>, 0x7219b39bb76a <vm_exec_core+2122>, 0x7219b39bb69a <vm_exec_core+1914>, 0x7219b39bb61e <vm_exec_core+1790>, 0x7219b39bb040 <vm_exec_core+288>, 0x7219b39bb5ea <vm_exec_core+1738>, 0x7219b39bb5ab <vm_exec_core+1675>, 0x7219b39bb56c <vm_exec_core+1612>, 0x7219b39bb530 <vm_exec_core+1552>, 0x7219b39bb470 <vm_exec_core+1360>, 0x7219b39bb3eb <vm_exec_core+1227>, 0x7219b39be536 <vm_exec_core+13846>, 0x7219b39bdcae <vm_exec_core+11662>, 0x7219b39bdd14 <vm_exec_core+11764>, 0x7219b39bd49d <vm_exec_core+9597>, 0x7219b39bddad <vm_exec_core+11917>, 0x7219b39bde46 <vm_exec_core+12070>, 0x7219b39be24d <vm_exec_core+13101>, 0x7219b39be191 <vm_exec_core+12913>, 0x7219b39be1ef <vm_exec_core+13007>, 0x7219b39be0bc <vm_exec_core+12700>, 0x7219b39be11d <vm_exec_core+12797>, 0x7219b39be38a <vm_exec_core+13418>, 0x7219b39be40d <vm_exec_core+13549>, 0x7219b39bdeb5 <vm_exec_core+12181>, 0x7219b39bdf08 <vm_exec_core+12264>, 0x7219b39bdf8b <vm_exec_core+12395>, 0x7219b39be015 <vm_exec_core+12533>, 0x7219b39bdb00 <vm_exec_core+11232>, 0x7219b39bdb53 <vm_exec_core+11315>, 0x7219b39bdb9c <vm_exec_core+11388>, 0x7219b39bdbfe <vm_exec_core+11486>, 0x7219b39be59b <vm_exec_core+13947>, 0x7219b39bb37a <vm_exec_core+1114>, 0x7219b39bb2fa <vm_exec_core+986>, 0x7219b39bb251 <vm_exec_core+817>, 0x7219b39bb20a <vm_exec_core+746>, 0x7219b39bb1bf <vm_exec_core+671>, 0x7219b39bb176 <vm_exec_core+598>, 0x7219b39bb125 <vm_exec_core+517>, 0x7219b39bb0f0 <vm_exec_core+464>, 0x7219b39bb0bb <vm_exec_core+411>, 0x7219b39bdc90 <vm_exec_core+11632>, 0x7219b39bc249 <vm_exec_core+4905>, 0x7219b39bc1d7 <vm_exec_core+4791>, 0x7219b39bc124 <vm_exec_core+4612>, 0x7219b39bc0b2 <vm_exec_core+4498>, 0x7219b39bc00d <vm_exec_core+4333>, 0x7219b39bc612 <vm_exec_core+5874>, 0x7219b39bc5b7 <vm_exec_core+5783>, 0x7219b39bc349 <vm_exec_core+5161>, 0x7219b39bc2ad <vm_exec_core+5005>, 0x7219b39bc6b1 <vm_exec_core+6033>, 0x7219b39bc43c <vm_exec_core+5404>, 0x7219b39bbfc8 <vm_exec_core+4264>, 0x7219b39bbf60 <vm_exec_core+4160>, 0x7219b39bbee9 <vm_exec_core+4041>, 0x7219b39bbeac <vm_exec_core+3980>, 0x7219b39bbe74 <vm_exec_core+3924>, 0x7219b39bbe3f <vm_exec_core+3871>, 0x7219b39bbe0a <vm_exec_core+3818>, 0x7219b39bbdd5 <vm_exec_core+3765>, 0x7219b39bbd4b <vm_exec_core+3627>, 0x7219b39bbd07 <vm_exec_core+3559>, 0x7219b39bbcc0 <vm_exec_core+3488>, 0x7219b39bbc68 <vm_exec_core+3400>, 0x7219b39bbc22 <vm_exec_core+3330>, 0x7219b39bbba3 <vm_exec_core+3203>, 0x7219b39bbb69 <vm_exec_core+3145>, 0x7219b39bbb0c <vm_exec_core+3052>, 0x7219b39bbab2 <vm_exec_core+2962>, 0x7219b39bba75 <vm_exec_core+2901>, 0x7219b39bce50 <vm_exec_core+7984>, 0x7219b39bccbb <vm_exec_core+7579>, 0x7219b39bcc2d <vm_exec_core+7437>, 0x7219b39bcbc6 <vm_exec_core+7334>, 0x7219b39bcb74 <vm_exec_core+7252>, 0x7219b39bcb15 <vm_exec_core+7157>, 0x7219b39bcac8 <vm_exec_core+7080>, 0x7219b39bca73 <vm_exec_core+6995>, 0x7219b39bcf3e <vm_exec_core+8222>, 0x7219b39bcf17 <vm_exec_core+8183>, 0x7219b39bcedc <vm_exec_core+8124>, 0x7219b39bce8d <vm_exec_core+8045>, 0x7219b39bd032 <vm_exec_core+8466>, 0x7219b39bcf88 <vm_exec_core+8296>, 0x7219b39bc826 <vm_exec_core+6406>, 0x7219b39bc7e2 <vm_exec_core+6338>, 0x7219b39bd3cb <vm_exec_core+9387>, 0x7219b39bd35c <vm_exec_core+9276>, 0x7219b39bd3fd <vm_exec_core+9437>, 0x7219b39bca24 <vm_exec_core+6916>, 0x7219b39bc9b5 <vm_exec_core+6805>, 0x7219b39bc957 <vm_exec_core+6711>, 0x7219b39bc8a5 <vm_exec_core+6533>, 0x7219b39bc869 <vm_exec_core+6473>, 0x7219b39bd22e <vm_exec_core+8974>, 0x7219b39bd1c4 <vm_exec_core+8868>, 0x7219b39bd119 <vm_exec_core+8697>, 0x7219b39be459 <vm_exec_core+13625>, 0x7219b39bd066 <vm_exec_core+8518>, 0x7219b39bd2c4 <vm_exec_core+9124>, 0x7219b39bd275 <vm_exec_core+9045>, 0x7219b39bd30d <vm_exec_core+9197>, 0x7219b39bba26 <vm_exec_core+2822>, 0x7219b39be46f <vm_exec_core+13647>, 0x7219b39bb9d7 <vm_exec_core+2743>, 0x7219b39bb968 <vm_exec_core+2632>, 0x7219b39bb923 <vm_exec_core+2563>, 0x7219b39bb8b0 <vm_exec_core+2448>, 0x7219b39bb759 <vm_exec_core+2105>, 0x7219b39bb689 <vm_exec_core+1897>, 0x7219b39bb60d <vm_exec_core+1773>, 0x7219b39bb02f <vm_exec_core+271>, 0x7219b39bb5d9 <vm_exec_core+1721>, 0x7219b39bb59a <vm_exec_core+1658>, 0x7219b39bb55b <vm_exec_core+1595>, 0x7219b39bb51f <vm_exec_core+1535>, 0x7219b39bb45f <vm_exec_core+1343>, 0x7219b39bb3da <vm_exec_core+1210>, 0x7219b39be485 <vm_exec_core+13669>, 0x7219b39be49b <vm_exec_core+13691>, 0x7219b39be4b1 <vm_exec_core+13713>, 0x7219b39be4c7 <vm_exec_core+13735>, 0x7219b39be05d <vm_exec_core+12605>, 0x7219b39be073 <vm_exec_core+12627>, 0x7219b39be089 <vm_exec_core+12649>, 0x7219b39be0a6 <vm_exec_core+12678>, 0x7219b39bde9f <vm_exec_core+12159>, 0x7219b39be332 <vm_exec_core+13330>, 0x7219b39be306 <vm_exec_core+13286>, 0x7219b39be31c <vm_exec_core+13308>, 0x7219b39be2ae <vm_exec_core+13198>...}
#12 0x00007219b39c0b58 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#13 rb_vm_exec (ec=0x61d2a336efa0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2787
        _ec = 0x61d2a336efa0
        _tag = {tag = 36, retval = 4, buf = {0x7219984bbbc0, 0x7219b39c0bb0 <rb_vm_exec+272>, 0x0, 0x7219984bbaa0, 0x3000000028}, prev = 0x7219984bbcd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#14 0x00007219b39c10c7 in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1814
        iseq = 0x72199806ab98
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x804ca6ed7d11e400
        av = {206158430248, 125454254849232}
        stack_argv = 0x804ca6ed7d11e400
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#15 0x00007219b39c1a66 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x61d2a306b2f0, argc=argc@entry=0, argv=argv@entry=0x7219984bbb70, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1959
        self = <optimized out>
#16 0x00007219b3964b3b in thread_do_start_proc (th=th@entry=0x61d2a38f21a0) at /tmp/ruby/src/trunk-iseq_binary/thread.c:614
        args = 125454007915200
        args_ptr = 0x7219984bbb70
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x61d2a306b2f0
#17 0x00007219b3964f32 in thread_do_start (th=0x61d2a38f21a0) at /tmp/ruby/src/trunk-iseq_binary/thread.c:631
        result = 36
        result = <optimized out>
#18 thread_start_func_2 (th=th@entry=0x61d2a38f21a0, stack_start=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:686
        _ec = 0x61d2a336efa0
        _tag = {tag = 36, retval = 107557278333808, buf = {0x7219984bbdd0, 0x7219b3964eb0 <thread_start_func_2+624>, 0x0, 0x7219984bbbd0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x61d2a15e6010
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#19 0x00007219b3965c5f in call_thread_start_func_2 (th=0x61d2a38f21a0) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2238
        stack_start = 0
        stack_start_addr = 0x7219984bbda8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#20 nt_start (ptr=0x61d2a3534210) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2283
        th = 0x61d2a38f21a0
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#21 0x00007219b3336a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {125454254851776, 687283491648599604, 125454254851776, -256, 0, 140729546523632, 687283491636016692, 687342376956360244}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#22 0x00007219b33c3c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7219b326bc00 (LWP 662959) "ruby"):
#0  0x00007219b3332d61 in __futex_abstimed_wait_common64 (private=29209, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x61d2a15eb004) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=29209, abstime=0x0, clockid=0, expected=0, futex_word=0x61d2a15eb004) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x61d2a15eb004, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007219b33357dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x61d2a15eb0f8, cond=0x61d2a15eafd8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7219b33354a0 <__condvar_cleanup_waiting>, __arg = 0x7ffe26a14680, __canceltype = -1587629360, __prev = 0x0}
        cbuffer = {wseq = 6773, cond = 0x61d2a15eafd8, mutex = 0x61d2a15eb0f8, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 6773
        seq = 3386
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=cond@entry=0x61d2a15eafd8, mutex=mutex@entry=0x61d2a15eb0f8) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00007219b395b8ed in rb_native_cond_wait (cond=cond@entry=0x61d2a15eafd8, mutex=mutex@entry=0x61d2a15eb0f8) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:231
        r = <optimized out>
#6  0x00007219b395ba33 in thread_sched_wait_running_turn (sched=sched@entry=0x61d2a15eb0f8, th=th@entry=0x61d2a15e6010, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:851
        next_th = 0x61d2a38f21a0
#7  0x00007219b395c274 in thread_sched_to_waiting_until_wakeup (sched=sched@entry=0x61d2a15eb0f8, th=th@entry=0x61d2a15e6010) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:1126
        can_direct_transfer = <optimized out>
#8  0x00007219b3964702 in native_sleep (rel=0x0, th=0x61d2a15e6010) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:3350
        sched = 0x61d2a15eb0f8
        sched = <optimized out>
#9  sleep_forever (fl=13, th=0x61d2a15e6010) at /tmp/ruby/src/trunk-iseq_binary/thread.c:1381
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
        prev_status = <optimized out>
        status = <optimized out>
        woke = <optimized out>
#10 thread_join_sleep (arg=arg@entry=140729546524912) at /tmp/ruby/src/trunk-iseq_binary/thread.c:1074
        scheduler = <optimized out>
        p = 0x7ffe26a148f0
        target_th = 0x61d2a38f21a0
        th = 0x61d2a15e6010
        end = 0
        limit = <optimized out>
#11 0x00007219b37b3e82 in rb_ensure (b_proc=b_proc@entry=0x7219b3964440 <thread_join_sleep>, data1=data1@entry=140729546524912, e_proc=e_proc@entry=0x7219b3955f80 <remove_from_join_list>, data2=data2@entry=140729546524912) at /tmp/ruby/src/trunk-iseq_binary/eval.c:1174
        _ec = 0x61d2a15eb2d0
        _tag = {tag = 36, retval = 125454030518960, buf = {0x0, 0x7219b37b3f40 <rb_ensure+432>, 0x0, 0x7ffe26a147e0, 0x0}, prev = 0x7ffe26a14c20, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x61d2a15eb2d0
#12 0x00007219b3958a81 in thread_join (limit=0x0, timeout=4, target_th=0x61d2a38f21a0) at /tmp/ruby/src/trunk-iseq_binary/thread.c:1131
        waiter = {next = 0x0, thread = 0x61d2a15e6010, fiber = 0x0}
        arg = {waiter = 0x7ffe26a148d0, target = 0x61d2a38f21a0, timeout = 4, limit = 0x0}
        ec = <optimized out>
        th = <optimized out>
        fiber = <optimized out>
        ec = <optimized out>
        th = <optimized out>
        fiber = <optimized out>
        waiter = <optimized out>
        arg = <optimized out>
        err = <optimized out>
#13 thread_value (self=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:1253
        th = 0x61d2a38f21a0
#14 0x00007219b39a46ed in vm_call_cfunc_with_frame_ (ec=0x61d2a15eb2d0, reg_cfp=0x7219b3209c58, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
        ci = 0x260100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7219b3077a30
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#15 0x00007219b39adf1c in vm_sendish (ec=0x61d2a15eb2d0, reg_cfp=0x7219b3209c58, cd=0x61d2a191edf0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-iseq_binary/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x72199892a490
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x61d2a191edf0, cc = 0x72199892a490, block_handler = 0, recv = 125454007915240, argc = 0, kw_splat = false, heap_argv = 0}
#16 0x00007219b39bafa4 in vm_exec_core (ec=0x61d2a15eb004, ec@entry=0x61d2a15eb2d0) at ../../src/trunk-iseq_binary/insns.def:902
        bh = <optimized out>
        cd = 0x0
        leaf = <optimized out>
        val = 125454007915240
        reg_pc = 0x61d2a1920b08
        reg_cfp = 0x7219b3209c58
        insns_address_table = {0x7219b39be525 <vm_exec_core+13829>, 0x7219b39bc25a <vm_exec_core+4922>, 0x7219b39bc1e8 <vm_exec_core+4808>, 0x7219b39bc135 <vm_exec_core+4629>, 0x7219b39bc0c3 <vm_exec_core+4515>, 0x7219b39bc01e <vm_exec_core+4350>, 0x7219b39bc623 <vm_exec_core+5891>, 0x7219b39bc5c8 <vm_exec_core+5800>, 0x7219b39bc35a <vm_exec_core+5178>, 0x7219b39bc2be <vm_exec_core+5022>, 0x7219b39bc6c2 <vm_exec_core+6050>, 0x7219b39bc44d <vm_exec_core+5421>, 0x7219b39bbfd9 <vm_exec_core+4281>, 0x7219b39bbf71 <vm_exec_core+4177>, 0x7219b39bbefa <vm_exec_core+4058>, 0x7219b39bbebd <vm_exec_core+3997>, 0x7219b39bbe85 <vm_exec_core+3941>, 0x7219b39bbe50 <vm_exec_core+3888>, 0x7219b39bbe1b <vm_exec_core+3835>, 0x7219b39bbde6 <vm_exec_core+3782>, 0x7219b39bbd5c <vm_exec_core+3644>, 0x7219b39bbd18 <vm_exec_core+3576>, 0x7219b39bbcd1 <vm_exec_core+3505>, 0x7219b39bbc79 <vm_exec_core+3417>, 0x7219b39bbc33 <vm_exec_core+3347>, 0x7219b39bbbb4 <vm_exec_core+3220>, 0x7219b39bbb7a <vm_exec_core+3162>, 0x7219b39bbb1d <vm_exec_core+3069>, 0x7219b39bbac3 <vm_exec_core+2979>, 0x7219b39bba86 <vm_exec_core+2918>, 0x7219b39bce61 <vm_exec_core+8001>, 0x7219b39bcccc <vm_exec_core+7596>, 0x7219b39bcc3e <vm_exec_core+7454>, 0x7219b39bcbd7 <vm_exec_core+7351>, 0x7219b39bcb85 <vm_exec_core+7269>, 0x7219b39bcb26 <vm_exec_core+7174>, 0x7219b39bcad9 <vm_exec_core+7097>, 0x7219b39bca84 <vm_exec_core+7012>, 0x7219b39bcf4f <vm_exec_core+8239>, 0x7219b39bcf28 <vm_exec_core+8200>, 0x7219b39bceed <vm_exec_core+8141>, 0x7219b39bce9e <vm_exec_core+8062>, 0x7219b39bd043 <vm_exec_core+8483>, 0x7219b39bcf99 <vm_exec_core+8313>, 0x7219b39bc837 <vm_exec_core+6423>, 0x7219b39bc7f3 <vm_exec_core+6355>, 0x7219b39bd3dc <vm_exec_core+9404>, 0x7219b39bd36d <vm_exec_core+9293>, 0x7219b39bd40e <vm_exec_core+9454>, 0x7219b39bca35 <vm_exec_core+6933>, 0x7219b39bc9c6 <vm_exec_core+6822>, 0x7219b39bc968 <vm_exec_core+6728>, 0x7219b39bc8b6 <vm_exec_core+6550>, 0x7219b39bc87a <vm_exec_core+6490>, 0x7219b39bd23f <vm_exec_core+8991>, 0x7219b39bd1d5 <vm_exec_core+8885>, 0x7219b39bd12a <vm_exec_core+8714>, 0x7219b39baf80 <vm_exec_core+96>, 0x7219b39bd077 <vm_exec_core+8535>, 0x7219b39bd2d5 <vm_exec_core+9141>, 0x7219b39bd286 <vm_exec_core+9062>, 0x7219b39bd31e <vm_exec_core+9214>, 0x7219b39bba37 <vm_exec_core+2839>, 0x7219b39be4dd <vm_exec_core+13757>, 0x7219b39bb9e8 <vm_exec_core+2760>, 0x7219b39bb979 <vm_exec_core+2649>, 0x7219b39bb934 <vm_exec_core+2580>, 0x7219b39bb8c1 <vm_exec_core+2465>, 0x7219b39bb76a <vm_exec_core+2122>, 0x7219b39bb69a <vm_exec_core+1914>, 0x7219b39bb61e <vm_exec_core+1790>, 0x7219b39bb040 <vm_exec_core+288>, 0x7219b39bb5ea <vm_exec_core+1738>, 0x7219b39bb5ab <vm_exec_core+1675>, 0x7219b39bb56c <vm_exec_core+1612>, 0x7219b39bb530 <vm_exec_core+1552>, 0x7219b39bb470 <vm_exec_core+1360>, 0x7219b39bb3eb <vm_exec_core+1227>, 0x7219b39be536 <vm_exec_core+13846>, 0x7219b39bdcae <vm_exec_core+11662>, 0x7219b39bdd14 <vm_exec_core+11764>, 0x7219b39bd49d <vm_exec_core+9597>, 0x7219b39bddad <vm_exec_core+11917>, 0x7219b39bde46 <vm_exec_core+12070>, 0x7219b39be24d <vm_exec_core+13101>, 0x7219b39be191 <vm_exec_core+12913>, 0x7219b39be1ef <vm_exec_core+13007>, 0x7219b39be0bc <vm_exec_core+12700>, 0x7219b39be11d <vm_exec_core+12797>, 0x7219b39be38a <vm_exec_core+13418>, 0x7219b39be40d <vm_exec_core+13549>, 0x7219b39bdeb5 <vm_exec_core+12181>, 0x7219b39bdf08 <vm_exec_core+12264>, 0x7219b39bdf8b <vm_exec_core+12395>, 0x7219b39be015 <vm_exec_core+12533>, 0x7219b39bdb00 <vm_exec_core+11232>, 0x7219b39bdb53 <vm_exec_core+11315>, 0x7219b39bdb9c <vm_exec_core+11388>, 0x7219b39bdbfe <vm_exec_core+11486>, 0x7219b39be59b <vm_exec_core+13947>, 0x7219b39bb37a <vm_exec_core+1114>, 0x7219b39bb2fa <vm_exec_core+986>, 0x7219b39bb251 <vm_exec_core+817>, 0x7219b39bb20a <vm_exec_core+746>, 0x7219b39bb1bf <vm_exec_core+671>, 0x7219b39bb176 <vm_exec_core+598>, 0x7219b39bb125 <vm_exec_core+517>, 0x7219b39bb0f0 <vm_exec_core+464>, 0x7219b39bb0bb <vm_exec_core+411>, 0x7219b39bdc90 <vm_exec_core+11632>, 0x7219b39bc249 <vm_exec_core+4905>, 0x7219b39bc1d7 <vm_exec_core+4791>, 0x7219b39bc124 <vm_exec_core+4612>, 0x7219b39bc0b2 <vm_exec_core+4498>, 0x7219b39bc00d <vm_exec_core+4333>, 0x7219b39bc612 <vm_exec_core+5874>, 0x7219b39bc5b7 <vm_exec_core+5783>, 0x7219b39bc349 <vm_exec_core+5161>, 0x7219b39bc2ad <vm_exec_core+5005>, 0x7219b39bc6b1 <vm_exec_core+6033>, 0x7219b39bc43c <vm_exec_core+5404>, 0x7219b39bbfc8 <vm_exec_core+4264>, 0x7219b39bbf60 <vm_exec_core+4160>, 0x7219b39bbee9 <vm_exec_core+4041>, 0x7219b39bbeac <vm_exec_core+3980>, 0x7219b39bbe74 <vm_exec_core+3924>, 0x7219b39bbe3f <vm_exec_core+3871>, 0x7219b39bbe0a <vm_exec_core+3818>, 0x7219b39bbdd5 <vm_exec_core+3765>, 0x7219b39bbd4b <vm_exec_core+3627>, 0x7219b39bbd07 <vm_exec_core+3559>, 0x7219b39bbcc0 <vm_exec_core+3488>, 0x7219b39bbc68 <vm_exec_core+3400>, 0x7219b39bbc22 <vm_exec_core+3330>, 0x7219b39bbba3 <vm_exec_core+3203>, 0x7219b39bbb69 <vm_exec_core+3145>, 0x7219b39bbb0c <vm_exec_core+3052>, 0x7219b39bbab2 <vm_exec_core+2962>, 0x7219b39bba75 <vm_exec_core+2901>, 0x7219b39bce50 <vm_exec_core+7984>, 0x7219b39bccbb <vm_exec_core+7579>, 0x7219b39bcc2d <vm_exec_core+7437>, 0x7219b39bcbc6 <vm_exec_core+7334>, 0x7219b39bcb74 <vm_exec_core+7252>, 0x7219b39bcb15 <vm_exec_core+7157>, 0x7219b39bcac8 <vm_exec_core+7080>, 0x7219b39bca73 <vm_exec_core+6995>, 0x7219b39bcf3e <vm_exec_core+8222>, 0x7219b39bcf17 <vm_exec_core+8183>, 0x7219b39bcedc <vm_exec_core+8124>, 0x7219b39bce8d <vm_exec_core+8045>, 0x7219b39bd032 <vm_exec_core+8466>, 0x7219b39bcf88 <vm_exec_core+8296>, 0x7219b39bc826 <vm_exec_core+6406>, 0x7219b39bc7e2 <vm_exec_core+6338>, 0x7219b39bd3cb <vm_exec_core+9387>, 0x7219b39bd35c <vm_exec_core+9276>, 0x7219b39bd3fd <vm_exec_core+9437>, 0x7219b39bca24 <vm_exec_core+6916>, 0x7219b39bc9b5 <vm_exec_core+6805>, 0x7219b39bc957 <vm_exec_core+6711>, 0x7219b39bc8a5 <vm_exec_core+6533>, 0x7219b39bc869 <vm_exec_core+6473>, 0x7219b39bd22e <vm_exec_core+8974>, 0x7219b39bd1c4 <vm_exec_core+8868>, 0x7219b39bd119 <vm_exec_core+8697>, 0x7219b39be459 <vm_exec_core+13625>, 0x7219b39bd066 <vm_exec_core+8518>, 0x7219b39bd2c4 <vm_exec_core+9124>, 0x7219b39bd275 <vm_exec_core+9045>, 0x7219b39bd30d <vm_exec_core+9197>, 0x7219b39bba26 <vm_exec_core+2822>, 0x7219b39be46f <vm_exec_core+13647>, 0x7219b39bb9d7 <vm_exec_core+2743>, 0x7219b39bb968 <vm_exec_core+2632>, 0x7219b39bb923 <vm_exec_core+2563>, 0x7219b39bb8b0 <vm_exec_core+2448>, 0x7219b39bb759 <vm_exec_core+2105>, 0x7219b39bb689 <vm_exec_core+1897>, 0x7219b39bb60d <vm_exec_core+1773>, 0x7219b39bb02f <vm_exec_core+271>, 0x7219b39bb5d9 <vm_exec_core+1721>, 0x7219b39bb59a <vm_exec_core+1658>, 0x7219b39bb55b <vm_exec_core+1595>, 0x7219b39bb51f <vm_exec_core+1535>, 0x7219b39bb45f <vm_exec_core+1343>, 0x7219b39bb3da <vm_exec_core+1210>, 0x7219b39be485 <vm_exec_core+13669>, 0x7219b39be49b <vm_exec_core+13691>, 0x7219b39be4b1 <vm_exec_core+13713>, 0x7219b39be4c7 <vm_exec_core+13735>, 0x7219b39be05d <vm_exec_core+12605>, 0x7219b39be073 <vm_exec_core+12627>, 0x7219b39be089 <vm_exec_core+12649>, 0x7219b39be0a6 <vm_exec_core+12678>, 0x7219b39bde9f <vm_exec_core+12159>, 0x7219b39be332 <vm_exec_core+13330>, 0x7219b39be306 <vm_exec_core+13286>, 0x7219b39be31c <vm_exec_core+13308>, 0x7219b39be2ae <vm_exec_core+13198>...}
#17 0x00007219b39c0e5b in vm_exec_loop (result=<optimized out>, tag=0x7ffe26a14c20, state=<optimized out>, ec=0x61d2a15eb2d0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
        vm_loop_start = <optimized out>
#18 rb_vm_exec (ec=0x61d2a15eb2d0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2790
        _ec = 0x61d2a15eb2d0
        _tag = {tag = 36, retval = 4, buf = {0x721998a0d358, 0x7219b39c0bb0 <rb_vm_exec+272>, 0x0, 0x7ffe26a14c00, 0x2}, prev = 0x7ffe26a14d50, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#19 0x00007219b39c5db0 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffe26a14cd8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1859
No locals.
#20 vm_yield (kw_splat=0, argv=0x7ffe26a14cd8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1873
No locals.
#21 rb_yield_0 (argv=0x7ffe26a14cd8, argc=1) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1362
No locals.
#22 rb_yield (val=<optimized out>, val@entry=125454007916840) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1378
No locals.
#23 0x00007219b37b3e82 in rb_ensure (b_proc=0x7219b39c5cf0 <rb_yield>, data1=125454007916840, e_proc=0x7219b37f3780 <io_close>, data2=125454007916840) at /tmp/ruby/src/trunk-iseq_binary/eval.c:1174
        _ec = 0x61d2a15eb2d0
        _tag = {tag = 36, retval = 2, buf = {0x721998a0d358, 0x7219b37b3f40 <rb_ensure+432>, 0x0, 0x7ffe26a14d00, 0x0}, prev = 0x7ffe26a150c0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x61d2a15eb2d0
#24 0x00007219b39a46ed in vm_call_cfunc_with_frame_ (ec=0x61d2a15eb2d0, reg_cfp=0x7219b3209d00, calling=<optimized out>, argc=2, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
        ci = 0x414100000005
        cc = <optimized out>
        val = <optimized out>
        me = 0x7219b3099338
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#25 0x00007219b39adf1c in vm_sendish (ec=0x61d2a15eb2d0, reg_cfp=0x7219b3209d00, cd=0x61d2a3795770, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-iseq_binary/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x721998374898
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x61d2a3795770, cc = 0x721998374898, block_handler = 125454705007897, recv = 125454260425560, argc = 2, kw_splat = false, heap_argv = 0}
#26 0x00007219b39bd20f in vm_exec_core (ec=0x61d2a15eb004, ec@entry=0x61d2a15eb2d0) at ../../src/trunk-iseq_binary/insns.def:854
        bh = 125454706224481
        cd = 0x61d2a3795770
        blockiseq = 0x0
        leaf = <optimized out>
        val = 36
        reg_pc = 0x61d2a2db2910
        reg_cfp = 0x7219b3209d00
        insns_address_table = {0x7219b39be525 <vm_exec_core+13829>, 0x7219b39bc25a <vm_exec_core+4922>, 0x7219b39bc1e8 <vm_exec_core+4808>, 0x7219b39bc135 <vm_exec_core+4629>, 0x7219b39bc0c3 <vm_exec_core+4515>, 0x7219b39bc01e <vm_exec_core+4350>, 0x7219b39bc623 <vm_exec_core+5891>, 0x7219b39bc5c8 <vm_exec_core+5800>, 0x7219b39bc35a <vm_exec_core+5178>, 0x7219b39bc2be <vm_exec_core+5022>, 0x7219b39bc6c2 <vm_exec_core+6050>, 0x7219b39bc44d <vm_exec_core+5421>, 0x7219b39bbfd9 <vm_exec_core+4281>, 0x7219b39bbf71 <vm_exec_core+4177>, 0x7219b39bbefa <vm_exec_core+4058>, 0x7219b39bbebd <vm_exec_core+3997>, 0x7219b39bbe85 <vm_exec_core+3941>, 0x7219b39bbe50 <vm_exec_core+3888>, 0x7219b39bbe1b <vm_exec_core+3835>, 0x7219b39bbde6 <vm_exec_core+3782>, 0x7219b39bbd5c <vm_exec_core+3644>, 0x7219b39bbd18 <vm_exec_core+3576>, 0x7219b39bbcd1 <vm_exec_core+3505>, 0x7219b39bbc79 <vm_exec_core+3417>, 0x7219b39bbc33 <vm_exec_core+3347>, 0x7219b39bbbb4 <vm_exec_core+3220>, 0x7219b39bbb7a <vm_exec_core+3162>, 0x7219b39bbb1d <vm_exec_core+3069>, 0x7219b39bbac3 <vm_exec_core+2979>, 0x7219b39bba86 <vm_exec_core+2918>, 0x7219b39bce61 <vm_exec_core+8001>, 0x7219b39bcccc <vm_exec_core+7596>, 0x7219b39bcc3e <vm_exec_core+7454>, 0x7219b39bcbd7 <vm_exec_core+7351>, 0x7219b39bcb85 <vm_exec_core+7269>, 0x7219b39bcb26 <vm_exec_core+7174>, 0x7219b39bcad9 <vm_exec_core+7097>, 0x7219b39bca84 <vm_exec_core+7012>, 0x7219b39bcf4f <vm_exec_core+8239>, 0x7219b39bcf28 <vm_exec_core+8200>, 0x7219b39bceed <vm_exec_core+8141>, 0x7219b39bce9e <vm_exec_core+8062>, 0x7219b39bd043 <vm_exec_core+8483>, 0x7219b39bcf99 <vm_exec_core+8313>, 0x7219b39bc837 <vm_exec_core+6423>, 0x7219b39bc7f3 <vm_exec_core+6355>, 0x7219b39bd3dc <vm_exec_core+9404>, 0x7219b39bd36d <vm_exec_core+9293>, 0x7219b39bd40e <vm_exec_core+9454>, 0x7219b39bca35 <vm_exec_core+6933>, 0x7219b39bc9c6 <vm_exec_core+6822>, 0x7219b39bc968 <vm_exec_core+6728>, 0x7219b39bc8b6 <vm_exec_core+6550>, 0x7219b39bc87a <vm_exec_core+6490>, 0x7219b39bd23f <vm_exec_core+8991>, 0x7219b39bd1d5 <vm_exec_core+8885>, 0x7219b39bd12a <vm_exec_core+8714>, 0x7219b39baf80 <vm_exec_core+96>, 0x7219b39bd077 <vm_exec_core+8535>, 0x7219b39bd2d5 <vm_exec_core+9141>, 0x7219b39bd286 <vm_exec_core+9062>, 0x7219b39bd31e <vm_exec_core+9214>, 0x7219b39bba37 <vm_exec_core+2839>, 0x7219b39be4dd <vm_exec_core+13757>, 0x7219b39bb9e8 <vm_exec_core+2760>, 0x7219b39bb979 <vm_exec_core+2649>, 0x7219b39bb934 <vm_exec_core+2580>, 0x7219b39bb8c1 <vm_exec_core+2465>, 0x7219b39bb76a <vm_exec_core+2122>, 0x7219b39bb69a <vm_exec_core+1914>, 0x7219b39bb61e <vm_exec_core+1790>, 0x7219b39bb040 <vm_exec_core+288>, 0x7219b39bb5ea <vm_exec_core+1738>, 0x7219b39bb5ab <vm_exec_core+1675>, 0x7219b39bb56c <vm_exec_core+1612>, 0x7219b39bb530 <vm_exec_core+1552>, 0x7219b39bb470 <vm_exec_core+1360>, 0x7219b39bb3eb <vm_exec_core+1227>, 0x7219b39be536 <vm_exec_core+13846>, 0x7219b39bdcae <vm_exec_core+11662>, 0x7219b39bdd14 <vm_exec_core+11764>, 0x7219b39bd49d <vm_exec_core+9597>, 0x7219b39bddad <vm_exec_core+11917>, 0x7219b39bde46 <vm_exec_core+12070>, 0x7219b39be24d <vm_exec_core+13101>, 0x7219b39be191 <vm_exec_core+12913>, 0x7219b39be1ef <vm_exec_core+13007>, 0x7219b39be0bc <vm_exec_core+12700>, 0x7219b39be11d <vm_exec_core+12797>, 0x7219b39be38a <vm_exec_core+13418>, 0x7219b39be40d <vm_exec_core+13549>, 0x7219b39bdeb5 <vm_exec_core+12181>, 0x7219b39bdf08 <vm_exec_core+12264>, 0x7219b39bdf8b <vm_exec_core+12395>, 0x7219b39be015 <vm_exec_core+12533>, 0x7219b39bdb00 <vm_exec_core+11232>, 0x7219b39bdb53 <vm_exec_core+11315>, 0x7219b39bdb9c <vm_exec_core+11388>, 0x7219b39bdbfe <vm_exec_core+11486>, 0x7219b39be59b <vm_exec_core+13947>, 0x7219b39bb37a <vm_exec_core+1114>, 0x7219b39bb2fa <vm_exec_core+986>, 0x7219b39bb251 <vm_exec_core+817>, 0x7219b39bb20a <vm_exec_core+746>, 0x7219b39bb1bf <vm_exec_core+671>, 0x7219b39bb176 <vm_exec_core+598>, 0x7219b39bb125 <vm_exec_core+517>, 0x7219b39bb0f0 <vm_exec_core+464>, 0x7219b39bb0bb <vm_exec_core+411>, 0x7219b39bdc90 <vm_exec_core+11632>, 0x7219b39bc249 <vm_exec_core+4905>, 0x7219b39bc1d7 <vm_exec_core+4791>, 0x7219b39bc124 <vm_exec_core+4612>, 0x7219b39bc0b2 <vm_exec_core+4498>, 0x7219b39bc00d <vm_exec_core+4333>, 0x7219b39bc612 <vm_exec_core+5874>, 0x7219b39bc5b7 <vm_exec_core+5783>, 0x7219b39bc349 <vm_exec_core+5161>, 0x7219b39bc2ad <vm_exec_core+5005>, 0x7219b39bc6b1 <vm_exec_core+6033>, 0x7219b39bc43c <vm_exec_core+5404>, 0x7219b39bbfc8 <vm_exec_core+4264>, 0x7219b39bbf60 <vm_exec_core+4160>, 0x7219b39bbee9 <vm_exec_core+4041>, 0x7219b39bbeac <vm_exec_core+3980>, 0x7219b39bbe74 <vm_exec_core+3924>, 0x7219b39bbe3f <vm_exec_core+3871>, 0x7219b39bbe0a <vm_exec_core+3818>, 0x7219b39bbdd5 <vm_exec_core+3765>, 0x7219b39bbd4b <vm_exec_core+3627>, 0x7219b39bbd07 <vm_exec_core+3559>, 0x7219b39bbcc0 <vm_exec_core+3488>, 0x7219b39bbc68 <vm_exec_core+3400>, 0x7219b39bbc22 <vm_exec_core+3330>, 0x7219b39bbba3 <vm_exec_core+3203>, 0x7219b39bbb69 <vm_exec_core+3145>, 0x7219b39bbb0c <vm_exec_core+3052>, 0x7219b39bbab2 <vm_exec_core+2962>, 0x7219b39bba75 <vm_exec_core+2901>, 0x7219b39bce50 <vm_exec_core+7984>, 0x7219b39bccbb <vm_exec_core+7579>, 0x7219b39bcc2d <vm_exec_core+7437>, 0x7219b39bcbc6 <vm_exec_core+7334>, 0x7219b39bcb74 <vm_exec_core+7252>, 0x7219b39bcb15 <vm_exec_core+7157>, 0x7219b39bcac8 <vm_exec_core+7080>, 0x7219b39bca73 <vm_exec_core+6995>, 0x7219b39bcf3e <vm_exec_core+8222>, 0x7219b39bcf17 <vm_exec_core+8183>, 0x7219b39bcedc <vm_exec_core+8124>, 0x7219b39bce8d <vm_exec_core+8045>, 0x7219b39bd032 <vm_exec_core+8466>, 0x7219b39bcf88 <vm_exec_core+8296>, 0x7219b39bc826 <vm_exec_core+6406>, 0x7219b39bc7e2 <vm_exec_core+6338>, 0x7219b39bd3cb <vm_exec_core+9387>, 0x7219b39bd35c <vm_exec_core+9276>, 0x7219b39bd3fd <vm_exec_core+9437>, 0x7219b39bca24 <vm_exec_core+6916>, 0x7219b39bc9b5 <vm_exec_core+6805>, 0x7219b39bc957 <vm_exec_core+6711>, 0x7219b39bc8a5 <vm_exec_core+6533>, 0x7219b39bc869 <vm_exec_core+6473>, 0x7219b39bd22e <vm_exec_core+8974>, 0x7219b39bd1c4 <vm_exec_core+8868>, 0x7219b39bd119 <vm_exec_core+8697>, 0x7219b39be459 <vm_exec_core+13625>, 0x7219b39bd066 <vm_exec_core+8518>, 0x7219b39bd2c4 <vm_exec_core+9124>, 0x7219b39bd275 <vm_exec_core+9045>, 0x7219b39bd30d <vm_exec_core+9197>, 0x7219b39bba26 <vm_exec_core+2822>, 0x7219b39be46f <vm_exec_core+13647>, 0x7219b39bb9d7 <vm_exec_core+2743>, 0x7219b39bb968 <vm_exec_core+2632>, 0x7219b39bb923 <vm_exec_core+2563>, 0x7219b39bb8b0 <vm_exec_core+2448>, 0x7219b39bb759 <vm_exec_core+2105>, 0x7219b39bb689 <vm_exec_core+1897>, 0x7219b39bb60d <vm_exec_core+1773>, 0x7219b39bb02f <vm_exec_core+271>, 0x7219b39bb5d9 <vm_exec_core+1721>, 0x7219b39bb59a <vm_exec_core+1658>, 0x7219b39bb55b <vm_exec_core+1595>, 0x7219b39bb51f <vm_exec_core+1535>, 0x7219b39bb45f <vm_exec_core+1343>, 0x7219b39bb3da <vm_exec_core+1210>, 0x7219b39be485 <vm_exec_core+13669>, 0x7219b39be49b <vm_exec_core+13691>, 0x7219b39be4b1 <vm_exec_core+13713>, 0x7219b39be4c7 <vm_exec_core+13735>, 0x7219b39be05d <vm_exec_core+12605>, 0x7219b39be073 <vm_exec_core+12627>, 0x7219b39be089 <vm_exec_core+12649>, 0x7219b39be0a6 <vm_exec_core+12678>, 0x7219b39bde9f <vm_exec_core+12159>, 0x7219b39be332 <vm_exec_core+13330>, 0x7219b39be306 <vm_exec_core+13286>, 0x7219b39be31c <vm_exec_core+13308>, 0x7219b39be2ae <vm_exec_core+13198>...}
#27 0x00007219b39c0b58 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#28 rb_vm_exec (ec=0x61d2a15eb2d0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2787
        _ec = 0x61d2a15eb2d0
        _tag = {tag = 36, retval = 4, buf = {0x72198993ddb0, 0x7219b39c0bb0 <rb_vm_exec+272>, 0x0, 0x7ffe26a150a0, 0x7ffe26a15110}, prev = 0x7ffe26a154b0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#29 0x00007219b39c5db0 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffe26a15178, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1859
No locals.
#30 vm_yield (kw_splat=0, argv=0x7ffe26a15178, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1873
No locals.
#31 rb_yield_0 (argv=0x7ffe26a15178, argc=1) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1362
No locals.
#32 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1378
No locals.
#33 0x00007219b36dc62c in rb_ary_collect (ary=125454030521760) at /tmp/ruby/src/trunk-iseq_binary/array.c:3673
        i = 0
        collect = 125454007918000
#34 0x00007219b39a46ed in vm_call_cfunc_with_frame_ (ec=0x61d2a15eb2d0, reg_cfp=0x7219b3209e18, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
        ci = 0x167100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7219b309ebd0
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#35 0x00007219b39adf1c in vm_sendish (ec=0x61d2a15eb2d0, reg_cfp=0x7219b3209e18, cd=0x61d2a18c2d70, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-iseq_binary/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x7219b307c008
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x61d2a18c2d70, cc = 0x7219b307c008, block_handler = 125454705008177, recv = 125454030521760, argc = 0, kw_splat = false, heap_argv = 0}
#36 0x00007219b39bd20f in vm_exec_core (ec=0x61d2a15eb004, ec@entry=0x61d2a15eb2d0) at ../../src/trunk-iseq_binary/insns.def:854
        bh = 125454706224481
        cd = 0x61d2a18c2d70
        blockiseq = 0x0
        leaf = <optimized out>
        val = 4
        reg_pc = 0x61d2a18c23a0
        reg_cfp = 0x7219b3209e18
        insns_address_table = {0x7219b39be525 <vm_exec_core+13829>, 0x7219b39bc25a <vm_exec_core+4922>, 0x7219b39bc1e8 <vm_exec_core+4808>, 0x7219b39bc135 <vm_exec_core+4629>, 0x7219b39bc0c3 <vm_exec_core+4515>, 0x7219b39bc01e <vm_exec_core+4350>, 0x7219b39bc623 <vm_exec_core+5891>, 0x7219b39bc5c8 <vm_exec_core+5800>, 0x7219b39bc35a <vm_exec_core+5178>, 0x7219b39bc2be <vm_exec_core+5022>, 0x7219b39bc6c2 <vm_exec_core+6050>, 0x7219b39bc44d <vm_exec_core+5421>, 0x7219b39bbfd9 <vm_exec_core+4281>, 0x7219b39bbf71 <vm_exec_core+4177>, 0x7219b39bbefa <vm_exec_core+4058>, 0x7219b39bbebd <vm_exec_core+3997>, 0x7219b39bbe85 <vm_exec_core+3941>, 0x7219b39bbe50 <vm_exec_core+3888>, 0x7219b39bbe1b <vm_exec_core+3835>, 0x7219b39bbde6 <vm_exec_core+3782>, 0x7219b39bbd5c <vm_exec_core+3644>, 0x7219b39bbd18 <vm_exec_core+3576>, 0x7219b39bbcd1 <vm_exec_core+3505>, 0x7219b39bbc79 <vm_exec_core+3417>, 0x7219b39bbc33 <vm_exec_core+3347>, 0x7219b39bbbb4 <vm_exec_core+3220>, 0x7219b39bbb7a <vm_exec_core+3162>, 0x7219b39bbb1d <vm_exec_core+3069>, 0x7219b39bbac3 <vm_exec_core+2979>, 0x7219b39bba86 <vm_exec_core+2918>, 0x7219b39bce61 <vm_exec_core+8001>, 0x7219b39bcccc <vm_exec_core+7596>, 0x7219b39bcc3e <vm_exec_core+7454>, 0x7219b39bcbd7 <vm_exec_core+7351>, 0x7219b39bcb85 <vm_exec_core+7269>, 0x7219b39bcb26 <vm_exec_core+7174>, 0x7219b39bcad9 <vm_exec_core+7097>, 0x7219b39bca84 <vm_exec_core+7012>, 0x7219b39bcf4f <vm_exec_core+8239>, 0x7219b39bcf28 <vm_exec_core+8200>, 0x7219b39bceed <vm_exec_core+8141>, 0x7219b39bce9e <vm_exec_core+8062>, 0x7219b39bd043 <vm_exec_core+8483>, 0x7219b39bcf99 <vm_exec_core+8313>, 0x7219b39bc837 <vm_exec_core+6423>, 0x7219b39bc7f3 <vm_exec_core+6355>, 0x7219b39bd3dc <vm_exec_core+9404>, 0x7219b39bd36d <vm_exec_core+9293>, 0x7219b39bd40e <vm_exec_core+9454>, 0x7219b39bca35 <vm_exec_core+6933>, 0x7219b39bc9c6 <vm_exec_core+6822>, 0x7219b39bc968 <vm_exec_core+6728>, 0x7219b39bc8b6 <vm_exec_core+6550>, 0x7219b39bc87a <vm_exec_core+6490>, 0x7219b39bd23f <vm_exec_core+8991>, 0x7219b39bd1d5 <vm_exec_core+8885>, 0x7219b39bd12a <vm_exec_core+8714>, 0x7219b39baf80 <vm_exec_core+96>, 0x7219b39bd077 <vm_exec_core+8535>, 0x7219b39bd2d5 <vm_exec_core+9141>, 0x7219b39bd286 <vm_exec_core+9062>, 0x7219b39bd31e <vm_exec_core+9214>, 0x7219b39bba37 <vm_exec_core+2839>, 0x7219b39be4dd <vm_exec_core+13757>, 0x7219b39bb9e8 <vm_exec_core+2760>, 0x7219b39bb979 <vm_exec_core+2649>, 0x7219b39bb934 <vm_exec_core+2580>, 0x7219b39bb8c1 <vm_exec_core+2465>, 0x7219b39bb76a <vm_exec_core+2122>, 0x7219b39bb69a <vm_exec_core+1914>, 0x7219b39bb61e <vm_exec_core+1790>, 0x7219b39bb040 <vm_exec_core+288>, 0x7219b39bb5ea <vm_exec_core+1738>, 0x7219b39bb5ab <vm_exec_core+1675>, 0x7219b39bb56c <vm_exec_core+1612>, 0x7219b39bb530 <vm_exec_core+1552>, 0x7219b39bb470 <vm_exec_core+1360>, 0x7219b39bb3eb <vm_exec_core+1227>, 0x7219b39be536 <vm_exec_core+13846>, 0x7219b39bdcae <vm_exec_core+11662>, 0x7219b39bdd14 <vm_exec_core+11764>, 0x7219b39bd49d <vm_exec_core+9597>, 0x7219b39bddad <vm_exec_core+11917>, 0x7219b39bde46 <vm_exec_core+12070>, 0x7219b39be24d <vm_exec_core+13101>, 0x7219b39be191 <vm_exec_core+12913>, 0x7219b39be1ef <vm_exec_core+13007>, 0x7219b39be0bc <vm_exec_core+12700>, 0x7219b39be11d <vm_exec_core+12797>, 0x7219b39be38a <vm_exec_core+13418>, 0x7219b39be40d <vm_exec_core+13549>, 0x7219b39bdeb5 <vm_exec_core+12181>, 0x7219b39bdf08 <vm_exec_core+12264>, 0x7219b39bdf8b <vm_exec_core+12395>, 0x7219b39be015 <vm_exec_core+12533>, 0x7219b39bdb00 <vm_exec_core+11232>, 0x7219b39bdb53 <vm_exec_core+11315>, 0x7219b39bdb9c <vm_exec_core+11388>, 0x7219b39bdbfe <vm_exec_core+11486>, 0x7219b39be59b <vm_exec_core+13947>, 0x7219b39bb37a <vm_exec_core+1114>, 0x7219b39bb2fa <vm_exec_core+986>, 0x7219b39bb251 <vm_exec_core+817>, 0x7219b39bb20a <vm_exec_core+746>, 0x7219b39bb1bf <vm_exec_core+671>, 0x7219b39bb176 <vm_exec_core+598>, 0x7219b39bb125 <vm_exec_core+517>, 0x7219b39bb0f0 <vm_exec_core+464>, 0x7219b39bb0bb <vm_exec_core+411>, 0x7219b39bdc90 <vm_exec_core+11632>, 0x7219b39bc249 <vm_exec_core+4905>, 0x7219b39bc1d7 <vm_exec_core+4791>, 0x7219b39bc124 <vm_exec_core+4612>, 0x7219b39bc0b2 <vm_exec_core+4498>, 0x7219b39bc00d <vm_exec_core+4333>, 0x7219b39bc612 <vm_exec_core+5874>, 0x7219b39bc5b7 <vm_exec_core+5783>, 0x7219b39bc349 <vm_exec_core+5161>, 0x7219b39bc2ad <vm_exec_core+5005>, 0x7219b39bc6b1 <vm_exec_core+6033>, 0x7219b39bc43c <vm_exec_core+5404>, 0x7219b39bbfc8 <vm_exec_core+4264>, 0x7219b39bbf60 <vm_exec_core+4160>, 0x7219b39bbee9 <vm_exec_core+4041>, 0x7219b39bbeac <vm_exec_core+3980>, 0x7219b39bbe74 <vm_exec_core+3924>, 0x7219b39bbe3f <vm_exec_core+3871>, 0x7219b39bbe0a <vm_exec_core+3818>, 0x7219b39bbdd5 <vm_exec_core+3765>, 0x7219b39bbd4b <vm_exec_core+3627>, 0x7219b39bbd07 <vm_exec_core+3559>, 0x7219b39bbcc0 <vm_exec_core+3488>, 0x7219b39bbc68 <vm_exec_core+3400>, 0x7219b39bbc22 <vm_exec_core+3330>, 0x7219b39bbba3 <vm_exec_core+3203>, 0x7219b39bbb69 <vm_exec_core+3145>, 0x7219b39bbb0c <vm_exec_core+3052>, 0x7219b39bbab2 <vm_exec_core+2962>, 0x7219b39bba75 <vm_exec_core+2901>, 0x7219b39bce50 <vm_exec_core+7984>, 0x7219b39bccbb <vm_exec_core+7579>, 0x7219b39bcc2d <vm_exec_core+7437>, 0x7219b39bcbc6 <vm_exec_core+7334>, 0x7219b39bcb74 <vm_exec_core+7252>, 0x7219b39bcb15 <vm_exec_core+7157>, 0x7219b39bcac8 <vm_exec_core+7080>, 0x7219b39bca73 <vm_exec_core+6995>, 0x7219b39bcf3e <vm_exec_core+8222>, 0x7219b39bcf17 <vm_exec_core+8183>, 0x7219b39bcedc <vm_exec_core+8124>, 0x7219b39bce8d <vm_exec_core+8045>, 0x7219b39bd032 <vm_exec_core+8466>, 0x7219b39bcf88 <vm_exec_core+8296>, 0x7219b39bc826 <vm_exec_core+6406>, 0x7219b39bc7e2 <vm_exec_core+6338>, 0x7219b39bd3cb <vm_exec_core+9387>, 0x7219b39bd35c <vm_exec_core+9276>, 0x7219b39bd3fd <vm_exec_core+9437>, 0x7219b39bca24 <vm_exec_core+6916>, 0x7219b39bc9b5 <vm_exec_core+6805>, 0x7219b39bc957 <vm_exec_core+6711>, 0x7219b39bc8a5 <vm_exec_core+6533>, 0x7219b39bc869 <vm_exec_core+6473>, 0x7219b39bd22e <vm_exec_core+8974>, 0x7219b39bd1c4 <vm_exec_core+8868>, 0x7219b39bd119 <vm_exec_core+8697>, 0x7219b39be459 <vm_exec_core+13625>, 0x7219b39bd066 <vm_exec_core+8518>, 0x7219b39bd2c4 <vm_exec_core+9124>, 0x7219b39bd275 <vm_exec_core+9045>, 0x7219b39bd30d <vm_exec_core+9197>, 0x7219b39bba26 <vm_exec_core+2822>, 0x7219b39be46f <vm_exec_core+13647>, 0x7219b39bb9d7 <vm_exec_core+2743>, 0x7219b39bb968 <vm_exec_core+2632>, 0x7219b39bb923 <vm_exec_core+2563>, 0x7219b39bb8b0 <vm_exec_core+2448>, 0x7219b39bb759 <vm_exec_core+2105>, 0x7219b39bb689 <vm_exec_core+1897>, 0x7219b39bb60d <vm_exec_core+1773>, 0x7219b39bb02f <vm_exec_core+271>, 0x7219b39bb5d9 <vm_exec_core+1721>, 0x7219b39bb59a <vm_exec_core+1658>, 0x7219b39bb55b <vm_exec_core+1595>, 0x7219b39bb51f <vm_exec_core+1535>, 0x7219b39bb45f <vm_exec_core+1343>, 0x7219b39bb3da <vm_exec_core+1210>, 0x7219b39be485 <vm_exec_core+13669>, 0x7219b39be49b <vm_exec_core+13691>, 0x7219b39be4b1 <vm_exec_core+13713>, 0x7219b39be4c7 <vm_exec_core+13735>, 0x7219b39be05d <vm_exec_core+12605>, 0x7219b39be073 <vm_exec_core+12627>, 0x7219b39be089 <vm_exec_core+12649>, 0x7219b39be0a6 <vm_exec_core+12678>, 0x7219b39bde9f <vm_exec_core+12159>, 0x7219b39be332 <vm_exec_core+13330>, 0x7219b39be306 <vm_exec_core+13286>, 0x7219b39be31c <vm_exec_core+13308>, 0x7219b39be2ae <vm_exec_core+13198>...}
#37 0x00007219b39c0e5b in vm_exec_loop (result=<optimized out>, tag=0x7ffe26a154b0, state=<optimized out>, ec=0x61d2a15eb2d0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
        vm_loop_start = <optimized out>
#38 rb_vm_exec (ec=0x61d2a15eb2d0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2790
        _ec = 0x61d2a15eb2d0
        _tag = {tag = 36, retval = 4, buf = {0x72198993f598, 0x7219b39c0bb0 <rb_vm_exec+272>, 0x0, 0x7ffe26a15490, 0x7219b30b88f0}, prev = 0x7ffe26a158a0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#39 0x00007219b39c5db0 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffe26a15568, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1859
No locals.
#40 vm_yield (kw_splat=0, argv=0x7ffe26a15568, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1873
No locals.
#41 rb_yield_0 (argv=0x7ffe26a15568, argc=1) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1362
No locals.
#42 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1378
No locals.
#43 0x00007219b36dc62c in rb_ary_collect (ary=125454007924200) at /tmp/ruby/src/trunk-iseq_binary/array.c:3673
        i = 0
        collect = 125454007924120
#44 0x00007219b39a46ed in vm_call_cfunc_with_frame_ (ec=0x61d2a15eb2d0, reg_cfp=0x7219b3209f30, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
        ci = 0x167100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7219b309ebd0
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#45 0x00007219b39adf1c in vm_sendish (ec=0x61d2a15eb2d0, reg_cfp=0x7219b3209f30, cd=0x61d2a179e640, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-iseq_binary/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x7219b307c008
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x61d2a179e640, cc = 0x7219b307c008, block_handler = 125454705008457, recv = 125454007924200, argc = 0, kw_splat = false, heap_argv = 0}
#46 0x00007219b39bd20f in vm_exec_core (ec=0x61d2a15eb004, ec@entry=0x61d2a15eb2d0) at ../../src/trunk-iseq_binary/insns.def:854
        bh = 125454706224481
        cd = 0x61d2a179e640
        blockiseq = 0x0
        leaf = <optimized out>
        val = 36
        reg_pc = 0x61d2a1784258
        reg_cfp = 0x7219b3209f30
        insns_address_table = {0x7219b39be525 <vm_exec_core+13829>, 0x7219b39bc25a <vm_exec_core+4922>, 0x7219b39bc1e8 <vm_exec_core+4808>, 0x7219b39bc135 <vm_exec_core+4629>, 0x7219b39bc0c3 <vm_exec_core+4515>, 0x7219b39bc01e <vm_exec_core+4350>, 0x7219b39bc623 <vm_exec_core+5891>, 0x7219b39bc5c8 <vm_exec_core+5800>, 0x7219b39bc35a <vm_exec_core+5178>, 0x7219b39bc2be <vm_exec_core+5022>, 0x7219b39bc6c2 <vm_exec_core+6050>, 0x7219b39bc44d <vm_exec_core+5421>, 0x7219b39bbfd9 <vm_exec_core+4281>, 0x7219b39bbf71 <vm_exec_core+4177>, 0x7219b39bbefa <vm_exec_core+4058>, 0x7219b39bbebd <vm_exec_core+3997>, 0x7219b39bbe85 <vm_exec_core+3941>, 0x7219b39bbe50 <vm_exec_core+3888>, 0x7219b39bbe1b <vm_exec_core+3835>, 0x7219b39bbde6 <vm_exec_core+3782>, 0x7219b39bbd5c <vm_exec_core+3644>, 0x7219b39bbd18 <vm_exec_core+3576>, 0x7219b39bbcd1 <vm_exec_core+3505>, 0x7219b39bbc79 <vm_exec_core+3417>, 0x7219b39bbc33 <vm_exec_core+3347>, 0x7219b39bbbb4 <vm_exec_core+3220>, 0x7219b39bbb7a <vm_exec_core+3162>, 0x7219b39bbb1d <vm_exec_core+3069>, 0x7219b39bbac3 <vm_exec_core+2979>, 0x7219b39bba86 <vm_exec_core+2918>, 0x7219b39bce61 <vm_exec_core+8001>, 0x7219b39bcccc <vm_exec_core+7596>, 0x7219b39bcc3e <vm_exec_core+7454>, 0x7219b39bcbd7 <vm_exec_core+7351>, 0x7219b39bcb85 <vm_exec_core+7269>, 0x7219b39bcb26 <vm_exec_core+7174>, 0x7219b39bcad9 <vm_exec_core+7097>, 0x7219b39bca84 <vm_exec_core+7012>, 0x7219b39bcf4f <vm_exec_core+8239>, 0x7219b39bcf28 <vm_exec_core+8200>, 0x7219b39bceed <vm_exec_core+8141>, 0x7219b39bce9e <vm_exec_core+8062>, 0x7219b39bd043 <vm_exec_core+8483>, 0x7219b39bcf99 <vm_exec_core+8313>, 0x7219b39bc837 <vm_exec_core+6423>, 0x7219b39bc7f3 <vm_exec_core+6355>, 0x7219b39bd3dc <vm_exec_core+9404>, 0x7219b39bd36d <vm_exec_core+9293>, 0x7219b39bd40e <vm_exec_core+9454>, 0x7219b39bca35 <vm_exec_core+6933>, 0x7219b39bc9c6 <vm_exec_core+6822>, 0x7219b39bc968 <vm_exec_core+6728>, 0x7219b39bc8b6 <vm_exec_core+6550>, 0x7219b39bc87a <vm_exec_core+6490>, 0x7219b39bd23f <vm_exec_core+8991>, 0x7219b39bd1d5 <vm_exec_core+8885>, 0x7219b39bd12a <vm_exec_core+8714>, 0x7219b39baf80 <vm_exec_core+96>, 0x7219b39bd077 <vm_exec_core+8535>, 0x7219b39bd2d5 <vm_exec_core+9141>, 0x7219b39bd286 <vm_exec_core+9062>, 0x7219b39bd31e <vm_exec_core+9214>, 0x7219b39bba37 <vm_exec_core+2839>, 0x7219b39be4dd <vm_exec_core+13757>, 0x7219b39bb9e8 <vm_exec_core+2760>, 0x7219b39bb979 <vm_exec_core+2649>, 0x7219b39bb934 <vm_exec_core+2580>, 0x7219b39bb8c1 <vm_exec_core+2465>, 0x7219b39bb76a <vm_exec_core+2122>, 0x7219b39bb69a <vm_exec_core+1914>, 0x7219b39bb61e <vm_exec_core+1790>, 0x7219b39bb040 <vm_exec_core+288>, 0x7219b39bb5ea <vm_exec_core+1738>, 0x7219b39bb5ab <vm_exec_core+1675>, 0x7219b39bb56c <vm_exec_core+1612>, 0x7219b39bb530 <vm_exec_core+1552>, 0x7219b39bb470 <vm_exec_core+1360>, 0x7219b39bb3eb <vm_exec_core+1227>, 0x7219b39be536 <vm_exec_core+13846>, 0x7219b39bdcae <vm_exec_core+11662>, 0x7219b39bdd14 <vm_exec_core+11764>, 0x7219b39bd49d <vm_exec_core+9597>, 0x7219b39bddad <vm_exec_core+11917>, 0x7219b39bde46 <vm_exec_core+12070>, 0x7219b39be24d <vm_exec_core+13101>, 0x7219b39be191 <vm_exec_core+12913>, 0x7219b39be1ef <vm_exec_core+13007>, 0x7219b39be0bc <vm_exec_core+12700>, 0x7219b39be11d <vm_exec_core+12797>, 0x7219b39be38a <vm_exec_core+13418>, 0x7219b39be40d <vm_exec_core+13549>, 0x7219b39bdeb5 <vm_exec_core+12181>, 0x7219b39bdf08 <vm_exec_core+12264>, 0x7219b39bdf8b <vm_exec_core+12395>, 0x7219b39be015 <vm_exec_core+12533>, 0x7219b39bdb00 <vm_exec_core+11232>, 0x7219b39bdb53 <vm_exec_core+11315>, 0x7219b39bdb9c <vm_exec_core+11388>, 0x7219b39bdbfe <vm_exec_core+11486>, 0x7219b39be59b <vm_exec_core+13947>, 0x7219b39bb37a <vm_exec_core+1114>, 0x7219b39bb2fa <vm_exec_core+986>, 0x7219b39bb251 <vm_exec_core+817>, 0x7219b39bb20a <vm_exec_core+746>, 0x7219b39bb1bf <vm_exec_core+671>, 0x7219b39bb176 <vm_exec_core+598>, 0x7219b39bb125 <vm_exec_core+517>, 0x7219b39bb0f0 <vm_exec_core+464>, 0x7219b39bb0bb <vm_exec_core+411>, 0x7219b39bdc90 <vm_exec_core+11632>, 0x7219b39bc249 <vm_exec_core+4905>, 0x7219b39bc1d7 <vm_exec_core+4791>, 0x7219b39bc124 <vm_exec_core+4612>, 0x7219b39bc0b2 <vm_exec_core+4498>, 0x7219b39bc00d <vm_exec_core+4333>, 0x7219b39bc612 <vm_exec_core+5874>, 0x7219b39bc5b7 <vm_exec_core+5783>, 0x7219b39bc349 <vm_exec_core+5161>, 0x7219b39bc2ad <vm_exec_core+5005>, 0x7219b39bc6b1 <vm_exec_core+6033>, 0x7219b39bc43c <vm_exec_core+5404>, 0x7219b39bbfc8 <vm_exec_core+4264>, 0x7219b39bbf60 <vm_exec_core+4160>, 0x7219b39bbee9 <vm_exec_core+4041>, 0x7219b39bbeac <vm_exec_core+3980>, 0x7219b39bbe74 <vm_exec_core+3924>, 0x7219b39bbe3f <vm_exec_core+3871>, 0x7219b39bbe0a <vm_exec_core+3818>, 0x7219b39bbdd5 <vm_exec_core+3765>, 0x7219b39bbd4b <vm_exec_core+3627>, 0x7219b39bbd07 <vm_exec_core+3559>, 0x7219b39bbcc0 <vm_exec_core+3488>, 0x7219b39bbc68 <vm_exec_core+3400>, 0x7219b39bbc22 <vm_exec_core+3330>, 0x7219b39bbba3 <vm_exec_core+3203>, 0x7219b39bbb69 <vm_exec_core+3145>, 0x7219b39bbb0c <vm_exec_core+3052>, 0x7219b39bbab2 <vm_exec_core+2962>, 0x7219b39bba75 <vm_exec_core+2901>, 0x7219b39bce50 <vm_exec_core+7984>, 0x7219b39bccbb <vm_exec_core+7579>, 0x7219b39bcc2d <vm_exec_core+7437>, 0x7219b39bcbc6 <vm_exec_core+7334>, 0x7219b39bcb74 <vm_exec_core+7252>, 0x7219b39bcb15 <vm_exec_core+7157>, 0x7219b39bcac8 <vm_exec_core+7080>, 0x7219b39bca73 <vm_exec_core+6995>, 0x7219b39bcf3e <vm_exec_core+8222>, 0x7219b39bcf17 <vm_exec_core+8183>, 0x7219b39bcedc <vm_exec_core+8124>, 0x7219b39bce8d <vm_exec_core+8045>, 0x7219b39bd032 <vm_exec_core+8466>, 0x7219b39bcf88 <vm_exec_core+8296>, 0x7219b39bc826 <vm_exec_core+6406>, 0x7219b39bc7e2 <vm_exec_core+6338>, 0x7219b39bd3cb <vm_exec_core+9387>, 0x7219b39bd35c <vm_exec_core+9276>, 0x7219b39bd3fd <vm_exec_core+9437>, 0x7219b39bca24 <vm_exec_core+6916>, 0x7219b39bc9b5 <vm_exec_core+6805>, 0x7219b39bc957 <vm_exec_core+6711>, 0x7219b39bc8a5 <vm_exec_core+6533>, 0x7219b39bc869 <vm_exec_core+6473>, 0x7219b39bd22e <vm_exec_core+8974>, 0x7219b39bd1c4 <vm_exec_core+8868>, 0x7219b39bd119 <vm_exec_core+8697>, 0x7219b39be459 <vm_exec_core+13625>, 0x7219b39bd066 <vm_exec_core+8518>, 0x7219b39bd2c4 <vm_exec_core+9124>, 0x7219b39bd275 <vm_exec_core+9045>, 0x7219b39bd30d <vm_exec_core+9197>, 0x7219b39bba26 <vm_exec_core+2822>, 0x7219b39be46f <vm_exec_core+13647>, 0x7219b39bb9d7 <vm_exec_core+2743>, 0x7219b39bb968 <vm_exec_core+2632>, 0x7219b39bb923 <vm_exec_core+2563>, 0x7219b39bb8b0 <vm_exec_core+2448>, 0x7219b39bb759 <vm_exec_core+2105>, 0x7219b39bb689 <vm_exec_core+1897>, 0x7219b39bb60d <vm_exec_core+1773>, 0x7219b39bb02f <vm_exec_core+271>, 0x7219b39bb5d9 <vm_exec_core+1721>, 0x7219b39bb59a <vm_exec_core+1658>, 0x7219b39bb55b <vm_exec_core+1595>, 0x7219b39bb51f <vm_exec_core+1535>, 0x7219b39bb45f <vm_exec_core+1343>, 0x7219b39bb3da <vm_exec_core+1210>, 0x7219b39be485 <vm_exec_core+13669>, 0x7219b39be49b <vm_exec_core+13691>, 0x7219b39be4b1 <vm_exec_core+13713>, 0x7219b39be4c7 <vm_exec_core+13735>, 0x7219b39be05d <vm_exec_core+12605>, 0x7219b39be073 <vm_exec_core+12627>, 0x7219b39be089 <vm_exec_core+12649>, 0x7219b39be0a6 <vm_exec_core+12678>, 0x7219b39bde9f <vm_exec_core+12159>, 0x7219b39be332 <vm_exec_core+13330>, 0x7219b39be306 <vm_exec_core+13286>, 0x7219b39be31c <vm_exec_core+13308>, 0x7219b39be2ae <vm_exec_core+13198>...}
#47 0x00007219b39c0e5b in vm_exec_loop (result=<optimized out>, tag=0x7ffe26a158a0, state=<optimized out>, ec=0x61d2a15eb2d0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
        vm_loop_start = <optimized out>
#48 rb_vm_exec (ec=0x61d2a15eb2d0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2790
        _ec = 0x61d2a15eb2d0
        _tag = {tag = 36, retval = 4, buf = {0x61d2a15eb2d0, 0x7219b39c0bb0 <rb_vm_exec+272>, 0x0, 0x7ffe26a15880, 0x7219b3078a20}, prev = 0x7ffe26a15950, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#49 0x00007219b39d2973 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:3050
        ec = <optimized out>
        val = <optimized out>
#50 0x00007219b37b1635 in rb_ec_exec_node (ec=ec@entry=0x61d2a15eb2d0, n=n@entry=0x7219b301f678) at /tmp/ruby/src/trunk-iseq_binary/eval.c:283
        _ec = 0x61d2a15eb2d0
        _tag = {tag = 36, retval = 125454710951797, buf = {0x61d2a15eb2d0, 0x7219b37b1680 <rb_ec_exec_node+240>, 0x0, 0x7ffe26a15930, 0x7219b301f678}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7219b301f678
#51 0x00007219b37b5b0b in ruby_run_node (n=0x7219b301f678) at /tmp/ruby/src/trunk-iseq_binary/eval.c:321
        ec = 0x61d2a15eb2d0
        status = 0
#52 0x000061d264d6f186 in rb_main (argv=0x7ffe26a15b78, argc=10) at /tmp/ruby/src/trunk-iseq_binary/main.c:42
        variable_in_this_stack_frame = 0
#53 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

th: 0x61d2a15e6010, native_id: 0x7219b326bc00
-- Control frame information -----------------------------------------------
c:0018 p:---- s:0126 e:000125 l:y b:---- CFUNC  :value
c:0017 p:0023 s:0122 e:000120 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/core_assertions.rb:797
c:0016 p:0115 s:0111 E:001958 l:n b:---- BLOCK  /tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https_proxy.rb:91 [FINISH]
c:0015 p:---- s:0101 e:000100 l:y b:---- CFUNC  :open
c:0014 p:0012 s:0095 E:001d10 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https_proxy.rb:59
c:0013 p:0037 s:0091 e:000090 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb:202
c:0012 p:0052 s:0085 e:000084 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb:170
c:0011 p:0093 s:0076 e:000075 l:n b:---- BLOCK  /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1683 [FINISH]
c:0010 p:---- s:0069 e:000068 l:y b:---- CFUNC  :map
c:0009 p:0114 s:0065 e:000064 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1670
c:0008 p:0035 s:0053 e:000052 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1374
c:0007 p:0069 s:0046 E:001370 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0030 e:000029 l:n b:---- BLOCK  /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:24 [FINISH]
c:0005 p:---- s:0026 e:000025 l:y b:---- CFUNC  :map
c:0004 p:0005 s:0022 e:000021 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 e:000015 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:122
c:0002 p:0062 s:0006 e:000005 l:n b:---- EVAL   /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:220 [FINISH]
c:0001 p:0000 s:0003 E:001190 l:y b:---- DUMMY  [FINISH]

th: 0x61d2a224be60, native_id: 0x7219988576c0
-- Control frame information -----------------------------------------------
c:0003 p:0023 s:0017 e:000016 l:y b:0001 METHOD <internal:thread_sync>:18
c:0002 p:0018 s:0010 e:000009 l:n b:---- BLOCK  /tmp/ruby/src/trunk-iseq_binary/lib/timeout.rb:99 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

th: 0x61d2a3619a30, native_id: 0x72198b9c36c0
-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 l:y b:---- CFUNC  :readpartial
c:0002 p:0035 s:0007 e:000006 l:n b:---- BLOCK  /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:42 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

th: 0x61d2a38f21a0, native_id: 0x7219984bc6c0
-- Control frame information -----------------------------------------------
c:0004 p:---- s:0019 e:000018 l:y b:---- CFUNC  :accept
c:0003 p:0005 s:0015 e:000014 l:y b:0001 METHOD /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/ssl.rb:518
c:0002 p:0004 s:0008 e:000007 l:n b:---- BLOCK  /tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https_proxy.rb:77 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

$1 = true
$2 = 0
">>> Finish
"[Inferior 1 (process 662959) detached]
worker 662959=net/http/test_https_proxy does not respond; SEGV is sent
/tmp/ruby/src/trunk-iseq_binary/tool/lib/core_assertions.rb:797: [BUG] Segmentation fault at 0x000003e9000a1dac
ruby 4.0.0dev (2025-11-12T14:26:19Z master 6a05545184) +PRISM [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0018 p:---- s:0126 e:000125 l:y b:---- CFUNC  :value
c:0017 p:0023 s:0122 e:000120 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/core_assertions.rb:797
c:0016 p:0115 s:0111 E:001958 l:n b:---- BLOCK  /tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https_proxy.rb:91 [FINISH]
c:0015 p:---- s:0101 e:000100 l:y b:---- CFUNC  :open
c:0014 p:0012 s:0095 E:001d10 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https_proxy.rb:59
c:0013 p:0037 s:0091 e:000090 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb:202
c:0012 p:0052 s:0085 e:000084 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb:170
c:0011 p:0093 s:0076 e:000075 l:n b:---- BLOCK  /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1683 [FINISH]
c:0010 p:---- s:0069 e:000068 l:y b:---- CFUNC  :map
c:0009 p:0114 s:0065 e:000064 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1670
c:0008 p:0035 s:0053 e:000052 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1374
c:0007 p:0069 s:0046 E:001370 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0030 e:000029 l:n b:---- BLOCK  /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:24 [FINISH]
c:0005 p:---- s:0026 e:000025 l:y b:---- CFUNC  :map
c:0004 p:0005 s:0022 e:000021 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 e:000015 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:122
c:0002 p:0062 s:0006 e:000005 l:n b:---- EVAL   /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:220 [FINISH]
c:0001 p:0000 s:0003 E:001190 l:y b:---- DUMMY  [FINISH]

-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:220:in '<main>'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:122:in 'run'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:23:in '_run_suites'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:23:in 'map'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:24:in 'block in _run_suites'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:52:in '_run_suite'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1374:in '_run_suite'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1670:in '_run_suite'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1670:in 'map'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1683:in 'block in _run_suite'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb:170:in 'run'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb:202:in 'run_test'
/tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https_proxy.rb:59:in 'test_https_proxy_ssl_connection'
/tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https_proxy.rb:59:in 'open'
/tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https_proxy.rb:91:in 'block in test_https_proxy_ssl_connection'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/core_assertions.rb:797:in 'assert_join_threads'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/core_assertions.rb:797:in 'value'

-- Threading information ---------------------------------------------------
Total ractor count: 1
Ruby thread count for this ractor: 4

-- Machine register context ------------------------------------------------
 RIP: 0x00007219b3332d61 RBP: 0x00007ffe26a14610 RSP: 0x00007ffe26a145d0
 RAX: 0xfffffffffffffffc RBX: 0x000061d2a15eafd8 RCX: 0x00007219b3332d61
 RDX: 0x0000000000000000 RDI: 0x000061d2a15eb004 RSI: 0x0000000000000189
  R8: 0x0000000000000000  R9: 0x00000000ffffffff R10: 0x0000000000000000
 R11: 0x0000000000000246 R12: 0x0000000000000000 R13: 0x0000000000000000
 R14: 0x000061d2a15eb0f8 R15: 0x000061d2a15eb004 EFL: 0x0000000000000246

-- C level backtrace information -------------------------------------------
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_print_backtrace+0x14) [0x7219b39d9528] /tmp/ruby/src/trunk-iseq_binary/vm_dump.c:1102
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_vm_bugreport) /tmp/ruby/src/trunk-iseq_binary/vm_dump.c:1447
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_bug_for_fatal_signal+0x10a) [0x7219b37a78ea] /tmp/ruby/src/trunk-iseq_binary/error.c:1130
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(sigsegv+0x48) [0x7219b3911008] /tmp/ruby/src/trunk-iseq_binary/signal.c:948
/lib/x86_64-linux-gnu/libc.so.6(0x7219b32df320) [0x7219b32df320]
/lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common64+0x2a) [0x7219b3332d61] ./nptl/futex-internal.c:57
/lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common) ./nptl/futex-internal.c:87
/lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_cancelable64) ./nptl/futex-internal.c:139
/lib/x86_64-linux-gnu/libc.so.6(__pthread_cond_wait_common+0xed) [0x7219b33357dd] ./nptl/pthread_cond_wait.c:503
/lib/x86_64-linux-gnu/libc.so.6(___pthread_cond_wait) ./nptl/pthread_cond_wait.c:627
/lib/x86_64-linux-gnu/libc.so.6(pthread_cond_wait) (null):0
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_native_cond_wait+0xd) [0x7219b395b8ed] /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:231
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(thread_sched_wait_running_turn+0x93) [0x7219b395ba33] /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:851
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(thread_sched_unlock_+0x0) [0x7219b395c274] /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:1126
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(thread_sched_to_waiting_until_wakeup) /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:1132
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(sleep_forever+0x7a) [0x7219b3964702] /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:3350
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(thread_join_sleep) /tmp/ruby/src/trunk-iseq_binary/thread.c:1074
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_ensure+0xf2) [0x7219b37b3e82] /tmp/ruby/src/trunk-iseq_binary/eval.c:1174
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(thread_join+0x91) [0x7219b3958a81] /tmp/ruby/src/trunk-iseq_binary/thread.c:1131
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(thread_value) /tmp/ruby/src/trunk-iseq_binary/thread.c:1253
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x7219b39a46ed] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_sendish+0xcc) [0x7219b39adf1c] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:6134
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_exec_core+0x84) [0x7219b39bafa4] ../../src/trunk-iseq_binary/insns.def:902
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_exec_loop+0x3e) [0x7219b39c0e5b] /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk-iseq_binary/vm.c:2790
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_yield_with_cref+0x88) [0x7219b39c5db0] /tmp/ruby/src/trunk-iseq_binary/vm.c:1865
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_yield) /tmp/ruby/src/trunk-iseq_binary/vm.c:1873
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_yield_0) /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1362
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_yield) /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1378
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_ensure+0xf2) [0x7219b37b3e82] /tmp/ruby/src/trunk-iseq_binary/eval.c:1174
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x7219b39a46ed] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_sendish+0xcc) [0x7219b39adf1c] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:6134
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_exec_core+0x22ef) [0x7219b39bd20f] ../../src/trunk-iseq_binary/insns.def:854
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_exec_loop+0xa) [0x7219b39c0b58] /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk-iseq_binary/vm.c:2787
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_yield_with_cref+0x88) [0x7219b39c5db0] /tmp/ruby/src/trunk-iseq_binary/vm.c:1865
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_yield) /tmp/ruby/src/trunk-iseq_binary/vm.c:1873
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_yield_0) /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1362
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_yield) /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1378
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_ary_collect+0x5c) [0x7219b36dc62c] /tmp/ruby/src/trunk-iseq_binary/array.c:3673
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x7219b39a46ed] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_sendish+0xcc) [0x7219b39adf1c] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:6134
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_exec_core+0x22ef) [0x7219b39bd20f] ../../src/trunk-iseq_binary/insns.def:854
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_exec_loop+0x3e) [0x7219b39c0e5b] /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk-iseq_binary/vm.c:2790
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_yield_with_cref+0x88) [0x7219b39c5db0] /tmp/ruby/src/trunk-iseq_binary/vm.c:1865
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_yield) /tmp/ruby/src/trunk-iseq_binary/vm.c:1873
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_yield_0) /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1362
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_yield) /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1378
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_ary_collect+0x5c) [0x7219b36dc62c] /tmp/ruby/src/trunk-iseq_binary/array.c:3673
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x7219b39a46ed] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_sendish+0xcc) [0x7219b39adf1c] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:6134
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_exec_core+0x22ef) [0x7219b39bd20f] ../../src/trunk-iseq_binary/insns.def:854
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_exec_loop+0x3e) [0x7219b39c0e5b] /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk-iseq_binary/vm.c:2790
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_ec_exec_node+0xa5) [0x7219b37b1635] /tmp/ruby/src/trunk-iseq_binary/eval.c:283
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(ruby_run_node+0x8b) [0x7219b37b5b0b] /tmp/ruby/src/trunk-iseq_binary/eval.c:321
/tmp/ruby/build/trunk-iseq_binary/ruby(rb_main+0x21) [0x61d264d6f186] /tmp/ruby/src/trunk-iseq_binary/main.c:42
/tmp/ruby/build/trunk-iseq_binary/ruby(main) /tmp/ruby/src/trunk-iseq_binary/main.c:62
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x7219b32c41ca] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7219b32c428b] ../csu/libc-start.c:360
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:347
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
[0x61d264d6f1d5]

-- Other runtime information -----------------------------------------------

* Loaded script: /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb: HTTPSProxyTest#test_https_proxy_ssl_connection

* Ruby Box: disabled
* Loaded features:

    0 enumerator.so
    1 thread.rb
    2 fiber.so
    3 rational.so
    4 complex.so
    5 pathname.so
    6 ruby2_keywords.rb
    7 set.rb
    8 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/encdb.so
    9 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/transdb.so
   10 /tmp/ruby/src/trunk-iseq_binary/lib/open3/version.rb
   11 /tmp/ruby/src/trunk-iseq_binary/lib/open3.rb
   12 /tmp/ruby/src/trunk-iseq_binary/lib/timeout.rb
   13 /tmp/ruby/build/trunk-iseq_binary/rbconfig.rb
   14 /tmp/ruby/src/trunk-iseq_binary/tool/lib/find_executable.rb
   15 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/rbconfig/sizeof.so
   16 /tmp/ruby/src/trunk-iseq_binary/tool/lib/envutil.rb
   17 /tmp/ruby/src/trunk-iseq_binary/tool/lib/colorize.rb
   18 /tmp/ruby/src/trunk-iseq_binary/tool/lib/leakchecker.rb
   19 /tmp/ruby/src/trunk-iseq_binary/lib/prettyprint.rb
   20 /tmp/ruby/src/trunk-iseq_binary/lib/pp.rb
   21 /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/assertions.rb
   22 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/sanitizers.so
   23 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/console.so
   24 /tmp/ruby/src/trunk-iseq_binary/tool/lib/core_assertions.rb
   25 /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb
   26 /tmp/ruby/src/trunk-iseq_binary/lib/optparse.rb
   27 /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb
   28 /tmp/ruby/src/trunk-iseq_binary/tool/lib/tracepointchecker.rb
   29 /tmp/ruby/src/trunk-iseq_binary/tool/lib/zombie_hunter.rb
   30 /tmp/ruby/src/trunk-iseq_binary/lib/delegate.rb
   31 /tmp/ruby/src/trunk-iseq_binary/lib/fileutils.rb
   32 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/etc.so
   33 /tmp/ruby/src/trunk-iseq_binary/lib/tmpdir.rb
   34 /tmp/ruby/src/trunk-iseq_binary/lib/tempfile.rb
   35 /tmp/ruby/src/trunk-iseq_binary/tool/lib/iseq_loader_checker.rb
   36 /tmp/ruby/src/trunk-iseq_binary/tool/lib/gc_checker.rb
   37 /tmp/ruby/src/trunk-iseq_binary/tool/test/init.rb
   38 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/defaults.rb
   39 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/deprecate.rb
   40 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/errors.rb
   41 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/target_rbconfig.rb
   42 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/win_platform.rb
   43 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/unknown_command_spell_checker.rb
   44 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/exceptions.rb
   45 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/basic_specification.rb
   46 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/stub_specification.rb
   47 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/platform.rb
   48 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/specification_record.rb
   49 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/util/list.rb
   50 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/version.rb
   51 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/requirement.rb
   52 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/specification.rb
   53 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/util.rb
   54 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/dependency.rb
   55 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/core_ext/kernel_gem.rb
   56 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/monitor.so
   57 /tmp/ruby/build/trunk-iseq_binary/.ext/common/monitor.rb
   58 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems.rb
   59 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/path_support.rb
   60 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/socket.so
   61 /tmp/ruby/build/trunk-iseq_binary/.ext/common/socket.rb
   62 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/nonblock.so
   63 /tmp/ruby/src/trunk-iseq_binary/test/fiber/scheduler.rb
   64 /tmp/ruby/src/trunk-iseq_binary/test/fiber/test_thread.rb
   65 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/stringio.so
   66 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/date_core.so
   67 /tmp/ruby/build/trunk-iseq_binary/.ext/common/date.rb
   68 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/versions.rb
   69 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/exception.rb
   70 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/syntax_error.rb
   71 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/psych.so
   72 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/omap.rb
   73 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/set.rb
   74 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/class_loader.rb
   75 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/scalar_scanner.rb
   76 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/node.rb
   77 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/stream.rb
   78 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/document.rb
   79 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/sequence.rb
   80 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/scalar.rb
   81 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/mapping.rb
   82 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/alias.rb
   83 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes.rb
   84 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/streaming.rb
   85 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors/visitor.rb
   86 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors/to_ruby.rb
   87 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors/emitter.rb
   88 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/handler.rb
   89 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/tree_builder.rb
   90 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors/yaml_tree.rb
   91 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/json/ruby_events.rb
   92 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors/json_tree.rb
   93 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors/depth_first.rb
   94 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors.rb
   95 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/parser.rb
   96 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/coder.rb
   97 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/stream.rb
   98 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/json/yaml_events.rb
   99 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/json/tree_builder.rb
  100 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/json/stream.rb
  101 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/handlers/document_stream.rb
  102 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/core_ext.rb
  103 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych.rb
  104 /tmp/ruby/src/trunk-iseq_binary/test/psych/helper.rb
  105 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_date_time.rb
  106 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16le.so
  107 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16be.so
  108 /tmp/ruby/src/trunk-iseq_binary/lib/pathname.rb
  109 /tmp/ruby/build/trunk-iseq_binary/.ext/common/digest/version.rb
  110 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest.so
  111 /tmp/ruby/build/trunk-iseq_binary/.ext/common/digest/loader.rb
  112 /tmp/ruby/build/trunk-iseq_binary/.ext/common/digest.rb
  113 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/openssl.so
  114 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/asn1.rb
  115 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/bn.rb
  116 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/cipher.rb
  117 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/digest.rb
  118 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/hmac.rb
  119 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/pkcs5.rb
  120 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/marshal.rb
  121 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/pkey.rb
  122 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/buffering.rb
  123 /tmp/ruby/src/trunk-iseq_binary/lib/ipaddr.rb
  124 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/ssl.rb
  125 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/version.rb
  126 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/x509.rb
  127 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl.rb
  128 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/openssl.rb
  129 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/text.rb
  130 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/user_interaction.rb
  131 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/security/policy.rb
  132 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/security/policies.rb
  133 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/security/trust_dir.rb
  134 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/security/signer.rb
  135 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/security.rb
  136 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/digest_io.rb
  137 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/source.rb
  138 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/file_source.rb
  139 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/io_source.rb
  140 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/old.rb
  141 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/tar_header.rb
  142 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/tar_reader/entry.rb
  143 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/tar_reader.rb
  144 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/tar_writer.rb
  145 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package.rb
  146 /tmp/ruby/src/trunk-iseq_binary/lib/shellwords.rb
  147 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/version.rb
  148 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb
  149 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb
  150 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/common.rb
  151 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/generic.rb
  152 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/file.rb
  153 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/ftp.rb
  154 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/http.rb
  155 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/https.rb
  156 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/ldap.rb
  157 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/ldaps.rb
  158 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/mailto.rb
  159 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/ws.rb
  160 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/wss.rb
  161 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri.rb
  162 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/zlib.so
  163 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/mock_gem_ui.rb
  164 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/optparse/lib/optparse.rb
  165 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendored_optparse.rb
  166 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/command.rb
  167 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/installer_uninstaller_utils.rb
  168 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/build_error.rb
  169 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/builder.rb
  170 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/configure_builder.rb
  171 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/ext_conf_builder.rb
  172 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/rake_builder.rb
  173 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/cmake_builder.rb
  174 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/cargo_builder.rb
  175 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext.rb
  176 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/installer.rb
  177 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb
  178 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
  179 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/errors.rb
  180 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/tsort/lib/tsort.rb
  181 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendored_tsort.rb
  182 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
  183 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
  184 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
  185 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
  186 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
  187 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb
  188 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb
  189 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb
  190 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb
  191 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb
  192 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/state.rb
  193 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
  194 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
  195 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/resolution.rb
  196 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/resolver.rb
  197 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb
  198 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo.rb
  199 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendored_molinillo.rb
  200 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/activation_request.rb
  201 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/conflict.rb
  202 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/dependency_request.rb
  203 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/requirement_list.rb
  204 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/stats.rb
  205 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/set.rb
  206 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/api_set.rb
  207 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/composed_set.rb
  208 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/best_set.rb
  209 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/current_set.rb
  210 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/git_set.rb
  211 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/index_set.rb
  212 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/installer_set.rb
  213 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/lock_set.rb
  214 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/vendor_set.rb
  215 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/source_set.rb
  216 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/specification.rb
  217 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/spec_specification.rb
  218 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/api_specification.rb
  219 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/git_specification.rb
  220 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/index_specification.rb
  221 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/installed_specification.rb
  222 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/local_specification.rb
  223 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/lock_specification.rb
  224 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/vendor_specification.rb
  225 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver.rb
  226 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/timeout/lib/timeout.rb
  227 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/file.so
  228 /tmp/ruby/src/trunk-iseq_binary/test/ruby/ut_eof.rb
  229 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_file.rb
  230 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32le.so
  231 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_jp.so
  232 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32be.so
  233 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_eval.rb
  234 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_euc.so
  235 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf_16_32.so
  236 /tmp/rubytest.q2w8py/d20251112-662959-2q5pqi/2.rb
  237 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/pty.so
  238 /tmp/ruby/src/trunk-iseq_binary/test/io/console/test_io_console.rb
  239 /tmp/ruby/src/trunk-iseq_binary/test/openssl/utils.rb
  240 /tmp/ruby/src/trunk-iseq_binary/test/openssl/test_digest.rb
  241 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_object.rb
  242 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/objspace.so
  243 /tmp/ruby/build/trunk-iseq_binary/.ext/common/objspace.rb
  244 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_complexrational.rb
  245 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/enumerator_kw.so
  246 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/test_enumerator_kw.rb
  247 /tmp/ruby/src/trunk-iseq_binary/test/optparse/test_optparse.rb
  248 /tmp/ruby/src/trunk-iseq_binary/test/optparse/test_cclass.rb
  249 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_inlinecache.rb
  250 /tmp/ruby/src/trunk-iseq_binary/test/dtrace/helper.rb
  251 /tmp/ruby/src/trunk-iseq_binary/test/dtrace/test_cmethod.rb
  252 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/bignum.so
  253 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/bignum/test_big2str.rb
  254 /tmp/ruby/src/trunk-iseq_binary/test/socket/test_basicsocket.rb
  255 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_flip.rb
  256 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_default_gems.rb
  257 /tmp/ruby/src/trunk-iseq_binary/lib/bundler/version.rb
  258 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/version.rb
  259 /tmp/ruby/src/trunk-iseq_binary/lib/erb/version.rb
  260 /tmp/ruby/src/trunk-iseq_binary/lib/error_highlight/version.rb
  261 /tmp/ruby/src/trunk-iseq_binary/lib/syntax_suggest/version.rb
  262 /tmp/ruby/src/trunk-iseq_binary/lib/uri/version.rb
  263 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_process.rb
  264 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/iter.so
  265 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/iter/test_iter_break.rb
  266 /tmp/ruby/src/trunk-iseq_binary/lib/tsort.rb
  267 /tmp/ruby/src/trunk-iseq_binary/test/test_tsort.rb
  268 /tmp/ruby/src/trunk-iseq_binary/test/fiber/test_address_resolve.rb
  269 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_defined.rb
  270 /tmp/ruby/src/trunk-iseq_binary/test/io/nonblock/test_flush.rb
  271 /tmp/ruby/src/trunk-iseq_binary/test/optparse/test_optarg.rb
  272 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_31j.so
  273 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_sjis.so
  274 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_thread.rb
  275 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/thread/id.so
  276 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/single_byte.so
  277 /tmp/ruby/src/trunk-iseq_binary/test/dtrace/test_raise.rb
  278 /tmp/ruby/src/trunk-iseq_binary/test/lib/!Nothing_to_test.rb
  279 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/handlers/recorder.rb
  280 /tmp/ruby/src/trunk-iseq_binary/test/psych/handlers/test_recorder.rb
  281 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_string.rb
  282 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/core_ext/name_error.rb
  283 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/levenshtein.rb
  284 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/jaro_winkler.rb
  285 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checker.rb
  286 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb
  287 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb
  288 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/name_error_checkers.rb
  289 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/method_name_checker.rb
  290 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/key_error_checker.rb
  291 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/null_checker.rb
  292 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/tree_spell_checker.rb
  293 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/require_path_checker.rb
  294 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/pattern_key_name_checker.rb
  295 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/formatter.rb
  296 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean.rb
  297 /tmp/ruby/src/trunk-iseq_binary/test/did_you_mean/helper.rb
  298 /tmp/ruby/src/trunk-iseq_binary/test/did_you_mean/spell_checking/test_pattern_key_name_check.rb
  299 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_fnmatch.rb
  300 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_boolean.rb
  301 /tmp/ruby/src/trunk-iseq_binary/test/ruby/enc/test_iso_8859.rb
  302 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_16.so
  303 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_14.so
  304 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_10.so
  305 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_2.so
  306 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_6.so
  307 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_4.so
  308 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_8.so
  309 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_5.so
  310 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_7.so
  311 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_1.so
  312 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_3.so
  313 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_9.so
  314 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_11.so
  315 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_13.so
  316 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_15.so
  317 /tmp/ruby/build/trunk-iseq_binary/.ext/common/strscan/strscan.rb
  318 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/strscan.so
  319 /tmp/ruby/src/trunk-iseq_binary/lib/erb/compiler.rb
  320 /tmp/ruby/src/trunk-iseq_binary/lib/erb/def_method.rb
  321 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/cgi/escape.so
  322 /tmp/ruby/src/trunk-iseq_binary/lib/cgi/escape.rb
  323 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/erb/escape.so
  324 /tmp/ruby/src/trunk-iseq_binary/lib/erb/util.rb
  325 /tmp/ruby/src/trunk-iseq_binary/lib/erb.rb
  326 /tmp/ruby/src/trunk-iseq_binary/test/erb/test_erb_m17n.rb
  327 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_kr.so
  328 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/korean.so
  329 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/big5.so
  330 /tmp/ruby/src/trunk-iseq_binary/test/socket/test_tcp.rb
  331 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_const.rb
  332 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_class.rb
  333 /tmp/ruby/src/trunk-iseq_binary/test/ruby/enc/test_gb18030.rb
  334 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/gb18030.so
  335 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/version.rb
  336 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/common.rb
  337 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/parser.so
  338 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/ext/generator/state.rb
  339 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/generator.so
  340 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/ext.rb
  341 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json.rb
  342 /tmp/ruby/src/trunk-iseq_binary/test/json/test_helper.rb
  343 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/add/date.rb
  344 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/add/date_time.rb
  345 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/add/exception.rb
  346 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/add/range.rb
  347 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/add/regexp.rb
  348 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/add/string.rb
  349 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/add/struct.rb
  350 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/add/symbol.rb
  351 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/add/time.rb
  352 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/add/core.rb
  353 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/add/complex.rb
  354 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/add/rational.rb
  355 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/add/bigdecimal.rb
  356 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/add/ostruct.rb
  357 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/add/set.rb
  358 /tmp/ruby/src/trunk-iseq_binary/test/json/json_addition_test.rb
  359 /tmp/ruby/src/trunk-iseq_binary/test/erb/test_erb.rb
  360 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/bignum/test_mul.rb
  361 /tmp/ruby/src/trunk-iseq_binary/test/dtrace/test_array_create.rb
  362 /tmp/ruby/src/trunk-iseq_binary/test/json/json_generic_object_test.rb
  363 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_frozen_error.rb
  364 /tmp/ruby/src/trunk-iseq_binary/test/lib/parser_support.rb
  365 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_parse.rb
  366 /tmp/ruby/src/trunk-iseq_binary/test/did_you_mean/spell_checking/test_uncorrectable_name_check.rb
  367 /tmp/ruby/src/trunk-iseq_binary/lib/time.rb
  368 /tmp/ruby/src/trunk-iseq_binary/test/test_time.rb
  369 /tmp/ruby/src/trunk-iseq_binary/test/fileutils/visibility_tests.rb
  370 /tmp/ruby/src/trunk-iseq_binary/test/fileutils/test_nowrite.rb
  371 /tmp/ruby/src/trunk-iseq_binary/test/strscan/test_stringscanner.rb
  372 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_thread_queue.rb
  373 /tmp/ruby/src/trunk-iseq_binary/test/test_tmpdir.rb
  374 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_serialize_subclasses.rb
  375 /tmp/ruby/src/trunk-iseq_binary/test/fiber/test_io.rb
  376 /tmp/ruby/src/trunk-iseq_binary/test/ripper/assert_parse_files.rb
  377 /tmp/ruby/src/trunk-iseq_binary/test/ripper/test_files_ext.rb
  378 /tmp/ruby/src/trunk-iseq_binary/test/psych/visitors/test_emitter.rb
  379 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_unicode_escape.rb
  380 /tmp/ruby/src/trunk-iseq_binary/test/fiber/test_io_buffer.rb
  381 /tmp/ruby/src/trunk-iseq_binary/test/openssl/test_ssl.rb
  382 /tmp/ruby/src/trunk-iseq_binary/lib/prism/polyfill/byteindex.rb
  383 /tmp/ruby/src/trunk-iseq_binary/lib/prism/polyfill/warn.rb
  384 /tmp/ruby/src/trunk-iseq_binary/lib/prism/node.rb
  385 /tmp/ruby/src/trunk-iseq_binary/lib/prism/node_ext.rb
  386 /tmp/ruby/src/trunk-iseq_binary/lib/prism/parse_result.rb
  387 /tmp/ruby/src/trunk-iseq_binary/lib/prism/string_query.rb
  388 /tmp/ruby/src/trunk-iseq_binary/lib/prism/pack.rb
  389 prism/prism.so
  390 /tmp/ruby/src/trunk-iseq_binary/lib/prism.rb
  391 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/ripper.so
  392 /tmp/ruby/build/trunk-iseq_binary/.ext/common/ripper/core.rb
  393 /tmp/ruby/build/trunk-iseq_binary/.ext/common/ripper/lexer.rb
  394 /tmp/ruby/build/trunk-iseq_binary/.ext/common/ripper/filter.rb
  395 /tmp/ruby/build/trunk-iseq_binary/.ext/common/ripper/sexp.rb
  396 /tmp/ruby/build/trunk-iseq_binary/.ext/common/ripper.rb
  397 /tmp/ruby/src/trunk-iseq_binary/test/prism/test_helper.rb
  398 /tmp/ruby/src/trunk-iseq_binary/test/prism/result/breadth_first_search_test.rb
  399 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_clone.rb
  400 /tmp/ruby/src/trunk-iseq_binary/test/ruby/enc/test_euc_tw.rb
  401 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_tw.so
  402 /tmp/ruby/src/trunk-iseq_binary/test/date/test_switch_hitter.rb
  403 /tmp/ruby/src/trunk-iseq_binary/test/ruby/sentence.rb
  404 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_yield.rb
  405 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_hash.rb
  406 /tmp/ruby/src/trunk-iseq_binary/test/test_ipaddr.rb
  407 /tmp/ruby/src/trunk-iseq_binary/test/fiber/test_timeout.rb
  408 /tmp/ruby/src/trunk-iseq_binary/test/optparse/test_reqarg.rb
  409 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_require_lib.rb
  410 /tmp/ruby/src/trunk-iseq_binary/test/dtrace/test_method_cache.rb
  411 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_class.rb
  412 /tmp/ruby/src/trunk-iseq_binary/lib/yaml.rb
  413 /tmp/ruby/src/trunk-iseq_binary/lib/yaml/store.rb
  414 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_yamlstore.rb
  415 /tmp/ruby/src/trunk-iseq_binary/test/prism/result/string_test.rb
  416 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_arithmetic_sequence.rb
  417 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/bignum/test_pack.rb
  418 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_ifunless.rb
  419 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_case.rb
  420 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/test_bug-3571.rb
  421 /tmp/ruby/src/trunk-iseq_binary/test/fileutils/test_dryrun.rb
  422 /tmp/ruby/src/trunk-iseq_binary/test/openssl/test_x509ext.rb
  423 /tmp/ruby/src/trunk-iseq_binary/test/did_you_mean/spell_checking/test_key_name_check.rb
  424 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_math.rb
  425 /tmp/ruby/src/trunk-iseq_binary/test/dtrace/test_gc.rb
  426 /tmp/ruby/src/trunk-iseq_binary/lib/mkmf.rb
  427 /tmp/ruby/src/trunk-iseq_binary/test/mkmf/base.rb
  428 /tmp/ruby/src/trunk-iseq_binary/test/mkmf/test_libs.rb
  429 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/exception/test_ensured.rb
  430 /tmp/ruby/src/trunk-iseq_binary/test/prism/fuzzer_test.rb
  431 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_array.rb
  432 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/postponed_job.so
  433 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/postponed_job/test_postponed_job.rb
  434 /tmp/ruby/src/trunk-iseq_binary/test/test_pp.rb
  435 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_struct.rb
  436 /tmp/ruby/src/trunk-iseq_binary/test/prism/onigmo_test.rb
  437 /tmp/ruby/src/trunk-iseq_binary/test/mkmf/test_find_executable.rb
  438 /tmp/ruby/src/trunk-iseq_binary/test/lib/jit_support.rb
  439 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_rubyoptions.rb
  440 /tmp/ruby/src/trunk-iseq_binary/lib/find.rb
  441 /tmp/ruby/src/trunk-iseq_binary/test/test_find.rb
  442 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_yjit.rb
  443 /tmp/ruby/src/trunk-iseq_binary/test/etc/test_etc.rb
  444 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/funcall.so
  445 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/funcall/test_passing_block.rb
  446 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_insns_leaf.rb
  447 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_method.rb
  448 /tmp/ruby/src/trunk-iseq_binary/test/prism/result/numeric_value_test.rb
  449 /tmp/ruby/src/trunk-iseq_binary/test/psych/json/test_stream.rb
  450 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_nomethod_error.rb
  451 /tmp/ruby/src/trunk-iseq_binary/test/date/test_date_conv.rb
  452 /tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https_proxy.rb

* Process memory map:

61d264d6e000-61d264d6f000 r--p 00000000 00:5e 14426670                   /tmp/ruby/build/trunk-iseq_binary/ruby
61d264d6f000-61d264d70000 r-xp 00001000 00:5e 14426670                   /tmp/ruby/build/trunk-iseq_binary/ruby
61d264d70000-61d264d71000 r--p 00002000 00:5e 14426670                   /tmp/ruby/build/trunk-iseq_binary/ruby
61d264d71000-61d264d72000 r--p 00002000 00:5e 14426670                   /tmp/ruby/build/trunk-iseq_binary/ruby
61d264d72000-61d264d73000 rw-p 00003000 00:5e 14426670                   /tmp/ruby/build/trunk-iseq_binary/ruby
61d2a15e3000-61d2a5baf000 rw-p 00000000 00:00 0                          [heap]
721908000000-721908021000 rw-p 00000000 00:00 0 
721908021000-72190c000000 ---p 00000000 00:00 0 
72190d92a000-72190ea12000 rw-p 00000000 00:00 0 
72190ea12000-721910000000 r--s 00000000 00:5e 14418705                   /tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0.0
721910000000-721910021000 rw-p 00000000 00:00 0 
721910021000-721914000000 ---p 00000000 00:00 0 
721914000000-721914021000 rw-p 00000000 00:00 0 
721914021000-721918000000 ---p 00000000 00:00 0 
721918000000-721918021000 rw-p 00000000 00:00 0 
721918021000-72191c000000 ---p 00000000 00:00 0 
72191c000000-72191c021000 rw-p 00000000 00:00 0 
72191c021000-721920000000 ---p 00000000 00:00 0 
721920000000-721920021000 rw-p 00000000 00:00 0 
721920021000-721924000000 ---p 00000000 00:00 0 
721924000000-721924021000 rw-p 00000000 00:00 0 
721924021000-721928000000 ---p 00000000 00:00 0 
721928000000-72192820b000 rw-p 00000000 00:00 0 
72192820b000-72192c000000 ---p 00000000 00:00 0 
72192c000000-72192c021000 rw-p 00000000 00:00 0 
72192c021000-721930000000 ---p 00000000 00:00 0 
721930000000-72193020b000 rw-p 00000000 00:00 0 
72193020b000-721934000000 ---p 00000000 00:00 0 
721934000000-72193420d000 rw-p 00000000 00:00 0 
72193420d000-721938000000 ---p 00000000 00:00 0 
721938000000-721938c36000 rw-p 00000000 00:00 0 
721938c36000-72193c000000 ---p 00000000 00:00 0 
72193c000000-72193d29b000 rw-p 00000000 00:00 0 
72193d29b000-721940000000 ---p 00000000 00:00 0 
721940000000-72194020d000 rw-p 00000000 00:00 0 
72194020d000-721944000000 ---p 00000000 00:00 0 
721944000000-72194420b000 rw-p 00000000 00:00 0 
72194420b000-721948000000 ---p 00000000 00:00 0 
721948000000-72194820b000 rw-p 00000000 00:00 0 
72194820b000-72194c000000 ---p 00000000 00:00 0 
72194c000000-72194cb71000 rw-p 00000000 00:00 0 
72194cb71000-721950000000 ---p 00000000 00:00 0 
721950000000-721950021000 rw-p 00000000 00:00 0 
721950021000-721954000000 ---p 00000000 00:00 0 
721954000000-72195420c000 rw-p 00000000 00:00 0 
72195420c000-721958000000 ---p 00000000 00:00 0 
721958000000-72195820b000 rw-p 00000000 00:00 0 
72195820b000-72195c000000 ---p 00000000 00:00 0 
72195c000000-72195c20b000 rw-p 00000000 00:00 0 
72195c20b000-721960000000 ---p 00000000 00:00 0 
721960000000-72196020b000 rw-p 00000000 00:00 0 
72196020b000-721964000000 ---p 00000000 00:00 0 
721964000000-72196505c000 rw-p 00000000 00:00 0 
72196505c000-721968000000 ---p 00000000 00:00 0 
721968000000-721968021000 rw-p 00000000 00:00 0 
721968021000-72196c000000 ---p 00000000 00:00 0 
72196c000000-72196c021000 rw-p 00000000 00:00 0 
72196c021000-721970000000 ---p 00000000 00:00 0 
721970000000-721970930000 rw-p 00000000 00:00 0 
721970930000-721974000000 ---p 00000000 00:00 0 
721974000000-721974c37000 rw-p 00000000 00:00 0 
721974c37000-721978000000 ---p 00000000 00:00 0 
721978000000-72197802a000 rw-p 00000000 00:00 0 
72197802a000-72197c000000 ---p 00000000 00:00 0 
72197c000000-72197de84000 rw-p 00000000 00:00 0 
72197de84000-721980000000 ---p 00000000 00:00 0 
721980000000-721981e89000 rw-p 00000000 00:00 0 
721981e89000-721984000000 ---p 00000000 00:00 0 
721984000000-721984021000 rw-p 00000000 00:00 0 
721984021000-721988000000 ---p 00000000 00:00 0 
72198893e000-72198893f000 ---p 00000000 00:00 0 
72198893f000-72198913f000 rw-p 00000000 00:00 0 
72198963b000-721989842000 r--s 00000000 00:5e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
721989842000-721989880000 r--s 00000000 00:5e 14426670                   /tmp/ruby/build/trunk-iseq_binary/ruby
721989880000-721989aa0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
721989aab000-721989aac000 ---p 00000000 00:00 0 
721989aac000-72198a2ac000 rw-p 00000000 00:00 0 
72198a2ac000-72198a2ad000 ---p 00000000 00:00 0 
72198a2ad000-72198aaad000 rw-p 00000000 00:00 0 
72198aaad000-72198aaae000 r--p 00000000 00:5e 15358333                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/korean.so
72198aaae000-72198aaaf000 r-xp 00001000 00:5e 15358333                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/korean.so
72198aaaf000-72198aae9000 r--p 00002000 00:5e 15358333                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/korean.so
72198aae9000-72198aaea000 r--p 0003c000 00:5e 15358333                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/korean.so
72198aaea000-72198aaeb000 rw-p 0003d000 00:5e 15358333                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/korean.so
72198ab00000-72198ae10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
72198ae20000-72198ae30000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
72198ae30000-72198ae40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
72198ae43000-72198ae4a000 r--p 00000000 00:5e 15365309                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/ripper.so
72198ae4a000-72198ae8f000 r-xp 00007000 00:5e 15365309                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/ripper.so
72198ae8f000-72198aead000 r--p 0004c000 00:5e 15365309                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/ripper.so
72198aead000-72198aeaf000 r--p 00069000 00:5e 15365309                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/ripper.so
72198aeaf000-72198aeb0000 rw-p 0006b000 00:5e 15365309                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/ripper.so
72198aeb0000-72198af10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
72198af11000-72198af12000 ---p 00000000 00:00 0 
72198af12000-72198af32000 rw-p 00000000 00:00 0 
72198af32000-72198af33000 ---p 00000000 00:00 0 
72198af33000-72198af53000 rw-p 00000000 00:00 0 
72198af53000-72198af54000 ---p 00000000 00:00 0 
72198af54000-72198af74000 rw-p 00000000 00:00 0 
72198af74000-72198af75000 ---p 00000000 00:00 0 
72198af75000-72198af95000 rw-p 00000000 00:00 0 
72198af95000-72198af96000 ---p 00000000 00:00 0 
72198af96000-72198afb6000 rw-p 00000000 00:00 0 
72198afb6000-72198afb7000 ---p 00000000 00:00 0 
72198afb7000-72198afd7000 rw-p 00000000 00:00 0 
72198afd7000-72198afd8000 ---p 00000000 00:00 0 
72198afd8000-72198aff8000 rw-p 00000000 00:00 0 
72198aff8000-72198aff9000 ---p 00000000 00:00 0 
72198aff9000-72198b019000 rw-p 00000000 00:00 0 
72198b019000-72198b01a000 ---p 00000000 00:00 0 
72198b01a000-72198b03a000 rw-p 00000000 00:00 0 
72198b03a000-72198b03b000 ---p 00000000 00:00 0 
72198b03b000-72198b05b000 rw-p 00000000 00:00 0 
72198b05b000-72198b05c000 ---p 00000000 00:00 0 
72198b05c000-72198b07c000 rw-p 00000000 00:00 0 
72198b07c000-72198b07d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b07d000-72198b0be000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b0be000-72198b0bf000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b0bf000-72198b100000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b100000-72198b101000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b101000-72198b142000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b142000-72198b143000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b143000-72198b184000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b184000-72198b185000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b185000-72198b1c6000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b1c6000-72198b1c7000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b1c7000-72198b208000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b208000-72198b209000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b209000-72198b24a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b24a000-72198b24b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b24b000-72198b28c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b28c000-72198b28d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b28d000-72198b2ce000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b2ce000-72198b2cf000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b2cf000-72198b310000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b310000-72198b311000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b311000-72198b352000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b352000-72198b353000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b353000-72198b394000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b394000-72198b395000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b395000-72198b3d6000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b3d6000-72198b3d7000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b3d7000-72198b418000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b418000-72198b419000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b419000-72198b45a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b45a000-72198b45b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b45b000-72198b49c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b49c000-72198b49d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b49d000-72198b4de000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b4de000-72198b4df000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b4df000-72198b520000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b520000-72198b521000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b521000-72198b562000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b562000-72198b563000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b563000-72198b5a4000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b5a4000-72198b5a5000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b5a5000-72198b5e6000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b5e6000-72198b5e7000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b5e7000-72198b628000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b628000-72198b629000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b629000-72198b66a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b66a000-72198b66b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b66b000-72198b6ac000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b6ac000-72198b6ad000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b6ad000-72198b6ee000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b6ee000-72198b6ef000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b6ef000-72198b730000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b730000-72198b731000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b731000-72198b772000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b772000-72198b773000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b773000-72198b7b4000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b7b4000-72198b7b5000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b7b5000-72198b7f6000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b7f6000-72198b7f7000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b7f7000-72198b838000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b838000-72198b839000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b839000-72198b87a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b87a000-72198b87b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b87b000-72198b8bc000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72198b8bc000-72198b8bd000 ---p 00000000 00:00 0 
72198b8bd000-72198b8dd000 rw-p 00000000 00:00 0 
72198b8dd000-72198b8de000 ---p 00000000 00:00 0 
72198b8de000-72198b8fe000 rw-p 00000000 00:00 0 
72198b8fe000-72198b8ff000 ---p 00000000 00:00 0 
72198b8ff000-72198b91f000 rw-p 00000000 00:00 0 
72198b91f000-72198b920000 ---p 00000000 00:00 0 
72198b920000-72198b940000 rw-p 00000000 00:00 0 
72198b940000-72198b941000 ---p 00000000 00:00 0 
72198b941000-72198b961000 rw-p 00000000 00:00 0 
72198b961000-72198b962000 ---p 00000000 00:00 0 
72198b962000-72198b982000 rw-p 00000000 00:00 0 
72198b982000-72198b983000 ---p 00000000 00:00 0 
72198b983000-72198b9a3000 rw-p 00000000 00:00 0 
72198b9a3000-72198b9a4000 ---p 00000000 00:00 0 
72198b9a4000-72198b9c4000 rw-p 00000000 00:00 0 
72198b9c4000-72198b9c5000 ---p 00000000 00:00 0 
72198b9c5000-72198b9e5000 rw-p 00000000 00:00 0 
72198b9e5000-72198b9e6000 ---p 00000000 00:00 0 
72198b9e6000-72198ba06000 rw-p 00000000 00:00 0 
72198ba06000-72198ba07000 ---p 00000000 00:00 0 
72198ba07000-72198ba27000 rw-p 00000000 00:00 0 
72198ba27000-72198ba28000 ---p 00000000 00:00 0 
72198ba28000-72198ba48000 rw-p 00000000 00:00 0 
72198ba48000-72198ba49000 ---p 00000000 00:00 0 
72198ba49000-72198ba69000 rw-p 00000000 00:00 0 
72198ba69000-72198ba6a000 ---p 00000000 00:00 0 
72198ba6a000-72198ba8a000 rw-p 00000000 00:00 0 
72198ba8a000-72198ba8b000 ---p 00000000 00:00 0 
72198ba8b000-72198baab000 rw-p 00000000 00:00 0 
72198baab000-72198baac000 ---p 00000000 00:00 0 
72198baac000-72198bacc000 rw-p 00000000 00:00 0 
72198bacc000-72198bacd000 ---p 00000000 00:00 0 
72198bacd000-72198baed000 rw-p 00000000 00:00 0 
72198baed000-72198bba0000 r--p 00000000 00:5e 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
72198bba0000-72198bed3000 r-xp 000b3000 00:5e 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
72198bed3000-72198bf9e000 r--p 003e6000 00:5e 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
72198bf9e000-72198bffa000 r--p 004b0000 00:5e 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
72198bffa000-72198bffd000 rw-p 0050c000 00:5e 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
72198bffd000-72198c033000 rw-p 00000000 00:00 0 
72198c033000-721990000000 ---p 00000000 00:00 0 
721990000000-721990021000 rw-p 00000000 00:00 0 
721990021000-721994000000 ---p 00000000 00:00 0 
721994000000-721994021000 rw-p 00000000 00:00 0 
721994021000-721998000000 ---p 00000000 00:00 0 
72199801a000-72199801b000 r--p 00000000 00:5e 15357985                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/big5.so
72199801b000-72199801c000 r-xp 00001000 00:5e 15357985                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/big5.so
72199801c000-72199801e000 r--p 00002000 00:5e 15357985                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/big5.so
72199801e000-72199801f000 r--p 00003000 00:5e 15357985                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/big5.so
72199801f000-721998020000 rw-p 00004000 00:5e 15357985                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/big5.so
721998020000-721998070000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
721998074000-721998075000 r--p 00000000 00:5e 15358003                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_kr.so
721998075000-721998076000 r-xp 00001000 00:5e 15358003                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_kr.so
721998076000-721998077000 r--p 00002000 00:5e 15358003                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_kr.so
721998077000-721998078000 r--p 00002000 00:5e 15358003                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_kr.so
721998078000-721998079000 rw-p 00003000 00:5e 15358003                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_kr.so
721998079000-72199807b000 r--p 00000000 00:5e 15731224                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/cgi/escape.so
72199807b000-72199807d000 r-xp 00002000 00:5e 15731224                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/cgi/escape.so
72199807d000-72199807e000 r--p 00004000 00:5e 15731224                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/cgi/escape.so
72199807e000-72199807f000 r--p 00004000 00:5e 15731224                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/cgi/escape.so
72199807f000-721998080000 rw-p 00005000 00:5e 15731224                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/cgi/escape.so
721998080000-721998090000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
721998090000-7219980b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7219980b1000-7219980b2000 r--p 00000000 00:5e 15731220                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/erb/escape.so
7219980b2000-7219980b3000 r-xp 00001000 00:5e 15731220                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/erb/escape.so
7219980b3000-7219980b4000 r--p 00002000 00:5e 15731220                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/erb/escape.so
7219980b4000-7219980b5000 r--p 00002000 00:5e 15731220                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/erb/escape.so
7219980b5000-7219980b6000 rw-p 00003000 00:5e 15731220                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/erb/escape.so
7219980b6000-7219980b8000 r--p 00000000 00:5e 15365303                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/strscan.so
7219980b8000-7219980bd000 r-xp 00002000 00:5e 15365303                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/strscan.so
7219980bd000-7219980be000 r--p 00007000 00:5e 15365303                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/strscan.so
7219980be000-7219980bf000 r--p 00008000 00:5e 15365303                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/strscan.so
7219980bf000-7219980c0000 rw-p 00009000 00:5e 15365303                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/strscan.so
7219980c0000-7219980c1000 r--p 00000000 00:5e 15358151                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_15.so
7219980c1000-7219980c2000 r-xp 00001000 00:5e 15358151                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_15.so
7219980c2000-7219980c3000 r--p 00002000 00:5e 15358151                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_15.so
7219980c3000-7219980c4000 r--p 00002000 00:5e 15358151                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_15.so
7219980c4000-7219980c5000 rw-p 00003000 00:5e 15358151                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_15.so
7219980c5000-7219980c6000 r--p 00000000 00:5e 15358143                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_13.so
7219980c6000-7219980c7000 r-xp 00001000 00:5e 15358143                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_13.so
7219980c7000-7219980c8000 r--p 00002000 00:5e 15358143                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_13.so
7219980c8000-7219980c9000 r--p 00002000 00:5e 15358143                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_13.so
7219980c9000-7219980ca000 rw-p 00003000 00:5e 15358143                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_13.so
7219980ca000-7219980cb000 r--p 00000000 00:5e 15358115                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_11.so
7219980cb000-7219980cc000 r-xp 00001000 00:5e 15358115                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_11.so
7219980cc000-7219980cd000 r--p 00002000 00:5e 15358115                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_11.so
7219980cd000-7219980ce000 r--p 00002000 00:5e 15358115                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_11.so
7219980ce000-7219980cf000 rw-p 00003000 00:5e 15358115                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_11.so
7219980cf000-7219980d0000 r--p 00000000 00:5e 15358110                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_9.so
7219980d0000-7219980d1000 r-xp 00001000 00:5e 15358110                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_9.so
7219980d1000-7219980d2000 r--p 00002000 00:5e 15358110                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_9.so
7219980d2000-7219980d3000 r--p 00002000 00:5e 15358110                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_9.so
7219980d3000-7219980d4000 rw-p 00003000 00:5e 15358110                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_9.so
7219980d4000-7219980d5000 r--p 00000000 00:5e 15358085                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_3.so
7219980d5000-7219980d6000 r-xp 00001000 00:5e 15358085                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_3.so
7219980d6000-7219980d7000 r--p 00002000 00:5e 15358085                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_3.so
7219980d7000-7219980d8000 r--p 00002000 00:5e 15358085                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_3.so
7219980d8000-7219980d9000 rw-p 00003000 00:5e 15358085                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_3.so
7219980de000-7219980df000 ---p 00000000 00:00 0 
7219980df000-7219980ff000 rw-p 00000000 00:00 0 
7219980ff000-721998100000 ---p 00000000 00:00 0 
721998100000-721998120000 rw-p 00000000 00:00 0 
721998120000-721998150000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
72199815d000-72199815e000 ---p 00000000 00:00 0 
72199815e000-72199817e000 rw-p 00000000 00:00 0 
721998190000-7219981d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7219981d4000-7219981d5000 r--p 00000000 00:5e 15358044                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_1.so
7219981d5000-7219981d6000 r-xp 00001000 00:5e 15358044                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_1.so
7219981d6000-7219981d7000 r--p 00002000 00:5e 15358044                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_1.so
7219981d7000-7219981d8000 r--p 00002000 00:5e 15358044                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_1.so
7219981d8000-7219981d9000 rw-p 00003000 00:5e 15358044                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_1.so
7219981d9000-7219981dc000 r--p 00000000 00:5e 15358334                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/single_byte.so
7219981dc000-7219981dd000 r-xp 00003000 00:5e 15358334                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/single_byte.so
7219981dd000-7219981f1000 r--p 00004000 00:5e 15358334                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/single_byte.so
7219981f1000-7219981f6000 r--p 00018000 00:5e 15358334                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/single_byte.so
7219981f6000-7219981f7000 rw-p 0001d000 00:5e 15358334                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/single_byte.so
721998207000-721998209000 r--p 00000000 00:5e 16280247                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/generator.so
721998209000-721998213000 r-xp 00002000 00:5e 16280247                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/generator.so
721998213000-721998216000 r--p 0000c000 00:5e 16280247                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/generator.so
721998216000-721998217000 r--p 0000e000 00:5e 16280247                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/generator.so
721998217000-721998218000 rw-p 0000f000 00:5e 16280247                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/generator.so
721998218000-721998219000 r--p 00000000 00:5e 15358327                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_sjis.so
721998219000-72199821a000 r-xp 00001000 00:5e 15358327                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_sjis.so
72199821a000-72199823e000 r--p 00002000 00:5e 15358327                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_sjis.so
72199823e000-72199823f000 r--p 00025000 00:5e 15358327                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_sjis.so
72199823f000-721998240000 rw-p 00026000 00:5e 15358327                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_sjis.so
721998240000-721998270000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
721998274000-721998275000 r--p 00000000 00:5e 15358102                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_7.so
721998275000-721998276000 r-xp 00001000 00:5e 15358102                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_7.so
721998276000-721998277000 r--p 00002000 00:5e 15358102                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_7.so
721998277000-721998278000 r--p 00002000 00:5e 15358102                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_7.so
721998278000-721998279000 rw-p 00003000 00:5e 15358102                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_7.so
721998279000-72199827a000 r--p 00000000 00:5e 15365232                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/funcall.so
72199827a000-72199827b000 r-xp 00001000 00:5e 15365232                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/funcall.so
72199827b000-72199827c000 r--p 00002000 00:5e 15365232                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/funcall.so
72199827c000-72199827d000 r--p 00002000 00:5e 15365232                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/funcall.so
72199827d000-72199827e000 rw-p 00003000 00:5e 15365232                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/funcall.so
72199827e000-72199827f000 r--p 00000000 00:5e 15365250                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/postponed_job.so
72199827f000-721998280000 r-xp 00001000 00:5e 15365250                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/postponed_job.so
721998280000-721998281000 r--p 00002000 00:5e 15365250                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/postponed_job.so
721998281000-721998282000 r--p 00002000 00:5e 15365250                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/postponed_job.so
721998282000-721998283000 rw-p 00003000 00:5e 15365250                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/postponed_job.so
721998283000-721998284000 r--p 00000000 00:5e 15358004                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_tw.so
721998284000-721998285000 r-xp 00001000 00:5e 15358004                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_tw.so
721998285000-721998286000 r--p 00002000 00:5e 15358004                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_tw.so
721998286000-721998287000 r--p 00002000 00:5e 15358004                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_tw.so
721998287000-721998288000 rw-p 00003000 00:5e 15358004                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_tw.so
721998288000-72199828a000 r--p 00000000 00:5e 16280248                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/parser.so
72199828a000-721998290000 r-xp 00002000 00:5e 16280248                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/parser.so
721998290000-721998295000 r--p 00008000 00:5e 16280248                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/parser.so
721998295000-721998296000 r--p 0000c000 00:5e 16280248                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/parser.so
721998296000-721998297000 rw-p 0000d000 00:5e 16280248                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/parser.so
721998297000-721998298000 r--p 00000000 00:5e 15358006                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/gb18030.so
721998298000-721998299000 r-xp 00001000 00:5e 15358006                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/gb18030.so
721998299000-72199829a000 r--p 00002000 00:5e 15358006                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/gb18030.so
72199829a000-72199829b000 r--p 00002000 00:5e 15358006                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/gb18030.so
72199829b000-72199829c000 rw-p 00003000 00:5e 15358006                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/gb18030.so
72199829c000-72199829d000 r--p 00000000 00:5e 15358098                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_5.so
72199829d000-72199829e000 r-xp 00001000 00:5e 15358098                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_5.so
72199829e000-72199829f000 r--p 00002000 00:5e 15358098                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_5.so
72199829f000-7219982a0000 r--p 00002000 00:5e 15358098                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_5.so
7219982a0000-7219982a1000 rw-p 00003000 00:5e 15358098                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_5.so
7219982a1000-7219982a2000 r--p 00000000 00:5e 15358109                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_8.so
7219982a2000-7219982a3000 r-xp 00001000 00:5e 15358109                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_8.so
7219982a3000-7219982a4000 r--p 00002000 00:5e 15358109                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_8.so
7219982a4000-7219982a5000 r--p 00002000 00:5e 15358109                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_8.so
7219982a5000-7219982a6000 rw-p 00003000 00:5e 15358109                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_8.so
7219982a6000-7219982a7000 r--p 00000000 00:5e 15358094                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_4.so
7219982a7000-7219982a8000 r-xp 00001000 00:5e 15358094                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_4.so
7219982a8000-7219982a9000 r--p 00002000 00:5e 15358094                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_4.so
7219982a9000-7219982aa000 r--p 00002000 00:5e 15358094                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_4.so
7219982aa000-7219982ab000 rw-p 00003000 00:5e 15358094                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_4.so
7219982ab000-7219982ac000 r--p 00000000 00:5e 15358101                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_6.so
7219982ac000-7219982ad000 r-xp 00001000 00:5e 15358101                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_6.so
7219982ad000-7219982ae000 r--p 00002000 00:5e 15358101                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_6.so
7219982ae000-7219982af000 r--p 00002000 00:5e 15358101                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_6.so
7219982af000-7219982b0000 rw-p 00003000 00:5e 15358101                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_6.so
7219982b0000-7219982d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7219982d4000-7219982dc000 r--p 00000000 00:5e 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7219982dc000-72199831b000 r-xp 00008000 00:5e 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
72199831b000-72199832b000 r--p 00047000 00:5e 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
72199832b000-72199832f000 r--p 00056000 00:5e 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
72199832f000-721998330000 rw-p 0005a000 00:5e 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
721998330000-7219983b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7219983b1000-7219983b2000 r--p 00000000 00:5e 15358084                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_2.so
7219983b2000-7219983b3000 r-xp 00001000 00:5e 15358084                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_2.so
7219983b3000-7219983b4000 r--p 00002000 00:5e 15358084                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_2.so
7219983b4000-7219983b5000 r--p 00002000 00:5e 15358084                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_2.so
7219983b5000-7219983b6000 rw-p 00003000 00:5e 15358084                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_2.so
7219983b6000-7219983b7000 r--p 00000000 00:5e 15358323                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_euc.so
7219983b7000-7219983b8000 r-xp 00001000 00:5e 15358323                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_euc.so
7219983b8000-72199840e000 r--p 00002000 00:5e 15358323                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_euc.so
72199840e000-72199840f000 r--p 00057000 00:5e 15358323                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_euc.so
72199840f000-721998410000 rw-p 00058000 00:5e 15358323                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_euc.so
721998410000-721998490000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
721998492000-721998493000 r--p 00000000 00:5e 15358113                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_10.so
721998493000-721998494000 r-xp 00001000 00:5e 15358113                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_10.so
721998494000-721998495000 r--p 00002000 00:5e 15358113                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_10.so
721998495000-721998496000 r--p 00002000 00:5e 15358113                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_10.so
721998496000-721998497000 rw-p 00003000 00:5e 15358113                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_10.so
721998497000-721998498000 r--p 00000000 00:5e 15358150                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_14.so
721998498000-721998499000 r-xp 00001000 00:5e 15358150                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_14.so
721998499000-72199849a000 r--p 00002000 00:5e 15358150                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_14.so
72199849a000-72199849b000 r--p 00002000 00:5e 15358150                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_14.so
72199849b000-72199849c000 rw-p 00003000 00:5e 15358150                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_14.so
72199849c000-72199849d000 ---p 00000000 00:00 0 
72199849d000-7219984bd000 rw-p 00000000 00:00 0 
7219984c1000-7219984c2000 r--p 00000000 00:5e 15358156                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_16.so
7219984c2000-7219984c3000 r-xp 00001000 00:5e 15358156                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_16.so
7219984c3000-7219984c4000 r--p 00002000 00:5e 15358156                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_16.so
7219984c4000-7219984c5000 r--p 00002000 00:5e 15358156                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_16.so
7219984c5000-7219984c6000 rw-p 00003000 00:5e 15358156                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_16.so
7219984c6000-7219984c7000 r--p 00000000 00:5e 15731206                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/thread/id.so
7219984c7000-7219984c8000 r-xp 00001000 00:5e 15731206                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/thread/id.so
7219984c8000-7219984c9000 r--p 00002000 00:5e 15731206                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/thread/id.so
7219984c9000-7219984ca000 r--p 00002000 00:5e 15731206                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/thread/id.so
7219984ca000-7219984cb000 rw-p 00003000 00:5e 15731206                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/thread/id.so
7219984cb000-7219984cc000 r--p 00000000 00:5e 15358183                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_31j.so
7219984cc000-7219984cd000 r-xp 00001000 00:5e 15358183                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_31j.so
7219984cd000-7219984ce000 r--p 00002000 00:5e 15358183                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_31j.so
7219984ce000-7219984cf000 r--p 00003000 00:5e 15358183                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_31j.so
7219984cf000-7219984d0000 rw-p 00004000 00:5e 15358183                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_31j.so
7219984d0000-721998540000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
721998543000-721998545000 r--p 00000000 00:5e 15358677                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/bignum.so
721998545000-721998547000 r-xp 00002000 00:5e 15358677                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/bignum.so
721998547000-721998548000 r--p 00004000 00:5e 15358677                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/bignum.so
721998548000-721998549000 r--p 00004000 00:5e 15358677                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/bignum.so
721998549000-72199854a000 rw-p 00005000 00:5e 15358677                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/bignum.so
72199854a000-72199854d000 r--p 00000000 00:5e 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
72199854d000-721998553000 r-xp 00003000 00:5e 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
721998553000-721998555000 r--p 00009000 00:5e 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
721998555000-721998556000 r--p 0000b000 00:5e 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
721998556000-721998557000 rw-p 0000c000 00:5e 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
721998557000-721998558000 r--p 00000000 00:5e 15365240                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/iter.so
721998558000-721998559000 r-xp 00001000 00:5e 15365240                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/iter.so
721998559000-72199855a000 r--p 00002000 00:5e 15365240                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/iter.so
72199855a000-72199855b000 r--p 00002000 00:5e 15365240                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/iter.so
72199855b000-72199855c000 rw-p 00003000 00:5e 15365240                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/iter.so
72199855c000-72199855f000 r--p 00000000 00:5e 15365305                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/zlib.so
72199855f000-72199856b000 r-xp 00003000 00:5e 15365305                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/zlib.so
72199856b000-72199856e000 r--p 0000f000 00:5e 15365305                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/zlib.so
72199856e000-72199856f000 r--p 00011000 00:5e 15365305                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/zlib.so
72199856f000-721998570000 rw-p 00012000 00:5e 15365305                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/zlib.so
721998570000-7219985b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7219985b2000-7219985d0000 r--p 00000000 00:5e 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7219985d0000-721998632000 r-xp 0001e000 00:5e 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
721998632000-72199864e000 r--p 00080000 00:5e 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
72199864e000-721998658000 r--p 0009c000 00:5e 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
721998658000-72199865c000 rw-p 000a6000 00:5e 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
72199865c000-721998670000 r--p 00000000 00:5e 15365317                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/openssl.so
721998670000-7219986a9000 r-xp 00014000 00:5e 15365317                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/openssl.so
7219986a9000-7219986bb000 r--p 0004d000 00:5e 15365317                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/openssl.so
7219986bb000-7219986bd000 r--p 0005f000 00:5e 15365317                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/openssl.so
7219986bd000-7219986bf000 rw-p 00061000 00:5e 15365317                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/openssl.so
7219986bf000-7219986c0000 rw-p 00000000 00:00 0 
7219986c0000-721998720000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
721998720000-721998722000 r--p 00000000 00:5e 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
721998722000-72199873b000 r-xp 00002000 00:5e 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
72199873b000-72199873f000 r--p 0001b000 00:5e 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
72199873f000-721998740000 r--p 0001e000 00:5e 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
721998740000-721998741000 rw-p 0001f000 00:5e 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
721998741000-721998745000 r--p 00000000 00:5e 15365297                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/date_core.so
721998745000-721998775000 r-xp 00004000 00:5e 15365297                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/date_core.so
721998775000-72199877d000 r--p 00034000 00:5e 15365297                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/date_core.so
72199877d000-72199877e000 r--p 0003c000 00:5e 15365297                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/date_core.so
72199877e000-72199877f000 rw-p 0003d000 00:5e 15365297                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/date_core.so
72199877f000-721998780000 rw-p 00000000 00:00 0 
721998780000-721998810000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
721998811000-721998812000 r--p 00000000 00:5e 15365212                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/enumerator_kw.so
721998812000-721998813000 r-xp 00001000 00:5e 15365212                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/enumerator_kw.so
721998813000-721998814000 r--p 00002000 00:5e 15365212                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/enumerator_kw.so
721998814000-721998815000 r--p 00002000 00:5e 15365212                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/enumerator_kw.so
721998815000-721998816000 rw-p 00003000 00:5e 15365212                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/enumerator_kw.so
721998816000-721998817000 ---p 00000000 00:00 0 
721998817000-721998837000 rw-p 00000000 00:00 0 
721998837000-721998838000 ---p 00000000 00:00 0 
721998838000-721998858000 rw-p 00000000 00:00 0 
721998858000-72199885f000 r--p 00000000 00:5e 15365310                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/socket.so
72199885f000-721998886000 r-xp 00007000 00:5e 15365310                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/socket.so
721998886000-72199888e000 r--p 0002e000 00:5e 15365310                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/socket.so
72199888e000-72199888f000 r--p 00035000 00:5e 15365310                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/socket.so
72199888f000-721998890000 rw-p 00036000 00:5e 15365310                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/socket.so
721998890000-721998930000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
721998930000-721998933000 r--p 00000000 00:5e 15365298                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/objspace.so
721998933000-72199893c000 r-xp 00003000 00:5e 15365298                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/objspace.so
72199893c000-72199893e000 r--p 0000c000 00:5e 15365298                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/objspace.so
72199893e000-72199893f000 r--p 0000d000 00:5e 15365298                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/objspace.so
72199893f000-721998940000 rw-p 0000e000 00:5e 15365298                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/objspace.so
721998940000-721998a90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
721998a93000-721998a95000 r--p 00000000 00:5e 15365300                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/pty.so
721998a95000-721998a97000 r-xp 00002000 00:5e 15365300                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/pty.so
721998a97000-721998a98000 r--p 00004000 00:5e 15365300                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/pty.so
721998a98000-721998a99000 r--p 00004000 00:5e 15365300                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/pty.so
721998a99000-721998a9a000 rw-p 00005000 00:5e 15365300                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/pty.so
721998a9a000-721998a9b000 r--p 00000000 00:5e 15358335                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf_16_32.so
721998a9b000-721998a9d000 r-xp 00001000 00:5e 15358335                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf_16_32.so
721998a9d000-721998a9e000 r--p 00003000 00:5e 15358335                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf_16_32.so
721998a9e000-721998a9f000 r--p 00004000 00:5e 15358335                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf_16_32.so
721998a9f000-721998aa0000 rw-p 00005000 00:5e 15358335                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf_16_32.so
721998aa0000-721998ab0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
721998ab1000-721998ab2000 r--p 00000000 00:5e 15358177                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32be.so
721998ab2000-721998ab3000 r-xp 00001000 00:5e 15358177                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32be.so
721998ab3000-721998ab4000 r--p 00002000 00:5e 15358177                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32be.so
721998ab4000-721998ab5000 r--p 00002000 00:5e 15358177                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32be.so
721998ab5000-721998ab6000 rw-p 00003000 00:5e 15358177                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32be.so
721998ab6000-721998ab7000 r--p 00000000 00:5e 15357999                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_jp.so
721998ab7000-721998ab8000 r-xp 00001000 00:5e 15357999                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_jp.so
721998ab8000-721998ab9000 r--p 00002000 00:5e 15357999                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_jp.so
721998ab9000-721998aba000 r--p 00003000 00:5e 15357999                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_jp.so
721998aba000-721998abb000 rw-p 00004000 00:5e 15357999                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_jp.so
721998abb000-721998abc000 r--p 00000000 00:5e 15358181                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32le.so
721998abc000-721998abd000 r-xp 00001000 00:5e 15358181                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32le.so
721998abd000-721998abe000 r--p 00002000 00:5e 15358181                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32le.so
721998abe000-721998abf000 r--p 00002000 00:5e 15358181                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32le.so
721998abf000-721998ac0000 rw-p 00003000 00:5e 15358181                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32le.so
721998ac0000-721998ad0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
721998ad0000-721998ae0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
721998ae0000-721998ae1000 r--p 00000000 00:5e 15365235                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/file.so
721998ae1000-721998ae2000 r-xp 00001000 00:5e 15365235                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/file.so
721998ae2000-721998ae3000 r--p 00002000 00:5e 15365235                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/file.so
721998ae3000-721998ae4000 r--p 00002000 00:5e 15365235                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/file.so
721998ae4000-721998ae5000 rw-p 00003000 00:5e 15365235                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/file.so
721998ae5000-721998ae7000 r--p 00000000 00:5e 15365288                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest.so
721998ae7000-721998ae9000 r-xp 00002000 00:5e 15365288                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest.so
721998ae9000-721998aea000 r--p 00004000 00:5e 15365288                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest.so
721998aea000-721998aeb000 r--p 00004000 00:5e 15365288                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest.so
721998aeb000-721998aec000 rw-p 00005000 00:5e 15365288                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest.so
721998aec000-721998aed000 r--p 00000000 00:5e 15358162                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16be.so
721998aed000-721998aee000 r-xp 00001000 00:5e 15358162                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16be.so
721998aee000-721998aef000 r--p 00002000 00:5e 15358162                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16be.so
721998aef000-721998af0000 r--p 00002000 00:5e 15358162                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16be.so
721998af0000-721998af1000 rw-p 00003000 00:5e 15358162                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16be.so
721998af1000-721998af2000 r--p 00000000 00:5e 15358176                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16le.so
721998af2000-721998af3000 r-xp 00001000 00:5e 15358176                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16le.so
721998af3000-721998af4000 r--p 00002000 00:5e 15358176                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16le.so
721998af4000-721998af5000 r--p 00002000 00:5e 15358176                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16le.so
721998af5000-721998af6000 rw-p 00003000 00:5e 15358176                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16le.so
721998af6000-721998af9000 r--p 00000000 00:5e 15365291                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/psych.so
721998af9000-721998afd000 r-xp 00003000 00:5e 15365291                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/psych.so
721998afd000-721998afe000 r--p 00007000 00:5e 15365291                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/psych.so
721998afe000-721998aff000 r--p 00008000 00:5e 15365291                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/psych.so
721998aff000-721998b00000 rw-p 00009000 00:5e 15365291                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/psych.so
721998b00000-721998bb0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
721998bb3000-721998bb6000 r--p 00000000 00:5e 15365302                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/stringio.so
721998bb6000-721998bbb000 r-xp 00003000 00:5e 15365302                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/stringio.so
721998bbb000-721998bbd000 r--p 00008000 00:5e 15365302                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/stringio.so
721998bbd000-721998bbe000 r--p 00009000 00:5e 15365302                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/stringio.so
721998bbe000-721998bbf000 rw-p 0000a000 00:5e 15365302                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/stringio.so
721998bbf000-721998bc0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998bc0000-721998c01000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998c01000-721998c02000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998c02000-721998c43000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998c43000-721998c44000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998c44000-721998c85000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998c85000-721998c86000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998c86000-721998cc7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998cc7000-721998cc8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998cc8000-721998d09000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998d09000-721998d0a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998d0a000-721998d4b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998d4b000-721998d4c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998d4c000-721998d8d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998d8d000-721998d8e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998d8e000-721998dcf000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998dcf000-721998dd0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998dd0000-721998e11000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998e11000-721998e12000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998e12000-721998e53000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998e53000-721998e54000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998e54000-721998e95000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998e95000-721998e96000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998e96000-721998ed7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998ed7000-721998ed8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998ed8000-721998f19000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998f19000-721998f1a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998f1a000-721998f5b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998f5b000-721998f5c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998f5c000-721998f9d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998f9d000-721998f9e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998f9e000-721998fdf000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998fdf000-721998fe0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721998fe0000-721999021000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721999021000-721999022000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721999022000-721999063000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721999063000-721999064000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721999064000-7219990a5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7219990a5000-7219990a6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7219990a6000-7219990e7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7219990e7000-7219990e8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7219990e8000-721999129000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721999129000-72199912a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72199912a000-72199916b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72199916b000-72199916c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72199916c000-7219991ad000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7219991ad000-7219991ae000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7219991ae000-7219991ef000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7219991ef000-7219991f0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7219991f0000-721999231000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721999231000-721999232000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721999232000-721999273000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721999273000-721999274000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721999274000-7219992b5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7219992b5000-7219992b6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7219992b6000-7219992f7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7219992f7000-7219992f8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7219992f8000-721999339000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
721999339000-72199933a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72199933a000-72199937b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72199937b000-72199937c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
72199937c000-7219993bd000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7219993bd000-7219993be000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7219993be000-7219993ff000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7219993ff000-721999400000 ---p 00000000 00:00 0 
721999400000-721999c00000 rw-p 00000000 00:00 0 
721999c00000-7219b1c00000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_cache]
7219b1c00000-7219b3000000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_list]
7219b3001000-7219b3002000 r--p 00000000 00:5e 15731226                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so
7219b3002000-7219b3003000 r-xp 00001000 00:5e 15731226                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so
7219b3003000-7219b3004000 r--p 00002000 00:5e 15731226                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so
7219b3004000-7219b3005000 r--p 00002000 00:5e 15731226                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so
7219b3005000-7219b3006000 rw-p 00003000 00:5e 15731226                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so
7219b3006000-7219b3008000 r--p 00000000 00:5e 15731223                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/console.so
7219b3008000-7219b300d000 r-xp 00002000 00:5e 15731223                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/console.so
7219b300d000-7219b300e000 r--p 00007000 00:5e 15731223                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/console.so
7219b300e000-7219b300f000 r--p 00008000 00:5e 15731223                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/console.so
7219b300f000-7219b3010000 rw-p 00009000 00:5e 15731223                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/console.so
7219b3010000-7219b30c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7219b30c4000-7219b30c5000 r--p 00000000 00:5e 15731225                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/nonblock.so
7219b30c5000-7219b30c6000 r-xp 00001000 00:5e 15731225                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/nonblock.so
7219b30c6000-7219b30c7000 r--p 00002000 00:5e 15731225                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/nonblock.so
7219b30c7000-7219b30c8000 r--p 00002000 00:5e 15731225                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/nonblock.so
7219b30c8000-7219b30c9000 rw-p 00003000 00:5e 15731225                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/nonblock.so
7219b30c9000-7219b30ca000 r--p 00000000 00:5e 16267516                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/rbconfig/sizeof.so
7219b30ca000-7219b30cc000 r-xp 00001000 00:5e 16267516                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/rbconfig/sizeof.so
7219b30cc000-7219b30cd000 r--p 00003000 00:5e 16267516                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/rbconfig/sizeof.so
7219b30cd000-7219b30ce000 r--p 00003000 00:5e 16267516                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/rbconfig/sizeof.so
7219b30ce000-7219b30cf000 rw-p 00004000 00:5e 16267516                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/rbconfig/sizeof.so
7219b30d2000-7219b30d3000 r--p 00000000 00:5e 15365299                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/monitor.so
7219b30d3000-7219b30d4000 r-xp 00001000 00:5e 15365299                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/monitor.so
7219b30d4000-7219b30d5000 r--p 00002000 00:5e 15365299                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/monitor.so
7219b30d5000-7219b30d6000 r--p 00002000 00:5e 15365299                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/monitor.so
7219b30d6000-7219b30d7000 rw-p 00003000 00:5e 15365299                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/monitor.so
7219b30d7000-7219b30d9000 r--p 00000000 00:5e 15365289                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/etc.so
7219b30d9000-7219b30dc000 r-xp 00002000 00:5e 15365289                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/etc.so
7219b30dc000-7219b30de000 r--p 00005000 00:5e 15365289                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/etc.so
7219b30de000-7219b30df000 r--p 00006000 00:5e 15365289                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/etc.so
7219b30df000-7219b30e0000 rw-p 00007000 00:5e 15365289                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/etc.so
7219b30e0000-7219b3100000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7219b3100000-7219b3101000 r--p 00000000 00:5e 15365266                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/sanitizers.so
7219b3101000-7219b3102000 r-xp 00001000 00:5e 15365266                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/sanitizers.so
7219b3102000-7219b3103000 r--p 00002000 00:5e 15365266                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/sanitizers.so
7219b3103000-7219b3104000 r--p 00002000 00:5e 15365266                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/sanitizers.so
7219b3104000-7219b3105000 rw-p 00003000 00:5e 15365266                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/sanitizers.so
7219b3105000-7219b3106000 r--p 00000000 00:5e 15351862                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/transdb.so
7219b3106000-7219b3107000 r-xp 00001000 00:5e 15351862                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/transdb.so
7219b3107000-7219b3108000 r--p 00002000 00:5e 15351862                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/transdb.so
7219b3108000-7219b3109000 r--p 00002000 00:5e 15351862                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/transdb.so
7219b3109000-7219b310a000 rw-p 00003000 00:5e 15351862                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/transdb.so
7219b310a000-7219b320b000 rw-p 00000000 00:00 0 
7219b320b000-7219b3212000 r--s 00000000 00:5e 15348559                   /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7219b3212000-7219b326b000 r--p 00000000 00:5e 15348059                   /usr/lib/locale/C.utf8/LC_CTYPE
7219b326b000-7219b326d000 rw-p 00000000 00:00 0 
7219b326d000-7219b3271000 r--p 00000000 00:5e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7219b3271000-7219b3294000 r-xp 00004000 00:5e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7219b3294000-7219b3298000 r--p 00027000 00:5e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7219b3298000-7219b3299000 r--p 0002b000 00:5e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7219b3299000-7219b329a000 rw-p 0002c000 00:5e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7219b329a000-7219b32c2000 r--p 00000000 00:5e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7219b32c2000-7219b344a000 r-xp 00028000 00:5e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7219b344a000-7219b3499000 r--p 001b0000 00:5e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7219b3499000-7219b349d000 r--p 001fe000 00:5e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7219b349d000-7219b349f000 rw-p 00202000 00:5e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7219b349f000-7219b34ae000 rw-p 00000000 00:00 0 
7219b34ae000-7219b34be000 r--p 00000000 00:5e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7219b34be000-7219b353d000 r-xp 00010000 00:5e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7219b353d000-7219b3595000 r--p 0008f000 00:5e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7219b3595000-7219b3596000 r--p 000e7000 00:5e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7219b3596000-7219b3597000 rw-p 000e8000 00:5e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7219b3597000-7219b3599000 r--p 00000000 00:5e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7219b3599000-7219b35ae000 r-xp 00002000 00:5e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7219b35ae000-7219b35c7000 r--p 00017000 00:5e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7219b35c7000-7219b35c8000 r--p 0002f000 00:5e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7219b35c8000-7219b35c9000 rw-p 00030000 00:5e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7219b35c9000-7219b35d1000 rw-p 00000000 00:00 0 
7219b35d1000-7219b35db000 r--p 00000000 00:5e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7219b35db000-7219b363e000 r-xp 0000a000 00:5e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7219b363e000-7219b3653000 r--p 0006d000 00:5e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7219b3653000-7219b3654000 r--p 00081000 00:5e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7219b3654000-7219b3655000 rw-p 00082000 00:5e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7219b3655000-7219b3657000 r--p 00000000 00:5e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7219b3657000-7219b3669000 r-xp 00002000 00:5e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7219b3669000-7219b366f000 r--p 00014000 00:5e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7219b366f000-7219b3670000 r--p 0001a000 00:5e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7219b3670000-7219b3671000 rw-p 0001b000 00:5e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7219b3671000-7219b3672000 r--p 00000000 00:5e 15353694                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/encdb.so
7219b3672000-7219b3673000 r-xp 00001000 00:5e 15353694                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/encdb.so
7219b3673000-7219b3674000 r--p 00002000 00:5e 15353694                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/encdb.so
7219b3674000-7219b3675000 r--p 00002000 00:5e 15353694                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/encdb.so
7219b3675000-7219b3676000 rw-p 00003000 00:5e 15353694                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/encdb.so
7219b3676000-7219b36be000 r--p 00000000 00:5e 14418705                   /tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0.0
7219b36be000-7219b3b78000 r-xp 00048000 00:5e 14418705                   /tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0.0
7219b3b78000-7219b3d16000 r--p 00502000 00:5e 14418705                   /tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0.0
7219b3d16000-7219b3d2c000 r--p 006a0000 00:5e 14418705                   /tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0.0
7219b3d2c000-7219b3d30000 rw-p 006b6000 00:5e 14418705                   /tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0.0
7219b3d30000-7219b3d46000 rw-p 00000000 00:00 0 
7219b3d46000-7219b3d47000 r--p 00000000 00:5e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7219b3d47000-7219b3d72000 r-xp 00001000 00:5e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7219b3d72000-7219b3d7c000 r--p 0002c000 00:5e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7219b3d7c000-7219b3d7e000 r--p 00036000 00:5e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7219b3d7e000-7219b3d80000 rw-p 00038000 00:5e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ffe269f7000-7ffe26a18000 rw-p 00000000 00:00 0                          [stack]
7ffe26b36000-7ffe26b3a000 r--p 00000000 00:00 0                          [vvar]
7ffe26b3a000-7ffe26b3c000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]


[New LWP 666244]
[New LWP 666242]
[New LWP 666170]
[New LWP 665562]
[New LWP 663098]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007d142cdc1d61 in __futex_abstimed_wait_common64 (private=32020, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x59837e26f000) at ./nptl/futex-internal.c:57

warning: 57	./nptl/futex-internal.c: No such file or directory

>>> Threads

  Id   Target Id                                            Frame 
* 1    Thread 0x7d142ccfac00 (LWP 662962) "ruby"            0x00007d142cdc1d61 in __futex_abstimed_wait_common64 (private=32020, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x59837e26f000) at ./nptl/futex-internal.c:57
  2    Thread 0x7d141022e6c0 (LWP 666244) "test_https.rb:*" 0x00007d142ce44a00 in __GI_ppoll (fds=fds@entry=0x7d141022ce48, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
  3    Thread 0x7d141198e6c0 (LWP 666242) "utils.rb:28"     0x00007d142ce44a00 in __GI_ppoll (fds=fds@entry=0x7d141198ce48, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
  4    Thread 0x7d141010c6c0 (LWP 666170) "parallel.rb:40"  0x00007d142ce444cd in __GI___poll (fds=fds@entry=0x7d141010b460, nfds=nfds@entry=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  5    Thread 0x7d14135ff6c0 (LWP 665562) "ruby"            0x00007d142ce53042 in epoll_wait (epfd=4, events=events@entry=0x7d142d7cd79c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
  6    Thread 0x7d14112036c0 (LWP 663098) "Timeout stdlib " 0x00007d142cdc1d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x59837ebc6794) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 6 (Thread 0x7d14112036c0 (LWP 663098) "Timeout stdlib "):
#0  0x00007d142cdc1d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x59837ebc6794) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x59837ebc6794) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x59837ebc6794, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007d142cdc47dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x59837e26f0f8, cond=0x59837ebc6768) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7d142cdc44a0 <__condvar_cleanup_waiting>, __arg = 0x7d1411202610, __canceltype = 2118104976, __prev = 0x0}
        cbuffer = {wseq = 9, cond = 0x59837ebc6768, mutex = 0x59837e26f0f8, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 9
        seq = 4
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=cond@entry=0x59837ebc6768, mutex=mutex@entry=0x59837e26f0f8) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00007d142d3ea8ed in rb_native_cond_wait (cond=cond@entry=0x59837ebc6768, mutex=mutex@entry=0x59837e26f0f8) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:231
        r = <optimized out>
#6  0x00007d142d3eaa33 in thread_sched_wait_running_turn (sched=sched@entry=0x59837e26f0f8, th=th@entry=0x59837f1799e0, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:851
        next_th = 0x59837e26a010
#7  0x00007d142d3eb274 in thread_sched_to_waiting_until_wakeup (sched=sched@entry=0x59837e26f0f8, th=th@entry=0x59837f1799e0) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:1126
        can_direct_transfer = <optimized out>
#8  0x00007d142d3f57f2 in native_sleep (rel=0x0, th=0x59837f1799e0) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:3350
        sched = 0x59837e26f0f8
        sched = <optimized out>
#9  sleep_forever (fl=1, th=0x59837f1799e0) at /tmp/ruby/src/trunk-iseq_binary/thread.c:1381
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
        prev_status = <optimized out>
        status = <optimized out>
        woke = <optimized out>
#10 rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=<optimized out>, timeout=<optimized out>, end=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:1426
        scheduler = <optimized out>
#11 0x00007d142d3f59b8 in queue_sleep (_args=_args@entry=137525140138112) at /tmp/ruby/src/trunk-iseq_binary/thread_sync.c:1076
        args = 0x7d1411202880
#12 0x00007d142d242e82 in rb_ensure (b_proc=b_proc@entry=0x7d142d3f59a0 <queue_sleep>, data1=data1@entry=137525140138112, e_proc=e_proc@entry=0x7d142d3e4f30 <queue_sleep_done>, data2=data2@entry=137525140138144) at /tmp/ruby/src/trunk-iseq_binary/eval.c:1174
        _ec = 0x59837f10b650
        _tag = {tag = 36, retval = 4, buf = {0x0, 0x7d142d242f40 <rb_ensure+432>, 0x0, 0x7d1411202790, 0x4}, prev = 0x7d1411202ac0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x59837f10b650
#13 0x00007d142d3eeb36 in queue_do_pop (self=137525601989040, q=0x59837e541040, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread_sync.c:1151
        ec = <optimized out>
        queue_waiter = {w = {self = 137525601989040, th = 0x59837f1799e0, fiber = 0x0, node = {next = 0x59837e541040, prev = 0x59837e541040}}, as = {q = 0x59837e541040, sq = 0x59837e541040}}
        unaligned_member_ptr_result = <optimized out>
        waitq = 0x59837e541040
        queue_sleep_arg = {self = 137525601989040, timeout = 4, end = 0}
        end = <optimized out>
#14 0x00007d142d44a2ab in invoke_bf (argv=<optimized out>, bf=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:7548
        canary_p = <optimized out>
        func_ptr = <optimized out>
        ret = 36
        canary_p = <optimized out>
        func_ptr = <optimized out>
        ret = <optimized out>
#15 vm_invoke_builtin_delegate (bf=<optimized out>, start_index=<optimized out>, cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:7576
        argv = <optimized out>
        __func__ = <optimized out>
        i = <optimized out>
#16 vm_exec_core (ec=0x59837ebc6794, ec@entry=0x59837f10b650) at ../../src/trunk-iseq_binary/insns.def:1674
        bf = 0x0
        index = 18446744073709551104
        leaf = <optimized out>
        val = <optimized out>
        reg_pc = 0x59837e3f4b88
        reg_cfp = 0x7d1411303f68
        insns_address_table = {0x7d142d44d525 <vm_exec_core+13829>, 0x7d142d44b25a <vm_exec_core+4922>, 0x7d142d44b1e8 <vm_exec_core+4808>, 0x7d142d44b135 <vm_exec_core+4629>, 0x7d142d44b0c3 <vm_exec_core+4515>, 0x7d142d44b01e <vm_exec_core+4350>, 0x7d142d44b623 <vm_exec_core+5891>, 0x7d142d44b5c8 <vm_exec_core+5800>, 0x7d142d44b35a <vm_exec_core+5178>, 0x7d142d44b2be <vm_exec_core+5022>, 0x7d142d44b6c2 <vm_exec_core+6050>, 0x7d142d44b44d <vm_exec_core+5421>, 0x7d142d44afd9 <vm_exec_core+4281>, 0x7d142d44af71 <vm_exec_core+4177>, 0x7d142d44aefa <vm_exec_core+4058>, 0x7d142d44aebd <vm_exec_core+3997>, 0x7d142d44ae85 <vm_exec_core+3941>, 0x7d142d44ae50 <vm_exec_core+3888>, 0x7d142d44ae1b <vm_exec_core+3835>, 0x7d142d44ade6 <vm_exec_core+3782>, 0x7d142d44ad5c <vm_exec_core+3644>, 0x7d142d44ad18 <vm_exec_core+3576>, 0x7d142d44acd1 <vm_exec_core+3505>, 0x7d142d44ac79 <vm_exec_core+3417>, 0x7d142d44ac33 <vm_exec_core+3347>, 0x7d142d44abb4 <vm_exec_core+3220>, 0x7d142d44ab7a <vm_exec_core+3162>, 0x7d142d44ab1d <vm_exec_core+3069>, 0x7d142d44aac3 <vm_exec_core+2979>, 0x7d142d44aa86 <vm_exec_core+2918>, 0x7d142d44be61 <vm_exec_core+8001>, 0x7d142d44bccc <vm_exec_core+7596>, 0x7d142d44bc3e <vm_exec_core+7454>, 0x7d142d44bbd7 <vm_exec_core+7351>, 0x7d142d44bb85 <vm_exec_core+7269>, 0x7d142d44bb26 <vm_exec_core+7174>, 0x7d142d44bad9 <vm_exec_core+7097>, 0x7d142d44ba84 <vm_exec_core+7012>, 0x7d142d44bf4f <vm_exec_core+8239>, 0x7d142d44bf28 <vm_exec_core+8200>, 0x7d142d44beed <vm_exec_core+8141>, 0x7d142d44be9e <vm_exec_core+8062>, 0x7d142d44c043 <vm_exec_core+8483>, 0x7d142d44bf99 <vm_exec_core+8313>, 0x7d142d44b837 <vm_exec_core+6423>, 0x7d142d44b7f3 <vm_exec_core+6355>, 0x7d142d44c3dc <vm_exec_core+9404>, 0x7d142d44c36d <vm_exec_core+9293>, 0x7d142d44c40e <vm_exec_core+9454>, 0x7d142d44ba35 <vm_exec_core+6933>, 0x7d142d44b9c6 <vm_exec_core+6822>, 0x7d142d44b968 <vm_exec_core+6728>, 0x7d142d44b8b6 <vm_exec_core+6550>, 0x7d142d44b87a <vm_exec_core+6490>, 0x7d142d44c23f <vm_exec_core+8991>, 0x7d142d44c1d5 <vm_exec_core+8885>, 0x7d142d44c12a <vm_exec_core+8714>, 0x7d142d449f80 <vm_exec_core+96>, 0x7d142d44c077 <vm_exec_core+8535>, 0x7d142d44c2d5 <vm_exec_core+9141>, 0x7d142d44c286 <vm_exec_core+9062>, 0x7d142d44c31e <vm_exec_core+9214>, 0x7d142d44aa37 <vm_exec_core+2839>, 0x7d142d44d4dd <vm_exec_core+13757>, 0x7d142d44a9e8 <vm_exec_core+2760>, 0x7d142d44a979 <vm_exec_core+2649>, 0x7d142d44a934 <vm_exec_core+2580>, 0x7d142d44a8c1 <vm_exec_core+2465>, 0x7d142d44a76a <vm_exec_core+2122>, 0x7d142d44a69a <vm_exec_core+1914>, 0x7d142d44a61e <vm_exec_core+1790>, 0x7d142d44a040 <vm_exec_core+288>, 0x7d142d44a5ea <vm_exec_core+1738>, 0x7d142d44a5ab <vm_exec_core+1675>, 0x7d142d44a56c <vm_exec_core+1612>, 0x7d142d44a530 <vm_exec_core+1552>, 0x7d142d44a470 <vm_exec_core+1360>, 0x7d142d44a3eb <vm_exec_core+1227>, 0x7d142d44d536 <vm_exec_core+13846>, 0x7d142d44ccae <vm_exec_core+11662>, 0x7d142d44cd14 <vm_exec_core+11764>, 0x7d142d44c49d <vm_exec_core+9597>, 0x7d142d44cdad <vm_exec_core+11917>, 0x7d142d44ce46 <vm_exec_core+12070>, 0x7d142d44d24d <vm_exec_core+13101>, 0x7d142d44d191 <vm_exec_core+12913>, 0x7d142d44d1ef <vm_exec_core+13007>, 0x7d142d44d0bc <vm_exec_core+12700>, 0x7d142d44d11d <vm_exec_core+12797>, 0x7d142d44d38a <vm_exec_core+13418>, 0x7d142d44d40d <vm_exec_core+13549>, 0x7d142d44ceb5 <vm_exec_core+12181>, 0x7d142d44cf08 <vm_exec_core+12264>, 0x7d142d44cf8b <vm_exec_core+12395>, 0x7d142d44d015 <vm_exec_core+12533>, 0x7d142d44cb00 <vm_exec_core+11232>, 0x7d142d44cb53 <vm_exec_core+11315>, 0x7d142d44cb9c <vm_exec_core+11388>, 0x7d142d44cbfe <vm_exec_core+11486>, 0x7d142d44d59b <vm_exec_core+13947>, 0x7d142d44a37a <vm_exec_core+1114>, 0x7d142d44a2fa <vm_exec_core+986>, 0x7d142d44a251 <vm_exec_core+817>, 0x7d142d44a20a <vm_exec_core+746>, 0x7d142d44a1bf <vm_exec_core+671>, 0x7d142d44a176 <vm_exec_core+598>, 0x7d142d44a125 <vm_exec_core+517>, 0x7d142d44a0f0 <vm_exec_core+464>, 0x7d142d44a0bb <vm_exec_core+411>, 0x7d142d44cc90 <vm_exec_core+11632>, 0x7d142d44b249 <vm_exec_core+4905>, 0x7d142d44b1d7 <vm_exec_core+4791>, 0x7d142d44b124 <vm_exec_core+4612>, 0x7d142d44b0b2 <vm_exec_core+4498>, 0x7d142d44b00d <vm_exec_core+4333>, 0x7d142d44b612 <vm_exec_core+5874>, 0x7d142d44b5b7 <vm_exec_core+5783>, 0x7d142d44b349 <vm_exec_core+5161>, 0x7d142d44b2ad <vm_exec_core+5005>, 0x7d142d44b6b1 <vm_exec_core+6033>, 0x7d142d44b43c <vm_exec_core+5404>, 0x7d142d44afc8 <vm_exec_core+4264>, 0x7d142d44af60 <vm_exec_core+4160>, 0x7d142d44aee9 <vm_exec_core+4041>, 0x7d142d44aeac <vm_exec_core+3980>, 0x7d142d44ae74 <vm_exec_core+3924>, 0x7d142d44ae3f <vm_exec_core+3871>, 0x7d142d44ae0a <vm_exec_core+3818>, 0x7d142d44add5 <vm_exec_core+3765>, 0x7d142d44ad4b <vm_exec_core+3627>, 0x7d142d44ad07 <vm_exec_core+3559>, 0x7d142d44acc0 <vm_exec_core+3488>, 0x7d142d44ac68 <vm_exec_core+3400>, 0x7d142d44ac22 <vm_exec_core+3330>, 0x7d142d44aba3 <vm_exec_core+3203>, 0x7d142d44ab69 <vm_exec_core+3145>, 0x7d142d44ab0c <vm_exec_core+3052>, 0x7d142d44aab2 <vm_exec_core+2962>, 0x7d142d44aa75 <vm_exec_core+2901>, 0x7d142d44be50 <vm_exec_core+7984>, 0x7d142d44bcbb <vm_exec_core+7579>, 0x7d142d44bc2d <vm_exec_core+7437>, 0x7d142d44bbc6 <vm_exec_core+7334>, 0x7d142d44bb74 <vm_exec_core+7252>, 0x7d142d44bb15 <vm_exec_core+7157>, 0x7d142d44bac8 <vm_exec_core+7080>, 0x7d142d44ba73 <vm_exec_core+6995>, 0x7d142d44bf3e <vm_exec_core+8222>, 0x7d142d44bf17 <vm_exec_core+8183>, 0x7d142d44bedc <vm_exec_core+8124>, 0x7d142d44be8d <vm_exec_core+8045>, 0x7d142d44c032 <vm_exec_core+8466>, 0x7d142d44bf88 <vm_exec_core+8296>, 0x7d142d44b826 <vm_exec_core+6406>, 0x7d142d44b7e2 <vm_exec_core+6338>, 0x7d142d44c3cb <vm_exec_core+9387>, 0x7d142d44c35c <vm_exec_core+9276>, 0x7d142d44c3fd <vm_exec_core+9437>, 0x7d142d44ba24 <vm_exec_core+6916>, 0x7d142d44b9b5 <vm_exec_core+6805>, 0x7d142d44b957 <vm_exec_core+6711>, 0x7d142d44b8a5 <vm_exec_core+6533>, 0x7d142d44b869 <vm_exec_core+6473>, 0x7d142d44c22e <vm_exec_core+8974>, 0x7d142d44c1c4 <vm_exec_core+8868>, 0x7d142d44c119 <vm_exec_core+8697>, 0x7d142d44d459 <vm_exec_core+13625>, 0x7d142d44c066 <vm_exec_core+8518>, 0x7d142d44c2c4 <vm_exec_core+9124>, 0x7d142d44c275 <vm_exec_core+9045>, 0x7d142d44c30d <vm_exec_core+9197>, 0x7d142d44aa26 <vm_exec_core+2822>, 0x7d142d44d46f <vm_exec_core+13647>, 0x7d142d44a9d7 <vm_exec_core+2743>, 0x7d142d44a968 <vm_exec_core+2632>, 0x7d142d44a923 <vm_exec_core+2563>, 0x7d142d44a8b0 <vm_exec_core+2448>, 0x7d142d44a759 <vm_exec_core+2105>, 0x7d142d44a689 <vm_exec_core+1897>, 0x7d142d44a60d <vm_exec_core+1773>, 0x7d142d44a02f <vm_exec_core+271>, 0x7d142d44a5d9 <vm_exec_core+1721>, 0x7d142d44a59a <vm_exec_core+1658>, 0x7d142d44a55b <vm_exec_core+1595>, 0x7d142d44a51f <vm_exec_core+1535>, 0x7d142d44a45f <vm_exec_core+1343>, 0x7d142d44a3da <vm_exec_core+1210>, 0x7d142d44d485 <vm_exec_core+13669>, 0x7d142d44d49b <vm_exec_core+13691>, 0x7d142d44d4b1 <vm_exec_core+13713>, 0x7d142d44d4c7 <vm_exec_core+13735>, 0x7d142d44d05d <vm_exec_core+12605>, 0x7d142d44d073 <vm_exec_core+12627>, 0x7d142d44d089 <vm_exec_core+12649>, 0x7d142d44d0a6 <vm_exec_core+12678>, 0x7d142d44ce9f <vm_exec_core+12159>, 0x7d142d44d332 <vm_exec_core+13330>, 0x7d142d44d306 <vm_exec_core+13286>, 0x7d142d44d31c <vm_exec_core+13308>, 0x7d142d44d2ae <vm_exec_core+13198>...}
#17 0x00007d142d44fb58 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#18 rb_vm_exec (ec=0x59837f10b650) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2787
        _ec = 0x59837f10b650
        _tag = {tag = 36, retval = 4, buf = {0x7d1411202bc0, 0x7d142d44fbb0 <rb_vm_exec+272>, 0x0, 0x7d1411202aa0, 0x0}, prev = 0x7d1411202cd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#19 0x00007d142d4500c7 in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1814
        iseq = 0x7d142ca77b10
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x2384cb78715c6c00
        av = {0, 137525140139216}
        stack_argv = 0x2384cb78715c6c00
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#20 0x00007d142d450a66 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x59837eebdea0, argc=argc@entry=0, argv=argv@entry=0x7d1411202b70, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1959
        self = <optimized out>
#21 0x00007d142d3f3b3b in thread_do_start_proc (th=th@entry=0x59837f1799e0) at /tmp/ruby/src/trunk-iseq_binary/thread.c:614
        args = 137525149513520
        args_ptr = 0x7d1411202b70
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x59837eebdea0
#22 0x00007d142d3f3f32 in thread_do_start (th=0x59837f1799e0) at /tmp/ruby/src/trunk-iseq_binary/thread.c:631
        result = 36
        result = <optimized out>
#23 thread_start_func_2 (th=th@entry=0x59837f1799e0, stack_start=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:686
        _ec = 0x59837f10b650
        _tag = {tag = 36, retval = 98421292039024, buf = {0x7d1411202dd0, 0x7d142d3f3eb0 <thread_start_func_2+624>, 0x0, 0x7d1411202bd0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x59837e26a010
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#24 0x00007d142d3f4c5f in call_thread_start_func_2 (th=0x59837f1799e0) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2238
        stack_start = 0
        stack_start_addr = 0x7d1411202da8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#25 nt_start (ptr=0x59837ebc6740) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2283
        th = 0x59837f1799e0
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#26 0x00007d142cdc5a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {137525140141760, -253061627657526245, 137525140141760, -256, 0, 140735829302736, -253061627670109157, -253175528816974821}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#27 0x00007d142ce52c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 5 (Thread 0x7d14135ff6c0 (LWP 665562) "ruby"):
#0  0x00007d142ce53042 in epoll_wait (epfd=4, events=events@entry=0x7d142d7cd79c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007d142d3ee061 in event_wait (vm=0x59837e267ad0) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2942
        r = <optimized out>
        r = <optimized out>
#2  timer_thread_polling (vm=0x59837e267ad0) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread_mn.c:919
        r = <optimized out>
        r = <optimized out>
        i = <optimized out>
        th = <optimized out>
        events = <optimized out>
        sched = <optimized out>
#3  timer_thread_func (ptr=0x59837e267ad0) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:3075
        vm = 0x59837e267ad0
#4  0x00007d142cdc5a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {137525177874112, -253057867413658597, 137525177874112, -256, 0, 140735829304352, -253057867426241509, -253175528816974821}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007d142ce52c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 4 (Thread 0x7d141010c6c0 (LWP 666170) "parallel.rb:40"):
#0  0x00007d142ce444cd in __GI___poll (fds=fds@entry=0x7d141010b460, nfds=nfds@entry=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007d142d2825dc in poll (__timeout=<optimized out>, __nfds=1, __fds=0x7d141010b460) at /usr/include/x86_64-linux-gnu/bits/poll2.h:39
No locals.
#2  nogvl_wait_for (fptr=<optimized out>, th=<optimized out>, timeout=0x0, events=1) at /tmp/ruby/src/trunk-iseq_binary/io.c:12573
        scheduler = <optimized out>
        fd = <optimized out>
        fds = {fd = 5, events = 1, revents = 0}
        timeout_milliseconds = <optimized out>
        scheduler = <optimized out>
        fd = <optimized out>
        fds = <optimized out>
        timeout_milliseconds = <optimized out>
        args = <optimized out>
#3  nogvl_wait_for (timeout=0x0, events=1, fptr=0x598380d2c860, th=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/io.c:12550
        scheduler = <optimized out>
        fd = <optimized out>
        fds = <optimized out>
        timeout_milliseconds = <optimized out>
        scheduler = <optimized out>
        fd = <optimized out>
        fds = <optimized out>
        timeout_milliseconds = <optimized out>
        args = <optimized out>
#4  io_internal_wait (timeout=0x0, events=1, error=11, fptr=0x598380d2c860, thread=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/io.c:1174
        ready = <optimized out>
        ready = <optimized out>
#5  internal_read_func (ptr=ptr@entry=0x7d141010b750) at /tmp/ruby/src/trunk-iseq_binary/io.c:1212
        iis = 0x7d141010b750
        result = <optimized out>
        retry = <optimized out>
#6  0x00007d142d3f2fc7 in rb_thread_io_blocking_call (io=0x598380d2c860, func=0x7d142d2824e0 <internal_read_func>, data1=0x7d141010b750, events=1) at /tmp/ruby/src/trunk-iseq_binary/thread.c:1973
        __region = {prev_status = THREAD_RUNNABLE}
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = {tag = 36, retval = 63, buf = {0x598380d2c860, 0x7d142d3f2e18 <rb_thread_io_blocking_call+696>, 0x0, 0x7d141010b4d0, 0x7d1411c5f640}, prev = 0x7d141010b6a0, state = RUBY_TAG_NONE, lock_rec = 0}
        ec = 0x598380d2d7a0
        th = 0x598380d2d570
        val = 36
        saved_errno = 0
        state = RUBY_TAG_NONE
        prev_mn_schedulable = false
        fd = 5
        blocking_operation = {list = {next = 0x598380d2c930, prev = 0x598380d2c930}, ec = 0x598380d2d7a0}
#7  0x00007d142d242e82 in rb_ensure (b_proc=b_proc@entry=0x7d142d284250 <io_read_memory_call>, data1=data1@entry=137525122348880, e_proc=e_proc@entry=0x7d142d3c1780 <rb_str_unlocktmp>, data2=137525151004040) at /tmp/ruby/src/trunk-iseq_binary/eval.c:1174
        _ec = 0x598380d2d7a0
        _tag = {tag = 36, retval = 98421292074896, buf = {0x598380d2c860, 0x7d142d242f40 <rb_ensure+432>, 0x0, 0x7d141010b650, 0x59837e270790}, prev = 0x7d141010bac0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x598380d2d7a0
#8  0x00007d142d3cfe8f in rb_str_locktmp_ensure (str=<optimized out>, func=func@entry=0x7d142d284250 <io_read_memory_call>, arg=arg@entry=137525122348880) at /tmp/ruby/src/trunk-iseq_binary/string.c:3381
No locals.
#9  0x00007d142d298431 in io_read_memory_locktmp (iis=0x7d141010b750, str=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/io.c:3458
No locals.
#10 io_getpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>, no_exception=no_exception@entry=4, nonblock=nonblock@entry=0) at /tmp/ruby/src/trunk-iseq_binary/io.c:3504
        fptr = 0x598380d2c860
        length = <optimized out>
        str = 137525151004040
        n = <optimized out>
        len = 1024
        iis = {th = 137525137746920, fptr = 0x598380d2c860, nonblock = 0, fd = 5, buf = 0x7d13dc000ff0, capa = 1024, timeout = 0x0}
        shrinkable = 1
        __func__ = "io_getpartial"
#11 0x00007d142d298975 in io_readpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/io.c:3624
        ret = <optimized out>
#12 0x00007d142d4336ed in vm_call_cfunc_with_frame_ (ec=0x598380d2d7a0, reg_cfp=0x5983812e5550, calling=<optimized out>, argc=1, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
        ci = 0x410100100003
        cc = <optimized out>
        val = <optimized out>
        me = 0x7d142cb288e8
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#13 0x00007d142d43cf1c in vm_sendish (ec=0x598380d2d7a0, reg_cfp=0x5983812e5550, cd=0x59837e426830, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-iseq_binary/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x7d14123b2330
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x59837e426830, cc = 0x7d14123b2330, block_handler = 0, recv = 137525137747040, argc = 1, kw_splat = false, heap_argv = 0}
#14 0x00007d142d449fa4 in vm_exec_core (ec=0x7d141010b460, ec@entry=0x598380d2d7a0) at ../../src/trunk-iseq_binary/insns.def:902
        bh = <optimized out>
        cd = 0xffffffff
        leaf = <optimized out>
        val = 0
        reg_pc = 0x59837e426678
        reg_cfp = 0x5983812e5550
        insns_address_table = {0x7d142d44d525 <vm_exec_core+13829>, 0x7d142d44b25a <vm_exec_core+4922>, 0x7d142d44b1e8 <vm_exec_core+4808>, 0x7d142d44b135 <vm_exec_core+4629>, 0x7d142d44b0c3 <vm_exec_core+4515>, 0x7d142d44b01e <vm_exec_core+4350>, 0x7d142d44b623 <vm_exec_core+5891>, 0x7d142d44b5c8 <vm_exec_core+5800>, 0x7d142d44b35a <vm_exec_core+5178>, 0x7d142d44b2be <vm_exec_core+5022>, 0x7d142d44b6c2 <vm_exec_core+6050>, 0x7d142d44b44d <vm_exec_core+5421>, 0x7d142d44afd9 <vm_exec_core+4281>, 0x7d142d44af71 <vm_exec_core+4177>, 0x7d142d44aefa <vm_exec_core+4058>, 0x7d142d44aebd <vm_exec_core+3997>, 0x7d142d44ae85 <vm_exec_core+3941>, 0x7d142d44ae50 <vm_exec_core+3888>, 0x7d142d44ae1b <vm_exec_core+3835>, 0x7d142d44ade6 <vm_exec_core+3782>, 0x7d142d44ad5c <vm_exec_core+3644>, 0x7d142d44ad18 <vm_exec_core+3576>, 0x7d142d44acd1 <vm_exec_core+3505>, 0x7d142d44ac79 <vm_exec_core+3417>, 0x7d142d44ac33 <vm_exec_core+3347>, 0x7d142d44abb4 <vm_exec_core+3220>, 0x7d142d44ab7a <vm_exec_core+3162>, 0x7d142d44ab1d <vm_exec_core+3069>, 0x7d142d44aac3 <vm_exec_core+2979>, 0x7d142d44aa86 <vm_exec_core+2918>, 0x7d142d44be61 <vm_exec_core+8001>, 0x7d142d44bccc <vm_exec_core+7596>, 0x7d142d44bc3e <vm_exec_core+7454>, 0x7d142d44bbd7 <vm_exec_core+7351>, 0x7d142d44bb85 <vm_exec_core+7269>, 0x7d142d44bb26 <vm_exec_core+7174>, 0x7d142d44bad9 <vm_exec_core+7097>, 0x7d142d44ba84 <vm_exec_core+7012>, 0x7d142d44bf4f <vm_exec_core+8239>, 0x7d142d44bf28 <vm_exec_core+8200>, 0x7d142d44beed <vm_exec_core+8141>, 0x7d142d44be9e <vm_exec_core+8062>, 0x7d142d44c043 <vm_exec_core+8483>, 0x7d142d44bf99 <vm_exec_core+8313>, 0x7d142d44b837 <vm_exec_core+6423>, 0x7d142d44b7f3 <vm_exec_core+6355>, 0x7d142d44c3dc <vm_exec_core+9404>, 0x7d142d44c36d <vm_exec_core+9293>, 0x7d142d44c40e <vm_exec_core+9454>, 0x7d142d44ba35 <vm_exec_core+6933>, 0x7d142d44b9c6 <vm_exec_core+6822>, 0x7d142d44b968 <vm_exec_core+6728>, 0x7d142d44b8b6 <vm_exec_core+6550>, 0x7d142d44b87a <vm_exec_core+6490>, 0x7d142d44c23f <vm_exec_core+8991>, 0x7d142d44c1d5 <vm_exec_core+8885>, 0x7d142d44c12a <vm_exec_core+8714>, 0x7d142d449f80 <vm_exec_core+96>, 0x7d142d44c077 <vm_exec_core+8535>, 0x7d142d44c2d5 <vm_exec_core+9141>, 0x7d142d44c286 <vm_exec_core+9062>, 0x7d142d44c31e <vm_exec_core+9214>, 0x7d142d44aa37 <vm_exec_core+2839>, 0x7d142d44d4dd <vm_exec_core+13757>, 0x7d142d44a9e8 <vm_exec_core+2760>, 0x7d142d44a979 <vm_exec_core+2649>, 0x7d142d44a934 <vm_exec_core+2580>, 0x7d142d44a8c1 <vm_exec_core+2465>, 0x7d142d44a76a <vm_exec_core+2122>, 0x7d142d44a69a <vm_exec_core+1914>, 0x7d142d44a61e <vm_exec_core+1790>, 0x7d142d44a040 <vm_exec_core+288>, 0x7d142d44a5ea <vm_exec_core+1738>, 0x7d142d44a5ab <vm_exec_core+1675>, 0x7d142d44a56c <vm_exec_core+1612>, 0x7d142d44a530 <vm_exec_core+1552>, 0x7d142d44a470 <vm_exec_core+1360>, 0x7d142d44a3eb <vm_exec_core+1227>, 0x7d142d44d536 <vm_exec_core+13846>, 0x7d142d44ccae <vm_exec_core+11662>, 0x7d142d44cd14 <vm_exec_core+11764>, 0x7d142d44c49d <vm_exec_core+9597>, 0x7d142d44cdad <vm_exec_core+11917>, 0x7d142d44ce46 <vm_exec_core+12070>, 0x7d142d44d24d <vm_exec_core+13101>, 0x7d142d44d191 <vm_exec_core+12913>, 0x7d142d44d1ef <vm_exec_core+13007>, 0x7d142d44d0bc <vm_exec_core+12700>, 0x7d142d44d11d <vm_exec_core+12797>, 0x7d142d44d38a <vm_exec_core+13418>, 0x7d142d44d40d <vm_exec_core+13549>, 0x7d142d44ceb5 <vm_exec_core+12181>, 0x7d142d44cf08 <vm_exec_core+12264>, 0x7d142d44cf8b <vm_exec_core+12395>, 0x7d142d44d015 <vm_exec_core+12533>, 0x7d142d44cb00 <vm_exec_core+11232>, 0x7d142d44cb53 <vm_exec_core+11315>, 0x7d142d44cb9c <vm_exec_core+11388>, 0x7d142d44cbfe <vm_exec_core+11486>, 0x7d142d44d59b <vm_exec_core+13947>, 0x7d142d44a37a <vm_exec_core+1114>, 0x7d142d44a2fa <vm_exec_core+986>, 0x7d142d44a251 <vm_exec_core+817>, 0x7d142d44a20a <vm_exec_core+746>, 0x7d142d44a1bf <vm_exec_core+671>, 0x7d142d44a176 <vm_exec_core+598>, 0x7d142d44a125 <vm_exec_core+517>, 0x7d142d44a0f0 <vm_exec_core+464>, 0x7d142d44a0bb <vm_exec_core+411>, 0x7d142d44cc90 <vm_exec_core+11632>, 0x7d142d44b249 <vm_exec_core+4905>, 0x7d142d44b1d7 <vm_exec_core+4791>, 0x7d142d44b124 <vm_exec_core+4612>, 0x7d142d44b0b2 <vm_exec_core+4498>, 0x7d142d44b00d <vm_exec_core+4333>, 0x7d142d44b612 <vm_exec_core+5874>, 0x7d142d44b5b7 <vm_exec_core+5783>, 0x7d142d44b349 <vm_exec_core+5161>, 0x7d142d44b2ad <vm_exec_core+5005>, 0x7d142d44b6b1 <vm_exec_core+6033>, 0x7d142d44b43c <vm_exec_core+5404>, 0x7d142d44afc8 <vm_exec_core+4264>, 0x7d142d44af60 <vm_exec_core+4160>, 0x7d142d44aee9 <vm_exec_core+4041>, 0x7d142d44aeac <vm_exec_core+3980>, 0x7d142d44ae74 <vm_exec_core+3924>, 0x7d142d44ae3f <vm_exec_core+3871>, 0x7d142d44ae0a <vm_exec_core+3818>, 0x7d142d44add5 <vm_exec_core+3765>, 0x7d142d44ad4b <vm_exec_core+3627>, 0x7d142d44ad07 <vm_exec_core+3559>, 0x7d142d44acc0 <vm_exec_core+3488>, 0x7d142d44ac68 <vm_exec_core+3400>, 0x7d142d44ac22 <vm_exec_core+3330>, 0x7d142d44aba3 <vm_exec_core+3203>, 0x7d142d44ab69 <vm_exec_core+3145>, 0x7d142d44ab0c <vm_exec_core+3052>, 0x7d142d44aab2 <vm_exec_core+2962>, 0x7d142d44aa75 <vm_exec_core+2901>, 0x7d142d44be50 <vm_exec_core+7984>, 0x7d142d44bcbb <vm_exec_core+7579>, 0x7d142d44bc2d <vm_exec_core+7437>, 0x7d142d44bbc6 <vm_exec_core+7334>, 0x7d142d44bb74 <vm_exec_core+7252>, 0x7d142d44bb15 <vm_exec_core+7157>, 0x7d142d44bac8 <vm_exec_core+7080>, 0x7d142d44ba73 <vm_exec_core+6995>, 0x7d142d44bf3e <vm_exec_core+8222>, 0x7d142d44bf17 <vm_exec_core+8183>, 0x7d142d44bedc <vm_exec_core+8124>, 0x7d142d44be8d <vm_exec_core+8045>, 0x7d142d44c032 <vm_exec_core+8466>, 0x7d142d44bf88 <vm_exec_core+8296>, 0x7d142d44b826 <vm_exec_core+6406>, 0x7d142d44b7e2 <vm_exec_core+6338>, 0x7d142d44c3cb <vm_exec_core+9387>, 0x7d142d44c35c <vm_exec_core+9276>, 0x7d142d44c3fd <vm_exec_core+9437>, 0x7d142d44ba24 <vm_exec_core+6916>, 0x7d142d44b9b5 <vm_exec_core+6805>, 0x7d142d44b957 <vm_exec_core+6711>, 0x7d142d44b8a5 <vm_exec_core+6533>, 0x7d142d44b869 <vm_exec_core+6473>, 0x7d142d44c22e <vm_exec_core+8974>, 0x7d142d44c1c4 <vm_exec_core+8868>, 0x7d142d44c119 <vm_exec_core+8697>, 0x7d142d44d459 <vm_exec_core+13625>, 0x7d142d44c066 <vm_exec_core+8518>, 0x7d142d44c2c4 <vm_exec_core+9124>, 0x7d142d44c275 <vm_exec_core+9045>, 0x7d142d44c30d <vm_exec_core+9197>, 0x7d142d44aa26 <vm_exec_core+2822>, 0x7d142d44d46f <vm_exec_core+13647>, 0x7d142d44a9d7 <vm_exec_core+2743>, 0x7d142d44a968 <vm_exec_core+2632>, 0x7d142d44a923 <vm_exec_core+2563>, 0x7d142d44a8b0 <vm_exec_core+2448>, 0x7d142d44a759 <vm_exec_core+2105>, 0x7d142d44a689 <vm_exec_core+1897>, 0x7d142d44a60d <vm_exec_core+1773>, 0x7d142d44a02f <vm_exec_core+271>, 0x7d142d44a5d9 <vm_exec_core+1721>, 0x7d142d44a59a <vm_exec_core+1658>, 0x7d142d44a55b <vm_exec_core+1595>, 0x7d142d44a51f <vm_exec_core+1535>, 0x7d142d44a45f <vm_exec_core+1343>, 0x7d142d44a3da <vm_exec_core+1210>, 0x7d142d44d485 <vm_exec_core+13669>, 0x7d142d44d49b <vm_exec_core+13691>, 0x7d142d44d4b1 <vm_exec_core+13713>, 0x7d142d44d4c7 <vm_exec_core+13735>, 0x7d142d44d05d <vm_exec_core+12605>, 0x7d142d44d073 <vm_exec_core+12627>, 0x7d142d44d089 <vm_exec_core+12649>, 0x7d142d44d0a6 <vm_exec_core+12678>, 0x7d142d44ce9f <vm_exec_core+12159>, 0x7d142d44d332 <vm_exec_core+13330>, 0x7d142d44d306 <vm_exec_core+13286>, 0x7d142d44d31c <vm_exec_core+13308>, 0x7d142d44d2ae <vm_exec_core+13198>...}
#15 0x00007d142d44fb58 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#16 rb_vm_exec (ec=0x598380d2d7a0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2787
        _ec = 0x598380d2d7a0
        _tag = {tag = 36, retval = 4, buf = {0x7d141010bbc0, 0x7d142d44fbb0 <rb_vm_exec+272>, 0x0, 0x7d141010baa0, 0x3000000028}, prev = 0x7d141010bcd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#17 0x00007d142d4500c7 in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1814
        iseq = 0x7d142caaf330
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x2384cb78715c6c00
        av = {206158430248, 137525122350288}
        stack_argv = 0x2384cb78715c6c00
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#18 0x00007d142d450a66 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x59837f40a5f0, argc=argc@entry=0, argv=argv@entry=0x7d141010bb70, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1959
        self = <optimized out>
#19 0x00007d142d3f3b3b in thread_do_start_proc (th=th@entry=0x598380d2d570) at /tmp/ruby/src/trunk-iseq_binary/thread.c:614
        args = 137525137746880
        args_ptr = 0x7d141010bb70
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x59837f40a5f0
#20 0x00007d142d3f3f32 in thread_do_start (th=0x598380d2d570) at /tmp/ruby/src/trunk-iseq_binary/thread.c:631
        result = 36
        result = <optimized out>
#21 thread_start_func_2 (th=th@entry=0x598380d2d570, stack_start=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:686
        _ec = 0x598380d2d7a0
        _tag = {tag = 36, retval = 98421292039024, buf = {0x7d141010bdd0, 0x7d142d3f3eb0 <thread_start_func_2+624>, 0x0, 0x7d141010bbd0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x59837e26a010
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#22 0x00007d142d3f4c5f in call_thread_start_func_2 (th=0x598380d2d570) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2238
        stack_start = 0
        stack_start_addr = 0x7d141010bda8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#23 nt_start (ptr=0x59837fb7b1f0) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2283
        th = 0x598380d2d570
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#24 0x00007d142cdc5a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {137525122352832, -253059561241385957, 137525122352832, -256, 25, 140735829304928, -253059561253968869, -253175528816974821}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#25 0x00007d142ce52c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x7d141198e6c0 (LWP 666242) "utils.rb:28"):
#0  0x00007d142ce44a00 in __GI_ppoll (fds=fds@entry=0x7d141198ce48, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
        sc_ret = -514
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        tval = {tv_sec = 1, tv_nsec = 98421292069112}
#1  0x00007d142d3eafce in wait_for_single_fd_blocking_region (th=th@entry=0x59837f4858a0, fds=fds@entry=0x7d141198ce48, to=to@entry=0x0, lerrno=lerrno@entry=0x7d141198ce0c, nfds=1) at /tmp/ruby/src/trunk-iseq_binary/hrtime.h:168
        __region = {prev_status = THREAD_RUNNABLE}
        ts = {tv_sec = 1431634051, tv_nsec = 137525611899901}
        result = 0
#2  0x00007d142d3f28b6 in thread_io_wait (io=0x59837f2a62c0, fd=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:4624
        to = <optimized out>
        rel = 98421311035840
        end = <optimized out>
        _ec = 0x59837e6ea4c0
        _tag = {tag = 36, retval = 0, buf = {0x59837f2a62c0, 0x7d142d3f2970 <thread_io_wait+1520>, 0x0, 0x7d141198cdb0, 0x59837e79e340}, prev = 0x7d141198dac0, state = RUBY_TAG_NONE, lock_rec = 0}
        fds = {{fd = 7, events = 1, revents = 0}}
        result = 0
        nfds = 1
        blocking_operation = {list = {next = 0x59837f2a6390, prev = 0x59837f2a6390}, ec = 0x59837e6ea4c0}
        state = RUBY_TAG_NONE
        lerrno = 0
        ec = <optimized out>
        th = <optimized out>
#3  0x00007d142d3f6dd1 in rb_thread_io_wait (io=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:4779
No locals.
#4  0x00007d142d286df1 in rb_io_wait (timeout=4, events=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/include/ruby/internal/arithmetic/int.h:172
        scheduler = <optimized out>
        fptr = 0x59837f2a62c0
        tv_storage = {tv_sec = 98421297161872, tv_usec = 137525610432973}
        tv = 0x0
        ready = <optimized out>
        scheduler = <optimized out>
        fptr = <optimized out>
        tv_storage = <optimized out>
        tv = <optimized out>
        ready = <optimized out>
        errno_to_fail = <optimized out>
#5  rb_io_wait (io=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/io.c:1454
        scheduler = <optimized out>
        fptr = <optimized out>
        tv_storage = <optimized out>
        tv = <optimized out>
        ready = <optimized out>
        errno_to_fail = <optimized out>
#6  0x00007d142d287535 in rb_io_maybe_wait_readable (error=error@entry=11, io=io@entry=137525150999520, timeout=timeout@entry=4) at /tmp/ruby/src/trunk-iseq_binary/io.c:1653
        result = <optimized out>
#7  0x00007d1412569cf8 in rsock_s_accept (klass=137525159297080, io=137525150999520, sockaddr=sockaddr@entry=0x7d141198cfc0, len=len@entry=0x7d141198cfbc) at /tmp/ruby/src/trunk-iseq_binary/ext/socket/init.c:738
        error = 11
        fptr = 0x59837f2a62c0
        accept_arg = {fd = 7, sockaddr = 0x7d141198cfc0, len = 0x7d141198cfbc}
        retry = 0
        peer = <optimized out>
        retry = <optimized out>
#8  0x00007d141257da92 in tcp_accept (server=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/ext/socket/tcpserver.c:61
        buffer = {addr = {sa_family = 51528, sa_data = "Ҁ\203Y\000\000\375\253>-\024}\000"}, in = {sin_family = 51528, sin_port = 32978, sin_addr = {s_addr = 22915}, sin_zero = "\375\253>-\024}\000"}, in6 = {sin6_family = 51528, sin6_port = 32978, sin6_flowinfo = 22915, sin6_addr = {__in6_u = {__u6_addr8 = "\375\253>-\024}\000\000 \335|-\024}\000", __u6_addr16 = {44029, 11582, 32020, 0, 56608, 11644, 32020, 0}, __u6_addr32 = {759081981, 32020, 763157792, 32020}}}, sin6_scope_id = 1901882368}, un = {sun_family = 51528, sun_path = "Ҁ\203Y\000\000\375\253>-\024}\000\000 \335|-\024}\000\000\000l\\qx˄#\000\000\000\000\000\000\000\000\220.\316~\203Y\000\000\220\017\000\f\024}\000\000\000l\\qx˄#\360\347\024\200\203Y\000\000\220\017\000\f\024}\000\000\024\000\000\000\000\000\000\000\3671?-\024}\000\000PИ\021\024}\000\000\360\347\024\200\203Y"}, storage = {ss_family = 51528, __ss_padding = "Ҁ\203Y\000\000\375\253>-\024}\000\000 \335|-\024}\000\000\000l\\qx˄#\000\000\000\000\000\000\000\000\220.\316~\203Y\000\000\220\017\000\f\024}\000\000\000l\\qx˄#\360\347\024\200\203Y\000\000\220\017\000\f\024}\000\000\024\000\000\000\000\000\000\000\3671?-\024}\000\000PИ\021\024}\000\000\360\347\024\200\203Y\000\000\370\360&~\203Y\000", __ss_align = 98421314935808}, place_holder = "H\311Ҁ\203Y\000\000\375\253>-\024}\000\000 \335|-\024}\000\000\000l\\qx˄#\000\000\000\000\000\000\000\000\220.\316~\203Y\000\000\220\017\000\f\024}\000\000\000l\\qx˄#\360\347\024\200\203Y\000\000\220\017\000\f\024}\000\000\024\000\000\000\000\000\000\000\3671?-\024}\000\000PИ\021\024}\000\000\360\347\024\200\203Y\000\000\370\360&~\203Y\000\000\000܃\177\203Y\000\0000\360&~\203Y\000\000\000\000\000\000\000\000\000\000\220.\316~\203Y\000\000(\350\024\200\203Y\000\000\360\347\024\200\203Y\000\000\220\017\000\f\024}\000\000\020\351\024\200\203Y\000\000\360\347\024\200\203Y", '\000' <repeats 18 times>...}
        length = 2048
#9  0x00007d142d4336ed in vm_call_cfunc_with_frame_ (ec=0x59837e6ea4c0, reg_cfp=0x598381b32998, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
        ci = 0xe00100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7d142caa8238
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#10 0x00007d142d43cf1c in vm_sendish (ec=0x59837e6ea4c0, reg_cfp=0x598381b32998, cd=0x59837e912fa0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-iseq_binary/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x7d1410fb8988
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x59837e912fa0, cc = 0x7d1410fb8988, block_handler = 0, recv = 137525150999520, argc = 0, kw_splat = false, heap_argv = 0}
#11 0x00007d142d449fa4 in vm_exec_core (ec=0x7d141198ce48, ec@entry=0x59837e6ea4c0) at ../../src/trunk-iseq_binary/insns.def:902
        bh = <optimized out>
        cd = 0x0
        leaf = <optimized out>
        val = 137525150999216
        reg_pc = 0x59837e9c01b8
        reg_cfp = 0x598381b32998
        insns_address_table = {0x7d142d44d525 <vm_exec_core+13829>, 0x7d142d44b25a <vm_exec_core+4922>, 0x7d142d44b1e8 <vm_exec_core+4808>, 0x7d142d44b135 <vm_exec_core+4629>, 0x7d142d44b0c3 <vm_exec_core+4515>, 0x7d142d44b01e <vm_exec_core+4350>, 0x7d142d44b623 <vm_exec_core+5891>, 0x7d142d44b5c8 <vm_exec_core+5800>, 0x7d142d44b35a <vm_exec_core+5178>, 0x7d142d44b2be <vm_exec_core+5022>, 0x7d142d44b6c2 <vm_exec_core+6050>, 0x7d142d44b44d <vm_exec_core+5421>, 0x7d142d44afd9 <vm_exec_core+4281>, 0x7d142d44af71 <vm_exec_core+4177>, 0x7d142d44aefa <vm_exec_core+4058>, 0x7d142d44aebd <vm_exec_core+3997>, 0x7d142d44ae85 <vm_exec_core+3941>, 0x7d142d44ae50 <vm_exec_core+3888>, 0x7d142d44ae1b <vm_exec_core+3835>, 0x7d142d44ade6 <vm_exec_core+3782>, 0x7d142d44ad5c <vm_exec_core+3644>, 0x7d142d44ad18 <vm_exec_core+3576>, 0x7d142d44acd1 <vm_exec_core+3505>, 0x7d142d44ac79 <vm_exec_core+3417>, 0x7d142d44ac33 <vm_exec_core+3347>, 0x7d142d44abb4 <vm_exec_core+3220>, 0x7d142d44ab7a <vm_exec_core+3162>, 0x7d142d44ab1d <vm_exec_core+3069>, 0x7d142d44aac3 <vm_exec_core+2979>, 0x7d142d44aa86 <vm_exec_core+2918>, 0x7d142d44be61 <vm_exec_core+8001>, 0x7d142d44bccc <vm_exec_core+7596>, 0x7d142d44bc3e <vm_exec_core+7454>, 0x7d142d44bbd7 <vm_exec_core+7351>, 0x7d142d44bb85 <vm_exec_core+7269>, 0x7d142d44bb26 <vm_exec_core+7174>, 0x7d142d44bad9 <vm_exec_core+7097>, 0x7d142d44ba84 <vm_exec_core+7012>, 0x7d142d44bf4f <vm_exec_core+8239>, 0x7d142d44bf28 <vm_exec_core+8200>, 0x7d142d44beed <vm_exec_core+8141>, 0x7d142d44be9e <vm_exec_core+8062>, 0x7d142d44c043 <vm_exec_core+8483>, 0x7d142d44bf99 <vm_exec_core+8313>, 0x7d142d44b837 <vm_exec_core+6423>, 0x7d142d44b7f3 <vm_exec_core+6355>, 0x7d142d44c3dc <vm_exec_core+9404>, 0x7d142d44c36d <vm_exec_core+9293>, 0x7d142d44c40e <vm_exec_core+9454>, 0x7d142d44ba35 <vm_exec_core+6933>, 0x7d142d44b9c6 <vm_exec_core+6822>, 0x7d142d44b968 <vm_exec_core+6728>, 0x7d142d44b8b6 <vm_exec_core+6550>, 0x7d142d44b87a <vm_exec_core+6490>, 0x7d142d44c23f <vm_exec_core+8991>, 0x7d142d44c1d5 <vm_exec_core+8885>, 0x7d142d44c12a <vm_exec_core+8714>, 0x7d142d449f80 <vm_exec_core+96>, 0x7d142d44c077 <vm_exec_core+8535>, 0x7d142d44c2d5 <vm_exec_core+9141>, 0x7d142d44c286 <vm_exec_core+9062>, 0x7d142d44c31e <vm_exec_core+9214>, 0x7d142d44aa37 <vm_exec_core+2839>, 0x7d142d44d4dd <vm_exec_core+13757>, 0x7d142d44a9e8 <vm_exec_core+2760>, 0x7d142d44a979 <vm_exec_core+2649>, 0x7d142d44a934 <vm_exec_core+2580>, 0x7d142d44a8c1 <vm_exec_core+2465>, 0x7d142d44a76a <vm_exec_core+2122>, 0x7d142d44a69a <vm_exec_core+1914>, 0x7d142d44a61e <vm_exec_core+1790>, 0x7d142d44a040 <vm_exec_core+288>, 0x7d142d44a5ea <vm_exec_core+1738>, 0x7d142d44a5ab <vm_exec_core+1675>, 0x7d142d44a56c <vm_exec_core+1612>, 0x7d142d44a530 <vm_exec_core+1552>, 0x7d142d44a470 <vm_exec_core+1360>, 0x7d142d44a3eb <vm_exec_core+1227>, 0x7d142d44d536 <vm_exec_core+13846>, 0x7d142d44ccae <vm_exec_core+11662>, 0x7d142d44cd14 <vm_exec_core+11764>, 0x7d142d44c49d <vm_exec_core+9597>, 0x7d142d44cdad <vm_exec_core+11917>, 0x7d142d44ce46 <vm_exec_core+12070>, 0x7d142d44d24d <vm_exec_core+13101>, 0x7d142d44d191 <vm_exec_core+12913>, 0x7d142d44d1ef <vm_exec_core+13007>, 0x7d142d44d0bc <vm_exec_core+12700>, 0x7d142d44d11d <vm_exec_core+12797>, 0x7d142d44d38a <vm_exec_core+13418>, 0x7d142d44d40d <vm_exec_core+13549>, 0x7d142d44ceb5 <vm_exec_core+12181>, 0x7d142d44cf08 <vm_exec_core+12264>, 0x7d142d44cf8b <vm_exec_core+12395>, 0x7d142d44d015 <vm_exec_core+12533>, 0x7d142d44cb00 <vm_exec_core+11232>, 0x7d142d44cb53 <vm_exec_core+11315>, 0x7d142d44cb9c <vm_exec_core+11388>, 0x7d142d44cbfe <vm_exec_core+11486>, 0x7d142d44d59b <vm_exec_core+13947>, 0x7d142d44a37a <vm_exec_core+1114>, 0x7d142d44a2fa <vm_exec_core+986>, 0x7d142d44a251 <vm_exec_core+817>, 0x7d142d44a20a <vm_exec_core+746>, 0x7d142d44a1bf <vm_exec_core+671>, 0x7d142d44a176 <vm_exec_core+598>, 0x7d142d44a125 <vm_exec_core+517>, 0x7d142d44a0f0 <vm_exec_core+464>, 0x7d142d44a0bb <vm_exec_core+411>, 0x7d142d44cc90 <vm_exec_core+11632>, 0x7d142d44b249 <vm_exec_core+4905>, 0x7d142d44b1d7 <vm_exec_core+4791>, 0x7d142d44b124 <vm_exec_core+4612>, 0x7d142d44b0b2 <vm_exec_core+4498>, 0x7d142d44b00d <vm_exec_core+4333>, 0x7d142d44b612 <vm_exec_core+5874>, 0x7d142d44b5b7 <vm_exec_core+5783>, 0x7d142d44b349 <vm_exec_core+5161>, 0x7d142d44b2ad <vm_exec_core+5005>, 0x7d142d44b6b1 <vm_exec_core+6033>, 0x7d142d44b43c <vm_exec_core+5404>, 0x7d142d44afc8 <vm_exec_core+4264>, 0x7d142d44af60 <vm_exec_core+4160>, 0x7d142d44aee9 <vm_exec_core+4041>, 0x7d142d44aeac <vm_exec_core+3980>, 0x7d142d44ae74 <vm_exec_core+3924>, 0x7d142d44ae3f <vm_exec_core+3871>, 0x7d142d44ae0a <vm_exec_core+3818>, 0x7d142d44add5 <vm_exec_core+3765>, 0x7d142d44ad4b <vm_exec_core+3627>, 0x7d142d44ad07 <vm_exec_core+3559>, 0x7d142d44acc0 <vm_exec_core+3488>, 0x7d142d44ac68 <vm_exec_core+3400>, 0x7d142d44ac22 <vm_exec_core+3330>, 0x7d142d44aba3 <vm_exec_core+3203>, 0x7d142d44ab69 <vm_exec_core+3145>, 0x7d142d44ab0c <vm_exec_core+3052>, 0x7d142d44aab2 <vm_exec_core+2962>, 0x7d142d44aa75 <vm_exec_core+2901>, 0x7d142d44be50 <vm_exec_core+7984>, 0x7d142d44bcbb <vm_exec_core+7579>, 0x7d142d44bc2d <vm_exec_core+7437>, 0x7d142d44bbc6 <vm_exec_core+7334>, 0x7d142d44bb74 <vm_exec_core+7252>, 0x7d142d44bb15 <vm_exec_core+7157>, 0x7d142d44bac8 <vm_exec_core+7080>, 0x7d142d44ba73 <vm_exec_core+6995>, 0x7d142d44bf3e <vm_exec_core+8222>, 0x7d142d44bf17 <vm_exec_core+8183>, 0x7d142d44bedc <vm_exec_core+8124>, 0x7d142d44be8d <vm_exec_core+8045>, 0x7d142d44c032 <vm_exec_core+8466>, 0x7d142d44bf88 <vm_exec_core+8296>, 0x7d142d44b826 <vm_exec_core+6406>, 0x7d142d44b7e2 <vm_exec_core+6338>, 0x7d142d44c3cb <vm_exec_core+9387>, 0x7d142d44c35c <vm_exec_core+9276>, 0x7d142d44c3fd <vm_exec_core+9437>, 0x7d142d44ba24 <vm_exec_core+6916>, 0x7d142d44b9b5 <vm_exec_core+6805>, 0x7d142d44b957 <vm_exec_core+6711>, 0x7d142d44b8a5 <vm_exec_core+6533>, 0x7d142d44b869 <vm_exec_core+6473>, 0x7d142d44c22e <vm_exec_core+8974>, 0x7d142d44c1c4 <vm_exec_core+8868>, 0x7d142d44c119 <vm_exec_core+8697>, 0x7d142d44d459 <vm_exec_core+13625>, 0x7d142d44c066 <vm_exec_core+8518>, 0x7d142d44c2c4 <vm_exec_core+9124>, 0x7d142d44c275 <vm_exec_core+9045>, 0x7d142d44c30d <vm_exec_core+9197>, 0x7d142d44aa26 <vm_exec_core+2822>, 0x7d142d44d46f <vm_exec_core+13647>, 0x7d142d44a9d7 <vm_exec_core+2743>, 0x7d142d44a968 <vm_exec_core+2632>, 0x7d142d44a923 <vm_exec_core+2563>, 0x7d142d44a8b0 <vm_exec_core+2448>, 0x7d142d44a759 <vm_exec_core+2105>, 0x7d142d44a689 <vm_exec_core+1897>, 0x7d142d44a60d <vm_exec_core+1773>, 0x7d142d44a02f <vm_exec_core+271>, 0x7d142d44a5d9 <vm_exec_core+1721>, 0x7d142d44a59a <vm_exec_core+1658>, 0x7d142d44a55b <vm_exec_core+1595>, 0x7d142d44a51f <vm_exec_core+1535>, 0x7d142d44a45f <vm_exec_core+1343>, 0x7d142d44a3da <vm_exec_core+1210>, 0x7d142d44d485 <vm_exec_core+13669>, 0x7d142d44d49b <vm_exec_core+13691>, 0x7d142d44d4b1 <vm_exec_core+13713>, 0x7d142d44d4c7 <vm_exec_core+13735>, 0x7d142d44d05d <vm_exec_core+12605>, 0x7d142d44d073 <vm_exec_core+12627>, 0x7d142d44d089 <vm_exec_core+12649>, 0x7d142d44d0a6 <vm_exec_core+12678>, 0x7d142d44ce9f <vm_exec_core+12159>, 0x7d142d44d332 <vm_exec_core+13330>, 0x7d142d44d306 <vm_exec_core+13286>, 0x7d142d44d31c <vm_exec_core+13308>, 0x7d142d44d2ae <vm_exec_core+13198>...}
#12 0x00007d142d44fb58 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#13 rb_vm_exec (ec=0x59837e6ea4c0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2787
        _ec = 0x59837e6ea4c0
        _tag = {tag = 36, retval = 4, buf = {0x7d141198dbc0, 0x7d142d44fbb0 <rb_vm_exec+272>, 0x0, 0x7d141198daa0, 0x3000000028}, prev = 0x7d141198dcd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#14 0x00007d142d4500c7 in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1814
        iseq = 0x7d14119f6508
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x2384cb78715c6c00
        av = {206158430248, 137525148048592}
        stack_argv = 0x2384cb78715c6c00
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#15 0x00007d142d450a66 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x59837fd87730, argc=argc@entry=0, argv=argv@entry=0x7d141198db70, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1959
        self = <optimized out>
#16 0x00007d142d3f3b3b in thread_do_start_proc (th=th@entry=0x59837f4858a0) at /tmp/ruby/src/trunk-iseq_binary/thread.c:614
        args = 137525150999000
        args_ptr = 0x7d141198db70
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x59837fd87730
#17 0x00007d142d3f3f32 in thread_do_start (th=0x59837f4858a0) at /tmp/ruby/src/trunk-iseq_binary/thread.c:631
        result = 36
        result = <optimized out>
#18 thread_start_func_2 (th=th@entry=0x59837f4858a0, stack_start=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:686
        _ec = 0x59837e6ea4c0
        _tag = {tag = 36, retval = 98421292039024, buf = {0x7d141198ddd0, 0x7d142d3f3eb0 <thread_start_func_2+624>, 0x0, 0x7d141198dbd0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x59837e26a010
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#19 0x00007d142d3f4c5f in call_thread_start_func_2 (th=0x59837f4858a0) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2238
        stack_start = 0
        stack_start_addr = 0x7d141198dda8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#20 nt_start (ptr=0x59837edf03e0) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2283
        th = 0x59837f4858a0
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#21 0x00007d142cdc5a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {137525148051136, -253062789983050725, 137525148051136, -256, 0, 140735829303920, -253062789995633637, -253175528816974821}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#22 0x00007d142ce52c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x7d141022e6c0 (LWP 666244) "test_https.rb:*"):
#0  0x00007d142ce44a00 in __GI_ppoll (fds=fds@entry=0x7d141022ce48, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
        sc_ret = -514
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        tval = {tv_sec = 0, tv_nsec = 98421292069112}
#1  0x00007d142d3eafce in wait_for_single_fd_blocking_region (th=th@entry=0x59837ec57500, fds=fds@entry=0x7d141022ce48, to=to@entry=0x0, lerrno=lerrno@entry=0x7d141022ce0c, nfds=1) at /tmp/ruby/src/trunk-iseq_binary/hrtime.h:168
        __region = {prev_status = THREAD_RUNNABLE}
        ts = {tv_sec = 1431634051, tv_nsec = 137525611899901}
        result = 0
#2  0x00007d142d3f28b6 in thread_io_wait (io=0x59837faf40b0, fd=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:4624
        to = <optimized out>
        rel = 98421302457888
        end = <optimized out>
        _ec = 0x59837f3981f0
        _tag = {tag = 36, retval = 0, buf = {0x59837faf40b0, 0x7d142d3f2970 <thread_io_wait+1520>, 0x0, 0x7d141022cdb0, 0x0}, prev = 0x7d141022dac0, state = RUBY_TAG_NONE, lock_rec = 0}
        fds = {{fd = 8, events = 1, revents = 0}}
        result = 0
        nfds = 1
        blocking_operation = {list = {next = 0x59837faf4180, prev = 0x59837faf4180}, ec = 0x59837f3981f0}
        state = RUBY_TAG_NONE
        lerrno = 0
        ec = <optimized out>
        th = <optimized out>
#3  0x00007d142d3f6dd1 in rb_thread_io_wait (io=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:4779
No locals.
#4  0x00007d142d286df1 in rb_io_wait (timeout=4, events=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/include/ruby/internal/arithmetic/int.h:172
        scheduler = <optimized out>
        fptr = 0x59837faf40b0
        tv_storage = {tv_sec = 0, tv_usec = 137525610432973}
        tv = 0x0
        ready = <optimized out>
        scheduler = <optimized out>
        fptr = <optimized out>
        tv_storage = <optimized out>
        tv = <optimized out>
        ready = <optimized out>
        errno_to_fail = <optimized out>
#5  rb_io_wait (io=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/io.c:1454
        scheduler = <optimized out>
        fptr = <optimized out>
        tv_storage = <optimized out>
        tv = <optimized out>
        ready = <optimized out>
        errno_to_fail = <optimized out>
#6  0x00007d142d287535 in rb_io_maybe_wait_readable (error=error@entry=11, io=io@entry=137525150998680, timeout=timeout@entry=4) at /tmp/ruby/src/trunk-iseq_binary/io.c:1653
        result = <optimized out>
#7  0x00007d1412569cf8 in rsock_s_accept (klass=137525159297080, io=137525150998680, sockaddr=sockaddr@entry=0x7d141022cfc0, len=len@entry=0x7d141022cfbc) at /tmp/ruby/src/trunk-iseq_binary/ext/socket/init.c:738
        error = 11
        fptr = 0x59837faf40b0
        accept_arg = {fd = 8, sockaddr = 0x7d141022cfc0, len = 0x7d141022cfbc}
        retry = 0
        peer = <optimized out>
        retry = <optimized out>
#8  0x00007d141257da92 in tcp_accept (server=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/ext/socket/tcpserver.c:61
        buffer = {addr = {sa_family = 0, sa_data = '\000' <repeats 13 times>}, in = {sin_family = 0, sin_port = 0, sin_addr = {s_addr = 0}, sin_zero = "\000\000\000\000\000\000\000"}, in6 = {sin6_family = 0, sin6_port = 0, sin6_flowinfo = 0, sin6_addr = {__in6_u = {__u6_addr8 = '\000' <repeats 15 times>, __u6_addr16 = {0, 0, 0, 0, 0, 0, 0, 0}, __u6_addr32 = {0, 0, 0, 0}}}, sin6_scope_id = 0}, un = {sun_family = 0, sun_path = '\000' <repeats 71 times>, "l\\qx˄#\000\000\000\000\000\000\000\000PS\344~\203Y\000\000\000\000\000\000\000\000\000\000\321g\000\000\000"}, storage = {ss_family = 0, __ss_padding = '\000' <repeats 71 times>, "l\\qx˄#\000\000\000\000\000\000\000\000PS\344~\203Y\000\000\000\000\000\000\000\000\000\000\321g\000\000\000\000\000\000\000:\264\021\024}\000", __ss_align = 98421304480592}, place_holder = '\000' <repeats 73 times>, "l\\qx˄#\000\000\000\000\000\000\000\000PS\344~\203Y\000\000\000\000\000\000\000\000\000\000\321g\000\000\000\000\000\000\000:\264\021\024}\000\000PS\344~\203Y\000\000ho\260,\024}\000\000$aE-\024}", '\000' <repeats 34 times>, "\200\320\"\020\024}\000\000\000\000\000\000\000\000\000\000\032\240\001", '\000' <repeats 13 times>...}
        length = 2048
#9  0x00007d142d4336ed in vm_call_cfunc_with_frame_ (ec=0x59837f3981f0, reg_cfp=0x598381d32a60, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
        ci = 0xe00100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7d142caa8238
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#10 0x00007d142d43cf1c in vm_sendish (ec=0x59837f3981f0, reg_cfp=0x598381d32a60, cd=0x59837f0ded70, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-iseq_binary/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x7d1410fb8988
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x59837f0ded70, cc = 0x7d1410fb8988, block_handler = 0, recv = 137525150998680, argc = 0, kw_splat = false, heap_argv = 0}
#11 0x00007d142d449fa4 in vm_exec_core (ec=0x7d141022ce48, ec@entry=0x59837f3981f0) at ../../src/trunk-iseq_binary/insns.def:902
        bh = <optimized out>
        cd = 0x0
        leaf = <optimized out>
        val = 137525615826304
        reg_pc = 0x59837ee39460
        reg_cfp = 0x598381d32a60
        insns_address_table = {0x7d142d44d525 <vm_exec_core+13829>, 0x7d142d44b25a <vm_exec_core+4922>, 0x7d142d44b1e8 <vm_exec_core+4808>, 0x7d142d44b135 <vm_exec_core+4629>, 0x7d142d44b0c3 <vm_exec_core+4515>, 0x7d142d44b01e <vm_exec_core+4350>, 0x7d142d44b623 <vm_exec_core+5891>, 0x7d142d44b5c8 <vm_exec_core+5800>, 0x7d142d44b35a <vm_exec_core+5178>, 0x7d142d44b2be <vm_exec_core+5022>, 0x7d142d44b6c2 <vm_exec_core+6050>, 0x7d142d44b44d <vm_exec_core+5421>, 0x7d142d44afd9 <vm_exec_core+4281>, 0x7d142d44af71 <vm_exec_core+4177>, 0x7d142d44aefa <vm_exec_core+4058>, 0x7d142d44aebd <vm_exec_core+3997>, 0x7d142d44ae85 <vm_exec_core+3941>, 0x7d142d44ae50 <vm_exec_core+3888>, 0x7d142d44ae1b <vm_exec_core+3835>, 0x7d142d44ade6 <vm_exec_core+3782>, 0x7d142d44ad5c <vm_exec_core+3644>, 0x7d142d44ad18 <vm_exec_core+3576>, 0x7d142d44acd1 <vm_exec_core+3505>, 0x7d142d44ac79 <vm_exec_core+3417>, 0x7d142d44ac33 <vm_exec_core+3347>, 0x7d142d44abb4 <vm_exec_core+3220>, 0x7d142d44ab7a <vm_exec_core+3162>, 0x7d142d44ab1d <vm_exec_core+3069>, 0x7d142d44aac3 <vm_exec_core+2979>, 0x7d142d44aa86 <vm_exec_core+2918>, 0x7d142d44be61 <vm_exec_core+8001>, 0x7d142d44bccc <vm_exec_core+7596>, 0x7d142d44bc3e <vm_exec_core+7454>, 0x7d142d44bbd7 <vm_exec_core+7351>, 0x7d142d44bb85 <vm_exec_core+7269>, 0x7d142d44bb26 <vm_exec_core+7174>, 0x7d142d44bad9 <vm_exec_core+7097>, 0x7d142d44ba84 <vm_exec_core+7012>, 0x7d142d44bf4f <vm_exec_core+8239>, 0x7d142d44bf28 <vm_exec_core+8200>, 0x7d142d44beed <vm_exec_core+8141>, 0x7d142d44be9e <vm_exec_core+8062>, 0x7d142d44c043 <vm_exec_core+8483>, 0x7d142d44bf99 <vm_exec_core+8313>, 0x7d142d44b837 <vm_exec_core+6423>, 0x7d142d44b7f3 <vm_exec_core+6355>, 0x7d142d44c3dc <vm_exec_core+9404>, 0x7d142d44c36d <vm_exec_core+9293>, 0x7d142d44c40e <vm_exec_core+9454>, 0x7d142d44ba35 <vm_exec_core+6933>, 0x7d142d44b9c6 <vm_exec_core+6822>, 0x7d142d44b968 <vm_exec_core+6728>, 0x7d142d44b8b6 <vm_exec_core+6550>, 0x7d142d44b87a <vm_exec_core+6490>, 0x7d142d44c23f <vm_exec_core+8991>, 0x7d142d44c1d5 <vm_exec_core+8885>, 0x7d142d44c12a <vm_exec_core+8714>, 0x7d142d449f80 <vm_exec_core+96>, 0x7d142d44c077 <vm_exec_core+8535>, 0x7d142d44c2d5 <vm_exec_core+9141>, 0x7d142d44c286 <vm_exec_core+9062>, 0x7d142d44c31e <vm_exec_core+9214>, 0x7d142d44aa37 <vm_exec_core+2839>, 0x7d142d44d4dd <vm_exec_core+13757>, 0x7d142d44a9e8 <vm_exec_core+2760>, 0x7d142d44a979 <vm_exec_core+2649>, 0x7d142d44a934 <vm_exec_core+2580>, 0x7d142d44a8c1 <vm_exec_core+2465>, 0x7d142d44a76a <vm_exec_core+2122>, 0x7d142d44a69a <vm_exec_core+1914>, 0x7d142d44a61e <vm_exec_core+1790>, 0x7d142d44a040 <vm_exec_core+288>, 0x7d142d44a5ea <vm_exec_core+1738>, 0x7d142d44a5ab <vm_exec_core+1675>, 0x7d142d44a56c <vm_exec_core+1612>, 0x7d142d44a530 <vm_exec_core+1552>, 0x7d142d44a470 <vm_exec_core+1360>, 0x7d142d44a3eb <vm_exec_core+1227>, 0x7d142d44d536 <vm_exec_core+13846>, 0x7d142d44ccae <vm_exec_core+11662>, 0x7d142d44cd14 <vm_exec_core+11764>, 0x7d142d44c49d <vm_exec_core+9597>, 0x7d142d44cdad <vm_exec_core+11917>, 0x7d142d44ce46 <vm_exec_core+12070>, 0x7d142d44d24d <vm_exec_core+13101>, 0x7d142d44d191 <vm_exec_core+12913>, 0x7d142d44d1ef <vm_exec_core+13007>, 0x7d142d44d0bc <vm_exec_core+12700>, 0x7d142d44d11d <vm_exec_core+12797>, 0x7d142d44d38a <vm_exec_core+13418>, 0x7d142d44d40d <vm_exec_core+13549>, 0x7d142d44ceb5 <vm_exec_core+12181>, 0x7d142d44cf08 <vm_exec_core+12264>, 0x7d142d44cf8b <vm_exec_core+12395>, 0x7d142d44d015 <vm_exec_core+12533>, 0x7d142d44cb00 <vm_exec_core+11232>, 0x7d142d44cb53 <vm_exec_core+11315>, 0x7d142d44cb9c <vm_exec_core+11388>, 0x7d142d44cbfe <vm_exec_core+11486>, 0x7d142d44d59b <vm_exec_core+13947>, 0x7d142d44a37a <vm_exec_core+1114>, 0x7d142d44a2fa <vm_exec_core+986>, 0x7d142d44a251 <vm_exec_core+817>, 0x7d142d44a20a <vm_exec_core+746>, 0x7d142d44a1bf <vm_exec_core+671>, 0x7d142d44a176 <vm_exec_core+598>, 0x7d142d44a125 <vm_exec_core+517>, 0x7d142d44a0f0 <vm_exec_core+464>, 0x7d142d44a0bb <vm_exec_core+411>, 0x7d142d44cc90 <vm_exec_core+11632>, 0x7d142d44b249 <vm_exec_core+4905>, 0x7d142d44b1d7 <vm_exec_core+4791>, 0x7d142d44b124 <vm_exec_core+4612>, 0x7d142d44b0b2 <vm_exec_core+4498>, 0x7d142d44b00d <vm_exec_core+4333>, 0x7d142d44b612 <vm_exec_core+5874>, 0x7d142d44b5b7 <vm_exec_core+5783>, 0x7d142d44b349 <vm_exec_core+5161>, 0x7d142d44b2ad <vm_exec_core+5005>, 0x7d142d44b6b1 <vm_exec_core+6033>, 0x7d142d44b43c <vm_exec_core+5404>, 0x7d142d44afc8 <vm_exec_core+4264>, 0x7d142d44af60 <vm_exec_core+4160>, 0x7d142d44aee9 <vm_exec_core+4041>, 0x7d142d44aeac <vm_exec_core+3980>, 0x7d142d44ae74 <vm_exec_core+3924>, 0x7d142d44ae3f <vm_exec_core+3871>, 0x7d142d44ae0a <vm_exec_core+3818>, 0x7d142d44add5 <vm_exec_core+3765>, 0x7d142d44ad4b <vm_exec_core+3627>, 0x7d142d44ad07 <vm_exec_core+3559>, 0x7d142d44acc0 <vm_exec_core+3488>, 0x7d142d44ac68 <vm_exec_core+3400>, 0x7d142d44ac22 <vm_exec_core+3330>, 0x7d142d44aba3 <vm_exec_core+3203>, 0x7d142d44ab69 <vm_exec_core+3145>, 0x7d142d44ab0c <vm_exec_core+3052>, 0x7d142d44aab2 <vm_exec_core+2962>, 0x7d142d44aa75 <vm_exec_core+2901>, 0x7d142d44be50 <vm_exec_core+7984>, 0x7d142d44bcbb <vm_exec_core+7579>, 0x7d142d44bc2d <vm_exec_core+7437>, 0x7d142d44bbc6 <vm_exec_core+7334>, 0x7d142d44bb74 <vm_exec_core+7252>, 0x7d142d44bb15 <vm_exec_core+7157>, 0x7d142d44bac8 <vm_exec_core+7080>, 0x7d142d44ba73 <vm_exec_core+6995>, 0x7d142d44bf3e <vm_exec_core+8222>, 0x7d142d44bf17 <vm_exec_core+8183>, 0x7d142d44bedc <vm_exec_core+8124>, 0x7d142d44be8d <vm_exec_core+8045>, 0x7d142d44c032 <vm_exec_core+8466>, 0x7d142d44bf88 <vm_exec_core+8296>, 0x7d142d44b826 <vm_exec_core+6406>, 0x7d142d44b7e2 <vm_exec_core+6338>, 0x7d142d44c3cb <vm_exec_core+9387>, 0x7d142d44c35c <vm_exec_core+9276>, 0x7d142d44c3fd <vm_exec_core+9437>, 0x7d142d44ba24 <vm_exec_core+6916>, 0x7d142d44b9b5 <vm_exec_core+6805>, 0x7d142d44b957 <vm_exec_core+6711>, 0x7d142d44b8a5 <vm_exec_core+6533>, 0x7d142d44b869 <vm_exec_core+6473>, 0x7d142d44c22e <vm_exec_core+8974>, 0x7d142d44c1c4 <vm_exec_core+8868>, 0x7d142d44c119 <vm_exec_core+8697>, 0x7d142d44d459 <vm_exec_core+13625>, 0x7d142d44c066 <vm_exec_core+8518>, 0x7d142d44c2c4 <vm_exec_core+9124>, 0x7d142d44c275 <vm_exec_core+9045>, 0x7d142d44c30d <vm_exec_core+9197>, 0x7d142d44aa26 <vm_exec_core+2822>, 0x7d142d44d46f <vm_exec_core+13647>, 0x7d142d44a9d7 <vm_exec_core+2743>, 0x7d142d44a968 <vm_exec_core+2632>, 0x7d142d44a923 <vm_exec_core+2563>, 0x7d142d44a8b0 <vm_exec_core+2448>, 0x7d142d44a759 <vm_exec_core+2105>, 0x7d142d44a689 <vm_exec_core+1897>, 0x7d142d44a60d <vm_exec_core+1773>, 0x7d142d44a02f <vm_exec_core+271>, 0x7d142d44a5d9 <vm_exec_core+1721>, 0x7d142d44a59a <vm_exec_core+1658>, 0x7d142d44a55b <vm_exec_core+1595>, 0x7d142d44a51f <vm_exec_core+1535>, 0x7d142d44a45f <vm_exec_core+1343>, 0x7d142d44a3da <vm_exec_core+1210>, 0x7d142d44d485 <vm_exec_core+13669>, 0x7d142d44d49b <vm_exec_core+13691>, 0x7d142d44d4b1 <vm_exec_core+13713>, 0x7d142d44d4c7 <vm_exec_core+13735>, 0x7d142d44d05d <vm_exec_core+12605>, 0x7d142d44d073 <vm_exec_core+12627>, 0x7d142d44d089 <vm_exec_core+12649>, 0x7d142d44d0a6 <vm_exec_core+12678>, 0x7d142d44ce9f <vm_exec_core+12159>, 0x7d142d44d332 <vm_exec_core+13330>, 0x7d142d44d306 <vm_exec_core+13286>, 0x7d142d44d31c <vm_exec_core+13308>, 0x7d142d44d2ae <vm_exec_core+13198>...}
#12 0x00007d142d44fb58 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#13 rb_vm_exec (ec=0x59837f3981f0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2787
        _ec = 0x59837f3981f0
        _tag = {tag = 36, retval = 4, buf = {0x7d141022dbc0, 0x7d142d44fbb0 <rb_vm_exec+272>, 0x0, 0x7d141022daa0, 0x3000000028}, prev = 0x7d141022dcd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#14 0x00007d142d4500c7 in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1814
        iseq = 0x7d1412414508
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x2384cb78715c6c00
        av = {206158430248, 137525123538128}
        stack_argv = 0x2384cb78715c6c00
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#15 0x00007d142d450a66 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x59837ee4e7b0, argc=argc@entry=0, argv=argv@entry=0x7d141022db70, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1959
        self = <optimized out>
#16 0x00007d142d3f3b3b in thread_do_start_proc (th=th@entry=0x59837ec57500) at /tmp/ruby/src/trunk-iseq_binary/thread.c:614
        args = 137525150998160
        args_ptr = 0x7d141022db70
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x59837ee4e7b0
#17 0x00007d142d3f3f32 in thread_do_start (th=0x59837ec57500) at /tmp/ruby/src/trunk-iseq_binary/thread.c:631
        result = 36
        result = <optimized out>
#18 thread_start_func_2 (th=th@entry=0x59837ec57500, stack_start=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:686
        _ec = 0x59837f3981f0
        _tag = {tag = 36, retval = 98421292039024, buf = {0x7d141022ddd0, 0x7d142d3f3eb0 <thread_start_func_2+624>, 0x0, 0x7d141022dbd0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x59837e26a010
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#19 0x00007d142d3f4c5f in call_thread_start_func_2 (th=0x59837ec57500) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2238
        stack_start = 0
        stack_start_addr = 0x7d141022dda8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#20 nt_start (ptr=0x59837ef714d0) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:2283
        th = 0x59837ec57500
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#21 0x00007d142cdc5a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {137525123540672, -253059405548821477, 137525123540672, -256, 0, 140735829302736, -253059405561404389, -253175528816974821}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#22 0x00007d142ce52c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7d142ccfac00 (LWP 662962) "ruby"):
#0  0x00007d142cdc1d61 in __futex_abstimed_wait_common64 (private=32020, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x59837e26f000) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=32020, abstime=0x0, clockid=0, expected=0, futex_word=0x59837e26f000) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x59837e26f000, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007d142cdc47dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x59837e26f0f8, cond=0x59837e26efd8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7d142cdc44a0 <__condvar_cleanup_waiting>, __arg = 0x7fff9d1ce060, __canceltype = 2116481744, __prev = 0x0}
        cbuffer = {wseq = 972, cond = 0x59837e26efd8, mutex = 0x59837e26f0f8, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 972
        seq = 486
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=cond@entry=0x59837e26efd8, mutex=mutex@entry=0x59837e26f0f8) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00007d142d3ea8ed in rb_native_cond_wait (cond=cond@entry=0x59837e26efd8, mutex=mutex@entry=0x59837e26f0f8) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:231
        r = <optimized out>
#6  0x00007d142d3eaa33 in thread_sched_wait_running_turn (sched=sched@entry=0x59837e26f0f8, th=th@entry=0x59837e26a010, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:851
        next_th = 0x59837ec57500
#7  0x00007d142d3eb274 in thread_sched_to_waiting_until_wakeup (sched=sched@entry=0x59837e26f0f8, th=th@entry=0x59837e26a010) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:1126
        can_direct_transfer = <optimized out>
#8  0x00007d142d3f3702 in native_sleep (rel=0x0, th=0x59837e26a010) at /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:3350
        sched = 0x59837e26f0f8
        sched = <optimized out>
#9  sleep_forever (fl=13, th=0x59837e26a010) at /tmp/ruby/src/trunk-iseq_binary/thread.c:1381
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
        prev_status = <optimized out>
        status = <optimized out>
        woke = <optimized out>
#10 thread_join_sleep (arg=arg@entry=140735829304016) at /tmp/ruby/src/trunk-iseq_binary/thread.c:1074
        scheduler = <optimized out>
        p = 0x7fff9d1ce2d0
        target_th = 0x59837ec57500
        th = 0x59837e26a010
        end = 0
        limit = <optimized out>
#11 0x00007d142d242e82 in rb_ensure (b_proc=b_proc@entry=0x7d142d3f3440 <thread_join_sleep>, data1=data1@entry=140735829304016, e_proc=e_proc@entry=0x7d142d3e4f80 <remove_from_join_list>, data2=data2@entry=140735829304016) at /tmp/ruby/src/trunk-iseq_binary/eval.c:1174
        _ec = 0x59837e26f2d0
        _tag = {tag = 36, retval = 137525160044280, buf = {0x0, 0x7d142d242f40 <rb_ensure+432>, 0x0, 0x7fff9d1ce1c0, 0x0}, prev = 0x7fff9d1ce600, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x59837e26f2d0
#12 0x00007d142d3e7a81 in thread_join (limit=0x0, timeout=4, target_th=0x59837ec57500) at /tmp/ruby/src/trunk-iseq_binary/thread.c:1131
        waiter = {next = 0x0, thread = 0x59837e26a010, fiber = 0x0}
        arg = {waiter = 0x7fff9d1ce2b0, target = 0x59837ec57500, timeout = 4, limit = 0x0}
        ec = <optimized out>
        th = <optimized out>
        fiber = <optimized out>
        ec = <optimized out>
        th = <optimized out>
        fiber = <optimized out>
        waiter = <optimized out>
        arg = <optimized out>
        err = <optimized out>
#13 thread_value (self=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:1253
        th = 0x59837ec57500
#14 0x00007d142d4336ed in vm_call_cfunc_with_frame_ (ec=0x59837e26f2d0, reg_cfp=0x7d142cc98c58, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
        ci = 0x260100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7d142cb03ef8
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#15 0x00007d142d43cf1c in vm_sendish (ec=0x59837e26f2d0, reg_cfp=0x7d142cc98c58, cd=0x59837e5a2520, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-iseq_binary/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x7d14123eb400
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x59837e5a2520, cc = 0x7d14123eb400, block_handler = 0, recv = 137525150998200, argc = 0, kw_splat = false, heap_argv = 0}
#16 0x00007d142d449fa4 in vm_exec_core (ec=0x59837e26f000, ec@entry=0x59837e26f2d0) at ../../src/trunk-iseq_binary/insns.def:902
        bh = <optimized out>
        cd = 0x0
        leaf = <optimized out>
        val = 137525150998200
        reg_pc = 0x59837e5a4128
        reg_cfp = 0x7d142cc98c58
        insns_address_table = {0x7d142d44d525 <vm_exec_core+13829>, 0x7d142d44b25a <vm_exec_core+4922>, 0x7d142d44b1e8 <vm_exec_core+4808>, 0x7d142d44b135 <vm_exec_core+4629>, 0x7d142d44b0c3 <vm_exec_core+4515>, 0x7d142d44b01e <vm_exec_core+4350>, 0x7d142d44b623 <vm_exec_core+5891>, 0x7d142d44b5c8 <vm_exec_core+5800>, 0x7d142d44b35a <vm_exec_core+5178>, 0x7d142d44b2be <vm_exec_core+5022>, 0x7d142d44b6c2 <vm_exec_core+6050>, 0x7d142d44b44d <vm_exec_core+5421>, 0x7d142d44afd9 <vm_exec_core+4281>, 0x7d142d44af71 <vm_exec_core+4177>, 0x7d142d44aefa <vm_exec_core+4058>, 0x7d142d44aebd <vm_exec_core+3997>, 0x7d142d44ae85 <vm_exec_core+3941>, 0x7d142d44ae50 <vm_exec_core+3888>, 0x7d142d44ae1b <vm_exec_core+3835>, 0x7d142d44ade6 <vm_exec_core+3782>, 0x7d142d44ad5c <vm_exec_core+3644>, 0x7d142d44ad18 <vm_exec_core+3576>, 0x7d142d44acd1 <vm_exec_core+3505>, 0x7d142d44ac79 <vm_exec_core+3417>, 0x7d142d44ac33 <vm_exec_core+3347>, 0x7d142d44abb4 <vm_exec_core+3220>, 0x7d142d44ab7a <vm_exec_core+3162>, 0x7d142d44ab1d <vm_exec_core+3069>, 0x7d142d44aac3 <vm_exec_core+2979>, 0x7d142d44aa86 <vm_exec_core+2918>, 0x7d142d44be61 <vm_exec_core+8001>, 0x7d142d44bccc <vm_exec_core+7596>, 0x7d142d44bc3e <vm_exec_core+7454>, 0x7d142d44bbd7 <vm_exec_core+7351>, 0x7d142d44bb85 <vm_exec_core+7269>, 0x7d142d44bb26 <vm_exec_core+7174>, 0x7d142d44bad9 <vm_exec_core+7097>, 0x7d142d44ba84 <vm_exec_core+7012>, 0x7d142d44bf4f <vm_exec_core+8239>, 0x7d142d44bf28 <vm_exec_core+8200>, 0x7d142d44beed <vm_exec_core+8141>, 0x7d142d44be9e <vm_exec_core+8062>, 0x7d142d44c043 <vm_exec_core+8483>, 0x7d142d44bf99 <vm_exec_core+8313>, 0x7d142d44b837 <vm_exec_core+6423>, 0x7d142d44b7f3 <vm_exec_core+6355>, 0x7d142d44c3dc <vm_exec_core+9404>, 0x7d142d44c36d <vm_exec_core+9293>, 0x7d142d44c40e <vm_exec_core+9454>, 0x7d142d44ba35 <vm_exec_core+6933>, 0x7d142d44b9c6 <vm_exec_core+6822>, 0x7d142d44b968 <vm_exec_core+6728>, 0x7d142d44b8b6 <vm_exec_core+6550>, 0x7d142d44b87a <vm_exec_core+6490>, 0x7d142d44c23f <vm_exec_core+8991>, 0x7d142d44c1d5 <vm_exec_core+8885>, 0x7d142d44c12a <vm_exec_core+8714>, 0x7d142d449f80 <vm_exec_core+96>, 0x7d142d44c077 <vm_exec_core+8535>, 0x7d142d44c2d5 <vm_exec_core+9141>, 0x7d142d44c286 <vm_exec_core+9062>, 0x7d142d44c31e <vm_exec_core+9214>, 0x7d142d44aa37 <vm_exec_core+2839>, 0x7d142d44d4dd <vm_exec_core+13757>, 0x7d142d44a9e8 <vm_exec_core+2760>, 0x7d142d44a979 <vm_exec_core+2649>, 0x7d142d44a934 <vm_exec_core+2580>, 0x7d142d44a8c1 <vm_exec_core+2465>, 0x7d142d44a76a <vm_exec_core+2122>, 0x7d142d44a69a <vm_exec_core+1914>, 0x7d142d44a61e <vm_exec_core+1790>, 0x7d142d44a040 <vm_exec_core+288>, 0x7d142d44a5ea <vm_exec_core+1738>, 0x7d142d44a5ab <vm_exec_core+1675>, 0x7d142d44a56c <vm_exec_core+1612>, 0x7d142d44a530 <vm_exec_core+1552>, 0x7d142d44a470 <vm_exec_core+1360>, 0x7d142d44a3eb <vm_exec_core+1227>, 0x7d142d44d536 <vm_exec_core+13846>, 0x7d142d44ccae <vm_exec_core+11662>, 0x7d142d44cd14 <vm_exec_core+11764>, 0x7d142d44c49d <vm_exec_core+9597>, 0x7d142d44cdad <vm_exec_core+11917>, 0x7d142d44ce46 <vm_exec_core+12070>, 0x7d142d44d24d <vm_exec_core+13101>, 0x7d142d44d191 <vm_exec_core+12913>, 0x7d142d44d1ef <vm_exec_core+13007>, 0x7d142d44d0bc <vm_exec_core+12700>, 0x7d142d44d11d <vm_exec_core+12797>, 0x7d142d44d38a <vm_exec_core+13418>, 0x7d142d44d40d <vm_exec_core+13549>, 0x7d142d44ceb5 <vm_exec_core+12181>, 0x7d142d44cf08 <vm_exec_core+12264>, 0x7d142d44cf8b <vm_exec_core+12395>, 0x7d142d44d015 <vm_exec_core+12533>, 0x7d142d44cb00 <vm_exec_core+11232>, 0x7d142d44cb53 <vm_exec_core+11315>, 0x7d142d44cb9c <vm_exec_core+11388>, 0x7d142d44cbfe <vm_exec_core+11486>, 0x7d142d44d59b <vm_exec_core+13947>, 0x7d142d44a37a <vm_exec_core+1114>, 0x7d142d44a2fa <vm_exec_core+986>, 0x7d142d44a251 <vm_exec_core+817>, 0x7d142d44a20a <vm_exec_core+746>, 0x7d142d44a1bf <vm_exec_core+671>, 0x7d142d44a176 <vm_exec_core+598>, 0x7d142d44a125 <vm_exec_core+517>, 0x7d142d44a0f0 <vm_exec_core+464>, 0x7d142d44a0bb <vm_exec_core+411>, 0x7d142d44cc90 <vm_exec_core+11632>, 0x7d142d44b249 <vm_exec_core+4905>, 0x7d142d44b1d7 <vm_exec_core+4791>, 0x7d142d44b124 <vm_exec_core+4612>, 0x7d142d44b0b2 <vm_exec_core+4498>, 0x7d142d44b00d <vm_exec_core+4333>, 0x7d142d44b612 <vm_exec_core+5874>, 0x7d142d44b5b7 <vm_exec_core+5783>, 0x7d142d44b349 <vm_exec_core+5161>, 0x7d142d44b2ad <vm_exec_core+5005>, 0x7d142d44b6b1 <vm_exec_core+6033>, 0x7d142d44b43c <vm_exec_core+5404>, 0x7d142d44afc8 <vm_exec_core+4264>, 0x7d142d44af60 <vm_exec_core+4160>, 0x7d142d44aee9 <vm_exec_core+4041>, 0x7d142d44aeac <vm_exec_core+3980>, 0x7d142d44ae74 <vm_exec_core+3924>, 0x7d142d44ae3f <vm_exec_core+3871>, 0x7d142d44ae0a <vm_exec_core+3818>, 0x7d142d44add5 <vm_exec_core+3765>, 0x7d142d44ad4b <vm_exec_core+3627>, 0x7d142d44ad07 <vm_exec_core+3559>, 0x7d142d44acc0 <vm_exec_core+3488>, 0x7d142d44ac68 <vm_exec_core+3400>, 0x7d142d44ac22 <vm_exec_core+3330>, 0x7d142d44aba3 <vm_exec_core+3203>, 0x7d142d44ab69 <vm_exec_core+3145>, 0x7d142d44ab0c <vm_exec_core+3052>, 0x7d142d44aab2 <vm_exec_core+2962>, 0x7d142d44aa75 <vm_exec_core+2901>, 0x7d142d44be50 <vm_exec_core+7984>, 0x7d142d44bcbb <vm_exec_core+7579>, 0x7d142d44bc2d <vm_exec_core+7437>, 0x7d142d44bbc6 <vm_exec_core+7334>, 0x7d142d44bb74 <vm_exec_core+7252>, 0x7d142d44bb15 <vm_exec_core+7157>, 0x7d142d44bac8 <vm_exec_core+7080>, 0x7d142d44ba73 <vm_exec_core+6995>, 0x7d142d44bf3e <vm_exec_core+8222>, 0x7d142d44bf17 <vm_exec_core+8183>, 0x7d142d44bedc <vm_exec_core+8124>, 0x7d142d44be8d <vm_exec_core+8045>, 0x7d142d44c032 <vm_exec_core+8466>, 0x7d142d44bf88 <vm_exec_core+8296>, 0x7d142d44b826 <vm_exec_core+6406>, 0x7d142d44b7e2 <vm_exec_core+6338>, 0x7d142d44c3cb <vm_exec_core+9387>, 0x7d142d44c35c <vm_exec_core+9276>, 0x7d142d44c3fd <vm_exec_core+9437>, 0x7d142d44ba24 <vm_exec_core+6916>, 0x7d142d44b9b5 <vm_exec_core+6805>, 0x7d142d44b957 <vm_exec_core+6711>, 0x7d142d44b8a5 <vm_exec_core+6533>, 0x7d142d44b869 <vm_exec_core+6473>, 0x7d142d44c22e <vm_exec_core+8974>, 0x7d142d44c1c4 <vm_exec_core+8868>, 0x7d142d44c119 <vm_exec_core+8697>, 0x7d142d44d459 <vm_exec_core+13625>, 0x7d142d44c066 <vm_exec_core+8518>, 0x7d142d44c2c4 <vm_exec_core+9124>, 0x7d142d44c275 <vm_exec_core+9045>, 0x7d142d44c30d <vm_exec_core+9197>, 0x7d142d44aa26 <vm_exec_core+2822>, 0x7d142d44d46f <vm_exec_core+13647>, 0x7d142d44a9d7 <vm_exec_core+2743>, 0x7d142d44a968 <vm_exec_core+2632>, 0x7d142d44a923 <vm_exec_core+2563>, 0x7d142d44a8b0 <vm_exec_core+2448>, 0x7d142d44a759 <vm_exec_core+2105>, 0x7d142d44a689 <vm_exec_core+1897>, 0x7d142d44a60d <vm_exec_core+1773>, 0x7d142d44a02f <vm_exec_core+271>, 0x7d142d44a5d9 <vm_exec_core+1721>, 0x7d142d44a59a <vm_exec_core+1658>, 0x7d142d44a55b <vm_exec_core+1595>, 0x7d142d44a51f <vm_exec_core+1535>, 0x7d142d44a45f <vm_exec_core+1343>, 0x7d142d44a3da <vm_exec_core+1210>, 0x7d142d44d485 <vm_exec_core+13669>, 0x7d142d44d49b <vm_exec_core+13691>, 0x7d142d44d4b1 <vm_exec_core+13713>, 0x7d142d44d4c7 <vm_exec_core+13735>, 0x7d142d44d05d <vm_exec_core+12605>, 0x7d142d44d073 <vm_exec_core+12627>, 0x7d142d44d089 <vm_exec_core+12649>, 0x7d142d44d0a6 <vm_exec_core+12678>, 0x7d142d44ce9f <vm_exec_core+12159>, 0x7d142d44d332 <vm_exec_core+13330>, 0x7d142d44d306 <vm_exec_core+13286>, 0x7d142d44d31c <vm_exec_core+13308>, 0x7d142d44d2ae <vm_exec_core+13198>...}
#17 0x00007d142d44fe5b in vm_exec_loop (result=<optimized out>, tag=0x7fff9d1ce600, state=<optimized out>, ec=0x59837e26f2d0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
        vm_loop_start = <optimized out>
#18 rb_vm_exec (ec=0x59837e26f2d0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2790
        _ec = 0x59837e26f2d0
        _tag = {tag = 36, retval = 4, buf = {0x7d1412447ef8, 0x7d142d44fbb0 <rb_vm_exec+272>, 0x0, 0x7fff9d1ce5e0, 0x2}, prev = 0x7fff9d1ce730, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#19 0x00007d142d454db0 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7fff9d1ce6b8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1859
No locals.
#20 vm_yield (kw_splat=0, argv=0x7fff9d1ce6b8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1873
No locals.
#21 rb_yield_0 (argv=0x7fff9d1ce6b8, argc=1) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1362
No locals.
#22 rb_yield (val=<optimized out>, val@entry=137525150998680) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1378
No locals.
#23 0x00007d142d242e82 in rb_ensure (b_proc=0x7d142d454cf0 <rb_yield>, data1=137525150998680, e_proc=0x7d142d282780 <io_close>, data2=137525150998680) at /tmp/ruby/src/trunk-iseq_binary/eval.c:1174
        _ec = 0x59837e26f2d0
        _tag = {tag = 36, retval = 2, buf = {0x7d1412447ef8, 0x7d142d242f40 <rb_ensure+432>, 0x0, 0x7fff9d1ce6e0, 0x0}, prev = 0x7fff9d1ceaa0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x59837e26f2d0
#24 0x00007d142d4336ed in vm_call_cfunc_with_frame_ (ec=0x59837e26f2d0, reg_cfp=0x7d142cc98d00, calling=<optimized out>, argc=2, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
        ci = 0x414100000005
        cc = <optimized out>
        val = <optimized out>
        me = 0x7d142cb25a58
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#25 0x00007d142d43cf1c in vm_sendish (ec=0x59837e26f2d0, reg_cfp=0x7d142cc98d00, cd=0x59837f4ff860, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-iseq_binary/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x7d1410fb6688
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x59837f4ff860, cc = 0x7d1410fb6688, block_handler = 137525604224281, recv = 137525159296760, argc = 2, kw_splat = false, heap_argv = 0}
#26 0x00007d142d44c20f in vm_exec_core (ec=0x59837e26f000, ec@entry=0x59837e26f2d0) at ../../src/trunk-iseq_binary/insns.def:854
        bh = 137525605440865
        cd = 0x59837f4ff860
        blockiseq = 0x0
        leaf = <optimized out>
        val = 36
        reg_pc = 0x59837f3832d0
        reg_cfp = 0x7d142cc98d00
        insns_address_table = {0x7d142d44d525 <vm_exec_core+13829>, 0x7d142d44b25a <vm_exec_core+4922>, 0x7d142d44b1e8 <vm_exec_core+4808>, 0x7d142d44b135 <vm_exec_core+4629>, 0x7d142d44b0c3 <vm_exec_core+4515>, 0x7d142d44b01e <vm_exec_core+4350>, 0x7d142d44b623 <vm_exec_core+5891>, 0x7d142d44b5c8 <vm_exec_core+5800>, 0x7d142d44b35a <vm_exec_core+5178>, 0x7d142d44b2be <vm_exec_core+5022>, 0x7d142d44b6c2 <vm_exec_core+6050>, 0x7d142d44b44d <vm_exec_core+5421>, 0x7d142d44afd9 <vm_exec_core+4281>, 0x7d142d44af71 <vm_exec_core+4177>, 0x7d142d44aefa <vm_exec_core+4058>, 0x7d142d44aebd <vm_exec_core+3997>, 0x7d142d44ae85 <vm_exec_core+3941>, 0x7d142d44ae50 <vm_exec_core+3888>, 0x7d142d44ae1b <vm_exec_core+3835>, 0x7d142d44ade6 <vm_exec_core+3782>, 0x7d142d44ad5c <vm_exec_core+3644>, 0x7d142d44ad18 <vm_exec_core+3576>, 0x7d142d44acd1 <vm_exec_core+3505>, 0x7d142d44ac79 <vm_exec_core+3417>, 0x7d142d44ac33 <vm_exec_core+3347>, 0x7d142d44abb4 <vm_exec_core+3220>, 0x7d142d44ab7a <vm_exec_core+3162>, 0x7d142d44ab1d <vm_exec_core+3069>, 0x7d142d44aac3 <vm_exec_core+2979>, 0x7d142d44aa86 <vm_exec_core+2918>, 0x7d142d44be61 <vm_exec_core+8001>, 0x7d142d44bccc <vm_exec_core+7596>, 0x7d142d44bc3e <vm_exec_core+7454>, 0x7d142d44bbd7 <vm_exec_core+7351>, 0x7d142d44bb85 <vm_exec_core+7269>, 0x7d142d44bb26 <vm_exec_core+7174>, 0x7d142d44bad9 <vm_exec_core+7097>, 0x7d142d44ba84 <vm_exec_core+7012>, 0x7d142d44bf4f <vm_exec_core+8239>, 0x7d142d44bf28 <vm_exec_core+8200>, 0x7d142d44beed <vm_exec_core+8141>, 0x7d142d44be9e <vm_exec_core+8062>, 0x7d142d44c043 <vm_exec_core+8483>, 0x7d142d44bf99 <vm_exec_core+8313>, 0x7d142d44b837 <vm_exec_core+6423>, 0x7d142d44b7f3 <vm_exec_core+6355>, 0x7d142d44c3dc <vm_exec_core+9404>, 0x7d142d44c36d <vm_exec_core+9293>, 0x7d142d44c40e <vm_exec_core+9454>, 0x7d142d44ba35 <vm_exec_core+6933>, 0x7d142d44b9c6 <vm_exec_core+6822>, 0x7d142d44b968 <vm_exec_core+6728>, 0x7d142d44b8b6 <vm_exec_core+6550>, 0x7d142d44b87a <vm_exec_core+6490>, 0x7d142d44c23f <vm_exec_core+8991>, 0x7d142d44c1d5 <vm_exec_core+8885>, 0x7d142d44c12a <vm_exec_core+8714>, 0x7d142d449f80 <vm_exec_core+96>, 0x7d142d44c077 <vm_exec_core+8535>, 0x7d142d44c2d5 <vm_exec_core+9141>, 0x7d142d44c286 <vm_exec_core+9062>, 0x7d142d44c31e <vm_exec_core+9214>, 0x7d142d44aa37 <vm_exec_core+2839>, 0x7d142d44d4dd <vm_exec_core+13757>, 0x7d142d44a9e8 <vm_exec_core+2760>, 0x7d142d44a979 <vm_exec_core+2649>, 0x7d142d44a934 <vm_exec_core+2580>, 0x7d142d44a8c1 <vm_exec_core+2465>, 0x7d142d44a76a <vm_exec_core+2122>, 0x7d142d44a69a <vm_exec_core+1914>, 0x7d142d44a61e <vm_exec_core+1790>, 0x7d142d44a040 <vm_exec_core+288>, 0x7d142d44a5ea <vm_exec_core+1738>, 0x7d142d44a5ab <vm_exec_core+1675>, 0x7d142d44a56c <vm_exec_core+1612>, 0x7d142d44a530 <vm_exec_core+1552>, 0x7d142d44a470 <vm_exec_core+1360>, 0x7d142d44a3eb <vm_exec_core+1227>, 0x7d142d44d536 <vm_exec_core+13846>, 0x7d142d44ccae <vm_exec_core+11662>, 0x7d142d44cd14 <vm_exec_core+11764>, 0x7d142d44c49d <vm_exec_core+9597>, 0x7d142d44cdad <vm_exec_core+11917>, 0x7d142d44ce46 <vm_exec_core+12070>, 0x7d142d44d24d <vm_exec_core+13101>, 0x7d142d44d191 <vm_exec_core+12913>, 0x7d142d44d1ef <vm_exec_core+13007>, 0x7d142d44d0bc <vm_exec_core+12700>, 0x7d142d44d11d <vm_exec_core+12797>, 0x7d142d44d38a <vm_exec_core+13418>, 0x7d142d44d40d <vm_exec_core+13549>, 0x7d142d44ceb5 <vm_exec_core+12181>, 0x7d142d44cf08 <vm_exec_core+12264>, 0x7d142d44cf8b <vm_exec_core+12395>, 0x7d142d44d015 <vm_exec_core+12533>, 0x7d142d44cb00 <vm_exec_core+11232>, 0x7d142d44cb53 <vm_exec_core+11315>, 0x7d142d44cb9c <vm_exec_core+11388>, 0x7d142d44cbfe <vm_exec_core+11486>, 0x7d142d44d59b <vm_exec_core+13947>, 0x7d142d44a37a <vm_exec_core+1114>, 0x7d142d44a2fa <vm_exec_core+986>, 0x7d142d44a251 <vm_exec_core+817>, 0x7d142d44a20a <vm_exec_core+746>, 0x7d142d44a1bf <vm_exec_core+671>, 0x7d142d44a176 <vm_exec_core+598>, 0x7d142d44a125 <vm_exec_core+517>, 0x7d142d44a0f0 <vm_exec_core+464>, 0x7d142d44a0bb <vm_exec_core+411>, 0x7d142d44cc90 <vm_exec_core+11632>, 0x7d142d44b249 <vm_exec_core+4905>, 0x7d142d44b1d7 <vm_exec_core+4791>, 0x7d142d44b124 <vm_exec_core+4612>, 0x7d142d44b0b2 <vm_exec_core+4498>, 0x7d142d44b00d <vm_exec_core+4333>, 0x7d142d44b612 <vm_exec_core+5874>, 0x7d142d44b5b7 <vm_exec_core+5783>, 0x7d142d44b349 <vm_exec_core+5161>, 0x7d142d44b2ad <vm_exec_core+5005>, 0x7d142d44b6b1 <vm_exec_core+6033>, 0x7d142d44b43c <vm_exec_core+5404>, 0x7d142d44afc8 <vm_exec_core+4264>, 0x7d142d44af60 <vm_exec_core+4160>, 0x7d142d44aee9 <vm_exec_core+4041>, 0x7d142d44aeac <vm_exec_core+3980>, 0x7d142d44ae74 <vm_exec_core+3924>, 0x7d142d44ae3f <vm_exec_core+3871>, 0x7d142d44ae0a <vm_exec_core+3818>, 0x7d142d44add5 <vm_exec_core+3765>, 0x7d142d44ad4b <vm_exec_core+3627>, 0x7d142d44ad07 <vm_exec_core+3559>, 0x7d142d44acc0 <vm_exec_core+3488>, 0x7d142d44ac68 <vm_exec_core+3400>, 0x7d142d44ac22 <vm_exec_core+3330>, 0x7d142d44aba3 <vm_exec_core+3203>, 0x7d142d44ab69 <vm_exec_core+3145>, 0x7d142d44ab0c <vm_exec_core+3052>, 0x7d142d44aab2 <vm_exec_core+2962>, 0x7d142d44aa75 <vm_exec_core+2901>, 0x7d142d44be50 <vm_exec_core+7984>, 0x7d142d44bcbb <vm_exec_core+7579>, 0x7d142d44bc2d <vm_exec_core+7437>, 0x7d142d44bbc6 <vm_exec_core+7334>, 0x7d142d44bb74 <vm_exec_core+7252>, 0x7d142d44bb15 <vm_exec_core+7157>, 0x7d142d44bac8 <vm_exec_core+7080>, 0x7d142d44ba73 <vm_exec_core+6995>, 0x7d142d44bf3e <vm_exec_core+8222>, 0x7d142d44bf17 <vm_exec_core+8183>, 0x7d142d44bedc <vm_exec_core+8124>, 0x7d142d44be8d <vm_exec_core+8045>, 0x7d142d44c032 <vm_exec_core+8466>, 0x7d142d44bf88 <vm_exec_core+8296>, 0x7d142d44b826 <vm_exec_core+6406>, 0x7d142d44b7e2 <vm_exec_core+6338>, 0x7d142d44c3cb <vm_exec_core+9387>, 0x7d142d44c35c <vm_exec_core+9276>, 0x7d142d44c3fd <vm_exec_core+9437>, 0x7d142d44ba24 <vm_exec_core+6916>, 0x7d142d44b9b5 <vm_exec_core+6805>, 0x7d142d44b957 <vm_exec_core+6711>, 0x7d142d44b8a5 <vm_exec_core+6533>, 0x7d142d44b869 <vm_exec_core+6473>, 0x7d142d44c22e <vm_exec_core+8974>, 0x7d142d44c1c4 <vm_exec_core+8868>, 0x7d142d44c119 <vm_exec_core+8697>, 0x7d142d44d459 <vm_exec_core+13625>, 0x7d142d44c066 <vm_exec_core+8518>, 0x7d142d44c2c4 <vm_exec_core+9124>, 0x7d142d44c275 <vm_exec_core+9045>, 0x7d142d44c30d <vm_exec_core+9197>, 0x7d142d44aa26 <vm_exec_core+2822>, 0x7d142d44d46f <vm_exec_core+13647>, 0x7d142d44a9d7 <vm_exec_core+2743>, 0x7d142d44a968 <vm_exec_core+2632>, 0x7d142d44a923 <vm_exec_core+2563>, 0x7d142d44a8b0 <vm_exec_core+2448>, 0x7d142d44a759 <vm_exec_core+2105>, 0x7d142d44a689 <vm_exec_core+1897>, 0x7d142d44a60d <vm_exec_core+1773>, 0x7d142d44a02f <vm_exec_core+271>, 0x7d142d44a5d9 <vm_exec_core+1721>, 0x7d142d44a59a <vm_exec_core+1658>, 0x7d142d44a55b <vm_exec_core+1595>, 0x7d142d44a51f <vm_exec_core+1535>, 0x7d142d44a45f <vm_exec_core+1343>, 0x7d142d44a3da <vm_exec_core+1210>, 0x7d142d44d485 <vm_exec_core+13669>, 0x7d142d44d49b <vm_exec_core+13691>, 0x7d142d44d4b1 <vm_exec_core+13713>, 0x7d142d44d4c7 <vm_exec_core+13735>, 0x7d142d44d05d <vm_exec_core+12605>, 0x7d142d44d073 <vm_exec_core+12627>, 0x7d142d44d089 <vm_exec_core+12649>, 0x7d142d44d0a6 <vm_exec_core+12678>, 0x7d142d44ce9f <vm_exec_core+12159>, 0x7d142d44d332 <vm_exec_core+13330>, 0x7d142d44d306 <vm_exec_core+13286>, 0x7d142d44d31c <vm_exec_core+13308>, 0x7d142d44d2ae <vm_exec_core+13198>...}
#27 0x00007d142d44fb58 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#28 rb_vm_exec (ec=0x59837e26f2d0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2787
        _ec = 0x59837e26f2d0
        _tag = {tag = 36, retval = 4, buf = {0x7d1410fae258, 0x7d142d44fbb0 <rb_vm_exec+272>, 0x0, 0x7fff9d1cea80, 0x7fff9d1ceaf0}, prev = 0x7fff9d1cee90, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#29 0x00007d142d454db0 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7fff9d1ceb58, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1859
No locals.
#30 vm_yield (kw_splat=0, argv=0x7fff9d1ceb58, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1873
No locals.
#31 rb_yield_0 (argv=0x7fff9d1ceb58, argc=1) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1362
No locals.
#32 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1378
No locals.
#33 0x00007d142d16b62c in rb_ary_collect (ary=137525139807760) at /tmp/ruby/src/trunk-iseq_binary/array.c:3673
        i = 7
        collect = 137525137695320
#34 0x00007d142d4336ed in vm_call_cfunc_with_frame_ (ec=0x59837e26f2d0, reg_cfp=0x7d142cc98e18, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
        ci = 0x167100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7d142cb2ebd0
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#35 0x00007d142d43cf1c in vm_sendish (ec=0x59837e26f2d0, reg_cfp=0x7d142cc98e18, cd=0x59837e546d70, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-iseq_binary/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x7d142cb0bf40
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x59837e546d70, cc = 0x7d142cb0bf40, block_handler = 137525604224561, recv = 137525139807760, argc = 0, kw_splat = false, heap_argv = 0}
#36 0x00007d142d44c20f in vm_exec_core (ec=0x59837e26f000, ec@entry=0x59837e26f2d0) at ../../src/trunk-iseq_binary/insns.def:854
        bh = 137525605440865
        cd = 0x59837e546d70
        blockiseq = 0x0
        leaf = <optimized out>
        val = 4
        reg_pc = 0x59837e5463a0
        reg_cfp = 0x7d142cc98e18
        insns_address_table = {0x7d142d44d525 <vm_exec_core+13829>, 0x7d142d44b25a <vm_exec_core+4922>, 0x7d142d44b1e8 <vm_exec_core+4808>, 0x7d142d44b135 <vm_exec_core+4629>, 0x7d142d44b0c3 <vm_exec_core+4515>, 0x7d142d44b01e <vm_exec_core+4350>, 0x7d142d44b623 <vm_exec_core+5891>, 0x7d142d44b5c8 <vm_exec_core+5800>, 0x7d142d44b35a <vm_exec_core+5178>, 0x7d142d44b2be <vm_exec_core+5022>, 0x7d142d44b6c2 <vm_exec_core+6050>, 0x7d142d44b44d <vm_exec_core+5421>, 0x7d142d44afd9 <vm_exec_core+4281>, 0x7d142d44af71 <vm_exec_core+4177>, 0x7d142d44aefa <vm_exec_core+4058>, 0x7d142d44aebd <vm_exec_core+3997>, 0x7d142d44ae85 <vm_exec_core+3941>, 0x7d142d44ae50 <vm_exec_core+3888>, 0x7d142d44ae1b <vm_exec_core+3835>, 0x7d142d44ade6 <vm_exec_core+3782>, 0x7d142d44ad5c <vm_exec_core+3644>, 0x7d142d44ad18 <vm_exec_core+3576>, 0x7d142d44acd1 <vm_exec_core+3505>, 0x7d142d44ac79 <vm_exec_core+3417>, 0x7d142d44ac33 <vm_exec_core+3347>, 0x7d142d44abb4 <vm_exec_core+3220>, 0x7d142d44ab7a <vm_exec_core+3162>, 0x7d142d44ab1d <vm_exec_core+3069>, 0x7d142d44aac3 <vm_exec_core+2979>, 0x7d142d44aa86 <vm_exec_core+2918>, 0x7d142d44be61 <vm_exec_core+8001>, 0x7d142d44bccc <vm_exec_core+7596>, 0x7d142d44bc3e <vm_exec_core+7454>, 0x7d142d44bbd7 <vm_exec_core+7351>, 0x7d142d44bb85 <vm_exec_core+7269>, 0x7d142d44bb26 <vm_exec_core+7174>, 0x7d142d44bad9 <vm_exec_core+7097>, 0x7d142d44ba84 <vm_exec_core+7012>, 0x7d142d44bf4f <vm_exec_core+8239>, 0x7d142d44bf28 <vm_exec_core+8200>, 0x7d142d44beed <vm_exec_core+8141>, 0x7d142d44be9e <vm_exec_core+8062>, 0x7d142d44c043 <vm_exec_core+8483>, 0x7d142d44bf99 <vm_exec_core+8313>, 0x7d142d44b837 <vm_exec_core+6423>, 0x7d142d44b7f3 <vm_exec_core+6355>, 0x7d142d44c3dc <vm_exec_core+9404>, 0x7d142d44c36d <vm_exec_core+9293>, 0x7d142d44c40e <vm_exec_core+9454>, 0x7d142d44ba35 <vm_exec_core+6933>, 0x7d142d44b9c6 <vm_exec_core+6822>, 0x7d142d44b968 <vm_exec_core+6728>, 0x7d142d44b8b6 <vm_exec_core+6550>, 0x7d142d44b87a <vm_exec_core+6490>, 0x7d142d44c23f <vm_exec_core+8991>, 0x7d142d44c1d5 <vm_exec_core+8885>, 0x7d142d44c12a <vm_exec_core+8714>, 0x7d142d449f80 <vm_exec_core+96>, 0x7d142d44c077 <vm_exec_core+8535>, 0x7d142d44c2d5 <vm_exec_core+9141>, 0x7d142d44c286 <vm_exec_core+9062>, 0x7d142d44c31e <vm_exec_core+9214>, 0x7d142d44aa37 <vm_exec_core+2839>, 0x7d142d44d4dd <vm_exec_core+13757>, 0x7d142d44a9e8 <vm_exec_core+2760>, 0x7d142d44a979 <vm_exec_core+2649>, 0x7d142d44a934 <vm_exec_core+2580>, 0x7d142d44a8c1 <vm_exec_core+2465>, 0x7d142d44a76a <vm_exec_core+2122>, 0x7d142d44a69a <vm_exec_core+1914>, 0x7d142d44a61e <vm_exec_core+1790>, 0x7d142d44a040 <vm_exec_core+288>, 0x7d142d44a5ea <vm_exec_core+1738>, 0x7d142d44a5ab <vm_exec_core+1675>, 0x7d142d44a56c <vm_exec_core+1612>, 0x7d142d44a530 <vm_exec_core+1552>, 0x7d142d44a470 <vm_exec_core+1360>, 0x7d142d44a3eb <vm_exec_core+1227>, 0x7d142d44d536 <vm_exec_core+13846>, 0x7d142d44ccae <vm_exec_core+11662>, 0x7d142d44cd14 <vm_exec_core+11764>, 0x7d142d44c49d <vm_exec_core+9597>, 0x7d142d44cdad <vm_exec_core+11917>, 0x7d142d44ce46 <vm_exec_core+12070>, 0x7d142d44d24d <vm_exec_core+13101>, 0x7d142d44d191 <vm_exec_core+12913>, 0x7d142d44d1ef <vm_exec_core+13007>, 0x7d142d44d0bc <vm_exec_core+12700>, 0x7d142d44d11d <vm_exec_core+12797>, 0x7d142d44d38a <vm_exec_core+13418>, 0x7d142d44d40d <vm_exec_core+13549>, 0x7d142d44ceb5 <vm_exec_core+12181>, 0x7d142d44cf08 <vm_exec_core+12264>, 0x7d142d44cf8b <vm_exec_core+12395>, 0x7d142d44d015 <vm_exec_core+12533>, 0x7d142d44cb00 <vm_exec_core+11232>, 0x7d142d44cb53 <vm_exec_core+11315>, 0x7d142d44cb9c <vm_exec_core+11388>, 0x7d142d44cbfe <vm_exec_core+11486>, 0x7d142d44d59b <vm_exec_core+13947>, 0x7d142d44a37a <vm_exec_core+1114>, 0x7d142d44a2fa <vm_exec_core+986>, 0x7d142d44a251 <vm_exec_core+817>, 0x7d142d44a20a <vm_exec_core+746>, 0x7d142d44a1bf <vm_exec_core+671>, 0x7d142d44a176 <vm_exec_core+598>, 0x7d142d44a125 <vm_exec_core+517>, 0x7d142d44a0f0 <vm_exec_core+464>, 0x7d142d44a0bb <vm_exec_core+411>, 0x7d142d44cc90 <vm_exec_core+11632>, 0x7d142d44b249 <vm_exec_core+4905>, 0x7d142d44b1d7 <vm_exec_core+4791>, 0x7d142d44b124 <vm_exec_core+4612>, 0x7d142d44b0b2 <vm_exec_core+4498>, 0x7d142d44b00d <vm_exec_core+4333>, 0x7d142d44b612 <vm_exec_core+5874>, 0x7d142d44b5b7 <vm_exec_core+5783>, 0x7d142d44b349 <vm_exec_core+5161>, 0x7d142d44b2ad <vm_exec_core+5005>, 0x7d142d44b6b1 <vm_exec_core+6033>, 0x7d142d44b43c <vm_exec_core+5404>, 0x7d142d44afc8 <vm_exec_core+4264>, 0x7d142d44af60 <vm_exec_core+4160>, 0x7d142d44aee9 <vm_exec_core+4041>, 0x7d142d44aeac <vm_exec_core+3980>, 0x7d142d44ae74 <vm_exec_core+3924>, 0x7d142d44ae3f <vm_exec_core+3871>, 0x7d142d44ae0a <vm_exec_core+3818>, 0x7d142d44add5 <vm_exec_core+3765>, 0x7d142d44ad4b <vm_exec_core+3627>, 0x7d142d44ad07 <vm_exec_core+3559>, 0x7d142d44acc0 <vm_exec_core+3488>, 0x7d142d44ac68 <vm_exec_core+3400>, 0x7d142d44ac22 <vm_exec_core+3330>, 0x7d142d44aba3 <vm_exec_core+3203>, 0x7d142d44ab69 <vm_exec_core+3145>, 0x7d142d44ab0c <vm_exec_core+3052>, 0x7d142d44aab2 <vm_exec_core+2962>, 0x7d142d44aa75 <vm_exec_core+2901>, 0x7d142d44be50 <vm_exec_core+7984>, 0x7d142d44bcbb <vm_exec_core+7579>, 0x7d142d44bc2d <vm_exec_core+7437>, 0x7d142d44bbc6 <vm_exec_core+7334>, 0x7d142d44bb74 <vm_exec_core+7252>, 0x7d142d44bb15 <vm_exec_core+7157>, 0x7d142d44bac8 <vm_exec_core+7080>, 0x7d142d44ba73 <vm_exec_core+6995>, 0x7d142d44bf3e <vm_exec_core+8222>, 0x7d142d44bf17 <vm_exec_core+8183>, 0x7d142d44bedc <vm_exec_core+8124>, 0x7d142d44be8d <vm_exec_core+8045>, 0x7d142d44c032 <vm_exec_core+8466>, 0x7d142d44bf88 <vm_exec_core+8296>, 0x7d142d44b826 <vm_exec_core+6406>, 0x7d142d44b7e2 <vm_exec_core+6338>, 0x7d142d44c3cb <vm_exec_core+9387>, 0x7d142d44c35c <vm_exec_core+9276>, 0x7d142d44c3fd <vm_exec_core+9437>, 0x7d142d44ba24 <vm_exec_core+6916>, 0x7d142d44b9b5 <vm_exec_core+6805>, 0x7d142d44b957 <vm_exec_core+6711>, 0x7d142d44b8a5 <vm_exec_core+6533>, 0x7d142d44b869 <vm_exec_core+6473>, 0x7d142d44c22e <vm_exec_core+8974>, 0x7d142d44c1c4 <vm_exec_core+8868>, 0x7d142d44c119 <vm_exec_core+8697>, 0x7d142d44d459 <vm_exec_core+13625>, 0x7d142d44c066 <vm_exec_core+8518>, 0x7d142d44c2c4 <vm_exec_core+9124>, 0x7d142d44c275 <vm_exec_core+9045>, 0x7d142d44c30d <vm_exec_core+9197>, 0x7d142d44aa26 <vm_exec_core+2822>, 0x7d142d44d46f <vm_exec_core+13647>, 0x7d142d44a9d7 <vm_exec_core+2743>, 0x7d142d44a968 <vm_exec_core+2632>, 0x7d142d44a923 <vm_exec_core+2563>, 0x7d142d44a8b0 <vm_exec_core+2448>, 0x7d142d44a759 <vm_exec_core+2105>, 0x7d142d44a689 <vm_exec_core+1897>, 0x7d142d44a60d <vm_exec_core+1773>, 0x7d142d44a02f <vm_exec_core+271>, 0x7d142d44a5d9 <vm_exec_core+1721>, 0x7d142d44a59a <vm_exec_core+1658>, 0x7d142d44a55b <vm_exec_core+1595>, 0x7d142d44a51f <vm_exec_core+1535>, 0x7d142d44a45f <vm_exec_core+1343>, 0x7d142d44a3da <vm_exec_core+1210>, 0x7d142d44d485 <vm_exec_core+13669>, 0x7d142d44d49b <vm_exec_core+13691>, 0x7d142d44d4b1 <vm_exec_core+13713>, 0x7d142d44d4c7 <vm_exec_core+13735>, 0x7d142d44d05d <vm_exec_core+12605>, 0x7d142d44d073 <vm_exec_core+12627>, 0x7d142d44d089 <vm_exec_core+12649>, 0x7d142d44d0a6 <vm_exec_core+12678>, 0x7d142d44ce9f <vm_exec_core+12159>, 0x7d142d44d332 <vm_exec_core+13330>, 0x7d142d44d306 <vm_exec_core+13286>, 0x7d142d44d31c <vm_exec_core+13308>, 0x7d142d44d2ae <vm_exec_core+13198>...}
#37 0x00007d142d44fe5b in vm_exec_loop (result=<optimized out>, tag=0x7fff9d1cee90, state=<optimized out>, ec=0x59837e26f2d0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
        vm_loop_start = <optimized out>
#38 rb_vm_exec (ec=0x59837e26f2d0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2790
        _ec = 0x59837e26f2d0
        _tag = {tag = 36, retval = 4, buf = {0x7d1410fbacb0, 0x7d142d44fbb0 <rb_vm_exec+272>, 0x0, 0x7fff9d1cee70, 0x7d142cb488f0}, prev = 0x7fff9d1cf280, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#39 0x00007d142d454db0 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7fff9d1cef48, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1859
No locals.
#40 vm_yield (kw_splat=0, argv=0x7fff9d1cef48, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:1873
No locals.
#41 rb_yield_0 (argv=0x7fff9d1cef48, argc=1) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1362
No locals.
#42 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1378
No locals.
#43 0x00007d142d16b62c in rb_ary_collect (ary=137525137747200) at /tmp/ruby/src/trunk-iseq_binary/array.c:3673
        i = 0
        collect = 137525137747120
#44 0x00007d142d4336ed in vm_call_cfunc_with_frame_ (ec=0x59837e26f2d0, reg_cfp=0x7d142cc98f30, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
        ci = 0x167100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7d142cb2ebd0
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#45 0x00007d142d43cf1c in vm_sendish (ec=0x59837e26f2d0, reg_cfp=0x7d142cc98f30, cd=0x59837e422640, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-iseq_binary/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x7d142cb0bf40
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x59837e422640, cc = 0x7d142cb0bf40, block_handler = 137525604224841, recv = 137525137747200, argc = 0, kw_splat = false, heap_argv = 0}
#46 0x00007d142d44c20f in vm_exec_core (ec=0x59837e26f000, ec@entry=0x59837e26f2d0) at ../../src/trunk-iseq_binary/insns.def:854
        bh = 137525605440865
        cd = 0x59837e422640
        blockiseq = 0x0
        leaf = <optimized out>
        val = 36
        reg_pc = 0x59837e408258
        reg_cfp = 0x7d142cc98f30
        insns_address_table = {0x7d142d44d525 <vm_exec_core+13829>, 0x7d142d44b25a <vm_exec_core+4922>, 0x7d142d44b1e8 <vm_exec_core+4808>, 0x7d142d44b135 <vm_exec_core+4629>, 0x7d142d44b0c3 <vm_exec_core+4515>, 0x7d142d44b01e <vm_exec_core+4350>, 0x7d142d44b623 <vm_exec_core+5891>, 0x7d142d44b5c8 <vm_exec_core+5800>, 0x7d142d44b35a <vm_exec_core+5178>, 0x7d142d44b2be <vm_exec_core+5022>, 0x7d142d44b6c2 <vm_exec_core+6050>, 0x7d142d44b44d <vm_exec_core+5421>, 0x7d142d44afd9 <vm_exec_core+4281>, 0x7d142d44af71 <vm_exec_core+4177>, 0x7d142d44aefa <vm_exec_core+4058>, 0x7d142d44aebd <vm_exec_core+3997>, 0x7d142d44ae85 <vm_exec_core+3941>, 0x7d142d44ae50 <vm_exec_core+3888>, 0x7d142d44ae1b <vm_exec_core+3835>, 0x7d142d44ade6 <vm_exec_core+3782>, 0x7d142d44ad5c <vm_exec_core+3644>, 0x7d142d44ad18 <vm_exec_core+3576>, 0x7d142d44acd1 <vm_exec_core+3505>, 0x7d142d44ac79 <vm_exec_core+3417>, 0x7d142d44ac33 <vm_exec_core+3347>, 0x7d142d44abb4 <vm_exec_core+3220>, 0x7d142d44ab7a <vm_exec_core+3162>, 0x7d142d44ab1d <vm_exec_core+3069>, 0x7d142d44aac3 <vm_exec_core+2979>, 0x7d142d44aa86 <vm_exec_core+2918>, 0x7d142d44be61 <vm_exec_core+8001>, 0x7d142d44bccc <vm_exec_core+7596>, 0x7d142d44bc3e <vm_exec_core+7454>, 0x7d142d44bbd7 <vm_exec_core+7351>, 0x7d142d44bb85 <vm_exec_core+7269>, 0x7d142d44bb26 <vm_exec_core+7174>, 0x7d142d44bad9 <vm_exec_core+7097>, 0x7d142d44ba84 <vm_exec_core+7012>, 0x7d142d44bf4f <vm_exec_core+8239>, 0x7d142d44bf28 <vm_exec_core+8200>, 0x7d142d44beed <vm_exec_core+8141>, 0x7d142d44be9e <vm_exec_core+8062>, 0x7d142d44c043 <vm_exec_core+8483>, 0x7d142d44bf99 <vm_exec_core+8313>, 0x7d142d44b837 <vm_exec_core+6423>, 0x7d142d44b7f3 <vm_exec_core+6355>, 0x7d142d44c3dc <vm_exec_core+9404>, 0x7d142d44c36d <vm_exec_core+9293>, 0x7d142d44c40e <vm_exec_core+9454>, 0x7d142d44ba35 <vm_exec_core+6933>, 0x7d142d44b9c6 <vm_exec_core+6822>, 0x7d142d44b968 <vm_exec_core+6728>, 0x7d142d44b8b6 <vm_exec_core+6550>, 0x7d142d44b87a <vm_exec_core+6490>, 0x7d142d44c23f <vm_exec_core+8991>, 0x7d142d44c1d5 <vm_exec_core+8885>, 0x7d142d44c12a <vm_exec_core+8714>, 0x7d142d449f80 <vm_exec_core+96>, 0x7d142d44c077 <vm_exec_core+8535>, 0x7d142d44c2d5 <vm_exec_core+9141>, 0x7d142d44c286 <vm_exec_core+9062>, 0x7d142d44c31e <vm_exec_core+9214>, 0x7d142d44aa37 <vm_exec_core+2839>, 0x7d142d44d4dd <vm_exec_core+13757>, 0x7d142d44a9e8 <vm_exec_core+2760>, 0x7d142d44a979 <vm_exec_core+2649>, 0x7d142d44a934 <vm_exec_core+2580>, 0x7d142d44a8c1 <vm_exec_core+2465>, 0x7d142d44a76a <vm_exec_core+2122>, 0x7d142d44a69a <vm_exec_core+1914>, 0x7d142d44a61e <vm_exec_core+1790>, 0x7d142d44a040 <vm_exec_core+288>, 0x7d142d44a5ea <vm_exec_core+1738>, 0x7d142d44a5ab <vm_exec_core+1675>, 0x7d142d44a56c <vm_exec_core+1612>, 0x7d142d44a530 <vm_exec_core+1552>, 0x7d142d44a470 <vm_exec_core+1360>, 0x7d142d44a3eb <vm_exec_core+1227>, 0x7d142d44d536 <vm_exec_core+13846>, 0x7d142d44ccae <vm_exec_core+11662>, 0x7d142d44cd14 <vm_exec_core+11764>, 0x7d142d44c49d <vm_exec_core+9597>, 0x7d142d44cdad <vm_exec_core+11917>, 0x7d142d44ce46 <vm_exec_core+12070>, 0x7d142d44d24d <vm_exec_core+13101>, 0x7d142d44d191 <vm_exec_core+12913>, 0x7d142d44d1ef <vm_exec_core+13007>, 0x7d142d44d0bc <vm_exec_core+12700>, 0x7d142d44d11d <vm_exec_core+12797>, 0x7d142d44d38a <vm_exec_core+13418>, 0x7d142d44d40d <vm_exec_core+13549>, 0x7d142d44ceb5 <vm_exec_core+12181>, 0x7d142d44cf08 <vm_exec_core+12264>, 0x7d142d44cf8b <vm_exec_core+12395>, 0x7d142d44d015 <vm_exec_core+12533>, 0x7d142d44cb00 <vm_exec_core+11232>, 0x7d142d44cb53 <vm_exec_core+11315>, 0x7d142d44cb9c <vm_exec_core+11388>, 0x7d142d44cbfe <vm_exec_core+11486>, 0x7d142d44d59b <vm_exec_core+13947>, 0x7d142d44a37a <vm_exec_core+1114>, 0x7d142d44a2fa <vm_exec_core+986>, 0x7d142d44a251 <vm_exec_core+817>, 0x7d142d44a20a <vm_exec_core+746>, 0x7d142d44a1bf <vm_exec_core+671>, 0x7d142d44a176 <vm_exec_core+598>, 0x7d142d44a125 <vm_exec_core+517>, 0x7d142d44a0f0 <vm_exec_core+464>, 0x7d142d44a0bb <vm_exec_core+411>, 0x7d142d44cc90 <vm_exec_core+11632>, 0x7d142d44b249 <vm_exec_core+4905>, 0x7d142d44b1d7 <vm_exec_core+4791>, 0x7d142d44b124 <vm_exec_core+4612>, 0x7d142d44b0b2 <vm_exec_core+4498>, 0x7d142d44b00d <vm_exec_core+4333>, 0x7d142d44b612 <vm_exec_core+5874>, 0x7d142d44b5b7 <vm_exec_core+5783>, 0x7d142d44b349 <vm_exec_core+5161>, 0x7d142d44b2ad <vm_exec_core+5005>, 0x7d142d44b6b1 <vm_exec_core+6033>, 0x7d142d44b43c <vm_exec_core+5404>, 0x7d142d44afc8 <vm_exec_core+4264>, 0x7d142d44af60 <vm_exec_core+4160>, 0x7d142d44aee9 <vm_exec_core+4041>, 0x7d142d44aeac <vm_exec_core+3980>, 0x7d142d44ae74 <vm_exec_core+3924>, 0x7d142d44ae3f <vm_exec_core+3871>, 0x7d142d44ae0a <vm_exec_core+3818>, 0x7d142d44add5 <vm_exec_core+3765>, 0x7d142d44ad4b <vm_exec_core+3627>, 0x7d142d44ad07 <vm_exec_core+3559>, 0x7d142d44acc0 <vm_exec_core+3488>, 0x7d142d44ac68 <vm_exec_core+3400>, 0x7d142d44ac22 <vm_exec_core+3330>, 0x7d142d44aba3 <vm_exec_core+3203>, 0x7d142d44ab69 <vm_exec_core+3145>, 0x7d142d44ab0c <vm_exec_core+3052>, 0x7d142d44aab2 <vm_exec_core+2962>, 0x7d142d44aa75 <vm_exec_core+2901>, 0x7d142d44be50 <vm_exec_core+7984>, 0x7d142d44bcbb <vm_exec_core+7579>, 0x7d142d44bc2d <vm_exec_core+7437>, 0x7d142d44bbc6 <vm_exec_core+7334>, 0x7d142d44bb74 <vm_exec_core+7252>, 0x7d142d44bb15 <vm_exec_core+7157>, 0x7d142d44bac8 <vm_exec_core+7080>, 0x7d142d44ba73 <vm_exec_core+6995>, 0x7d142d44bf3e <vm_exec_core+8222>, 0x7d142d44bf17 <vm_exec_core+8183>, 0x7d142d44bedc <vm_exec_core+8124>, 0x7d142d44be8d <vm_exec_core+8045>, 0x7d142d44c032 <vm_exec_core+8466>, 0x7d142d44bf88 <vm_exec_core+8296>, 0x7d142d44b826 <vm_exec_core+6406>, 0x7d142d44b7e2 <vm_exec_core+6338>, 0x7d142d44c3cb <vm_exec_core+9387>, 0x7d142d44c35c <vm_exec_core+9276>, 0x7d142d44c3fd <vm_exec_core+9437>, 0x7d142d44ba24 <vm_exec_core+6916>, 0x7d142d44b9b5 <vm_exec_core+6805>, 0x7d142d44b957 <vm_exec_core+6711>, 0x7d142d44b8a5 <vm_exec_core+6533>, 0x7d142d44b869 <vm_exec_core+6473>, 0x7d142d44c22e <vm_exec_core+8974>, 0x7d142d44c1c4 <vm_exec_core+8868>, 0x7d142d44c119 <vm_exec_core+8697>, 0x7d142d44d459 <vm_exec_core+13625>, 0x7d142d44c066 <vm_exec_core+8518>, 0x7d142d44c2c4 <vm_exec_core+9124>, 0x7d142d44c275 <vm_exec_core+9045>, 0x7d142d44c30d <vm_exec_core+9197>, 0x7d142d44aa26 <vm_exec_core+2822>, 0x7d142d44d46f <vm_exec_core+13647>, 0x7d142d44a9d7 <vm_exec_core+2743>, 0x7d142d44a968 <vm_exec_core+2632>, 0x7d142d44a923 <vm_exec_core+2563>, 0x7d142d44a8b0 <vm_exec_core+2448>, 0x7d142d44a759 <vm_exec_core+2105>, 0x7d142d44a689 <vm_exec_core+1897>, 0x7d142d44a60d <vm_exec_core+1773>, 0x7d142d44a02f <vm_exec_core+271>, 0x7d142d44a5d9 <vm_exec_core+1721>, 0x7d142d44a59a <vm_exec_core+1658>, 0x7d142d44a55b <vm_exec_core+1595>, 0x7d142d44a51f <vm_exec_core+1535>, 0x7d142d44a45f <vm_exec_core+1343>, 0x7d142d44a3da <vm_exec_core+1210>, 0x7d142d44d485 <vm_exec_core+13669>, 0x7d142d44d49b <vm_exec_core+13691>, 0x7d142d44d4b1 <vm_exec_core+13713>, 0x7d142d44d4c7 <vm_exec_core+13735>, 0x7d142d44d05d <vm_exec_core+12605>, 0x7d142d44d073 <vm_exec_core+12627>, 0x7d142d44d089 <vm_exec_core+12649>, 0x7d142d44d0a6 <vm_exec_core+12678>, 0x7d142d44ce9f <vm_exec_core+12159>, 0x7d142d44d332 <vm_exec_core+13330>, 0x7d142d44d306 <vm_exec_core+13286>, 0x7d142d44d31c <vm_exec_core+13308>, 0x7d142d44d2ae <vm_exec_core+13198>...}
#47 0x00007d142d44fe5b in vm_exec_loop (result=<optimized out>, tag=0x7fff9d1cf280, state=<optimized out>, ec=0x59837e26f2d0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
        vm_loop_start = <optimized out>
#48 rb_vm_exec (ec=0x59837e26f2d0) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2790
        _ec = 0x59837e26f2d0
        _tag = {tag = 36, retval = 4, buf = {0x59837e26f2d0, 0x7d142d44fbb0 <rb_vm_exec+272>, 0x0, 0x7fff9d1cf260, 0x7d142cb08a20}, prev = 0x7fff9d1cf330, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#49 0x00007d142d461973 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm.c:3050
        ec = <optimized out>
        val = <optimized out>
#50 0x00007d142d240635 in rb_ec_exec_node (ec=ec@entry=0x59837e26f2d0, n=n@entry=0x7d142caaf678) at /tmp/ruby/src/trunk-iseq_binary/eval.c:283
        _ec = 0x59837e26f2d0
        _tag = {tag = 36, retval = 137525610168181, buf = {0x59837e26f2d0, 0x7d142d240680 <rb_ec_exec_node+240>, 0x0, 0x7fff9d1cf310, 0x7d142caaf678}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7d142caaf678
#51 0x00007d142d244b0b in ruby_run_node (n=0x7d142caaf678) at /tmp/ruby/src/trunk-iseq_binary/eval.c:321
        ec = 0x59837e26f2d0
        status = 0
#52 0x000059835b017186 in rb_main (argv=0x7fff9d1cf558, argc=10) at /tmp/ruby/src/trunk-iseq_binary/main.c:42
        variable_in_this_stack_frame = 0
#53 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

th: 0x59837e26a010, native_id: 0x7d142ccfac00
-- Control frame information -----------------------------------------------
c:0018 p:---- s:0124 e:000123 l:y b:---- CFUNC  :value
c:0017 p:0023 s:0120 e:000118 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/core_assertions.rb:797
c:0016 p:0038 s:0109 E:001a88 l:n b:---- BLOCK  /tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https.rb:106 [FINISH]
c:0015 p:---- s:0101 e:000100 l:y b:---- CFUNC  :open
c:0014 p:0008 s:0095 E:0020b0 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https.rb:73
c:0013 p:0037 s:0091 e:000090 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb:202
c:0012 p:0052 s:0085 e:000084 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb:170
c:0011 p:0093 s:0076 e:000075 l:n b:---- BLOCK  /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1683 [FINISH]
c:0010 p:---- s:0069 e:000068 l:y b:---- CFUNC  :map
c:0009 p:0114 s:0065 e:000064 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1670
c:0008 p:0035 s:0053 e:000052 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1374
c:0007 p:0069 s:0046 E:0001f0 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0030 e:000029 l:n b:---- BLOCK  /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:24 [FINISH]
c:0005 p:---- s:0026 e:000025 l:y b:---- CFUNC  :map
c:0004 p:0005 s:0022 e:000021 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 e:000015 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:122
c:0002 p:0062 s:0006 e:000005 l:n b:---- EVAL   /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:220 [FINISH]
c:0001 p:0000 s:0003 E:0025f0 l:y b:---- DUMMY  [FINISH]

th: 0x59837f1799e0, native_id: 0x7d14112036c0
-- Control frame information -----------------------------------------------
c:0003 p:0023 s:0017 e:000016 l:y b:0001 METHOD <internal:thread_sync>:18
c:0002 p:0018 s:0010 e:000009 l:n b:---- BLOCK  /tmp/ruby/src/trunk-iseq_binary/lib/timeout.rb:99 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

th: 0x598380d2d570, native_id: 0x7d141010c6c0
-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 l:y b:---- CFUNC  :readpartial
c:0002 p:0035 s:0007 e:000006 l:n b:---- BLOCK  /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:42 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

th: 0x59837f4858a0, native_id: 0x7d141198e6c0
-- Control frame information -----------------------------------------------
c:0006 p:---- s:0026 e:000025 l:y b:---- CFUNC  :accept
c:0005 p:0005 s:0022 e:000021 l:y b:0001 METHOD /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/ssl.rb:518
c:0004 p:0012 s:0015 e:000014 l:n b:---- BLOCK  /tmp/ruby/src/trunk-iseq_binary/test/net/http/utils.rb:30
c:0003 p:0017 s:0011 e:000010 l:y b:0001 METHOD <internal:kernel>:169
c:0002 p:0004 s:0006 e:000005 l:n b:---- BLOCK  /tmp/ruby/src/trunk-iseq_binary/test/net/http/utils.rb:29 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

th: 0x59837ec57500, native_id: 0x7d141022e6c0
-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 l:y b:---- CFUNC  :accept
c:0002 p:0004 s:0008 e:000007 l:n b:---- BLOCK  /tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https.rb:92 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

$1 = true
$2 = 0
">>> Finish
"[Inferior 1 (process 662962) detached]
worker 662962=net/http/test_https does not respond; SEGV is sent
/tmp/ruby/src/trunk-iseq_binary/tool/lib/core_assertions.rb:797: [BUG] Segmentation fault at 0x000003e9000a1dac
ruby 4.0.0dev (2025-11-12T14:26:19Z master 6a05545184) +PRISM [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0018 p:---- s:0124 e:000123 l:y b:---- CFUNC  :value
c:0017 p:0023 s:0120 e:000118 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/core_assertions.rb:797
c:0016 p:0038 s:0109 E:001a88 l:n b:---- BLOCK  /tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https.rb:106 [FINISH]
c:0015 p:---- s:0101 e:000100 l:y b:---- CFUNC  :open
c:0014 p:0008 s:0095 E:0020b0 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https.rb:73
c:0013 p:0037 s:0091 e:000090 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb:202
c:0012 p:0052 s:0085 e:000084 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb:170
c:0011 p:0093 s:0076 e:000075 l:n b:---- BLOCK  /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1683 [FINISH]
c:0010 p:---- s:0069 e:000068 l:y b:---- CFUNC  :map
c:0009 p:0114 s:0065 e:000064 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1670
c:0008 p:0035 s:0053 e:000052 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1374
c:0007 p:0069 s:0046 E:0001f0 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0030 e:000029 l:n b:---- BLOCK  /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:24 [FINISH]
c:0005 p:---- s:0026 e:000025 l:y b:---- CFUNC  :map
c:0004 p:0005 s:0022 e:000021 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 e:000015 l:y b:0001 METHOD /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:122
c:0002 p:0062 s:0006 e:000005 l:n b:---- EVAL   /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:220 [FINISH]
c:0001 p:0000 s:0003 E:0025f0 l:y b:---- DUMMY  [FINISH]

-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:220:in '<main>'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:122:in 'run'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:23:in '_run_suites'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:23:in 'map'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:24:in 'block in _run_suites'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:52:in '_run_suite'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1374:in '_run_suite'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1670:in '_run_suite'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1670:in 'map'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1683:in 'block in _run_suite'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb:170:in 'run'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb:202:in 'run_test'
/tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https.rb:73:in 'test_get_SNI_proxy'
/tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https.rb:73:in 'open'
/tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https.rb:106:in 'block in test_get_SNI_proxy'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/core_assertions.rb:797:in 'assert_join_threads'
/tmp/ruby/src/trunk-iseq_binary/tool/lib/core_assertions.rb:797:in 'value'

-- Threading information ---------------------------------------------------
Total ractor count: 1
Ruby thread count for this ractor: 5

-- Machine register context ------------------------------------------------
 RIP: 0x00007d142cdc1d61 RBP: 0x00007fff9d1cdff0 RSP: 0x00007fff9d1cdfb0
 RAX: 0xfffffffffffffffc RBX: 0x000059837e26efd8 RCX: 0x00007d142cdc1d61
 RDX: 0x0000000000000000 RDI: 0x000059837e26f000 RSI: 0x0000000000000189
  R8: 0x0000000000000000  R9: 0x00000000ffffffff R10: 0x0000000000000000
 R11: 0x0000000000000246 R12: 0x0000000000000000 R13: 0x0000000000000000
 R14: 0x000059837e26f0f8 R15: 0x000059837e26f000 EFL: 0x0000000000000246

-- C level backtrace information -------------------------------------------
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_print_backtrace+0x14) [0x7d142d468528] /tmp/ruby/src/trunk-iseq_binary/vm_dump.c:1102
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_vm_bugreport) /tmp/ruby/src/trunk-iseq_binary/vm_dump.c:1447
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_bug_for_fatal_signal+0x10a) [0x7d142d2368ea] /tmp/ruby/src/trunk-iseq_binary/error.c:1130
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(sigsegv+0x48) [0x7d142d3a0008] /tmp/ruby/src/trunk-iseq_binary/signal.c:948
/lib/x86_64-linux-gnu/libc.so.6(0x7d142cd6e320) [0x7d142cd6e320]
/lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common64+0x2a) [0x7d142cdc1d61] ./nptl/futex-internal.c:57
/lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common) ./nptl/futex-internal.c:87
/lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_cancelable64) ./nptl/futex-internal.c:139
/lib/x86_64-linux-gnu/libc.so.6(__pthread_cond_wait_common+0xed) [0x7d142cdc47dd] ./nptl/pthread_cond_wait.c:503
/lib/x86_64-linux-gnu/libc.so.6(___pthread_cond_wait) ./nptl/pthread_cond_wait.c:627
/lib/x86_64-linux-gnu/libc.so.6(pthread_cond_wait) (null):0
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_native_cond_wait+0xd) [0x7d142d3ea8ed] /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:231
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(thread_sched_wait_running_turn+0x93) [0x7d142d3eaa33] /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:851
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(thread_sched_unlock_+0x0) [0x7d142d3eb274] /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:1126
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(thread_sched_to_waiting_until_wakeup) /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:1132
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(sleep_forever+0x7a) [0x7d142d3f3702] /tmp/ruby/src/trunk-iseq_binary/thread_pthread.c:3350
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(thread_join_sleep) /tmp/ruby/src/trunk-iseq_binary/thread.c:1074
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_ensure+0xf2) [0x7d142d242e82] /tmp/ruby/src/trunk-iseq_binary/eval.c:1174
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(thread_join+0x91) [0x7d142d3e7a81] /tmp/ruby/src/trunk-iseq_binary/thread.c:1131
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(thread_value) /tmp/ruby/src/trunk-iseq_binary/thread.c:1253
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x7d142d4336ed] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_sendish+0xcc) [0x7d142d43cf1c] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:6134
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_exec_core+0x84) [0x7d142d449fa4] ../../src/trunk-iseq_binary/insns.def:902
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_exec_loop+0x3e) [0x7d142d44fe5b] /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk-iseq_binary/vm.c:2790
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_yield_with_cref+0x88) [0x7d142d454db0] /tmp/ruby/src/trunk-iseq_binary/vm.c:1865
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_yield) /tmp/ruby/src/trunk-iseq_binary/vm.c:1873
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_yield_0) /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1362
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_yield) /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1378
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_ensure+0xf2) [0x7d142d242e82] /tmp/ruby/src/trunk-iseq_binary/eval.c:1174
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x7d142d4336ed] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_sendish+0xcc) [0x7d142d43cf1c] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:6134
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_exec_core+0x22ef) [0x7d142d44c20f] ../../src/trunk-iseq_binary/insns.def:854
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_exec_loop+0xa) [0x7d142d44fb58] /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk-iseq_binary/vm.c:2787
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_yield_with_cref+0x88) [0x7d142d454db0] /tmp/ruby/src/trunk-iseq_binary/vm.c:1865
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_yield) /tmp/ruby/src/trunk-iseq_binary/vm.c:1873
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_yield_0) /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1362
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_yield) /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1378
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_ary_collect+0x5c) [0x7d142d16b62c] /tmp/ruby/src/trunk-iseq_binary/array.c:3673
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x7d142d4336ed] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_sendish+0xcc) [0x7d142d43cf1c] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:6134
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_exec_core+0x22ef) [0x7d142d44c20f] ../../src/trunk-iseq_binary/insns.def:854
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_exec_loop+0x3e) [0x7d142d44fe5b] /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk-iseq_binary/vm.c:2790
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_yield_with_cref+0x88) [0x7d142d454db0] /tmp/ruby/src/trunk-iseq_binary/vm.c:1865
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_yield) /tmp/ruby/src/trunk-iseq_binary/vm.c:1873
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_yield_0) /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1362
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_yield) /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1378
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_ary_collect+0x5c) [0x7d142d16b62c] /tmp/ruby/src/trunk-iseq_binary/array.c:3673
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x7d142d4336ed] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3915
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_sendish+0xcc) [0x7d142d43cf1c] /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:6134
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_exec_core+0x22ef) [0x7d142d44c20f] ../../src/trunk-iseq_binary/insns.def:854
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(vm_exec_loop+0x3e) [0x7d142d44fe5b] /tmp/ruby/src/trunk-iseq_binary/vm.c:2811
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk-iseq_binary/vm.c:2790
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(rb_ec_exec_node+0xa5) [0x7d142d240635] /tmp/ruby/src/trunk-iseq_binary/eval.c:283
/tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0(ruby_run_node+0x8b) [0x7d142d244b0b] /tmp/ruby/src/trunk-iseq_binary/eval.c:321
/tmp/ruby/build/trunk-iseq_binary/ruby(rb_main+0x21) [0x59835b017186] /tmp/ruby/src/trunk-iseq_binary/main.c:42
/tmp/ruby/build/trunk-iseq_binary/ruby(main) /tmp/ruby/src/trunk-iseq_binary/main.c:62
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x7d142cd531ca] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7d142cd5328b] ../csu/libc-start.c:360
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:347
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
[0x59835b0171d5]

-- Other runtime information -----------------------------------------------

* Loaded script: /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb: TestNetHTTPS#test_get_SNI_proxy

* Ruby Box: disabled
* Loaded features:

    0 enumerator.so
    1 thread.rb
    2 fiber.so
    3 rational.so
    4 complex.so
    5 pathname.so
    6 ruby2_keywords.rb
    7 set.rb
    8 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/encdb.so
    9 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/transdb.so
   10 /tmp/ruby/src/trunk-iseq_binary/lib/open3/version.rb
   11 /tmp/ruby/src/trunk-iseq_binary/lib/open3.rb
   12 /tmp/ruby/src/trunk-iseq_binary/lib/timeout.rb
   13 /tmp/ruby/build/trunk-iseq_binary/rbconfig.rb
   14 /tmp/ruby/src/trunk-iseq_binary/tool/lib/find_executable.rb
   15 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/rbconfig/sizeof.so
   16 /tmp/ruby/src/trunk-iseq_binary/tool/lib/envutil.rb
   17 /tmp/ruby/src/trunk-iseq_binary/tool/lib/colorize.rb
   18 /tmp/ruby/src/trunk-iseq_binary/tool/lib/leakchecker.rb
   19 /tmp/ruby/src/trunk-iseq_binary/lib/prettyprint.rb
   20 /tmp/ruby/src/trunk-iseq_binary/lib/pp.rb
   21 /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/assertions.rb
   22 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/sanitizers.so
   23 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/console.so
   24 /tmp/ruby/src/trunk-iseq_binary/tool/lib/core_assertions.rb
   25 /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb
   26 /tmp/ruby/src/trunk-iseq_binary/lib/optparse.rb
   27 /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb
   28 /tmp/ruby/src/trunk-iseq_binary/tool/lib/tracepointchecker.rb
   29 /tmp/ruby/src/trunk-iseq_binary/tool/lib/zombie_hunter.rb
   30 /tmp/ruby/src/trunk-iseq_binary/lib/delegate.rb
   31 /tmp/ruby/src/trunk-iseq_binary/lib/fileutils.rb
   32 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/etc.so
   33 /tmp/ruby/src/trunk-iseq_binary/lib/tmpdir.rb
   34 /tmp/ruby/src/trunk-iseq_binary/lib/tempfile.rb
   35 /tmp/ruby/src/trunk-iseq_binary/tool/lib/iseq_loader_checker.rb
   36 /tmp/ruby/src/trunk-iseq_binary/tool/lib/gc_checker.rb
   37 /tmp/ruby/src/trunk-iseq_binary/tool/test/init.rb
   38 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/defaults.rb
   39 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/deprecate.rb
   40 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/errors.rb
   41 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/target_rbconfig.rb
   42 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/win_platform.rb
   43 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/unknown_command_spell_checker.rb
   44 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/exceptions.rb
   45 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/basic_specification.rb
   46 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/stub_specification.rb
   47 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/platform.rb
   48 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/specification_record.rb
   49 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/util/list.rb
   50 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/version.rb
   51 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/requirement.rb
   52 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/specification.rb
   53 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/util.rb
   54 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/dependency.rb
   55 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/core_ext/kernel_gem.rb
   56 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/monitor.so
   57 /tmp/ruby/build/trunk-iseq_binary/.ext/common/monitor.rb
   58 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems.rb
   59 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/path_support.rb
   60 /tmp/ruby/src/trunk-iseq_binary/lib/pathname.rb
   61 /tmp/ruby/build/trunk-iseq_binary/.ext/common/digest/version.rb
   62 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest.so
   63 /tmp/ruby/build/trunk-iseq_binary/.ext/common/digest/loader.rb
   64 /tmp/ruby/build/trunk-iseq_binary/.ext/common/digest.rb
   65 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/openssl.so
   66 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/asn1.rb
   67 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/bn.rb
   68 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/cipher.rb
   69 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/digest.rb
   70 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/hmac.rb
   71 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/pkcs5.rb
   72 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/marshal.rb
   73 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/pkey.rb
   74 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/buffering.rb
   75 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/nonblock.so
   76 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/socket.so
   77 /tmp/ruby/build/trunk-iseq_binary/.ext/common/socket.rb
   78 /tmp/ruby/src/trunk-iseq_binary/lib/ipaddr.rb
   79 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/ssl.rb
   80 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/version.rb
   81 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl/x509.rb
   82 /tmp/ruby/build/trunk-iseq_binary/.ext/common/openssl.rb
   83 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/openssl.rb
   84 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/text.rb
   85 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/user_interaction.rb
   86 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/security/policy.rb
   87 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/security/policies.rb
   88 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/security/trust_dir.rb
   89 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/security/signer.rb
   90 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/security.rb
   91 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/digest_io.rb
   92 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/source.rb
   93 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/file_source.rb
   94 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/io_source.rb
   95 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/old.rb
   96 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/tar_header.rb
   97 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/tar_reader/entry.rb
   98 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/tar_reader.rb
   99 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package/tar_writer.rb
  100 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/package.rb
  101 /tmp/ruby/src/trunk-iseq_binary/lib/shellwords.rb
  102 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/version.rb
  103 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb
  104 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb
  105 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/common.rb
  106 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/generic.rb
  107 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/file.rb
  108 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/ftp.rb
  109 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/http.rb
  110 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/https.rb
  111 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/ldap.rb
  112 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/ldaps.rb
  113 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/mailto.rb
  114 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/ws.rb
  115 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri/wss.rb
  116 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/uri/lib/uri.rb
  117 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/zlib.so
  118 /tmp/ruby/src/trunk-iseq_binary/test/rubygems/mock_gem_ui.rb
  119 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/stringio.so
  120 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/optparse/lib/optparse.rb
  121 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendored_optparse.rb
  122 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/command.rb
  123 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/installer_uninstaller_utils.rb
  124 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/build_error.rb
  125 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/builder.rb
  126 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/configure_builder.rb
  127 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/ext_conf_builder.rb
  128 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/rake_builder.rb
  129 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/cmake_builder.rb
  130 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext/cargo_builder.rb
  131 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/ext.rb
  132 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/installer.rb
  133 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb
  134 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
  135 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/errors.rb
  136 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/tsort/lib/tsort.rb
  137 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendored_tsort.rb
  138 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
  139 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
  140 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
  141 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
  142 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
  143 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb
  144 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb
  145 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb
  146 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb
  147 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb
  148 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/state.rb
  149 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
  150 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
  151 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/resolution.rb
  152 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/resolver.rb
  153 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb
  154 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/molinillo/lib/molinillo.rb
  155 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendored_molinillo.rb
  156 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/activation_request.rb
  157 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/conflict.rb
  158 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/dependency_request.rb
  159 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/requirement_list.rb
  160 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/stats.rb
  161 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/set.rb
  162 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/api_set.rb
  163 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/composed_set.rb
  164 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/best_set.rb
  165 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/current_set.rb
  166 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/git_set.rb
  167 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/index_set.rb
  168 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/installer_set.rb
  169 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/lock_set.rb
  170 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/vendor_set.rb
  171 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/source_set.rb
  172 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/specification.rb
  173 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/spec_specification.rb
  174 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/api_specification.rb
  175 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/git_specification.rb
  176 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/index_specification.rb
  177 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/installed_specification.rb
  178 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/local_specification.rb
  179 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/lock_specification.rb
  180 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver/vendor_specification.rb
  181 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/resolver.rb
  182 /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/timeout/lib/timeout.rb
  183 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_thread_cv.rb
  184 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/date_core.so
  185 /tmp/ruby/build/trunk-iseq_binary/.ext/common/date.rb
  186 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/versions.rb
  187 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/exception.rb
  188 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/syntax_error.rb
  189 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/psych.so
  190 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/omap.rb
  191 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/set.rb
  192 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/class_loader.rb
  193 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/scalar_scanner.rb
  194 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/node.rb
  195 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/stream.rb
  196 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/document.rb
  197 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/sequence.rb
  198 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/scalar.rb
  199 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/mapping.rb
  200 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes/alias.rb
  201 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/nodes.rb
  202 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/streaming.rb
  203 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors/visitor.rb
  204 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors/to_ruby.rb
  205 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors/emitter.rb
  206 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/handler.rb
  207 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/tree_builder.rb
  208 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors/yaml_tree.rb
  209 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/json/ruby_events.rb
  210 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors/json_tree.rb
  211 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors/depth_first.rb
  212 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/visitors.rb
  213 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/parser.rb
  214 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/coder.rb
  215 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/stream.rb
  216 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/json/yaml_events.rb
  217 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/json/tree_builder.rb
  218 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/json/stream.rb
  219 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/handlers/document_stream.rb
  220 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych/core_ext.rb
  221 /tmp/ruby/build/trunk-iseq_binary/.ext/common/psych.rb
  222 /tmp/ruby/src/trunk-iseq_binary/test/psych/helper.rb
  223 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_safe_load.rb
  224 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16le.so
  225 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16be.so
  226 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_name_error.rb
  227 /tmp/ruby/src/trunk-iseq_binary/test/fiber/test_ractor.rb
  228 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_lambda.rb
  229 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_enumerator.rb
  230 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/load/test_resolve_symbol.rb
  231 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_json_tree.rb
  232 /tmp/ruby/src/trunk-iseq_binary/lib/prism/polyfill/byteindex.rb
  233 /tmp/ruby/src/trunk-iseq_binary/lib/prism/polyfill/warn.rb
  234 /tmp/ruby/src/trunk-iseq_binary/lib/prism/node.rb
  235 /tmp/ruby/src/trunk-iseq_binary/lib/prism/node_ext.rb
  236 /tmp/ruby/src/trunk-iseq_binary/lib/prism/parse_result.rb
  237 /tmp/ruby/src/trunk-iseq_binary/lib/prism/string_query.rb
  238 /tmp/ruby/src/trunk-iseq_binary/lib/prism/pack.rb
  239 prism/prism.so
  240 /tmp/ruby/src/trunk-iseq_binary/lib/prism.rb
  241 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/ripper.so
  242 /tmp/ruby/build/trunk-iseq_binary/.ext/common/ripper/core.rb
  243 /tmp/ruby/build/trunk-iseq_binary/.ext/common/ripper/lexer.rb
  244 /tmp/ruby/build/trunk-iseq_binary/.ext/common/ripper/filter.rb
  245 /tmp/ruby/build/trunk-iseq_binary/.ext/common/ripper/sexp.rb
  246 /tmp/ruby/build/trunk-iseq_binary/.ext/common/ripper.rb
  247 /tmp/ruby/src/trunk-iseq_binary/test/prism/test_helper.rb
  248 /tmp/ruby/src/trunk-iseq_binary/test/prism/api/parse_stream_test.rb
  249 /tmp/ruby/src/trunk-iseq_binary/test/prism/result/implicit_array_test.rb
  250 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/scan_args.so
  251 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/test_scan_args.rb
  252 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_null.rb
  253 /tmp/ruby/src/trunk-iseq_binary/test/prism/ruby/parameters_signature_test.rb
  254 /tmp/ruby/src/trunk-iseq_binary/test/prism/ruby/pattern_test.rb
  255 /tmp/ruby/src/trunk-iseq_binary/lib/prism/pattern.rb
  256 /tmp/ruby/src/trunk-iseq_binary/lib/prism/visitor.rb
  257 /tmp/ruby/src/trunk-iseq_binary/lib/prism/inspect_visitor.rb
  258 /tmp/ruby/src/trunk-iseq_binary/test/lib/jit_support.rb
  259 /tmp/ruby/src/trunk-iseq_binary/test/lib/parser_support.rb
  260 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/bug_reporter/test_bug_reporter.rb
  261 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/version.rb
  262 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/core_ext/name_error.rb
  263 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/levenshtein.rb
  264 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/jaro_winkler.rb
  265 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checker.rb
  266 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb
  267 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb
  268 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/name_error_checkers.rb
  269 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/method_name_checker.rb
  270 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/key_error_checker.rb
  271 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/null_checker.rb
  272 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/tree_spell_checker.rb
  273 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/require_path_checker.rb
  274 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/spell_checkers/pattern_key_name_checker.rb
  275 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean/formatter.rb
  276 /tmp/ruby/src/trunk-iseq_binary/lib/did_you_mean.rb
  277 /tmp/ruby/src/trunk-iseq_binary/test/did_you_mean/helper.rb
  278 /tmp/ruby/src/trunk-iseq_binary/test/did_you_mean/core_ext/test_name_error_extension.rb
  279 /tmp/ruby/src/trunk-iseq_binary/test/openssl/utils.rb
  280 /tmp/ruby/src/trunk-iseq_binary/test/openssl/test_buffering.rb
  281 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/exception/test_data_error.rb
  282 /tmp/ruby/src/trunk-iseq_binary/test/date/test_date_strftime.rb
  283 /tmp/ruby/src/trunk-iseq_binary/test/ruby/enc/test_case_options.rb
  284 /tmp/ruby/src/trunk-iseq_binary/test/prism/ruby/location_test.rb
  285 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf_16_32.so
  286 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32le.so
  287 /tmp/ruby/src/trunk-iseq_binary/lib/random/formatter.rb
  288 /tmp/ruby/src/trunk-iseq_binary/lib/securerandom.rb
  289 /tmp/ruby/src/trunk-iseq_binary/test/test_securerandom.rb
  290 /tmp/ruby/src/trunk-iseq_binary/test/prism/ruby/relocation_test.rb
  291 /tmp/ruby/src/trunk-iseq_binary/lib/prism/relocation.rb
  292 /tmp/ruby/src/trunk-iseq_binary/lib/prism/parse_result/comments.rb
  293 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1251.so
  294 /tmp/ruby/src/trunk-iseq_binary/test/ruby/enc/test_windows_1251.rb
  295 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_variable.rb
  296 /tmp/ruby/src/trunk-iseq_binary/lib/yaml.rb
  297 /tmp/ruby/src/trunk-iseq_binary/lib/yaml/store.rb
  298 /tmp/ruby/src/trunk-iseq_binary/test/yaml/test_store.rb
  299 /tmp/ruby/src/trunk-iseq_binary/test/fiber/scheduler.rb
  300 /tmp/ruby/src/trunk-iseq_binary/test/fiber/test_io_close.rb
  301 /tmp/ruby/src/trunk-iseq_binary/test/prism/result/integer_base_flags_test.rb
  302 /tmp/ruby/src/trunk-iseq_binary/test/ripper/assert_parse_files.rb
  303 /tmp/ruby/src/trunk-iseq_binary/test/ripper/test_files_test_2.rb
  304 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/continuation.so
  305 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_enum.rb
  306 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_method_cache.rb
  307 /tmp/ruby/src/trunk-iseq_binary/test/openssl/test_engine.rb
  308 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/string.so
  309 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/symbol.so
  310 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/symbol/noninterned_name.rb
  311 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/string/test_fstring.rb
  312 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_coder.rb
  313 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/version.rb
  314 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/common.rb
  315 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/parser.so
  316 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/ext/generator/state.rb
  317 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/generator.so
  318 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json/ext.rb
  319 /tmp/ruby/build/trunk-iseq_binary/.ext/common/json.rb
  320 /tmp/ruby/src/trunk-iseq_binary/test/json/test_helper.rb
  321 /tmp/ruby/src/trunk-iseq_binary/test/json/ractor_test.rb
  322 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_tree_builder.rb
  323 /tmp/ruby/src/trunk-iseq_binary/test/fiber/test_process.rb
  324 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_metaclass.rb
  325 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/load/protect.so
  326 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/load/test_protect.rb
  327 /tmp/ruby/src/trunk-iseq_binary/lib/prism/compiler.rb
  328 /tmp/ruby/src/trunk-iseq_binary/test/prism/ruby/compiler_test.rb
  329 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/integer.so
  330 /tmp/ruby/src/trunk-iseq_binary/tool/lib/-test-/integer.rb
  331 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_bignum.rb
  332 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/bignum.so
  333 /tmp/ruby/src/trunk-iseq_binary/test/-ext-/bignum/test_bigzero.rb
  334 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/file.so
  335 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_dir_m17n.rb
  336 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_31j.so
  337 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_sjis.so
  338 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_1.so
  339 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/single_byte.so
  340 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_jp.so
  341 /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/shift_jis.so
  342 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_pattern_matching.rb
  343 /tmp/ruby/src/trunk-iseq_binary/test/optparse/test_optparse.rb
  344 /tmp/ruby/src/trunk-iseq_binary/test/optparse/test_summary.rb
  345 /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_gc_compact.rb
  346 /tmp/ruby/src/trunk-iseq_binary/lib/yaml/dbm.rb
  347 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_yamldbm.rb
  348 /tmp/ruby/src/trunk-iseq_binary/test/psych/test_data.rb
  349 /tmp/ruby/src/trunk-iseq_binary/test/net/http/utils.rb
  350 /tmp/ruby/src/trunk-iseq_binary/test/net/http/test_https.rb

* Process memory map:

59835b016000-59835b017000 r--p 00000000 00:5e 14426670                   /tmp/ruby/build/trunk-iseq_binary/ruby
59835b017000-59835b018000 r-xp 00001000 00:5e 14426670                   /tmp/ruby/build/trunk-iseq_binary/ruby
59835b018000-59835b019000 r--p 00002000 00:5e 14426670                   /tmp/ruby/build/trunk-iseq_binary/ruby
59835b019000-59835b01a000 r--p 00002000 00:5e 14426670                   /tmp/ruby/build/trunk-iseq_binary/ruby
59835b01a000-59835b01b000 rw-p 00003000 00:5e 14426670                   /tmp/ruby/build/trunk-iseq_binary/ruby
59837e267000-598382667000 rw-p 00000000 00:00 0                          [heap]
7d13dc000000-7d13dc107000 rw-p 00000000 00:00 0 
7d13dc107000-7d13e0000000 ---p 00000000 00:00 0 
7d13e0942000-7d13e0b49000 r--s 00000000 00:5e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7d13e0b49000-7d13e2211000 rw-p 00000000 00:00 0 
7d13e2211000-7d13e37ff000 r--s 00000000 00:5e 14418705                   /tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0.0
7d13e37ff000-7d13e3800000 ---p 00000000 00:00 0 
7d13e3800000-7d13e4000000 rw-p 00000000 00:00 0 
7d13e4000000-7d13e4021000 rw-p 00000000 00:00 0 
7d13e4021000-7d13e8000000 ---p 00000000 00:00 0 
7d13e8000000-7d13e8021000 rw-p 00000000 00:00 0 
7d13e8021000-7d13ec000000 ---p 00000000 00:00 0 
7d13ec000000-7d13ec20f000 rw-p 00000000 00:00 0 
7d13ec20f000-7d13f0000000 ---p 00000000 00:00 0 
7d13f0000000-7d13f0021000 rw-p 00000000 00:00 0 
7d13f0021000-7d13f4000000 ---p 00000000 00:00 0 
7d13f4000000-7d13f4021000 rw-p 00000000 00:00 0 
7d13f4021000-7d13f8000000 ---p 00000000 00:00 0 
7d13f8000000-7d13f8021000 rw-p 00000000 00:00 0 
7d13f8021000-7d13fc000000 ---p 00000000 00:00 0 
7d13fc000000-7d13fc021000 rw-p 00000000 00:00 0 
7d13fc021000-7d1400000000 ---p 00000000 00:00 0 
7d1400000000-7d1400021000 rw-p 00000000 00:00 0 
7d1400021000-7d1404000000 ---p 00000000 00:00 0 
7d1404000000-7d1404021000 rw-p 00000000 00:00 0 
7d1404021000-7d1408000000 ---p 00000000 00:00 0 
7d1408000000-7d1408021000 rw-p 00000000 00:00 0 
7d1408021000-7d140c000000 ---p 00000000 00:00 0 
7d140c000000-7d140c109000 rw-p 00000000 00:00 0 
7d140c109000-7d1410000000 ---p 00000000 00:00 0 
7d1410060000-7d1410080000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7d14100d0000-7d14100e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7d14100ec000-7d14100ed000 ---p 00000000 00:00 0 
7d14100ed000-7d141010d000 rw-p 00000000 00:00 0 
7d141020e000-7d141020f000 ---p 00000000 00:00 0 
7d141020f000-7d141022f000 rw-p 00000000 00:00 0 
7d1410330000-7d1410331000 ---p 00000000 00:00 0 
7d1410331000-7d1410351000 rw-p 00000000 00:00 0 
7d1410452000-7d1410453000 ---p 00000000 00:00 0 
7d1410453000-7d1410473000 rw-p 00000000 00:00 0 
7d1410574000-7d1410575000 ---p 00000000 00:00 0 
7d1410575000-7d1410595000 rw-p 00000000 00:00 0 
7d1410696000-7d1410697000 ---p 00000000 00:00 0 
7d1410697000-7d14106b7000 rw-p 00000000 00:00 0 
7d1410762000-7d14107a0000 r--s 00000000 00:5e 14426670                   /tmp/ruby/build/trunk-iseq_binary/ruby
7d14107a0000-7d14107b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7d14107b8000-7d14107b9000 ---p 00000000 00:00 0 
7d14107b9000-7d14107d9000 rw-p 00000000 00:00 0 
7d14107f0000-7d1411160000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7d141116a000-7d141116d000 r--p 00000000 00:5e 15358334                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/single_byte.so
7d141116d000-7d141116e000 r-xp 00003000 00:5e 15358334                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/single_byte.so
7d141116e000-7d1411182000 r--p 00004000 00:5e 15358334                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/single_byte.so
7d1411182000-7d1411187000 r--p 00018000 00:5e 15358334                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/single_byte.so
7d1411187000-7d1411188000 rw-p 0001d000 00:5e 15358334                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/single_byte.so
7d1411188000-7d1411189000 r--p 00000000 00:5e 15358327                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7d1411189000-7d141118a000 r-xp 00001000 00:5e 15358327                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7d141118a000-7d14111ae000 r--p 00002000 00:5e 15358327                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7d14111ae000-7d14111af000 r--p 00025000 00:5e 15358327                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7d14111af000-7d14111b0000 rw-p 00026000 00:5e 15358327                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7d14111b0000-7d14111e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7d14111e3000-7d14111e4000 ---p 00000000 00:00 0 
7d14111e4000-7d1411204000 rw-p 00000000 00:00 0 
7d1411204000-7d1411305000 rw-p 00000000 00:00 0 
7d1411305000-7d1411306000 ---p 00000000 00:00 0 
7d1411306000-7d1411326000 rw-p 00000000 00:00 0 
7d1411340000-7d1411720000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7d141172a000-7d141172b000 ---p 00000000 00:00 0 
7d141172b000-7d141174b000 rw-p 00000000 00:00 0 
7d1411760000-7d14117b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7d14117c3000-7d14117ca000 r--p 00000000 00:5e 15365309                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/ripper.so
7d14117ca000-7d141180f000 r-xp 00007000 00:5e 15365309                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/ripper.so
7d141180f000-7d141182d000 r--p 0004c000 00:5e 15365309                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/ripper.so
7d141182d000-7d141182f000 r--p 00069000 00:5e 15365309                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/ripper.so
7d141182f000-7d1411830000 rw-p 0006b000 00:5e 15365309                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/ripper.so
7d1411830000-7d1411840000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7d141184c000-7d141184d000 ---p 00000000 00:00 0 
7d141184d000-7d141186d000 rw-p 00000000 00:00 0 
7d1411876000-7d1411877000 r--p 00000000 00:5e 15358161                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/shift_jis.so
7d1411877000-7d1411878000 r-xp 00001000 00:5e 15358161                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/shift_jis.so
7d1411878000-7d1411879000 r--p 00002000 00:5e 15358161                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/shift_jis.so
7d1411879000-7d141187a000 r--p 00003000 00:5e 15358161                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/shift_jis.so
7d141187a000-7d141187b000 rw-p 00004000 00:5e 15358161                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/shift_jis.so
7d141187b000-7d141187c000 r--p 00000000 00:5e 15357999                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_jp.so
7d141187c000-7d141187d000 r-xp 00001000 00:5e 15357999                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_jp.so
7d141187d000-7d141187e000 r--p 00002000 00:5e 15357999                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_jp.so
7d141187e000-7d141187f000 r--p 00003000 00:5e 15357999                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_jp.so
7d141187f000-7d1411880000 rw-p 00004000 00:5e 15357999                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/euc_jp.so
7d1411880000-7d1411900000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7d1411904000-7d1411905000 r--p 00000000 00:5e 15358044                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_1.so
7d1411905000-7d1411906000 r-xp 00001000 00:5e 15358044                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_1.so
7d1411906000-7d1411907000 r--p 00002000 00:5e 15358044                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_1.so
7d1411907000-7d1411908000 r--p 00002000 00:5e 15358044                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_1.so
7d1411908000-7d1411909000 rw-p 00003000 00:5e 15358044                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/iso_8859_1.so
7d1411909000-7d141190a000 r--p 00000000 00:5e 15358183                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_31j.so
7d141190a000-7d141190b000 r-xp 00001000 00:5e 15358183                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_31j.so
7d141190b000-7d141190c000 r--p 00002000 00:5e 15358183                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_31j.so
7d141190c000-7d141190d000 r--p 00003000 00:5e 15358183                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_31j.so
7d141190d000-7d141190e000 rw-p 00004000 00:5e 15358183                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_31j.so
7d141190e000-7d1411910000 r--p 00000000 00:5e 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7d1411910000-7d1411929000 r-xp 00002000 00:5e 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7d1411929000-7d141192d000 r--p 0001b000 00:5e 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7d141192d000-7d141192e000 r--p 0001e000 00:5e 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7d141192e000-7d141192f000 rw-p 0001f000 00:5e 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7d141192f000-7d1411933000 r--p 00000000 00:5e 15365297                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/date_core.so
7d1411933000-7d1411963000 r-xp 00004000 00:5e 15365297                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/date_core.so
7d1411963000-7d141196b000 r--p 00034000 00:5e 15365297                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/date_core.so
7d141196b000-7d141196c000 r--p 0003c000 00:5e 15365297                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/date_core.so
7d141196c000-7d141196d000 rw-p 0003d000 00:5e 15365297                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/date_core.so
7d141196d000-7d141196e000 rw-p 00000000 00:00 0 
7d141196e000-7d141196f000 ---p 00000000 00:00 0 
7d141196f000-7d141198f000 rw-p 00000000 00:00 0 
7d141198f000-7d1411991000 r--p 00000000 00:5e 16280247                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/generator.so
7d1411991000-7d141199b000 r-xp 00002000 00:5e 16280247                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/generator.so
7d141199b000-7d141199e000 r--p 0000c000 00:5e 16280247                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/generator.so
7d141199e000-7d141199f000 r--p 0000e000 00:5e 16280247                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/generator.so
7d141199f000-7d14119a0000 rw-p 0000f000 00:5e 16280247                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/generator.so
7d14119a0000-7d1411b70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7d1411b71000-7d1411b72000 r--p 00000000 00:5e 15365235                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/file.so
7d1411b72000-7d1411b73000 r-xp 00001000 00:5e 15365235                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/file.so
7d1411b73000-7d1411b74000 r--p 00002000 00:5e 15365235                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/file.so
7d1411b74000-7d1411b75000 r--p 00002000 00:5e 15365235                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/file.so
7d1411b75000-7d1411b76000 rw-p 00003000 00:5e 15365235                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/file.so
7d1411b76000-7d1411b78000 r--p 00000000 00:5e 15358677                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/bignum.so
7d1411b78000-7d1411b7a000 r-xp 00002000 00:5e 15358677                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/bignum.so
7d1411b7a000-7d1411b7b000 r--p 00004000 00:5e 15358677                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/bignum.so
7d1411b7b000-7d1411b7c000 r--p 00004000 00:5e 15358677                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/bignum.so
7d1411b7c000-7d1411b7d000 rw-p 00005000 00:5e 15358677                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/bignum.so
7d1411b7d000-7d1411b7f000 r--p 00000000 00:5e 16280248                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/parser.so
7d1411b7f000-7d1411b85000 r-xp 00002000 00:5e 16280248                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/parser.so
7d1411b85000-7d1411b8a000 r--p 00008000 00:5e 16280248                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/parser.so
7d1411b8a000-7d1411b8b000 r--p 0000c000 00:5e 16280248                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/parser.so
7d1411b8b000-7d1411b8c000 rw-p 0000d000 00:5e 16280248                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/json/ext/parser.so
7d1411b8c000-7d1411b8f000 r--p 00000000 00:5e 15365305                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/zlib.so
7d1411b8f000-7d1411b9b000 r-xp 00003000 00:5e 15365305                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/zlib.so
7d1411b9b000-7d1411b9e000 r--p 0000f000 00:5e 15365305                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/zlib.so
7d1411b9e000-7d1411b9f000 r--p 00011000 00:5e 15365305                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/zlib.so
7d1411b9f000-7d1411ba0000 rw-p 00012000 00:5e 15365305                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/zlib.so
7d1411ba0000-7d1411c70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7d1411c70000-7d1411c71000 r--p 00000000 00:5e 15365239                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/integer.so
7d1411c71000-7d1411c72000 r-xp 00001000 00:5e 15365239                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/integer.so
7d1411c72000-7d1411c73000 r--p 00002000 00:5e 15365239                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/integer.so
7d1411c73000-7d1411c74000 r--p 00002000 00:5e 15365239                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/integer.so
7d1411c74000-7d1411c75000 rw-p 00003000 00:5e 15365239                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/integer.so
7d1411c75000-7d1411c76000 r--p 00000000 00:5e 15600819                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/load/protect.so
7d1411c76000-7d1411c77000 r-xp 00001000 00:5e 15600819                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/load/protect.so
7d1411c77000-7d1411c78000 r--p 00002000 00:5e 15600819                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/load/protect.so
7d1411c78000-7d1411c79000 r--p 00002000 00:5e 15600819                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/load/protect.so
7d1411c79000-7d1411c7a000 rw-p 00003000 00:5e 15600819                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/load/protect.so
7d1411c7a000-7d1411c7b000 r--p 00000000 00:5e 15365272                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/symbol.so
7d1411c7b000-7d1411c7c000 r-xp 00001000 00:5e 15365272                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/symbol.so
7d1411c7c000-7d1411c7d000 r--p 00002000 00:5e 15365272                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/symbol.so
7d1411c7d000-7d1411c7e000 r--p 00002000 00:5e 15365272                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/symbol.so
7d1411c7e000-7d1411c7f000 rw-p 00003000 00:5e 15365272                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/symbol.so
7d1411c7f000-7d1411d32000 r--p 00000000 00:5e 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7d1411d32000-7d1412065000 r-xp 000b3000 00:5e 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7d1412065000-7d1412130000 r--p 003e6000 00:5e 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7d1412130000-7d141218c000 r--p 004b0000 00:5e 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7d141218c000-7d141218f000 rw-p 0050c000 00:5e 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7d141218f000-7d1412192000 rw-p 00000000 00:00 0 
7d1412192000-7d14121b0000 r--p 00000000 00:5e 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7d14121b0000-7d1412212000 r-xp 0001e000 00:5e 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7d1412212000-7d141222e000 r--p 00080000 00:5e 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7d141222e000-7d1412238000 r--p 0009c000 00:5e 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7d1412238000-7d141223c000 rw-p 000a6000 00:5e 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7d141223c000-7d1412250000 r--p 00000000 00:5e 15365317                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/openssl.so
7d1412250000-7d1412289000 r-xp 00014000 00:5e 15365317                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/openssl.so
7d1412289000-7d141229b000 r--p 0004d000 00:5e 15365317                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/openssl.so
7d141229b000-7d141229d000 r--p 0005f000 00:5e 15365317                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/openssl.so
7d141229d000-7d141229f000 rw-p 00061000 00:5e 15365317                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/openssl.so
7d141229f000-7d14122a0000 rw-p 00000000 00:00 0 
7d14122a0000-7d14122b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7d14122b3000-7d14122b5000 r--p 00000000 00:5e 15365286                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/string.so
7d14122b5000-7d14122b8000 r-xp 00002000 00:5e 15365286                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/string.so
7d14122b8000-7d14122b9000 r--p 00005000 00:5e 15365286                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/string.so
7d14122b9000-7d14122ba000 r--p 00006000 00:5e 15365286                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/string.so
7d14122ba000-7d14122bb000 rw-p 00007000 00:5e 15365286                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/string.so
7d14122bb000-7d14122bc000 r--p 00000000 00:5e 15365285                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/continuation.so
7d14122bc000-7d14122bd000 r-xp 00001000 00:5e 15365285                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/continuation.so
7d14122bd000-7d14122be000 r--p 00002000 00:5e 15365285                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/continuation.so
7d14122be000-7d14122bf000 r--p 00002000 00:5e 15365285                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/continuation.so
7d14122bf000-7d14122c0000 rw-p 00003000 00:5e 15365285                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/continuation.so
7d14122c0000-7d14122d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7d14122d0000-7d14123d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7d14123d0000-7d14123d1000 r--p 00000000 00:5e 15358186                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1251.so
7d14123d1000-7d14123d2000 r-xp 00001000 00:5e 15358186                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1251.so
7d14123d2000-7d14123d3000 r--p 00002000 00:5e 15358186                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1251.so
7d14123d3000-7d14123d4000 r--p 00002000 00:5e 15358186                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1251.so
7d14123d4000-7d14123d5000 rw-p 00003000 00:5e 15358186                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/windows_1251.so
7d14123d5000-7d14123d6000 r--p 00000000 00:5e 15358181                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32le.so
7d14123d6000-7d14123d7000 r-xp 00001000 00:5e 15358181                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32le.so
7d14123d7000-7d14123d8000 r--p 00002000 00:5e 15358181                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32le.so
7d14123d8000-7d14123d9000 r--p 00002000 00:5e 15358181                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32le.so
7d14123d9000-7d14123da000 rw-p 00003000 00:5e 15358181                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_32le.so
7d14123da000-7d14123db000 r--p 00000000 00:5e 15358335                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf_16_32.so
7d14123db000-7d14123dd000 r-xp 00001000 00:5e 15358335                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf_16_32.so
7d14123dd000-7d14123de000 r--p 00003000 00:5e 15358335                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf_16_32.so
7d14123de000-7d14123df000 r--p 00004000 00:5e 15358335                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf_16_32.so
7d14123df000-7d14123e0000 rw-p 00005000 00:5e 15358335                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/utf_16_32.so
7d14123e0000-7d1412530000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7d1412530000-7d1412531000 r--p 00000000 00:5e 15365271                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/scan_args.so
7d1412531000-7d1412533000 r-xp 00001000 00:5e 15365271                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/scan_args.so
7d1412533000-7d1412534000 r--p 00003000 00:5e 15365271                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/scan_args.so
7d1412534000-7d1412535000 r--p 00003000 00:5e 15365271                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/scan_args.so
7d1412535000-7d1412536000 rw-p 00004000 00:5e 15365271                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/scan_args.so
7d1412536000-7d1412537000 r--p 00000000 00:5e 15358162                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16be.so
7d1412537000-7d1412538000 r-xp 00001000 00:5e 15358162                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16be.so
7d1412538000-7d1412539000 r--p 00002000 00:5e 15358162                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16be.so
7d1412539000-7d141253a000 r--p 00002000 00:5e 15358162                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16be.so
7d141253a000-7d141253b000 rw-p 00003000 00:5e 15358162                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16be.so
7d141253b000-7d141253c000 r--p 00000000 00:5e 15358176                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16le.so
7d141253c000-7d141253d000 r-xp 00001000 00:5e 15358176                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16le.so
7d141253d000-7d141253e000 r--p 00002000 00:5e 15358176                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16le.so
7d141253e000-7d141253f000 r--p 00002000 00:5e 15358176                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16le.so
7d141253f000-7d1412540000 rw-p 00003000 00:5e 15358176                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/utf_16le.so
7d1412540000-7d1412550000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7d1412550000-7d1412553000 r--p 00000000 00:5e 15365291                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/psych.so
7d1412553000-7d1412557000 r-xp 00003000 00:5e 15365291                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/psych.so
7d1412557000-7d1412558000 r--p 00007000 00:5e 15365291                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/psych.so
7d1412558000-7d1412559000 r--p 00008000 00:5e 15365291                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/psych.so
7d1412559000-7d141255a000 rw-p 00009000 00:5e 15365291                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/psych.so
7d141255a000-7d141255b000 r--p 00000000 00:5e 15731226                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so
7d141255b000-7d141255c000 r-xp 00001000 00:5e 15731226                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so
7d141255c000-7d141255d000 r--p 00002000 00:5e 15731226                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so
7d141255d000-7d141255e000 r--p 00002000 00:5e 15731226                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so
7d141255e000-7d141255f000 rw-p 00003000 00:5e 15731226                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so
7d141255f000-7d1412566000 r--p 00000000 00:5e 15365310                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/socket.so
7d1412566000-7d141258d000 r-xp 00007000 00:5e 15365310                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/socket.so
7d141258d000-7d1412595000 r--p 0002e000 00:5e 15365310                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/socket.so
7d1412595000-7d1412596000 r--p 00035000 00:5e 15365310                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/socket.so
7d1412596000-7d1412597000 rw-p 00036000 00:5e 15365310                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/socket.so
7d1412597000-7d1412599000 r--p 00000000 00:5e 15365288                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest.so
7d1412599000-7d141259b000 r-xp 00002000 00:5e 15365288                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest.so
7d141259b000-7d141259c000 r--p 00004000 00:5e 15365288                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest.so
7d141259c000-7d141259d000 r--p 00004000 00:5e 15365288                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest.so
7d141259d000-7d141259e000 rw-p 00005000 00:5e 15365288                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/digest.so
7d14125a0000-7d14125b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7d14125b3000-7d14125b6000 r--p 00000000 00:5e 15365302                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/stringio.so
7d14125b6000-7d14125bb000 r-xp 00003000 00:5e 15365302                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/stringio.so
7d14125bb000-7d14125bd000 r--p 00008000 00:5e 15365302                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/stringio.so
7d14125bd000-7d14125be000 r--p 00009000 00:5e 15365302                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/stringio.so
7d14125be000-7d14125bf000 rw-p 0000a000 00:5e 15365302                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/stringio.so
7d14125bf000-7d14125c0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d14125c0000-7d1412601000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412601000-7d1412602000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412602000-7d1412643000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412643000-7d1412644000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412644000-7d1412685000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412685000-7d1412686000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412686000-7d14126c7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d14126c7000-7d14126c8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d14126c8000-7d1412709000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412709000-7d141270a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d141270a000-7d141274b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d141274b000-7d141274c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d141274c000-7d141278d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d141278d000-7d141278e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d141278e000-7d14127cf000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d14127cf000-7d14127d0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d14127d0000-7d1412811000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412811000-7d1412812000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412812000-7d1412853000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412853000-7d1412854000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412854000-7d1412895000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412895000-7d1412896000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412896000-7d14128d7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d14128d7000-7d14128d8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d14128d8000-7d1412919000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412919000-7d141291a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d141291a000-7d141295b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d141295b000-7d141295c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d141295c000-7d141299d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d141299d000-7d141299e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d141299e000-7d14129df000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d14129df000-7d14129e0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d14129e0000-7d1412a21000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412a21000-7d1412a22000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412a22000-7d1412a63000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412a63000-7d1412a64000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412a64000-7d1412aa5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412aa5000-7d1412aa6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412aa6000-7d1412ae7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412ae7000-7d1412ae8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412ae8000-7d1412b29000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412b29000-7d1412b2a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412b2a000-7d1412b6b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412b6b000-7d1412b6c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412b6c000-7d1412bad000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412bad000-7d1412bae000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412bae000-7d1412bef000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412bef000-7d1412bf0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412bf0000-7d1412c31000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412c31000-7d1412c32000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412c32000-7d1412c73000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412c73000-7d1412c74000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412c74000-7d1412cb5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412cb5000-7d1412cb6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412cb6000-7d1412cf7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412cf7000-7d1412cf8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412cf8000-7d1412d39000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412d39000-7d1412d3a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412d3a000-7d1412d7b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412d7b000-7d1412d7c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412d7c000-7d1412dbd000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412dbd000-7d1412dbe000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412dbe000-7d1412dff000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7d1412dff000-7d1412e00000 ---p 00000000 00:00 0 
7d1412e00000-7d1413600000 rw-p 00000000 00:00 0 
7d1413600000-7d142b600000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_cache]
7d142b600000-7d142ca00000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_list]
7d142ca01000-7d142ca02000 r--p 00000000 00:5e 15731225                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/nonblock.so
7d142ca02000-7d142ca03000 r-xp 00001000 00:5e 15731225                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/nonblock.so
7d142ca03000-7d142ca04000 r--p 00002000 00:5e 15731225                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/nonblock.so
7d142ca04000-7d142ca05000 r--p 00002000 00:5e 15731225                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/nonblock.so
7d142ca05000-7d142ca06000 rw-p 00003000 00:5e 15731225                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/nonblock.so
7d142ca06000-7d142ca08000 r--p 00000000 00:5e 15731223                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/console.so
7d142ca08000-7d142ca0d000 r-xp 00002000 00:5e 15731223                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/console.so
7d142ca0d000-7d142ca0e000 r--p 00007000 00:5e 15731223                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/console.so
7d142ca0e000-7d142ca0f000 r--p 00008000 00:5e 15731223                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/console.so
7d142ca0f000-7d142ca10000 rw-p 00009000 00:5e 15731223                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/console.so
7d142ca10000-7d142cb50000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7d142cb54000-7d142cb55000 r--p 00000000 00:5e 15365266                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/sanitizers.so
7d142cb55000-7d142cb56000 r-xp 00001000 00:5e 15365266                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/sanitizers.so
7d142cb56000-7d142cb57000 r--p 00002000 00:5e 15365266                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/sanitizers.so
7d142cb57000-7d142cb58000 r--p 00002000 00:5e 15365266                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/sanitizers.so
7d142cb58000-7d142cb59000 rw-p 00003000 00:5e 15365266                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/-test-/sanitizers.so
7d142cb59000-7d142cb5a000 r--p 00000000 00:5e 16267516                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/rbconfig/sizeof.so
7d142cb5a000-7d142cb5c000 r-xp 00001000 00:5e 16267516                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/rbconfig/sizeof.so
7d142cb5c000-7d142cb5d000 r--p 00003000 00:5e 16267516                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/rbconfig/sizeof.so
7d142cb5d000-7d142cb5e000 r--p 00003000 00:5e 16267516                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/rbconfig/sizeof.so
7d142cb5e000-7d142cb5f000 rw-p 00004000 00:5e 16267516                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/rbconfig/sizeof.so
7d142cb62000-7d142cb63000 r--p 00000000 00:5e 15365299                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/monitor.so
7d142cb63000-7d142cb64000 r-xp 00001000 00:5e 15365299                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/monitor.so
7d142cb64000-7d142cb65000 r--p 00002000 00:5e 15365299                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/monitor.so
7d142cb65000-7d142cb66000 r--p 00002000 00:5e 15365299                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/monitor.so
7d142cb66000-7d142cb67000 rw-p 00003000 00:5e 15365299                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/monitor.so
7d142cb67000-7d142cb69000 r--p 00000000 00:5e 15365289                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/etc.so
7d142cb69000-7d142cb6c000 r-xp 00002000 00:5e 15365289                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/etc.so
7d142cb6c000-7d142cb6e000 r--p 00005000 00:5e 15365289                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/etc.so
7d142cb6e000-7d142cb6f000 r--p 00006000 00:5e 15365289                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/etc.so
7d142cb6f000-7d142cb70000 rw-p 00007000 00:5e 15365289                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/etc.so
7d142cb70000-7d142cb90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7d142cb94000-7d142cb95000 r--p 00000000 00:5e 15351862                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/transdb.so
7d142cb95000-7d142cb96000 r-xp 00001000 00:5e 15351862                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/transdb.so
7d142cb96000-7d142cb97000 r--p 00002000 00:5e 15351862                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/transdb.so
7d142cb97000-7d142cb98000 r--p 00002000 00:5e 15351862                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/transdb.so
7d142cb98000-7d142cb99000 rw-p 00003000 00:5e 15351862                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/trans/transdb.so
7d142cb99000-7d142cc9a000 rw-p 00000000 00:00 0 
7d142cc9a000-7d142cca1000 r--s 00000000 00:5e 15348559                   /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7d142cca1000-7d142ccfa000 r--p 00000000 00:5e 15348059                   /usr/lib/locale/C.utf8/LC_CTYPE
7d142ccfa000-7d142ccfc000 rw-p 00000000 00:00 0 
7d142ccfc000-7d142cd00000 r--p 00000000 00:5e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7d142cd00000-7d142cd23000 r-xp 00004000 00:5e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7d142cd23000-7d142cd27000 r--p 00027000 00:5e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7d142cd27000-7d142cd28000 r--p 0002b000 00:5e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7d142cd28000-7d142cd29000 rw-p 0002c000 00:5e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7d142cd29000-7d142cd51000 r--p 00000000 00:5e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7d142cd51000-7d142ced9000 r-xp 00028000 00:5e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7d142ced9000-7d142cf28000 r--p 001b0000 00:5e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7d142cf28000-7d142cf2c000 r--p 001fe000 00:5e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7d142cf2c000-7d142cf2e000 rw-p 00202000 00:5e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7d142cf2e000-7d142cf3d000 rw-p 00000000 00:00 0 
7d142cf3d000-7d142cf4d000 r--p 00000000 00:5e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7d142cf4d000-7d142cfcc000 r-xp 00010000 00:5e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7d142cfcc000-7d142d024000 r--p 0008f000 00:5e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7d142d024000-7d142d025000 r--p 000e7000 00:5e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7d142d025000-7d142d026000 rw-p 000e8000 00:5e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7d142d026000-7d142d028000 r--p 00000000 00:5e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7d142d028000-7d142d03d000 r-xp 00002000 00:5e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7d142d03d000-7d142d056000 r--p 00017000 00:5e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7d142d056000-7d142d057000 r--p 0002f000 00:5e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7d142d057000-7d142d058000 rw-p 00030000 00:5e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7d142d058000-7d142d060000 rw-p 00000000 00:00 0 
7d142d060000-7d142d06a000 r--p 00000000 00:5e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7d142d06a000-7d142d0cd000 r-xp 0000a000 00:5e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7d142d0cd000-7d142d0e2000 r--p 0006d000 00:5e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7d142d0e2000-7d142d0e3000 r--p 00081000 00:5e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7d142d0e3000-7d142d0e4000 rw-p 00082000 00:5e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7d142d0e4000-7d142d0e6000 r--p 00000000 00:5e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7d142d0e6000-7d142d0f8000 r-xp 00002000 00:5e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7d142d0f8000-7d142d0fe000 r--p 00014000 00:5e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7d142d0fe000-7d142d0ff000 r--p 0001a000 00:5e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7d142d0ff000-7d142d100000 rw-p 0001b000 00:5e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7d142d100000-7d142d101000 r--p 00000000 00:5e 15353694                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/encdb.so
7d142d101000-7d142d102000 r-xp 00001000 00:5e 15353694                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/encdb.so
7d142d102000-7d142d103000 r--p 00002000 00:5e 15353694                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/encdb.so
7d142d103000-7d142d104000 r--p 00002000 00:5e 15353694                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/encdb.so
7d142d104000-7d142d105000 rw-p 00003000 00:5e 15353694                   /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/enc/encdb.so
7d142d105000-7d142d14d000 r--p 00000000 00:5e 14418705                   /tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0.0
7d142d14d000-7d142d607000 r-xp 00048000 00:5e 14418705                   /tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0.0
7d142d607000-7d142d7a5000 r--p 00502000 00:5e 14418705                   /tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0.0
7d142d7a5000-7d142d7bb000 r--p 006a0000 00:5e 14418705                   /tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0.0
7d142d7bb000-7d142d7bf000 rw-p 006b6000 00:5e 14418705                   /tmp/ruby/build/trunk-iseq_binary/libruby.so.4.0.0
7d142d7bf000-7d142d7d5000 rw-p 00000000 00:00 0 
7d142d7d5000-7d142d7d6000 r--p 00000000 00:5e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7d142d7d6000-7d142d801000 r-xp 00001000 00:5e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7d142d801000-7d142d80b000 r--p 0002c000 00:5e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7d142d80b000-7d142d80d000 r--p 00036000 00:5e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7d142d80d000-7d142d80f000 rw-p 00038000 00:5e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7fff9d1b0000-7fff9d1d1000 rw-p 00000000 00:00 0                          [stack]
7fff9d1d1000-7fff9d1d5000 r--p 00000000 00:00 0                          [vvar]
7fff9d1d5000-7fff9d1d7000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]



/tmp/ruby/src/trunk-iseq_binary/test/net/http/test_http.rb: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version (Test::Unit::ProxyError)


  1) Failure:
TestExtLibs#test_existence_of_io/wait [/tmp/ruby/src/trunk-iseq_binary/test/test_extlibs.rb:20]:
extension library `io/wait' is not found
extconf.h is:
/* begin */
1: #ifndef EXTCONF_H
2: #define EXTCONF_H
3: #endif
/* end */

.
Exception raised:
<#<LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version>>
Backtrace:
  -:13:in 'Kernel#require'
  -:13:in 'block in <main>'.

  2) Error:
TestBox#test_loading_extension_libs_in_main_box:
Test::Unit::ProxyError: /tmp/rubytest.q2w8py/_ruby_box_p663060_2_io+wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
    /tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
    /tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Ruby::Box::Loader#require'
    /tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
    /tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Ruby::Box::Loader#require'
    /tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
    /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_box.rb:799:in 'Kernel#require'
Finished tests in 1747.752563s, 17.5334 tests/s, 3903.5388 assertions/s.
    /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_box.rb:799:in 'Ruby::Box::Loader#require'
    /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_box.rb:799:in '<main>'
    /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_box.rb:781:in 'TestBox#test_loading_extension_libs_in_main_box'

  3) Error:
TestRequireLib#test_thread_size:net/protocol:
Test::Unit::ProxyError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
    /tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
    /tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
    /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_require_lib.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_require_lib.rb:23:in '<main>'
    /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_require_lib.rb:20:in 'block (2 levels) in <class:TestRequireLib>'

  4) Error:
TestRequireLib#test_thread_size:net/https:
Test::Unit::ProxyError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
    /tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
    /tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
    /tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
    /tmp/ruby/src/trunk-iseq_binary/lib/net/https.rb:22:in 'Kernel#require_relative'
    /tmp/ruby/src/trunk-iseq_binary/lib/net/https.rb:22:in '<top (required)>'
    /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_require_lib.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_require_lib.rb:23:in '<main>'
    /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_require_lib.rb:20:in 'block (2 levels) in <class:TestRequireLib>'

  5) Error:
TestRequireLib#test_thread_size:resolv:
Test::Unit::ProxyError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
    /tmp/ruby/src/trunk-iseq_binary/lib/resolv.rb:5:in 'Kernel#require'
    /tmp/ruby/src/trunk-iseq_binary/lib/resolv.rb:5:in '<top (required)>'
    /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_require_lib.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_require_lib.rb:23:in '<main>'
    /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_require_lib.rb:20:in 'block (2 levels) in <class:TestRequireLib>'

  6) Error:
TestRequireLib#test_thread_size:net/http:
Test::Unit::ProxyError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
    /tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
    /tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
    /tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
    /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_require_lib.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_require_lib.rb:23:in '<main>'
    /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_require_lib.rb:20:in 'block (2 levels) in <class:TestRequireLib>'

  7) Error:
TestOpenURIFtp#test_ftp_over_http_proxy_auth:
Test::Unit::ProxyError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
    /tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
    /tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
    /tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
    /tmp/ruby/src/trunk-iseq_binary/lib/open-uri.rb:296:in 'Kernel#require'
    /tmp/ruby/src/trunk-iseq_binary/lib/open-uri.rb:296:in 'OpenURI.open_http'
    /tmp/ruby/src/trunk-iseq_binary/lib/open-uri.rb:840:in 'URI::FTP#buffer_open'
    /tmp/ruby/src/trunk-iseq_binary/lib/open-uri.rb:235:in 'block in OpenURI.open_loop'
    /tmp/ruby/src/trunk-iseq_binary/lib/open-uri.rb:233:in 'Kernel#catch'
    /tmp/ruby/src/trunk-iseq_binary/lib/open-uri.rb:233:in 'OpenURI.open_loop'
    /tmp/ruby/src/trunk-iseq_binary/lib/open-uri.rb:165:in 'OpenURI.open_uri'
    /tmp/ruby/src/trunk-iseq_binary/lib/open-uri.rb:811:in 'OpenURI::OpenRead#open'
    /tmp/ruby/src/trunk-iseq_binary/lib/open-uri.rb:819:in 'OpenURI::OpenRead#read'
    /tmp/ruby/src/trunk-iseq_binary/test/open-uri/test_ftp.rb:207:in 'block in TestOpenURIFtp#test_ftp_over_http_proxy_auth'
    /tmp/ruby/src/trunk-iseq_binary/test/open-uri/test_ftp.rb:191:in 'IO.open'
    /tmp/ruby/src/trunk-iseq_binary/test/open-uri/test_ftp.rb:191:in 'TestOpenURIFtp#test_ftp_over_http_proxy_auth'

  8) Error:
TestOpenURIFtp#test_ftp_over_http_proxy:
Test::Unit::ProxyError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
    /tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
    /tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
    /tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
    /tmp/ruby/src/trunk-iseq_binary/lib/open-uri.rb:296:in 'Kernel#require'
    /tmp/ruby/src/trunk-iseq_binary/lib/open-uri.rb:296:in 'OpenURI.open_http'
    /tmp/ruby/src/trunk-iseq_binary/lib/open-uri.rb:840:in 'URI::FTP#buffer_open'
    /tmp/ruby/src/trunk-iseq_binary/lib/open-uri.rb:235:in 'block in OpenURI.open_loop'
    /tmp/ruby/src/trunk-iseq_binary/lib/open-uri.rb:233:in 'Kernel#catch'
    /tmp/ruby/src/trunk-iseq_binary/lib/open-uri.rb:233:in 'OpenURI.open_loop'
    /tmp/ruby/src/trunk-iseq_binary/lib/open-uri.rb:165:in 'OpenURI.open_uri'
    /tmp/ruby/src/trunk-iseq_binary/lib/open-uri.rb:811:in 'OpenURI::OpenRead#open'
    /tmp/ruby/src/trunk-iseq_binary/lib/open-uri.rb:819:in 'OpenURI::OpenRead#read'
    /tmp/ruby/src/trunk-iseq_binary/test/open-uri/test_ftp.rb:180:in 'block (2 levels) in TestOpenURIFtp#test_ftp_over_http_proxy'
    /tmp/ruby/src/trunk-iseq_binary/test/open-uri/test_ftp.rb:12:in 'TestOpenURIFtp#with_env'
    /tmp/ruby/src/trunk-iseq_binary/test/open-uri/test_ftp.rb:179:in 'block in TestOpenURIFtp#test_ftp_over_http_proxy'
    /tmp/ruby/src/trunk-iseq_binary/test/open-uri/test_ftp.rb:164:in 'IO.open'
    /tmp/ruby/src/trunk-iseq_binary/test/open-uri/test_ftp.rb:164:in 'TestOpenURIFtp#test_ftp_over_http_proxy'

  9) Timeout:
HTTPSProxyTest#test_https_proxy_ssl_connection

 10) Timeout:
TestNetHTTPS#test_get_SNI_proxy

Children under /tmp/rubytest.q2w8py:
* -rw-r--r-- 1  92448 2025-11-12 15:32:01 +0000 _ruby_box_p662981_2_-test-+sanitizers.so
* -rw-r--r-- 1 825808 2025-11-12 15:32:03 +0000 _ruby_box_p663060_2_date_core.so
* -rw-r--r-- 1 809360 2025-11-12 15:32:03 +0000 _ruby_box_p663060_2_socket.so
* -rw-r--r-- 1 112096 2025-11-12 15:32:03 +0000 _ruby_box_p663060_2_rbconfig+sizeof.so
* -rw-r--r-- 1  92448 2025-11-12 15:32:03 +0000 _ruby_box_p663060_2_-test-+sanitizers.so
* -rw-r--r-- 1 183000 2025-11-12 15:32:01 +0000 _ruby_box_p662981_2_io+console.so
* -rw-r--r-- 1  20776 2025-11-12 15:32:03 +0000 _ruby_box_p663060_2_io+wait.so
* -rw-r--r-- 1  92448 2025-11-12 15:32:02 +0000 _ruby_box_p663030_2_-test-+sanitizers.so
* -rw-r--r-- 1 183000 2025-11-12 15:32:03 +0000 _ruby_box_p663060_2_io+console.so
* -rw-r--r-- 1 183000 2025-11-12 15:32:01 +0000 _ruby_box_p663005_2_io+console.so
* -rw-r--r-- 1 291752 2025-11-12 15:32:03 +0000 _ruby_box_p663060_2_zlib.so
* -rw-r--r-- 1 225512 2025-11-12 15:32:03 +0000 _ruby_box_p663060_2_json+ext+parser.so
* -rw-r--r-- 1 112096 2025-11-12 15:32:01 +0000 _ruby_box_p663005_2_rbconfig+sizeof.so
* -rw-r--r-- 1 145344 2025-11-12 15:32:03 +0000 _ruby_box_p663060_2_etc.so
* -rw-r--r-- 1 184880 2025-11-12 15:32:03 +0000 _ruby_box_p663060_2_psych.so
* -rw-r--r-- 1 183000 2025-11-12 15:32:02 +0000 _ruby_box_p663015_2_io+console.so
* -rw-r--r-- 1 112096 2025-11-12 15:32:02 +0000 _ruby_box_p663030_2_rbconfig+sizeof.so
* -rw-r--r-- 1 112096 2025-11-12 15:32:01 +0000 _ruby_box_p662981_2_rbconfig+sizeof.so
* -rw-r--r-- 1  92448 2025-11-12 15:32:02 +0000 _ruby_box_p663015_2_-test-+sanitizers.so
* -rw-r--r-- 1 282248 2025-11-12 15:32:03 +0000 _ruby_box_p663060_2_json+ext+generator.so
* -rw-r--r-- 1 112096 2025-11-12 15:32:02 +0000 _ruby_box_p663015_2_rbconfig+sizeof.so
* -rw-r--r-- 1  92448 2025-11-12 15:32:01 +0000 _ruby_box_p663005_2_-test-+sanitizers.so
* -rw-r--r-- 1 183000 2025-11-12 15:32:02 +0000 _ruby_box_p663030_2_io+console.so
30644 tests, 6822420 assertions, 1 failures, 10 errors, 140 skips

ruby -v: ruby 4.0.0dev (2025-11-12T14:26:19Z master 6a05545184) +PRISM [x86_64-linux]
make: *** [uncommon.mk:915: yes-test-all] Error 11
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -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-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/prism -I/tmp/ruby/src/trunk-iseq_binary/enc/unicode/16.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-iseq_binary/target/release/' '/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/target/release/' '/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
ruby 4.0.0dev (2025-11-12T14:26:19Z master 6a05545184) +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 ..................................

1)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/Proxy_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/Proxy_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/Proxy_spec.rb:2:in '<top (required)>'

2)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/delete_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/delete_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/delete_spec.rb:2:in '<top (required)>'

3)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/http_default_port_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/http_default_port_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/http_default_port_spec.rb:2:in '<top (required)>'

4)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/new_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/new_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/new_spec.rb:2:in '<top (required)>'

5)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/request_get_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/request_get_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/request_get_spec.rb:2:in '<top (required)>'

6)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/set_debug_output_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/set_debug_output_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/set_debug_output_spec.rb:2:in '<top (required)>'

7)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/use_ssl_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/use_ssl_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/use_ssl_spec.rb:2:in '<top (required)>'

8)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpexceptions/response_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpexceptions/response_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpexceptions/response_spec.rb:2:in '<top (required)>'

9)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/exec_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/exec_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/exec_spec.rb:2:in '<top (required)>'

10)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/basic_auth_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/basic_auth_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/basic_auth_spec.rb:2:in '<top (required)>'

11)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/content_range_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/content_range_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/content_range_spec.rb:2:in '<top (required)>'

12)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_value_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_value_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_value_spec.rb:2:in '<top (required)>'

13)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/form_data_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/form_data_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/form_data_spec.rb:2:in '<top (required)>'

14)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/range_length_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/range_length_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/range_length_spec.rb:2:in '<top (required)>'

15)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/to_hash_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/to_hash_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/to_hash_spec.rb:2:in '<top (required)>'

16)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/error_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/error_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/error_type_spec.rb:2:in '<top (required)>'

17)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/value_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/value_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/value_spec.rb:2:in '<top (required)>'

18)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPClientExcepton_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPClientExcepton_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPClientExcepton_spec.rb:2:in '<top (required)>'

19)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/active_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/active_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/active_spec.rb:2:in '<top (required)>'

20)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/finish_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/finish_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/finish_spec.rb:2:in '<top (required)>'

21)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/mkcol_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/mkcol_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/mkcol_spec.rb:2:in '<top (required)>'

22)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/post2_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/post2_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/post2_spec.rb:2:in '<top (required)>'

23)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/proppatch_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/proppatch_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/proppatch_spec.rb:2:in '<top (required)>'

24)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/put_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/put_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/put_spec.rb:2:in '<top (required)>'

25)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/request_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/request_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/request_spec.rb:2:in '<top (required)>'

26)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/body_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/body_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/body_spec.rb:2:in '<top (required)>'

27)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_name_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_name_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_name_spec.rb:2:in '<top (required)>'

28)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/set_form_data_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/set_form_data_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/set_form_data_spec.rb:2:in '<top (required)>'

29)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httprequest/initialize_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httprequest/initialize_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httprequest/initialize_spec.rb:2:in '<top (required)>'

30)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/exception_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/exception_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/exception_type_spec.rb:2:in '<top (required)>'

31)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/reading_body_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/reading_body_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/reading_body_spec.rb:2:in '<top (required)>'

32)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/resolv/get_name_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/resolv.rb:5:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/resolv.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/resolv/get_name_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/resolv/get_name_spec.rb:2:in '<top (required)>'

33)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/security/cve_2019_8323_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/net-protocol/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/net-protocol/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/net-http/lib/net/http.rb:23:in 'Kernel#require_relative'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/net-http/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendored_net_http.rb:5:in 'Kernel#require_relative'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendored_net_http.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/request.rb:3:in 'Kernel#require_relative'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/request.rb:3:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/remote_fetcher.rb:4:in 'Kernel#require_relative'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/remote_fetcher.rb:4:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/gemcutter_utilities.rb:3:in 'Kernel#require_relative'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/gemcutter_utilities.rb:3:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/security/cve_2019_8323_spec.rb:6:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/security/cve_2019_8323_spec.rb:6:in '<top (required)>'

34)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/fetch_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/fetch_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/fetch_spec.rb:2:in '<top (required)>'

35)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/body_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/body_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/body_spec.rb:2:in '<top (required)>'

36)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/inspect_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/inspect_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/inspect_spec.rb:2:in '<top (required)>'

37)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/resolv/get_address_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/resolv.rb:5:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/resolv.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/resolv/get_address_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/resolv/get_address_spec.rb:2:in '<top (required)>'

38)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPFatalError_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPFatalError_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPFatalError_spec.rb:2:in '<top (required)>'

39)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPRetriableError_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPRetriableError_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPRetriableError_spec.rb:2:in '<top (required)>'

40)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/get_response_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/get_response_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/get_response_spec.rb:2:in '<top (required)>'

41)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/initialize_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/initialize_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/initialize_spec.rb:2:in '<top (required)>'

42)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/lock_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/lock_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/lock_spec.rb:2:in '<top (required)>'

43)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/post_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/post_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/post_spec.rb:2:in '<top (required)>'

44)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/proxy_pass_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/proxy_pass_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/proxy_pass_spec.rb:2:in '<top (required)>'

45)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/request_types_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/request_types_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/request_types_spec.rb:2:in '<top (required)>'

46)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/trace_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/trace_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/trace_spec.rb:2:in '<top (required)>'

47)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/inspect_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/inspect_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/inspect_spec.rb:2:in '<top (required)>'

48)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_capitalized_name_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_capitalized_name_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_capitalized_name_spec.rb:2:in '<top (required)>'

49)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/key_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/key_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/key_spec.rb:2:in '<top (required)>'

50)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/code_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/code_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/code_spec.rb:2:in '<top (required)>'

51)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/message_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/message_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/message_spec.rb:2:in '<top (required)>'

52)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/get2_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/get2_spec.rb:2:in 'require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/get2_spec.rb:2:in '<top (required)>'

53)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/move_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/move_spec.rb:2:in 'require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/move_spec.rb:2:in '<top (required)>'

54)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/post_form_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/post_form_spec.rb:2:in 'require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/post_form_spec.rb:2:in '<top (required)>'

55)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/proxy_address_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/proxy_address_spec.rb:2:in 'require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/proxy_address_spec.rb:2:in '<top (required)>'

56)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/read_timeout_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/read_timeout_spec.rb:2:in 'require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/read_timeout_spec.rb:2:in '<top (required)>'

57)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/request_post_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/request_post_spec.rb:2:in 'require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/request_post_spec.rb:2:in '<top (required)>'

58)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/start_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/start_spec.rb:2:in 'require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/start_spec.rb:2:in '<top (required)>'

59)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/body_exist_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/body_exist_spec.rb:2:in 'require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/body_exist_spec.rb:2:in '<top (required)>'

60)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/method_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/method_spec.rb:2:in 'require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/method_spec.rb:2:in '<top (required)>'

61)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/delete_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/delete_spec.rb:2:in 'require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/delete_spec.rb:2:in '<top (required)>'

62)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/main_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/main_type_spec.rb:2:in 'require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/main_type_spec.rb:2:in '<top (required)>'

63)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/code_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/code_type_spec.rb:2:in 'require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/code_type_spec.rb:2:in '<top (required)>'

64)

Finished in 13.416845 seconds

3333 files, 33062 examples, 155297 expectations, 0 failures, 137 errors, 0 tagged
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPError_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPError_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPError_spec.rb:2:in '<top (required)>'

65)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/address_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/address_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/address_spec.rb:2:in '<top (required)>'

66)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/get_print_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/get_print_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/get_print_spec.rb:2:in '<top (required)>'

67)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/is_version_1_1_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/is_version_1_1_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/is_version_1_1_spec.rb:2:in '<top (required)>'

68)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/port_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/port_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/port_spec.rb:2:in '<top (required)>'

69)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/propfind_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/propfind_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/propfind_spec.rb:2:in '<top (required)>'

70)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/proxy_port_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/proxy_port_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/proxy_port_spec.rb:2:in '<top (required)>'

71)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/request_head_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/request_head_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/request_head_spec.rb:2:in '<top (required)>'

72)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/send_request_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/send_request_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/send_request_spec.rb:2:in '<top (required)>'

73)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/version_1_1_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/version_1_1_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/version_1_1_spec.rb:2:in '<top (required)>'

74)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpexceptions/initialize_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpexceptions/initialize_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpexceptions/initialize_spec.rb:2:in '<top (required)>'

75)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/path_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/path_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/path_spec.rb:2:in '<top (required)>'

76)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/canonical_each_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/canonical_each_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/canonical_each_spec.rb:2:in '<top (required)>'

77)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_capitalized_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_capitalized_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_capitalized_spec.rb:2:in '<top (required)>'

78)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/length_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/length_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/length_spec.rb:2:in '<top (required)>'

79)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/size_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/size_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/size_spec.rb:2:in '<top (required)>'

80)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/header_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/header_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/header_spec.rb:2:in '<top (required)>'

81)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/resolv/get_addresses_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/resolv.rb:5:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/resolv.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/resolv/get_addresses_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/resolv/get_addresses_spec.rb:2:in '<top (required)>'

82)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/resolv/get_names_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/resolv.rb:5:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/resolv.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/resolv/get_names_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/resolv/get_names_spec.rb:2:in '<top (required)>'

83)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/proxy_class_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/proxy_class_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/proxy_class_spec.rb:2:in '<top (required)>'

84)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/version_1_2_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/version_1_2_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/version_1_2_spec.rb:2:in '<top (required)>'

85)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/set_body_internal_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/set_body_internal_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/set_body_internal_spec.rb:2:in '<top (required)>'

86)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/content_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/content_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/content_type_spec.rb:2:in '<top (required)>'

87)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/element_set_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/element_set_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/element_set_spec.rb:2:in '<top (required)>'

88)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/set_range_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/set_range_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/set_range_spec.rb:2:in '<top (required)>'

89)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/entity_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/entity_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/entity_spec.rb:2:in '<top (required)>'

90)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/read_header_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/read_header_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/read_header_spec.rb:2:in '<top (required)>'

91)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/copy_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/copy_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/copy_spec.rb:2:in '<top (required)>'

92)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/head2_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/head2_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/head2_spec.rb:2:in '<top (required)>'

93)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/https_default_port_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/https_default_port_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/https_default_port_spec.rb:2:in '<top (required)>'

94)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/options_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/options_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/options_spec.rb:2:in '<top (required)>'

95)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/proxy_user_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/proxy_user_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/proxy_user_spec.rb:2:in '<top (required)>'

96)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/socket_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/socket_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/socket_type_spec.rb:2:in '<top (required)>'

97)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/body_stream_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/body_stream_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/body_stream_spec.rb:2:in '<top (required)>'

98)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/add_field_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/add_field_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/add_field_spec.rb:2:in '<top (required)>'

99)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/chunked_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/chunked_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/chunked_spec.rb:2:in '<top (required)>'

100)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_spec.rb:2:in '<top (required)>'

101)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/get_fields_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/get_fields_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/get_fields_spec.rb:2:in '<top (required)>'

102)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/sub_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/sub_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/sub_type_spec.rb:2:in '<top (required)>'

103)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/http_version_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/http_version_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/http_version_spec.rb:2:in '<top (required)>'

104)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/response_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/response_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/response_spec.rb:2:in '<top (required)>'

105)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPBadResponse_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPBadResponse_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPBadResponse_spec.rb:2:in '<top (required)>'

106)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPHeaderSyntaxError_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPHeaderSyntaxError_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPHeaderSyntaxError_spec.rb:2:in '<top (required)>'

107)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPServerException_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPServerException_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/HTTPServerException_spec.rb:2:in '<top (required)>'

108)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/close_on_empty_response_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/close_on_empty_response_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/close_on_empty_response_spec.rb:2:in '<top (required)>'

109)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/default_port_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/default_port_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/default_port_spec.rb:2:in '<top (required)>'

110)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/get_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/get_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/get_spec.rb:2:in '<top (required)>'

111)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/head_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/head_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/head_spec.rb:2:in '<top (required)>'

112)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/inspect_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/inspect_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/inspect_spec.rb:2:in '<top (required)>'

113)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/is_version_1_2_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/is_version_1_2_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/is_version_1_2_spec.rb:2:in '<top (required)>'

114)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/open_timeout_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/open_timeout_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/open_timeout_spec.rb:2:in '<top (required)>'

115)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/put2_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/put2_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/put2_spec.rb:2:in '<top (required)>'

116)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/started_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/started_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/started_spec.rb:2:in '<top (required)>'

117)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/request_body_permitted_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/request_body_permitted_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/request_body_permitted_spec.rb:2:in '<top (required)>'

118)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_header_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_header_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_header_spec.rb:2:in '<top (required)>'

119)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/proxy_basic_auth_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/proxy_basic_auth_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/proxy_basic_auth_spec.rb:2:in '<top (required)>'

120)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/type_params_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/type_params_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/type_params_spec.rb:2:in '<top (required)>'

121)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/initialize_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/initialize_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/initialize_spec.rb:2:in '<top (required)>'

122)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/read_new_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/read_new_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/read_new_spec.rb:2:in '<top (required)>'

123)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/security/cve_2019_8322_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/net-protocol/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/net-protocol/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/net-http/lib/net/http.rb:23:in 'Kernel#require_relative'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendor/net-http/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendored_net_http.rb:5:in 'Kernel#require_relative'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/vendored_net_http.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/request.rb:3:in 'Kernel#require_relative'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/request.rb:3:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/remote_fetcher.rb:4:in 'Kernel#require_relative'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/remote_fetcher.rb:4:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/gemcutter_utilities.rb:3:in 'Kernel#require_relative'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/gemcutter_utilities.rb:3:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/commands/owner_command.rb:5:in 'Kernel#require_relative'
/tmp/ruby/src/trunk-iseq_binary/lib/rubygems/commands/owner_command.rb:5:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/security/cve_2019_8322_spec.rb:6:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/security/cve_2019_8322_spec.rb:6:in '<top (required)>'

124)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_key_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_key_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/each_key_spec.rb:2:in '<top (required)>'

125)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/range_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/range_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/range_spec.rb:2:in '<top (required)>'

126)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/error_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/error_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/error_spec.rb:2:in '<top (required)>'

127)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/read_body_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/read_body_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/read_body_spec.rb:2:in '<top (required)>'

128)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/newobj_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/newobj_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/newobj_spec.rb:2:in '<top (required)>'

129)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/request_put_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/request_put_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/request_put_spec.rb:2:in '<top (required)>'

130)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/unlock_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/unlock_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/http/unlock_spec.rb:2:in '<top (required)>'

131)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/response_body_permitted_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/response_body_permitted_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpgenericrequest/response_body_permitted_spec.rb:2:in '<top (required)>'

132)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/content_length_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/content_length_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/content_length_spec.rb:2:in '<top (required)>'

133)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/element_reference_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/element_reference_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/element_reference_spec.rb:2:in '<top (required)>'

134)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/initialize_http_header_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/initialize_http_header_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/initialize_http_header_spec.rb:2:in '<top (required)>'

135)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/set_content_type_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/set_content_type_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpheader/set_content_type_spec.rb:2:in '<top (required)>'

136)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/body_permitted_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/body_permitted_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/body_permitted_spec.rb:2:in '<top (required)>'

137)
An exception occurred during: loading /tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/msg_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-iseq_binary/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/msg_spec.rb:2:in 'Kernel#require'
/tmp/ruby/src/trunk-iseq_binary/spec/ruby/library/net-http/httpresponse/msg_spec.rb:2:in '<top (required)>'
make: *** [uncommon.mk:965: yes-test-spec] Error 1
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 512.
raw logfile