# Logfile created on 2025-11-12 14:30:45 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007433c856fde0 @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-yjit", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-yjit", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-yjit", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-yjit", @configure_opts=["cppflags=-DYJIT_FORCE_ENABLE"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk-yjit.20251112-143045", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007433ccb7deb8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007433ccb7dd78 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007433c84a9398 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20251112-143045", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20251112-143045>, @binmode=false, @mon_data=#<Monitor:0x00007433ccb7d940>, @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
   ff4f9b8..6a05545  master     -> origin/master
Updating ff4f9b8..6a05545
Fast-forward
 ext/io/wait/wait.c | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)
Latest commit hash = 6a05545184
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-yjit/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/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-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/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-yjit/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/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-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/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-yjit/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/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-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/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
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
compiling /tmp/ruby/src/trunk-yjit/ext/io/wait/wait.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
linking shared-object io/wait.so
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/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-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/zjit/src/lib.rs'
rm -rf .bundle/gems/win32ole-1.9.2/
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.

making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
./miniruby -I/tmp/ruby/src/trunk-yjit/lib -I. -I.ext/common  /tmp/ruby/src/trunk-yjit/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-yjit/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk-yjit/bin
installing base libraries:          /tmp/ruby/install/trunk-yjit/lib
installing arch files:              /tmp/ruby/install/trunk-yjit/lib/ruby/4.0.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-yjit/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/4.0.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/4.0.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/4.0.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-4.0.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/4.0.0+0
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/4.0.0+0
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/4.0.0+0
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-4.0.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-yjit/bin
installing library scripts:         /tmp/ruby/install/trunk-yjit/lib/ruby/4.0.0+0
installing common headers:          /tmp/ruby/install/trunk-yjit/include/ruby-4.0.0+0
installing manpages:                /tmp/ruby/install/trunk-yjit/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-yjit/lib/ruby/gems/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-yjit/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-yjit/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-yjit/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 2018 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/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-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/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-yjit/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-yjit/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-yjit/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-yjit/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-yjit/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-yjit/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-yjit/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-yjit/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-yjit/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-yjit/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-yjit/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-yjit/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-yjit/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-yjit/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-yjit/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-yjit/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-yjit/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-yjit/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-yjit/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-yjit/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-yjit/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/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-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/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
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
Run options: 
  --seed=56912
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-yjit/lib -I. -I.ext/common  /tmp/ruby/src/trunk-yjit/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-yjit/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

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

        proxy = Net::HTTP.Proxy(HOST_IP, port, 'user', 'password')
                ^^^
Did you mean?  Set
[667/757] 1869281=-ext-/load/test_stringify_symbols
[668/757] 1869281=digest/test_digest_extend
[669/757] 1869281=test_pty
[670/757] 1869281=-ext-/arith_seq/test_arith_seq_beg_len_step
[671/757] 1869281=ripper/test_filter
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[672/757] 1869281=rubygems/test_gem_resolver_requirement_list
[673/757] 1869281=ruby/test_insns_leaf
[674/757] 1869281=-ext-/debug/test_debug
[675/757] 1869281=rubygems/test_gem_package_tar_reader_entry
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[676/757] 1869281=openssl/test_asn1
[677/757] 1869281=ruby/enc/test_koi8
[678/757] 1869281=rubygems/test_gem_resolver_activation_request
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[679/757] 1869281=prism/result/constant_path_node_test
[680/757] 1869281=ripper/test_files_ext
[681/757] 1869281=ruby/test_allocation
[682/757] 1869281=-ext-/load/test_protect
[683/757] 1869281=-ext-/vm/test_at_exit
[684/757] 1869281=psych/test_tree_builder
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[685/757] 1869281=rubygems/test_bundled_ca
[686/757] 1869281=ruby/test_env
[687/757] 1869281=net/http/test_http
[688/757] 1869281=mkmf/test_pkg_config
[689/757] 1869281=prism/library_symbols_test
[690/757] 1869281=ruby/test_rational2
[691/757] 1869281=prism/fixtures_test
[692/757] 1869281=ruby/test_case
[693/757] 1869281=did_you_mean/spell_checking/test_method_name_check
[694/757] 1869281=open-uri/test_proxy
[695/757] 1869281=uri/test_wss
[696/757] 1869281=prism/result/heredoc_test
[697/757] 1869281=ruby/test_math
[698/757] 1869281=dtrace/test_gc
[699/757] 1869281=rubygems/test_gem_commands_info_command
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[700/757] 1869281=ruby/test_fiber
[701/757] 1869281=mkmf/test_libs
[702/757] 1869281=-ext-/win32/test_dln
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
[703/757] 1869281=rubygems/test_gem_request_connection_pools
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[704/757] 1869281=psych/visitors/test_to_ruby
[705/757] 1869281=ruby/test_syntax
[706/757] 1869281=rubygems/test_gem_resolver_installer_set
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[707/757] 1869281=rubygems/test_gem_commands_uninstall_command
[708/757] 1869281=ruby/test_complex
[709/757] 1869281=ruby/test_random_formatter
[710/757] 1869281=-ext-/string/test_ellipsize
[711/757] 1869281=openssl/test_x509crl
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[712/757] 1869281=rubygems/test_gem_commands_environment_command
[713/757] 1869281=rubygems/test_gem_dependency_list
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[714/757] 1869281=ruby/test_refinement
[715/757] 1869281=psych/test_set
[716/757] 1869281=fiber/test_io_close
[717/757] 1869281=rubygems/test_gem_security_signer
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[718/757] 1869281=uri/test_generic
[719/757] 1869281=net/http/test_buffered_io
[720/757] 1869281=openssl/test_bn
[721/757] 1869281=openssl/test_config
[722/757] 1869281=prism/result/breadth_first_search_test
[723/757] 1869281=rubygems/test_exit
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[724/757] 1869281=openssl/test_x509ext
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[725/757] 1869281=rubygems/test_gem_platform
[726/757] 1869281=ruby/test_m17n
[727/757] 1869281=ruby/test_yjit
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[728/757] 1869283=rubygems/test_gem_resolver_dependency_request
[729/757] 1869283=openssl/test_ssl_session
[730/757] 1869283=ruby/test_argf
[731/757] 1869283=ruby/enc/test_gbk
[732/757] 1869283=openssl/test_x509attr
[733/757] 1869283=prism/percent_delimiter_string_test
[734/757] 1869283=openssl/test_engine
[735/757] 1869283=ruby/test_warning
[736/757] 1869281=ruby/test_key_error
[737/757] 1869283=ruby/test_hash
[738/757] 1869281=prism/result/regular_expression_options_test
[739/757] 1869281=rubygems/test_gem_ext_rake_builder
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[740/757] 1869281=optparse/test_acceptable
[741/757] 1869281=ruby/test_metaclass
[742/757] 1869281=ruby/test_dir
[743/757] 1869281=ruby/test_whileuntil
[744/757] 1869281=json/json_string_matching_test
[745/757] 1869281=-ext-/bignum/test_mul
[746/757] 1869281=monitor/test_monitor
[747/757] 1869281=prism/result/implicit_array_test
[748/757] 1869281=psych/test_scalar_scanner
[749/757] 1869281=ruby/enc/test_gb18030
[750/757] 1869281=prism/regexp_test
[751/757] 1869281=-ext-/rational/test_rat
[752/757] 1869281=-ext-/time/test_new
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[753/757] 1869281=rubygems/test_gem_package_tar_writer
[754/757] 1869281=openssl/test_cipher
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-yjit/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
[755/757] 1869281=rubygems/test_gem_resolver_composed_set
[756/757] 1869281=did_you_mean/spell_checking/test_key_name_check
[757/757] 1869281=net/http/test_httpheader
[New LWP 1964021]
[New LWP 1964019]
[New LWP 1961844]
[New LWP 1869485]

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".
0x00007b999f0ced61 in __futex_abstimed_wait_common64 (private=2021593720, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x59ab007db000) at ./nptl/futex-internal.c:57

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

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x7b999f0337c0 (LWP 1869280) "ruby"            0x00007b999f0ced61 in __futex_abstimed_wait_common64 (private=2021593720, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x59ab007db000) at ./nptl/futex-internal.c:57
  2    Thread 0x7b99757ad6c0 (LWP 1964021) "test_https_pro*" 0x00007b999f151a00 in __GI_ppoll (fds=fds@entry=0x7b99757abe38, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
  3    Thread 0x7b998466e6c0 (LWP 1964019) "parallel.rb:40"  0x00007b999f1514cd in __GI___poll (fds=fds@entry=0x7b998466d6f0, nfds=nfds@entry=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  4    Thread 0x7b99859ff6c0 (LWP 1961844) "ruby"            0x00007b999f160042 in epoll_wait (epfd=4, events=events@entry=0x59aaf214153c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
  5    Thread 0x7b99840eb6c0 (LWP 1869485) "Timeout stdlib " 0x00007b999f0ced61 in __futex_abstimed_wait_common64 (private=22954, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x59ab008849f4) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 5 (Thread 0x7b99840eb6c0 (LWP 1869485) "Timeout stdlib "):
#0  0x00007b999f0ced61 in __futex_abstimed_wait_common64 (private=22954, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x59ab008849f4) 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=22954, abstime=0x0, clockid=0, expected=0, futex_word=0x59ab008849f4) 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=0x59ab008849f4, 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  0x00007b999f0d17dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x59ab007db0f8, cond=0x59ab008849c8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7b999f0d14a0 <__condvar_cleanup_waiting>, __arg = 0x7b99840ea620, __canceltype = 9860208, __prev = 0x0}
        cbuffer = {wseq = 57, cond = 0x59ab008849c8, mutex = 0x59ab007db0f8, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 57
        seq = 28
        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=0x59ab008849c8, mutex=mutex@entry=0x59ab007db0f8) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x000059aaf1c4abe3 in rb_native_cond_wait (mutex=0x59ab007db0f8, cond=0x59ab008849c8) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:231
        r = <optimized out>
        r = <optimized out>
#6  thread_sched_wait_running_turn (sched=sched@entry=0x59ab007db0f8, th=th@entry=0x59ab0108a090, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:851
        next_th = 0x59ab007d6010
#7  0x000059aaf1c4b01a in thread_sched_to_waiting_until_wakeup (sched=0x59ab007db0f8, th=th@entry=0x59ab0108a090) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1126
        can_direct_transfer = <optimized out>
#8  0x000059aaf1c52f41 in native_sleep (rel=0x0, th=0x59ab0108a090) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:3350
        sched = <optimized out>
#9  sleep_forever (fl=1, th=0x59ab0108a090) at /tmp/ruby/src/trunk-yjit/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=4, end=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:1426
        scheduler = <optimized out>
#11 0x000059aaf1c53068 in queue_sleep (_args=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_sync.c:1076
        args = <optimized out>
#12 0x000059aaf1acf48c in rb_ensure (b_proc=b_proc@entry=0x59aaf1c53050 <queue_sleep>, data1=data1@entry=135899275765872, e_proc=e_proc@entry=0x59aaf1c44bd0 <queue_sleep_done>, data2=data2@entry=135899275765904) at /tmp/ruby/src/trunk-yjit/eval.c:1174
        _ec = 0x59ab01257590
        _tag = {tag = 36, retval = 4, buf = {0x0, 0x59aaf1acf540 <rb_ensure+400>, 0x0, 0x7b99840ea780, 0x4}, prev = 0x7b99840eaad0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x59ab01257590
#13 0x000059aaf1c544b1 in queue_do_pop (self=135899284598160, q=0x59ab00a42040, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_sync.c:1151
        ec = <optimized out>
        queue_waiter = {w = {self = 135899284598160, th = 0x59ab0108a090, fiber = 0x0, node = {next = 0x59ab00a42040, prev = 0x59ab00a42040}}, as = {q = 0x59ab00a42040, sq = 0x59ab00a42040}}
        unaligned_member_ptr_result = <optimized out>
        waitq = 0x59ab00a42040
        queue_sleep_arg = {self = 135899284598160, timeout = 4, end = 0}
        end = <optimized out>
#14 0x000059aae9cc3f68 in ?? ()
No symbol table info available.
#15 0x000059ab01357740 in ?? ()
No symbol table info available.
#16 0x000059ab01257590 in ?? ()
No symbol table info available.
#17 0x0000000000000024 in ?? ()
No symbol table info available.
#18 0x000059aaf1cb6f8e in vm_exec_core (ec=0x59ab008849f4, ec@entry=0x59ab01257590) at ../../src/trunk-yjit/insns.def:903
        func = 0xfffffffffffffe00
        zjit_entry = <optimized out>
        func = <optimized out>
        bh = <optimized out>
        cd = 0x0
        leaf = <optimized out>
        val = 98590994560776
        reg_pc = 0x59ab0097e360
        reg_cfp = 0x59ab01357740
        insns_address_table = {0x59aaf1cba4ce <vm_exec_core+13854>, 0x59aaf1cb81da <vm_exec_core+4906>, 0x59aaf1cb8169 <vm_exec_core+4793>, 0x59aaf1cb80c5 <vm_exec_core+4629>, 0x59aaf1cb804b <vm_exec_core+4507>, 0x59aaf1cb7fa6 <vm_exec_core+4342>, 0x59aaf1cb85b3 <vm_exec_core+5891>, 0x59aaf1cb8558 <vm_exec_core+5800>, 0x59aaf1cb82da <vm_exec_core+5162>, 0x59aaf1cb823e <vm_exec_core+5006>, 0x59aaf1cb8652 <vm_exec_core+6050>, 0x59aaf1cb83cd <vm_exec_core+5405>, 0x59aaf1cb7f61 <vm_exec_core+4273>, 0x59aaf1cb7ef9 <vm_exec_core+4169>, 0x59aaf1cb7e82 <vm_exec_core+4050>, 0x59aaf1cb7e45 <vm_exec_core+3989>, 0x59aaf1cb7e0d <vm_exec_core+3933>, 0x59aaf1cb7dd8 <vm_exec_core+3880>, 0x59aaf1cb7da3 <vm_exec_core+3827>, 0x59aaf1cb7d6e <vm_exec_core+3774>, 0x59aaf1cb7ce4 <vm_exec_core+3636>, 0x59aaf1cb7ca0 <vm_exec_core+3568>, 0x59aaf1cb7c59 <vm_exec_core+3497>, 0x59aaf1cb7c01 <vm_exec_core+3409>, 0x59aaf1cb7bbb <vm_exec_core+3339>, 0x59aaf1cb7b3c <vm_exec_core+3212>, 0x59aaf1cb7b02 <vm_exec_core+3154>, 0x59aaf1cb7aa5 <vm_exec_core+3061>, 0x59aaf1cb7a4b <vm_exec_core+2971>, 0x59aaf1cb7a0e <vm_exec_core+2910>, 0x59aaf1cb8dc1 <vm_exec_core+7953>, 0x59aaf1cb8c3d <vm_exec_core+7565>, 0x59aaf1cb8baf <vm_exec_core+7423>, 0x59aaf1cb8b48 <vm_exec_core+7320>, 0x59aaf1cb8af6 <vm_exec_core+7238>, 0x59aaf1cb8a94 <vm_exec_core+7140>, 0x59aaf1cb8a47 <vm_exec_core+7063>, 0x59aaf1cb89f2 <vm_exec_core+6978>, 0x59aaf1cb89a8 <vm_exec_core+6904>, 0x59aaf1cb8981 <vm_exec_core+6865>, 0x59aaf1cb8946 <vm_exec_core+6806>, 0x59aaf1cb88f7 <vm_exec_core+6727>, 0x59aaf1cb88c3 <vm_exec_core+6675>, 0x59aaf1cb8812 <vm_exec_core+6498>, 0x59aaf1cb87cf <vm_exec_core+6431>, 0x59aaf1cb878b <vm_exec_core+6363>, 0x59aaf1cb9366 <vm_exec_core+9398>, 0x59aaf1cb92f7 <vm_exec_core+9287>, 0x59aaf1cb9398 <vm_exec_core+9448>, 0x59aaf1cb8fb9 <vm_exec_core+8457>, 0x59aaf1cb8f4a <vm_exec_core+8346>, 0x59aaf1cb8eec <vm_exec_core+8252>, 0x59aaf1cb8e3a <vm_exec_core+8074>, 0x59aaf1cb8dfe <vm_exec_core+8014>, 0x59aaf1cb91c9 <vm_exec_core+8985>, 0x59aaf1cb915f <vm_exec_core+8879>, 0x59aaf1cb90b4 <vm_exec_core+8708>, 0x59aaf1cb6f10 <vm_exec_core+96>, 0x59aaf1cb9008 <vm_exec_core+8536>, 0x59aaf1cb925f <vm_exec_core+9135>, 0x59aaf1cb9210 <vm_exec_core+9056>, 0x59aaf1cb92a8 <vm_exec_core+9208>, 0x59aaf1cb79bf <vm_exec_core+2831>, 0x59aaf1cba486 <vm_exec_core+13782>, 0x59aaf1cb7970 <vm_exec_core+2752>, 0x59aaf1cb7901 <vm_exec_core+2641>, 0x59aaf1cb78bc <vm_exec_core+2572>, 0x59aaf1cb7849 <vm_exec_core+2457>, 0x59aaf1cb76f2 <vm_exec_core+2114>, 0x59aaf1cb7622 <vm_exec_core+1906>, 0x59aaf1cb75a6 <vm_exec_core+1782>, 0x59aaf1cb6fc8 <vm_exec_core+280>, 0x59aaf1cb7572 <vm_exec_core+1730>, 0x59aaf1cb7533 <vm_exec_core+1667>, 0x59aaf1cb74f4 <vm_exec_core+1604>, 0x59aaf1cb74b8 <vm_exec_core+1544>, 0x59aaf1cb73f8 <vm_exec_core+1352>, 0x59aaf1cb7373 <vm_exec_core+1219>, 0x59aaf1cba4df <vm_exec_core+13871>, 0x59aaf1cb9c69 <vm_exec_core+11705>, 0x59aaf1cb9ccf <vm_exec_core+11807>, 0x59aaf1cb9427 <vm_exec_core+9591>, 0x59aaf1cb9d68 <vm_exec_core+11960>, 0x59aaf1cb9e01 <vm_exec_core+12113>, 0x59aaf1cba3a1 <vm_exec_core+13553>, 0x59aaf1cba299 <vm_exec_core+13289>, 0x59aaf1cba2f7 <vm_exec_core+13383>, 0x59aaf1cba032 <vm_exec_core+12674>, 0x59aaf1cba093 <vm_exec_core+12771>, 0x59aaf1cba0f1 <vm_exec_core+12865>, 0x59aaf1cba355 <vm_exec_core+13477>, 0x59aaf1cb9f62 <vm_exec_core+12466>, 0x59aaf1cb9fb5 <vm_exec_core+12549>, 0x59aaf1cba1cd <vm_exec_core+13085>, 0x59aaf1cba251 <vm_exec_core+13217>, 0x59aaf1cb9a6d <vm_exec_core+11197>, 0x59aaf1cb9ac3 <vm_exec_core+11283>, 0x59aaf1cb9b0c <vm_exec_core+11356>, 0x59aaf1cb9b72 <vm_exec_core+11458>, 0x59aaf1cba544 <vm_exec_core+13972>, 0x59aaf1cb7302 <vm_exec_core+1106>, 0x59aaf1cb7282 <vm_exec_core+978>, 0x59aaf1cb71d9 <vm_exec_core+809>, 0x59aaf1cb7192 <vm_exec_core+738>, 0x59aaf1cb7147 <vm_exec_core+663>, 0x59aaf1cb70fe <vm_exec_core+590>, 0x59aaf1cb70ad <vm_exec_core+509>, 0x59aaf1cb7078 <vm_exec_core+456>, 0x59aaf1cb7043 <vm_exec_core+403>, 0x59aaf1cb9c4b <vm_exec_core+11675>, 0x59aaf1cb81c9 <vm_exec_core+4889>, 0x59aaf1cb8158 <vm_exec_core+4776>, 0x59aaf1cb80b4 <vm_exec_core+4612>, 0x59aaf1cb803a <vm_exec_core+4490>, 0x59aaf1cb7f95 <vm_exec_core+4325>, 0x59aaf1cb85a2 <vm_exec_core+5874>, 0x59aaf1cb8547 <vm_exec_core+5783>, 0x59aaf1cb82c9 <vm_exec_core+5145>, 0x59aaf1cb822d <vm_exec_core+4989>, 0x59aaf1cb8641 <vm_exec_core+6033>, 0x59aaf1cb83bc <vm_exec_core+5388>, 0x59aaf1cb7f50 <vm_exec_core+4256>, 0x59aaf1cb7ee8 <vm_exec_core+4152>, 0x59aaf1cb7e71 <vm_exec_core+4033>, 0x59aaf1cb7e34 <vm_exec_core+3972>, 0x59aaf1cb7dfc <vm_exec_core+3916>, 0x59aaf1cb7dc7 <vm_exec_core+3863>, 0x59aaf1cb7d92 <vm_exec_core+3810>, 0x59aaf1cb7d5d <vm_exec_core+3757>, 0x59aaf1cb7cd3 <vm_exec_core+3619>, 0x59aaf1cb7c8f <vm_exec_core+3551>, 0x59aaf1cb7c48 <vm_exec_core+3480>, 0x59aaf1cb7bf0 <vm_exec_core+3392>, 0x59aaf1cb7baa <vm_exec_core+3322>, 0x59aaf1cb7b2b <vm_exec_core+3195>, 0x59aaf1cb7af1 <vm_exec_core+3137>, 0x59aaf1cb7a94 <vm_exec_core+3044>, 0x59aaf1cb7a3a <vm_exec_core+2954>, 0x59aaf1cb79fd <vm_exec_core+2893>, 0x59aaf1cb8db0 <vm_exec_core+7936>, 0x59aaf1cb8c2c <vm_exec_core+7548>, 0x59aaf1cb8b9e <vm_exec_core+7406>, 0x59aaf1cb8b37 <vm_exec_core+7303>, 0x59aaf1cb8ae5 <vm_exec_core+7221>, 0x59aaf1cb8a83 <vm_exec_core+7123>, 0x59aaf1cb8a36 <vm_exec_core+7046>, 0x59aaf1cb89e1 <vm_exec_core+6961>, 0x59aaf1cb8997 <vm_exec_core+6887>, 0x59aaf1cb8970 <vm_exec_core+6848>, 0x59aaf1cb8935 <vm_exec_core+6789>, 0x59aaf1cb88e6 <vm_exec_core+6710>, 0x59aaf1cb88b2 <vm_exec_core+6658>, 0x59aaf1cb8801 <vm_exec_core+6481>, 0x59aaf1cb87be <vm_exec_core+6414>, 0x59aaf1cb877a <vm_exec_core+6346>, 0x59aaf1cb9355 <vm_exec_core+9381>, 0x59aaf1cb92e6 <vm_exec_core+9270>, 0x59aaf1cb9387 <vm_exec_core+9431>, 0x59aaf1cb8fa8 <vm_exec_core+8440>, 0x59aaf1cb8f39 <vm_exec_core+8329>, 0x59aaf1cb8edb <vm_exec_core+8235>, 0x59aaf1cb8e29 <vm_exec_core+8057>, 0x59aaf1cb8ded <vm_exec_core+7997>, 0x59aaf1cb91b8 <vm_exec_core+8968>, 0x59aaf1cb914e <vm_exec_core+8862>, 0x59aaf1cb90a3 <vm_exec_core+8691>, 0x59aaf1cba402 <vm_exec_core+13650>, 0x59aaf1cb8ff7 <vm_exec_core+8519>, 0x59aaf1cb924e <vm_exec_core+9118>, 0x59aaf1cb91ff <vm_exec_core+9039>, 0x59aaf1cb9297 <vm_exec_core+9191>, 0x59aaf1cb79ae <vm_exec_core+2814>, 0x59aaf1cba418 <vm_exec_core+13672>, 0x59aaf1cb795f <vm_exec_core+2735>, 0x59aaf1cb78f0 <vm_exec_core+2624>, 0x59aaf1cb78ab <vm_exec_core+2555>, 0x59aaf1cb7838 <vm_exec_core+2440>, 0x59aaf1cb76e1 <vm_exec_core+2097>, 0x59aaf1cb7611 <vm_exec_core+1889>, 0x59aaf1cb7595 <vm_exec_core+1765>, 0x59aaf1cb6fb7 <vm_exec_core+263>, 0x59aaf1cb7561 <vm_exec_core+1713>, 0x59aaf1cb7522 <vm_exec_core+1650>, 0x59aaf1cb74e3 <vm_exec_core+1587>, 0x59aaf1cb74a7 <vm_exec_core+1527>, 0x59aaf1cb73e7 <vm_exec_core+1335>, 0x59aaf1cb7362 <vm_exec_core+1202>, 0x59aaf1cba42e <vm_exec_core+13694>, 0x59aaf1cba444 <vm_exec_core+13716>, 0x59aaf1cba45a <vm_exec_core+13738>, 0x59aaf1cba470 <vm_exec_core+13760>, 0x59aaf1cba16e <vm_exec_core+12990>, 0x59aaf1cba184 <vm_exec_core+13012>, 0x59aaf1cba19a <vm_exec_core+13034>, 0x59aaf1cba1b7 <vm_exec_core+13063>, 0x59aaf1cb9e5a <vm_exec_core+12202>, 0x59aaf1cb9e70 <vm_exec_core+12224>, 0x59aaf1cb9e86 <vm_exec_core+12246>, 0x59aaf1cb9e9c <vm_exec_core+12268>, 0x59aaf1cb9eb2 <vm_exec_core+12290>...}
#19 0x000059aaf1ca7b65 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:2811
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#20 rb_vm_exec (ec=0x59ab01257590) at /tmp/ruby/src/trunk-yjit/vm.c:2787
        _ec = 0x59ab01257590
        _tag = {tag = 36, retval = 4, buf = {0x7b99840eabd0, 0x59aaf1ca7bc0 <rb_vm_exec+272>, 0x0, 0x7b99840eaab0, 0x3000000028}, prev = 0x7b99840eacd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#21 0x000059aaf1ca80b7 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-yjit/vm.c:1814
        iseq = 0x7b99849576f0
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x787f127896a63400
        av = {206158430248, 135899275766992}
        stack_argv = 0x787f127896a63400
        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>
#22 0x000059aaf1ca8a56 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x59ab01083d20, argc=argc@entry=0, argv=argv@entry=0x7b99840eab80, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-yjit/vm.c:1959
        self = <optimized out>
#23 0x000059aaf1c4fbc8 in thread_do_start_proc (th=th@entry=0x59ab0108a090) at /tmp/ruby/src/trunk-yjit/thread.c:614
        args = 135899275248960
        args_ptr = 0x7b99840eab80
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x59ab01083d20
#24 0x000059aaf1c51d32 in thread_do_start (th=0x59ab0108a090) at /tmp/ruby/src/trunk-yjit/thread.c:631
        result = 36
        result = <optimized out>
#25 thread_start_func_2 (th=th@entry=0x59ab0108a090, stack_start=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:686
        _ec = 0x59ab01257590
        _tag = {tag = 36, retval = 98590735506575, buf = {0x7b99840eadd0, 0x59aaf1c51cb0 <thread_start_func_2+624>, 0x0, 0x7b99840eabe0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x59ab007d6010
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#26 0x000059aaf1c52a00 in call_thread_start_func_2 (th=0x59ab0108a090) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2238
        stack_start = 0
        stack_start_addr = 0x7b99840eada8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#27 nt_start (ptr=0x59ab008849a0) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2283
        th = 0x59ab0108a090
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#28 0x00007b999f0d2a94 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 = {135899275769536, -3594013030732921708, 135899275769536, -264, 0, 140733620078592, -3594013030745504620, -3593953626735770476}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#29 0x00007b999f15fc3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 4 (Thread 0x7b99859ff6c0 (LWP 1961844) "ruby"):
#0  0x00007b999f160042 in epoll_wait (epfd=4, events=events@entry=0x59aaf214153c <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  0x000059aaf1c50db6 in event_wait (vm=0x59ab007d3ad0) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2942
        r = <optimized out>
        r = <optimized out>
#2  timer_thread_polling (vm=0x59ab007d3ad0) at /tmp/ruby/src/trunk-yjit/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=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:3075
        vm = <optimized out>
#4  0x00007b999f0d2a94 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 = {135899302065856, -3594009863194540908, 135899302065856, -264, 0, 140733620081200, -3594009863207123820, -3593953626735770476}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007b999f15fc3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x7b998466e6c0 (LWP 1964019) "parallel.rb:40"):
#0  0x00007b999f1514cd in __GI___poll (fds=fds@entry=0x7b998466d6f0, 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  0x000059aaf1b1553c in poll (__timeout=<optimized out>, __nfds=1, __fds=0x7b998466d6f0) 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-yjit/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=0x59ab05b68180, th=<optimized out>) at /tmp/ruby/src/trunk-yjit/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=0x59ab05b68180, thread=<optimized out>) at /tmp/ruby/src/trunk-yjit/io.c:1174
        ready = <optimized out>
        ready = <optimized out>
#5  internal_read_func (ptr=ptr@entry=0x7b998466da00) at /tmp/ruby/src/trunk-yjit/io.c:1212
        iis = 0x7b998466da00
        result = <optimized out>
        retry = <optimized out>
#6  0x000059aaf1c55847 in rb_thread_io_blocking_call (io=0x59ab05b68180, func=0x59aaf1b15440 <internal_read_func>, data1=0x7b998466da00, events=1) at /tmp/ruby/src/trunk-yjit/thread.c:1973
        __region = {prev_status = THREAD_RUNNABLE}
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = {tag = 36, retval = 63, buf = {0x59ab05b68180, 0x59aaf1c55690 <rb_thread_io_blocking_call+704>, 0x0, 0x7b998466d760, 0x8d}, prev = 0x7b998466d940, state = RUBY_TAG_NONE, lock_rec = 0}
        ec = 0x59ab01f74750
        th = 0x59ab05342e80
        val = 36
        saved_errno = 0
        state = RUBY_TAG_NONE
        prev_mn_schedulable = false
        fd = 7
        blocking_operation = {list = {next = 0x59ab05b68250, prev = 0x59ab05b68250}, ec = 0x59ab01f74750}
#7  0x000059aaf1acf48c in rb_ensure (b_proc=b_proc@entry=0x59aaf1b16d20 <io_read_memory_call>, data1=<optimized out>, e_proc=e_proc@entry=0x59aaf1c24020 <rb_str_unlocktmp>, data2=135899040614720) at /tmp/ruby/src/trunk-yjit/eval.c:1174
        _ec = 0x59ab01f74750
        _tag = {tag = 36, retval = 98590982522768, buf = {0x59ab05b68180, 0x59aaf1acf540 <rb_ensure+400>, 0x0, 0x7b998466d8f0, 0x59ab007dc790}, prev = 0x7b998466dad0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x59ab01f74750
#8  0x000059aaf1c2dea5 in rb_str_locktmp_ensure (str=<optimized out>, func=func@entry=0x59aaf1b16d20 <io_read_memory_call>, arg=arg@entry=135899281545728) at /tmp/ruby/src/trunk-yjit/string.c:3381
No locals.
#9  0x000059aaf1b2fbac in io_read_memory_locktmp (iis=0x7b998466da00, str=<optimized out>) at /tmp/ruby/src/trunk-yjit/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-yjit/io.c:3504
        fptr = 0x59ab05b68180
        length = <optimized out>
        str = 135899040614720
        n = <optimized out>
        len = 1024
        iis = {th = 135899040615200, fptr = 0x59ab05b68180, nonblock = 0, fd = 7, buf = 0x7b99800039e0, capa = 1024, timeout = 0x0}
        shrinkable = 1
        __func__ = "io_getpartial"
#11 0x000059aaf1b30285 in io_readpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk-yjit/io.c:3624
        ret = <optimized out>
#12 0x000059aae99266f4 in ?? ()
No symbol table info available.
#13 0x000059ab05342e80 in ?? ()
No symbol table info available.
#14 0x00007b998466db80 in ?? ()
No symbol table info available.
#15 0x00007b99760a8af8 in ?? ()
No symbol table info available.
#16 0x000059aaf1ca7cb8 in jit_exec_exception (ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:636
        func = <optimized out>
        func = <optimized out>
#17 vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:2810
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#18 rb_vm_exec (ec=0x59ab01f74750) at /tmp/ruby/src/trunk-yjit/vm.c:2787
        _ec = 0x59ab01f74750
        _tag = {tag = 36, retval = 4, buf = {0x7b998466dbd0, 0x59aaf1ca7bc0 <rb_vm_exec+272>, 0x0, 0x7b998466dab0, 0x3000000028}, prev = 0x7b998466dcd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#19 0x000059aaf1ca80b7 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-yjit/vm.c:1814
        iseq = 0x0
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x59ab07311e10
        av = {206158430248, 135899281546448}
        stack_argv = 0x59ab07311e10
        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 0x000059aaf1ca8a56 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x59ab07311e10, argc=argc@entry=0, argv=argv@entry=0x7b998466db80, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-yjit/vm.c:1959
        self = <optimized out>
#21 0x000059aaf1c4fbc8 in thread_do_start_proc (th=th@entry=0x59ab05342e80) at /tmp/ruby/src/trunk-yjit/thread.c:614
        args = 135899040615160
        args_ptr = 0x7b998466db80
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x59ab07311e10
#22 0x000059aaf1c51d32 in thread_do_start (th=0x59ab05342e80) at /tmp/ruby/src/trunk-yjit/thread.c:631
        result = 36
        result = <optimized out>
#23 thread_start_func_2 (th=th@entry=0x59ab05342e80, stack_start=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:686
        _ec = 0x59ab01f74750
        _tag = {tag = 36, retval = 98590735506575, buf = {0x7b998466ddd0, 0x59aaf1c51cb0 <thread_start_func_2+624>, 0x0, 0x7b998466dbe0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x59ab007d6010
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#24 0x000059aaf1c52a00 in call_thread_start_func_2 (th=0x59ab05342e80) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2238
        stack_start = 0
        stack_start_addr = 0x7b998466dda8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#25 nt_start (ptr=0x59ab0295f990) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2283
        th = 0x59ab05342e80
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#26 0x00007b999f0d2a94 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 = {135899281548992, -3594012277503032172, 135899281548992, -264, 25, 140733620082048, -3594012277515615084, -3593953626735770476}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#27 0x00007b999f15fc3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x7b99757ad6c0 (LWP 1964021) "test_https_pro*"):
#0  0x00007b999f151a00 in __GI_ppoll (fds=fds@entry=0x7b99757abe38, 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 = 135899728647328, tv_nsec = 98590982516984}
#1  0x000059aaf1c4d85e in wait_for_single_fd_blocking_region (th=th@entry=0x59ab05d38480, fds=fds@entry=0x7b99757abe38, to=to@entry=0x0, lerrno=lerrno@entry=0x7b99757abdfc, nfds=1) at /tmp/ruby/src/trunk-yjit/hrtime.h:168
        __region = {prev_status = THREAD_RUNNABLE}
        ts = {tv_sec = 98590982496272, tv_nsec = 98590982516984}
        result = 0
#2  0x000059aaf1c53ef6 in thread_io_wait (io=0x59ab02b48e80, fd=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:4624
        to = <optimized out>
        rel = 98591072027832
        end = <optimized out>
        _ec = 0x59ab060d4ae0
        _tag = {tag = 36, retval = 0, buf = {0x59ab02b48e80, 0x59aaf1c53fb0 <thread_io_wait+1360>, 0x0, 0x7b99757abda0, 0x59ab060d4ae0}, prev = 0x7b99757acad0, state = RUBY_TAG_NONE, lock_rec = 0}
        fds = {{fd = 9, events = 1, revents = 0}}
        result = 0
        nfds = 1
        blocking_operation = {list = {next = 0x59ab02b48f50, prev = 0x59ab02b48f50}, ec = 0x59ab060d4ae0}
        state = RUBY_TAG_NONE
        lerrno = 0
        ec = <optimized out>
        th = <optimized out>
#3  0x000059aaf1c57271 in rb_thread_io_wait (io=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:4779
No locals.
#4  0x000059aaf1b175e9 in rb_io_wait (io=io@entry=135899040608000, events=events@entry=3, timeout=<optimized out>, timeout@entry=4) at /tmp/ruby/src/trunk-yjit/include/ruby/internal/arithmetic/int.h:172
        scheduler = <optimized out>
        fptr = 0x59ab02b48e80
        tv_storage = {tv_sec = 135899031191600, tv_usec = 135899031194320}
        tv = 0x0
        ready = <optimized out>
#5  0x000059aaf1b24db1 in rb_io_wait (timeout=4, events=3, io=135899040608000) at /tmp/ruby/src/trunk-yjit/io.c:1458
        scheduler = <optimized out>
        fptr = <optimized out>
        tv_storage = <optimized out>
        tv = <optimized out>
        ready = <optimized out>
        scheduler = <optimized out>
        fptr = <optimized out>
        tv_storage = <optimized out>
        tv = <optimized out>
        ready = <optimized out>
        errno_to_fail = <optimized out>
#6  rb_io_maybe_wait (timeout=4, events=3, io=135899040608000, error=11) at /tmp/ruby/src/trunk-yjit/io.c:1642
No locals.
#7  rb_io_maybe_wait_readable (error=error@entry=11, io=io@entry=135899040608000, timeout=timeout@entry=4) at /tmp/ruby/src/trunk-yjit/io.c:1653
        result = <optimized out>
#8  0x00007b9984338cf8 in rsock_s_accept (klass=135899280663240, io=135899040608000, sockaddr=sockaddr@entry=0x7b99757abfd0, len=len@entry=0x7b99757abfcc) at /tmp/ruby/src/trunk-yjit/ext/socket/init.c:738
        error = 11
        fptr = 0x59ab02b48e80
        accept_arg = {fd = 9, sockaddr = 0x7b99757abfd0, len = 0x7b99757abfcc}
        retry = 0
        peer = <optimized out>
        retry = <optimized out>
#9  0x00007b998434ca92 in tcp_accept (server=<optimized out>) at /tmp/ruby/src/trunk-yjit/ext/socket/tcpserver.c:61
        buffer = {addr = {sa_family = 49152, sa_data = "zu\231{\000\000`\003\000\000\000\000\000"}, in = {sin_family = 49152, sin_port = 30074, sin_addr = {s_addr = 31641}, sin_zero = "`\003\000\000\000\000\000"}, in6 = {sin6_family = 49152, sin6_port = 30074, sin6_flowinfo = 31641, sin6_addr = {__in6_u = {__u6_addr8 = "`\003", '\000' <repeats 13 times>, __u6_addr16 = {864, 0, 0, 0, 0, 0, 0, 0}, __u6_addr32 = {864, 0, 0, 0}}}, sin6_scope_id = 4}, un = {sun_family = 49152, sun_path = "zu\231{\000\000`\003", '\000' <repeats 14 times>, "\004\000\000\000\000\000\000\000\002\000\000\000\000\000\000\000l\355\f\237\231{\000\000\240\024\r\237\231{\000\000\000\000\000\000\000\000\000\000d\267t\005\253Y\000\000\320:}\000\211\001\000\000\020\267t\005\253Y\000\0008\267t\005\253Y\000\000\\\267t\005\253Y\000\000\\\267t\005\253Y"}, storage = {ss_family = 49152, __ss_padding = "zu\231{\000\000`\003", '\000' <repeats 14 times>, "\004\000\000\000\000\000\000\000\002\000\000\000\000\000\000\000l\355\f\237\231{\000\000\240\024\r\237\231{\000\000\000\000\000\000\000\000\000\000d\267t\005\253Y\000\000\320:}\000\211\001\000\000\020\267t\005\253Y\000\0008\267t\005\253Y\000\000\\\267t\005\253Y\000\000\\\267t\005\253Y\000\000\020\301zu\231{\000", __ss_align = 135899728647874}, place_holder = "\000\300zu\231{\000\000`\003", '\000' <repeats 14 times>, "\004\000\000\000\000\000\000\000\002\000\000\000\000\000\000\000l\355\f\237\231{\000\000\240\024\r\237\231{\000\000\000\000\000\000\000\000\000\000d\267t\005\253Y\000\000\320:}\000\211\001\000\000\020\267t\005\253Y\000\0008\267t\005\253Y\000\000\\\267t\005\253Y\000\000\\\267t\005\253Y\000\000\020\301zu\231{\000\000\302\026\r\237\231{\000\000\001\000\000\000\000\000\000\000L\267t\005\253Y\000\000\220\300zu\231{\000\000p\330\022\006\000\000\000\000\004\000\000\000\000\000\000\000\a\000\000\000\000\000\000\000\003\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\240\024\r\237\231{\000\000"...}
        length = 2048
#10 0x000059aaf1c94d6d in vm_call_cfunc_with_frame_ (ec=0x59ab060d4ae0, reg_cfp=0x59ab04cd5878, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3915
        ci = 0xe00100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7b9984069368
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#11 0x000059aaf1c9e3c1 in vm_sendish (ec=0x59ab060d4ae0, reg_cfp=0x59ab04cd5878, cd=0x59ab026e44f0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-yjit/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x7b99842d8680
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x59ab026e44f0, cc = 0x7b99842d8680, block_handler = 0, recv = 135899040608000, argc = 0, kw_splat = false, heap_argv = 0}
#12 0x000059aaf1cb6f34 in vm_exec_core (ec=0x7b99757abe38, ec@entry=0x59ab060d4ae0) at ../../src/trunk-yjit/insns.def:902
        bh = <optimized out>
        cd = 0x0
        leaf = <optimized out>
        val = 135899040606736
        reg_pc = 0x59ab026ead88
        reg_cfp = 0x59ab04cd5878
        insns_address_table = {0x59aaf1cba4ce <vm_exec_core+13854>, 0x59aaf1cb81da <vm_exec_core+4906>, 0x59aaf1cb8169 <vm_exec_core+4793>, 0x59aaf1cb80c5 <vm_exec_core+4629>, 0x59aaf1cb804b <vm_exec_core+4507>, 0x59aaf1cb7fa6 <vm_exec_core+4342>, 0x59aaf1cb85b3 <vm_exec_core+5891>, 0x59aaf1cb8558 <vm_exec_core+5800>, 0x59aaf1cb82da <vm_exec_core+5162>, 0x59aaf1cb823e <vm_exec_core+5006>, 0x59aaf1cb8652 <vm_exec_core+6050>, 0x59aaf1cb83cd <vm_exec_core+5405>, 0x59aaf1cb7f61 <vm_exec_core+4273>, 0x59aaf1cb7ef9 <vm_exec_core+4169>, 0x59aaf1cb7e82 <vm_exec_core+4050>, 0x59aaf1cb7e45 <vm_exec_core+3989>, 0x59aaf1cb7e0d <vm_exec_core+3933>, 0x59aaf1cb7dd8 <vm_exec_core+3880>, 0x59aaf1cb7da3 <vm_exec_core+3827>, 0x59aaf1cb7d6e <vm_exec_core+3774>, 0x59aaf1cb7ce4 <vm_exec_core+3636>, 0x59aaf1cb7ca0 <vm_exec_core+3568>, 0x59aaf1cb7c59 <vm_exec_core+3497>, 0x59aaf1cb7c01 <vm_exec_core+3409>, 0x59aaf1cb7bbb <vm_exec_core+3339>, 0x59aaf1cb7b3c <vm_exec_core+3212>, 0x59aaf1cb7b02 <vm_exec_core+3154>, 0x59aaf1cb7aa5 <vm_exec_core+3061>, 0x59aaf1cb7a4b <vm_exec_core+2971>, 0x59aaf1cb7a0e <vm_exec_core+2910>, 0x59aaf1cb8dc1 <vm_exec_core+7953>, 0x59aaf1cb8c3d <vm_exec_core+7565>, 0x59aaf1cb8baf <vm_exec_core+7423>, 0x59aaf1cb8b48 <vm_exec_core+7320>, 0x59aaf1cb8af6 <vm_exec_core+7238>, 0x59aaf1cb8a94 <vm_exec_core+7140>, 0x59aaf1cb8a47 <vm_exec_core+7063>, 0x59aaf1cb89f2 <vm_exec_core+6978>, 0x59aaf1cb89a8 <vm_exec_core+6904>, 0x59aaf1cb8981 <vm_exec_core+6865>, 0x59aaf1cb8946 <vm_exec_core+6806>, 0x59aaf1cb88f7 <vm_exec_core+6727>, 0x59aaf1cb88c3 <vm_exec_core+6675>, 0x59aaf1cb8812 <vm_exec_core+6498>, 0x59aaf1cb87cf <vm_exec_core+6431>, 0x59aaf1cb878b <vm_exec_core+6363>, 0x59aaf1cb9366 <vm_exec_core+9398>, 0x59aaf1cb92f7 <vm_exec_core+9287>, 0x59aaf1cb9398 <vm_exec_core+9448>, 0x59aaf1cb8fb9 <vm_exec_core+8457>, 0x59aaf1cb8f4a <vm_exec_core+8346>, 0x59aaf1cb8eec <vm_exec_core+8252>, 0x59aaf1cb8e3a <vm_exec_core+8074>, 0x59aaf1cb8dfe <vm_exec_core+8014>, 0x59aaf1cb91c9 <vm_exec_core+8985>, 0x59aaf1cb915f <vm_exec_core+8879>, 0x59aaf1cb90b4 <vm_exec_core+8708>, 0x59aaf1cb6f10 <vm_exec_core+96>, 0x59aaf1cb9008 <vm_exec_core+8536>, 0x59aaf1cb925f <vm_exec_core+9135>, 0x59aaf1cb9210 <vm_exec_core+9056>, 0x59aaf1cb92a8 <vm_exec_core+9208>, 0x59aaf1cb79bf <vm_exec_core+2831>, 0x59aaf1cba486 <vm_exec_core+13782>, 0x59aaf1cb7970 <vm_exec_core+2752>, 0x59aaf1cb7901 <vm_exec_core+2641>, 0x59aaf1cb78bc <vm_exec_core+2572>, 0x59aaf1cb7849 <vm_exec_core+2457>, 0x59aaf1cb76f2 <vm_exec_core+2114>, 0x59aaf1cb7622 <vm_exec_core+1906>, 0x59aaf1cb75a6 <vm_exec_core+1782>, 0x59aaf1cb6fc8 <vm_exec_core+280>, 0x59aaf1cb7572 <vm_exec_core+1730>, 0x59aaf1cb7533 <vm_exec_core+1667>, 0x59aaf1cb74f4 <vm_exec_core+1604>, 0x59aaf1cb74b8 <vm_exec_core+1544>, 0x59aaf1cb73f8 <vm_exec_core+1352>, 0x59aaf1cb7373 <vm_exec_core+1219>, 0x59aaf1cba4df <vm_exec_core+13871>, 0x59aaf1cb9c69 <vm_exec_core+11705>, 0x59aaf1cb9ccf <vm_exec_core+11807>, 0x59aaf1cb9427 <vm_exec_core+9591>, 0x59aaf1cb9d68 <vm_exec_core+11960>, 0x59aaf1cb9e01 <vm_exec_core+12113>, 0x59aaf1cba3a1 <vm_exec_core+13553>, 0x59aaf1cba299 <vm_exec_core+13289>, 0x59aaf1cba2f7 <vm_exec_core+13383>, 0x59aaf1cba032 <vm_exec_core+12674>, 0x59aaf1cba093 <vm_exec_core+12771>, 0x59aaf1cba0f1 <vm_exec_core+12865>, 0x59aaf1cba355 <vm_exec_core+13477>, 0x59aaf1cb9f62 <vm_exec_core+12466>, 0x59aaf1cb9fb5 <vm_exec_core+12549>, 0x59aaf1cba1cd <vm_exec_core+13085>, 0x59aaf1cba251 <vm_exec_core+13217>, 0x59aaf1cb9a6d <vm_exec_core+11197>, 0x59aaf1cb9ac3 <vm_exec_core+11283>, 0x59aaf1cb9b0c <vm_exec_core+11356>, 0x59aaf1cb9b72 <vm_exec_core+11458>, 0x59aaf1cba544 <vm_exec_core+13972>, 0x59aaf1cb7302 <vm_exec_core+1106>, 0x59aaf1cb7282 <vm_exec_core+978>, 0x59aaf1cb71d9 <vm_exec_core+809>, 0x59aaf1cb7192 <vm_exec_core+738>, 0x59aaf1cb7147 <vm_exec_core+663>, 0x59aaf1cb70fe <vm_exec_core+590>, 0x59aaf1cb70ad <vm_exec_core+509>, 0x59aaf1cb7078 <vm_exec_core+456>, 0x59aaf1cb7043 <vm_exec_core+403>, 0x59aaf1cb9c4b <vm_exec_core+11675>, 0x59aaf1cb81c9 <vm_exec_core+4889>, 0x59aaf1cb8158 <vm_exec_core+4776>, 0x59aaf1cb80b4 <vm_exec_core+4612>, 0x59aaf1cb803a <vm_exec_core+4490>, 0x59aaf1cb7f95 <vm_exec_core+4325>, 0x59aaf1cb85a2 <vm_exec_core+5874>, 0x59aaf1cb8547 <vm_exec_core+5783>, 0x59aaf1cb82c9 <vm_exec_core+5145>, 0x59aaf1cb822d <vm_exec_core+4989>, 0x59aaf1cb8641 <vm_exec_core+6033>, 0x59aaf1cb83bc <vm_exec_core+5388>, 0x59aaf1cb7f50 <vm_exec_core+4256>, 0x59aaf1cb7ee8 <vm_exec_core+4152>, 0x59aaf1cb7e71 <vm_exec_core+4033>, 0x59aaf1cb7e34 <vm_exec_core+3972>, 0x59aaf1cb7dfc <vm_exec_core+3916>, 0x59aaf1cb7dc7 <vm_exec_core+3863>, 0x59aaf1cb7d92 <vm_exec_core+3810>, 0x59aaf1cb7d5d <vm_exec_core+3757>, 0x59aaf1cb7cd3 <vm_exec_core+3619>, 0x59aaf1cb7c8f <vm_exec_core+3551>, 0x59aaf1cb7c48 <vm_exec_core+3480>, 0x59aaf1cb7bf0 <vm_exec_core+3392>, 0x59aaf1cb7baa <vm_exec_core+3322>, 0x59aaf1cb7b2b <vm_exec_core+3195>, 0x59aaf1cb7af1 <vm_exec_core+3137>, 0x59aaf1cb7a94 <vm_exec_core+3044>, 0x59aaf1cb7a3a <vm_exec_core+2954>, 0x59aaf1cb79fd <vm_exec_core+2893>, 0x59aaf1cb8db0 <vm_exec_core+7936>, 0x59aaf1cb8c2c <vm_exec_core+7548>, 0x59aaf1cb8b9e <vm_exec_core+7406>, 0x59aaf1cb8b37 <vm_exec_core+7303>, 0x59aaf1cb8ae5 <vm_exec_core+7221>, 0x59aaf1cb8a83 <vm_exec_core+7123>, 0x59aaf1cb8a36 <vm_exec_core+7046>, 0x59aaf1cb89e1 <vm_exec_core+6961>, 0x59aaf1cb8997 <vm_exec_core+6887>, 0x59aaf1cb8970 <vm_exec_core+6848>, 0x59aaf1cb8935 <vm_exec_core+6789>, 0x59aaf1cb88e6 <vm_exec_core+6710>, 0x59aaf1cb88b2 <vm_exec_core+6658>, 0x59aaf1cb8801 <vm_exec_core+6481>, 0x59aaf1cb87be <vm_exec_core+6414>, 0x59aaf1cb877a <vm_exec_core+6346>, 0x59aaf1cb9355 <vm_exec_core+9381>, 0x59aaf1cb92e6 <vm_exec_core+9270>, 0x59aaf1cb9387 <vm_exec_core+9431>, 0x59aaf1cb8fa8 <vm_exec_core+8440>, 0x59aaf1cb8f39 <vm_exec_core+8329>, 0x59aaf1cb8edb <vm_exec_core+8235>, 0x59aaf1cb8e29 <vm_exec_core+8057>, 0x59aaf1cb8ded <vm_exec_core+7997>, 0x59aaf1cb91b8 <vm_exec_core+8968>, 0x59aaf1cb914e <vm_exec_core+8862>, 0x59aaf1cb90a3 <vm_exec_core+8691>, 0x59aaf1cba402 <vm_exec_core+13650>, 0x59aaf1cb8ff7 <vm_exec_core+8519>, 0x59aaf1cb924e <vm_exec_core+9118>, 0x59aaf1cb91ff <vm_exec_core+9039>, 0x59aaf1cb9297 <vm_exec_core+9191>, 0x59aaf1cb79ae <vm_exec_core+2814>, 0x59aaf1cba418 <vm_exec_core+13672>, 0x59aaf1cb795f <vm_exec_core+2735>, 0x59aaf1cb78f0 <vm_exec_core+2624>, 0x59aaf1cb78ab <vm_exec_core+2555>, 0x59aaf1cb7838 <vm_exec_core+2440>, 0x59aaf1cb76e1 <vm_exec_core+2097>, 0x59aaf1cb7611 <vm_exec_core+1889>, 0x59aaf1cb7595 <vm_exec_core+1765>, 0x59aaf1cb6fb7 <vm_exec_core+263>, 0x59aaf1cb7561 <vm_exec_core+1713>, 0x59aaf1cb7522 <vm_exec_core+1650>, 0x59aaf1cb74e3 <vm_exec_core+1587>, 0x59aaf1cb74a7 <vm_exec_core+1527>, 0x59aaf1cb73e7 <vm_exec_core+1335>, 0x59aaf1cb7362 <vm_exec_core+1202>, 0x59aaf1cba42e <vm_exec_core+13694>, 0x59aaf1cba444 <vm_exec_core+13716>, 0x59aaf1cba45a <vm_exec_core+13738>, 0x59aaf1cba470 <vm_exec_core+13760>, 0x59aaf1cba16e <vm_exec_core+12990>, 0x59aaf1cba184 <vm_exec_core+13012>, 0x59aaf1cba19a <vm_exec_core+13034>, 0x59aaf1cba1b7 <vm_exec_core+13063>, 0x59aaf1cb9e5a <vm_exec_core+12202>, 0x59aaf1cb9e70 <vm_exec_core+12224>, 0x59aaf1cb9e86 <vm_exec_core+12246>, 0x59aaf1cb9e9c <vm_exec_core+12268>, 0x59aaf1cb9eb2 <vm_exec_core+12290>...}
#13 0x000059aaf1ca7b65 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:2811
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#14 rb_vm_exec (ec=0x59ab060d4ae0) at /tmp/ruby/src/trunk-yjit/vm.c:2787
        _ec = 0x59ab060d4ae0
        _tag = {tag = 36, retval = 4, buf = {0x7b99757acbd0, 0x59aaf1ca7bc0 <rb_vm_exec+272>, 0x0, 0x7b99757acab0, 0x3000000028}, prev = 0x7b99757accd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#15 0x000059aaf1ca80b7 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-yjit/vm.c:1814
        iseq = 0x7b9976133e50
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x787f127896a63400
        av = {206158430248, 135899031194832}
        stack_argv = 0x787f127896a63400
        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>
#16 0x000059aaf1ca8a56 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x59ab059e4830, argc=argc@entry=0, argv=argv@entry=0x7b99757acb80, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-yjit/vm.c:1959
        self = <optimized out>
#17 0x000059aaf1c4fbc8 in thread_do_start_proc (th=th@entry=0x59ab05d38480) at /tmp/ruby/src/trunk-yjit/thread.c:614
        args = 135899040605600
        args_ptr = 0x7b99757acb80
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x59ab059e4830
#18 0x000059aaf1c51d32 in thread_do_start (th=0x59ab05d38480) at /tmp/ruby/src/trunk-yjit/thread.c:631
        result = 36
        result = <optimized out>
#19 thread_start_func_2 (th=th@entry=0x59ab05d38480, stack_start=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:686
        _ec = 0x59ab060d4ae0
        _tag = {tag = 36, retval = 98590735506575, buf = {0x7b99757acdd0, 0x59aaf1c51cb0 <thread_start_func_2+624>, 0x0, 0x7b99757acbe0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x59ab007d6010
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#20 0x000059aaf1c52a00 in call_thread_start_func_2 (th=0x59ab05d38480) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2238
        stack_start = 0
        stack_start_addr = 0x7b99757acda8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#21 nt_start (ptr=0x59ab02b8af70) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2283
        th = 0x59ab05d38480
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#22 0x00007b999f0d2a94 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 = {135899031197376, -3594326772725185388, 135899031197376, -264, 0, 140733620079984, -3594326772737768300, -3593953626735770476}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#23 0x00007b999f15fc3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7b999f0337c0 (LWP 1869280) "ruby"):
#0  0x00007b999f0ced61 in __futex_abstimed_wait_common64 (private=2021593720, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x59ab007db000) 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=2021593720, abstime=0x0, clockid=0, expected=0, futex_word=0x59ab007db000) 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=0x59ab007db000, 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  0x00007b999f0d17dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x59ab007db0f8, cond=0x59ab007dafd8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7b999f0d14a0 <__condvar_cleanup_waiting>, __arg = 0x7fff196ed010, __canceltype = 0, __prev = 0x0}
        cbuffer = {wseq = 11786, cond = 0x59ab007dafd8, mutex = 0x59ab007db0f8, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 11786
        seq = 5893
        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=0x59ab007dafd8, mutex=mutex@entry=0x59ab007db0f8) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x000059aaf1c4abe3 in rb_native_cond_wait (mutex=0x59ab007db0f8, cond=0x59ab007dafd8) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:231
        r = <optimized out>
        r = <optimized out>
#6  thread_sched_wait_running_turn (sched=sched@entry=0x59ab007db0f8, th=th@entry=0x59ab007d6010, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:851
        next_th = 0x59ab05d38480
#7  0x000059aaf1c4b01a in thread_sched_to_waiting_until_wakeup (sched=0x59ab007db0f8, th=th@entry=0x59ab007d6010) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1126
        can_direct_transfer = <optimized out>
#8  0x000059aaf1c515f1 in native_sleep (rel=0x0, th=0x59ab007d6010) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:3350
        sched = <optimized out>
#9  sleep_forever (fl=13, th=0x59ab007d6010) at /tmp/ruby/src/trunk-yjit/thread.c:1381
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
#10 thread_join_sleep (arg=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:1074
        scheduler = <optimized out>
        p = <optimized out>
        target_th = 0x59ab05d38480
        th = 0x59ab007d6010
        end = 0
        limit = 0x0
#11 0x000059aaf1acf48c in rb_ensure (b_proc=b_proc@entry=0x59aaf1c51430 <thread_join_sleep>, data1=data1@entry=140733620081232, e_proc=e_proc@entry=0x59aaf1c44c20 <remove_from_join_list>, data2=data2@entry=140733620081232) at /tmp/ruby/src/trunk-yjit/eval.c:1174
        _ec = 0x59ab007db2d0
        _tag = {tag = 36, retval = 135899065364840, buf = {0x0, 0x59aaf1acf540 <rb_ensure+400>, 0x0, 0x7fff196ed140, 0x0}, prev = 0x7fff196ed580, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x59ab007db2d0
#12 0x000059aaf1c488f1 in thread_join (limit=0x0, timeout=4, target_th=0x59ab05d38480) at /tmp/ruby/src/trunk-yjit/thread.c:1131
        waiter = {next = 0x0, thread = 0x59ab007d6010, fiber = 0x0}
        arg = {waiter = 0x7fff196ed230, target = 0x59ab05d38480, 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-yjit/thread.c:1253
        th = 0x59ab05d38480
#14 0x000059aaf1c94d6d in vm_call_cfunc_with_frame_ (ec=0x59ab007db2d0, reg_cfp=0x7b999efd1c58, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3915
        ci = 0x260100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7b999ee47a10
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#15 0x000059aaf1c9e3c1 in vm_sendish (ec=0x59ab007db2d0, reg_cfp=0x7b999efd1c58, cd=0x59ab00b36910, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-yjit/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x7b99765c9a50
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x59ab00b36910, cc = 0x7b99765c9a50, block_handler = 0, recv = 135899040605640, argc = 0, kw_splat = false, heap_argv = 0}
#16 0x000059aaf1cb6f34 in vm_exec_core (ec=0x59ab007db000, ec@entry=0x59ab007db2d0) at ../../src/trunk-yjit/insns.def:902
        bh = <optimized out>
        cd = 0x0
        leaf = <optimized out>
        val = 135899040605640
        reg_pc = 0x59ab00b38628
        reg_cfp = 0x7b999efd1c58
        insns_address_table = {0x59aaf1cba4ce <vm_exec_core+13854>, 0x59aaf1cb81da <vm_exec_core+4906>, 0x59aaf1cb8169 <vm_exec_core+4793>, 0x59aaf1cb80c5 <vm_exec_core+4629>, 0x59aaf1cb804b <vm_exec_core+4507>, 0x59aaf1cb7fa6 <vm_exec_core+4342>, 0x59aaf1cb85b3 <vm_exec_core+5891>, 0x59aaf1cb8558 <vm_exec_core+5800>, 0x59aaf1cb82da <vm_exec_core+5162>, 0x59aaf1cb823e <vm_exec_core+5006>, 0x59aaf1cb8652 <vm_exec_core+6050>, 0x59aaf1cb83cd <vm_exec_core+5405>, 0x59aaf1cb7f61 <vm_exec_core+4273>, 0x59aaf1cb7ef9 <vm_exec_core+4169>, 0x59aaf1cb7e82 <vm_exec_core+4050>, 0x59aaf1cb7e45 <vm_exec_core+3989>, 0x59aaf1cb7e0d <vm_exec_core+3933>, 0x59aaf1cb7dd8 <vm_exec_core+3880>, 0x59aaf1cb7da3 <vm_exec_core+3827>, 0x59aaf1cb7d6e <vm_exec_core+3774>, 0x59aaf1cb7ce4 <vm_exec_core+3636>, 0x59aaf1cb7ca0 <vm_exec_core+3568>, 0x59aaf1cb7c59 <vm_exec_core+3497>, 0x59aaf1cb7c01 <vm_exec_core+3409>, 0x59aaf1cb7bbb <vm_exec_core+3339>, 0x59aaf1cb7b3c <vm_exec_core+3212>, 0x59aaf1cb7b02 <vm_exec_core+3154>, 0x59aaf1cb7aa5 <vm_exec_core+3061>, 0x59aaf1cb7a4b <vm_exec_core+2971>, 0x59aaf1cb7a0e <vm_exec_core+2910>, 0x59aaf1cb8dc1 <vm_exec_core+7953>, 0x59aaf1cb8c3d <vm_exec_core+7565>, 0x59aaf1cb8baf <vm_exec_core+7423>, 0x59aaf1cb8b48 <vm_exec_core+7320>, 0x59aaf1cb8af6 <vm_exec_core+7238>, 0x59aaf1cb8a94 <vm_exec_core+7140>, 0x59aaf1cb8a47 <vm_exec_core+7063>, 0x59aaf1cb89f2 <vm_exec_core+6978>, 0x59aaf1cb89a8 <vm_exec_core+6904>, 0x59aaf1cb8981 <vm_exec_core+6865>, 0x59aaf1cb8946 <vm_exec_core+6806>, 0x59aaf1cb88f7 <vm_exec_core+6727>, 0x59aaf1cb88c3 <vm_exec_core+6675>, 0x59aaf1cb8812 <vm_exec_core+6498>, 0x59aaf1cb87cf <vm_exec_core+6431>, 0x59aaf1cb878b <vm_exec_core+6363>, 0x59aaf1cb9366 <vm_exec_core+9398>, 0x59aaf1cb92f7 <vm_exec_core+9287>, 0x59aaf1cb9398 <vm_exec_core+9448>, 0x59aaf1cb8fb9 <vm_exec_core+8457>, 0x59aaf1cb8f4a <vm_exec_core+8346>, 0x59aaf1cb8eec <vm_exec_core+8252>, 0x59aaf1cb8e3a <vm_exec_core+8074>, 0x59aaf1cb8dfe <vm_exec_core+8014>, 0x59aaf1cb91c9 <vm_exec_core+8985>, 0x59aaf1cb915f <vm_exec_core+8879>, 0x59aaf1cb90b4 <vm_exec_core+8708>, 0x59aaf1cb6f10 <vm_exec_core+96>, 0x59aaf1cb9008 <vm_exec_core+8536>, 0x59aaf1cb925f <vm_exec_core+9135>, 0x59aaf1cb9210 <vm_exec_core+9056>, 0x59aaf1cb92a8 <vm_exec_core+9208>, 0x59aaf1cb79bf <vm_exec_core+2831>, 0x59aaf1cba486 <vm_exec_core+13782>, 0x59aaf1cb7970 <vm_exec_core+2752>, 0x59aaf1cb7901 <vm_exec_core+2641>, 0x59aaf1cb78bc <vm_exec_core+2572>, 0x59aaf1cb7849 <vm_exec_core+2457>, 0x59aaf1cb76f2 <vm_exec_core+2114>, 0x59aaf1cb7622 <vm_exec_core+1906>, 0x59aaf1cb75a6 <vm_exec_core+1782>, 0x59aaf1cb6fc8 <vm_exec_core+280>, 0x59aaf1cb7572 <vm_exec_core+1730>, 0x59aaf1cb7533 <vm_exec_core+1667>, 0x59aaf1cb74f4 <vm_exec_core+1604>, 0x59aaf1cb74b8 <vm_exec_core+1544>, 0x59aaf1cb73f8 <vm_exec_core+1352>, 0x59aaf1cb7373 <vm_exec_core+1219>, 0x59aaf1cba4df <vm_exec_core+13871>, 0x59aaf1cb9c69 <vm_exec_core+11705>, 0x59aaf1cb9ccf <vm_exec_core+11807>, 0x59aaf1cb9427 <vm_exec_core+9591>, 0x59aaf1cb9d68 <vm_exec_core+11960>, 0x59aaf1cb9e01 <vm_exec_core+12113>, 0x59aaf1cba3a1 <vm_exec_core+13553>, 0x59aaf1cba299 <vm_exec_core+13289>, 0x59aaf1cba2f7 <vm_exec_core+13383>, 0x59aaf1cba032 <vm_exec_core+12674>, 0x59aaf1cba093 <vm_exec_core+12771>, 0x59aaf1cba0f1 <vm_exec_core+12865>, 0x59aaf1cba355 <vm_exec_core+13477>, 0x59aaf1cb9f62 <vm_exec_core+12466>, 0x59aaf1cb9fb5 <vm_exec_core+12549>, 0x59aaf1cba1cd <vm_exec_core+13085>, 0x59aaf1cba251 <vm_exec_core+13217>, 0x59aaf1cb9a6d <vm_exec_core+11197>, 0x59aaf1cb9ac3 <vm_exec_core+11283>, 0x59aaf1cb9b0c <vm_exec_core+11356>, 0x59aaf1cb9b72 <vm_exec_core+11458>, 0x59aaf1cba544 <vm_exec_core+13972>, 0x59aaf1cb7302 <vm_exec_core+1106>, 0x59aaf1cb7282 <vm_exec_core+978>, 0x59aaf1cb71d9 <vm_exec_core+809>, 0x59aaf1cb7192 <vm_exec_core+738>, 0x59aaf1cb7147 <vm_exec_core+663>, 0x59aaf1cb70fe <vm_exec_core+590>, 0x59aaf1cb70ad <vm_exec_core+509>, 0x59aaf1cb7078 <vm_exec_core+456>, 0x59aaf1cb7043 <vm_exec_core+403>, 0x59aaf1cb9c4b <vm_exec_core+11675>, 0x59aaf1cb81c9 <vm_exec_core+4889>, 0x59aaf1cb8158 <vm_exec_core+4776>, 0x59aaf1cb80b4 <vm_exec_core+4612>, 0x59aaf1cb803a <vm_exec_core+4490>, 0x59aaf1cb7f95 <vm_exec_core+4325>, 0x59aaf1cb85a2 <vm_exec_core+5874>, 0x59aaf1cb8547 <vm_exec_core+5783>, 0x59aaf1cb82c9 <vm_exec_core+5145>, 0x59aaf1cb822d <vm_exec_core+4989>, 0x59aaf1cb8641 <vm_exec_core+6033>, 0x59aaf1cb83bc <vm_exec_core+5388>, 0x59aaf1cb7f50 <vm_exec_core+4256>, 0x59aaf1cb7ee8 <vm_exec_core+4152>, 0x59aaf1cb7e71 <vm_exec_core+4033>, 0x59aaf1cb7e34 <vm_exec_core+3972>, 0x59aaf1cb7dfc <vm_exec_core+3916>, 0x59aaf1cb7dc7 <vm_exec_core+3863>, 0x59aaf1cb7d92 <vm_exec_core+3810>, 0x59aaf1cb7d5d <vm_exec_core+3757>, 0x59aaf1cb7cd3 <vm_exec_core+3619>, 0x59aaf1cb7c8f <vm_exec_core+3551>, 0x59aaf1cb7c48 <vm_exec_core+3480>, 0x59aaf1cb7bf0 <vm_exec_core+3392>, 0x59aaf1cb7baa <vm_exec_core+3322>, 0x59aaf1cb7b2b <vm_exec_core+3195>, 0x59aaf1cb7af1 <vm_exec_core+3137>, 0x59aaf1cb7a94 <vm_exec_core+3044>, 0x59aaf1cb7a3a <vm_exec_core+2954>, 0x59aaf1cb79fd <vm_exec_core+2893>, 0x59aaf1cb8db0 <vm_exec_core+7936>, 0x59aaf1cb8c2c <vm_exec_core+7548>, 0x59aaf1cb8b9e <vm_exec_core+7406>, 0x59aaf1cb8b37 <vm_exec_core+7303>, 0x59aaf1cb8ae5 <vm_exec_core+7221>, 0x59aaf1cb8a83 <vm_exec_core+7123>, 0x59aaf1cb8a36 <vm_exec_core+7046>, 0x59aaf1cb89e1 <vm_exec_core+6961>, 0x59aaf1cb8997 <vm_exec_core+6887>, 0x59aaf1cb8970 <vm_exec_core+6848>, 0x59aaf1cb8935 <vm_exec_core+6789>, 0x59aaf1cb88e6 <vm_exec_core+6710>, 0x59aaf1cb88b2 <vm_exec_core+6658>, 0x59aaf1cb8801 <vm_exec_core+6481>, 0x59aaf1cb87be <vm_exec_core+6414>, 0x59aaf1cb877a <vm_exec_core+6346>, 0x59aaf1cb9355 <vm_exec_core+9381>, 0x59aaf1cb92e6 <vm_exec_core+9270>, 0x59aaf1cb9387 <vm_exec_core+9431>, 0x59aaf1cb8fa8 <vm_exec_core+8440>, 0x59aaf1cb8f39 <vm_exec_core+8329>, 0x59aaf1cb8edb <vm_exec_core+8235>, 0x59aaf1cb8e29 <vm_exec_core+8057>, 0x59aaf1cb8ded <vm_exec_core+7997>, 0x59aaf1cb91b8 <vm_exec_core+8968>, 0x59aaf1cb914e <vm_exec_core+8862>, 0x59aaf1cb90a3 <vm_exec_core+8691>, 0x59aaf1cba402 <vm_exec_core+13650>, 0x59aaf1cb8ff7 <vm_exec_core+8519>, 0x59aaf1cb924e <vm_exec_core+9118>, 0x59aaf1cb91ff <vm_exec_core+9039>, 0x59aaf1cb9297 <vm_exec_core+9191>, 0x59aaf1cb79ae <vm_exec_core+2814>, 0x59aaf1cba418 <vm_exec_core+13672>, 0x59aaf1cb795f <vm_exec_core+2735>, 0x59aaf1cb78f0 <vm_exec_core+2624>, 0x59aaf1cb78ab <vm_exec_core+2555>, 0x59aaf1cb7838 <vm_exec_core+2440>, 0x59aaf1cb76e1 <vm_exec_core+2097>, 0x59aaf1cb7611 <vm_exec_core+1889>, 0x59aaf1cb7595 <vm_exec_core+1765>, 0x59aaf1cb6fb7 <vm_exec_core+263>, 0x59aaf1cb7561 <vm_exec_core+1713>, 0x59aaf1cb7522 <vm_exec_core+1650>, 0x59aaf1cb74e3 <vm_exec_core+1587>, 0x59aaf1cb74a7 <vm_exec_core+1527>, 0x59aaf1cb73e7 <vm_exec_core+1335>, 0x59aaf1cb7362 <vm_exec_core+1202>, 0x59aaf1cba42e <vm_exec_core+13694>, 0x59aaf1cba444 <vm_exec_core+13716>, 0x59aaf1cba45a <vm_exec_core+13738>, 0x59aaf1cba470 <vm_exec_core+13760>, 0x59aaf1cba16e <vm_exec_core+12990>, 0x59aaf1cba184 <vm_exec_core+13012>, 0x59aaf1cba19a <vm_exec_core+13034>, 0x59aaf1cba1b7 <vm_exec_core+13063>, 0x59aaf1cb9e5a <vm_exec_core+12202>, 0x59aaf1cb9e70 <vm_exec_core+12224>, 0x59aaf1cb9e86 <vm_exec_core+12246>, 0x59aaf1cb9e9c <vm_exec_core+12268>, 0x59aaf1cb9eb2 <vm_exec_core+12290>...}
#17 0x000059aaf1ca7e55 in vm_exec_loop (result=<optimized out>, tag=0x7fff196ed580, state=<optimized out>, ec=0x59ab007db2d0) at /tmp/ruby/src/trunk-yjit/vm.c:2811
        vm_loop_start = <optimized out>
#18 rb_vm_exec (ec=0x59ab007db2d0) at /tmp/ruby/src/trunk-yjit/vm.c:2790
        _ec = 0x59ab007db2d0
        _tag = {tag = 36, retval = 4, buf = {0x7b9984596188, 0x59aaf1ca7bc0 <rb_vm_exec+272>, 0x0, 0x7fff196ed560, 0xc61}, prev = 0x7fff196ed6b0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#19 0x000059aaf1caccb0 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7fff196ed638, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:1859
No locals.
#20 vm_yield (kw_splat=0, argv=0x7fff196ed638, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:1873
No locals.
#21 rb_yield_0 (argv=0x7fff196ed638, argc=1) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1362
No locals.
#22 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1378
No locals.
#23 0x000059aaf1acf48c in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=0x59aaf1b156e0 <io_close>, data2=135899040608000) at /tmp/ruby/src/trunk-yjit/eval.c:1174
        _ec = 0x59ab007db2d0
        _tag = {tag = 36, retval = 98590982517456, buf = {0x7b9984596188, 0x59aaf1acf540 <rb_ensure+400>, 0x0, 0x7fff196ed660, 0x0}, prev = 0x7fff196eda20, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x59ab007db2d0
#24 0x000059aaf1c94d6d in vm_call_cfunc_with_frame_ (ec=0x59ab007db2d0, reg_cfp=0x7b999efd1d00, calling=<optimized out>, argc=2, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3915
        ci = 0x414100000005
        cc = <optimized out>
        val = <optimized out>
        me = 0x7b999ee69318
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#25 0x000059aaf1c9e3c1 in vm_sendish (ec=0x59ab007db2d0, reg_cfp=0x7b999efd1d00, cd=0x59ab03976d40, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-yjit/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x7b99842d66a0
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x59ab03976d40, cc = 0x7b99842d66a0, block_handler = 135899727600921, recv = 135899280662920, argc = 2, kw_splat = false, heap_argv = 0}
#26 0x000059aaf1cb9199 in vm_exec_core (ec=0x59ab007db000, ec@entry=0x59ab007db2d0) at ../../src/trunk-yjit/insns.def:854
        bh = 135899728637281
        cd = 0x59ab03976d40
        blockiseq = 0x0
        leaf = <optimized out>
        val = 36
        reg_pc = 0x59ab0396aae0
        reg_cfp = 0x7b999efd1d00
        insns_address_table = {0x59aaf1cba4ce <vm_exec_core+13854>, 0x59aaf1cb81da <vm_exec_core+4906>, 0x59aaf1cb8169 <vm_exec_core+4793>, 0x59aaf1cb80c5 <vm_exec_core+4629>, 0x59aaf1cb804b <vm_exec_core+4507>, 0x59aaf1cb7fa6 <vm_exec_core+4342>, 0x59aaf1cb85b3 <vm_exec_core+5891>, 0x59aaf1cb8558 <vm_exec_core+5800>, 0x59aaf1cb82da <vm_exec_core+5162>, 0x59aaf1cb823e <vm_exec_core+5006>, 0x59aaf1cb8652 <vm_exec_core+6050>, 0x59aaf1cb83cd <vm_exec_core+5405>, 0x59aaf1cb7f61 <vm_exec_core+4273>, 0x59aaf1cb7ef9 <vm_exec_core+4169>, 0x59aaf1cb7e82 <vm_exec_core+4050>, 0x59aaf1cb7e45 <vm_exec_core+3989>, 0x59aaf1cb7e0d <vm_exec_core+3933>, 0x59aaf1cb7dd8 <vm_exec_core+3880>, 0x59aaf1cb7da3 <vm_exec_core+3827>, 0x59aaf1cb7d6e <vm_exec_core+3774>, 0x59aaf1cb7ce4 <vm_exec_core+3636>, 0x59aaf1cb7ca0 <vm_exec_core+3568>, 0x59aaf1cb7c59 <vm_exec_core+3497>, 0x59aaf1cb7c01 <vm_exec_core+3409>, 0x59aaf1cb7bbb <vm_exec_core+3339>, 0x59aaf1cb7b3c <vm_exec_core+3212>, 0x59aaf1cb7b02 <vm_exec_core+3154>, 0x59aaf1cb7aa5 <vm_exec_core+3061>, 0x59aaf1cb7a4b <vm_exec_core+2971>, 0x59aaf1cb7a0e <vm_exec_core+2910>, 0x59aaf1cb8dc1 <vm_exec_core+7953>, 0x59aaf1cb8c3d <vm_exec_core+7565>, 0x59aaf1cb8baf <vm_exec_core+7423>, 0x59aaf1cb8b48 <vm_exec_core+7320>, 0x59aaf1cb8af6 <vm_exec_core+7238>, 0x59aaf1cb8a94 <vm_exec_core+7140>, 0x59aaf1cb8a47 <vm_exec_core+7063>, 0x59aaf1cb89f2 <vm_exec_core+6978>, 0x59aaf1cb89a8 <vm_exec_core+6904>, 0x59aaf1cb8981 <vm_exec_core+6865>, 0x59aaf1cb8946 <vm_exec_core+6806>, 0x59aaf1cb88f7 <vm_exec_core+6727>, 0x59aaf1cb88c3 <vm_exec_core+6675>, 0x59aaf1cb8812 <vm_exec_core+6498>, 0x59aaf1cb87cf <vm_exec_core+6431>, 0x59aaf1cb878b <vm_exec_core+6363>, 0x59aaf1cb9366 <vm_exec_core+9398>, 0x59aaf1cb92f7 <vm_exec_core+9287>, 0x59aaf1cb9398 <vm_exec_core+9448>, 0x59aaf1cb8fb9 <vm_exec_core+8457>, 0x59aaf1cb8f4a <vm_exec_core+8346>, 0x59aaf1cb8eec <vm_exec_core+8252>, 0x59aaf1cb8e3a <vm_exec_core+8074>, 0x59aaf1cb8dfe <vm_exec_core+8014>, 0x59aaf1cb91c9 <vm_exec_core+8985>, 0x59aaf1cb915f <vm_exec_core+8879>, 0x59aaf1cb90b4 <vm_exec_core+8708>, 0x59aaf1cb6f10 <vm_exec_core+96>, 0x59aaf1cb9008 <vm_exec_core+8536>, 0x59aaf1cb925f <vm_exec_core+9135>, 0x59aaf1cb9210 <vm_exec_core+9056>, 0x59aaf1cb92a8 <vm_exec_core+9208>, 0x59aaf1cb79bf <vm_exec_core+2831>, 0x59aaf1cba486 <vm_exec_core+13782>, 0x59aaf1cb7970 <vm_exec_core+2752>, 0x59aaf1cb7901 <vm_exec_core+2641>, 0x59aaf1cb78bc <vm_exec_core+2572>, 0x59aaf1cb7849 <vm_exec_core+2457>, 0x59aaf1cb76f2 <vm_exec_core+2114>, 0x59aaf1cb7622 <vm_exec_core+1906>, 0x59aaf1cb75a6 <vm_exec_core+1782>, 0x59aaf1cb6fc8 <vm_exec_core+280>, 0x59aaf1cb7572 <vm_exec_core+1730>, 0x59aaf1cb7533 <vm_exec_core+1667>, 0x59aaf1cb74f4 <vm_exec_core+1604>, 0x59aaf1cb74b8 <vm_exec_core+1544>, 0x59aaf1cb73f8 <vm_exec_core+1352>, 0x59aaf1cb7373 <vm_exec_core+1219>, 0x59aaf1cba4df <vm_exec_core+13871>, 0x59aaf1cb9c69 <vm_exec_core+11705>, 0x59aaf1cb9ccf <vm_exec_core+11807>, 0x59aaf1cb9427 <vm_exec_core+9591>, 0x59aaf1cb9d68 <vm_exec_core+11960>, 0x59aaf1cb9e01 <vm_exec_core+12113>, 0x59aaf1cba3a1 <vm_exec_core+13553>, 0x59aaf1cba299 <vm_exec_core+13289>, 0x59aaf1cba2f7 <vm_exec_core+13383>, 0x59aaf1cba032 <vm_exec_core+12674>, 0x59aaf1cba093 <vm_exec_core+12771>, 0x59aaf1cba0f1 <vm_exec_core+12865>, 0x59aaf1cba355 <vm_exec_core+13477>, 0x59aaf1cb9f62 <vm_exec_core+12466>, 0x59aaf1cb9fb5 <vm_exec_core+12549>, 0x59aaf1cba1cd <vm_exec_core+13085>, 0x59aaf1cba251 <vm_exec_core+13217>, 0x59aaf1cb9a6d <vm_exec_core+11197>, 0x59aaf1cb9ac3 <vm_exec_core+11283>, 0x59aaf1cb9b0c <vm_exec_core+11356>, 0x59aaf1cb9b72 <vm_exec_core+11458>, 0x59aaf1cba544 <vm_exec_core+13972>, 0x59aaf1cb7302 <vm_exec_core+1106>, 0x59aaf1cb7282 <vm_exec_core+978>, 0x59aaf1cb71d9 <vm_exec_core+809>, 0x59aaf1cb7192 <vm_exec_core+738>, 0x59aaf1cb7147 <vm_exec_core+663>, 0x59aaf1cb70fe <vm_exec_core+590>, 0x59aaf1cb70ad <vm_exec_core+509>, 0x59aaf1cb7078 <vm_exec_core+456>, 0x59aaf1cb7043 <vm_exec_core+403>, 0x59aaf1cb9c4b <vm_exec_core+11675>, 0x59aaf1cb81c9 <vm_exec_core+4889>, 0x59aaf1cb8158 <vm_exec_core+4776>, 0x59aaf1cb80b4 <vm_exec_core+4612>, 0x59aaf1cb803a <vm_exec_core+4490>, 0x59aaf1cb7f95 <vm_exec_core+4325>, 0x59aaf1cb85a2 <vm_exec_core+5874>, 0x59aaf1cb8547 <vm_exec_core+5783>, 0x59aaf1cb82c9 <vm_exec_core+5145>, 0x59aaf1cb822d <vm_exec_core+4989>, 0x59aaf1cb8641 <vm_exec_core+6033>, 0x59aaf1cb83bc <vm_exec_core+5388>, 0x59aaf1cb7f50 <vm_exec_core+4256>, 0x59aaf1cb7ee8 <vm_exec_core+4152>, 0x59aaf1cb7e71 <vm_exec_core+4033>, 0x59aaf1cb7e34 <vm_exec_core+3972>, 0x59aaf1cb7dfc <vm_exec_core+3916>, 0x59aaf1cb7dc7 <vm_exec_core+3863>, 0x59aaf1cb7d92 <vm_exec_core+3810>, 0x59aaf1cb7d5d <vm_exec_core+3757>, 0x59aaf1cb7cd3 <vm_exec_core+3619>, 0x59aaf1cb7c8f <vm_exec_core+3551>, 0x59aaf1cb7c48 <vm_exec_core+3480>, 0x59aaf1cb7bf0 <vm_exec_core+3392>, 0x59aaf1cb7baa <vm_exec_core+3322>, 0x59aaf1cb7b2b <vm_exec_core+3195>, 0x59aaf1cb7af1 <vm_exec_core+3137>, 0x59aaf1cb7a94 <vm_exec_core+3044>, 0x59aaf1cb7a3a <vm_exec_core+2954>, 0x59aaf1cb79fd <vm_exec_core+2893>, 0x59aaf1cb8db0 <vm_exec_core+7936>, 0x59aaf1cb8c2c <vm_exec_core+7548>, 0x59aaf1cb8b9e <vm_exec_core+7406>, 0x59aaf1cb8b37 <vm_exec_core+7303>, 0x59aaf1cb8ae5 <vm_exec_core+7221>, 0x59aaf1cb8a83 <vm_exec_core+7123>, 0x59aaf1cb8a36 <vm_exec_core+7046>, 0x59aaf1cb89e1 <vm_exec_core+6961>, 0x59aaf1cb8997 <vm_exec_core+6887>, 0x59aaf1cb8970 <vm_exec_core+6848>, 0x59aaf1cb8935 <vm_exec_core+6789>, 0x59aaf1cb88e6 <vm_exec_core+6710>, 0x59aaf1cb88b2 <vm_exec_core+6658>, 0x59aaf1cb8801 <vm_exec_core+6481>, 0x59aaf1cb87be <vm_exec_core+6414>, 0x59aaf1cb877a <vm_exec_core+6346>, 0x59aaf1cb9355 <vm_exec_core+9381>, 0x59aaf1cb92e6 <vm_exec_core+9270>, 0x59aaf1cb9387 <vm_exec_core+9431>, 0x59aaf1cb8fa8 <vm_exec_core+8440>, 0x59aaf1cb8f39 <vm_exec_core+8329>, 0x59aaf1cb8edb <vm_exec_core+8235>, 0x59aaf1cb8e29 <vm_exec_core+8057>, 0x59aaf1cb8ded <vm_exec_core+7997>, 0x59aaf1cb91b8 <vm_exec_core+8968>, 0x59aaf1cb914e <vm_exec_core+8862>, 0x59aaf1cb90a3 <vm_exec_core+8691>, 0x59aaf1cba402 <vm_exec_core+13650>, 0x59aaf1cb8ff7 <vm_exec_core+8519>, 0x59aaf1cb924e <vm_exec_core+9118>, 0x59aaf1cb91ff <vm_exec_core+9039>, 0x59aaf1cb9297 <vm_exec_core+9191>, 0x59aaf1cb79ae <vm_exec_core+2814>, 0x59aaf1cba418 <vm_exec_core+13672>, 0x59aaf1cb795f <vm_exec_core+2735>, 0x59aaf1cb78f0 <vm_exec_core+2624>, 0x59aaf1cb78ab <vm_exec_core+2555>, 0x59aaf1cb7838 <vm_exec_core+2440>, 0x59aaf1cb76e1 <vm_exec_core+2097>, 0x59aaf1cb7611 <vm_exec_core+1889>, 0x59aaf1cb7595 <vm_exec_core+1765>, 0x59aaf1cb6fb7 <vm_exec_core+263>, 0x59aaf1cb7561 <vm_exec_core+1713>, 0x59aaf1cb7522 <vm_exec_core+1650>, 0x59aaf1cb74e3 <vm_exec_core+1587>, 0x59aaf1cb74a7 <vm_exec_core+1527>, 0x59aaf1cb73e7 <vm_exec_core+1335>, 0x59aaf1cb7362 <vm_exec_core+1202>, 0x59aaf1cba42e <vm_exec_core+13694>, 0x59aaf1cba444 <vm_exec_core+13716>, 0x59aaf1cba45a <vm_exec_core+13738>, 0x59aaf1cba470 <vm_exec_core+13760>, 0x59aaf1cba16e <vm_exec_core+12990>, 0x59aaf1cba184 <vm_exec_core+13012>, 0x59aaf1cba19a <vm_exec_core+13034>, 0x59aaf1cba1b7 <vm_exec_core+13063>, 0x59aaf1cb9e5a <vm_exec_core+12202>, 0x59aaf1cb9e70 <vm_exec_core+12224>, 0x59aaf1cb9e86 <vm_exec_core+12246>, 0x59aaf1cb9e9c <vm_exec_core+12268>, 0x59aaf1cb9eb2 <vm_exec_core+12290>...}
#27 0x000059aaf1ca7b65 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:2811
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#28 rb_vm_exec (ec=0x59ab007db2d0) at /tmp/ruby/src/trunk-yjit/vm.c:2787
        _ec = 0x59ab007db2d0
        _tag = {tag = 36, retval = 4, buf = {0x59ab00ab8658, 0x59aaf1ca7bc0 <rb_vm_exec+272>, 0x0, 0x7fff196eda00, 0x0}, prev = 0x7fff196edc70, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#29 0x000059aae98ea2cf in ?? ()
No symbol table info available.
#30 0x00007b999efd1da8 in ?? ()
No symbol table info available.
#31 0x000059ab007db2d0 in ?? ()
No symbol table info available.
#32 0x0000000000000024 in ?? ()
No symbol table info available.
#33 0x000059aaf1cb6f8e in vm_exec_core (ec=0x59ab007db000, ec@entry=0x59ab007db2d0) at ../../src/trunk-yjit/insns.def:903
        func = 0xfffffffffffffe00
        zjit_entry = <optimized out>
        func = <optimized out>
        bh = <optimized out>
        cd = 0x0
        leaf = <optimized out>
        val = 135899727601008
        reg_pc = 0x59ab00ab8668
        reg_cfp = 0x7b999efd1da8
        insns_address_table = {0x59aaf1cba4ce <vm_exec_core+13854>, 0x59aaf1cb81da <vm_exec_core+4906>, 0x59aaf1cb8169 <vm_exec_core+4793>, 0x59aaf1cb80c5 <vm_exec_core+4629>, 0x59aaf1cb804b <vm_exec_core+4507>, 0x59aaf1cb7fa6 <vm_exec_core+4342>, 0x59aaf1cb85b3 <vm_exec_core+5891>, 0x59aaf1cb8558 <vm_exec_core+5800>, 0x59aaf1cb82da <vm_exec_core+5162>, 0x59aaf1cb823e <vm_exec_core+5006>, 0x59aaf1cb8652 <vm_exec_core+6050>, 0x59aaf1cb83cd <vm_exec_core+5405>, 0x59aaf1cb7f61 <vm_exec_core+4273>, 0x59aaf1cb7ef9 <vm_exec_core+4169>, 0x59aaf1cb7e82 <vm_exec_core+4050>, 0x59aaf1cb7e45 <vm_exec_core+3989>, 0x59aaf1cb7e0d <vm_exec_core+3933>, 0x59aaf1cb7dd8 <vm_exec_core+3880>, 0x59aaf1cb7da3 <vm_exec_core+3827>, 0x59aaf1cb7d6e <vm_exec_core+3774>, 0x59aaf1cb7ce4 <vm_exec_core+3636>, 0x59aaf1cb7ca0 <vm_exec_core+3568>, 0x59aaf1cb7c59 <vm_exec_core+3497>, 0x59aaf1cb7c01 <vm_exec_core+3409>, 0x59aaf1cb7bbb <vm_exec_core+3339>, 0x59aaf1cb7b3c <vm_exec_core+3212>, 0x59aaf1cb7b02 <vm_exec_core+3154>, 0x59aaf1cb7aa5 <vm_exec_core+3061>, 0x59aaf1cb7a4b <vm_exec_core+2971>, 0x59aaf1cb7a0e <vm_exec_core+2910>, 0x59aaf1cb8dc1 <vm_exec_core+7953>, 0x59aaf1cb8c3d <vm_exec_core+7565>, 0x59aaf1cb8baf <vm_exec_core+7423>, 0x59aaf1cb8b48 <vm_exec_core+7320>, 0x59aaf1cb8af6 <vm_exec_core+7238>, 0x59aaf1cb8a94 <vm_exec_core+7140>, 0x59aaf1cb8a47 <vm_exec_core+7063>, 0x59aaf1cb89f2 <vm_exec_core+6978>, 0x59aaf1cb89a8 <vm_exec_core+6904>, 0x59aaf1cb8981 <vm_exec_core+6865>, 0x59aaf1cb8946 <vm_exec_core+6806>, 0x59aaf1cb88f7 <vm_exec_core+6727>, 0x59aaf1cb88c3 <vm_exec_core+6675>, 0x59aaf1cb8812 <vm_exec_core+6498>, 0x59aaf1cb87cf <vm_exec_core+6431>, 0x59aaf1cb878b <vm_exec_core+6363>, 0x59aaf1cb9366 <vm_exec_core+9398>, 0x59aaf1cb92f7 <vm_exec_core+9287>, 0x59aaf1cb9398 <vm_exec_core+9448>, 0x59aaf1cb8fb9 <vm_exec_core+8457>, 0x59aaf1cb8f4a <vm_exec_core+8346>, 0x59aaf1cb8eec <vm_exec_core+8252>, 0x59aaf1cb8e3a <vm_exec_core+8074>, 0x59aaf1cb8dfe <vm_exec_core+8014>, 0x59aaf1cb91c9 <vm_exec_core+8985>, 0x59aaf1cb915f <vm_exec_core+8879>, 0x59aaf1cb90b4 <vm_exec_core+8708>, 0x59aaf1cb6f10 <vm_exec_core+96>, 0x59aaf1cb9008 <vm_exec_core+8536>, 0x59aaf1cb925f <vm_exec_core+9135>, 0x59aaf1cb9210 <vm_exec_core+9056>, 0x59aaf1cb92a8 <vm_exec_core+9208>, 0x59aaf1cb79bf <vm_exec_core+2831>, 0x59aaf1cba486 <vm_exec_core+13782>, 0x59aaf1cb7970 <vm_exec_core+2752>, 0x59aaf1cb7901 <vm_exec_core+2641>, 0x59aaf1cb78bc <vm_exec_core+2572>, 0x59aaf1cb7849 <vm_exec_core+2457>, 0x59aaf1cb76f2 <vm_exec_core+2114>, 0x59aaf1cb7622 <vm_exec_core+1906>, 0x59aaf1cb75a6 <vm_exec_core+1782>, 0x59aaf1cb6fc8 <vm_exec_core+280>, 0x59aaf1cb7572 <vm_exec_core+1730>, 0x59aaf1cb7533 <vm_exec_core+1667>, 0x59aaf1cb74f4 <vm_exec_core+1604>, 0x59aaf1cb74b8 <vm_exec_core+1544>, 0x59aaf1cb73f8 <vm_exec_core+1352>, 0x59aaf1cb7373 <vm_exec_core+1219>, 0x59aaf1cba4df <vm_exec_core+13871>, 0x59aaf1cb9c69 <vm_exec_core+11705>, 0x59aaf1cb9ccf <vm_exec_core+11807>, 0x59aaf1cb9427 <vm_exec_core+9591>, 0x59aaf1cb9d68 <vm_exec_core+11960>, 0x59aaf1cb9e01 <vm_exec_core+12113>, 0x59aaf1cba3a1 <vm_exec_core+13553>, 0x59aaf1cba299 <vm_exec_core+13289>, 0x59aaf1cba2f7 <vm_exec_core+13383>, 0x59aaf1cba032 <vm_exec_core+12674>, 0x59aaf1cba093 <vm_exec_core+12771>, 0x59aaf1cba0f1 <vm_exec_core+12865>, 0x59aaf1cba355 <vm_exec_core+13477>, 0x59aaf1cb9f62 <vm_exec_core+12466>, 0x59aaf1cb9fb5 <vm_exec_core+12549>, 0x59aaf1cba1cd <vm_exec_core+13085>, 0x59aaf1cba251 <vm_exec_core+13217>, 0x59aaf1cb9a6d <vm_exec_core+11197>, 0x59aaf1cb9ac3 <vm_exec_core+11283>, 0x59aaf1cb9b0c <vm_exec_core+11356>, 0x59aaf1cb9b72 <vm_exec_core+11458>, 0x59aaf1cba544 <vm_exec_core+13972>, 0x59aaf1cb7302 <vm_exec_core+1106>, 0x59aaf1cb7282 <vm_exec_core+978>, 0x59aaf1cb71d9 <vm_exec_core+809>, 0x59aaf1cb7192 <vm_exec_core+738>, 0x59aaf1cb7147 <vm_exec_core+663>, 0x59aaf1cb70fe <vm_exec_core+590>, 0x59aaf1cb70ad <vm_exec_core+509>, 0x59aaf1cb7078 <vm_exec_core+456>, 0x59aaf1cb7043 <vm_exec_core+403>, 0x59aaf1cb9c4b <vm_exec_core+11675>, 0x59aaf1cb81c9 <vm_exec_core+4889>, 0x59aaf1cb8158 <vm_exec_core+4776>, 0x59aaf1cb80b4 <vm_exec_core+4612>, 0x59aaf1cb803a <vm_exec_core+4490>, 0x59aaf1cb7f95 <vm_exec_core+4325>, 0x59aaf1cb85a2 <vm_exec_core+5874>, 0x59aaf1cb8547 <vm_exec_core+5783>, 0x59aaf1cb82c9 <vm_exec_core+5145>, 0x59aaf1cb822d <vm_exec_core+4989>, 0x59aaf1cb8641 <vm_exec_core+6033>, 0x59aaf1cb83bc <vm_exec_core+5388>, 0x59aaf1cb7f50 <vm_exec_core+4256>, 0x59aaf1cb7ee8 <vm_exec_core+4152>, 0x59aaf1cb7e71 <vm_exec_core+4033>, 0x59aaf1cb7e34 <vm_exec_core+3972>, 0x59aaf1cb7dfc <vm_exec_core+3916>, 0x59aaf1cb7dc7 <vm_exec_core+3863>, 0x59aaf1cb7d92 <vm_exec_core+3810>, 0x59aaf1cb7d5d <vm_exec_core+3757>, 0x59aaf1cb7cd3 <vm_exec_core+3619>, 0x59aaf1cb7c8f <vm_exec_core+3551>, 0x59aaf1cb7c48 <vm_exec_core+3480>, 0x59aaf1cb7bf0 <vm_exec_core+3392>, 0x59aaf1cb7baa <vm_exec_core+3322>, 0x59aaf1cb7b2b <vm_exec_core+3195>, 0x59aaf1cb7af1 <vm_exec_core+3137>, 0x59aaf1cb7a94 <vm_exec_core+3044>, 0x59aaf1cb7a3a <vm_exec_core+2954>, 0x59aaf1cb79fd <vm_exec_core+2893>, 0x59aaf1cb8db0 <vm_exec_core+7936>, 0x59aaf1cb8c2c <vm_exec_core+7548>, 0x59aaf1cb8b9e <vm_exec_core+7406>, 0x59aaf1cb8b37 <vm_exec_core+7303>, 0x59aaf1cb8ae5 <vm_exec_core+7221>, 0x59aaf1cb8a83 <vm_exec_core+7123>, 0x59aaf1cb8a36 <vm_exec_core+7046>, 0x59aaf1cb89e1 <vm_exec_core+6961>, 0x59aaf1cb8997 <vm_exec_core+6887>, 0x59aaf1cb8970 <vm_exec_core+6848>, 0x59aaf1cb8935 <vm_exec_core+6789>, 0x59aaf1cb88e6 <vm_exec_core+6710>, 0x59aaf1cb88b2 <vm_exec_core+6658>, 0x59aaf1cb8801 <vm_exec_core+6481>, 0x59aaf1cb87be <vm_exec_core+6414>, 0x59aaf1cb877a <vm_exec_core+6346>, 0x59aaf1cb9355 <vm_exec_core+9381>, 0x59aaf1cb92e6 <vm_exec_core+9270>, 0x59aaf1cb9387 <vm_exec_core+9431>, 0x59aaf1cb8fa8 <vm_exec_core+8440>, 0x59aaf1cb8f39 <vm_exec_core+8329>, 0x59aaf1cb8edb <vm_exec_core+8235>, 0x59aaf1cb8e29 <vm_exec_core+8057>, 0x59aaf1cb8ded <vm_exec_core+7997>, 0x59aaf1cb91b8 <vm_exec_core+8968>, 0x59aaf1cb914e <vm_exec_core+8862>, 0x59aaf1cb90a3 <vm_exec_core+8691>, 0x59aaf1cba402 <vm_exec_core+13650>, 0x59aaf1cb8ff7 <vm_exec_core+8519>, 0x59aaf1cb924e <vm_exec_core+9118>, 0x59aaf1cb91ff <vm_exec_core+9039>, 0x59aaf1cb9297 <vm_exec_core+9191>, 0x59aaf1cb79ae <vm_exec_core+2814>, 0x59aaf1cba418 <vm_exec_core+13672>, 0x59aaf1cb795f <vm_exec_core+2735>, 0x59aaf1cb78f0 <vm_exec_core+2624>, 0x59aaf1cb78ab <vm_exec_core+2555>, 0x59aaf1cb7838 <vm_exec_core+2440>, 0x59aaf1cb76e1 <vm_exec_core+2097>, 0x59aaf1cb7611 <vm_exec_core+1889>, 0x59aaf1cb7595 <vm_exec_core+1765>, 0x59aaf1cb6fb7 <vm_exec_core+263>, 0x59aaf1cb7561 <vm_exec_core+1713>, 0x59aaf1cb7522 <vm_exec_core+1650>, 0x59aaf1cb74e3 <vm_exec_core+1587>, 0x59aaf1cb74a7 <vm_exec_core+1527>, 0x59aaf1cb73e7 <vm_exec_core+1335>, 0x59aaf1cb7362 <vm_exec_core+1202>, 0x59aaf1cba42e <vm_exec_core+13694>, 0x59aaf1cba444 <vm_exec_core+13716>, 0x59aaf1cba45a <vm_exec_core+13738>, 0x59aaf1cba470 <vm_exec_core+13760>, 0x59aaf1cba16e <vm_exec_core+12990>, 0x59aaf1cba184 <vm_exec_core+13012>, 0x59aaf1cba19a <vm_exec_core+13034>, 0x59aaf1cba1b7 <vm_exec_core+13063>, 0x59aaf1cb9e5a <vm_exec_core+12202>, 0x59aaf1cb9e70 <vm_exec_core+12224>, 0x59aaf1cb9e86 <vm_exec_core+12246>, 0x59aaf1cb9e9c <vm_exec_core+12268>, 0x59aaf1cb9eb2 <vm_exec_core+12290>...}
#34 0x000059aaf1ca7e55 in vm_exec_loop (result=<optimized out>, tag=0x7fff196edc70, state=<optimized out>, ec=0x59ab007db2d0) at /tmp/ruby/src/trunk-yjit/vm.c:2811
        vm_loop_start = <optimized out>
#35 rb_vm_exec (ec=0x59ab007db2d0) at /tmp/ruby/src/trunk-yjit/vm.c:2790
        _ec = 0x59ab007db2d0
        _tag = {tag = 36, retval = 4, buf = {0x7fff196edf38, 0x59aaf1ca7bc0 <rb_vm_exec+272>, 0x0, 0x7fff196edc50, 0x7b999ee48a00}, prev = 0x7fff196edd20, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#36 0x000059aaf1cbdfd8 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:3050
        ec = <optimized out>
        val = <optimized out>
#37 0x000059aaf1acbca5 in rb_ec_exec_node (ec=ec@entry=0x59ab007db2d0, n=<optimized out>) at /tmp/ruby/src/trunk-yjit/eval.c:283
        _ec = 0x59ab007db2d0
        _tag = {tag = 36, retval = 98590733950884, buf = {0x7fff196edf38, 0x59aaf1acbcf0 <rb_ec_exec_node+240>, 0x0, 0x7fff196edd00, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = <optimized out>
#38 0x000059aaf1ace1d1 in ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk-yjit/eval.c:321
        ec = 0x59ab007db2d0
        status = <optimized out>
#39 0x000059aaf1ac8736 in rb_main (argv=0x7fff196edf38, argc=10) at /tmp/ruby/src/trunk-yjit/main.c:42
        variable_in_this_stack_frame = 0
#40 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-yjit/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

th: 0x59ab007d6010, native_id: 0x7b999f0337c0
-- Control frame information -----------------------------------------------
c:0018 p:---- s:0134 e:000133 l:y b:---- CFUNC  :value
c:0017 p:0023 s:0130 e:000128 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/core_assertions.rb:797
c:0016 p:0115 s:0119 E:001f98 l:n b:---- BLOCK  /tmp/ruby/src/trunk-yjit/test/net/http/test_https_proxy.rb:91 [FINISH]
c:0015 p:---- s:0109 e:000108 l:y b:---- CFUNC  :open
c:0014 p:0012 s:0103 E:0024d0 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/test/net/http/test_https_proxy.rb:59
c:0013 p:0037 s:0099 e:000098 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb:202 [FINISH]
c:0012 p:0052 s:0093 e:000092 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb:170
c:0011 p:0093 s:0084 e:000083 l:n b:---- BLOCK  /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1683
c:0010 p:0034 s:0077 e:000075 l:y b:0001 METHOD <internal:array>:248
c:0009 p:0114 s:0069 e:000068 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1670
c:0008 p:0035 s:0057 e:000056 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1374
c:0007 p:0069 s:0050 E:000600 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0034 e:000033 l:n b:---- BLOCK  /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:24
c:0005 p:0034 s:0030 e:000028 l:y b:0001 METHOD <internal:array>:248
c:0004 p:0005 s:0022 e:000021 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 e:000015 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:122
c:0002 p:0062 s:0006 e:000005 l:n b:---- EVAL   /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:220 [FINISH]
c:0001 p:0000 s:0003 E:001da0 l:y b:---- DUMMY  [FINISH]

th: 0x59ab0108a090, native_id: 0x7b99840eb6c0
-- 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-yjit/lib/timeout.rb:99 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

th: 0x59ab05342e80, native_id: 0x7b998466e6c0
-- 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-yjit/tool/lib/test/unit/parallel.rb:42 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

th: 0x59ab05d38480, native_id: 0x7b99757ad6c0
-- 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-yjit/.ext/common/openssl/ssl.rb:518
c:0002 p:0004 s:0008 e:000007 l:n b:---- BLOCK  /tmp/ruby/src/trunk-yjit/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 1869280) detached]
worker 1869280=net/http/test_https_proxy does not respond; SEGV is sent
/tmp/ruby/src/trunk-yjit/tool/lib/core_assertions.rb:797: [BUG] Segmentation fault at 0x000003e9001c85dd
ruby 4.0.0dev (2025-11-12T14:26:19Z master 6a05545184) +YJIT +PRISM [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0018 p:---- s:0134 e:000133 l:y b:---- CFUNC  :value
c:0017 p:0023 s:0130 e:000128 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/core_assertions.rb:797
c:0016 p:0115 s:0119 E:001f98 l:n b:---- BLOCK  /tmp/ruby/src/trunk-yjit/test/net/http/test_https_proxy.rb:91 [FINISH]
c:0015 p:---- s:0109 e:000108 l:y b:---- CFUNC  :open
c:0014 p:0012 s:0103 E:0024d0 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/test/net/http/test_https_proxy.rb:59
c:0013 p:0037 s:0099 e:000098 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb:202 [FINISH]
c:0012 p:0052 s:0093 e:000092 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb:170
c:0011 p:0093 s:0084 e:000083 l:n b:---- BLOCK  /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1683
c:0010 p:0034 s:0077 e:000075 l:y b:0001 METHOD <internal:array>:248
c:0009 p:0114 s:0069 e:000068 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1670
c:0008 p:0035 s:0057 e:000056 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1374
c:0007 p:0069 s:0050 E:000600 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0034 e:000033 l:n b:---- BLOCK  /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:24
c:0005 p:0034 s:0030 e:000028 l:y b:0001 METHOD <internal:array>:248
c:0004 p:0005 s:0022 e:000021 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 e:000015 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:122
c:0002 p:0062 s:0006 e:000005 l:n b:---- EVAL   /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:220 [FINISH]
c:0001 p:0000 s:0003 E:001da0 l:y b:---- DUMMY  [FINISH]

-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:220:in '<main>'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:122:in 'run'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:23:in '_run_suites'
<internal:array>:248:in 'map'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:24:in 'block in _run_suites'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:52:in '_run_suite'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1374:in '_run_suite'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1670:in '_run_suite'
<internal:array>:248:in 'map'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1683:in 'block in _run_suite'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb:170:in 'run'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb:202:in 'run_test'
/tmp/ruby/src/trunk-yjit/test/net/http/test_https_proxy.rb:59:in 'test_https_proxy_ssl_connection'
/tmp/ruby/src/trunk-yjit/test/net/http/test_https_proxy.rb:59:in 'open'
/tmp/ruby/src/trunk-yjit/test/net/http/test_https_proxy.rb:91:in 'block in test_https_proxy_ssl_connection'
/tmp/ruby/src/trunk-yjit/tool/lib/core_assertions.rb:797:in 'assert_join_threads'
/tmp/ruby/src/trunk-yjit/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: 0x00007b999f0ced61 RBP: 0x00007fff196ecfa0 RSP: 0x00007fff196ecf60
 RAX: 0xfffffffffffffffc RBX: 0x000059ab007dafd8 RCX: 0x00007b999f0ced61
 RDX: 0x0000000000000000 RDI: 0x000059ab007db000 RSI: 0x0000000000000189
  R8: 0x0000000000000000  R9: 0x00000000ffffffff R10: 0x0000000000000000
 R11: 0x0000000000000246 R12: 0x0000000000000000 R13: 0x0000000000000000
 R14: 0x000059ab007db0f8 R15: 0x000059ab007db000 EFL: 0x0000000000000246

-- C level backtrace information -------------------------------------------
/tmp/ruby/build/trunk-yjit/ruby(rb_print_backtrace+0x14) [0x59aaf1f0be60] /tmp/ruby/src/trunk-yjit/vm_dump.c:1102
/tmp/ruby/build/trunk-yjit/ruby(rb_vm_bugreport) /tmp/ruby/src/trunk-yjit/vm_dump.c:1447
/tmp/ruby/build/trunk-yjit/ruby(rb_bug_for_fatal_signal+0x102) [0x59aaf1ec1832] /tmp/ruby/src/trunk-yjit/error.c:1130
/tmp/ruby/build/trunk-yjit/ruby(sigsegv+0x48) [0x59aaf1c034e8] /tmp/ruby/src/trunk-yjit/signal.c:948
/lib/x86_64-linux-gnu/libc.so.6(0x7b999f07b320) [0x7b999f07b320]
/lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common64+0x2a) [0x7b999f0ced61] ./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) [0x7b999f0d17dd] ./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-yjit/ruby(rb_native_cond_wait+0x8) [0x59aaf1c4abe3] /tmp/ruby/src/trunk-yjit/thread_pthread.c:231
/tmp/ruby/build/trunk-yjit/ruby(thread_sched_wait_running_turn) /tmp/ruby/src/trunk-yjit/thread_pthread.c:851
/tmp/ruby/build/trunk-yjit/ruby(thread_sched_unlock_+0x0) [0x59aaf1c4b01a] /tmp/ruby/src/trunk-yjit/thread_pthread.c:1126
/tmp/ruby/build/trunk-yjit/ruby(thread_sched_to_waiting_until_wakeup) /tmp/ruby/src/trunk-yjit/thread_pthread.c:1132
/tmp/ruby/build/trunk-yjit/ruby(native_sleep+0x14) [0x59aaf1c515f1] /tmp/ruby/src/trunk-yjit/thread_pthread.c:3350
/tmp/ruby/build/trunk-yjit/ruby(sleep_forever) /tmp/ruby/src/trunk-yjit/thread.c:1381
/tmp/ruby/build/trunk-yjit/ruby(thread_join_sleep) /tmp/ruby/src/trunk-yjit/thread.c:1074
/tmp/ruby/build/trunk-yjit/ruby(rb_ensure+0xdc) [0x59aaf1acf48c] /tmp/ruby/src/trunk-yjit/eval.c:1174
/tmp/ruby/build/trunk-yjit/ruby(thread_join+0x91) [0x59aaf1c488f1] /tmp/ruby/src/trunk-yjit/thread.c:1131
/tmp/ruby/build/trunk-yjit/ruby(thread_value) /tmp/ruby/src/trunk-yjit/thread.c:1253
/tmp/ruby/build/trunk-yjit/ruby(vm_call_cfunc_with_frame_+0x10d) [0x59aaf1c94d6d] /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3915
/tmp/ruby/build/trunk-yjit/ruby(vm_sendish+0x111) [0x59aaf1c9e3c1] /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:6134
/tmp/ruby/build/trunk-yjit/ruby(vm_exec_core+0x84) [0x59aaf1cb6f34] ../../src/trunk-yjit/insns.def:902
/tmp/ruby/build/trunk-yjit/ruby(vm_exec_loop+0x38) [0x59aaf1ca7e55] /tmp/ruby/src/trunk-yjit/vm.c:2811
/tmp/ruby/build/trunk-yjit/ruby(rb_vm_exec) /tmp/ruby/src/trunk-yjit/vm.c:2790
/tmp/ruby/build/trunk-yjit/ruby(vm_yield_with_cref+0x86) [0x59aaf1caccb0] /tmp/ruby/src/trunk-yjit/vm.c:1865
/tmp/ruby/build/trunk-yjit/ruby(vm_yield) /tmp/ruby/src/trunk-yjit/vm.c:1873
/tmp/ruby/build/trunk-yjit/ruby(rb_yield_0) /tmp/ruby/src/trunk-yjit/vm_eval.c:1362
/tmp/ruby/build/trunk-yjit/ruby(rb_yield) /tmp/ruby/src/trunk-yjit/vm_eval.c:1378
/tmp/ruby/build/trunk-yjit/ruby(rb_ensure+0xdc) [0x59aaf1acf48c] /tmp/ruby/src/trunk-yjit/eval.c:1174
/tmp/ruby/build/trunk-yjit/ruby(vm_call_cfunc_with_frame_+0x10d) [0x59aaf1c94d6d] /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3915
/tmp/ruby/build/trunk-yjit/ruby(vm_sendish+0x111) [0x59aaf1c9e3c1] /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:6134
/tmp/ruby/build/trunk-yjit/ruby(vm_exec_core+0x22e9) [0x59aaf1cb9199] ../../src/trunk-yjit/insns.def:854
/tmp/ruby/build/trunk-yjit/ruby(vm_exec_loop+0xa) [0x59aaf1ca7b65] /tmp/ruby/src/trunk-yjit/vm.c:2811
/tmp/ruby/build/trunk-yjit/ruby(rb_vm_exec) /tmp/ruby/src/trunk-yjit/vm.c:2787
[0x59aae98ea2cf]

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

* Loaded script: /tmp/ruby/src/trunk-yjit/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-yjit/.ext/x86_64-linux/enc/encdb.so
    9 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
   10 /tmp/ruby/src/trunk-yjit/lib/open3/version.rb
   11 /tmp/ruby/src/trunk-yjit/lib/open3.rb
   12 /tmp/ruby/src/trunk-yjit/lib/timeout.rb
   13 /tmp/ruby/build/trunk-yjit/rbconfig.rb
   14 /tmp/ruby/src/trunk-yjit/tool/lib/find_executable.rb
   15 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
   16 /tmp/ruby/src/trunk-yjit/tool/lib/envutil.rb
   17 /tmp/ruby/src/trunk-yjit/tool/lib/colorize.rb
   18 /tmp/ruby/src/trunk-yjit/tool/lib/leakchecker.rb
   19 /tmp/ruby/src/trunk-yjit/lib/prettyprint.rb
   20 /tmp/ruby/src/trunk-yjit/lib/pp.rb
   21 /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/assertions.rb
   22 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
   23 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
   24 /tmp/ruby/src/trunk-yjit/tool/lib/core_assertions.rb
   25 /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb
   26 /tmp/ruby/src/trunk-yjit/lib/optparse.rb
   27 /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb
   28 /tmp/ruby/src/trunk-yjit/tool/lib/tracepointchecker.rb
   29 /tmp/ruby/src/trunk-yjit/tool/lib/zombie_hunter.rb
   30 /tmp/ruby/src/trunk-yjit/lib/delegate.rb
   31 /tmp/ruby/src/trunk-yjit/lib/fileutils.rb
   32 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
   33 /tmp/ruby/src/trunk-yjit/lib/tmpdir.rb
   34 /tmp/ruby/src/trunk-yjit/lib/tempfile.rb
   35 /tmp/ruby/src/trunk-yjit/tool/lib/iseq_loader_checker.rb
   36 /tmp/ruby/src/trunk-yjit/tool/lib/gc_checker.rb
   37 /tmp/ruby/src/trunk-yjit/tool/test/init.rb
   38 /tmp/ruby/src/trunk-yjit/lib/rubygems/defaults.rb
   39 /tmp/ruby/src/trunk-yjit/lib/rubygems/deprecate.rb
   40 /tmp/ruby/src/trunk-yjit/lib/rubygems/errors.rb
   41 /tmp/ruby/src/trunk-yjit/lib/rubygems/target_rbconfig.rb
   42 /tmp/ruby/src/trunk-yjit/lib/rubygems/win_platform.rb
   43 /tmp/ruby/src/trunk-yjit/lib/rubygems/unknown_command_spell_checker.rb
   44 /tmp/ruby/src/trunk-yjit/lib/rubygems/exceptions.rb
   45 /tmp/ruby/src/trunk-yjit/lib/rubygems/basic_specification.rb
   46 /tmp/ruby/src/trunk-yjit/lib/rubygems/stub_specification.rb
   47 /tmp/ruby/src/trunk-yjit/lib/rubygems/platform.rb
   48 /tmp/ruby/src/trunk-yjit/lib/rubygems/specification_record.rb
   49 /tmp/ruby/src/trunk-yjit/lib/rubygems/util/list.rb
   50 /tmp/ruby/src/trunk-yjit/lib/rubygems/version.rb
   51 /tmp/ruby/src/trunk-yjit/lib/rubygems/requirement.rb
   52 /tmp/ruby/src/trunk-yjit/lib/rubygems/specification.rb
   53 /tmp/ruby/src/trunk-yjit/lib/rubygems/util.rb
   54 /tmp/ruby/src/trunk-yjit/lib/rubygems/dependency.rb
   55 /tmp/ruby/src/trunk-yjit/lib/rubygems/core_ext/kernel_gem.rb
   56 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
   57 /tmp/ruby/build/trunk-yjit/.ext/common/monitor.rb
   58 /tmp/ruby/src/trunk-yjit/lib/rubygems.rb
   59 /tmp/ruby/src/trunk-yjit/lib/rubygems/path_support.rb
   60 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
   61 /tmp/ruby/src/trunk-yjit/test/-ext-/string/test_enc_str_buf_cat.rb
   62 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
   63 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
   64 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/econv.so
   65 /tmp/ruby/src/trunk-yjit/test/-ext-/econv/test_append.rb
   66 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
   67 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
   68 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/tracepoint.so
   69 /tmp/ruby/src/trunk-yjit/test/-ext-/tracepoint/test_tracepoint.rb
   70 /tmp/ruby/src/trunk-yjit/test/dtrace/helper.rb
   71 /tmp/ruby/src/trunk-yjit/test/dtrace/test_array_create.rb
   72 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
   73 /tmp/ruby/build/trunk-yjit/.ext/common/date.rb
   74 /tmp/ruby/src/trunk-yjit/lib/time.rb
   75 /tmp/ruby/src/trunk-yjit/test/test_time.rb
   76 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/continuation.so
   77 /tmp/ruby/src/trunk-yjit/test/ruby/test_beginendblock.rb
   78 /tmp/ruby/src/trunk-yjit/lib/pathname.rb
   79 /tmp/ruby/build/trunk-yjit/.ext/common/digest/version.rb
   80 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
   81 /tmp/ruby/build/trunk-yjit/.ext/common/digest/loader.rb
   82 /tmp/ruby/build/trunk-yjit/.ext/common/digest.rb
   83 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
   84 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/asn1.rb
   85 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/bn.rb
   86 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/cipher.rb
   87 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/digest.rb
   88 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/hmac.rb
   89 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/pkcs5.rb
   90 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/marshal.rb
   91 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/pkey.rb
   92 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/buffering.rb
   93 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
   94 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
   95 /tmp/ruby/build/trunk-yjit/.ext/common/socket.rb
   96 /tmp/ruby/src/trunk-yjit/lib/ipaddr.rb
   97 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/ssl.rb
   98 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/version.rb
   99 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/x509.rb
  100 /tmp/ruby/build/trunk-yjit/.ext/common/openssl.rb
  101 /tmp/ruby/src/trunk-yjit/lib/rubygems/openssl.rb
  102 /tmp/ruby/src/trunk-yjit/lib/rubygems/text.rb
  103 /tmp/ruby/src/trunk-yjit/lib/rubygems/user_interaction.rb
  104 /tmp/ruby/src/trunk-yjit/lib/rubygems/security/policy.rb
  105 /tmp/ruby/src/trunk-yjit/lib/rubygems/security/policies.rb
  106 /tmp/ruby/src/trunk-yjit/lib/rubygems/security/trust_dir.rb
  107 /tmp/ruby/src/trunk-yjit/lib/rubygems/security/signer.rb
  108 /tmp/ruby/src/trunk-yjit/lib/rubygems/security.rb
  109 /tmp/ruby/src/trunk-yjit/lib/rubygems/package/digest_io.rb
  110 /tmp/ruby/src/trunk-yjit/lib/rubygems/package/source.rb
  111 /tmp/ruby/src/trunk-yjit/lib/rubygems/package/file_source.rb
  112 /tmp/ruby/src/trunk-yjit/lib/rubygems/package/io_source.rb
  113 /tmp/ruby/src/trunk-yjit/lib/rubygems/package/old.rb
  114 /tmp/ruby/src/trunk-yjit/lib/rubygems/package/tar_header.rb
  115 /tmp/ruby/src/trunk-yjit/lib/rubygems/package/tar_reader/entry.rb
  116 /tmp/ruby/src/trunk-yjit/lib/rubygems/package/tar_reader.rb
  117 /tmp/ruby/src/trunk-yjit/lib/rubygems/package/tar_writer.rb
  118 /tmp/ruby/src/trunk-yjit/lib/rubygems/package.rb
  119 /tmp/ruby/src/trunk-yjit/lib/shellwords.rb
  120 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/version.rb
  121 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb
  122 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb
  123 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/common.rb
  124 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/generic.rb
  125 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/file.rb
  126 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/ftp.rb
  127 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/http.rb
  128 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/https.rb
  129 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/ldap.rb
  130 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/ldaps.rb
  131 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/mailto.rb
  132 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/ws.rb
  133 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/wss.rb
  134 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri.rb
  135 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
  136 /tmp/ruby/src/trunk-yjit/test/rubygems/mock_gem_ui.rb
  137 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
  138 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/optparse/lib/optparse.rb
  139 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendored_optparse.rb
  140 /tmp/ruby/src/trunk-yjit/lib/rubygems/command.rb
  141 /tmp/ruby/src/trunk-yjit/lib/rubygems/installer_uninstaller_utils.rb
  142 /tmp/ruby/src/trunk-yjit/lib/rubygems/ext/build_error.rb
  143 /tmp/ruby/src/trunk-yjit/lib/rubygems/ext/builder.rb
  144 /tmp/ruby/src/trunk-yjit/lib/rubygems/ext/configure_builder.rb
  145 /tmp/ruby/src/trunk-yjit/lib/rubygems/ext/ext_conf_builder.rb
  146 /tmp/ruby/src/trunk-yjit/lib/rubygems/ext/rake_builder.rb
  147 /tmp/ruby/src/trunk-yjit/lib/rubygems/ext/cmake_builder.rb
  148 /tmp/ruby/src/trunk-yjit/lib/rubygems/ext/cargo_builder.rb
  149 /tmp/ruby/src/trunk-yjit/lib/rubygems/ext.rb
  150 /tmp/ruby/src/trunk-yjit/lib/rubygems/installer.rb
  151 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb
  152 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
  153 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/errors.rb
  154 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/tsort/lib/tsort.rb
  155 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendored_tsort.rb
  156 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
  157 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
  158 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
  159 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
  160 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
  161 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb
  162 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb
  163 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb
  164 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb
  165 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb
  166 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/state.rb
  167 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
  168 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
  169 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/resolution.rb
  170 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/resolver.rb
  171 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb
  172 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo.rb
  173 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendored_molinillo.rb
  174 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/activation_request.rb
  175 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/conflict.rb
  176 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/dependency_request.rb
  177 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/requirement_list.rb
  178 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/stats.rb
  179 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/set.rb
  180 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/api_set.rb
  181 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/composed_set.rb
  182 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/best_set.rb
  183 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/current_set.rb
  184 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/git_set.rb
  185 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/index_set.rb
  186 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/installer_set.rb
  187 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/lock_set.rb
  188 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/vendor_set.rb
  189 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/source_set.rb
  190 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/specification.rb
  191 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/spec_specification.rb
  192 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/api_specification.rb
  193 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/git_specification.rb
  194 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/index_specification.rb
  195 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/installed_specification.rb
  196 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/local_specification.rb
  197 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/lock_specification.rb
  198 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/vendor_specification.rb
  199 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver.rb
  200 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/timeout/lib/timeout.rb
  201 /tmp/ruby/build/trunk-yjit/.ext/common/psych/versions.rb
  202 /tmp/ruby/build/trunk-yjit/.ext/common/psych/exception.rb
  203 /tmp/ruby/build/trunk-yjit/.ext/common/psych/syntax_error.rb
  204 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
  205 /tmp/ruby/build/trunk-yjit/.ext/common/psych/omap.rb
  206 /tmp/ruby/build/trunk-yjit/.ext/common/psych/set.rb
  207 /tmp/ruby/build/trunk-yjit/.ext/common/psych/class_loader.rb
  208 /tmp/ruby/build/trunk-yjit/.ext/common/psych/scalar_scanner.rb
  209 /tmp/ruby/build/trunk-yjit/.ext/common/psych/nodes/node.rb
  210 /tmp/ruby/build/trunk-yjit/.ext/common/psych/nodes/stream.rb
  211 /tmp/ruby/build/trunk-yjit/.ext/common/psych/nodes/document.rb
  212 /tmp/ruby/build/trunk-yjit/.ext/common/psych/nodes/sequence.rb
  213 /tmp/ruby/build/trunk-yjit/.ext/common/psych/nodes/scalar.rb
  214 /tmp/ruby/build/trunk-yjit/.ext/common/psych/nodes/mapping.rb
  215 /tmp/ruby/build/trunk-yjit/.ext/common/psych/nodes/alias.rb
  216 /tmp/ruby/build/trunk-yjit/.ext/common/psych/nodes.rb
  217 /tmp/ruby/build/trunk-yjit/.ext/common/psych/streaming.rb
  218 /tmp/ruby/build/trunk-yjit/.ext/common/psych/visitors/visitor.rb
  219 /tmp/ruby/build/trunk-yjit/.ext/common/psych/visitors/to_ruby.rb
  220 /tmp/ruby/build/trunk-yjit/.ext/common/psych/visitors/emitter.rb
  221 /tmp/ruby/build/trunk-yjit/.ext/common/psych/handler.rb
  222 /tmp/ruby/build/trunk-yjit/.ext/common/psych/tree_builder.rb
  223 /tmp/ruby/build/trunk-yjit/.ext/common/psych/visitors/yaml_tree.rb
  224 /tmp/ruby/build/trunk-yjit/.ext/common/psych/json/ruby_events.rb
  225 /tmp/ruby/build/trunk-yjit/.ext/common/psych/visitors/json_tree.rb
  226 /tmp/ruby/build/trunk-yjit/.ext/common/psych/visitors/depth_first.rb
  227 /tmp/ruby/build/trunk-yjit/.ext/common/psych/visitors.rb
  228 /tmp/ruby/build/trunk-yjit/.ext/common/psych/parser.rb
  229 /tmp/ruby/build/trunk-yjit/.ext/common/psych/coder.rb
  230 /tmp/ruby/build/trunk-yjit/.ext/common/psych/stream.rb
  231 /tmp/ruby/build/trunk-yjit/.ext/common/psych/json/yaml_events.rb
  232 /tmp/ruby/build/trunk-yjit/.ext/common/psych/json/tree_builder.rb
  233 /tmp/ruby/build/trunk-yjit/.ext/common/psych/json/stream.rb
  234 /tmp/ruby/build/trunk-yjit/.ext/common/psych/handlers/document_stream.rb
  235 /tmp/ruby/build/trunk-yjit/.ext/common/psych/core_ext.rb
  236 /tmp/ruby/build/trunk-yjit/.ext/common/psych.rb
  237 /tmp/ruby/src/trunk-yjit/test/psych/helper.rb
  238 /tmp/ruby/src/trunk-yjit/test/psych/visitors/test_yaml_tree.rb
  239 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
  240 /tmp/ruby/src/trunk-yjit/lib/uri/rfc2396_parser.rb
  241 /tmp/ruby/src/trunk-yjit/lib/uri/rfc3986_parser.rb
  242 /tmp/ruby/src/trunk-yjit/lib/uri/common.rb
  243 /tmp/ruby/src/trunk-yjit/lib/uri/generic.rb
  244 /tmp/ruby/src/trunk-yjit/lib/uri/http.rb
  245 /tmp/ruby/src/trunk-yjit/lib/uri/https.rb
  246 /tmp/ruby/src/trunk-yjit/test/uri/test_http.rb
  247 /tmp/ruby/src/trunk-yjit/test/ruby/test_undef.rb
  248 /tmp/ruby/src/trunk-yjit/test/ruby/test_path.rb
  249 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
  250 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
  251 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
  252 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
  253 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
  254 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
  255 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
  256 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
  257 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
  258 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
  259 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
  260 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
  261 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
  262 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
  263 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
  264 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
  265 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
  266 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
  267 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
  268 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
  269 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
  270 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
  271 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
  272 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
  273 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
  274 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
  275 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
  276 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
  277 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
  278 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
  279 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
  280 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
  281 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
  282 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
  283 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
  284 /tmp/ruby/src/trunk-yjit/test/io/wait/test_ractor.rb
  285 /tmp/ruby/src/trunk-yjit/test/ruby/test_frozen_error.rb
  286 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/version.rb
  287 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/core_ext/name_error.rb
  288 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/levenshtein.rb
  289 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/jaro_winkler.rb
  290 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/spell_checker.rb
  291 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb
  292 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb
  293 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/spell_checkers/name_error_checkers.rb
  294 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/spell_checkers/method_name_checker.rb
  295 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/spell_checkers/key_error_checker.rb
  296 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/spell_checkers/null_checker.rb
  297 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/tree_spell_checker.rb
  298 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/spell_checkers/require_path_checker.rb
  299 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/spell_checkers/pattern_key_name_checker.rb
  300 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/formatter.rb
  301 /tmp/ruby/src/trunk-yjit/lib/did_you_mean.rb
  302 /tmp/ruby/src/trunk-yjit/test/did_you_mean/helper.rb
  303 /tmp/ruby/src/trunk-yjit/test/did_you_mean/spell_checking/test_pattern_key_name_check.rb
  304 /tmp/ruby/src/trunk-yjit/lib/prism/polyfill/byteindex.rb
  305 /tmp/ruby/src/trunk-yjit/lib/prism/polyfill/warn.rb
  306 /tmp/ruby/src/trunk-yjit/lib/prism/node.rb
  307 /tmp/ruby/src/trunk-yjit/lib/prism/node_ext.rb
  308 /tmp/ruby/src/trunk-yjit/lib/prism/parse_result.rb
  309 /tmp/ruby/src/trunk-yjit/lib/prism/string_query.rb
  310 /tmp/ruby/src/trunk-yjit/lib/prism/pack.rb
  311 prism/prism.so
  312 /tmp/ruby/src/trunk-yjit/lib/prism.rb
  313 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
  314 /tmp/ruby/build/trunk-yjit/.ext/common/ripper/core.rb
  315 /tmp/ruby/build/trunk-yjit/.ext/common/ripper/lexer.rb
  316 /tmp/ruby/build/trunk-yjit/.ext/common/ripper/filter.rb
  317 /tmp/ruby/build/trunk-yjit/.ext/common/ripper/sexp.rb
  318 /tmp/ruby/build/trunk-yjit/.ext/common/ripper.rb
  319 /tmp/ruby/src/trunk-yjit/test/prism/test_helper.rb
  320 /tmp/ruby/src/trunk-yjit/test/prism/fuzzer_test.rb
  321 /tmp/ruby/src/trunk-yjit/test/prism/onigmo_test.rb
  322 /tmp/ruby/src/trunk-yjit/test/psych/test_struct.rb
  323 /tmp/ruby/src/trunk-yjit/test/ruby/test_thread.rb
  324 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/thread/id.so
  325 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
  326 /tmp/ruby/src/trunk-yjit/test/ruby/test_compile_prism.rb
  327 /tmp/ruby/src/trunk-yjit/test/socket/test_unix.rb
  328 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/coverage.so
  329 /tmp/ruby/build/trunk-yjit/.ext/common/coverage.rb
  330 /tmp/ruby/src/trunk-yjit/test/coverage/test_coverage.rb
  331 /tmp/ruby/src/trunk-yjit/test/ruby/test_comparable.rb
  332 /tmp/ruby/src/trunk-yjit/test/prism/ruby/relocation_test.rb
  333 /tmp/ruby/src/trunk-yjit/lib/prism/relocation.rb
  334 /tmp/ruby/src/trunk-yjit/lib/prism/parse_result/comments.rb
  335 /tmp/ruby/src/trunk-yjit/test/ruby/enc/test_euc_tw.rb
  336 /tmp/ruby/src/trunk-yjit/test/psych/test_marshalable.rb
  337 /tmp/ruby/src/trunk-yjit/test/-ext-/box/test_load_ext.rb
  338 /tmp/ruby/src/trunk-yjit/test/mmtk/helper.rb
  339 /tmp/ruby/src/trunk-yjit/test/mmtk/test_configuration.rb
  340 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/notimplement.so
  341 /tmp/ruby/src/trunk-yjit/test/-ext-/test_notimplement.rb
  342 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/wait.so
  343 /tmp/ruby/src/trunk-yjit/test/-ext-/wait/test_wait.rb
  344 /tmp/ruby/src/trunk-yjit/test/ruby/test_condition.rb
  345 /tmp/ruby/src/trunk-yjit/test/ruby/enc/test_cp949.rb
  346 /tmp/ruby/src/trunk-yjit/test/ruby/test_threadgroup.rb
  347 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/bignum.so
  348 /tmp/ruby/src/trunk-yjit/test/-ext-/bignum/test_bigzero.rb
  349 /tmp/ruby/src/trunk-yjit/test/prism/encoding/symbol_encoding_test.rb
  350 /tmp/ruby/src/trunk-yjit/lib/mkmf.rb
  351 /tmp/ruby/src/trunk-yjit/test/mkmf/base.rb
  352 /tmp/ruby/src/trunk-yjit/test/mkmf/test_install.rb
  353 /tmp/ruby/src/trunk-yjit/test/mkmf/test_configuration.rb
  354 /tmp/ruby/src/trunk-yjit/test/fiber/scheduler.rb
  355 /tmp/ruby/src/trunk-yjit/test/fiber/test_io_buffer.rb
  356 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/symbol.so
  357 /tmp/ruby/src/trunk-yjit/test/-ext-/symbol/noninterned_name.rb
  358 /tmp/ruby/src/trunk-yjit/test/-ext-/string/test_fstring.rb
  359 /tmp/ruby/src/trunk-yjit/test/date/test_date_ractor.rb
  360 /tmp/ruby/src/trunk-yjit/test/optparse/test_optparse.rb
  361 /tmp/ruby/src/trunk-yjit/test/io/console/test_ractor.rb
  362 /tmp/ruby/src/trunk-yjit/test/mkmf/test_framework.rb
  363 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/path_to_class.so
  364 /tmp/ruby/src/trunk-yjit/test/-ext-/path_to_class/test_path_to_class.rb
  365 /tmp/ruby/src/trunk-yjit/test/optparse/test_load.rb
  366 /tmp/ruby/src/trunk-yjit/test/openssl/utils.rb
  367 /tmp/ruby/src/trunk-yjit/test/openssl/test_pkey_dh.rb
  368 /tmp/ruby/src/trunk-yjit/test/ruby/enc/test_euc_kr.rb
  369 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/korean.so
  370 /tmp/ruby/src/trunk-yjit/test/fileutils/fileasserts.rb
  371 /tmp/ruby/src/trunk-yjit/test/fileutils/test_fileutils.rb
  372 /tmp/ruby/src/trunk-yjit/test/lib/jit_support.rb
  373 /tmp/ruby/src/trunk-yjit/test/lib/parser_support.rb
  374 /tmp/ruby/src/trunk-yjit/test/ruby/test_rubyoptions.rb
  375 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/pty.so
  376 /tmp/ruby/src/trunk-yjit/test/ruby/test_enum.rb
  377 /tmp/ruby/src/trunk-yjit/test/psych/test_exception.rb
  378 /tmp/ruby/src/trunk-yjit/test/psych/test_class.rb
  379 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/fcntl.so
  380 /tmp/ruby/src/trunk-yjit/test/socket/test_socket.rb
  381 /tmp/ruby/src/trunk-yjit/test/ruby/test_io_buffer.rb
  382 /tmp/ruby/src/trunk-yjit/test/socket/test_tcp.rb
  383 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/memory_view.so
  384 /tmp/ruby/src/trunk-yjit/test/ruby/test_memory_view.rb
  385 /tmp/ruby/src/trunk-yjit/test/did_you_mean/tree_spell/change_word.rb
  386 /tmp/ruby/src/trunk-yjit/test/did_you_mean/tree_spell/human_typo.rb
  387 /tmp/ruby/src/trunk-yjit/test/did_you_mean/tree_spell/test_human_typo.rb
  388 /tmp/ruby/src/trunk-yjit/test/psych/test_data.rb
  389 /tmp/ruby/src/trunk-yjit/test/test_trick.rb
  390 /tmp/ruby/src/trunk-yjit/test/did_you_mean/spell_checking/test_variable_name_check.rb
  391 /tmp/ruby/src/trunk-yjit/test/did_you_mean/spell_checking/test_require_path_check.rb
  392 /tmp/ruby/src/trunk-yjit/test/-ext-/symbol/test_inadvertent_creation.rb
  393 /tmp/ruby/src/trunk-yjit/test/openssl/test_buffering.rb
  394 /tmp/ruby/src/trunk-yjit/test/psych/test_object.rb
  395 /tmp/ruby/src/trunk-yjit/test/openssl/test_provider.rb
  396 /tmp/ruby/src/trunk-yjit/lib/yaml.rb
  397 /tmp/ruby/src/trunk-yjit/lib/yaml/store.rb
  398 /tmp/ruby/src/trunk-yjit/test/yaml/test_store.rb
  399 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/array/resize.so
  400 /tmp/ruby/src/trunk-yjit/test/-ext-/array/test_resize.rb
  401 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/bug_5832.so
  402 /tmp/ruby/src/trunk-yjit/test/-ext-/test_bug-5832.rb
  403 /tmp/ruby/src/trunk-yjit/test/prism/newline_test.rb
  404 /tmp/ruby/src/trunk-yjit/lib/prism/visitor.rb
  405 /tmp/ruby/src/trunk-yjit/lib/prism/parse_result/newlines.rb
  406 /tmp/ruby/src/trunk-yjit/test/prism/snippets_test.rb
  407 /tmp/ruby/src/trunk-yjit/lib/prism/polyfill/unpack1.rb
  408 /tmp/ruby/src/trunk-yjit/lib/prism/serialize.rb
  409 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/struct.so
  410 /tmp/ruby/src/trunk-yjit/test/-ext-/struct/test_len.rb
  411 /tmp/ruby/src/trunk-yjit/test/prism/result/integer_base_flags_test.rb
  412 /tmp/ruby/src/trunk-yjit/test/ruby/test_default_gems.rb
  413 /tmp/ruby/src/trunk-yjit/lib/bundler/version.rb
  414 /tmp/ruby/src/trunk-yjit/lib/erb/version.rb
  415 /tmp/ruby/src/trunk-yjit/lib/error_highlight/version.rb
  416 /tmp/ruby/src/trunk-yjit/lib/syntax_suggest/version.rb
  417 /tmp/ruby/src/trunk-yjit/lib/uri/version.rb
  418 /tmp/ruby/src/trunk-yjit/test/-ext-/string/test_coderange.rb
  419 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/file.so
  420 /tmp/ruby/src/trunk-yjit/test/ruby/ut_eof.rb
  421 /tmp/ruby/src/trunk-yjit/test/ruby/test_file.rb
  422 /tmp/ruby/src/trunk-yjit/test/did_you_mean/spell_checking/test_class_name_check.rb
  423 /tmp/ruby/src/trunk-yjit/test/did_you_mean/fixtures/book.rb
  424 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/scan_args.so
  425 /tmp/ruby/src/trunk-yjit/test/-ext-/test_scan_args.rb
  426 /tmp/ruby/src/trunk-yjit/test/psych/test_symbol.rb
  427 /tmp/ruby/src/trunk-yjit/test/prism/ractor_test.rb
  428 /tmp/ruby/src/trunk-yjit/test/fiber/test_enumerator.rb
  429 /tmp/ruby/src/trunk-yjit/test/psych/test_emitter.rb
  430 /tmp/ruby/src/trunk-yjit/test/ruby/test_basicinstructions.rb
  431 /tmp/ruby/src/trunk-yjit/test/psych/test_date_time.rb
  432 /tmp/ruby/src/trunk-yjit/test/-ext-/exception/test_ensured.rb
  433 /tmp/ruby/src/trunk-yjit/test/prism/result/equality_test.rb
  434 /tmp/ruby/src/trunk-yjit/test/ruby/allpairs.rb
  435 /tmp/ruby/src/trunk-yjit/test/ruby/test_m17n_comb.rb
  436 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
  437 /tmp/ruby/src/trunk-yjit/test/ruby/test_fixnum.rb
  438 /tmp/ruby/src/trunk-yjit/test/openssl/test_pkey_dsa.rb
  439 /tmp/ruby/src/trunk-yjit/test/io/nonblock/test_flush.rb
  440 /tmp/ruby/src/trunk-yjit/test/ruby/test_enumerator.rb
  441 /tmp/ruby/src/trunk-yjit/test/net/http/test_https_proxy.rb

* Process memory map:

59aae9762000-59aae9dd1000 r-xp 00000000 00:00 0                          [anon:Ruby:rb_jit_reserve_addr_space]
59aae9dd1000-59aaf1762000 ---p 00000000 00:00 0                          [anon:Ruby:rb_jit_reserve_addr_space]
59aaf1a77000-59aaf1ab7000 r--p 00000000 00:b6 15073296                   /tmp/ruby/build/trunk-yjit/ruby
59aaf1ab7000-59aaf1f88000 r-xp 00040000 00:b6 15073296                   /tmp/ruby/build/trunk-yjit/ruby
59aaf1f88000-59aaf2128000 r--p 00511000 00:b6 15073296                   /tmp/ruby/build/trunk-yjit/ruby
59aaf2128000-59aaf213e000 r--p 006b1000 00:b6 15073296                   /tmp/ruby/build/trunk-yjit/ruby
59aaf213e000-59aaf213f000 rw-p 006c7000 00:b6 15073296                   /tmp/ruby/build/trunk-yjit/ruby
59aaf213f000-59aaf2153000 rw-p 00000000 00:00 0 
59ab007d3000-59ab0b881000 rw-p 00000000 00:00 0                          [heap]
7b9914000000-7b9914021000 rw-p 00000000 00:00 0 
7b9914021000-7b9918000000 ---p 00000000 00:00 0 
7b991c000000-7b991c021000 rw-p 00000000 00:00 0 
7b991c021000-7b9920000000 ---p 00000000 00:00 0 
7b9920000000-7b9920021000 rw-p 00000000 00:00 0 
7b9920021000-7b9924000000 ---p 00000000 00:00 0 
7b9924000000-7b9925251000 rw-p 00000000 00:00 0 
7b9925251000-7b9928000000 ---p 00000000 00:00 0 
7b9928000000-7b9928021000 rw-p 00000000 00:00 0 
7b9928021000-7b992c000000 ---p 00000000 00:00 0 
7b992c000000-7b992c021000 rw-p 00000000 00:00 0 
7b992c021000-7b9930000000 ---p 00000000 00:00 0 
7b9930000000-7b993061d000 rw-p 00000000 00:00 0 
7b993061d000-7b9934000000 ---p 00000000 00:00 0 
7b9934000000-7b9934021000 rw-p 00000000 00:00 0 
7b9934021000-7b9938000000 ---p 00000000 00:00 0 
7b9938000000-7b9939253000 rw-p 00000000 00:00 0 
7b9939253000-7b993c000000 ---p 00000000 00:00 0 
7b993c000000-7b993c021000 rw-p 00000000 00:00 0 
7b993c021000-7b9940000000 ---p 00000000 00:00 0 
7b9940000000-7b9940021000 rw-p 00000000 00:00 0 
7b9940021000-7b9944000000 ---p 00000000 00:00 0 
7b9944000000-7b9944021000 rw-p 00000000 00:00 0 
7b9944021000-7b9948000000 ---p 00000000 00:00 0 
7b9948000000-7b9948021000 rw-p 00000000 00:00 0 
7b9948021000-7b994c000000 ---p 00000000 00:00 0 
7b994c000000-7b994c021000 rw-p 00000000 00:00 0 
7b994c021000-7b9950000000 ---p 00000000 00:00 0 
7b9950000000-7b9950021000 rw-p 00000000 00:00 0 
7b9950021000-7b9954000000 ---p 00000000 00:00 0 
7b9954000000-7b9954021000 rw-p 00000000 00:00 0 
7b9954021000-7b9958000000 ---p 00000000 00:00 0 
7b99582c9000-7b995b7ff000 r--s 00000000 00:b6 15073296                   /tmp/ruby/build/trunk-yjit/ruby
7b995b7ff000-7b995b800000 ---p 00000000 00:00 0 
7b995b800000-7b995c000000 rw-p 00000000 00:00 0 
7b995c000000-7b995cc36000 rw-p 00000000 00:00 0 
7b995cc36000-7b9960000000 ---p 00000000 00:00 0 
7b9960000000-7b9960021000 rw-p 00000000 00:00 0 
7b9960021000-7b9964000000 ---p 00000000 00:00 0 
7b9964000000-7b996461d000 rw-p 00000000 00:00 0 
7b996461d000-7b9968000000 ---p 00000000 00:00 0 
7b9968000000-7b996861d000 rw-p 00000000 00:00 0 
7b996861d000-7b996c000000 ---p 00000000 00:00 0 
7b996c000000-7b996d266000 rw-p 00000000 00:00 0 
7b996d266000-7b9970000000 ---p 00000000 00:00 0 
7b9970000000-7b9970523000 rw-p 00000000 00:00 0 
7b9970523000-7b9974000000 ---p 00000000 00:00 0 
7b99746c9000-7b99746ca000 ---p 00000000 00:00 0 
7b99746ca000-7b99746ea000 rw-p 00000000 00:00 0 
7b9974f6f000-7b9974f70000 ---p 00000000 00:00 0 
7b9974f70000-7b9975770000 rw-p 00000000 00:00 0 
7b997578d000-7b997578e000 ---p 00000000 00:00 0 
7b997578e000-7b99757ae000 rw-p 00000000 00:00 0 
7b9975860000-7b9975870000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9975880000-7b99758a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b99758b0000-7b99758e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9975900000-7b9975910000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9975990000-7b99759a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9975a50000-7b9975a80000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9975a90000-7b9975ad0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9975b30000-7b9975b40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9975b80000-7b9975b90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9975bb0000-7b9975bf0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9975c10000-7b9975c60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9975c80000-7b9975cb0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9975cc0000-7b9975ce0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9975cf0000-7b9975d60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9975d70000-7b9975dc0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9975dd0000-7b9975ed0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9975ee0000-7b9975f90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9975fd0000-7b9975fe0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9976040000-7b99762f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9976300000-7b9976330000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9976340000-7b9976360000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9976370000-7b99763b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b99763c0000-7b99763e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b99763f0000-7b9976400000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9976410000-7b9976440000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9976470000-7b9976480000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9976490000-7b99764c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b99764d0000-7b9976770000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9976780000-7b9976790000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b99767a0000-7b99767b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9976db8000-7b9976fbf000 r--s 00000000 00:b6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7b9976fbf000-7b9976fc0000 ---p 00000000 00:00 0 
7b9976fc0000-7b99777c0000 rw-p 00000000 00:00 0 
7b99777c0000-7b9977910000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9977912000-7b9977913000 r--p 00000000 00:b6 16802658                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/korean.so
7b9977913000-7b9977914000 r-xp 00001000 00:b6 16802658                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/korean.so
7b9977914000-7b997794e000 r--p 00002000 00:b6 16802658                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/korean.so
7b997794e000-7b997794f000 r--p 0003c000 00:b6 16802658                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/korean.so
7b997794f000-7b9977950000 rw-p 0003d000 00:b6 16802658                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/korean.so
7b9977980000-7b9977a20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9977a50000-7b9977a60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9977a66000-7b9977a67000 r--p 00000000 00:b6 16802696                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
7b9977a67000-7b9977a68000 r-xp 00001000 00:b6 16802696                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
7b9977a68000-7b9977abe000 r--p 00002000 00:b6 16802696                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
7b9977abe000-7b9977abf000 r--p 00057000 00:b6 16802696                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
7b9977abf000-7b9977ac0000 rw-p 00058000 00:b6 16802696                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
7b9977ac0000-7b9977ae0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9977aed000-7b9977ba0000 r--p 00000000 00:b6 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7b9977ba0000-7b9977ed3000 r-xp 000b3000 00:b6 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7b9977ed3000-7b9977f9e000 r--p 003e6000 00:b6 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7b9977f9e000-7b9977ffa000 r--p 004b0000 00:b6 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7b9977ffa000-7b9977ffd000 rw-p 0050c000 00:b6 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7b9977ffd000-7b9978213000 rw-p 00000000 00:00 0 
7b9978213000-7b997c000000 ---p 00000000 00:00 0 
7b997c000000-7b997c021000 rw-p 00000000 00:00 0 
7b997c021000-7b9980000000 ---p 00000000 00:00 0 
7b9980000000-7b998003d000 rw-p 00000000 00:00 0 
7b998003d000-7b9984000000 ---p 00000000 00:00 0 
7b9984003000-7b9984005000 r--p 00000000 00:b6 16803033                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/memory_view.so
7b9984005000-7b9984007000 r-xp 00002000 00:b6 16803033                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/memory_view.so
7b9984007000-7b9984008000 r--p 00004000 00:b6 16803033                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/memory_view.so
7b9984008000-7b9984009000 r--p 00004000 00:b6 16803033                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/memory_view.so
7b9984009000-7b998400a000 rw-p 00005000 00:b6 16803033                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/memory_view.so
7b998400a000-7b998400c000 r--p 00000000 00:b6 16803242                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/pty.so
7b998400c000-7b998400e000 r-xp 00002000 00:b6 16803242                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/pty.so
7b998400e000-7b998400f000 r--p 00004000 00:b6 16803242                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/pty.so
7b998400f000-7b9984010000 r--p 00004000 00:b6 16803242                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/pty.so
7b9984010000-7b9984011000 rw-p 00005000 00:b6 16803242                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/pty.so
7b9984020000-7b9984030000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9984032000-7b9984035000 r--p 00000000 00:b6 16802711                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
7b9984035000-7b9984036000 r-xp 00003000 00:b6 16802711                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
7b9984036000-7b998404a000 r--p 00004000 00:b6 16802711                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
7b998404a000-7b998404f000 r--p 00018000 00:b6 16802711                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
7b998404f000-7b9984050000 rw-p 0001d000 00:b6 16802711                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
7b9984060000-7b9984070000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9984080000-7b99840c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b99840c1000-7b99840c2000 r--p 00000000 00:b6 16803168                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/fcntl.so
7b99840c2000-7b99840c3000 r-xp 00001000 00:b6 16803168                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/fcntl.so
7b99840c3000-7b99840c4000 r--p 00002000 00:b6 16803168                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/fcntl.so
7b99840c4000-7b99840c5000 r--p 00002000 00:b6 16803168                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/fcntl.so
7b99840c5000-7b99840c6000 rw-p 00003000 00:b6 16803168                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/fcntl.so
7b99840c6000-7b99840c7000 r--p 00000000 00:b6 16803042                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/path_to_class.so
7b99840c7000-7b99840c8000 r-xp 00001000 00:b6 16803042                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/path_to_class.so
7b99840c8000-7b99840c9000 r--p 00002000 00:b6 16803042                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/path_to_class.so
7b99840c9000-7b99840ca000 r--p 00002000 00:b6 16803042                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/path_to_class.so
7b99840ca000-7b99840cb000 rw-p 00003000 00:b6 16803042                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/path_to_class.so
7b99840cb000-7b99840cc000 ---p 00000000 00:00 0 
7b99840cc000-7b99840ec000 rw-p 00000000 00:00 0 
7b99840f0000-7b9984100000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9984103000-7b9984104000 r--p 00000000 00:b6 16803097                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/symbol.so
7b9984104000-7b9984105000 r-xp 00001000 00:b6 16803097                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/symbol.so
7b9984105000-7b9984106000 r--p 00002000 00:b6 16803097                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/symbol.so
7b9984106000-7b9984107000 r--p 00002000 00:b6 16803097                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/symbol.so
7b9984107000-7b9984108000 rw-p 00003000 00:b6 16803097                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/symbol.so
7b9984108000-7b998410a000 r--p 00000000 00:b6 16802945                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/bignum.so
7b998410a000-7b998410c000 r-xp 00002000 00:b6 16802945                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/bignum.so
7b998410c000-7b998410d000 r--p 00004000 00:b6 16802945                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/bignum.so
7b998410d000-7b998410e000 r--p 00004000 00:b6 16802945                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/bignum.so
7b998410e000-7b998410f000 rw-p 00005000 00:b6 16802945                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/bignum.so
7b9984120000-7b9984170000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9984180000-7b9984190000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9984190000-7b9984191000 r--p 00000000 00:b6 16803133                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/wait.so
7b9984191000-7b9984192000 r-xp 00001000 00:b6 16803133                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/wait.so
7b9984192000-7b9984193000 r--p 00002000 00:b6 16803133                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/wait.so
7b9984193000-7b9984194000 r--p 00002000 00:b6 16803133                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/wait.so
7b9984194000-7b9984195000 rw-p 00003000 00:b6 16803133                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/wait.so
7b9984195000-7b9984196000 r--p 00000000 00:b6 16803039                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/notimplement.so
7b9984196000-7b9984197000 r-xp 00001000 00:b6 16803039                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/notimplement.so
7b9984197000-7b9984198000 r--p 00002000 00:b6 16803039                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/notimplement.so
7b9984198000-7b9984199000 r--p 00002000 00:b6 16803039                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/notimplement.so
7b9984199000-7b998419a000 rw-p 00003000 00:b6 16803039                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/notimplement.so
7b998419a000-7b998419b000 r--p 00000000 00:b6 16803147                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/coverage.so
7b998419b000-7b998419d000 r-xp 00001000 00:b6 16803147                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/coverage.so
7b998419d000-7b998419e000 r--p 00003000 00:b6 16803147                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/coverage.so
7b998419e000-7b998419f000 r--p 00003000 00:b6 16803147                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/coverage.so
7b998419f000-7b99841a0000 rw-p 00004000 00:b6 16803147                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/coverage.so
7b99841a0000-7b99841d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b99841e0000-7b9984220000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9984223000-7b998422a000 r--p 00000000 00:b6 16803484                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
7b998422a000-7b998426f000 r-xp 00007000 00:b6 16803484                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
7b998426f000-7b998428d000 r--p 0004c000 00:b6 16803484                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
7b998428d000-7b998428f000 r--p 00069000 00:b6 16803484                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
7b998428f000-7b9984290000 rw-p 0006b000 00:b6 16803484                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
7b9984290000-7b99842a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b99842a2000-7b99842a3000 r--p 00000000 00:b6 16803095                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/thread/id.so
7b99842a3000-7b99842a4000 r-xp 00001000 00:b6 16803095                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/thread/id.so
7b99842a4000-7b99842a5000 r--p 00002000 00:b6 16803095                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/thread/id.so
7b99842a5000-7b99842a6000 r--p 00002000 00:b6 16803095                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/thread/id.so
7b99842a6000-7b99842a7000 rw-p 00003000 00:b6 16803095                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/thread/id.so
7b99842a7000-7b99842a8000 r--p 00000000 00:b6 16802288                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
7b99842a8000-7b99842a9000 r-xp 00001000 00:b6 16802288                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
7b99842a9000-7b99842aa000 r--p 00002000 00:b6 16802288                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
7b99842aa000-7b99842ab000 r--p 00002000 00:b6 16802288                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
7b99842ab000-7b99842ac000 rw-p 00003000 00:b6 16802288                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
7b99842ac000-7b99842ad000 r--p 00000000 00:b6 16802287                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
7b99842ad000-7b99842ae000 r-xp 00001000 00:b6 16802287                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
7b99842ae000-7b99842af000 r--p 00002000 00:b6 16802287                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
7b99842af000-7b99842b0000 r--p 00002000 00:b6 16802287                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
7b99842b0000-7b99842b1000 rw-p 00003000 00:b6 16802287                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
7b99842b1000-7b99842b2000 r--p 00000000 00:b6 16802286                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
7b99842b2000-7b99842b3000 r-xp 00001000 00:b6 16802286                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
7b99842b3000-7b99842b4000 r--p 00002000 00:b6 16802286                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
7b99842b4000-7b99842b5000 r--p 00002000 00:b6 16802286                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
7b99842b5000-7b99842b6000 rw-p 00003000 00:b6 16802286                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
7b99842b6000-7b99842b7000 r--p 00000000 00:b6 16802303                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
7b99842b7000-7b99842b8000 r-xp 00001000 00:b6 16802303                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
7b99842b8000-7b99842b9000 r--p 00002000 00:b6 16802303                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
7b99842b9000-7b99842ba000 r--p 00002000 00:b6 16802303                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
7b99842ba000-7b99842bb000 rw-p 00003000 00:b6 16802303                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
7b99842bb000-7b99842bc000 r--p 00000000 00:b6 16802285                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
7b99842bc000-7b99842bd000 r-xp 00001000 00:b6 16802285                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
7b99842bd000-7b99842be000 r--p 00002000 00:b6 16802285                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
7b99842be000-7b99842bf000 r--p 00002000 00:b6 16802285                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
7b99842bf000-7b99842c0000 rw-p 00003000 00:b6 16802285                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
7b99842d0000-7b99842e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b99842e4000-7b99842e5000 r--p 00000000 00:b6 16802295                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
7b99842e5000-7b99842e6000 r-xp 00001000 00:b6 16802295                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
7b99842e6000-7b99842e7000 r--p 00002000 00:b6 16802295                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
7b99842e7000-7b99842e8000 r--p 00002000 00:b6 16802295                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
7b99842e8000-7b99842e9000 rw-p 00003000 00:b6 16802295                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
7b99842e9000-7b99842ea000 r--p 00000000 00:b6 16802277                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7b99842ea000-7b99842eb000 r-xp 00001000 00:b6 16802277                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7b99842eb000-7b99842ec000 r--p 00002000 00:b6 16802277                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7b99842ec000-7b99842ed000 r--p 00003000 00:b6 16802277                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7b99842ed000-7b99842ee000 rw-p 00004000 00:b6 16802277                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7b9984300000-7b9984310000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9984310000-7b9984311000 r--p 00000000 00:b6 16802276                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
7b9984311000-7b9984312000 r-xp 00001000 00:b6 16802276                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
7b9984312000-7b9984313000 r--p 00002000 00:b6 16802276                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
7b9984313000-7b9984314000 r--p 00002000 00:b6 16802276                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
7b9984314000-7b9984315000 rw-p 00003000 00:b6 16802276                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
7b9984315000-7b9984316000 r--p 00000000 00:b6 16802275                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
7b9984316000-7b9984317000 r-xp 00001000 00:b6 16802275                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
7b9984317000-7b9984318000 r--p 00002000 00:b6 16802275                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
7b9984318000-7b9984319000 r--p 00002000 00:b6 16802275                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
7b9984319000-7b998431a000 rw-p 00003000 00:b6 16802275                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
7b998431a000-7b998431b000 r--p 00000000 00:b6 16802274                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
7b998431b000-7b998431c000 r-xp 00001000 00:b6 16802274                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
7b998431c000-7b998431d000 r--p 00002000 00:b6 16802274                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
7b998431d000-7b998431e000 r--p 00002000 00:b6 16802274                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
7b998431e000-7b998431f000 rw-p 00003000 00:b6 16802274                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
7b998431f000-7b9984320000 r--p 00000000 00:b6 16802273                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
7b9984320000-7b9984321000 r-xp 00001000 00:b6 16802273                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
7b9984321000-7b9984322000 r--p 00002000 00:b6 16802273                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
7b9984322000-7b9984323000 r--p 00002000 00:b6 16802273                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
7b9984323000-7b9984324000 rw-p 00003000 00:b6 16802273                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
7b9984324000-7b9984325000 r--p 00000000 00:b6 16802272                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
7b9984325000-7b9984326000 r-xp 00001000 00:b6 16802272                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
7b9984326000-7b9984327000 r--p 00002000 00:b6 16802272                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
7b9984327000-7b9984328000 r--p 00002000 00:b6 16802272                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
7b9984328000-7b9984329000 rw-p 00003000 00:b6 16802272                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
7b9984329000-7b998432a000 r--p 00000000 00:b6 16802271                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
7b998432a000-7b998432b000 r-xp 00001000 00:b6 16802271                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
7b998432b000-7b998432c000 r--p 00002000 00:b6 16802271                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
7b998432c000-7b998432d000 r--p 00002000 00:b6 16802271                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
7b998432d000-7b998432e000 rw-p 00003000 00:b6 16802271                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
7b998432e000-7b9984335000 r--p 00000000 00:b6 16803333                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
7b9984335000-7b998435c000 r-xp 00007000 00:b6 16803333                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
7b998435c000-7b9984364000 r--p 0002e000 00:b6 16803333                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
7b9984364000-7b9984365000 r--p 00035000 00:b6 16803333                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
7b9984365000-7b9984366000 rw-p 00036000 00:b6 16803333                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
7b9984366000-7b9984384000 r--p 00000000 00:b6 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7b9984384000-7b99843e6000 r-xp 0001e000 00:b6 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7b99843e6000-7b9984402000 r--p 00080000 00:b6 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7b9984402000-7b998440c000 r--p 0009c000 00:b6 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7b998440c000-7b9984410000 rw-p 000a6000 00:b6 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7b9984410000-7b9984420000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9984421000-7b9984422000 r--p 00000000 00:b6 16802270                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
7b9984422000-7b9984423000 r-xp 00001000 00:b6 16802270                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
7b9984423000-7b9984424000 r--p 00002000 00:b6 16802270                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
7b9984424000-7b9984425000 r--p 00002000 00:b6 16802270                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
7b9984425000-7b9984426000 rw-p 00003000 00:b6 16802270                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
7b9984426000-7b9984427000 r--p 00000000 00:b6 16802269                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
7b9984427000-7b9984428000 r-xp 00001000 00:b6 16802269                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
7b9984428000-7b9984429000 r--p 00002000 00:b6 16802269                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
7b9984429000-7b998442a000 r--p 00002000 00:b6 16802269                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
7b998442a000-7b998442b000 rw-p 00003000 00:b6 16802269                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
7b998442b000-7b998442c000 r--p 00000000 00:b6 16802268                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
7b998442c000-7b998442d000 r-xp 00001000 00:b6 16802268                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
7b998442d000-7b998442e000 r--p 00002000 00:b6 16802268                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
7b998442e000-7b998442f000 r--p 00002000 00:b6 16802268                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
7b998442f000-7b9984430000 rw-p 00003000 00:b6 16802268                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
7b9984430000-7b9984431000 r--p 00000000 00:b6 16802267                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
7b9984431000-7b9984432000 r-xp 00001000 00:b6 16802267                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
7b9984432000-7b9984433000 r--p 00002000 00:b6 16802267                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
7b9984433000-7b9984434000 r--p 00002000 00:b6 16802267                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
7b9984434000-7b9984435000 rw-p 00003000 00:b6 16802267                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
7b9984435000-7b9984436000 r--p 00000000 00:b6 16802266                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
7b9984436000-7b9984437000 r-xp 00001000 00:b6 16802266                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
7b9984437000-7b9984438000 r--p 00002000 00:b6 16802266                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
7b9984438000-7b9984439000 r--p 00002000 00:b6 16802266                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
7b9984439000-7b998443a000 rw-p 00003000 00:b6 16802266                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
7b998443a000-7b998443b000 r--p 00000000 00:b6 16802265                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
7b998443b000-7b998443c000 r-xp 00001000 00:b6 16802265                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
7b998443c000-7b998443d000 r--p 00002000 00:b6 16802265                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
7b998443d000-7b998443e000 r--p 00002000 00:b6 16802265                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
7b998443e000-7b998443f000 rw-p 00003000 00:b6 16802265                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
7b998443f000-7b9984441000 r--p 00000000 00:b6 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7b9984441000-7b998445a000 r-xp 00002000 00:b6 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7b998445a000-7b998445e000 r--p 0001b000 00:b6 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7b998445e000-7b998445f000 r--p 0001e000 00:b6 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7b998445f000-7b9984460000 rw-p 0001f000 00:b6 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7b9984460000-7b9984470000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9984480000-7b99844b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b99844c0000-7b9984520000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9984520000-7b9984521000 r--p 00000000 00:b6 16802264                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
7b9984521000-7b9984522000 r-xp 00001000 00:b6 16802264                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
7b9984522000-7b9984523000 r--p 00002000 00:b6 16802264                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
7b9984523000-7b9984524000 r--p 00002000 00:b6 16802264                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
7b9984524000-7b9984525000 rw-p 00003000 00:b6 16802264                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
7b9984525000-7b9984526000 r--p 00000000 00:b6 16802701                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7b9984526000-7b9984527000 r-xp 00001000 00:b6 16802701                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7b9984527000-7b998454b000 r--p 00002000 00:b6 16802701                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7b998454b000-7b998454c000 r--p 00025000 00:b6 16802701                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7b998454c000-7b998454d000 rw-p 00026000 00:b6 16802701                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7b998454e000-7b998454f000 r--p 00000000 00:b6 16802263                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
7b998454f000-7b9984550000 r-xp 00001000 00:b6 16802263                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
7b9984550000-7b9984551000 r--p 00002000 00:b6 16802263                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
7b9984551000-7b9984552000 r--p 00002000 00:b6 16802263                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
7b9984552000-7b9984553000 rw-p 00003000 00:b6 16802263                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
7b9984553000-7b9984554000 r--p 00000000 00:b6 16802261                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
7b9984554000-7b9984555000 r-xp 00001000 00:b6 16802261                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
7b9984555000-7b9984556000 r--p 00002000 00:b6 16802261                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
7b9984556000-7b9984557000 r--p 00002000 00:b6 16802261                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
7b9984557000-7b9984558000 rw-p 00003000 00:b6 16802261                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
7b9984558000-7b9984559000 r--p 00000000 00:b6 16802260                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
7b9984559000-7b998455a000 r-xp 00001000 00:b6 16802260                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
7b998455a000-7b998455b000 r--p 00002000 00:b6 16802260                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
7b998455b000-7b998455c000 r--p 00002000 00:b6 16802260                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
7b998455c000-7b998455d000 rw-p 00003000 00:b6 16802260                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
7b998455d000-7b998455e000 r--p 00000000 00:b6 16802258                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
7b998455e000-7b998455f000 r-xp 00001000 00:b6 16802258                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
7b998455f000-7b9984560000 r--p 00002000 00:b6 16802258                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
7b9984560000-7b9984561000 r--p 00002000 00:b6 16802258                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
7b9984561000-7b9984562000 rw-p 00003000 00:b6 16802258                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
7b9984562000-7b9984563000 r--p 00000000 00:b6 16802257                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
7b9984563000-7b9984564000 r-xp 00001000 00:b6 16802257                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
7b9984564000-7b9984565000 r--p 00002000 00:b6 16802257                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
7b9984565000-7b9984566000 r--p 00002000 00:b6 16802257                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
7b9984566000-7b9984567000 rw-p 00003000 00:b6 16802257                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
7b9984567000-7b9984568000 r--p 00000000 00:b6 16802256                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
7b9984568000-7b9984569000 r-xp 00001000 00:b6 16802256                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
7b9984569000-7b998456a000 r--p 00002000 00:b6 16802256                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
7b998456a000-7b998456b000 r--p 00002000 00:b6 16802256                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
7b998456b000-7b998456c000 rw-p 00003000 00:b6 16802256                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
7b998456c000-7b998456f000 r--p 00000000 00:b6 16803360                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7b998456f000-7b998457b000 r-xp 00003000 00:b6 16803360                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7b998457b000-7b998457e000 r--p 0000f000 00:b6 16803360                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7b998457e000-7b998457f000 r--p 00011000 00:b6 16803360                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7b998457f000-7b9984580000 rw-p 00012000 00:b6 16803360                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7b9984580000-7b99845a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b99845a2000-7b99845a3000 r--p 00000000 00:b6 16802254                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
7b99845a3000-7b99845a4000 r-xp 00001000 00:b6 16802254                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
7b99845a4000-7b99845a5000 r--p 00002000 00:b6 16802254                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
7b99845a5000-7b99845a6000 r--p 00002000 00:b6 16802254                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
7b99845a6000-7b99845a7000 rw-p 00003000 00:b6 16802254                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
7b99845a7000-7b99845a8000 r--p 00000000 00:b6 16802253                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
7b99845a8000-7b99845a9000 r-xp 00001000 00:b6 16802253                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
7b99845a9000-7b99845aa000 r--p 00002000 00:b6 16802253                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
7b99845aa000-7b99845ab000 r--p 00002000 00:b6 16802253                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
7b99845ab000-7b99845ac000 rw-p 00003000 00:b6 16802253                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
7b99845ac000-7b99845c0000 r--p 00000000 00:b6 16803331                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
7b99845c0000-7b99845f9000 r-xp 00014000 00:b6 16803331                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
7b99845f9000-7b998460b000 r--p 0004d000 00:b6 16803331                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
7b998460b000-7b998460d000 r--p 0005f000 00:b6 16803331                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
7b998460d000-7b998460f000 rw-p 00061000 00:b6 16803331                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
7b998460f000-7b9984610000 rw-p 00000000 00:00 0 
7b9984610000-7b9984620000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9984623000-7b9984624000 r--p 00000000 00:b6 16802250                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
7b9984624000-7b9984625000 r-xp 00001000 00:b6 16802250                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
7b9984625000-7b9984626000 r--p 00002000 00:b6 16802250                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
7b9984626000-7b9984627000 r--p 00002000 00:b6 16802250                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
7b9984627000-7b9984628000 rw-p 00003000 00:b6 16802250                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
7b9984628000-7b9984629000 r--p 00000000 00:b6 16802249                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
7b9984629000-7b998462a000 r-xp 00001000 00:b6 16802249                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
7b998462a000-7b998462b000 r--p 00002000 00:b6 16802249                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
7b998462b000-7b998462c000 r--p 00002000 00:b6 16802249                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
7b998462c000-7b998462d000 rw-p 00003000 00:b6 16802249                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
7b9984644000-7b9984645000 r--p 00000000 00:b6 16802946                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/bug_5832.so
7b9984645000-7b9984646000 r-xp 00001000 00:b6 16802946                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/bug_5832.so
7b9984646000-7b9984647000 r--p 00002000 00:b6 16802946                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/bug_5832.so
7b9984647000-7b9984648000 r--p 00002000 00:b6 16802946                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/bug_5832.so
7b9984648000-7b9984649000 rw-p 00003000 00:b6 16802946                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/bug_5832.so
7b9984649000-7b998464a000 r--p 00000000 00:b6 16802920                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/array/resize.so
7b998464a000-7b998464b000 r-xp 00001000 00:b6 16802920                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/array/resize.so
7b998464b000-7b998464c000 r--p 00002000 00:b6 16802920                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/array/resize.so
7b998464c000-7b998464d000 r--p 00002000 00:b6 16802920                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/array/resize.so
7b998464d000-7b998464e000 rw-p 00003000 00:b6 16802920                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/array/resize.so
7b998464e000-7b998464f000 ---p 00000000 00:00 0 
7b998464f000-7b998466f000 rw-p 00000000 00:00 0 
7b9984673000-7b9984674000 r--p 00000000 00:b6 16802246                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
7b9984674000-7b9984675000 r-xp 00001000 00:b6 16802246                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
7b9984675000-7b9984677000 r--p 00002000 00:b6 16802246                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
7b9984677000-7b9984678000 r--p 00003000 00:b6 16802246                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
7b9984678000-7b9984679000 rw-p 00004000 00:b6 16802246                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
7b9984679000-7b998467b000 r--p 00000000 00:b6 16803152                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
7b998467b000-7b998467d000 r-xp 00002000 00:b6 16803152                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
7b998467d000-7b998467e000 r--p 00004000 00:b6 16803152                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
7b998467e000-7b998467f000 r--p 00004000 00:b6 16803152                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
7b998467f000-7b9984680000 rw-p 00005000 00:b6 16803152                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
7b9984680000-7b99846a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b99846b0000-7b99846c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b99846c0000-7b99846c1000 r--p 00000000 00:b6 16802248                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7b99846c1000-7b99846c2000 r-xp 00001000 00:b6 16802248                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7b99846c2000-7b99846c3000 r--p 00002000 00:b6 16802248                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7b99846c3000-7b99846c4000 r--p 00003000 00:b6 16802248                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7b99846c4000-7b99846c5000 rw-p 00004000 00:b6 16802248                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7b99846c5000-7b99846c9000 r--p 00000000 00:b6 16803448                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
7b99846c9000-7b99846f9000 r-xp 00004000 00:b6 16803448                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
7b99846f9000-7b9984701000 r--p 00034000 00:b6 16803448                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
7b9984701000-7b9984702000 r--p 0003b000 00:b6 16803448                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
7b9984702000-7b9984703000 rw-p 0003c000 00:b6 16803448                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
7b9984703000-7b9984704000 rw-p 00000000 00:00 0 
7b9984704000-7b998470c000 r--p 00000000 00:b6 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7b998470c000-7b998474b000 r-xp 00008000 00:b6 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7b998474b000-7b998475b000 r--p 00047000 00:b6 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7b998475b000-7b998475f000 r--p 00056000 00:b6 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7b998475f000-7b9984760000 rw-p 0005a000 00:b6 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7b9984760000-7b9984850000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b9984851000-7b9984852000 r--p 00000000 00:b6 16803172                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
7b9984852000-7b9984853000 r-xp 00001000 00:b6 16803172                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
7b9984853000-7b9984854000 r--p 00002000 00:b6 16803172                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
7b9984854000-7b9984855000 r--p 00002000 00:b6 16803172                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
7b9984855000-7b9984856000 rw-p 00003000 00:b6 16803172                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
7b9984856000-7b9984859000 r--p 00000000 00:b6 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7b9984859000-7b998485f000 r-xp 00003000 00:b6 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7b998485f000-7b9984861000 r--p 00009000 00:b6 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7b9984861000-7b9984862000 r--p 0000b000 00:b6 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7b9984862000-7b9984863000 rw-p 0000c000 00:b6 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7b9984863000-7b9984864000 r--p 00000000 00:b6 16803136                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/continuation.so
7b9984864000-7b9984865000 r-xp 00001000 00:b6 16803136                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/continuation.so
7b9984865000-7b9984866000 r--p 00002000 00:b6 16803136                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/continuation.so
7b9984866000-7b9984867000 r--p 00002000 00:b6 16803136                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/continuation.so
7b9984867000-7b9984868000 rw-p 00003000 00:b6 16803136                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/continuation.so
7b9984868000-7b9984869000 r--p 00000000 00:b6 16803123                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/tracepoint.so
7b9984869000-7b998486a000 r-xp 00001000 00:b6 16803123                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/tracepoint.so
7b998486a000-7b998486b000 r--p 00002000 00:b6 16803123                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/tracepoint.so
7b998486b000-7b998486c000 r--p 00002000 00:b6 16803123                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/tracepoint.so
7b998486c000-7b998486d000 rw-p 00003000 00:b6 16803123                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/tracepoint.so
7b9984871000-7b9984872000 r--p 00000000 00:b6 16802252                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7b9984872000-7b9984873000 r-xp 00001000 00:b6 16802252                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7b9984873000-7b9984874000 r--p 00002000 00:b6 16802252                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7b9984874000-7b9984875000 r--p 00003000 00:b6 16802252                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7b9984875000-7b9984876000 rw-p 00004000 00:b6 16802252                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7b9984876000-7b9984877000 r--p 00000000 00:b6 16802281                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
7b9984877000-7b9984878000 r-xp 00001000 00:b6 16802281                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
7b9984878000-7b9984879000 r--p 00002000 00:b6 16802281                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
7b9984879000-7b998487a000 r--p 00002000 00:b6 16802281                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
7b998487a000-7b998487b000 rw-p 00003000 00:b6 16802281                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
7b998487b000-7b998487c000 r--p 00000000 00:b6 16802280                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
7b998487c000-7b998487d000 r-xp 00001000 00:b6 16802280                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
7b998487d000-7b998487e000 r--p 00002000 00:b6 16802280                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
7b998487e000-7b998487f000 r--p 00002000 00:b6 16802280                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
7b998487f000-7b9984880000 rw-p 00003000 00:b6 16802280                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
7b9984880000-7b9984890000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b99848a0000-7b99848a1000 r--p 00000000 00:b6 16802278                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
7b99848a1000-7b99848a2000 r-xp 00001000 00:b6 16802278                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
7b99848a2000-7b99848a3000 r--p 00002000 00:b6 16802278                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
7b99848a3000-7b99848a4000 r--p 00002000 00:b6 16802278                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
7b99848a4000-7b99848a5000 rw-p 00003000 00:b6 16802278                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
7b99848a5000-7b99848a8000 r--p 00000000 00:b6 16803278                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7b99848a8000-7b99848ac000 r-xp 00003000 00:b6 16803278                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7b99848ac000-7b99848ad000 r--p 00007000 00:b6 16803278                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7b99848ad000-7b99848ae000 r--p 00008000 00:b6 16803278                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7b99848ae000-7b99848af000 rw-p 00009000 00:b6 16803278                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7b99848af000-7b99848b0000 r--p 00000000 00:b6 16802282                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7b99848b0000-7b99848b1000 r-xp 00001000 00:b6 16802282                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7b99848b1000-7b99848b2000 r--p 00002000 00:b6 16802282                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7b99848b2000-7b99848b3000 r--p 00003000 00:b6 16802282                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7b99848b3000-7b99848b4000 rw-p 00004000 00:b6 16802282                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7b99848b4000-7b99848b5000 r--p 00000000 00:b6 16802961                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/econv.so
7b99848b5000-7b99848b6000 r-xp 00001000 00:b6 16802961                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/econv.so
7b99848b6000-7b99848b7000 r--p 00002000 00:b6 16802961                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/econv.so
7b99848b7000-7b99848b8000 r--p 00002000 00:b6 16802961                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/econv.so
7b99848b8000-7b99848b9000 rw-p 00003000 00:b6 16802961                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/econv.so
7b99848b9000-7b99848ba000 r--p 00000000 00:b6 16802638                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7b99848ba000-7b99848bc000 r-xp 00001000 00:b6 16802638                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7b99848bc000-7b99848bd000 r--p 00003000 00:b6 16802638                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7b99848bd000-7b99848be000 r--p 00004000 00:b6 16802638                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7b99848be000-7b99848bf000 rw-p 00005000 00:b6 16802638                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7b99848bf000-7b99848c0000 r--p 00000000 00:b6 16783909                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so
7b99848c0000-7b99848c1000 r-xp 00001000 00:b6 16783909                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so
7b99848c1000-7b99848c2000 r--p 00002000 00:b6 16783909                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so
7b99848c2000-7b99848c3000 r--p 00002000 00:b6 16783909                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so
7b99848c3000-7b99848c4000 rw-p 00003000 00:b6 16783909                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so
7b99848c4000-7b99848c7000 r--p 00000000 00:b6 16803339                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
7b99848c7000-7b99848cc000 r-xp 00003000 00:b6 16803339                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
7b99848cc000-7b99848ce000 r--p 00008000 00:b6 16803339                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
7b99848ce000-7b99848cf000 r--p 00009000 00:b6 16803339                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
7b99848cf000-7b99848d0000 rw-p 0000a000 00:b6 16803339                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
7b99848e0000-7b99849b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b99849b1000-7b99849b2000 r--p 00000000 00:b6 16802279                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
7b99849b2000-7b99849b3000 r-xp 00001000 00:b6 16802279                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
7b99849b3000-7b99849b4000 r--p 00002000 00:b6 16802279                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
7b99849b4000-7b99849b5000 r--p 00002000 00:b6 16802279                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
7b99849b5000-7b99849b6000 rw-p 00003000 00:b6 16802279                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
7b99849b6000-7b99849b8000 r--p 00000000 00:b6 16803160                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
7b99849b8000-7b99849bb000 r-xp 00002000 00:b6 16803160                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
7b99849bb000-7b99849bd000 r--p 00005000 00:b6 16803160                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
7b99849bd000-7b99849be000 r--p 00006000 00:b6 16803160                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
7b99849be000-7b99849bf000 rw-p 00007000 00:b6 16803160                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
7b99849bf000-7b99849c0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b99849c0000-7b9984a01000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984a01000-7b9984a02000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984a02000-7b9984a43000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984a43000-7b9984a44000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984a44000-7b9984a85000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984a85000-7b9984a86000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984a86000-7b9984ac7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984ac7000-7b9984ac8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984ac8000-7b9984b09000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984b09000-7b9984b0a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984b0a000-7b9984b4b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984b4b000-7b9984b4c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984b4c000-7b9984b8d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984b8d000-7b9984b8e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984b8e000-7b9984bcf000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984bcf000-7b9984bd0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984bd0000-7b9984c11000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984c11000-7b9984c12000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984c12000-7b9984c53000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984c53000-7b9984c54000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984c54000-7b9984c95000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984c95000-7b9984c96000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984c96000-7b9984cd7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984cd7000-7b9984cd8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984cd8000-7b9984d19000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984d19000-7b9984d1a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984d1a000-7b9984d5b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984d5b000-7b9984d5c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984d5c000-7b9984d9d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984d9d000-7b9984d9e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984d9e000-7b9984ddf000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984ddf000-7b9984de0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984de0000-7b9984e21000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984e21000-7b9984e22000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984e22000-7b9984e63000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984e63000-7b9984e64000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984e64000-7b9984ea5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984ea5000-7b9984ea6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984ea6000-7b9984ee7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984ee7000-7b9984ee8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984ee8000-7b9984f29000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984f29000-7b9984f2a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984f2a000-7b9984f6b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984f6b000-7b9984f6c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984f6c000-7b9984fad000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984fad000-7b9984fae000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984fae000-7b9984fef000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984fef000-7b9984ff0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9984ff0000-7b9985031000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9985031000-7b9985032000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9985032000-7b9985073000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9985073000-7b9985074000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9985074000-7b99850b5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b99850b5000-7b99850b6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b99850b6000-7b99850f7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b99850f7000-7b99850f8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b99850f8000-7b9985139000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b9985139000-7b998513a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b998513a000-7b998517b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b998517b000-7b998517c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b998517c000-7b99851bd000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b99851bd000-7b99851be000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b99851be000-7b99851ff000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7b99851ff000-7b9985200000 ---p 00000000 00:00 0 
7b9985200000-7b9985a00000 rw-p 00000000 00:00 0 
7b9985a00000-7b999da00000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_cache]
7b999da00000-7b999ee00000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_list]
7b999ee01000-7b999ee03000 r--p 00000000 00:b6 16803169                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7b999ee03000-7b999ee08000 r-xp 00002000 00:b6 16803169                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7b999ee08000-7b999ee09000 r--p 00007000 00:b6 16803169                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7b999ee09000-7b999ee0a000 r--p 00008000 00:b6 16803169                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7b999ee0a000-7b999ee0b000 rw-p 00009000 00:b6 16803169                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7b999ee0b000-7b999ee0c000 r--p 00000000 00:b6 16803068                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
7b999ee0c000-7b999ee0d000 r-xp 00001000 00:b6 16803068                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
7b999ee0d000-7b999ee0e000 r--p 00002000 00:b6 16803068                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
7b999ee0e000-7b999ee0f000 r--p 00002000 00:b6 16803068                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
7b999ee0f000-7b999ee10000 rw-p 00003000 00:b6 16803068                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
7b999ee10000-7b999ee20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b999ee30000-7b999ee90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b999ee94000-7b999ee95000 r--p 00000000 00:b6 16803283                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
7b999ee95000-7b999ee97000 r-xp 00001000 00:b6 16803283                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
7b999ee97000-7b999ee98000 r--p 00003000 00:b6 16803283                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
7b999ee98000-7b999ee99000 r--p 00003000 00:b6 16803283                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
7b999ee99000-7b999ee9a000 rw-p 00004000 00:b6 16803283                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
7b999ee9a000-7b999ee9b000 r--p 00000000 00:b6 16802652                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
7b999ee9b000-7b999ee9c000 r-xp 00001000 00:b6 16802652                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
7b999ee9c000-7b999ee9d000 r--p 00002000 00:b6 16802652                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
7b999ee9d000-7b999ee9e000 r--p 00002000 00:b6 16802652                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
7b999ee9e000-7b999ee9f000 rw-p 00003000 00:b6 16802652                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
7b999eea3000-7b999eea5000 r--p 00000000 00:b6 16803118                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7b999eea5000-7b999eea8000 r-xp 00002000 00:b6 16803118                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7b999eea8000-7b999eea9000 r--p 00005000 00:b6 16803118                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7b999eea9000-7b999eeaa000 r--p 00006000 00:b6 16803118                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7b999eeaa000-7b999eeab000 rw-p 00007000 00:b6 16803118                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7b999eeab000-7b999eeac000 r--p 00000000 00:b6 16803206                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
7b999eeac000-7b999eead000 r-xp 00001000 00:b6 16803206                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
7b999eead000-7b999eeae000 r--p 00002000 00:b6 16803206                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
7b999eeae000-7b999eeaf000 r--p 00002000 00:b6 16803206                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
7b999eeaf000-7b999eeb0000 rw-p 00003000 00:b6 16803206                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
7b999eeb0000-7b999eeb1000 r--p 00000000 00:b6 16803071                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/scan_args.so
7b999eeb1000-7b999eeb3000 r-xp 00001000 00:b6 16803071                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/scan_args.so
7b999eeb3000-7b999eeb4000 r--p 00003000 00:b6 16803071                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/scan_args.so
7b999eeb4000-7b999eeb5000 r--p 00003000 00:b6 16803071                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/scan_args.so
7b999eeb5000-7b999eeb6000 rw-p 00004000 00:b6 16803071                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/scan_args.so
7b999eeb6000-7b999eeb7000 r--p 00000000 00:b6 16802991                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/file.so
7b999eeb7000-7b999eeb8000 r-xp 00001000 00:b6 16802991                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/file.so
7b999eeb8000-7b999eeb9000 r--p 00002000 00:b6 16802991                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/file.so
7b999eeb9000-7b999eeba000 r--p 00002000 00:b6 16802991                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/file.so
7b999eeba000-7b999eebb000 rw-p 00003000 00:b6 16802991                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/file.so
7b999eebb000-7b999eebc000 r--p 00000000 00:b6 16803099                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/struct.so
7b999eebc000-7b999eebd000 r-xp 00001000 00:b6 16803099                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/struct.so
7b999eebd000-7b999eebe000 r--p 00002000 00:b6 16803099                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/struct.so
7b999eebe000-7b999eebf000 r--p 00002000 00:b6 16803099                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/struct.so
7b999eebf000-7b999eec0000 rw-p 00003000 00:b6 16803099                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/struct.so
7b999eec0000-7b999eed0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7b999eed2000-7b999efd3000 rw-p 00000000 00:00 0 
7b999efd3000-7b999efda000 r--s 00000000 00:b6 15348559                   /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7b999efda000-7b999f033000 r--p 00000000 00:b6 15348059                   /usr/lib/locale/C.utf8/LC_CTYPE
7b999f033000-7b999f036000 rw-p 00000000 00:00 0 
7b999f036000-7b999f05e000 r--p 00000000 00:b6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7b999f05e000-7b999f1e6000 r-xp 00028000 00:b6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7b999f1e6000-7b999f235000 r--p 001b0000 00:b6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7b999f235000-7b999f239000 r--p 001fe000 00:b6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7b999f239000-7b999f23b000 rw-p 00202000 00:b6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7b999f23b000-7b999f24a000 rw-p 00000000 00:00 0 
7b999f24a000-7b999f24e000 r--p 00000000 00:b6 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7b999f24e000-7b999f271000 r-xp 00004000 00:b6 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7b999f271000-7b999f275000 r--p 00027000 00:b6 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7b999f275000-7b999f276000 r--p 0002b000 00:b6 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7b999f276000-7b999f277000 rw-p 0002c000 00:b6 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7b999f277000-7b999f287000 r--p 00000000 00:b6 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7b999f287000-7b999f306000 r-xp 00010000 00:b6 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7b999f306000-7b999f35e000 r--p 0008f000 00:b6 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7b999f35e000-7b999f35f000 r--p 000e7000 00:b6 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7b999f35f000-7b999f360000 rw-p 000e8000 00:b6 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7b999f360000-7b999f362000 r--p 00000000 00:b6 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7b999f362000-7b999f377000 r-xp 00002000 00:b6 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7b999f377000-7b999f390000 r--p 00017000 00:b6 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7b999f390000-7b999f391000 r--p 0002f000 00:b6 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7b999f391000-7b999f392000 rw-p 00030000 00:b6 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7b999f392000-7b999f39a000 rw-p 00000000 00:00 0 
7b999f39a000-7b999f3a4000 r--p 00000000 00:b6 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7b999f3a4000-7b999f407000 r-xp 0000a000 00:b6 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7b999f407000-7b999f41c000 r--p 0006d000 00:b6 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7b999f41c000-7b999f41d000 r--p 00081000 00:b6 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7b999f41d000-7b999f41e000 rw-p 00082000 00:b6 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7b999f41e000-7b999f420000 r--p 00000000 00:b6 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7b999f420000-7b999f432000 r-xp 00002000 00:b6 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7b999f432000-7b999f438000 r--p 00014000 00:b6 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7b999f438000-7b999f439000 r--p 0001a000 00:b6 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7b999f439000-7b999f43a000 rw-p 0001b000 00:b6 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7b999f43a000-7b999f43b000 r--p 00000000 00:b6 16802245                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
7b999f43b000-7b999f43c000 r-xp 00001000 00:b6 16802245                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
7b999f43c000-7b999f43d000 r--p 00002000 00:b6 16802245                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
7b999f43d000-7b999f43e000 r--p 00002000 00:b6 16802245                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
7b999f43e000-7b999f43f000 rw-p 00003000 00:b6 16802245                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
7b999f43f000-7b999f441000 rw-p 00000000 00:00 0 
7b999f441000-7b999f442000 r--p 00000000 00:b6 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7b999f442000-7b999f46d000 r-xp 00001000 00:b6 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7b999f46d000-7b999f477000 r--p 0002c000 00:b6 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7b999f477000-7b999f479000 r--p 00036000 00:b6 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7b999f479000-7b999f47b000 rw-p 00038000 00:b6 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7fff196ce000-7fff196ef000 rw-p 00000000 00:00 0                          [stack]
7fff19724000-7fff19728000 r--p 00000000 00:00 0                          [vvar]
7fff19728000-7fff1972a000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]


[New LWP 1970043]
[New LWP 1970041]
[New LWP 1970002]
[New LWP 1963512]
[New LWP 1955936]

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".
0x00007c21ee34fd61 in __futex_abstimed_wait_common64 (private=1617346561, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x5c46be16d000) at ./nptl/futex-internal.c:57

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

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x7c21ee2b47c0 (LWP 1869282) "ruby"            0x00007c21ee34fd61 in __futex_abstimed_wait_common64 (private=1617346561, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x5c46be16d000) at ./nptl/futex-internal.c:57
  2    Thread 0x7c21d27c56c0 (LWP 1970043) "test_https.rb:*" 0x00007c21ee3d2a00 in __GI_ppoll (fds=fds@entry=0x7c21d27c3e38, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
  3    Thread 0x7c21d2d6a6c0 (LWP 1970041) "utils.rb:28"     0x00007c21ee3d2a00 in __GI_ppoll (fds=fds@entry=0x7c21d2d68e38, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
  4    Thread 0x7c21d301e6c0 (LWP 1970002) "parallel.rb:40"  0x00007c21ee3d24cd in __GI___poll (fds=fds@entry=0x7c21d301d6f0, nfds=nfds@entry=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  5    Thread 0x7c21d4bff6c0 (LWP 1963512) "ruby"            0x00007c21ee3e1042 in epoll_wait (epfd=4, events=events@entry=0x5c46b16d753c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
  6    Thread 0x7c21d2f586c0 (LWP 1955936) "Timeout stdlib " 0x00007c21ee34fd61 in __futex_abstimed_wait_common64 (private=23622, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x5c46bf2e7480) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 6 (Thread 0x7c21d2f586c0 (LWP 1955936) "Timeout stdlib "):
#0  0x00007c21ee34fd61 in __futex_abstimed_wait_common64 (private=23622, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x5c46bf2e7480) 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=23622, abstime=0x0, clockid=0, expected=0, futex_word=0x5c46bf2e7480) 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=0x5c46bf2e7480, 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  0x00007c21ee3527dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5c46be16d0f8, cond=0x5c46bf2e7458) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7c21ee3524a0 <__condvar_cleanup_waiting>, __arg = 0x7c21d2f57620, __canceltype = -1104178064, __prev = 0x0}
        cbuffer = {wseq = 96, cond = 0x5c46bf2e7458, mutex = 0x5c46be16d0f8, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 96
        seq = 48
        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=0x5c46bf2e7458, mutex=mutex@entry=0x5c46be16d0f8) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00005c46b11e0be3 in rb_native_cond_wait (mutex=0x5c46be16d0f8, cond=0x5c46bf2e7458) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:231
        r = <optimized out>
        r = <optimized out>
#6  thread_sched_wait_running_turn (sched=sched@entry=0x5c46be16d0f8, th=th@entry=0x5c46bee1ec40, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:851
        next_th = 0x5c46be168010
#7  0x00005c46b11e101a in thread_sched_to_waiting_until_wakeup (sched=0x5c46be16d0f8, th=th@entry=0x5c46bee1ec40) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1126
        can_direct_transfer = <optimized out>
#8  0x00005c46b11e8f41 in native_sleep (rel=0x0, th=0x5c46bee1ec40) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:3350
        sched = <optimized out>
#9  sleep_forever (fl=1, th=0x5c46bee1ec40) at /tmp/ruby/src/trunk-yjit/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=4, end=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:1426
        scheduler = <optimized out>
#11 0x00005c46b11e9068 in queue_sleep (_args=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_sync.c:1076
        args = <optimized out>
#12 0x00005c46b106548c in rb_ensure (b_proc=b_proc@entry=0x5c46b11e9050 <queue_sleep>, data1=data1@entry=136484715067504, e_proc=e_proc@entry=0x5c46b11dabd0 <queue_sleep_done>, data2=data2@entry=136484715067536) at /tmp/ruby/src/trunk-yjit/eval.c:1174
        _ec = 0x5c46bf2e7210
        _tag = {tag = 36, retval = 4, buf = {0x0, 0x5c46b1065540 <rb_ensure+400>, 0x0, 0x7c21d2f57780, 0x4}, prev = 0x7c21d2f57ad0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x5c46bf2e7210
#13 0x00005c46b11ea4b1 in queue_do_pop (self=136485168901560, q=0x5c46be3d4040, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_sync.c:1151
        ec = <optimized out>
        queue_waiter = {w = {self = 136485168901560, th = 0x5c46bee1ec40, fiber = 0x0, node = {next = 0x5c46be3d4040, prev = 0x5c46be3d4040}}, as = {q = 0x5c46be3d4040, sq = 0x5c46be3d4040}}
        unaligned_member_ptr_result = <optimized out>
        waitq = 0x5c46be3d4040
        queue_sleep_arg = {self = 136485168901560, timeout = 4, end = 0}
        end = <optimized out>
#14 0x00005c46a8dd066d in ?? ()
No symbol table info available.
#15 0x00005c46c2399570 in ?? ()
No symbol table info available.
#16 0x00005c46bf2e7210 in ?? ()
No symbol table info available.
#17 0x0000000000000024 in ?? ()
No symbol table info available.
#18 0x00005c46b124cf8e in vm_exec_core (ec=0x5c46bf2e7480, ec@entry=0x5c46bf2e7210) at ../../src/trunk-yjit/insns.def:903
        func = 0xfffffffffffffe00
        zjit_entry = <optimized out>
        func = <optimized out>
        bh = <optimized out>
        cd = 0x0
        leaf = <optimized out>
        val = 101458976019768
        reg_pc = 0x5c46be310360
        reg_cfp = 0x5c46c2399570
        insns_address_table = {0x5c46b12504ce <vm_exec_core+13854>, 0x5c46b124e1da <vm_exec_core+4906>, 0x5c46b124e169 <vm_exec_core+4793>, 0x5c46b124e0c5 <vm_exec_core+4629>, 0x5c46b124e04b <vm_exec_core+4507>, 0x5c46b124dfa6 <vm_exec_core+4342>, 0x5c46b124e5b3 <vm_exec_core+5891>, 0x5c46b124e558 <vm_exec_core+5800>, 0x5c46b124e2da <vm_exec_core+5162>, 0x5c46b124e23e <vm_exec_core+5006>, 0x5c46b124e652 <vm_exec_core+6050>, 0x5c46b124e3cd <vm_exec_core+5405>, 0x5c46b124df61 <vm_exec_core+4273>, 0x5c46b124def9 <vm_exec_core+4169>, 0x5c46b124de82 <vm_exec_core+4050>, 0x5c46b124de45 <vm_exec_core+3989>, 0x5c46b124de0d <vm_exec_core+3933>, 0x5c46b124ddd8 <vm_exec_core+3880>, 0x5c46b124dda3 <vm_exec_core+3827>, 0x5c46b124dd6e <vm_exec_core+3774>, 0x5c46b124dce4 <vm_exec_core+3636>, 0x5c46b124dca0 <vm_exec_core+3568>, 0x5c46b124dc59 <vm_exec_core+3497>, 0x5c46b124dc01 <vm_exec_core+3409>, 0x5c46b124dbbb <vm_exec_core+3339>, 0x5c46b124db3c <vm_exec_core+3212>, 0x5c46b124db02 <vm_exec_core+3154>, 0x5c46b124daa5 <vm_exec_core+3061>, 0x5c46b124da4b <vm_exec_core+2971>, 0x5c46b124da0e <vm_exec_core+2910>, 0x5c46b124edc1 <vm_exec_core+7953>, 0x5c46b124ec3d <vm_exec_core+7565>, 0x5c46b124ebaf <vm_exec_core+7423>, 0x5c46b124eb48 <vm_exec_core+7320>, 0x5c46b124eaf6 <vm_exec_core+7238>, 0x5c46b124ea94 <vm_exec_core+7140>, 0x5c46b124ea47 <vm_exec_core+7063>, 0x5c46b124e9f2 <vm_exec_core+6978>, 0x5c46b124e9a8 <vm_exec_core+6904>, 0x5c46b124e981 <vm_exec_core+6865>, 0x5c46b124e946 <vm_exec_core+6806>, 0x5c46b124e8f7 <vm_exec_core+6727>, 0x5c46b124e8c3 <vm_exec_core+6675>, 0x5c46b124e812 <vm_exec_core+6498>, 0x5c46b124e7cf <vm_exec_core+6431>, 0x5c46b124e78b <vm_exec_core+6363>, 0x5c46b124f366 <vm_exec_core+9398>, 0x5c46b124f2f7 <vm_exec_core+9287>, 0x5c46b124f398 <vm_exec_core+9448>, 0x5c46b124efb9 <vm_exec_core+8457>, 0x5c46b124ef4a <vm_exec_core+8346>, 0x5c46b124eeec <vm_exec_core+8252>, 0x5c46b124ee3a <vm_exec_core+8074>, 0x5c46b124edfe <vm_exec_core+8014>, 0x5c46b124f1c9 <vm_exec_core+8985>, 0x5c46b124f15f <vm_exec_core+8879>, 0x5c46b124f0b4 <vm_exec_core+8708>, 0x5c46b124cf10 <vm_exec_core+96>, 0x5c46b124f008 <vm_exec_core+8536>, 0x5c46b124f25f <vm_exec_core+9135>, 0x5c46b124f210 <vm_exec_core+9056>, 0x5c46b124f2a8 <vm_exec_core+9208>, 0x5c46b124d9bf <vm_exec_core+2831>, 0x5c46b1250486 <vm_exec_core+13782>, 0x5c46b124d970 <vm_exec_core+2752>, 0x5c46b124d901 <vm_exec_core+2641>, 0x5c46b124d8bc <vm_exec_core+2572>, 0x5c46b124d849 <vm_exec_core+2457>, 0x5c46b124d6f2 <vm_exec_core+2114>, 0x5c46b124d622 <vm_exec_core+1906>, 0x5c46b124d5a6 <vm_exec_core+1782>, 0x5c46b124cfc8 <vm_exec_core+280>, 0x5c46b124d572 <vm_exec_core+1730>, 0x5c46b124d533 <vm_exec_core+1667>, 0x5c46b124d4f4 <vm_exec_core+1604>, 0x5c46b124d4b8 <vm_exec_core+1544>, 0x5c46b124d3f8 <vm_exec_core+1352>, 0x5c46b124d373 <vm_exec_core+1219>, 0x5c46b12504df <vm_exec_core+13871>, 0x5c46b124fc69 <vm_exec_core+11705>, 0x5c46b124fccf <vm_exec_core+11807>, 0x5c46b124f427 <vm_exec_core+9591>, 0x5c46b124fd68 <vm_exec_core+11960>, 0x5c46b124fe01 <vm_exec_core+12113>, 0x5c46b12503a1 <vm_exec_core+13553>, 0x5c46b1250299 <vm_exec_core+13289>, 0x5c46b12502f7 <vm_exec_core+13383>, 0x5c46b1250032 <vm_exec_core+12674>, 0x5c46b1250093 <vm_exec_core+12771>, 0x5c46b12500f1 <vm_exec_core+12865>, 0x5c46b1250355 <vm_exec_core+13477>, 0x5c46b124ff62 <vm_exec_core+12466>, 0x5c46b124ffb5 <vm_exec_core+12549>, 0x5c46b12501cd <vm_exec_core+13085>, 0x5c46b1250251 <vm_exec_core+13217>, 0x5c46b124fa6d <vm_exec_core+11197>, 0x5c46b124fac3 <vm_exec_core+11283>, 0x5c46b124fb0c <vm_exec_core+11356>, 0x5c46b124fb72 <vm_exec_core+11458>, 0x5c46b1250544 <vm_exec_core+13972>, 0x5c46b124d302 <vm_exec_core+1106>, 0x5c46b124d282 <vm_exec_core+978>, 0x5c46b124d1d9 <vm_exec_core+809>, 0x5c46b124d192 <vm_exec_core+738>, 0x5c46b124d147 <vm_exec_core+663>, 0x5c46b124d0fe <vm_exec_core+590>, 0x5c46b124d0ad <vm_exec_core+509>, 0x5c46b124d078 <vm_exec_core+456>, 0x5c46b124d043 <vm_exec_core+403>, 0x5c46b124fc4b <vm_exec_core+11675>, 0x5c46b124e1c9 <vm_exec_core+4889>, 0x5c46b124e158 <vm_exec_core+4776>, 0x5c46b124e0b4 <vm_exec_core+4612>, 0x5c46b124e03a <vm_exec_core+4490>, 0x5c46b124df95 <vm_exec_core+4325>, 0x5c46b124e5a2 <vm_exec_core+5874>, 0x5c46b124e547 <vm_exec_core+5783>, 0x5c46b124e2c9 <vm_exec_core+5145>, 0x5c46b124e22d <vm_exec_core+4989>, 0x5c46b124e641 <vm_exec_core+6033>, 0x5c46b124e3bc <vm_exec_core+5388>, 0x5c46b124df50 <vm_exec_core+4256>, 0x5c46b124dee8 <vm_exec_core+4152>, 0x5c46b124de71 <vm_exec_core+4033>, 0x5c46b124de34 <vm_exec_core+3972>, 0x5c46b124ddfc <vm_exec_core+3916>, 0x5c46b124ddc7 <vm_exec_core+3863>, 0x5c46b124dd92 <vm_exec_core+3810>, 0x5c46b124dd5d <vm_exec_core+3757>, 0x5c46b124dcd3 <vm_exec_core+3619>, 0x5c46b124dc8f <vm_exec_core+3551>, 0x5c46b124dc48 <vm_exec_core+3480>, 0x5c46b124dbf0 <vm_exec_core+3392>, 0x5c46b124dbaa <vm_exec_core+3322>, 0x5c46b124db2b <vm_exec_core+3195>, 0x5c46b124daf1 <vm_exec_core+3137>, 0x5c46b124da94 <vm_exec_core+3044>, 0x5c46b124da3a <vm_exec_core+2954>, 0x5c46b124d9fd <vm_exec_core+2893>, 0x5c46b124edb0 <vm_exec_core+7936>, 0x5c46b124ec2c <vm_exec_core+7548>, 0x5c46b124eb9e <vm_exec_core+7406>, 0x5c46b124eb37 <vm_exec_core+7303>, 0x5c46b124eae5 <vm_exec_core+7221>, 0x5c46b124ea83 <vm_exec_core+7123>, 0x5c46b124ea36 <vm_exec_core+7046>, 0x5c46b124e9e1 <vm_exec_core+6961>, 0x5c46b124e997 <vm_exec_core+6887>, 0x5c46b124e970 <vm_exec_core+6848>, 0x5c46b124e935 <vm_exec_core+6789>, 0x5c46b124e8e6 <vm_exec_core+6710>, 0x5c46b124e8b2 <vm_exec_core+6658>, 0x5c46b124e801 <vm_exec_core+6481>, 0x5c46b124e7be <vm_exec_core+6414>, 0x5c46b124e77a <vm_exec_core+6346>, 0x5c46b124f355 <vm_exec_core+9381>, 0x5c46b124f2e6 <vm_exec_core+9270>, 0x5c46b124f387 <vm_exec_core+9431>, 0x5c46b124efa8 <vm_exec_core+8440>, 0x5c46b124ef39 <vm_exec_core+8329>, 0x5c46b124eedb <vm_exec_core+8235>, 0x5c46b124ee29 <vm_exec_core+8057>, 0x5c46b124eded <vm_exec_core+7997>, 0x5c46b124f1b8 <vm_exec_core+8968>, 0x5c46b124f14e <vm_exec_core+8862>, 0x5c46b124f0a3 <vm_exec_core+8691>, 0x5c46b1250402 <vm_exec_core+13650>, 0x5c46b124eff7 <vm_exec_core+8519>, 0x5c46b124f24e <vm_exec_core+9118>, 0x5c46b124f1ff <vm_exec_core+9039>, 0x5c46b124f297 <vm_exec_core+9191>, 0x5c46b124d9ae <vm_exec_core+2814>, 0x5c46b1250418 <vm_exec_core+13672>, 0x5c46b124d95f <vm_exec_core+2735>, 0x5c46b124d8f0 <vm_exec_core+2624>, 0x5c46b124d8ab <vm_exec_core+2555>, 0x5c46b124d838 <vm_exec_core+2440>, 0x5c46b124d6e1 <vm_exec_core+2097>, 0x5c46b124d611 <vm_exec_core+1889>, 0x5c46b124d595 <vm_exec_core+1765>, 0x5c46b124cfb7 <vm_exec_core+263>, 0x5c46b124d561 <vm_exec_core+1713>, 0x5c46b124d522 <vm_exec_core+1650>, 0x5c46b124d4e3 <vm_exec_core+1587>, 0x5c46b124d4a7 <vm_exec_core+1527>, 0x5c46b124d3e7 <vm_exec_core+1335>, 0x5c46b124d362 <vm_exec_core+1202>, 0x5c46b125042e <vm_exec_core+13694>, 0x5c46b1250444 <vm_exec_core+13716>, 0x5c46b125045a <vm_exec_core+13738>, 0x5c46b1250470 <vm_exec_core+13760>, 0x5c46b125016e <vm_exec_core+12990>, 0x5c46b1250184 <vm_exec_core+13012>, 0x5c46b125019a <vm_exec_core+13034>, 0x5c46b12501b7 <vm_exec_core+13063>, 0x5c46b124fe5a <vm_exec_core+12202>, 0x5c46b124fe70 <vm_exec_core+12224>, 0x5c46b124fe86 <vm_exec_core+12246>, 0x5c46b124fe9c <vm_exec_core+12268>, 0x5c46b124feb2 <vm_exec_core+12290>...}
#19 0x00005c46b123db65 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:2811
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#20 rb_vm_exec (ec=0x5c46bf2e7210) at /tmp/ruby/src/trunk-yjit/vm.c:2787
        _ec = 0x5c46bf2e7210
        _tag = {tag = 36, retval = 4, buf = {0x7c21d2f57bd0, 0x5c46b123dbc0 <rb_vm_exec+272>, 0x0, 0x7c21d2f57ab0, 0x3000000028}, prev = 0x7c21d2f57cd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#21 0x00005c46b123e0b7 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-yjit/vm.c:1814
        iseq = 0x7c21ee027718
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x6066c001bd199a00
        av = {206158430248, 136484715068624}
        stack_argv = 0x6066c001bd199a00
        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>
#22 0x00005c46b123ea56 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x5c46bfda8f50, argc=argc@entry=0, argv=argv@entry=0x7c21d2f57b80, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-yjit/vm.c:1959
        self = <optimized out>
#23 0x00005c46b11e5bc8 in thread_do_start_proc (th=th@entry=0x5c46bee1ec40) at /tmp/ruby/src/trunk-yjit/thread.c:614
        args = 136484703551680
        args_ptr = 0x7c21d2f57b80
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x5c46bfda8f50
#24 0x00005c46b11e7d32 in thread_do_start (th=0x5c46bee1ec40) at /tmp/ruby/src/trunk-yjit/thread.c:631
        result = 36
        result = <optimized out>
#25 thread_start_func_2 (th=th@entry=0x5c46bee1ec40, stack_start=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:686
        _ec = 0x5c46bf2e7210
        _tag = {tag = 36, retval = 101458688998641, buf = {0x7c21d2f57dd0, 0x5c46b11e7cb0 <thread_start_func_2+624>, 0x0, 0x7c21d2f57be0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x5c46be168010
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#26 0x00005c46b11e8a00 in call_thread_start_func_2 (th=0x5c46bee1ec40) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2238
        stack_start = 0
        stack_start_addr = 0x7c21d2f57da8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#27 nt_start (ptr=0x5c46bf2e7430) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2283
        th = 0x5c46bee1ec40
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#28 0x00007c21ee353a94 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 = {136484715071168, 2808744330827721245, 136484715071168, -264, 0, 140732890282496, 2808744330806749725, 2808789962942245405}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#29 0x00007c21ee3e0c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 5 (Thread 0x7c21d4bff6c0 (LWP 1963512) "ruby"):
#0  0x00007c21ee3e1042 in epoll_wait (epfd=4, events=events@entry=0x5c46b16d753c <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  0x00005c46b11e6db6 in event_wait (vm=0x5c46be165ad0) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2942
        r = <optimized out>
        r = <optimized out>
#2  timer_thread_polling (vm=0x5c46be165ad0) at /tmp/ruby/src/trunk-yjit/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=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:3075
        vm = <optimized out>
#4  0x00007c21ee353a94 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 = {136484745115328, 2808740400395774493, 136484745115328, -264, 0, 140732890284896, 2808740400374802973, 2808789962942245405}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007c21ee3e0c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 4 (Thread 0x7c21d301e6c0 (LWP 1970002) "parallel.rb:40"):
#0  0x00007c21ee3d24cd in __GI___poll (fds=fds@entry=0x7c21d301d6f0, 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  0x00005c46b10ab53c in poll (__timeout=<optimized out>, __nfds=1, __fds=0x7c21d301d6f0) 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-yjit/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=0x5c46c363c170, th=<optimized out>) at /tmp/ruby/src/trunk-yjit/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=0x5c46c363c170, thread=<optimized out>) at /tmp/ruby/src/trunk-yjit/io.c:1174
        ready = <optimized out>
        ready = <optimized out>
#5  internal_read_func (ptr=ptr@entry=0x7c21d301da00) at /tmp/ruby/src/trunk-yjit/io.c:1212
        iis = 0x7c21d301da00
        result = <optimized out>
        retry = <optimized out>
#6  0x00005c46b11eb847 in rb_thread_io_blocking_call (io=0x5c46c363c170, func=0x5c46b10ab440 <internal_read_func>, data1=0x7c21d301da00, events=1) at /tmp/ruby/src/trunk-yjit/thread.c:1973
        __region = {prev_status = THREAD_RUNNABLE}
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = {tag = 36, retval = 63, buf = {0x5c46c363c170, 0x5c46b11eb690 <rb_thread_io_blocking_call+704>, 0x0, 0x7c21d301d760, 0x8d}, prev = 0x7c21d301d940, state = RUBY_TAG_NONE, lock_rec = 0}
        ec = 0x5c46c3778bc0
        th = 0x5c46c211ac00
        val = 36
        saved_errno = 0
        state = RUBY_TAG_NONE
        prev_mn_schedulable = false
        fd = 7
        blocking_operation = {list = {next = 0x5c46c363c240, prev = 0x5c46c363c240}, ec = 0x5c46c3778bc0}
#7  0x00005c46b106548c in rb_ensure (b_proc=b_proc@entry=0x5c46b10acd20 <io_read_memory_call>, data1=<optimized out>, e_proc=e_proc@entry=0x5c46b11ba020 <rb_str_unlocktmp>, data2=136484712824320) at /tmp/ruby/src/trunk-yjit/eval.c:1174
        _ec = 0x5c46c3778bc0
        _tag = {tag = 36, retval = 101458906638224, buf = {0x5c46c363c170, 0x5c46b1065540 <rb_ensure+400>, 0x0, 0x7c21d301d8f0, 0x5c46be16e790}, prev = 0x7c21d301dad0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x5c46c3778bc0
#8  0x00005c46b11c3ea5 in rb_str_locktmp_ensure (str=<optimized out>, func=func@entry=0x5c46b10acd20 <io_read_memory_call>, arg=arg@entry=136484715878912) at /tmp/ruby/src/trunk-yjit/string.c:3381
No locals.
#9  0x00005c46b10c5bac in io_read_memory_locktmp (iis=0x7c21d301da00, str=<optimized out>) at /tmp/ruby/src/trunk-yjit/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-yjit/io.c:3504
        fptr = 0x5c46c363c170
        length = <optimized out>
        str = 136484712824320
        n = <optimized out>
        len = 1024
        iis = {th = 136484712844920, fptr = 0x5c46c363c170, nonblock = 0, fd = 7, buf = 0x7c21cc001ce0, capa = 1024, timeout = 0x0}
        shrinkable = 1
        __func__ = "io_getpartial"
#11 0x00005c46b10c6285 in io_readpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk-yjit/io.c:3624
        ret = <optimized out>
#12 0x00005c46a8e5d0e8 in ?? ()
No symbol table info available.
#13 0x00005c46c211ac00 in ?? ()
No symbol table info available.
#14 0x00007c21d301db80 in ?? ()
No symbol table info available.
#15 0x00007c21d2d38e50 in ?? ()
No symbol table info available.
#16 0x00005c46b123dcb8 in jit_exec_exception (ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:636
        func = <optimized out>
        func = <optimized out>
#17 vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:2810
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#18 rb_vm_exec (ec=0x5c46c3778bc0) at /tmp/ruby/src/trunk-yjit/vm.c:2787
        _ec = 0x5c46c3778bc0
        _tag = {tag = 36, retval = 4, buf = {0x7c21d301dbd0, 0x5c46b123dbc0 <rb_vm_exec+272>, 0x0, 0x7c21d301dab0, 0x3000000028}, prev = 0x7c21d301dcd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#19 0x00005c46b123e0b7 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-yjit/vm.c:1814
        iseq = 0x0
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x5c46c2649d20
        av = {206158430248, 136484715879632}
        stack_argv = 0x5c46c2649d20
        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 0x00005c46b123ea56 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x5c46c2649d20, argc=argc@entry=0, argv=argv@entry=0x7c21d301db80, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-yjit/vm.c:1959
        self = <optimized out>
#21 0x00005c46b11e5bc8 in thread_do_start_proc (th=th@entry=0x5c46c211ac00) at /tmp/ruby/src/trunk-yjit/thread.c:614
        args = 136484712844880
        args_ptr = 0x7c21d301db80
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x5c46c2649d20
#22 0x00005c46b11e7d32 in thread_do_start (th=0x5c46c211ac00) at /tmp/ruby/src/trunk-yjit/thread.c:631
        result = 36
        result = <optimized out>
#23 thread_start_func_2 (th=th@entry=0x5c46c211ac00, stack_start=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:686
        _ec = 0x5c46c3778bc0
        _tag = {tag = 36, retval = 101458688998543, buf = {0x7c21d301ddd0, 0x5c46b11e7cb0 <thread_start_func_2+624>, 0x0, 0x7c21d301dbe0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x5c46be168010
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#24 0x00005c46b11e8a00 in call_thread_start_func_2 (th=0x5c46c211ac00) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2238
        stack_start = 0
        stack_start_addr = 0x7c21d301dda8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#25 nt_start (ptr=0x5c46c32e1450) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2283
        th = 0x5c46c211ac00
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#26 0x00007c21ee353a94 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 = {136484715882176, 2808744230969731613, 136484715882176, -264, 25, 140732890285360, 2808744230948760093, 2808789962942245405}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#27 0x00007c21ee3e0c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x7c21d2d6a6c0 (LWP 1970041) "utils.rb:28"):
#0  0x00007c21ee3d2a00 in __GI_ppoll (fds=fds@entry=0x7c21d2d68e38, 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 = 136484713041088, tv_nsec = 136485172251330}
#1  0x00005c46b11e385e in wait_for_single_fd_blocking_region (th=th@entry=0x5c46c2e53640, fds=fds@entry=0x7c21d2d68e38, to=to@entry=0x0, lerrno=lerrno@entry=0x7c21d2d68dfc, nfds=1) at /tmp/ruby/src/trunk-yjit/hrtime.h:168
        __region = {prev_status = THREAD_RUNNABLE}
        ts = {tv_sec = 101458950628656, tv_nsec = 101458906632440}
        result = 0
#2  0x00005c46b11e9ef6 in thread_io_wait (io=0x5c46c28f5600, fd=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:4624
        to = <optimized out>
        rel = 101458987267704
        end = <optimized out>
        _ec = 0x5c46c3ab51d0
        _tag = {tag = 36, retval = 9223372036854775808, buf = {0x5c46c28f5600, 0x5c46b11e9fb0 <thread_io_wait+1360>, 0x0, 0x7c21d2d68da0, 0x5c46c3ab51d0}, prev = 0x7c21d2d69ad0, state = RUBY_TAG_NONE, lock_rec = 0}
        fds = {{fd = 9, events = 1, revents = 0}}
        result = 0
        nfds = 1
        blocking_operation = {list = {next = 0x5c46c28f56d0, prev = 0x5c46c28f56d0}, ec = 0x5c46c3ab51d0}
        state = RUBY_TAG_NONE
        lerrno = 0
        ec = <optimized out>
        th = <optimized out>
#3  0x00005c46b11ed271 in rb_thread_io_wait (io=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:4779
No locals.
#4  0x00005c46b10ad5e9 in rb_io_wait (io=io@entry=136484712819840, events=events@entry=3, timeout=<optimized out>, timeout@entry=4) at /tmp/ruby/src/trunk-yjit/include/ruby/internal/arithmetic/int.h:172
        scheduler = <optimized out>
        fptr = 0x5c46c28f5600
        tv_storage = {tv_sec = 136484713041968, tv_usec = 136484713044688}
        tv = 0x0
        ready = <optimized out>
#5  0x00005c46b10badb1 in rb_io_wait (timeout=4, events=3, io=136484712819840) at /tmp/ruby/src/trunk-yjit/io.c:1458
        scheduler = <optimized out>
        fptr = <optimized out>
        tv_storage = <optimized out>
        tv = <optimized out>
        ready = <optimized out>
        scheduler = <optimized out>
        fptr = <optimized out>
        tv_storage = <optimized out>
        tv = <optimized out>
        ready = <optimized out>
        errno_to_fail = <optimized out>
#6  rb_io_maybe_wait (timeout=4, events=3, io=136484712819840, error=11) at /tmp/ruby/src/trunk-yjit/io.c:1642
No locals.
#7  rb_io_maybe_wait_readable (error=error@entry=11, io=io@entry=136484712819840, timeout=timeout@entry=4) at /tmp/ruby/src/trunk-yjit/io.c:1653
        result = <optimized out>
#8  0x00007c21d32f2cf8 in rsock_s_accept (klass=136484727909120, io=136484712819840, sockaddr=sockaddr@entry=0x7c21d2d68fd0, len=len@entry=0x7c21d2d68fcc) at /tmp/ruby/src/trunk-yjit/ext/socket/init.c:738
        error = 11
        fptr = 0x5c46c28f5600
        accept_arg = {fd = 9, sockaddr = 0x7c21d2d68fd0, len = 0x7c21d2d68fcc}
        retry = 0
        peer = <optimized out>
        retry = <optimized out>
#9  0x00007c21d3306a92 in tcp_accept (server=<optimized out>) at /tmp/ruby/src/trunk-yjit/ext/socket/tcpserver.c:61
        buffer = {addr = {sa_family = 9676, sa_data = "\225\277F\\\000\000\314%\225\277F\\\000"}, in = {sin_family = 9676, sin_port = 49045, sin_addr = {s_addr = 23622}, sin_zero = "\314%\225\277F\\\000"}, in6 = {sin6_family = 9676, sin6_port = 49045, sin6_flowinfo = 23622, sin6_addr = {__in6_u = {__u6_addr8 = "\314%\225\277F\\\000\000\260\220\326\322!|\000", __u6_addr16 = {9676, 49045, 23622, 0, 37040, 53974, 31777, 0}, __u6_addr32 = {3214222796, 23622, 3537277104, 31777}}}, sin6_scope_id = 3996460738}, un = {sun_family = 9676, sun_path = "\225\277F\\\000\000\314%\225\277F\\\000\000\260\220\326\322!|\000\000\302&5\356!|\000\000\001\000\000\000\000\000\000\000\274%\225\277F\\\000\0000\220\326\322!|\000\000\240\210\351\300\000\000\000\000\004\000\000\000\000\000\000\000\343\000\000\000\000\000\000\000q\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\240$5\356!|\000\000P\220\326\322!|"}, storage = {ss_family = 9676, __ss_padding = "\225\277F\\\000\000\314%\225\277F\\\000\000\260\220\326\322!|\000\000\302&5\356!|\000\000\001\000\000\000\000\000\000\000\274%\225\277F\\\000\0000\220\326\322!|\000\000\240\210\351\300\000\000\000\000\004\000\000\000\000\000\000\000\343\000\000\000\000\000\000\000q\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\240$5\356!|\000\000P\220\326\322!|\000\000\002\000\000\000\200\000\000", __ss_align = 101458906602192}, place_holder = "\314%\225\277F\\\000\000\314%\225\277F\\\000\000\260\220\326\322!|\000\000\302&5\356!|\000\000\001\000\000\000\000\000\000\000\274%\225\277F\\\000\0000\220\326\322!|\000\000\240\210\351\300\000\000\000\000\004\000\000\000\000\000\000\000\343\000\000\000\000\000\000\000q\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\240$5\356!|\000\000P\220\326\322!|\000\000\002\000\000\000\200\000\000\000\320Z\026\276F\\\000\000\200%\225\277F\\\000\000\355\357\035\261F\\\000\000\370\320\026\276F\\\000\000\217\374\035\261F\\\000\000\300\220\326\322!|\000\000p[\026\276F\\\000\000\001\000\000\000\000\000\000\000\320Ζ\277F\\\000\000\200%\225\277F\\\000\000\320"...}
        length = 2048
#10 0x00005c46b122ad6d in vm_call_cfunc_with_frame_ (ec=0x5c46c3ab51d0, reg_cfp=0x5c46c24994d8, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3915
        ci = 0xe00100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7c21d2174330
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#11 0x00005c46b12343c1 in vm_sendish (ec=0x5c46c3ab51d0, reg_cfp=0x5c46c24994d8, cd=0x5c46be96dc10, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-yjit/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x7c21d2311fd0
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x5c46be96dc10, cc = 0x7c21d2311fd0, block_handler = 0, recv = 136484712819840, argc = 0, kw_splat = false, heap_argv = 0}
#12 0x00005c46b124cf34 in vm_exec_core (ec=0x7c21d2d68e38, ec@entry=0x5c46c3ab51d0) at ../../src/trunk-yjit/insns.def:902
        bh = <optimized out>
        cd = 0x0
        leaf = <optimized out>
        val = 136484712819536
        reg_pc = 0x5c46be9702a8
        reg_cfp = 0x5c46c24994d8
        insns_address_table = {0x5c46b12504ce <vm_exec_core+13854>, 0x5c46b124e1da <vm_exec_core+4906>, 0x5c46b124e169 <vm_exec_core+4793>, 0x5c46b124e0c5 <vm_exec_core+4629>, 0x5c46b124e04b <vm_exec_core+4507>, 0x5c46b124dfa6 <vm_exec_core+4342>, 0x5c46b124e5b3 <vm_exec_core+5891>, 0x5c46b124e558 <vm_exec_core+5800>, 0x5c46b124e2da <vm_exec_core+5162>, 0x5c46b124e23e <vm_exec_core+5006>, 0x5c46b124e652 <vm_exec_core+6050>, 0x5c46b124e3cd <vm_exec_core+5405>, 0x5c46b124df61 <vm_exec_core+4273>, 0x5c46b124def9 <vm_exec_core+4169>, 0x5c46b124de82 <vm_exec_core+4050>, 0x5c46b124de45 <vm_exec_core+3989>, 0x5c46b124de0d <vm_exec_core+3933>, 0x5c46b124ddd8 <vm_exec_core+3880>, 0x5c46b124dda3 <vm_exec_core+3827>, 0x5c46b124dd6e <vm_exec_core+3774>, 0x5c46b124dce4 <vm_exec_core+3636>, 0x5c46b124dca0 <vm_exec_core+3568>, 0x5c46b124dc59 <vm_exec_core+3497>, 0x5c46b124dc01 <vm_exec_core+3409>, 0x5c46b124dbbb <vm_exec_core+3339>, 0x5c46b124db3c <vm_exec_core+3212>, 0x5c46b124db02 <vm_exec_core+3154>, 0x5c46b124daa5 <vm_exec_core+3061>, 0x5c46b124da4b <vm_exec_core+2971>, 0x5c46b124da0e <vm_exec_core+2910>, 0x5c46b124edc1 <vm_exec_core+7953>, 0x5c46b124ec3d <vm_exec_core+7565>, 0x5c46b124ebaf <vm_exec_core+7423>, 0x5c46b124eb48 <vm_exec_core+7320>, 0x5c46b124eaf6 <vm_exec_core+7238>, 0x5c46b124ea94 <vm_exec_core+7140>, 0x5c46b124ea47 <vm_exec_core+7063>, 0x5c46b124e9f2 <vm_exec_core+6978>, 0x5c46b124e9a8 <vm_exec_core+6904>, 0x5c46b124e981 <vm_exec_core+6865>, 0x5c46b124e946 <vm_exec_core+6806>, 0x5c46b124e8f7 <vm_exec_core+6727>, 0x5c46b124e8c3 <vm_exec_core+6675>, 0x5c46b124e812 <vm_exec_core+6498>, 0x5c46b124e7cf <vm_exec_core+6431>, 0x5c46b124e78b <vm_exec_core+6363>, 0x5c46b124f366 <vm_exec_core+9398>, 0x5c46b124f2f7 <vm_exec_core+9287>, 0x5c46b124f398 <vm_exec_core+9448>, 0x5c46b124efb9 <vm_exec_core+8457>, 0x5c46b124ef4a <vm_exec_core+8346>, 0x5c46b124eeec <vm_exec_core+8252>, 0x5c46b124ee3a <vm_exec_core+8074>, 0x5c46b124edfe <vm_exec_core+8014>, 0x5c46b124f1c9 <vm_exec_core+8985>, 0x5c46b124f15f <vm_exec_core+8879>, 0x5c46b124f0b4 <vm_exec_core+8708>, 0x5c46b124cf10 <vm_exec_core+96>, 0x5c46b124f008 <vm_exec_core+8536>, 0x5c46b124f25f <vm_exec_core+9135>, 0x5c46b124f210 <vm_exec_core+9056>, 0x5c46b124f2a8 <vm_exec_core+9208>, 0x5c46b124d9bf <vm_exec_core+2831>, 0x5c46b1250486 <vm_exec_core+13782>, 0x5c46b124d970 <vm_exec_core+2752>, 0x5c46b124d901 <vm_exec_core+2641>, 0x5c46b124d8bc <vm_exec_core+2572>, 0x5c46b124d849 <vm_exec_core+2457>, 0x5c46b124d6f2 <vm_exec_core+2114>, 0x5c46b124d622 <vm_exec_core+1906>, 0x5c46b124d5a6 <vm_exec_core+1782>, 0x5c46b124cfc8 <vm_exec_core+280>, 0x5c46b124d572 <vm_exec_core+1730>, 0x5c46b124d533 <vm_exec_core+1667>, 0x5c46b124d4f4 <vm_exec_core+1604>, 0x5c46b124d4b8 <vm_exec_core+1544>, 0x5c46b124d3f8 <vm_exec_core+1352>, 0x5c46b124d373 <vm_exec_core+1219>, 0x5c46b12504df <vm_exec_core+13871>, 0x5c46b124fc69 <vm_exec_core+11705>, 0x5c46b124fccf <vm_exec_core+11807>, 0x5c46b124f427 <vm_exec_core+9591>, 0x5c46b124fd68 <vm_exec_core+11960>, 0x5c46b124fe01 <vm_exec_core+12113>, 0x5c46b12503a1 <vm_exec_core+13553>, 0x5c46b1250299 <vm_exec_core+13289>, 0x5c46b12502f7 <vm_exec_core+13383>, 0x5c46b1250032 <vm_exec_core+12674>, 0x5c46b1250093 <vm_exec_core+12771>, 0x5c46b12500f1 <vm_exec_core+12865>, 0x5c46b1250355 <vm_exec_core+13477>, 0x5c46b124ff62 <vm_exec_core+12466>, 0x5c46b124ffb5 <vm_exec_core+12549>, 0x5c46b12501cd <vm_exec_core+13085>, 0x5c46b1250251 <vm_exec_core+13217>, 0x5c46b124fa6d <vm_exec_core+11197>, 0x5c46b124fac3 <vm_exec_core+11283>, 0x5c46b124fb0c <vm_exec_core+11356>, 0x5c46b124fb72 <vm_exec_core+11458>, 0x5c46b1250544 <vm_exec_core+13972>, 0x5c46b124d302 <vm_exec_core+1106>, 0x5c46b124d282 <vm_exec_core+978>, 0x5c46b124d1d9 <vm_exec_core+809>, 0x5c46b124d192 <vm_exec_core+738>, 0x5c46b124d147 <vm_exec_core+663>, 0x5c46b124d0fe <vm_exec_core+590>, 0x5c46b124d0ad <vm_exec_core+509>, 0x5c46b124d078 <vm_exec_core+456>, 0x5c46b124d043 <vm_exec_core+403>, 0x5c46b124fc4b <vm_exec_core+11675>, 0x5c46b124e1c9 <vm_exec_core+4889>, 0x5c46b124e158 <vm_exec_core+4776>, 0x5c46b124e0b4 <vm_exec_core+4612>, 0x5c46b124e03a <vm_exec_core+4490>, 0x5c46b124df95 <vm_exec_core+4325>, 0x5c46b124e5a2 <vm_exec_core+5874>, 0x5c46b124e547 <vm_exec_core+5783>, 0x5c46b124e2c9 <vm_exec_core+5145>, 0x5c46b124e22d <vm_exec_core+4989>, 0x5c46b124e641 <vm_exec_core+6033>, 0x5c46b124e3bc <vm_exec_core+5388>, 0x5c46b124df50 <vm_exec_core+4256>, 0x5c46b124dee8 <vm_exec_core+4152>, 0x5c46b124de71 <vm_exec_core+4033>, 0x5c46b124de34 <vm_exec_core+3972>, 0x5c46b124ddfc <vm_exec_core+3916>, 0x5c46b124ddc7 <vm_exec_core+3863>, 0x5c46b124dd92 <vm_exec_core+3810>, 0x5c46b124dd5d <vm_exec_core+3757>, 0x5c46b124dcd3 <vm_exec_core+3619>, 0x5c46b124dc8f <vm_exec_core+3551>, 0x5c46b124dc48 <vm_exec_core+3480>, 0x5c46b124dbf0 <vm_exec_core+3392>, 0x5c46b124dbaa <vm_exec_core+3322>, 0x5c46b124db2b <vm_exec_core+3195>, 0x5c46b124daf1 <vm_exec_core+3137>, 0x5c46b124da94 <vm_exec_core+3044>, 0x5c46b124da3a <vm_exec_core+2954>, 0x5c46b124d9fd <vm_exec_core+2893>, 0x5c46b124edb0 <vm_exec_core+7936>, 0x5c46b124ec2c <vm_exec_core+7548>, 0x5c46b124eb9e <vm_exec_core+7406>, 0x5c46b124eb37 <vm_exec_core+7303>, 0x5c46b124eae5 <vm_exec_core+7221>, 0x5c46b124ea83 <vm_exec_core+7123>, 0x5c46b124ea36 <vm_exec_core+7046>, 0x5c46b124e9e1 <vm_exec_core+6961>, 0x5c46b124e997 <vm_exec_core+6887>, 0x5c46b124e970 <vm_exec_core+6848>, 0x5c46b124e935 <vm_exec_core+6789>, 0x5c46b124e8e6 <vm_exec_core+6710>, 0x5c46b124e8b2 <vm_exec_core+6658>, 0x5c46b124e801 <vm_exec_core+6481>, 0x5c46b124e7be <vm_exec_core+6414>, 0x5c46b124e77a <vm_exec_core+6346>, 0x5c46b124f355 <vm_exec_core+9381>, 0x5c46b124f2e6 <vm_exec_core+9270>, 0x5c46b124f387 <vm_exec_core+9431>, 0x5c46b124efa8 <vm_exec_core+8440>, 0x5c46b124ef39 <vm_exec_core+8329>, 0x5c46b124eedb <vm_exec_core+8235>, 0x5c46b124ee29 <vm_exec_core+8057>, 0x5c46b124eded <vm_exec_core+7997>, 0x5c46b124f1b8 <vm_exec_core+8968>, 0x5c46b124f14e <vm_exec_core+8862>, 0x5c46b124f0a3 <vm_exec_core+8691>, 0x5c46b1250402 <vm_exec_core+13650>, 0x5c46b124eff7 <vm_exec_core+8519>, 0x5c46b124f24e <vm_exec_core+9118>, 0x5c46b124f1ff <vm_exec_core+9039>, 0x5c46b124f297 <vm_exec_core+9191>, 0x5c46b124d9ae <vm_exec_core+2814>, 0x5c46b1250418 <vm_exec_core+13672>, 0x5c46b124d95f <vm_exec_core+2735>, 0x5c46b124d8f0 <vm_exec_core+2624>, 0x5c46b124d8ab <vm_exec_core+2555>, 0x5c46b124d838 <vm_exec_core+2440>, 0x5c46b124d6e1 <vm_exec_core+2097>, 0x5c46b124d611 <vm_exec_core+1889>, 0x5c46b124d595 <vm_exec_core+1765>, 0x5c46b124cfb7 <vm_exec_core+263>, 0x5c46b124d561 <vm_exec_core+1713>, 0x5c46b124d522 <vm_exec_core+1650>, 0x5c46b124d4e3 <vm_exec_core+1587>, 0x5c46b124d4a7 <vm_exec_core+1527>, 0x5c46b124d3e7 <vm_exec_core+1335>, 0x5c46b124d362 <vm_exec_core+1202>, 0x5c46b125042e <vm_exec_core+13694>, 0x5c46b1250444 <vm_exec_core+13716>, 0x5c46b125045a <vm_exec_core+13738>, 0x5c46b1250470 <vm_exec_core+13760>, 0x5c46b125016e <vm_exec_core+12990>, 0x5c46b1250184 <vm_exec_core+13012>, 0x5c46b125019a <vm_exec_core+13034>, 0x5c46b12501b7 <vm_exec_core+13063>, 0x5c46b124fe5a <vm_exec_core+12202>, 0x5c46b124fe70 <vm_exec_core+12224>, 0x5c46b124fe86 <vm_exec_core+12246>, 0x5c46b124fe9c <vm_exec_core+12268>, 0x5c46b124feb2 <vm_exec_core+12290>...}
#13 0x00005c46b123db65 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:2811
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#14 rb_vm_exec (ec=0x5c46c3ab51d0) at /tmp/ruby/src/trunk-yjit/vm.c:2787
        _ec = 0x5c46c3ab51d0
        _tag = {tag = 36, retval = 4, buf = {0x7c21d2d69bd0, 0x5c46b123dbc0 <rb_vm_exec+272>, 0x0, 0x7c21d2d69ab0, 0x3000000028}, prev = 0x7c21d2d69cd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#15 0x00005c46b123e0b7 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-yjit/vm.c:1814
        iseq = 0x7c21d3257af8
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x6066c001bd199a00
        av = {206158430248, 136484713045200}
        stack_argv = 0x6066c001bd199a00
        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>
#16 0x00005c46b123ea56 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x5c46c0f87200, argc=argc@entry=0, argv=argv@entry=0x7c21d2d69b80, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-yjit/vm.c:1959
        self = <optimized out>
#17 0x00005c46b11e5bc8 in thread_do_start_proc (th=th@entry=0x5c46c2e53640) at /tmp/ruby/src/trunk-yjit/thread.c:614
        args = 136484712819320
        args_ptr = 0x7c21d2d69b80
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x5c46c0f87200
#18 0x00005c46b11e7d32 in thread_do_start (th=0x5c46c2e53640) at /tmp/ruby/src/trunk-yjit/thread.c:631
        result = 36
        result = <optimized out>
#19 thread_start_func_2 (th=th@entry=0x5c46c2e53640, stack_start=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:686
        _ec = 0x5c46c3ab51d0
        _tag = {tag = 36, retval = 101458688998641, buf = {0x7c21d2d69dd0, 0x5c46b11e7cb0 <thread_start_func_2+624>, 0x0, 0x7c21d2d69be0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x5c46be168010
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#20 0x00005c46b11e8a00 in call_thread_start_func_2 (th=0x5c46c2e53640) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2238
        stack_start = 0
        stack_start_addr = 0x7c21d2d69da8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#21 nt_start (ptr=0x5c46c3b006f0) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2283
        th = 0x5c46c2e53640
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#22 0x00007c21ee353a94 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 = {136484713047744, 2808744585304533533, 136484713047744, -264, 0, 140732890285360, 2808744585283562013, 2808789962942245405}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#23 0x00007c21ee3e0c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x7c21d27c56c0 (LWP 1970043) "test_https.rb:*"):
#0  0x00007c21ee3d2a00 in __GI_ppoll (fds=fds@entry=0x7c21d27c3e38, 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 = 136485172225184, tv_nsec = 101458906632440}
#1  0x00005c46b11e385e in wait_for_single_fd_blocking_region (th=th@entry=0x5c46c2d3e1d0, fds=fds@entry=0x7c21d27c3e38, to=to@entry=0x0, lerrno=lerrno@entry=0x7c21d27c3dfc, nfds=1) at /tmp/ruby/src/trunk-yjit/hrtime.h:168
        __region = {prev_status = THREAD_RUNNABLE}
        ts = {tv_sec = 101458987267648, tv_nsec = 101458906632440}
        result = 0
#2  0x00005c46b11e9ef6 in thread_io_wait (io=0x5c46c2913960, fd=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:4624
        to = <optimized out>
        rel = 101458986131976
        end = <optimized out>
        _ec = 0x5c46c3ac2240
        _tag = {tag = 36, retval = 0, buf = {0x5c46c2913960, 0x5c46b11e9fb0 <thread_io_wait+1360>, 0x0, 0x7c21d27c3da0, 0x5c46c3ac2240}, prev = 0x7c21d27c4ad0, state = RUBY_TAG_NONE, lock_rec = 0}
        fds = {{fd = 10, events = 1, revents = 0}}
        result = 0
        nfds = 1
        blocking_operation = {list = {next = 0x5c46c2913a30, prev = 0x5c46c2913a30}, ec = 0x5c46c3ac2240}
        state = RUBY_TAG_NONE
        lerrno = 0
        ec = <optimized out>
        th = <optimized out>
#3  0x00005c46b11ed271 in rb_thread_io_wait (io=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:4779
No locals.
#4  0x00005c46b10ad5e9 in rb_io_wait (io=io@entry=136484712819000, events=events@entry=3, timeout=<optimized out>, timeout@entry=4) at /tmp/ruby/src/trunk-yjit/include/ruby/internal/arithmetic/int.h:172
        scheduler = <optimized out>
        fptr = 0x5c46c2913960
        tv_storage = {tv_sec = 3, tv_usec = 136484707125968}
        tv = 0x0
        ready = <optimized out>
#5  0x00005c46b10badb1 in rb_io_wait (timeout=4, events=3, io=136484712819000) at /tmp/ruby/src/trunk-yjit/io.c:1458
        scheduler = <optimized out>
        fptr = <optimized out>
        tv_storage = <optimized out>
        tv = <optimized out>
        ready = <optimized out>
        scheduler = <optimized out>
        fptr = <optimized out>
        tv_storage = <optimized out>
        tv = <optimized out>
        ready = <optimized out>
        errno_to_fail = <optimized out>
#6  rb_io_maybe_wait (timeout=4, events=3, io=136484712819000, error=11) at /tmp/ruby/src/trunk-yjit/io.c:1642
No locals.
#7  rb_io_maybe_wait_readable (error=error@entry=11, io=io@entry=136484712819000, timeout=timeout@entry=4) at /tmp/ruby/src/trunk-yjit/io.c:1653
        result = <optimized out>
#8  0x00007c21d32f2cf8 in rsock_s_accept (klass=136484727909120, io=136484712819000, sockaddr=sockaddr@entry=0x7c21d27c3fd0, len=len@entry=0x7c21d27c3fcc) at /tmp/ruby/src/trunk-yjit/ext/socket/init.c:738
        error = 11
        fptr = 0x5c46c2913960
        accept_arg = {fd = 10, sockaddr = 0x7c21d27c3fd0, len = 0x7c21d27c3fcc}
        retry = 0
        peer = <optimized out>
        retry = <optimized out>
#9  0x00007c21d3306a92 in tcp_accept (server=<optimized out>) at /tmp/ruby/src/trunk-yjit/ext/socket/tcpserver.c:61
        buffer = {addr = {sa_family = 10000, sa_data = "\000\000\000\000\000\000\020'\000\000\000\000\000"}, in = {sin_family = 10000, sin_port = 0, sin_addr = {s_addr = 0}, sin_zero = "\020'\000\000\000\000\000"}, in6 = {sin6_family = 10000, sin6_port = 0, sin6_flowinfo = 0, sin6_addr = {__in6_u = {__u6_addr8 = "\020'\000\000\000\000\000\000\000Pk\356!|\000", __u6_addr16 = {10000, 0, 0, 0, 20480, 61035, 31777, 0}, __u6_addr32 = {10000, 0, 4000010240, 31777}}}, sin6_scope_id = 32768}, un = {sun_family = 10000, sun_path = "\000\000\000\000\000\000\020'\000\000\000\000\000\000\000Pk\356!|\000\000\000\200\000\000\000\000\000\000 @|\322!|\000\000\307oj\356!|\000\000\000\000\000\000\000\000\000\000\240\210\351\300F\\", '\000' <repeats 11 times>, "S\000\000\000\000\000\000p@|\322!|\000\000Epj\356!|\000\000\220i\000\230!|\000\000\240\210\351\300\372~"}, storage = {ss_family = 10000, __ss_padding = "\000\000\000\000\000\000\020'\000\000\000\000\000\000\000Pk\356!|\000\000\000\200\000\000\000\000\000\000 @|\322!|\000\000\307oj\356!|\000\000\000\000\000\000\000\000\000\000\240\210\351\300F\\", '\000' <repeats 11 times>, "S\000\000\000\000\000\000p@|\322!|\000\000Epj\356!|\000\000\220i\000\230!|\000\000\240\210\351\300\372~\000\000\002\000\000\000\200\000\000", __ss_align = 101458953996448}, place_holder = "\020'\000\000\000\000\000\000\020'\000\000\000\000\000\000\000Pk\356!|\000\000\000\200\000\000\000\000\000\000 @|\322!|\000\000\307oj\356!|\000\000\000\000\000\000\000\000\000\000\240\210\351\300F\\", '\000' <repeats 11 times>, "S\000\000\000\000\000\000p@|\322!|\000\000Epj\356!|\000\000\220i\000\230!|\000\000\240\210\351\300\372~\000\000\002\000\000\000\200\000\000\000\240\210\351\300F\\\000\000\000\000\000\000\000\000\000\000\354\323\000\000\000\000\000\000\000Pk\356!|\000\000\"\000\000\000\000\000\000\000\300@|\322!|\000\000\310|j\356!|\000\000\2557R\261F\\\000\000\351\321\000\000\002\000\000\000@0U\261F\\\000\000"...}
        length = 2048
#10 0x00005c46b122ad6d in vm_call_cfunc_with_frame_ (ec=0x5c46c3ac2240, reg_cfp=0x5c46c2afe6e0, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3915
        ci = 0xe00100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7c21d2174330
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#11 0x00005c46b12343c1 in vm_sendish (ec=0x5c46c3ac2240, reg_cfp=0x5c46c2afe6e0, cd=0x5c46c26fde60, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-yjit/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x7c21d2311fd0
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x5c46c26fde60, cc = 0x7c21d2311fd0, block_handler = 0, recv = 136484712819000, argc = 0, kw_splat = false, heap_argv = 0}
#12 0x00005c46b124cf34 in vm_exec_core (ec=0x7c21d27c3e38, ec@entry=0x5c46c3ac2240) at ../../src/trunk-yjit/insns.def:902
        bh = <optimized out>
        cd = 0x0
        leaf = <optimized out>
        val = 101458694112800
        reg_pc = 0x5c46c2659820
        reg_cfp = 0x5c46c2afe6e0
        insns_address_table = {0x5c46b12504ce <vm_exec_core+13854>, 0x5c46b124e1da <vm_exec_core+4906>, 0x5c46b124e169 <vm_exec_core+4793>, 0x5c46b124e0c5 <vm_exec_core+4629>, 0x5c46b124e04b <vm_exec_core+4507>, 0x5c46b124dfa6 <vm_exec_core+4342>, 0x5c46b124e5b3 <vm_exec_core+5891>, 0x5c46b124e558 <vm_exec_core+5800>, 0x5c46b124e2da <vm_exec_core+5162>, 0x5c46b124e23e <vm_exec_core+5006>, 0x5c46b124e652 <vm_exec_core+6050>, 0x5c46b124e3cd <vm_exec_core+5405>, 0x5c46b124df61 <vm_exec_core+4273>, 0x5c46b124def9 <vm_exec_core+4169>, 0x5c46b124de82 <vm_exec_core+4050>, 0x5c46b124de45 <vm_exec_core+3989>, 0x5c46b124de0d <vm_exec_core+3933>, 0x5c46b124ddd8 <vm_exec_core+3880>, 0x5c46b124dda3 <vm_exec_core+3827>, 0x5c46b124dd6e <vm_exec_core+3774>, 0x5c46b124dce4 <vm_exec_core+3636>, 0x5c46b124dca0 <vm_exec_core+3568>, 0x5c46b124dc59 <vm_exec_core+3497>, 0x5c46b124dc01 <vm_exec_core+3409>, 0x5c46b124dbbb <vm_exec_core+3339>, 0x5c46b124db3c <vm_exec_core+3212>, 0x5c46b124db02 <vm_exec_core+3154>, 0x5c46b124daa5 <vm_exec_core+3061>, 0x5c46b124da4b <vm_exec_core+2971>, 0x5c46b124da0e <vm_exec_core+2910>, 0x5c46b124edc1 <vm_exec_core+7953>, 0x5c46b124ec3d <vm_exec_core+7565>, 0x5c46b124ebaf <vm_exec_core+7423>, 0x5c46b124eb48 <vm_exec_core+7320>, 0x5c46b124eaf6 <vm_exec_core+7238>, 0x5c46b124ea94 <vm_exec_core+7140>, 0x5c46b124ea47 <vm_exec_core+7063>, 0x5c46b124e9f2 <vm_exec_core+6978>, 0x5c46b124e9a8 <vm_exec_core+6904>, 0x5c46b124e981 <vm_exec_core+6865>, 0x5c46b124e946 <vm_exec_core+6806>, 0x5c46b124e8f7 <vm_exec_core+6727>, 0x5c46b124e8c3 <vm_exec_core+6675>, 0x5c46b124e812 <vm_exec_core+6498>, 0x5c46b124e7cf <vm_exec_core+6431>, 0x5c46b124e78b <vm_exec_core+6363>, 0x5c46b124f366 <vm_exec_core+9398>, 0x5c46b124f2f7 <vm_exec_core+9287>, 0x5c46b124f398 <vm_exec_core+9448>, 0x5c46b124efb9 <vm_exec_core+8457>, 0x5c46b124ef4a <vm_exec_core+8346>, 0x5c46b124eeec <vm_exec_core+8252>, 0x5c46b124ee3a <vm_exec_core+8074>, 0x5c46b124edfe <vm_exec_core+8014>, 0x5c46b124f1c9 <vm_exec_core+8985>, 0x5c46b124f15f <vm_exec_core+8879>, 0x5c46b124f0b4 <vm_exec_core+8708>, 0x5c46b124cf10 <vm_exec_core+96>, 0x5c46b124f008 <vm_exec_core+8536>, 0x5c46b124f25f <vm_exec_core+9135>, 0x5c46b124f210 <vm_exec_core+9056>, 0x5c46b124f2a8 <vm_exec_core+9208>, 0x5c46b124d9bf <vm_exec_core+2831>, 0x5c46b1250486 <vm_exec_core+13782>, 0x5c46b124d970 <vm_exec_core+2752>, 0x5c46b124d901 <vm_exec_core+2641>, 0x5c46b124d8bc <vm_exec_core+2572>, 0x5c46b124d849 <vm_exec_core+2457>, 0x5c46b124d6f2 <vm_exec_core+2114>, 0x5c46b124d622 <vm_exec_core+1906>, 0x5c46b124d5a6 <vm_exec_core+1782>, 0x5c46b124cfc8 <vm_exec_core+280>, 0x5c46b124d572 <vm_exec_core+1730>, 0x5c46b124d533 <vm_exec_core+1667>, 0x5c46b124d4f4 <vm_exec_core+1604>, 0x5c46b124d4b8 <vm_exec_core+1544>, 0x5c46b124d3f8 <vm_exec_core+1352>, 0x5c46b124d373 <vm_exec_core+1219>, 0x5c46b12504df <vm_exec_core+13871>, 0x5c46b124fc69 <vm_exec_core+11705>, 0x5c46b124fccf <vm_exec_core+11807>, 0x5c46b124f427 <vm_exec_core+9591>, 0x5c46b124fd68 <vm_exec_core+11960>, 0x5c46b124fe01 <vm_exec_core+12113>, 0x5c46b12503a1 <vm_exec_core+13553>, 0x5c46b1250299 <vm_exec_core+13289>, 0x5c46b12502f7 <vm_exec_core+13383>, 0x5c46b1250032 <vm_exec_core+12674>, 0x5c46b1250093 <vm_exec_core+12771>, 0x5c46b12500f1 <vm_exec_core+12865>, 0x5c46b1250355 <vm_exec_core+13477>, 0x5c46b124ff62 <vm_exec_core+12466>, 0x5c46b124ffb5 <vm_exec_core+12549>, 0x5c46b12501cd <vm_exec_core+13085>, 0x5c46b1250251 <vm_exec_core+13217>, 0x5c46b124fa6d <vm_exec_core+11197>, 0x5c46b124fac3 <vm_exec_core+11283>, 0x5c46b124fb0c <vm_exec_core+11356>, 0x5c46b124fb72 <vm_exec_core+11458>, 0x5c46b1250544 <vm_exec_core+13972>, 0x5c46b124d302 <vm_exec_core+1106>, 0x5c46b124d282 <vm_exec_core+978>, 0x5c46b124d1d9 <vm_exec_core+809>, 0x5c46b124d192 <vm_exec_core+738>, 0x5c46b124d147 <vm_exec_core+663>, 0x5c46b124d0fe <vm_exec_core+590>, 0x5c46b124d0ad <vm_exec_core+509>, 0x5c46b124d078 <vm_exec_core+456>, 0x5c46b124d043 <vm_exec_core+403>, 0x5c46b124fc4b <vm_exec_core+11675>, 0x5c46b124e1c9 <vm_exec_core+4889>, 0x5c46b124e158 <vm_exec_core+4776>, 0x5c46b124e0b4 <vm_exec_core+4612>, 0x5c46b124e03a <vm_exec_core+4490>, 0x5c46b124df95 <vm_exec_core+4325>, 0x5c46b124e5a2 <vm_exec_core+5874>, 0x5c46b124e547 <vm_exec_core+5783>, 0x5c46b124e2c9 <vm_exec_core+5145>, 0x5c46b124e22d <vm_exec_core+4989>, 0x5c46b124e641 <vm_exec_core+6033>, 0x5c46b124e3bc <vm_exec_core+5388>, 0x5c46b124df50 <vm_exec_core+4256>, 0x5c46b124dee8 <vm_exec_core+4152>, 0x5c46b124de71 <vm_exec_core+4033>, 0x5c46b124de34 <vm_exec_core+3972>, 0x5c46b124ddfc <vm_exec_core+3916>, 0x5c46b124ddc7 <vm_exec_core+3863>, 0x5c46b124dd92 <vm_exec_core+3810>, 0x5c46b124dd5d <vm_exec_core+3757>, 0x5c46b124dcd3 <vm_exec_core+3619>, 0x5c46b124dc8f <vm_exec_core+3551>, 0x5c46b124dc48 <vm_exec_core+3480>, 0x5c46b124dbf0 <vm_exec_core+3392>, 0x5c46b124dbaa <vm_exec_core+3322>, 0x5c46b124db2b <vm_exec_core+3195>, 0x5c46b124daf1 <vm_exec_core+3137>, 0x5c46b124da94 <vm_exec_core+3044>, 0x5c46b124da3a <vm_exec_core+2954>, 0x5c46b124d9fd <vm_exec_core+2893>, 0x5c46b124edb0 <vm_exec_core+7936>, 0x5c46b124ec2c <vm_exec_core+7548>, 0x5c46b124eb9e <vm_exec_core+7406>, 0x5c46b124eb37 <vm_exec_core+7303>, 0x5c46b124eae5 <vm_exec_core+7221>, 0x5c46b124ea83 <vm_exec_core+7123>, 0x5c46b124ea36 <vm_exec_core+7046>, 0x5c46b124e9e1 <vm_exec_core+6961>, 0x5c46b124e997 <vm_exec_core+6887>, 0x5c46b124e970 <vm_exec_core+6848>, 0x5c46b124e935 <vm_exec_core+6789>, 0x5c46b124e8e6 <vm_exec_core+6710>, 0x5c46b124e8b2 <vm_exec_core+6658>, 0x5c46b124e801 <vm_exec_core+6481>, 0x5c46b124e7be <vm_exec_core+6414>, 0x5c46b124e77a <vm_exec_core+6346>, 0x5c46b124f355 <vm_exec_core+9381>, 0x5c46b124f2e6 <vm_exec_core+9270>, 0x5c46b124f387 <vm_exec_core+9431>, 0x5c46b124efa8 <vm_exec_core+8440>, 0x5c46b124ef39 <vm_exec_core+8329>, 0x5c46b124eedb <vm_exec_core+8235>, 0x5c46b124ee29 <vm_exec_core+8057>, 0x5c46b124eded <vm_exec_core+7997>, 0x5c46b124f1b8 <vm_exec_core+8968>, 0x5c46b124f14e <vm_exec_core+8862>, 0x5c46b124f0a3 <vm_exec_core+8691>, 0x5c46b1250402 <vm_exec_core+13650>, 0x5c46b124eff7 <vm_exec_core+8519>, 0x5c46b124f24e <vm_exec_core+9118>, 0x5c46b124f1ff <vm_exec_core+9039>, 0x5c46b124f297 <vm_exec_core+9191>, 0x5c46b124d9ae <vm_exec_core+2814>, 0x5c46b1250418 <vm_exec_core+13672>, 0x5c46b124d95f <vm_exec_core+2735>, 0x5c46b124d8f0 <vm_exec_core+2624>, 0x5c46b124d8ab <vm_exec_core+2555>, 0x5c46b124d838 <vm_exec_core+2440>, 0x5c46b124d6e1 <vm_exec_core+2097>, 0x5c46b124d611 <vm_exec_core+1889>, 0x5c46b124d595 <vm_exec_core+1765>, 0x5c46b124cfb7 <vm_exec_core+263>, 0x5c46b124d561 <vm_exec_core+1713>, 0x5c46b124d522 <vm_exec_core+1650>, 0x5c46b124d4e3 <vm_exec_core+1587>, 0x5c46b124d4a7 <vm_exec_core+1527>, 0x5c46b124d3e7 <vm_exec_core+1335>, 0x5c46b124d362 <vm_exec_core+1202>, 0x5c46b125042e <vm_exec_core+13694>, 0x5c46b1250444 <vm_exec_core+13716>, 0x5c46b125045a <vm_exec_core+13738>, 0x5c46b1250470 <vm_exec_core+13760>, 0x5c46b125016e <vm_exec_core+12990>, 0x5c46b1250184 <vm_exec_core+13012>, 0x5c46b125019a <vm_exec_core+13034>, 0x5c46b12501b7 <vm_exec_core+13063>, 0x5c46b124fe5a <vm_exec_core+12202>, 0x5c46b124fe70 <vm_exec_core+12224>, 0x5c46b124fe86 <vm_exec_core+12246>, 0x5c46b124fe9c <vm_exec_core+12268>, 0x5c46b124feb2 <vm_exec_core+12290>...}
#13 0x00005c46b123db65 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:2811
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#14 rb_vm_exec (ec=0x5c46c3ac2240) at /tmp/ruby/src/trunk-yjit/vm.c:2787
        _ec = 0x5c46c3ac2240
        _tag = {tag = 36, retval = 4, buf = {0x7c21d27c4bd0, 0x5c46b123dbc0 <rb_vm_exec+272>, 0x0, 0x7c21d27c4ab0, 0x3000000028}, prev = 0x7c21d27c4cd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#15 0x00005c46b123e0b7 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-yjit/vm.c:1814
        iseq = 0x7c21d3259cb8
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x6066c001bd199a00
        av = {206158430248, 136484707126480}
        stack_argv = 0x6066c001bd199a00
        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>
#16 0x00005c46b123ea56 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x5c46c380a6f0, argc=argc@entry=0, argv=argv@entry=0x7c21d27c4b80, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-yjit/vm.c:1959
        self = <optimized out>
#17 0x00005c46b11e5bc8 in thread_do_start_proc (th=th@entry=0x5c46c2d3e1d0) at /tmp/ruby/src/trunk-yjit/thread.c:614
        args = 136484712818480
        args_ptr = 0x7c21d27c4b80
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x5c46c380a6f0
#18 0x00005c46b11e7d32 in thread_do_start (th=0x5c46c2d3e1d0) at /tmp/ruby/src/trunk-yjit/thread.c:631
        result = 36
        result = <optimized out>
#19 thread_start_func_2 (th=th@entry=0x5c46c2d3e1d0, stack_start=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:686
        _ec = 0x5c46c3ac2240
        _tag = {tag = 36, retval = 101458688998641, buf = {0x7c21d27c4dd0, 0x5c46b11e7cb0 <thread_start_func_2+624>, 0x0, 0x7c21d27c4be0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x5c46be168010
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#20 0x00005c46b11e8a00 in call_thread_start_func_2 (th=0x5c46c2d3e1d0) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2238
        stack_start = 0
        stack_start_addr = 0x7c21d27c4da8
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#21 nt_start (ptr=0x5c46c380a720) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2283
        th = 0x5c46c2d3e1d0
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#22 0x00007c21ee353a94 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 = {136484707129024, 2808745351419324957, 136484707129024, -264, 0, 140732890283888, 2808745351398353437, 2808789962942245405}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#23 0x00007c21ee3e0c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7c21ee2b47c0 (LWP 1869282) "ruby"):
#0  0x00007c21ee34fd61 in __futex_abstimed_wait_common64 (private=1617346561, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x5c46be16d000) 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=1617346561, abstime=0x0, clockid=0, expected=0, futex_word=0x5c46be16d000) 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=0x5c46be16d000, 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  0x00007c21ee3527dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5c46be16d0f8, cond=0x5c46be16cfd8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7c21ee3524a0 <__condvar_cleanup_waiting>, __arg = 0x7ffeedef0210, __canceltype = 0, __prev = 0x0}
        cbuffer = {wseq = 6906, cond = 0x5c46be16cfd8, mutex = 0x5c46be16d0f8, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 6906
        seq = 3453
        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=0x5c46be16cfd8, mutex=mutex@entry=0x5c46be16d0f8) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00005c46b11e0be3 in rb_native_cond_wait (mutex=0x5c46be16d0f8, cond=0x5c46be16cfd8) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:231
        r = <optimized out>
        r = <optimized out>
#6  thread_sched_wait_running_turn (sched=sched@entry=0x5c46be16d0f8, th=th@entry=0x5c46be168010, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:851
        next_th = 0x0
#7  0x00005c46b11e101a in thread_sched_to_waiting_until_wakeup (sched=0x5c46be16d0f8, th=th@entry=0x5c46be168010) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1126
        can_direct_transfer = <optimized out>
#8  0x00005c46b11e75f1 in native_sleep (rel=0x0, th=0x5c46be168010) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:3350
        sched = <optimized out>
#9  sleep_forever (fl=13, th=0x5c46be168010) at /tmp/ruby/src/trunk-yjit/thread.c:1381
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
#10 thread_join_sleep (arg=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:1074
        scheduler = <optimized out>
        p = <optimized out>
        target_th = 0x5c46c2d3e1d0
        th = 0x5c46be168010
        end = 0
        limit = 0x0
#11 0x00005c46b106548c in rb_ensure (b_proc=b_proc@entry=0x5c46b11e7430 <thread_join_sleep>, data1=data1@entry=140732890285136, e_proc=e_proc@entry=0x5c46b11dac20 <remove_from_join_list>, data2=data2@entry=140732890285136) at /tmp/ruby/src/trunk-yjit/eval.c:1174
        _ec = 0x5c46be16d2d0
        _tag = {tag = 36, retval = 819923749332087, buf = {0x0, 0x5c46b1065540 <rb_ensure+400>, 0x0, 0x7ffeedef0340, 0x0}, prev = 0x7ffeedef0780, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x5c46be16d2d0
#12 0x00005c46b11de8f1 in thread_join (limit=0x0, timeout=4, target_th=0x5c46c2d3e1d0) at /tmp/ruby/src/trunk-yjit/thread.c:1131
        waiter = {next = 0x0, thread = 0x5c46be168010, fiber = 0x0}
        arg = {waiter = 0x7ffeedef0430, target = 0x5c46c2d3e1d0, 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-yjit/thread.c:1253
        th = 0x5c46c2d3e1d0
#14 0x00005c46b122ad6d in vm_call_cfunc_with_frame_ (ec=0x5c46be16d2d0, reg_cfp=0x7c21ee252c58, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3915
        ci = 0x260100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7c21ee0c7a10
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#15 0x00005c46b12343c1 in vm_sendish (ec=0x5c46be16d2d0, reg_cfp=0x7c21ee252c58, cd=0x5c46be4c8450, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-yjit/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x7c21d2e56f08
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x5c46be4c8450, cc = 0x7c21d2e56f08, block_handler = 0, recv = 136484712818520, argc = 0, kw_splat = false, heap_argv = 0}
#16 0x00005c46b124cf34 in vm_exec_core (ec=0x5c46be16d000, ec@entry=0x5c46be16d2d0) at ../../src/trunk-yjit/insns.def:902
        bh = <optimized out>
        cd = 0x0
        leaf = <optimized out>
        val = 136484712818520
        reg_pc = 0x5c46be4ca058
        reg_cfp = 0x7c21ee252c58
        insns_address_table = {0x5c46b12504ce <vm_exec_core+13854>, 0x5c46b124e1da <vm_exec_core+4906>, 0x5c46b124e169 <vm_exec_core+4793>, 0x5c46b124e0c5 <vm_exec_core+4629>, 0x5c46b124e04b <vm_exec_core+4507>, 0x5c46b124dfa6 <vm_exec_core+4342>, 0x5c46b124e5b3 <vm_exec_core+5891>, 0x5c46b124e558 <vm_exec_core+5800>, 0x5c46b124e2da <vm_exec_core+5162>, 0x5c46b124e23e <vm_exec_core+5006>, 0x5c46b124e652 <vm_exec_core+6050>, 0x5c46b124e3cd <vm_exec_core+5405>, 0x5c46b124df61 <vm_exec_core+4273>, 0x5c46b124def9 <vm_exec_core+4169>, 0x5c46b124de82 <vm_exec_core+4050>, 0x5c46b124de45 <vm_exec_core+3989>, 0x5c46b124de0d <vm_exec_core+3933>, 0x5c46b124ddd8 <vm_exec_core+3880>, 0x5c46b124dda3 <vm_exec_core+3827>, 0x5c46b124dd6e <vm_exec_core+3774>, 0x5c46b124dce4 <vm_exec_core+3636>, 0x5c46b124dca0 <vm_exec_core+3568>, 0x5c46b124dc59 <vm_exec_core+3497>, 0x5c46b124dc01 <vm_exec_core+3409>, 0x5c46b124dbbb <vm_exec_core+3339>, 0x5c46b124db3c <vm_exec_core+3212>, 0x5c46b124db02 <vm_exec_core+3154>, 0x5c46b124daa5 <vm_exec_core+3061>, 0x5c46b124da4b <vm_exec_core+2971>, 0x5c46b124da0e <vm_exec_core+2910>, 0x5c46b124edc1 <vm_exec_core+7953>, 0x5c46b124ec3d <vm_exec_core+7565>, 0x5c46b124ebaf <vm_exec_core+7423>, 0x5c46b124eb48 <vm_exec_core+7320>, 0x5c46b124eaf6 <vm_exec_core+7238>, 0x5c46b124ea94 <vm_exec_core+7140>, 0x5c46b124ea47 <vm_exec_core+7063>, 0x5c46b124e9f2 <vm_exec_core+6978>, 0x5c46b124e9a8 <vm_exec_core+6904>, 0x5c46b124e981 <vm_exec_core+6865>, 0x5c46b124e946 <vm_exec_core+6806>, 0x5c46b124e8f7 <vm_exec_core+6727>, 0x5c46b124e8c3 <vm_exec_core+6675>, 0x5c46b124e812 <vm_exec_core+6498>, 0x5c46b124e7cf <vm_exec_core+6431>, 0x5c46b124e78b <vm_exec_core+6363>, 0x5c46b124f366 <vm_exec_core+9398>, 0x5c46b124f2f7 <vm_exec_core+9287>, 0x5c46b124f398 <vm_exec_core+9448>, 0x5c46b124efb9 <vm_exec_core+8457>, 0x5c46b124ef4a <vm_exec_core+8346>, 0x5c46b124eeec <vm_exec_core+8252>, 0x5c46b124ee3a <vm_exec_core+8074>, 0x5c46b124edfe <vm_exec_core+8014>, 0x5c46b124f1c9 <vm_exec_core+8985>, 0x5c46b124f15f <vm_exec_core+8879>, 0x5c46b124f0b4 <vm_exec_core+8708>, 0x5c46b124cf10 <vm_exec_core+96>, 0x5c46b124f008 <vm_exec_core+8536>, 0x5c46b124f25f <vm_exec_core+9135>, 0x5c46b124f210 <vm_exec_core+9056>, 0x5c46b124f2a8 <vm_exec_core+9208>, 0x5c46b124d9bf <vm_exec_core+2831>, 0x5c46b1250486 <vm_exec_core+13782>, 0x5c46b124d970 <vm_exec_core+2752>, 0x5c46b124d901 <vm_exec_core+2641>, 0x5c46b124d8bc <vm_exec_core+2572>, 0x5c46b124d849 <vm_exec_core+2457>, 0x5c46b124d6f2 <vm_exec_core+2114>, 0x5c46b124d622 <vm_exec_core+1906>, 0x5c46b124d5a6 <vm_exec_core+1782>, 0x5c46b124cfc8 <vm_exec_core+280>, 0x5c46b124d572 <vm_exec_core+1730>, 0x5c46b124d533 <vm_exec_core+1667>, 0x5c46b124d4f4 <vm_exec_core+1604>, 0x5c46b124d4b8 <vm_exec_core+1544>, 0x5c46b124d3f8 <vm_exec_core+1352>, 0x5c46b124d373 <vm_exec_core+1219>, 0x5c46b12504df <vm_exec_core+13871>, 0x5c46b124fc69 <vm_exec_core+11705>, 0x5c46b124fccf <vm_exec_core+11807>, 0x5c46b124f427 <vm_exec_core+9591>, 0x5c46b124fd68 <vm_exec_core+11960>, 0x5c46b124fe01 <vm_exec_core+12113>, 0x5c46b12503a1 <vm_exec_core+13553>, 0x5c46b1250299 <vm_exec_core+13289>, 0x5c46b12502f7 <vm_exec_core+13383>, 0x5c46b1250032 <vm_exec_core+12674>, 0x5c46b1250093 <vm_exec_core+12771>, 0x5c46b12500f1 <vm_exec_core+12865>, 0x5c46b1250355 <vm_exec_core+13477>, 0x5c46b124ff62 <vm_exec_core+12466>, 0x5c46b124ffb5 <vm_exec_core+12549>, 0x5c46b12501cd <vm_exec_core+13085>, 0x5c46b1250251 <vm_exec_core+13217>, 0x5c46b124fa6d <vm_exec_core+11197>, 0x5c46b124fac3 <vm_exec_core+11283>, 0x5c46b124fb0c <vm_exec_core+11356>, 0x5c46b124fb72 <vm_exec_core+11458>, 0x5c46b1250544 <vm_exec_core+13972>, 0x5c46b124d302 <vm_exec_core+1106>, 0x5c46b124d282 <vm_exec_core+978>, 0x5c46b124d1d9 <vm_exec_core+809>, 0x5c46b124d192 <vm_exec_core+738>, 0x5c46b124d147 <vm_exec_core+663>, 0x5c46b124d0fe <vm_exec_core+590>, 0x5c46b124d0ad <vm_exec_core+509>, 0x5c46b124d078 <vm_exec_core+456>, 0x5c46b124d043 <vm_exec_core+403>, 0x5c46b124fc4b <vm_exec_core+11675>, 0x5c46b124e1c9 <vm_exec_core+4889>, 0x5c46b124e158 <vm_exec_core+4776>, 0x5c46b124e0b4 <vm_exec_core+4612>, 0x5c46b124e03a <vm_exec_core+4490>, 0x5c46b124df95 <vm_exec_core+4325>, 0x5c46b124e5a2 <vm_exec_core+5874>, 0x5c46b124e547 <vm_exec_core+5783>, 0x5c46b124e2c9 <vm_exec_core+5145>, 0x5c46b124e22d <vm_exec_core+4989>, 0x5c46b124e641 <vm_exec_core+6033>, 0x5c46b124e3bc <vm_exec_core+5388>, 0x5c46b124df50 <vm_exec_core+4256>, 0x5c46b124dee8 <vm_exec_core+4152>, 0x5c46b124de71 <vm_exec_core+4033>, 0x5c46b124de34 <vm_exec_core+3972>, 0x5c46b124ddfc <vm_exec_core+3916>, 0x5c46b124ddc7 <vm_exec_core+3863>, 0x5c46b124dd92 <vm_exec_core+3810>, 0x5c46b124dd5d <vm_exec_core+3757>, 0x5c46b124dcd3 <vm_exec_core+3619>, 0x5c46b124dc8f <vm_exec_core+3551>, 0x5c46b124dc48 <vm_exec_core+3480>, 0x5c46b124dbf0 <vm_exec_core+3392>, 0x5c46b124dbaa <vm_exec_core+3322>, 0x5c46b124db2b <vm_exec_core+3195>, 0x5c46b124daf1 <vm_exec_core+3137>, 0x5c46b124da94 <vm_exec_core+3044>, 0x5c46b124da3a <vm_exec_core+2954>, 0x5c46b124d9fd <vm_exec_core+2893>, 0x5c46b124edb0 <vm_exec_core+7936>, 0x5c46b124ec2c <vm_exec_core+7548>, 0x5c46b124eb9e <vm_exec_core+7406>, 0x5c46b124eb37 <vm_exec_core+7303>, 0x5c46b124eae5 <vm_exec_core+7221>, 0x5c46b124ea83 <vm_exec_core+7123>, 0x5c46b124ea36 <vm_exec_core+7046>, 0x5c46b124e9e1 <vm_exec_core+6961>, 0x5c46b124e997 <vm_exec_core+6887>, 0x5c46b124e970 <vm_exec_core+6848>, 0x5c46b124e935 <vm_exec_core+6789>, 0x5c46b124e8e6 <vm_exec_core+6710>, 0x5c46b124e8b2 <vm_exec_core+6658>, 0x5c46b124e801 <vm_exec_core+6481>, 0x5c46b124e7be <vm_exec_core+6414>, 0x5c46b124e77a <vm_exec_core+6346>, 0x5c46b124f355 <vm_exec_core+9381>, 0x5c46b124f2e6 <vm_exec_core+9270>, 0x5c46b124f387 <vm_exec_core+9431>, 0x5c46b124efa8 <vm_exec_core+8440>, 0x5c46b124ef39 <vm_exec_core+8329>, 0x5c46b124eedb <vm_exec_core+8235>, 0x5c46b124ee29 <vm_exec_core+8057>, 0x5c46b124eded <vm_exec_core+7997>, 0x5c46b124f1b8 <vm_exec_core+8968>, 0x5c46b124f14e <vm_exec_core+8862>, 0x5c46b124f0a3 <vm_exec_core+8691>, 0x5c46b1250402 <vm_exec_core+13650>, 0x5c46b124eff7 <vm_exec_core+8519>, 0x5c46b124f24e <vm_exec_core+9118>, 0x5c46b124f1ff <vm_exec_core+9039>, 0x5c46b124f297 <vm_exec_core+9191>, 0x5c46b124d9ae <vm_exec_core+2814>, 0x5c46b1250418 <vm_exec_core+13672>, 0x5c46b124d95f <vm_exec_core+2735>, 0x5c46b124d8f0 <vm_exec_core+2624>, 0x5c46b124d8ab <vm_exec_core+2555>, 0x5c46b124d838 <vm_exec_core+2440>, 0x5c46b124d6e1 <vm_exec_core+2097>, 0x5c46b124d611 <vm_exec_core+1889>, 0x5c46b124d595 <vm_exec_core+1765>, 0x5c46b124cfb7 <vm_exec_core+263>, 0x5c46b124d561 <vm_exec_core+1713>, 0x5c46b124d522 <vm_exec_core+1650>, 0x5c46b124d4e3 <vm_exec_core+1587>, 0x5c46b124d4a7 <vm_exec_core+1527>, 0x5c46b124d3e7 <vm_exec_core+1335>, 0x5c46b124d362 <vm_exec_core+1202>, 0x5c46b125042e <vm_exec_core+13694>, 0x5c46b1250444 <vm_exec_core+13716>, 0x5c46b125045a <vm_exec_core+13738>, 0x5c46b1250470 <vm_exec_core+13760>, 0x5c46b125016e <vm_exec_core+12990>, 0x5c46b1250184 <vm_exec_core+13012>, 0x5c46b125019a <vm_exec_core+13034>, 0x5c46b12501b7 <vm_exec_core+13063>, 0x5c46b124fe5a <vm_exec_core+12202>, 0x5c46b124fe70 <vm_exec_core+12224>, 0x5c46b124fe86 <vm_exec_core+12246>, 0x5c46b124fe9c <vm_exec_core+12268>, 0x5c46b124feb2 <vm_exec_core+12290>...}
#17 0x00005c46b123de55 in vm_exec_loop (result=<optimized out>, tag=0x7ffeedef0780, state=<optimized out>, ec=0x5c46be16d2d0) at /tmp/ruby/src/trunk-yjit/vm.c:2811
        vm_loop_start = <optimized out>
#18 rb_vm_exec (ec=0x5c46be16d2d0) at /tmp/ruby/src/trunk-yjit/vm.c:2790
        _ec = 0x5c46be16d2d0
        _tag = {tag = 36, retval = 4, buf = {0x7c21d3b969c0, 0x5c46b123dbc0 <rb_vm_exec+272>, 0x0, 0x7ffeedef0760, 0xc61}, prev = 0x7ffeedef08b0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#19 0x00005c46b1242cb0 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffeedef0838, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:1859
No locals.
#20 vm_yield (kw_splat=0, argv=0x7ffeedef0838, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:1873
No locals.
#21 rb_yield_0 (argv=0x7ffeedef0838, argc=1) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1362
No locals.
#22 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1378
No locals.
#23 0x00005c46b106548c in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=0x5c46b10ab6e0 <io_close>, data2=136484712819000) at /tmp/ruby/src/trunk-yjit/eval.c:1174
        _ec = 0x5c46be16d2d0
        _tag = {tag = 36, retval = 101458906632912, buf = {0x7c21d3b969c0, 0x5c46b1065540 <rb_ensure+400>, 0x0, 0x7ffeedef0860, 0x0}, prev = 0x7ffeedef0c20, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x5c46be16d2d0
#24 0x00005c46b122ad6d in vm_call_cfunc_with_frame_ (ec=0x5c46be16d2d0, reg_cfp=0x7c21ee252d00, calling=<optimized out>, argc=2, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3915
        ci = 0x414100000005
        cc = <optimized out>
        val = <optimized out>
        me = 0x7c21ee0e9318
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#25 0x00005c46b12343c1 in vm_sendish (ec=0x5c46be16d2d0, reg_cfp=0x7c21ee252d00, cd=0x5c46c26c7530, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-yjit/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x7c21d2d34990
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x5c46c26c7530, cc = 0x7c21d2d34990, block_handler = 136485171178777, recv = 136484727908800, argc = 2, kw_splat = false, heap_argv = 0}
#26 0x00005c46b124f199 in vm_exec_core (ec=0x5c46be16d000, ec@entry=0x5c46be16d2d0) at ../../src/trunk-yjit/insns.def:854
        bh = 136485172215137
        cd = 0x5c46c26c7530
        blockiseq = 0x0
        leaf = <optimized out>
        val = 36
        reg_pc = 0x5c46c2e6d9a0
        reg_cfp = 0x7c21ee252d00
        insns_address_table = {0x5c46b12504ce <vm_exec_core+13854>, 0x5c46b124e1da <vm_exec_core+4906>, 0x5c46b124e169 <vm_exec_core+4793>, 0x5c46b124e0c5 <vm_exec_core+4629>, 0x5c46b124e04b <vm_exec_core+4507>, 0x5c46b124dfa6 <vm_exec_core+4342>, 0x5c46b124e5b3 <vm_exec_core+5891>, 0x5c46b124e558 <vm_exec_core+5800>, 0x5c46b124e2da <vm_exec_core+5162>, 0x5c46b124e23e <vm_exec_core+5006>, 0x5c46b124e652 <vm_exec_core+6050>, 0x5c46b124e3cd <vm_exec_core+5405>, 0x5c46b124df61 <vm_exec_core+4273>, 0x5c46b124def9 <vm_exec_core+4169>, 0x5c46b124de82 <vm_exec_core+4050>, 0x5c46b124de45 <vm_exec_core+3989>, 0x5c46b124de0d <vm_exec_core+3933>, 0x5c46b124ddd8 <vm_exec_core+3880>, 0x5c46b124dda3 <vm_exec_core+3827>, 0x5c46b124dd6e <vm_exec_core+3774>, 0x5c46b124dce4 <vm_exec_core+3636>, 0x5c46b124dca0 <vm_exec_core+3568>, 0x5c46b124dc59 <vm_exec_core+3497>, 0x5c46b124dc01 <vm_exec_core+3409>, 0x5c46b124dbbb <vm_exec_core+3339>, 0x5c46b124db3c <vm_exec_core+3212>, 0x5c46b124db02 <vm_exec_core+3154>, 0x5c46b124daa5 <vm_exec_core+3061>, 0x5c46b124da4b <vm_exec_core+2971>, 0x5c46b124da0e <vm_exec_core+2910>, 0x5c46b124edc1 <vm_exec_core+7953>, 0x5c46b124ec3d <vm_exec_core+7565>, 0x5c46b124ebaf <vm_exec_core+7423>, 0x5c46b124eb48 <vm_exec_core+7320>, 0x5c46b124eaf6 <vm_exec_core+7238>, 0x5c46b124ea94 <vm_exec_core+7140>, 0x5c46b124ea47 <vm_exec_core+7063>, 0x5c46b124e9f2 <vm_exec_core+6978>, 0x5c46b124e9a8 <vm_exec_core+6904>, 0x5c46b124e981 <vm_exec_core+6865>, 0x5c46b124e946 <vm_exec_core+6806>, 0x5c46b124e8f7 <vm_exec_core+6727>, 0x5c46b124e8c3 <vm_exec_core+6675>, 0x5c46b124e812 <vm_exec_core+6498>, 0x5c46b124e7cf <vm_exec_core+6431>, 0x5c46b124e78b <vm_exec_core+6363>, 0x5c46b124f366 <vm_exec_core+9398>, 0x5c46b124f2f7 <vm_exec_core+9287>, 0x5c46b124f398 <vm_exec_core+9448>, 0x5c46b124efb9 <vm_exec_core+8457>, 0x5c46b124ef4a <vm_exec_core+8346>, 0x5c46b124eeec <vm_exec_core+8252>, 0x5c46b124ee3a <vm_exec_core+8074>, 0x5c46b124edfe <vm_exec_core+8014>, 0x5c46b124f1c9 <vm_exec_core+8985>, 0x5c46b124f15f <vm_exec_core+8879>, 0x5c46b124f0b4 <vm_exec_core+8708>, 0x5c46b124cf10 <vm_exec_core+96>, 0x5c46b124f008 <vm_exec_core+8536>, 0x5c46b124f25f <vm_exec_core+9135>, 0x5c46b124f210 <vm_exec_core+9056>, 0x5c46b124f2a8 <vm_exec_core+9208>, 0x5c46b124d9bf <vm_exec_core+2831>, 0x5c46b1250486 <vm_exec_core+13782>, 0x5c46b124d970 <vm_exec_core+2752>, 0x5c46b124d901 <vm_exec_core+2641>, 0x5c46b124d8bc <vm_exec_core+2572>, 0x5c46b124d849 <vm_exec_core+2457>, 0x5c46b124d6f2 <vm_exec_core+2114>, 0x5c46b124d622 <vm_exec_core+1906>, 0x5c46b124d5a6 <vm_exec_core+1782>, 0x5c46b124cfc8 <vm_exec_core+280>, 0x5c46b124d572 <vm_exec_core+1730>, 0x5c46b124d533 <vm_exec_core+1667>, 0x5c46b124d4f4 <vm_exec_core+1604>, 0x5c46b124d4b8 <vm_exec_core+1544>, 0x5c46b124d3f8 <vm_exec_core+1352>, 0x5c46b124d373 <vm_exec_core+1219>, 0x5c46b12504df <vm_exec_core+13871>, 0x5c46b124fc69 <vm_exec_core+11705>, 0x5c46b124fccf <vm_exec_core+11807>, 0x5c46b124f427 <vm_exec_core+9591>, 0x5c46b124fd68 <vm_exec_core+11960>, 0x5c46b124fe01 <vm_exec_core+12113>, 0x5c46b12503a1 <vm_exec_core+13553>, 0x5c46b1250299 <vm_exec_core+13289>, 0x5c46b12502f7 <vm_exec_core+13383>, 0x5c46b1250032 <vm_exec_core+12674>, 0x5c46b1250093 <vm_exec_core+12771>, 0x5c46b12500f1 <vm_exec_core+12865>, 0x5c46b1250355 <vm_exec_core+13477>, 0x5c46b124ff62 <vm_exec_core+12466>, 0x5c46b124ffb5 <vm_exec_core+12549>, 0x5c46b12501cd <vm_exec_core+13085>, 0x5c46b1250251 <vm_exec_core+13217>, 0x5c46b124fa6d <vm_exec_core+11197>, 0x5c46b124fac3 <vm_exec_core+11283>, 0x5c46b124fb0c <vm_exec_core+11356>, 0x5c46b124fb72 <vm_exec_core+11458>, 0x5c46b1250544 <vm_exec_core+13972>, 0x5c46b124d302 <vm_exec_core+1106>, 0x5c46b124d282 <vm_exec_core+978>, 0x5c46b124d1d9 <vm_exec_core+809>, 0x5c46b124d192 <vm_exec_core+738>, 0x5c46b124d147 <vm_exec_core+663>, 0x5c46b124d0fe <vm_exec_core+590>, 0x5c46b124d0ad <vm_exec_core+509>, 0x5c46b124d078 <vm_exec_core+456>, 0x5c46b124d043 <vm_exec_core+403>, 0x5c46b124fc4b <vm_exec_core+11675>, 0x5c46b124e1c9 <vm_exec_core+4889>, 0x5c46b124e158 <vm_exec_core+4776>, 0x5c46b124e0b4 <vm_exec_core+4612>, 0x5c46b124e03a <vm_exec_core+4490>, 0x5c46b124df95 <vm_exec_core+4325>, 0x5c46b124e5a2 <vm_exec_core+5874>, 0x5c46b124e547 <vm_exec_core+5783>, 0x5c46b124e2c9 <vm_exec_core+5145>, 0x5c46b124e22d <vm_exec_core+4989>, 0x5c46b124e641 <vm_exec_core+6033>, 0x5c46b124e3bc <vm_exec_core+5388>, 0x5c46b124df50 <vm_exec_core+4256>, 0x5c46b124dee8 <vm_exec_core+4152>, 0x5c46b124de71 <vm_exec_core+4033>, 0x5c46b124de34 <vm_exec_core+3972>, 0x5c46b124ddfc <vm_exec_core+3916>, 0x5c46b124ddc7 <vm_exec_core+3863>, 0x5c46b124dd92 <vm_exec_core+3810>, 0x5c46b124dd5d <vm_exec_core+3757>, 0x5c46b124dcd3 <vm_exec_core+3619>, 0x5c46b124dc8f <vm_exec_core+3551>, 0x5c46b124dc48 <vm_exec_core+3480>, 0x5c46b124dbf0 <vm_exec_core+3392>, 0x5c46b124dbaa <vm_exec_core+3322>, 0x5c46b124db2b <vm_exec_core+3195>, 0x5c46b124daf1 <vm_exec_core+3137>, 0x5c46b124da94 <vm_exec_core+3044>, 0x5c46b124da3a <vm_exec_core+2954>, 0x5c46b124d9fd <vm_exec_core+2893>, 0x5c46b124edb0 <vm_exec_core+7936>, 0x5c46b124ec2c <vm_exec_core+7548>, 0x5c46b124eb9e <vm_exec_core+7406>, 0x5c46b124eb37 <vm_exec_core+7303>, 0x5c46b124eae5 <vm_exec_core+7221>, 0x5c46b124ea83 <vm_exec_core+7123>, 0x5c46b124ea36 <vm_exec_core+7046>, 0x5c46b124e9e1 <vm_exec_core+6961>, 0x5c46b124e997 <vm_exec_core+6887>, 0x5c46b124e970 <vm_exec_core+6848>, 0x5c46b124e935 <vm_exec_core+6789>, 0x5c46b124e8e6 <vm_exec_core+6710>, 0x5c46b124e8b2 <vm_exec_core+6658>, 0x5c46b124e801 <vm_exec_core+6481>, 0x5c46b124e7be <vm_exec_core+6414>, 0x5c46b124e77a <vm_exec_core+6346>, 0x5c46b124f355 <vm_exec_core+9381>, 0x5c46b124f2e6 <vm_exec_core+9270>, 0x5c46b124f387 <vm_exec_core+9431>, 0x5c46b124efa8 <vm_exec_core+8440>, 0x5c46b124ef39 <vm_exec_core+8329>, 0x5c46b124eedb <vm_exec_core+8235>, 0x5c46b124ee29 <vm_exec_core+8057>, 0x5c46b124eded <vm_exec_core+7997>, 0x5c46b124f1b8 <vm_exec_core+8968>, 0x5c46b124f14e <vm_exec_core+8862>, 0x5c46b124f0a3 <vm_exec_core+8691>, 0x5c46b1250402 <vm_exec_core+13650>, 0x5c46b124eff7 <vm_exec_core+8519>, 0x5c46b124f24e <vm_exec_core+9118>, 0x5c46b124f1ff <vm_exec_core+9039>, 0x5c46b124f297 <vm_exec_core+9191>, 0x5c46b124d9ae <vm_exec_core+2814>, 0x5c46b1250418 <vm_exec_core+13672>, 0x5c46b124d95f <vm_exec_core+2735>, 0x5c46b124d8f0 <vm_exec_core+2624>, 0x5c46b124d8ab <vm_exec_core+2555>, 0x5c46b124d838 <vm_exec_core+2440>, 0x5c46b124d6e1 <vm_exec_core+2097>, 0x5c46b124d611 <vm_exec_core+1889>, 0x5c46b124d595 <vm_exec_core+1765>, 0x5c46b124cfb7 <vm_exec_core+263>, 0x5c46b124d561 <vm_exec_core+1713>, 0x5c46b124d522 <vm_exec_core+1650>, 0x5c46b124d4e3 <vm_exec_core+1587>, 0x5c46b124d4a7 <vm_exec_core+1527>, 0x5c46b124d3e7 <vm_exec_core+1335>, 0x5c46b124d362 <vm_exec_core+1202>, 0x5c46b125042e <vm_exec_core+13694>, 0x5c46b1250444 <vm_exec_core+13716>, 0x5c46b125045a <vm_exec_core+13738>, 0x5c46b1250470 <vm_exec_core+13760>, 0x5c46b125016e <vm_exec_core+12990>, 0x5c46b1250184 <vm_exec_core+13012>, 0x5c46b125019a <vm_exec_core+13034>, 0x5c46b12501b7 <vm_exec_core+13063>, 0x5c46b124fe5a <vm_exec_core+12202>, 0x5c46b124fe70 <vm_exec_core+12224>, 0x5c46b124fe86 <vm_exec_core+12246>, 0x5c46b124fe9c <vm_exec_core+12268>, 0x5c46b124feb2 <vm_exec_core+12290>...}
#27 0x00005c46b123de55 in vm_exec_loop (result=<optimized out>, tag=0x7ffeedef0c20, state=<optimized out>, ec=0x5c46be16d2d0) at /tmp/ruby/src/trunk-yjit/vm.c:2811
        vm_loop_start = <optimized out>
#28 rb_vm_exec (ec=0x5c46be16d2d0) at /tmp/ruby/src/trunk-yjit/vm.c:2790
        _ec = 0x5c46be16d2d0
        _tag = {tag = 36, retval = 4, buf = {0x7ffeedef0ee8, 0x5c46b123dbc0 <rb_vm_exec+272>, 0x0, 0x7ffeedef0c00, 0x7c21ee0c8a00}, prev = 0x7ffeedef0cd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#29 0x00005c46b1253fd8 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:3050
        ec = <optimized out>
        val = <optimized out>
#30 0x00005c46b1061ca5 in rb_ec_exec_node (ec=ec@entry=0x5c46be16d2d0, n=<optimized out>) at /tmp/ruby/src/trunk-yjit/eval.c:283
        _ec = 0x5c46be16d2d0
        _tag = {tag = 36, retval = 101458687442852, buf = {0x7ffeedef0ee8, 0x5c46b1061cf0 <rb_ec_exec_node+240>, 0x0, 0x7ffeedef0cb0, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = <optimized out>
#31 0x00005c46b10641d1 in ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk-yjit/eval.c:321
        ec = 0x5c46be16d2d0
        status = <optimized out>
#32 0x00005c46b105e736 in rb_main (argv=0x7ffeedef0ee8, argc=10) at /tmp/ruby/src/trunk-yjit/main.c:42
        variable_in_this_stack_frame = 0
#33 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-yjit/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

th: 0x5c46be168010, native_id: 0x7c21ee2b47c0
-- Control frame information -----------------------------------------------
c:0018 p:---- s:0132 e:000131 l:y b:---- CFUNC  :value
c:0017 p:0023 s:0128 e:000126 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/core_assertions.rb:797
c:0016 p:0038 s:0117 E:002328 l:n b:---- BLOCK  /tmp/ruby/src/trunk-yjit/test/net/http/test_https.rb:106 [FINISH]
c:0015 p:---- s:0109 e:000108 l:y b:---- CFUNC  :open
c:0014 p:0008 s:0103 E:002530 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/test/net/http/test_https.rb:73
c:0013 p:0037 s:0099 e:000098 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb:202
c:0012 p:0052 s:0093 e:000092 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb:170
c:0011 p:0093 s:0084 e:000083 l:n b:---- BLOCK  /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1683
c:0010 p:0034 s:0077 e:000075 l:y b:0001 METHOD <internal:array>:248
c:0009 p:0114 s:0069 e:000068 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1670
c:0008 p:0035 s:0057 e:000056 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1374
c:0007 p:0069 s:0050 E:002470 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0034 e:000033 l:n b:---- BLOCK  /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:24
c:0005 p:0034 s:0030 e:000028 l:y b:0001 METHOD <internal:array>:248
c:0004 p:0005 s:0022 e:000021 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 e:000015 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:122
c:0002 p:0062 s:0006 e:000005 l:n b:---- EVAL   /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:220 [FINISH]
c:0001 p:0000 s:0003 E:000be0 l:y b:---- DUMMY  [FINISH]

th: 0x5c46bee1ec40, native_id: 0x7c21d2f586c0
-- 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-yjit/lib/timeout.rb:99 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

th: 0x5c46c211ac00, native_id: 0x7c21d301e6c0
-- 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-yjit/tool/lib/test/unit/parallel.rb:42 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

th: 0x5c46c2e53640, native_id: 0x7c21d2d6a6c0
-- 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-yjit/.ext/common/openssl/ssl.rb:518
c:0004 p:0012 s:0015 e:000014 l:n b:---- BLOCK  /tmp/ruby/src/trunk-yjit/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-yjit/test/net/http/utils.rb:29 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

th: 0x5c46c2d3e1d0, native_id: 0x7c21d27c56c0
-- 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-yjit/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 1869282) detached]
worker 1869282=net/http/test_https does not respond; SEGV is sent
/tmp/ruby/src/trunk-yjit/tool/lib/core_assertions.rb:797: [BUG] Segmentation fault at 0x000003e9001c85dd
ruby 4.0.0dev (2025-11-12T14:26:19Z master 6a05545184) +YJIT +PRISM [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0018 p:---- s:0132 e:000131 l:y b:---- CFUNC  :value
c:0017 p:0023 s:0128 e:000126 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/core_assertions.rb:797
c:0016 p:0038 s:0117 E:002328 l:n b:---- BLOCK  /tmp/ruby/src/trunk-yjit/test/net/http/test_https.rb:106 [FINISH]
c:0015 p:---- s:0109 e:000108 l:y b:---- CFUNC  :open
c:0014 p:0008 s:0103 E:002530 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/test/net/http/test_https.rb:73
c:0013 p:0037 s:0099 e:000098 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb:202
c:0012 p:0052 s:0093 e:000092 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb:170
c:0011 p:0093 s:0084 e:000083 l:n b:---- BLOCK  /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1683
c:0010 p:0034 s:0077 e:000075 l:y b:0001 METHOD <internal:array>:248
c:0009 p:0114 s:0069 e:000068 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1670
c:0008 p:0035 s:0057 e:000056 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1374
c:0007 p:0069 s:0050 E:002470 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0034 e:000033 l:n b:---- BLOCK  /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:24
c:0005 p:0034 s:0030 e:000028 l:y b:0001 METHOD <internal:array>:248
c:0004 p:0005 s:0022 e:000021 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 e:000015 l:y b:0001 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:122
c:0002 p:0062 s:0006 e:000005 l:n b:---- EVAL   /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:220 [FINISH]
c:0001 p:0000 s:0003 E:000be0 l:y b:---- DUMMY  [FINISH]

-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:220:in '<main>'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:122:in 'run'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:23:in '_run_suites'
<internal:array>:248:in 'map'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:24:in 'block in _run_suites'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:52:in '_run_suite'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1374:in '_run_suite'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1670:in '_run_suite'
<internal:array>:248:in 'map'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1683:in 'block in _run_suite'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb:170:in 'run'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb:202:in 'run_test'
/tmp/ruby/src/trunk-yjit/test/net/http/test_https.rb:73:in 'test_get_SNI_proxy'
/tmp/ruby/src/trunk-yjit/test/net/http/test_https.rb:73:in 'open'
/tmp/ruby/src/trunk-yjit/test/net/http/test_https.rb:106:in 'block in test_get_SNI_proxy'
/tmp/ruby/src/trunk-yjit/tool/lib/core_assertions.rb:797:in 'assert_join_threads'
/tmp/ruby/src/trunk-yjit/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: 0x00007c21ee34fd61 RBP: 0x00007ffeedef01a0 RSP: 0x00007ffeedef0160
 RAX: 0xfffffffffffffffc RBX: 0x00005c46be16cfd8 RCX: 0x00007c21ee34fd61
 RDX: 0x0000000000000000 RDI: 0x00005c46be16d000 RSI: 0x0000000000000189
  R8: 0x0000000000000000  R9: 0x00000000ffffffff R10: 0x0000000000000000
 R11: 0x0000000000000246 R12: 0x0000000000000000 R13: 0x0000000000000000
 R14: 0x00005c46be16d0f8 R15: 0x00005c46be16d000 EFL: 0x0000000000000246

-- C level backtrace information -------------------------------------------
/tmp/ruby/build/trunk-yjit/ruby(rb_print_backtrace+0x14) [0x5c46b14a1e60] /tmp/ruby/src/trunk-yjit/vm_dump.c:1102
/tmp/ruby/build/trunk-yjit/ruby(rb_vm_bugreport) /tmp/ruby/src/trunk-yjit/vm_dump.c:1447
/tmp/ruby/build/trunk-yjit/ruby(rb_bug_for_fatal_signal+0x102) [0x5c46b1457832] /tmp/ruby/src/trunk-yjit/error.c:1130
/tmp/ruby/build/trunk-yjit/ruby(sigsegv+0x48) [0x5c46b11994e8] /tmp/ruby/src/trunk-yjit/signal.c:948
/lib/x86_64-linux-gnu/libc.so.6(0x7c21ee2fc320) [0x7c21ee2fc320]
/lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common64+0x2a) [0x7c21ee34fd61] ./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) [0x7c21ee3527dd] ./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-yjit/ruby(rb_native_cond_wait+0x8) [0x5c46b11e0be3] /tmp/ruby/src/trunk-yjit/thread_pthread.c:231
/tmp/ruby/build/trunk-yjit/ruby(thread_sched_wait_running_turn) /tmp/ruby/src/trunk-yjit/thread_pthread.c:851
/tmp/ruby/build/trunk-yjit/ruby(thread_sched_unlock_+0x0) [0x5c46b11e101a] /tmp/ruby/src/trunk-yjit/thread_pthread.c:1126
/tmp/ruby/build/trunk-yjit/ruby(thread_sched_to_waiting_until_wakeup) /tmp/ruby/src/trunk-yjit/thread_pthread.c:1132
/tmp/ruby/build/trunk-yjit/ruby(native_sleep+0x14) [0x5c46b11e75f1] /tmp/ruby/src/trunk-yjit/thread_pthread.c:3350
/tmp/ruby/build/trunk-yjit/ruby(sleep_forever) /tmp/ruby/src/trunk-yjit/thread.c:1381
/tmp/ruby/build/trunk-yjit/ruby(thread_join_sleep) /tmp/ruby/src/trunk-yjit/thread.c:1074
/tmp/ruby/build/trunk-yjit/ruby(rb_ensure+0xdc) [0x5c46b106548c] /tmp/ruby/src/trunk-yjit/eval.c:1174
/tmp/ruby/build/trunk-yjit/ruby(thread_join+0x91) [0x5c46b11de8f1] /tmp/ruby/src/trunk-yjit/thread.c:1131
/tmp/ruby/build/trunk-yjit/ruby(thread_value) /tmp/ruby/src/trunk-yjit/thread.c:1253
/tmp/ruby/build/trunk-yjit/ruby(vm_call_cfunc_with_frame_+0x10d) [0x5c46b122ad6d] /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3915
/tmp/ruby/build/trunk-yjit/ruby(vm_sendish+0x111) [0x5c46b12343c1] /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:6134
/tmp/ruby/build/trunk-yjit/ruby(vm_exec_core+0x84) [0x5c46b124cf34] ../../src/trunk-yjit/insns.def:902
/tmp/ruby/build/trunk-yjit/ruby(vm_exec_loop+0x38) [0x5c46b123de55] /tmp/ruby/src/trunk-yjit/vm.c:2811
/tmp/ruby/build/trunk-yjit/ruby(rb_vm_exec) /tmp/ruby/src/trunk-yjit/vm.c:2790
/tmp/ruby/build/trunk-yjit/ruby(vm_yield_with_cref+0x86) [0x5c46b1242cb0] /tmp/ruby/src/trunk-yjit/vm.c:1865
/tmp/ruby/build/trunk-yjit/ruby(vm_yield) /tmp/ruby/src/trunk-yjit/vm.c:1873
/tmp/ruby/build/trunk-yjit/ruby(rb_yield_0) /tmp/ruby/src/trunk-yjit/vm_eval.c:1362
/tmp/ruby/build/trunk-yjit/ruby(rb_yield) /tmp/ruby/src/trunk-yjit/vm_eval.c:1378
/tmp/ruby/build/trunk-yjit/ruby(rb_ensure+0xdc) [0x5c46b106548c] /tmp/ruby/src/trunk-yjit/eval.c:1174
/tmp/ruby/build/trunk-yjit/ruby(vm_call_cfunc_with_frame_+0x10d) [0x5c46b122ad6d] /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3915
/tmp/ruby/build/trunk-yjit/ruby(vm_sendish+0x111) [0x5c46b12343c1] /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:6134
/tmp/ruby/build/trunk-yjit/ruby(vm_exec_core+0x22e9) [0x5c46b124f199] ../../src/trunk-yjit/insns.def:854
/tmp/ruby/build/trunk-yjit/ruby(vm_exec_loop+0x38) [0x5c46b123de55] /tmp/ruby/src/trunk-yjit/vm.c:2811
/tmp/ruby/build/trunk-yjit/ruby(rb_vm_exec) /tmp/ruby/src/trunk-yjit/vm.c:2790
/tmp/ruby/build/trunk-yjit/ruby(rb_ec_exec_node+0xa5) [0x5c46b1061ca5] /tmp/ruby/src/trunk-yjit/eval.c:283
/tmp/ruby/build/trunk-yjit/ruby(ruby_run_node+0x61) [0x5c46b10641d1] /tmp/ruby/src/trunk-yjit/eval.c:321
/tmp/ruby/build/trunk-yjit/ruby(rb_main+0x21) [0x5c46b105e736] /tmp/ruby/src/trunk-yjit/main.c:42
/tmp/ruby/build/trunk-yjit/ruby(main) /tmp/ruby/src/trunk-yjit/main.c:62
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x7c21ee2e11ca] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7c21ee2e128b] ../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
[0x5c46b105e785]

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

* Loaded script: /tmp/ruby/src/trunk-yjit/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-yjit/.ext/x86_64-linux/enc/encdb.so
    9 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
   10 /tmp/ruby/src/trunk-yjit/lib/open3/version.rb
   11 /tmp/ruby/src/trunk-yjit/lib/open3.rb
   12 /tmp/ruby/src/trunk-yjit/lib/timeout.rb
   13 /tmp/ruby/build/trunk-yjit/rbconfig.rb
   14 /tmp/ruby/src/trunk-yjit/tool/lib/find_executable.rb
   15 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
   16 /tmp/ruby/src/trunk-yjit/tool/lib/envutil.rb
   17 /tmp/ruby/src/trunk-yjit/tool/lib/colorize.rb
   18 /tmp/ruby/src/trunk-yjit/tool/lib/leakchecker.rb
   19 /tmp/ruby/src/trunk-yjit/lib/prettyprint.rb
   20 /tmp/ruby/src/trunk-yjit/lib/pp.rb
   21 /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/assertions.rb
   22 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
   23 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
   24 /tmp/ruby/src/trunk-yjit/tool/lib/core_assertions.rb
   25 /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb
   26 /tmp/ruby/src/trunk-yjit/lib/optparse.rb
   27 /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb
   28 /tmp/ruby/src/trunk-yjit/tool/lib/tracepointchecker.rb
   29 /tmp/ruby/src/trunk-yjit/tool/lib/zombie_hunter.rb
   30 /tmp/ruby/src/trunk-yjit/lib/delegate.rb
   31 /tmp/ruby/src/trunk-yjit/lib/fileutils.rb
   32 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
   33 /tmp/ruby/src/trunk-yjit/lib/tmpdir.rb
   34 /tmp/ruby/src/trunk-yjit/lib/tempfile.rb
   35 /tmp/ruby/src/trunk-yjit/tool/lib/iseq_loader_checker.rb
   36 /tmp/ruby/src/trunk-yjit/tool/lib/gc_checker.rb
   37 /tmp/ruby/src/trunk-yjit/tool/test/init.rb
   38 /tmp/ruby/src/trunk-yjit/lib/rubygems/defaults.rb
   39 /tmp/ruby/src/trunk-yjit/lib/rubygems/deprecate.rb
   40 /tmp/ruby/src/trunk-yjit/lib/rubygems/errors.rb
   41 /tmp/ruby/src/trunk-yjit/lib/rubygems/target_rbconfig.rb
   42 /tmp/ruby/src/trunk-yjit/lib/rubygems/win_platform.rb
   43 /tmp/ruby/src/trunk-yjit/lib/rubygems/unknown_command_spell_checker.rb
   44 /tmp/ruby/src/trunk-yjit/lib/rubygems/exceptions.rb
   45 /tmp/ruby/src/trunk-yjit/lib/rubygems/basic_specification.rb
   46 /tmp/ruby/src/trunk-yjit/lib/rubygems/stub_specification.rb
   47 /tmp/ruby/src/trunk-yjit/lib/rubygems/platform.rb
   48 /tmp/ruby/src/trunk-yjit/lib/rubygems/specification_record.rb
   49 /tmp/ruby/src/trunk-yjit/lib/rubygems/util/list.rb
   50 /tmp/ruby/src/trunk-yjit/lib/rubygems/version.rb
   51 /tmp/ruby/src/trunk-yjit/lib/rubygems/requirement.rb
   52 /tmp/ruby/src/trunk-yjit/lib/rubygems/specification.rb
   53 /tmp/ruby/src/trunk-yjit/lib/rubygems/util.rb
   54 /tmp/ruby/src/trunk-yjit/lib/rubygems/dependency.rb
   55 /tmp/ruby/src/trunk-yjit/lib/rubygems/core_ext/kernel_gem.rb
   56 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
   57 /tmp/ruby/build/trunk-yjit/.ext/common/monitor.rb
   58 /tmp/ruby/src/trunk-yjit/lib/rubygems.rb
   59 /tmp/ruby/src/trunk-yjit/lib/rubygems/path_support.rb
   60 /tmp/ruby/src/trunk-yjit/lib/pathname.rb
   61 /tmp/ruby/build/trunk-yjit/.ext/common/digest/version.rb
   62 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
   63 /tmp/ruby/build/trunk-yjit/.ext/common/digest/loader.rb
   64 /tmp/ruby/build/trunk-yjit/.ext/common/digest.rb
   65 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
   66 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/asn1.rb
   67 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/bn.rb
   68 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/cipher.rb
   69 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/digest.rb
   70 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/hmac.rb
   71 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/pkcs5.rb
   72 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/marshal.rb
   73 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/pkey.rb
   74 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/buffering.rb
   75 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
   76 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
   77 /tmp/ruby/build/trunk-yjit/.ext/common/socket.rb
   78 /tmp/ruby/src/trunk-yjit/lib/ipaddr.rb
   79 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/ssl.rb
   80 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/version.rb
   81 /tmp/ruby/build/trunk-yjit/.ext/common/openssl/x509.rb
   82 /tmp/ruby/build/trunk-yjit/.ext/common/openssl.rb
   83 /tmp/ruby/src/trunk-yjit/lib/rubygems/openssl.rb
   84 /tmp/ruby/src/trunk-yjit/lib/rubygems/text.rb
   85 /tmp/ruby/src/trunk-yjit/lib/rubygems/user_interaction.rb
   86 /tmp/ruby/src/trunk-yjit/lib/rubygems/security/policy.rb
   87 /tmp/ruby/src/trunk-yjit/lib/rubygems/security/policies.rb
   88 /tmp/ruby/src/trunk-yjit/lib/rubygems/security/trust_dir.rb
   89 /tmp/ruby/src/trunk-yjit/lib/rubygems/security/signer.rb
   90 /tmp/ruby/src/trunk-yjit/lib/rubygems/security.rb
   91 /tmp/ruby/src/trunk-yjit/lib/rubygems/package/digest_io.rb
   92 /tmp/ruby/src/trunk-yjit/lib/rubygems/package/source.rb
   93 /tmp/ruby/src/trunk-yjit/lib/rubygems/package/file_source.rb
   94 /tmp/ruby/src/trunk-yjit/lib/rubygems/package/io_source.rb
   95 /tmp/ruby/src/trunk-yjit/lib/rubygems/package/old.rb
   96 /tmp/ruby/src/trunk-yjit/lib/rubygems/package/tar_header.rb
   97 /tmp/ruby/src/trunk-yjit/lib/rubygems/package/tar_reader/entry.rb
   98 /tmp/ruby/src/trunk-yjit/lib/rubygems/package/tar_reader.rb
   99 /tmp/ruby/src/trunk-yjit/lib/rubygems/package/tar_writer.rb
  100 /tmp/ruby/src/trunk-yjit/lib/rubygems/package.rb
  101 /tmp/ruby/src/trunk-yjit/lib/shellwords.rb
  102 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/version.rb
  103 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb
  104 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb
  105 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/common.rb
  106 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/generic.rb
  107 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/file.rb
  108 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/ftp.rb
  109 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/http.rb
  110 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/https.rb
  111 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/ldap.rb
  112 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/ldaps.rb
  113 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/mailto.rb
  114 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/ws.rb
  115 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri/wss.rb
  116 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/uri/lib/uri.rb
  117 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
  118 /tmp/ruby/src/trunk-yjit/test/rubygems/mock_gem_ui.rb
  119 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
  120 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/optparse/lib/optparse.rb
  121 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendored_optparse.rb
  122 /tmp/ruby/src/trunk-yjit/lib/rubygems/command.rb
  123 /tmp/ruby/src/trunk-yjit/lib/rubygems/installer_uninstaller_utils.rb
  124 /tmp/ruby/src/trunk-yjit/lib/rubygems/ext/build_error.rb
  125 /tmp/ruby/src/trunk-yjit/lib/rubygems/ext/builder.rb
  126 /tmp/ruby/src/trunk-yjit/lib/rubygems/ext/configure_builder.rb
  127 /tmp/ruby/src/trunk-yjit/lib/rubygems/ext/ext_conf_builder.rb
  128 /tmp/ruby/src/trunk-yjit/lib/rubygems/ext/rake_builder.rb
  129 /tmp/ruby/src/trunk-yjit/lib/rubygems/ext/cmake_builder.rb
  130 /tmp/ruby/src/trunk-yjit/lib/rubygems/ext/cargo_builder.rb
  131 /tmp/ruby/src/trunk-yjit/lib/rubygems/ext.rb
  132 /tmp/ruby/src/trunk-yjit/lib/rubygems/installer.rb
  133 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb
  134 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
  135 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/errors.rb
  136 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/tsort/lib/tsort.rb
  137 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendored_tsort.rb
  138 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
  139 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
  140 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
  141 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
  142 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
  143 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb
  144 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb
  145 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb
  146 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb
  147 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb
  148 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/state.rb
  149 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
  150 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
  151 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/resolution.rb
  152 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/resolver.rb
  153 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb
  154 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/molinillo/lib/molinillo.rb
  155 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendored_molinillo.rb
  156 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/activation_request.rb
  157 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/conflict.rb
  158 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/dependency_request.rb
  159 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/requirement_list.rb
  160 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/stats.rb
  161 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/set.rb
  162 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/api_set.rb
  163 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/composed_set.rb
  164 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/best_set.rb
  165 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/current_set.rb
  166 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/git_set.rb
  167 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/index_set.rb
  168 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/installer_set.rb
  169 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/lock_set.rb
  170 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/vendor_set.rb
  171 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/source_set.rb
  172 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/specification.rb
  173 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/spec_specification.rb
  174 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/api_specification.rb
  175 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/git_specification.rb
  176 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/index_specification.rb
  177 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/installed_specification.rb
  178 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/local_specification.rb
  179 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/lock_specification.rb
  180 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver/vendor_specification.rb
  181 /tmp/ruby/src/trunk-yjit/lib/rubygems/resolver.rb
  182 /tmp/ruby/src/trunk-yjit/lib/rubygems/vendor/timeout/lib/timeout.rb
  183 /tmp/ruby/src/trunk-yjit/lib/prism/polyfill/byteindex.rb
  184 /tmp/ruby/src/trunk-yjit/lib/prism/polyfill/warn.rb
  185 /tmp/ruby/src/trunk-yjit/lib/prism/node.rb
  186 /tmp/ruby/src/trunk-yjit/lib/prism/node_ext.rb
  187 /tmp/ruby/src/trunk-yjit/lib/prism/parse_result.rb
  188 /tmp/ruby/src/trunk-yjit/lib/prism/string_query.rb
  189 /tmp/ruby/src/trunk-yjit/lib/prism/pack.rb
  190 prism/prism.so
  191 /tmp/ruby/src/trunk-yjit/lib/prism.rb
  192 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
  193 /tmp/ruby/build/trunk-yjit/.ext/common/ripper/core.rb
  194 /tmp/ruby/build/trunk-yjit/.ext/common/ripper/lexer.rb
  195 /tmp/ruby/build/trunk-yjit/.ext/common/ripper/filter.rb
  196 /tmp/ruby/build/trunk-yjit/.ext/common/ripper/sexp.rb
  197 /tmp/ruby/build/trunk-yjit/.ext/common/ripper.rb
  198 /tmp/ruby/src/trunk-yjit/test/prism/test_helper.rb
  199 /tmp/ruby/src/trunk-yjit/test/prism/ruby/desugar_compiler_test.rb
  200 /tmp/ruby/src/trunk-yjit/lib/prism/dsl.rb
  201 /tmp/ruby/src/trunk-yjit/lib/prism/visitor.rb
  202 /tmp/ruby/src/trunk-yjit/lib/prism/compiler.rb
  203 /tmp/ruby/src/trunk-yjit/lib/prism/mutation_compiler.rb
  204 /tmp/ruby/src/trunk-yjit/lib/prism/desugar_compiler.rb
  205 /tmp/ruby/src/trunk-yjit/test/ruby/test_autoload.rb
  206 /tmp/rubytest.kk8134/b20251112-1869282-e29f51.rb
  207 /tmp/ruby/src/trunk-yjit/test/ruby/test_clone.rb
  208 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/numhash.so
  209 /tmp/ruby/src/trunk-yjit/test/-ext-/st/test_numhash.rb
  210 /tmp/ruby/src/trunk-yjit/test/ruby/test_thread_queue.rb
  211 /tmp/ruby/src/trunk-yjit/test/ruby/test_econv.rb
  212 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
  213 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
  214 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese.so
  215 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/iso2022.so
  216 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
  217 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
  218 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
  219 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
  220 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
  221 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
  222 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/escape.so
  223 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
  224 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
  225 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
  226 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
  227 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
  228 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/md5.so
  229 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/rmd160.so
  230 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/sha1.so
  231 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/sha2.so
  232 /tmp/ruby/build/trunk-yjit/.ext/common/digest/sha2/loader.rb
  233 /tmp/ruby/build/trunk-yjit/.ext/common/digest/sha2.rb
  234 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/bubblebabble.so
  235 /tmp/ruby/src/trunk-yjit/test/digest/test_ractor.rb
  236 /tmp/ruby/src/trunk-yjit/test/prism/result/string_test.rb
  237 /tmp/ruby/src/trunk-yjit/lib/optparse/kwargs.rb
  238 /tmp/ruby/src/trunk-yjit/test/optparse/test_kwargs.rb
  239 /tmp/ruby/src/trunk-yjit/test/dtrace/helper.rb
  240 /tmp/ruby/src/trunk-yjit/test/dtrace/test_method_cache.rb
  241 /tmp/ruby/src/trunk-yjit/test/-ext-/exception/test_data_error.rb
  242 /tmp/ruby/src/trunk-yjit/test/io/wait/test_io_wait.rb
  243 /tmp/ruby/src/trunk-yjit/test/ruby/enc/test_regex_casefold.rb
  244 /tmp/ruby/src/trunk-yjit/test/-ext-/gvl/test_last_thread.rb
  245 /tmp/ruby/src/trunk-yjit/test/fileutils/visibility_tests.rb
  246 /tmp/ruby/src/trunk-yjit/test/fileutils/test_dryrun.rb
  247 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
  248 /tmp/ruby/build/trunk-yjit/.ext/common/objspace.rb
  249 /tmp/ruby/build/trunk-yjit/.ext/common/json/version.rb
  250 /tmp/ruby/build/trunk-yjit/.ext/common/json/common.rb
  251 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/parser.so
  252 /tmp/ruby/build/trunk-yjit/.ext/common/json/ext/generator/state.rb
  253 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/generator.so
  254 /tmp/ruby/build/trunk-yjit/.ext/common/json/ext.rb
  255 /tmp/ruby/build/trunk-yjit/.ext/common/json.rb
  256 /tmp/ruby/src/trunk-yjit/test/objspace/test_objspace.rb
  257 /tmp/ruby/src/trunk-yjit/test/test_timeout.rb
  258 /tmp/ruby/src/trunk-yjit/test/lib/jit_support.rb
  259 /tmp/ruby/src/trunk-yjit/test/lib/parser_support.rb
  260 /tmp/ruby/src/trunk-yjit/test/-ext-/bug_reporter/test_bug_reporter.rb
  261 /tmp/ruby/src/trunk-yjit/test/ripper/assert_parse_files.rb
  262 /tmp/ruby/src/trunk-yjit/test/ripper/test_files_test_2.rb
  263 /tmp/ruby/src/trunk-yjit/test/prism/api/freeze_test.rb
  264 /tmp/ruby/src/trunk-yjit/lib/uri/version.rb
  265 /tmp/ruby/src/trunk-yjit/lib/uri/rfc2396_parser.rb
  266 /tmp/ruby/src/trunk-yjit/lib/uri/rfc3986_parser.rb
  267 /tmp/ruby/src/trunk-yjit/lib/uri/common.rb
  268 /tmp/ruby/src/trunk-yjit/lib/uri/generic.rb
  269 /tmp/ruby/src/trunk-yjit/lib/uri/file.rb
  270 /tmp/ruby/src/trunk-yjit/lib/uri/ftp.rb
  271 /tmp/ruby/src/trunk-yjit/lib/uri/http.rb
  272 /tmp/ruby/src/trunk-yjit/lib/uri/https.rb
  273 /tmp/ruby/src/trunk-yjit/lib/uri/ldap.rb
  274 /tmp/ruby/src/trunk-yjit/lib/uri/ldaps.rb
  275 /tmp/ruby/src/trunk-yjit/lib/uri/mailto.rb
  276 /tmp/ruby/src/trunk-yjit/lib/uri/ws.rb
  277 /tmp/ruby/src/trunk-yjit/lib/uri/wss.rb
  278 /tmp/ruby/src/trunk-yjit/lib/uri.rb
  279 /tmp/ruby/src/trunk-yjit/test/uri/test_common.rb
  280 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
  281 /tmp/ruby/src/trunk-yjit/test/test_tempfile.rb
  282 /tmp/ruby/src/trunk-yjit/test/ruby/test_name_error.rb
  283 /tmp/ruby/src/trunk-yjit/test/ruby/test_signal.rb
  284 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
  285 /tmp/ruby/build/trunk-yjit/.ext/common/date.rb
  286 /tmp/ruby/build/trunk-yjit/.ext/common/psych/versions.rb
  287 /tmp/ruby/build/trunk-yjit/.ext/common/psych/exception.rb
  288 /tmp/ruby/build/trunk-yjit/.ext/common/psych/syntax_error.rb
  289 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
  290 /tmp/ruby/build/trunk-yjit/.ext/common/psych/omap.rb
  291 /tmp/ruby/build/trunk-yjit/.ext/common/psych/set.rb
  292 /tmp/ruby/build/trunk-yjit/.ext/common/psych/class_loader.rb
  293 /tmp/ruby/build/trunk-yjit/.ext/common/psych/scalar_scanner.rb
  294 /tmp/ruby/build/trunk-yjit/.ext/common/psych/nodes/node.rb
  295 /tmp/ruby/build/trunk-yjit/.ext/common/psych/nodes/stream.rb
  296 /tmp/ruby/build/trunk-yjit/.ext/common/psych/nodes/document.rb
  297 /tmp/ruby/build/trunk-yjit/.ext/common/psych/nodes/sequence.rb
  298 /tmp/ruby/build/trunk-yjit/.ext/common/psych/nodes/scalar.rb
  299 /tmp/ruby/build/trunk-yjit/.ext/common/psych/nodes/mapping.rb
  300 /tmp/ruby/build/trunk-yjit/.ext/common/psych/nodes/alias.rb
  301 /tmp/ruby/build/trunk-yjit/.ext/common/psych/nodes.rb
  302 /tmp/ruby/build/trunk-yjit/.ext/common/psych/streaming.rb
  303 /tmp/ruby/build/trunk-yjit/.ext/common/psych/visitors/visitor.rb
  304 /tmp/ruby/build/trunk-yjit/.ext/common/psych/visitors/to_ruby.rb
  305 /tmp/ruby/build/trunk-yjit/.ext/common/psych/visitors/emitter.rb
  306 /tmp/ruby/build/trunk-yjit/.ext/common/psych/handler.rb
  307 /tmp/ruby/build/trunk-yjit/.ext/common/psych/tree_builder.rb
  308 /tmp/ruby/build/trunk-yjit/.ext/common/psych/visitors/yaml_tree.rb
  309 /tmp/ruby/build/trunk-yjit/.ext/common/psych/json/ruby_events.rb
  310 /tmp/ruby/build/trunk-yjit/.ext/common/psych/visitors/json_tree.rb
  311 /tmp/ruby/build/trunk-yjit/.ext/common/psych/visitors/depth_first.rb
  312 /tmp/ruby/build/trunk-yjit/.ext/common/psych/visitors.rb
  313 /tmp/ruby/build/trunk-yjit/.ext/common/psych/parser.rb
  314 /tmp/ruby/build/trunk-yjit/.ext/common/psych/coder.rb
  315 /tmp/ruby/build/trunk-yjit/.ext/common/psych/stream.rb
  316 /tmp/ruby/build/trunk-yjit/.ext/common/psych/json/yaml_events.rb
  317 /tmp/ruby/build/trunk-yjit/.ext/common/psych/json/tree_builder.rb
  318 /tmp/ruby/build/trunk-yjit/.ext/common/psych/json/stream.rb
  319 /tmp/ruby/build/trunk-yjit/.ext/common/psych/handlers/document_stream.rb
  320 /tmp/ruby/build/trunk-yjit/.ext/common/psych/core_ext.rb
  321 /tmp/ruby/build/trunk-yjit/.ext/common/psych.rb
  322 /tmp/ruby/src/trunk-yjit/test/psych/helper.rb
  323 /tmp/ruby/src/trunk-yjit/test/psych/test_safe_load.rb
  324 /tmp/ruby/src/trunk-yjit/test/fiber/scheduler.rb
  325 /tmp/ruby/src/trunk-yjit/test/fiber/test_mutex.rb
  326 /tmp/ruby/src/trunk-yjit/test/ruby/test_exception.rb
  327 /tmp/ruby/src/trunk-yjit/test/ruby/enc/test_case_mapping.rb
  328 /tmp/ruby/src/trunk-yjit/test/openssl/utils.rb
  329 /tmp/ruby/src/trunk-yjit/test/openssl/test_pkey.rb
  330 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
  331 /tmp/ruby/src/trunk-yjit/test/-ext-/string/test_too_many_dummy_encodings.rb
  332 /tmp/ruby/src/trunk-yjit/test/ruby/test_encoding.rb
  333 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
  334 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
  335 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
  336 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
  337 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
  338 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
  339 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
  340 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
  341 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
  342 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
  343 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
  344 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
  345 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
  346 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
  347 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
  348 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
  349 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
  350 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
  351 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
  352 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
  353 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
  354 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
  355 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
  356 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
  357 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
  358 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
  359 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
  360 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
  361 /tmp/ruby/src/trunk-yjit/lib/mkmf.rb
  362 /tmp/ruby/src/trunk-yjit/test/mkmf/base.rb
  363 /tmp/ruby/src/trunk-yjit/test/mkmf/test_find_executable.rb
  364 /tmp/ruby/src/trunk-yjit/test/fiber/test_ractor.rb
  365 /tmp/ruby/src/trunk-yjit/test/ruby/test_lazy_enumerator.rb
  366 /tmp/ruby/src/trunk-yjit/test/mkmf/test_constant.rb
  367 /tmp/ruby/src/trunk-yjit/test/fiber/test_thread.rb
  368 /tmp/ruby/src/trunk-yjit/lib/optparse/ac.rb
  369 /tmp/ruby/src/trunk-yjit/test/optparse/test_autoconf.rb
  370 /tmp/ruby/src/trunk-yjit/lib/error_highlight/version.rb
  371 /tmp/ruby/src/trunk-yjit/lib/error_highlight/base.rb
  372 /tmp/ruby/src/trunk-yjit/lib/error_highlight/formatter.rb
  373 /tmp/ruby/src/trunk-yjit/lib/error_highlight/core_ext.rb
  374 /tmp/ruby/src/trunk-yjit/lib/error_highlight.rb
  375 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/version.rb
  376 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/core_ext/name_error.rb
  377 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/levenshtein.rb
  378 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/jaro_winkler.rb
  379 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/spell_checker.rb
  380 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb
  381 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb
  382 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/spell_checkers/name_error_checkers.rb
  383 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/spell_checkers/method_name_checker.rb
  384 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/spell_checkers/key_error_checker.rb
  385 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/spell_checkers/null_checker.rb
  386 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/tree_spell_checker.rb
  387 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/spell_checkers/require_path_checker.rb
  388 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/spell_checkers/pattern_key_name_checker.rb
  389 /tmp/ruby/src/trunk-yjit/lib/did_you_mean/formatter.rb
  390 /tmp/ruby/src/trunk-yjit/lib/did_you_mean.rb
  391 /tmp/ruby/src/trunk-yjit/test/error_highlight/test_error_highlight.rb
  392 /tmp/ruby/src/trunk-yjit/test/ruby/test_literal.rb
  393 /tmp/ruby/src/trunk-yjit/test/optparse/test_optparse.rb
  394 /tmp/ruby/src/trunk-yjit/test/optparse/test_did_you_mean.rb
  395 /tmp/ruby/src/trunk-yjit/test/socket/test_nonblock.rb
  396 /tmp/ruby/src/trunk-yjit/test/ruby/enc/test_big5.rb
  397 /tmp/ruby/src/trunk-yjit/test/prism/api/parse_success_test.rb
  398 /tmp/ruby/src/trunk-yjit/test/test_prettyprint.rb
  399 /tmp/ruby/src/trunk-yjit/test/json/test_helper.rb
  400 /tmp/ruby/src/trunk-yjit/test/json/json_generator_test.rb
  401 /tmp/ruby/src/trunk-yjit/test/prism/result/static_literals_test.rb
  402 /tmp/ruby/src/trunk-yjit/test/prism/encoding/regular_expression_encoding_test.rb
  403 /tmp/ruby/src/trunk-yjit/lib/random/formatter.rb
  404 /tmp/ruby/src/trunk-yjit/lib/securerandom.rb
  405 /tmp/ruby/src/trunk-yjit/test/test_securerandom.rb
  406 /tmp/ruby/src/trunk-yjit/test/test_extlibs.rb
  407 /tmp/ruby/src/trunk-yjit/test/fiber/test_timeout.rb
  408 /tmp/ruby/src/trunk-yjit/test/zlib/test_zlib.rb
  409 /tmp/ruby/src/trunk-yjit/test/ruby/test_arithmetic_sequence.rb
  410 /tmp/ruby/src/trunk-yjit/test/prism/ruby/ripper_test.rb
  411 /tmp/ruby/src/trunk-yjit/lib/prism/translation.rb
  412 /tmp/ruby/src/trunk-yjit/lib/prism/translation/ripper.rb
  413 /tmp/ruby/src/trunk-yjit/lib/prism/translation/ripper/sexp.rb
  414 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/file.so
  415 /tmp/ruby/src/trunk-yjit/test/-ext-/file/test_stat.rb
  416 /tmp/ruby/src/trunk-yjit/test/ruby/test_range.rb
  417 /tmp/ruby/src/trunk-yjit/test/ruby/enc/test_windows_1252.rb
  418 /tmp/ruby/src/trunk-yjit/test/prism/api/command_line_test.rb
  419 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/update.so
  420 /tmp/ruby/src/trunk-yjit/test/-ext-/st/test_update.rb
  421 /tmp/ruby/src/trunk-yjit/test/prism/result/attribute_write_test.rb
  422 /tmp/ruby/src/trunk-yjit/test/prism/result/warnings_test.rb
  423 /tmp/ruby/src/trunk-yjit/test/dtrace/test_hash_create.rb
  424 /tmp/ruby/src/trunk-yjit/test/openssl/test_pkcs7.rb
  425 /tmp/ruby/src/trunk-yjit/test/json/json_generic_object_test.rb
  426 /tmp/ruby/src/trunk-yjit/test/ruby/test_alias.rb
  427 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/method.so
  428 /tmp/ruby/src/trunk-yjit/test/-ext-/method/test_arity.rb
  429 /tmp/ruby/src/trunk-yjit/test/prism/api/dump_test.rb
  430 /tmp/ruby/src/trunk-yjit/lib/prism/polyfill/unpack1.rb
  431 /tmp/ruby/src/trunk-yjit/lib/prism/serialize.rb
  432 /tmp/ruby/src/trunk-yjit/test/did_you_mean/helper.rb
  433 /tmp/ruby/src/trunk-yjit/test/did_you_mean/test_ractor_compatibility.rb
  434 /tmp/ruby/src/trunk-yjit/test/ruby/test_super.rb
  435 /tmp/ruby/src/trunk-yjit/test/openssl/test_hmac.rb
  436 /tmp/ruby/src/trunk-yjit/test/ruby/enc/test_shift_jis.rb
  437 /tmp/ruby/src/trunk-yjit/test/ruby/test_method.rb
  438 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/integer.so
  439 /tmp/ruby/src/trunk-yjit/tool/lib/-test-/integer.rb
  440 /tmp/ruby/src/trunk-yjit/test/-ext-/integer/test_my_integer.rb
  441 /tmp/ruby/src/trunk-yjit/test/ruby/test_file_exhaustive.rb
  442 /tmp/ruby/src/trunk-yjit/test/prism/result/integer_parse_test.rb
  443 /tmp/ruby/src/trunk-yjit/test/ruby/test_not.rb
  444 /tmp/ruby/src/trunk-yjit/test/ruby/test_string.rb
  445 /tmp/ruby/src/trunk-yjit/tool/lib/memory_status.rb
  446 /tmp/ruby/src/trunk-yjit/test/socket/test_sockopt.rb
  447 /tmp/ruby/src/trunk-yjit/test/psych/visitors/test_emitter.rb
  448 /tmp/ruby/src/trunk-yjit/test/psych/test_encoding.rb
  449 /tmp/ruby/src/trunk-yjit/test/etc/test_etc.rb
  450 /tmp/ruby/src/trunk-yjit/test/psych/test_alias_and_anchor.rb
  451 /tmp/ruby/src/trunk-yjit/test/openssl/test_x509req.rb
  452 /tmp/ruby/src/trunk-yjit/test/ruby/test_string_memory.rb
  453 /tmp/ruby/src/trunk-yjit/test/prism/encoding/string_encoding_test.rb
  454 /tmp/ruby/src/trunk-yjit/test/net/http/utils.rb
  455 /tmp/ruby/src/trunk-yjit/test/net/http/test_https.rb

* Process memory map:

5c46a8cf8000-5c46a9338000 r-xp 00000000 00:00 0                          [anon:Ruby:rb_jit_reserve_addr_space]
5c46a9338000-5c46b0cf8000 ---p 00000000 00:00 0                          [anon:Ruby:rb_jit_reserve_addr_space]
5c46b100d000-5c46b104d000 r--p 00000000 00:b6 15073296                   /tmp/ruby/build/trunk-yjit/ruby
5c46b104d000-5c46b151e000 r-xp 00040000 00:b6 15073296                   /tmp/ruby/build/trunk-yjit/ruby
5c46b151e000-5c46b16be000 r--p 00511000 00:b6 15073296                   /tmp/ruby/build/trunk-yjit/ruby
5c46b16be000-5c46b16d4000 r--p 006b1000 00:b6 15073296                   /tmp/ruby/build/trunk-yjit/ruby
5c46b16d4000-5c46b16d5000 rw-p 006c7000 00:b6 15073296                   /tmp/ruby/build/trunk-yjit/ruby
5c46b16d5000-5c46b16e9000 rw-p 00000000 00:00 0 
5c46be165000-5c46c6f39000 rw-p 00000000 00:00 0                          [heap]
7c2168aca000-7c216c000000 r--s 00000000 00:b6 15073296                   /tmp/ruby/build/trunk-yjit/ruby
7c216c000000-7c216c301000 rw-p 00000000 00:00 0 
7c216c301000-7c2170000000 ---p 00000000 00:00 0 
7c2170000000-7c2170310000 rw-p 00000000 00:00 0 
7c2170310000-7c2174000000 ---p 00000000 00:00 0 
7c2174000000-7c2174104000 rw-p 00000000 00:00 0 
7c2174104000-7c2178000000 ---p 00000000 00:00 0 
7c2178000000-7c2178218000 rw-p 00000000 00:00 0 
7c2178218000-7c217c000000 ---p 00000000 00:00 0 
7c217c000000-7c217c212000 rw-p 00000000 00:00 0 
7c217c212000-7c2180000000 ---p 00000000 00:00 0 
7c2180000000-7c2180104000 rw-p 00000000 00:00 0 
7c2180104000-7c2184000000 ---p 00000000 00:00 0 
7c2184000000-7c2184104000 rw-p 00000000 00:00 0 
7c2184104000-7c2188000000 ---p 00000000 00:00 0 
7c2188000000-7c2188104000 rw-p 00000000 00:00 0 
7c2188104000-7c218c000000 ---p 00000000 00:00 0 
7c218c000000-7c218c105000 rw-p 00000000 00:00 0 
7c218c105000-7c2190000000 ---p 00000000 00:00 0 
7c2190000000-7c2190105000 rw-p 00000000 00:00 0 
7c2190105000-7c2194000000 ---p 00000000 00:00 0 
7c2194000000-7c2194021000 rw-p 00000000 00:00 0 
7c2194021000-7c2198000000 ---p 00000000 00:00 0 
7c2198000000-7c2198021000 rw-p 00000000 00:00 0 
7c2198021000-7c219c000000 ---p 00000000 00:00 0 
7c219c000000-7c219c021000 rw-p 00000000 00:00 0 
7c219c021000-7c21a0000000 ---p 00000000 00:00 0 
7c21a0000000-7c21a0021000 rw-p 00000000 00:00 0 
7c21a0021000-7c21a4000000 ---p 00000000 00:00 0 
7c21a4000000-7c21a4021000 rw-p 00000000 00:00 0 
7c21a4021000-7c21a8000000 ---p 00000000 00:00 0 
7c21a8000000-7c21a8021000 rw-p 00000000 00:00 0 
7c21a8021000-7c21ac000000 ---p 00000000 00:00 0 
7c21ac000000-7c21ac021000 rw-p 00000000 00:00 0 
7c21ac021000-7c21b0000000 ---p 00000000 00:00 0 
7c21b0000000-7c21b0021000 rw-p 00000000 00:00 0 
7c21b0021000-7c21b4000000 ---p 00000000 00:00 0 
7c21b4000000-7c21b4033000 rw-p 00000000 00:00 0 
7c21b4033000-7c21b8000000 ---p 00000000 00:00 0 
7c21b8000000-7c21b807d000 rw-p 00000000 00:00 0 
7c21b807d000-7c21bc000000 ---p 00000000 00:00 0 
7c21bc000000-7c21bc030000 rw-p 00000000 00:00 0 
7c21bc030000-7c21c0000000 ---p 00000000 00:00 0 
7c21c0000000-7c21c0021000 rw-p 00000000 00:00 0 
7c21c0021000-7c21c4000000 ---p 00000000 00:00 0 
7c21c4000000-7c21c4027000 rw-p 00000000 00:00 0 
7c21c4027000-7c21c8000000 ---p 00000000 00:00 0 
7c21c8000000-7c21c8033000 rw-p 00000000 00:00 0 
7c21c8033000-7c21cc000000 ---p 00000000 00:00 0 
7c21cc000000-7c21cc051000 rw-p 00000000 00:00 0 
7c21cc051000-7c21d0000000 ---p 00000000 00:00 0 
7c21d16a8000-7c21d18af000 r--s 00000000 00:b6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7c21d18af000-7c21d18b0000 ---p 00000000 00:00 0 
7c21d18b0000-7c21d20b0000 rw-p 00000000 00:00 0 
7c21d20b0000-7c21d20c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d20c0000-7c21d20c2000 r--p 00000000 00:b6 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7c21d20c2000-7c21d20db000 r-xp 00002000 00:b6 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7c21d20db000-7c21d20df000 r--p 0001b000 00:b6 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7c21d20df000-7c21d20e0000 r--p 0001e000 00:b6 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7c21d20e0000-7c21d20e1000 rw-p 0001f000 00:b6 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7c21d20e1000-7c21d20e5000 r--p 00000000 00:b6 16803448                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
7c21d20e5000-7c21d2115000 r-xp 00004000 00:b6 16803448                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
7c21d2115000-7c21d211d000 r--p 00034000 00:b6 16803448                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
7c21d211d000-7c21d211e000 r--p 0003b000 00:b6 16803448                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
7c21d211e000-7c21d211f000 rw-p 0003c000 00:b6 16803448                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
7c21d211f000-7c21d2120000 rw-p 00000000 00:00 0 
7c21d2130000-7c21d2160000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d2170000-7c21d21b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d21c0000-7c21d2340000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d2350000-7c21d2460000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d2470000-7c21d2580000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d2590000-7c21d25a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d25a0000-7c21d2680000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d2683000-7c21d2684000 ---p 00000000 00:00 0 
7c21d2684000-7c21d26a4000 rw-p 00000000 00:00 0 
7c21d26c0000-7c21d27a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d27a5000-7c21d27a6000 ---p 00000000 00:00 0 
7c21d27a6000-7c21d27c6000 rw-p 00000000 00:00 0 
7c21d27d6000-7c21d27d7000 r--p 00000000 00:b6 16802288                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
7c21d27d7000-7c21d27d8000 r-xp 00001000 00:b6 16802288                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
7c21d27d8000-7c21d27d9000 r--p 00002000 00:b6 16802288                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
7c21d27d9000-7c21d27da000 r--p 00002000 00:b6 16802288                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
7c21d27da000-7c21d27db000 rw-p 00003000 00:b6 16802288                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
7c21d27db000-7c21d27dc000 r--p 00000000 00:b6 16802287                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
7c21d27dc000-7c21d27dd000 r-xp 00001000 00:b6 16802287                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
7c21d27dd000-7c21d27de000 r--p 00002000 00:b6 16802287                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
7c21d27de000-7c21d27df000 r--p 00002000 00:b6 16802287                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
7c21d27df000-7c21d27e0000 rw-p 00003000 00:b6 16802287                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
7c21d27e0000-7c21d28c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d28c2000-7c21d28c3000 r--p 00000000 00:b6 16802286                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
7c21d28c3000-7c21d28c4000 r-xp 00001000 00:b6 16802286                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
7c21d28c4000-7c21d28c5000 r--p 00002000 00:b6 16802286                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
7c21d28c5000-7c21d28c6000 r--p 00002000 00:b6 16802286                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
7c21d28c6000-7c21d28c7000 rw-p 00003000 00:b6 16802286                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
7c21d28c7000-7c21d28c8000 ---p 00000000 00:00 0 
7c21d28c8000-7c21d28e8000 rw-p 00000000 00:00 0 
7c21d28ec000-7c21d28ed000 r--p 00000000 00:b6 16802285                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
7c21d28ed000-7c21d28ee000 r-xp 00001000 00:b6 16802285                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
7c21d28ee000-7c21d28ef000 r--p 00002000 00:b6 16802285                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
7c21d28ef000-7c21d28f0000 r--p 00002000 00:b6 16802285                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
7c21d28f0000-7c21d28f1000 rw-p 00003000 00:b6 16802285                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
7c21d28f1000-7c21d28f2000 r--p 00000000 00:b6 16802295                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
7c21d28f2000-7c21d28f3000 r-xp 00001000 00:b6 16802295                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
7c21d28f3000-7c21d28f4000 r--p 00002000 00:b6 16802295                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
7c21d28f4000-7c21d28f5000 r--p 00002000 00:b6 16802295                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
7c21d28f5000-7c21d28f6000 rw-p 00003000 00:b6 16802295                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
7c21d28f6000-7c21d28f7000 r--p 00000000 00:b6 16802276                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
7c21d28f7000-7c21d28f8000 r-xp 00001000 00:b6 16802276                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
7c21d28f8000-7c21d28f9000 r--p 00002000 00:b6 16802276                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
7c21d28f9000-7c21d28fa000 r--p 00002000 00:b6 16802276                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
7c21d28fa000-7c21d28fb000 rw-p 00003000 00:b6 16802276                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
7c21d28fb000-7c21d28fc000 r--p 00000000 00:b6 16802275                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
7c21d28fc000-7c21d28fd000 r-xp 00001000 00:b6 16802275                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
7c21d28fd000-7c21d28fe000 r--p 00002000 00:b6 16802275                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
7c21d28fe000-7c21d28ff000 r--p 00002000 00:b6 16802275                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
7c21d28ff000-7c21d2900000 rw-p 00003000 00:b6 16802275                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
7c21d2900000-7c21d29e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d29e4000-7c21d29e5000 r--p 00000000 00:b6 16802274                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
7c21d29e5000-7c21d29e6000 r-xp 00001000 00:b6 16802274                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
7c21d29e6000-7c21d29e7000 r--p 00002000 00:b6 16802274                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
7c21d29e7000-7c21d29e8000 r--p 00002000 00:b6 16802274                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
7c21d29e8000-7c21d29e9000 rw-p 00003000 00:b6 16802274                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
7c21d29e9000-7c21d29ea000 ---p 00000000 00:00 0 
7c21d29ea000-7c21d2a0a000 rw-p 00000000 00:00 0 
7c21d2a0c000-7c21d2a0d000 r--p 00000000 00:b6 16802273                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
7c21d2a0d000-7c21d2a0e000 r-xp 00001000 00:b6 16802273                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
7c21d2a0e000-7c21d2a0f000 r--p 00002000 00:b6 16802273                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
7c21d2a0f000-7c21d2a10000 r--p 00002000 00:b6 16802273                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
7c21d2a10000-7c21d2a11000 rw-p 00003000 00:b6 16802273                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
7c21d2a11000-7c21d2a12000 r--p 00000000 00:b6 16802272                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
7c21d2a12000-7c21d2a13000 r-xp 00001000 00:b6 16802272                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
7c21d2a13000-7c21d2a14000 r--p 00002000 00:b6 16802272                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
7c21d2a14000-7c21d2a15000 r--p 00002000 00:b6 16802272                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
7c21d2a15000-7c21d2a16000 rw-p 00003000 00:b6 16802272                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
7c21d2a16000-7c21d2a17000 r--p 00000000 00:b6 16802271                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
7c21d2a17000-7c21d2a18000 r-xp 00001000 00:b6 16802271                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
7c21d2a18000-7c21d2a19000 r--p 00002000 00:b6 16802271                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
7c21d2a19000-7c21d2a1a000 r--p 00002000 00:b6 16802271                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
7c21d2a1a000-7c21d2a1b000 rw-p 00003000 00:b6 16802271                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
7c21d2a1b000-7c21d2a1c000 r--p 00000000 00:b6 16802270                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
7c21d2a1c000-7c21d2a1d000 r-xp 00001000 00:b6 16802270                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
7c21d2a1d000-7c21d2a1e000 r--p 00002000 00:b6 16802270                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
7c21d2a1e000-7c21d2a1f000 r--p 00002000 00:b6 16802270                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
7c21d2a1f000-7c21d2a20000 rw-p 00003000 00:b6 16802270                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
7c21d2a20000-7c21d2b00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d2b01000-7c21d2b02000 r--p 00000000 00:b6 16802269                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
7c21d2b02000-7c21d2b03000 r-xp 00001000 00:b6 16802269                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
7c21d2b03000-7c21d2b04000 r--p 00002000 00:b6 16802269                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
7c21d2b04000-7c21d2b05000 r--p 00002000 00:b6 16802269                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
7c21d2b05000-7c21d2b06000 rw-p 00003000 00:b6 16802269                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
7c21d2b06000-7c21d2b07000 r--p 00000000 00:b6 16802268                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
7c21d2b07000-7c21d2b08000 r-xp 00001000 00:b6 16802268                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
7c21d2b08000-7c21d2b09000 r--p 00002000 00:b6 16802268                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
7c21d2b09000-7c21d2b0a000 r--p 00002000 00:b6 16802268                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
7c21d2b0a000-7c21d2b0b000 rw-p 00003000 00:b6 16802268                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
7c21d2b0b000-7c21d2b0c000 ---p 00000000 00:00 0 
7c21d2b0c000-7c21d2b2c000 rw-p 00000000 00:00 0 
7c21d2b2c000-7c21d2b2d000 r--p 00000000 00:b6 16802267                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
7c21d2b2d000-7c21d2b2e000 r-xp 00001000 00:b6 16802267                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
7c21d2b2e000-7c21d2b2f000 r--p 00002000 00:b6 16802267                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
7c21d2b2f000-7c21d2b30000 r--p 00002000 00:b6 16802267                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
7c21d2b30000-7c21d2b31000 rw-p 00003000 00:b6 16802267                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
7c21d2b31000-7c21d2b32000 r--p 00000000 00:b6 16802266                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
7c21d2b32000-7c21d2b33000 r-xp 00001000 00:b6 16802266                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
7c21d2b33000-7c21d2b34000 r--p 00002000 00:b6 16802266                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
7c21d2b34000-7c21d2b35000 r--p 00002000 00:b6 16802266                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
7c21d2b35000-7c21d2b36000 rw-p 00003000 00:b6 16802266                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
7c21d2b36000-7c21d2b39000 r--p 00000000 00:b6 16803278                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7c21d2b39000-7c21d2b3d000 r-xp 00003000 00:b6 16803278                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7c21d2b3d000-7c21d2b3e000 r--p 00007000 00:b6 16803278                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7c21d2b3e000-7c21d2b3f000 r--p 00008000 00:b6 16803278                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7c21d2b3f000-7c21d2b40000 rw-p 00009000 00:b6 16803278                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7c21d2b40000-7c21d2ba0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d2ba0000-7c21d2ba2000 r--p 00000000 00:b6 16803461                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/generator.so
7c21d2ba2000-7c21d2bac000 r-xp 00002000 00:b6 16803461                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/generator.so
7c21d2bac000-7c21d2baf000 r--p 0000c000 00:b6 16803461                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/generator.so
7c21d2baf000-7c21d2bb0000 r--p 0000e000 00:b6 16803461                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/generator.so
7c21d2bb0000-7c21d2bb1000 rw-p 0000f000 00:b6 16803461                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/generator.so
7c21d2bb1000-7c21d2bb3000 r--p 00000000 00:b6 16803462                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/parser.so
7c21d2bb3000-7c21d2bb9000 r-xp 00002000 00:b6 16803462                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/parser.so
7c21d2bb9000-7c21d2bbe000 r--p 00008000 00:b6 16803462                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/parser.so
7c21d2bbe000-7c21d2bbf000 r--p 0000c000 00:b6 16803462                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/parser.so
7c21d2bbf000-7c21d2bc0000 rw-p 0000d000 00:b6 16803462                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/parser.so
7c21d2bc0000-7c21d2bd0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d2bd1000-7c21d2bd9000 r--p 00000000 00:b6 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7c21d2bd9000-7c21d2c18000 r-xp 00008000 00:b6 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7c21d2c18000-7c21d2c28000 r--p 00047000 00:b6 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7c21d2c28000-7c21d2c2c000 r--p 00056000 00:b6 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7c21d2c2c000-7c21d2c2d000 rw-p 0005a000 00:b6 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
7c21d2c2d000-7c21d2c2e000 ---p 00000000 00:00 0 
7c21d2c2e000-7c21d2c4e000 rw-p 00000000 00:00 0 
7c21d2c50000-7c21d2c53000 r--p 00000000 00:b6 16803213                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
7c21d2c53000-7c21d2c5c000 r-xp 00003000 00:b6 16803213                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
7c21d2c5c000-7c21d2c5e000 r--p 0000c000 00:b6 16803213                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
7c21d2c5e000-7c21d2c5f000 r--p 0000d000 00:b6 16803213                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
7c21d2c5f000-7c21d2c60000 rw-p 0000e000 00:b6 16803213                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
7c21d2c60000-7c21d2c70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d2c71000-7c21d2c72000 r--p 00000000 00:b6 16802265                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
7c21d2c72000-7c21d2c73000 r-xp 00001000 00:b6 16802265                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
7c21d2c73000-7c21d2c74000 r--p 00002000 00:b6 16802265                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
7c21d2c74000-7c21d2c75000 r--p 00002000 00:b6 16802265                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
7c21d2c75000-7c21d2c76000 rw-p 00003000 00:b6 16802265                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
7c21d2c76000-7c21d2c79000 r--p 00000000 00:b6 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7c21d2c79000-7c21d2c7f000 r-xp 00003000 00:b6 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7c21d2c7f000-7c21d2c81000 r--p 00009000 00:b6 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7c21d2c81000-7c21d2c82000 r--p 0000b000 00:b6 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7c21d2c82000-7c21d2c83000 rw-p 0000c000 00:b6 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
7c21d2c83000-7c21d2c84000 r--p 00000000 00:b6 16802303                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
7c21d2c84000-7c21d2c85000 r-xp 00001000 00:b6 16802303                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
7c21d2c85000-7c21d2c86000 r--p 00002000 00:b6 16802303                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
7c21d2c86000-7c21d2c87000 r--p 00002000 00:b6 16802303                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
7c21d2c87000-7c21d2c88000 rw-p 00003000 00:b6 16802303                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
7c21d2c88000-7c21d2c89000 r--p 00000000 00:b6 16803454                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/sha2.so
7c21d2c89000-7c21d2c8d000 r-xp 00001000 00:b6 16803454                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/sha2.so
7c21d2c8d000-7c21d2c8e000 r--p 00005000 00:b6 16803454                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/sha2.so
7c21d2c8e000-7c21d2c8f000 r--p 00005000 00:b6 16803454                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/sha2.so
7c21d2c8f000-7c21d2c90000 rw-p 00006000 00:b6 16803454                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/sha2.so
7c21d2c90000-7c21d2c93000 r--p 00000000 00:b6 16802711                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
7c21d2c93000-7c21d2c94000 r-xp 00003000 00:b6 16802711                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
7c21d2c94000-7c21d2ca8000 r--p 00004000 00:b6 16802711                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
7c21d2ca8000-7c21d2cad000 r--p 00018000 00:b6 16802711                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
7c21d2cad000-7c21d2cae000 rw-p 0001d000 00:b6 16802711                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
7c21d2cae000-7c21d2caf000 r--p 00000000 00:b6 16802701                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7c21d2caf000-7c21d2cb0000 r-xp 00001000 00:b6 16802701                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7c21d2cb0000-7c21d2cd4000 r--p 00002000 00:b6 16802701                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7c21d2cd4000-7c21d2cd5000 r--p 00025000 00:b6 16802701                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7c21d2cd5000-7c21d2cd6000 rw-p 00026000 00:b6 16802701                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7c21d2cd6000-7c21d2cd7000 r--p 00000000 00:b6 16802696                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
7c21d2cd7000-7c21d2cd8000 r-xp 00001000 00:b6 16802696                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
7c21d2cd8000-7c21d2d2e000 r--p 00002000 00:b6 16802696                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
7c21d2d2e000-7c21d2d2f000 r--p 00057000 00:b6 16802696                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
7c21d2d2f000-7c21d2d30000 rw-p 00058000 00:b6 16802696                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
7c21d2d30000-7c21d2d40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d2d44000-7c21d2d45000 r--p 00000000 00:b6 16803447                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/sha1.so
7c21d2d45000-7c21d2d47000 r-xp 00001000 00:b6 16803447                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/sha1.so
7c21d2d47000-7c21d2d48000 r--p 00003000 00:b6 16803447                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/sha1.so
7c21d2d48000-7c21d2d49000 r--p 00003000 00:b6 16803447                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/sha1.so
7c21d2d49000-7c21d2d4a000 rw-p 00004000 00:b6 16803447                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/sha1.so
7c21d2d4a000-7c21d2d4b000 ---p 00000000 00:00 0 
7c21d2d4b000-7c21d2d6b000 rw-p 00000000 00:00 0 
7c21d2d6b000-7c21d2d6c000 ---p 00000000 00:00 0 
7c21d2d6c000-7c21d2d8c000 rw-p 00000000 00:00 0 
7c21d2d8c000-7c21d2d8d000 ---p 00000000 00:00 0 
7c21d2d8d000-7c21d2dad000 rw-p 00000000 00:00 0 
7c21d2dad000-7c21d2dae000 ---p 00000000 00:00 0 
7c21d2dae000-7c21d2dce000 rw-p 00000000 00:00 0 
7c21d2dce000-7c21d2dcf000 ---p 00000000 00:00 0 
7c21d2dcf000-7c21d2def000 rw-p 00000000 00:00 0 
7c21d2def000-7c21d2df0000 ---p 00000000 00:00 0 
7c21d2df0000-7c21d2e10000 rw-p 00000000 00:00 0 
7c21d2e10000-7c21d2ef0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d2ef0000-7c21d2ef1000 r--p 00000000 00:b6 16803435                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/bubblebabble.so
7c21d2ef1000-7c21d2ef2000 r-xp 00001000 00:b6 16803435                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/bubblebabble.so
7c21d2ef2000-7c21d2ef3000 r--p 00002000 00:b6 16803435                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/bubblebabble.so
7c21d2ef3000-7c21d2ef4000 r--p 00002000 00:b6 16803435                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/bubblebabble.so
7c21d2ef4000-7c21d2ef5000 rw-p 00003000 00:b6 16803435                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/bubblebabble.so
7c21d2ef5000-7c21d2ef6000 r--p 00000000 00:b6 16803444                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/rmd160.so
7c21d2ef6000-7c21d2ef8000 r-xp 00001000 00:b6 16803444                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/rmd160.so
7c21d2ef8000-7c21d2ef9000 r--p 00003000 00:b6 16803444                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/rmd160.so
7c21d2ef9000-7c21d2efa000 r--p 00003000 00:b6 16803444                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/rmd160.so
7c21d2efa000-7c21d2efb000 rw-p 00004000 00:b6 16803444                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/rmd160.so
7c21d2efb000-7c21d2efc000 r--p 00000000 00:b6 16803438                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/md5.so
7c21d2efc000-7c21d2efd000 r-xp 00001000 00:b6 16803438                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/md5.so
7c21d2efd000-7c21d2efe000 r--p 00002000 00:b6 16803438                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/md5.so
7c21d2efe000-7c21d2eff000 r--p 00002000 00:b6 16803438                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/md5.so
7c21d2eff000-7c21d2f00000 rw-p 00003000 00:b6 16803438                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest/md5.so
7c21d2f00000-7c21d2f10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d2f10000-7c21d2f30000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d2f33000-7c21d2f34000 r--p 00000000 00:b6 16802281                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
7c21d2f34000-7c21d2f35000 r-xp 00001000 00:b6 16802281                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
7c21d2f35000-7c21d2f36000 r--p 00002000 00:b6 16802281                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
7c21d2f36000-7c21d2f37000 r--p 00002000 00:b6 16802281                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
7c21d2f37000-7c21d2f38000 rw-p 00003000 00:b6 16802281                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
7c21d2f38000-7c21d2f39000 ---p 00000000 00:00 0 
7c21d2f39000-7c21d2f59000 rw-p 00000000 00:00 0 
7c21d2f59000-7c21d2f5a000 ---p 00000000 00:00 0 
7c21d2f5a000-7c21d2f7a000 rw-p 00000000 00:00 0 
7c21d2f7a000-7c21d2f7b000 ---p 00000000 00:00 0 
7c21d2f7b000-7c21d2f9b000 rw-p 00000000 00:00 0 
7c21d2f9b000-7c21d2f9c000 ---p 00000000 00:00 0 
7c21d2f9c000-7c21d2fbc000 rw-p 00000000 00:00 0 
7c21d2fbc000-7c21d2fbd000 ---p 00000000 00:00 0 
7c21d2fbd000-7c21d2fdd000 rw-p 00000000 00:00 0 
7c21d2fdd000-7c21d2fde000 ---p 00000000 00:00 0 
7c21d2fde000-7c21d2ffe000 rw-p 00000000 00:00 0 
7c21d2ffe000-7c21d2fff000 ---p 00000000 00:00 0 
7c21d2fff000-7c21d301f000 rw-p 00000000 00:00 0 
7c21d3020000-7c21d3021000 r--p 00000000 00:b6 16802282                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7c21d3021000-7c21d3022000 r-xp 00001000 00:b6 16802282                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7c21d3022000-7c21d3023000 r--p 00002000 00:b6 16802282                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7c21d3023000-7c21d3024000 r--p 00003000 00:b6 16802282                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7c21d3024000-7c21d3025000 rw-p 00004000 00:b6 16802282                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7c21d3025000-7c21d3026000 r--p 00000000 00:b6 16802279                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
7c21d3026000-7c21d3027000 r-xp 00001000 00:b6 16802279                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
7c21d3027000-7c21d3028000 r--p 00002000 00:b6 16802279                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
7c21d3028000-7c21d3029000 r--p 00002000 00:b6 16802279                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
7c21d3029000-7c21d302a000 rw-p 00003000 00:b6 16802279                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
7c21d302a000-7c21d302b000 ---p 00000000 00:00 0 
7c21d302b000-7c21d304b000 rw-p 00000000 00:00 0 
7c21d304b000-7c21d304c000 ---p 00000000 00:00 0 
7c21d304c000-7c21d306c000 rw-p 00000000 00:00 0 
7c21d306c000-7c21d306d000 ---p 00000000 00:00 0 
7c21d306d000-7c21d308d000 rw-p 00000000 00:00 0 
7c21d308d000-7c21d308e000 ---p 00000000 00:00 0 
7c21d308e000-7c21d30ae000 rw-p 00000000 00:00 0 
7c21d30ae000-7c21d30af000 ---p 00000000 00:00 0 
7c21d30af000-7c21d30cf000 rw-p 00000000 00:00 0 
7c21d30cf000-7c21d30d0000 ---p 00000000 00:00 0 
7c21d30d0000-7c21d30f0000 rw-p 00000000 00:00 0 
7c21d30f0000-7c21d3140000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d3143000-7c21d314a000 r--p 00000000 00:b6 16803484                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
7c21d314a000-7c21d318f000 r-xp 00007000 00:b6 16803484                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
7c21d318f000-7c21d31ad000 r--p 0004c000 00:b6 16803484                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
7c21d31ad000-7c21d31af000 r--p 00069000 00:b6 16803484                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
7c21d31af000-7c21d31b0000 rw-p 0006b000 00:b6 16803484                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
7c21d31b0000-7c21d3260000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d3262000-7c21d3263000 r--p 00000000 00:b6 16802278                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
7c21d3263000-7c21d3264000 r-xp 00001000 00:b6 16802278                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
7c21d3264000-7c21d3265000 r--p 00002000 00:b6 16802278                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
7c21d3265000-7c21d3266000 r--p 00002000 00:b6 16802278                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
7c21d3266000-7c21d3267000 rw-p 00003000 00:b6 16802278                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
7c21d3271000-7c21d3272000 r--p 00000000 00:b6 16803004                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/integer.so
7c21d3272000-7c21d3273000 r-xp 00001000 00:b6 16803004                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/integer.so
7c21d3273000-7c21d3274000 r--p 00002000 00:b6 16803004                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/integer.so
7c21d3274000-7c21d3275000 r--p 00002000 00:b6 16803004                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/integer.so
7c21d3275000-7c21d3276000 rw-p 00003000 00:b6 16803004                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/integer.so
7c21d3276000-7c21d3277000 r--p 00000000 00:b6 16803036                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/method.so
7c21d3277000-7c21d3278000 r-xp 00001000 00:b6 16803036                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/method.so
7c21d3278000-7c21d3279000 r--p 00002000 00:b6 16803036                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/method.so
7c21d3279000-7c21d327a000 r--p 00002000 00:b6 16803036                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/method.so
7c21d327a000-7c21d327b000 rw-p 00003000 00:b6 16803036                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/method.so
7c21d327b000-7c21d327c000 r--p 00000000 00:b6 16803079                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/update.so
7c21d327c000-7c21d327d000 r-xp 00001000 00:b6 16803079                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/update.so
7c21d327d000-7c21d327e000 r--p 00002000 00:b6 16803079                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/update.so
7c21d327e000-7c21d327f000 r--p 00002000 00:b6 16803079                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/update.so
7c21d327f000-7c21d3280000 rw-p 00003000 00:b6 16803079                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/update.so
7c21d3280000-7c21d32e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d32e3000-7c21d32e4000 r--p 00000000 00:b6 16802991                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/file.so
7c21d32e4000-7c21d32e5000 r-xp 00001000 00:b6 16802991                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/file.so
7c21d32e5000-7c21d32e6000 r--p 00002000 00:b6 16802991                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/file.so
7c21d32e6000-7c21d32e7000 r--p 00002000 00:b6 16802991                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/file.so
7c21d32e7000-7c21d32e8000 rw-p 00003000 00:b6 16802991                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/file.so
7c21d32e8000-7c21d32ef000 r--p 00000000 00:b6 16803333                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
7c21d32ef000-7c21d3316000 r-xp 00007000 00:b6 16803333                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
7c21d3316000-7c21d331e000 r--p 0002e000 00:b6 16803333                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
7c21d331e000-7c21d331f000 r--p 00035000 00:b6 16803333                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
7c21d331f000-7c21d3320000 rw-p 00036000 00:b6 16803333                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
7c21d3320000-7c21d3340000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d3340000-7c21d3341000 r--p 00000000 00:b6 16802250                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
7c21d3341000-7c21d3342000 r-xp 00001000 00:b6 16802250                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
7c21d3342000-7c21d3343000 r--p 00002000 00:b6 16802250                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
7c21d3343000-7c21d3344000 r--p 00002000 00:b6 16802250                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
7c21d3344000-7c21d3345000 rw-p 00003000 00:b6 16802250                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
7c21d3345000-7c21d3346000 r--p 00000000 00:b6 16802698                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/escape.so
7c21d3346000-7c21d3347000 r-xp 00001000 00:b6 16802698                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/escape.so
7c21d3347000-7c21d3348000 r--p 00002000 00:b6 16802698                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/escape.so
7c21d3348000-7c21d3349000 r--p 00002000 00:b6 16802698                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/escape.so
7c21d3349000-7c21d334a000 rw-p 00003000 00:b6 16802698                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/escape.so
7c21d334a000-7c21d334b000 r--p 00000000 00:b6 16802258                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
7c21d334b000-7c21d334c000 r-xp 00001000 00:b6 16802258                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
7c21d334c000-7c21d334d000 r--p 00002000 00:b6 16802258                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
7c21d334d000-7c21d334e000 r--p 00002000 00:b6 16802258                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
7c21d334e000-7c21d334f000 rw-p 00003000 00:b6 16802258                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
7c21d3350000-7c21d3351000 r--p 00000000 00:b6 16802264                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
7c21d3351000-7c21d3352000 r-xp 00001000 00:b6 16802264                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
7c21d3352000-7c21d3353000 r--p 00002000 00:b6 16802264                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
7c21d3353000-7c21d3354000 r--p 00002000 00:b6 16802264                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
7c21d3354000-7c21d3355000 rw-p 00003000 00:b6 16802264                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
7c21d3355000-7c21d3356000 r--p 00000000 00:b6 16802263                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
7c21d3356000-7c21d3357000 r-xp 00001000 00:b6 16802263                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
7c21d3357000-7c21d3358000 r--p 00002000 00:b6 16802263                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
7c21d3358000-7c21d3359000 r--p 00002000 00:b6 16802263                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
7c21d3359000-7c21d335a000 rw-p 00003000 00:b6 16802263                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
7c21d335a000-7c21d335b000 r--p 00000000 00:b6 16802261                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
7c21d335b000-7c21d335c000 r-xp 00001000 00:b6 16802261                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
7c21d335c000-7c21d335d000 r--p 00002000 00:b6 16802261                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
7c21d335d000-7c21d335e000 r--p 00002000 00:b6 16802261                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
7c21d335e000-7c21d335f000 rw-p 00003000 00:b6 16802261                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
7c21d335f000-7c21d3360000 r--p 00000000 00:b6 16802260                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
7c21d3360000-7c21d3361000 r-xp 00001000 00:b6 16802260                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
7c21d3361000-7c21d3362000 r--p 00002000 00:b6 16802260                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
7c21d3362000-7c21d3363000 r--p 00002000 00:b6 16802260                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
7c21d3363000-7c21d3364000 rw-p 00003000 00:b6 16802260                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
7c21d3364000-7c21d3365000 r--p 00000000 00:b6 16802257                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
7c21d3365000-7c21d3366000 r-xp 00001000 00:b6 16802257                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
7c21d3366000-7c21d3367000 r--p 00002000 00:b6 16802257                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
7c21d3367000-7c21d3368000 r--p 00002000 00:b6 16802257                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
7c21d3368000-7c21d3369000 rw-p 00003000 00:b6 16802257                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
7c21d3369000-7c21d336a000 r--p 00000000 00:b6 16802256                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
7c21d336a000-7c21d336b000 r-xp 00001000 00:b6 16802256                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
7c21d336b000-7c21d336c000 r--p 00002000 00:b6 16802256                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
7c21d336c000-7c21d336d000 r--p 00002000 00:b6 16802256                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
7c21d336d000-7c21d336e000 rw-p 00003000 00:b6 16802256                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
7c21d336e000-7c21d336f000 r--p 00000000 00:b6 16802254                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
7c21d336f000-7c21d3370000 r-xp 00001000 00:b6 16802254                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
7c21d3370000-7c21d3371000 r--p 00002000 00:b6 16802254                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
7c21d3371000-7c21d3372000 r--p 00002000 00:b6 16802254                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
7c21d3372000-7c21d3373000 rw-p 00003000 00:b6 16802254                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
7c21d3373000-7c21d3374000 r--p 00000000 00:b6 16802253                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
7c21d3374000-7c21d3375000 r-xp 00001000 00:b6 16802253                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
7c21d3375000-7c21d3376000 r--p 00002000 00:b6 16802253                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
7c21d3376000-7c21d3377000 r--p 00002000 00:b6 16802253                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
7c21d3377000-7c21d3378000 rw-p 00003000 00:b6 16802253                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
7c21d3378000-7c21d3379000 r--p 00000000 00:b6 16802249                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
7c21d3379000-7c21d337a000 r-xp 00001000 00:b6 16802249                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
7c21d337a000-7c21d337b000 r--p 00002000 00:b6 16802249                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
7c21d337b000-7c21d337c000 r--p 00002000 00:b6 16802249                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
7c21d337c000-7c21d337d000 rw-p 00003000 00:b6 16802249                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
7c21d337d000-7c21d337e000 r--p 00000000 00:b6 16802248                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7c21d337e000-7c21d337f000 r-xp 00001000 00:b6 16802248                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7c21d337f000-7c21d3380000 r--p 00002000 00:b6 16802248                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7c21d3380000-7c21d3381000 r--p 00003000 00:b6 16802248                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7c21d3381000-7c21d3382000 rw-p 00004000 00:b6 16802248                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7c21d3382000-7c21d3383000 r--p 00000000 00:b6 16802246                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
7c21d3383000-7c21d3384000 r-xp 00001000 00:b6 16802246                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
7c21d3384000-7c21d3386000 r--p 00002000 00:b6 16802246                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
7c21d3386000-7c21d3387000 r--p 00003000 00:b6 16802246                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
7c21d3387000-7c21d3388000 rw-p 00004000 00:b6 16802246                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
7c21d3388000-7c21d338a000 r--p 00000000 00:b6 16803118                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7c21d338a000-7c21d338d000 r-xp 00002000 00:b6 16803118                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7c21d338d000-7c21d338e000 r--p 00005000 00:b6 16803118                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7c21d338e000-7c21d338f000 r--p 00006000 00:b6 16803118                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7c21d338f000-7c21d3390000 rw-p 00007000 00:b6 16803118                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7c21d3390000-7c21d33a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d33a4000-7c21d33a5000 r--p 00000000 00:b6 16802638                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7c21d33a5000-7c21d33a7000 r-xp 00001000 00:b6 16802638                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7c21d33a7000-7c21d33a8000 r--p 00003000 00:b6 16802638                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7c21d33a8000-7c21d33a9000 r--p 00004000 00:b6 16802638                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7c21d33a9000-7c21d33aa000 rw-p 00005000 00:b6 16802638                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7c21d33aa000-7c21d33ab000 r--p 00000000 00:b6 16802280                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
7c21d33ab000-7c21d33ac000 r-xp 00001000 00:b6 16802280                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
7c21d33ac000-7c21d33ad000 r--p 00002000 00:b6 16802280                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
7c21d33ad000-7c21d33ae000 r--p 00002000 00:b6 16802280                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
7c21d33ae000-7c21d33af000 rw-p 00003000 00:b6 16802280                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
7c21d33af000-7c21d3462000 r--p 00000000 00:b6 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7c21d3462000-7c21d3795000 r-xp 000b3000 00:b6 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7c21d3795000-7c21d3860000 r--p 003e6000 00:b6 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7c21d3860000-7c21d38bc000 r--p 004b0000 00:b6 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7c21d38bc000-7c21d38bf000 rw-p 0050c000 00:b6 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7c21d38bf000-7c21d38c2000 rw-p 00000000 00:00 0 
7c21d38c2000-7c21d38e0000 r--p 00000000 00:b6 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7c21d38e0000-7c21d3942000 r-xp 0001e000 00:b6 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7c21d3942000-7c21d395e000 r--p 00080000 00:b6 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7c21d395e000-7c21d3968000 r--p 0009c000 00:b6 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7c21d3968000-7c21d396c000 rw-p 000a6000 00:b6 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7c21d396c000-7c21d3980000 r--p 00000000 00:b6 16803331                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
7c21d3980000-7c21d39b9000 r-xp 00014000 00:b6 16803331                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
7c21d39b9000-7c21d39cb000 r--p 0004d000 00:b6 16803331                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
7c21d39cb000-7c21d39cd000 r--p 0005f000 00:b6 16803331                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
7c21d39cd000-7c21d39cf000 rw-p 00061000 00:b6 16803331                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
7c21d39cf000-7c21d39d0000 rw-p 00000000 00:00 0 
7c21d39d0000-7c21d3ac0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d3ac1000-7c21d3ac2000 r--p 00000000 00:b6 16802665                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/iso2022.so
7c21d3ac2000-7c21d3ac3000 r-xp 00001000 00:b6 16802665                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/iso2022.so
7c21d3ac3000-7c21d3ac4000 r--p 00002000 00:b6 16802665                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/iso2022.so
7c21d3ac4000-7c21d3ac5000 r--p 00002000 00:b6 16802665                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/iso2022.so
7c21d3ac5000-7c21d3ac6000 rw-p 00003000 00:b6 16802665                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/iso2022.so
7c21d3ac6000-7c21d3ac7000 r--p 00000000 00:b6 16802695                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese.so
7c21d3ac7000-7c21d3ac8000 r-xp 00001000 00:b6 16802695                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese.so
7c21d3ac8000-7c21d3ac9000 r--p 00002000 00:b6 16802695                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese.so
7c21d3ac9000-7c21d3aca000 r--p 00002000 00:b6 16802695                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese.so
7c21d3aca000-7c21d3acb000 rw-p 00003000 00:b6 16802695                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese.so
7c21d3acb000-7c21d3acc000 r--p 00000000 00:b6 16802252                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7c21d3acc000-7c21d3acd000 r-xp 00001000 00:b6 16802252                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7c21d3acd000-7c21d3ace000 r--p 00002000 00:b6 16802252                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7c21d3ace000-7c21d3acf000 r--p 00003000 00:b6 16802252                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7c21d3acf000-7c21d3ad0000 rw-p 00004000 00:b6 16802252                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7c21d3ad0000-7c21d3ae0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d3ae0000-7c21d3b20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d3b22000-7c21d3b23000 r--p 00000000 00:b6 16802277                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7c21d3b23000-7c21d3b24000 r-xp 00001000 00:b6 16802277                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7c21d3b24000-7c21d3b25000 r--p 00002000 00:b6 16802277                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7c21d3b25000-7c21d3b26000 r--p 00003000 00:b6 16802277                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7c21d3b26000-7c21d3b27000 rw-p 00004000 00:b6 16802277                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7c21d3b27000-7c21d3b28000 r--p 00000000 00:b6 16803077                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/numhash.so
7c21d3b28000-7c21d3b29000 r-xp 00001000 00:b6 16803077                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/numhash.so
7c21d3b29000-7c21d3b2a000 r--p 00002000 00:b6 16803077                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/numhash.so
7c21d3b2a000-7c21d3b2b000 r--p 00002000 00:b6 16803077                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/numhash.so
7c21d3b2b000-7c21d3b2c000 rw-p 00003000 00:b6 16803077                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/numhash.so
7c21d3b2c000-7c21d3b2f000 r--p 00000000 00:b6 16803360                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7c21d3b2f000-7c21d3b3b000 r-xp 00003000 00:b6 16803360                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7c21d3b3b000-7c21d3b3e000 r--p 0000f000 00:b6 16803360                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7c21d3b3e000-7c21d3b3f000 r--p 00011000 00:b6 16803360                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7c21d3b3f000-7c21d3b40000 rw-p 00012000 00:b6 16803360                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7c21d3b40000-7c21d3bb0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21d3bb3000-7c21d3bb6000 r--p 00000000 00:b6 16803339                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
7c21d3bb6000-7c21d3bbb000 r-xp 00003000 00:b6 16803339                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
7c21d3bbb000-7c21d3bbd000 r--p 00008000 00:b6 16803339                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
7c21d3bbd000-7c21d3bbe000 r--p 00009000 00:b6 16803339                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
7c21d3bbe000-7c21d3bbf000 rw-p 0000a000 00:b6 16803339                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
7c21d3bbf000-7c21d3bc0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3bc0000-7c21d3c01000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3c01000-7c21d3c02000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3c02000-7c21d3c43000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3c43000-7c21d3c44000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3c44000-7c21d3c85000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3c85000-7c21d3c86000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3c86000-7c21d3cc7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3cc7000-7c21d3cc8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3cc8000-7c21d3d09000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3d09000-7c21d3d0a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3d0a000-7c21d3d4b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3d4b000-7c21d3d4c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3d4c000-7c21d3d8d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3d8d000-7c21d3d8e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3d8e000-7c21d3dcf000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3dcf000-7c21d3dd0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3dd0000-7c21d3e11000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3e11000-7c21d3e12000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3e12000-7c21d3e53000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3e53000-7c21d3e54000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3e54000-7c21d3e95000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3e95000-7c21d3e96000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3e96000-7c21d3ed7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3ed7000-7c21d3ed8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3ed8000-7c21d3f19000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3f19000-7c21d3f1a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3f1a000-7c21d3f5b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3f5b000-7c21d3f5c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3f5c000-7c21d3f9d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3f9d000-7c21d3f9e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3f9e000-7c21d3fdf000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3fdf000-7c21d3fe0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d3fe0000-7c21d4021000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d4021000-7c21d4022000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d4022000-7c21d4063000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d4063000-7c21d4064000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d4064000-7c21d40a5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d40a5000-7c21d40a6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d40a6000-7c21d40e7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d40e7000-7c21d40e8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d40e8000-7c21d4129000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d4129000-7c21d412a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d412a000-7c21d416b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d416b000-7c21d416c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d416c000-7c21d41ad000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d41ad000-7c21d41ae000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d41ae000-7c21d41ef000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d41ef000-7c21d41f0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d41f0000-7c21d4231000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d4231000-7c21d4232000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d4232000-7c21d4273000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d4273000-7c21d4274000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d4274000-7c21d42b5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d42b5000-7c21d42b6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d42b6000-7c21d42f7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d42f7000-7c21d42f8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d42f8000-7c21d4339000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d4339000-7c21d433a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d433a000-7c21d437b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d437b000-7c21d437c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d437c000-7c21d43bd000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d43bd000-7c21d43be000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d43be000-7c21d43ff000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
7c21d43ff000-7c21d4400000 ---p 00000000 00:00 0 
7c21d4400000-7c21d4c00000 rw-p 00000000 00:00 0 
7c21d4c00000-7c21ecc00000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_cache]
7c21ecc00000-7c21ee000000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_list]
7c21ee002000-7c21ee003000 r--p 00000000 00:b6 16783909                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so
7c21ee003000-7c21ee004000 r-xp 00001000 00:b6 16783909                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so
7c21ee004000-7c21ee005000 r--p 00002000 00:b6 16783909                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so
7c21ee005000-7c21ee006000 r--p 00002000 00:b6 16783909                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so
7c21ee006000-7c21ee007000 rw-p 00003000 00:b6 16783909                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so
7c21ee007000-7c21ee009000 r--p 00000000 00:b6 16803160                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
7c21ee009000-7c21ee00c000 r-xp 00002000 00:b6 16803160                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
7c21ee00c000-7c21ee00e000 r--p 00005000 00:b6 16803160                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
7c21ee00e000-7c21ee00f000 r--p 00006000 00:b6 16803160                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
7c21ee00f000-7c21ee010000 rw-p 00007000 00:b6 16803160                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
7c21ee010000-7c21ee040000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21ee041000-7c21ee043000 r--p 00000000 00:b6 16803169                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7c21ee043000-7c21ee048000 r-xp 00002000 00:b6 16803169                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7c21ee048000-7c21ee049000 r--p 00007000 00:b6 16803169                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7c21ee049000-7c21ee04a000 r--p 00008000 00:b6 16803169                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7c21ee04a000-7c21ee04b000 rw-p 00009000 00:b6 16803169                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7c21ee04b000-7c21ee04c000 r--p 00000000 00:b6 16803068                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
7c21ee04c000-7c21ee04d000 r-xp 00001000 00:b6 16803068                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
7c21ee04d000-7c21ee04e000 r--p 00002000 00:b6 16803068                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
7c21ee04e000-7c21ee04f000 r--p 00002000 00:b6 16803068                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
7c21ee04f000-7c21ee050000 rw-p 00003000 00:b6 16803068                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
7c21ee050000-7c21ee110000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21ee114000-7c21ee115000 r--p 00000000 00:b6 16803283                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
7c21ee115000-7c21ee117000 r-xp 00001000 00:b6 16803283                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
7c21ee117000-7c21ee118000 r--p 00003000 00:b6 16803283                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
7c21ee118000-7c21ee119000 r--p 00003000 00:b6 16803283                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
7c21ee119000-7c21ee11a000 rw-p 00004000 00:b6 16803283                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
7c21ee11a000-7c21ee11b000 r--p 00000000 00:b6 16802652                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
7c21ee11b000-7c21ee11c000 r-xp 00001000 00:b6 16802652                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
7c21ee11c000-7c21ee11d000 r--p 00002000 00:b6 16802652                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
7c21ee11d000-7c21ee11e000 r--p 00002000 00:b6 16802652                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
7c21ee11e000-7c21ee11f000 rw-p 00003000 00:b6 16802652                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
7c21ee11f000-7c21ee120000 r--p 00000000 00:b6 16803172                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
7c21ee120000-7c21ee121000 r-xp 00001000 00:b6 16803172                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
7c21ee121000-7c21ee122000 r--p 00002000 00:b6 16803172                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
7c21ee122000-7c21ee123000 r--p 00002000 00:b6 16803172                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
7c21ee123000-7c21ee124000 rw-p 00003000 00:b6 16803172                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
7c21ee124000-7c21ee126000 r--p 00000000 00:b6 16803152                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
7c21ee126000-7c21ee128000 r-xp 00002000 00:b6 16803152                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
7c21ee128000-7c21ee129000 r--p 00004000 00:b6 16803152                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
7c21ee129000-7c21ee12a000 r--p 00004000 00:b6 16803152                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
7c21ee12a000-7c21ee12b000 rw-p 00005000 00:b6 16803152                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
7c21ee12b000-7c21ee12c000 r--p 00000000 00:b6 16803206                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
7c21ee12c000-7c21ee12d000 r-xp 00001000 00:b6 16803206                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
7c21ee12d000-7c21ee12e000 r--p 00002000 00:b6 16803206                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
7c21ee12e000-7c21ee12f000 r--p 00002000 00:b6 16803206                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
7c21ee12f000-7c21ee130000 rw-p 00003000 00:b6 16803206                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
7c21ee130000-7c21ee150000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
7c21ee153000-7c21ee254000 rw-p 00000000 00:00 0 
7c21ee254000-7c21ee25b000 r--s 00000000 00:b6 15348559                   /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7c21ee25b000-7c21ee2b4000 r--p 00000000 00:b6 15348059                   /usr/lib/locale/C.utf8/LC_CTYPE
7c21ee2b4000-7c21ee2b7000 rw-p 00000000 00:00 0 
7c21ee2b7000-7c21ee2df000 r--p 00000000 00:b6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7c21ee2df000-7c21ee467000 r-xp 00028000 00:b6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7c21ee467000-7c21ee4b6000 r--p 001b0000 00:b6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7c21ee4b6000-7c21ee4ba000 r--p 001fe000 00:b6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7c21ee4ba000-7c21ee4bc000 rw-p 00202000 00:b6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7c21ee4bc000-7c21ee4cb000 rw-p 00000000 00:00 0 
7c21ee4cb000-7c21ee4cf000 r--p 00000000 00:b6 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7c21ee4cf000-7c21ee4f2000 r-xp 00004000 00:b6 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7c21ee4f2000-7c21ee4f6000 r--p 00027000 00:b6 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7c21ee4f6000-7c21ee4f7000 r--p 0002b000 00:b6 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7c21ee4f7000-7c21ee4f8000 rw-p 0002c000 00:b6 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7c21ee4f8000-7c21ee508000 r--p 00000000 00:b6 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7c21ee508000-7c21ee587000 r-xp 00010000 00:b6 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7c21ee587000-7c21ee5df000 r--p 0008f000 00:b6 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7c21ee5df000-7c21ee5e0000 r--p 000e7000 00:b6 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7c21ee5e0000-7c21ee5e1000 rw-p 000e8000 00:b6 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7c21ee5e1000-7c21ee5e3000 r--p 00000000 00:b6 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7c21ee5e3000-7c21ee5f8000 r-xp 00002000 00:b6 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7c21ee5f8000-7c21ee611000 r--p 00017000 00:b6 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7c21ee611000-7c21ee612000 r--p 0002f000 00:b6 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7c21ee612000-7c21ee613000 rw-p 00030000 00:b6 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7c21ee613000-7c21ee61b000 rw-p 00000000 00:00 0 
7c21ee61b000-7c21ee625000 r--p 00000000 00:b6 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7c21ee625000-7c21ee688000 r-xp 0000a000 00:b6 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7c21ee688000-7c21ee69d000 r--p 0006d000 00:b6 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7c21ee69d000-7c21ee69e000 r--p 00081000 00:b6 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7c21ee69e000-7c21ee69f000 rw-p 00082000 00:b6 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7c21ee69f000-7c21ee6a1000 r--p 00000000 00:b6 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7c21ee6a1000-7c21ee6b3000 r-xp 00002000 00:b6 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7c21ee6b3000-7c21ee6b9000 r--p 00014000 00:b6 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7c21ee6b9000-7c21ee6ba000 r--p 0001a000 00:b6 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7c21ee6ba000-7c21ee6bb000 rw-p 0001b000 00:b6 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7c21ee6bb000-7c21ee6bc000 r--p 00000000 00:b6 16802245                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
7c21ee6bc000-7c21ee6bd000 r-xp 00001000 00:b6 16802245                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
7c21ee6bd000-7c21ee6be000 r--p 00002000 00:b6 16802245                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
7c21ee6be000-7c21ee6bf000 r--p 00002000 00:b6 16802245                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
7c21ee6bf000-7c21ee6c0000 rw-p 00003000 00:b6 16802245                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
7c21ee6c0000-7c21ee6c2000 rw-p 00000000 00:00 0 
7c21ee6c2000-7c21ee6c3000 r--p 00000000 00:b6 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7c21ee6c3000-7c21ee6ee000 r-xp 00001000 00:b6 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7c21ee6ee000-7c21ee6f8000 r--p 0002c000 00:b6 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7c21ee6f8000-7c21ee6fa000 r--p 00036000 00:b6 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7c21ee6fa000-7c21ee6fc000 rw-p 00038000 00:b6 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ffeedebe000-7ffeedef3000 rw-p 00000000 00:00 0                          [stack]
7ffeedef9000-7ffeedefd000 r--p 00000000 00:00 0                          [vvar]
7ffeedefd000-7ffeedeff000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]



/tmp/ruby/src/trunk-yjit/test/rubygems/test_webauthn_poller.rb: /tmp/ruby/build/trunk-yjit/.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-yjit/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-yjit/.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.kk8134/_ruby_box_p1954449_2_io+wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
    /tmp/ruby/src/trunk-yjit/lib/net/protocol.rb:24:in 'Kernel#require'
    /tmp/ruby/src/trunk-yjit/lib/net/protocol.rb:24:in 'Ruby::Box::Loader#require'
    /tmp/ruby/src/trunk-yjit/lib/net/protocol.rb:24:in '<top (required)>'
    /tmp/ruby/src/trunk-yjit/lib/net/http.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk-yjit/lib/net/http.rb:23:in 'Ruby::Box::Loader#require'
    /tmp/ruby/src/trunk-yjit/lib/net/http.rb:23:in '<top (required)>'
    /tmp/ruby/src/trunk-yjit/test/ruby/test_box.rb:799:in 'Kernel#require'
    /tmp/ruby/src/trunk-yjit/test/ruby/test_box.rb:799:in 'Ruby::Box::Loader#require'
    /tmp/ruby/src/trunk-yjit/test/ruby/test_box.rb:799:in '<main>'
    /tmp/ruby/src/trunk-yjit/test/ruby/test_box.rb:781:in 'TestBox#test_loading_extension_libs_in_main_box'

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

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

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

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

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

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

  9) Timeout:
HTTPSProxyTest#test_https_proxy_ssl_connection

 10) Timeout:
TestNetHTTPS#test_get_SNI_proxy

Children under /tmp/rubytest.kk8134:
* -rw-r--r-- 1 145256 2025-11-12 14:31:55 +0000 _ruby_box_p1954449_2_etc.so
* -rw-r--r-- 1 282232 2025-11-12 14:31:55 +0000 _ruby_box_p1954449_2_json+ext+generator.so
* -rw-r--r-- 1 182984 2025-11-12 14:31:55 +0000 _ruby_box_p1954325_2_io+console.so
* -rw-r--r-- 1 182984 2025-11-12 14:31:55 +0000 _ruby_box_p1954300_2_io+console.so
* -rw-r--r-- 1 184856 2025-11-12 14:31:55 +0000 _ruby_box_p1954449_2_psych.so
* -rw-r--r-- 1 291728 2025-11-12 14:31:55 +0000 _ruby_box_p1954449_2_zlib.so
* -rw-r--r-- 1  20608 2025-11-12 14:31:55 +0000 _ruby_box_p1954449_2_io+wait.so
* -rw-r--r-- 1 182984 2025-11-12 14:31:55 +0000 _ruby_box_p1954385_2_io+console.so
* -rw-r--r-- 1 225528 2025-11-12 14:31:55 +0000 _ruby_box_p1954449_2_json+ext+parser.so
* -rw-r--r-- 1 182984 2025-11-12 14:31:55 +0000 _ruby_box_p1954449_2_io+console.so
* -rw-r--r-- 1  92272 2025-11-12 14:31:55 +0000 _ruby_box_p1954300_2_-test-+sanitizers.so
* -rw-r--r-- 1 111896 2025-11-12 14:31:55 +0000 _ruby_box_p1954449_2_rbconfig+sizeof.so
* -rw-r--r-- 1 111896 2025-11-12 14:31:55 +0000 _ruby_box_p1954350_2_rbconfig+sizeof.so
* -rw-r--r-- 1  92272 2025-11-12 14:31:55 +0000 _ruby_box_p1954449_2_-test-+sanitizers.so
* -rw-r--r-- 1 182984 2025-11-12 14:31:55 +0000 _ruby_box_p1954350_2_io+console.so
* -rw-r--r-- 1  92272 2025-11-12 14:31:55 +0000 _ruby_box_p1954350_2_-test-+sanitizers.so
* -rw-r--r-- 1  92272 2025-11-12 14:31:55 +0000 _ruby_box_p1954325_2_-test-+sanitizers.so
* -rw-r--r-- 1 111896 2025-11-12 14:31:54 +0000 _ruby_box_p1954300_2_rbconfig+sizeof.so
* -rw-r--r-- 1 111896 2025-11-12 14:31:55 +0000 _ruby_box_p1954385_2_rbconfig+sizeof.so
* -rw-r--r-- 1 809312 2025-11-12 14:31:55 +0000 _ruby_box_p1954449_2_socket.so
* -rw-r--r-- 1 821712 2025-11-12 14:31:55 +0000 _ruby_box_p1954449_2_date_core.so
* -rw-r--r-- 1  92272 2025-11-12 14:31:55 +0000 _ruby_box_p1954385_2_-test-+sanitizers.so
* -rw-r--r-- 1 111896 2025-11-12 14:31:55 +0000 _ruby_box_p1954325_2_rbconfig+sizeof.so
30631 tests, 6822149 assertions, 1 failures, 10 errors, 140 skips

ruby -v: ruby 4.0.0dev (2025-11-12T14:26:19Z master 6a05545184) +YJIT +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  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/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-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/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
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
ruby 4.0.0dev (2025-11-12T14:26:19Z master 6a05545184) +YJIT +PRISM [x86_64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
  1560 ............................................................
  1620 ............................................................
  1680 ............................................................
  1740 ............................................................
  1800 ............................................................
  1860 ............................................................
  1920 ............................................................
  1980 ............................................................
  2040 ............................................................
  2100 ............................................................
  2160 ............................................................
  2220 ............................................................
  2280 ............................................................
  2340 ............................................................
  2400 ............................................................
  2460 ............................................................
  2520 ............................................................
  2580 ............................................................
  2640 ............................................................
  2700 ............................................................
  2760 ............................................................
  2820 ............................................................
  2880 ............................................................
  2940 ............................................................
  3000 ............................................................
  3060 ............................................................
  3120 ............................................................
  3180 ............................................................
  3240 ............................................................
  3300 ..................................

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

57)
An exception occurred during: loading /tmp/ruby/src/trunk-yjit/spec/ruby/library/net-http/httpresponse/read_header_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
Finished in 13.087211 seconds

/tmp/ruby/src/trunk-yjit/lib/net/protocol.rb:24:in 'Kernel#require'
/tmp/ruby/src/trunk-yjit/lib/net/protocol.rb:24:in '<top (required)>'
/tmp/ruby/src/trunk-yjit/lib/net/http.rb:23:in 'Kernel#require'
/tmp/ruby/src/trunk-yjit/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-yjit/spec/ruby/library/net-http/httpresponse/read_header_spec.rb:2:in 'Kernel#require'
3333 files, 33061 examples, 177900 expectations, 0 failures, 137 errors, 0 tagged
/tmp/ruby/src/trunk-yjit/spec/ruby/library/net-http/httpresponse/read_header_spec.rb:2:in '<top (required)>'

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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