# Logfile created on 2025-11-12 15:25:59 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x0000716fd04afdd8 @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-jemalloc", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-jemalloc", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-jemalloc", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-jemalloc", @configure_opts=["--with-jemalloc --enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk-jemalloc.20251112-152559", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000716fd065dbf8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000716fd065d9f0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000716fcbf89330 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-jemalloc.20251112-152559", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-jemalloc.20251112-152559>, @binmode=false, @mon_data=#<Monitor:0x0000716fd065d4a0>, @mon_data_owner_object_id=900>>>
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
rm -rf .bundle/gems/win32ole-1.9.2/
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   efd9845..6a05545  master     -> origin/master
Updating efd9845..6a05545
Fast-forward
 NEWS.md                               |   2 +-
 ext/io/wait/extconf.rb                |  19 +-
 ext/io/wait/io-wait.gemspec           |   4 +-
 ext/io/wait/wait.c                    | 420 +---------------------------------
 test/io/wait/test_io_wait.rb          |  30 ---
 test/io/wait/test_io_wait_uncommon.rb |  15 --
 6 files changed, 5 insertions(+), 485 deletions(-)
Latest commit hash = 6a05545184
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-jemalloc/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-jemalloc'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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-jemalloc/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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-jemalloc/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.4.0.0
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
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-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
configuring io/wait
making encs
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating makefile exts.mk
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/wait'
compiling /tmp/ruby/src/trunk-jemalloc/ext/io/wait/wait.c
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
linking shared-object io/wait.so
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/wait'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/digest_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/finalizer_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/set_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/zjit/src/lib.rs'
rm -rf .bundle/gems/win32ole-1.9.2/
generating encdb.h
generating enc.mk
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
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-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
./miniruby -I/tmp/ruby/src/trunk-jemalloc/lib -I. -I.ext/common  /tmp/ruby/src/trunk-jemalloc/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-jemalloc/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-jemalloc/bin
installing base libraries:          /tmp/ruby/install/trunk-jemalloc/lib
installing arch files:              /tmp/ruby/install/trunk-jemalloc/lib/ruby/4.0.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-jemalloc/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-jemalloc/lib/ruby/4.0.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-jemalloc/lib/ruby/site_ruby/4.0.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-jemalloc/lib/ruby/vendor_ruby/4.0.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-jemalloc/include/ruby-4.0.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-jemalloc/lib/ruby/4.0.0+0
installing extension scripts:       /tmp/ruby/install/trunk-jemalloc/lib/ruby/site_ruby/4.0.0+0
installing extension scripts:       /tmp/ruby/install/trunk-jemalloc/lib/ruby/vendor_ruby/4.0.0+0
installing extension headers:       /tmp/ruby/install/trunk-jemalloc/include/ruby-4.0.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-jemalloc/bin
installing library scripts:         /tmp/ruby/install/trunk-jemalloc/lib/ruby/4.0.0+0
installing common headers:          /tmp/ruby/install/trunk-jemalloc/include/ruby-4.0.0+0
installing manpages:                /tmp/ruby/install/trunk-jemalloc/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-jemalloc/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-jemalloc/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-jemalloc/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-jemalloc/lib/ruby/gems/4.0.0+0/cache
skipped bundled gems:
    win32ole-1.9.2.gem              extensions not found or build failed win32ole-1.9.2
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 2021 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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-jemalloc/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

# Running tests:

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

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

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

>>> Threads

  Id   Target Id                                           Frame 
* 1    Thread 0x73a605d67200 (LWP 4190300) "ruby"          0x000073a6060add61 in __futex_abstimed_wait_common64 (private=29605, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x73a605870050) at ./nptl/futex-internal.c:57
  2    Thread 0x73a5e085c6c0 (LWP 28202) "test_https.rb:*" 0x000073a606130a00 in __GI_ppoll (fds=fds@entry=0x73a5e085a408, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
  3    Thread 0x73a5ddbff6c0 (LWP 28200) "utils.rb:28"     0x000073a606130a00 in __GI_ppoll (fds=fds@entry=0x73a5ddbfd408, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
  4    Thread 0x73a5e1c3e6c0 (LWP 27929) "parallel.rb:40"  0x000073a6061304cd in __GI___poll (fds=fds@entry=0x73a5e1c3ca20, nfds=nfds@entry=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  5    Thread 0x73a5eb5ff6c0 (LWP 27098) "ruby"            0x000073a60613f042 in epoll_wait (epfd=4, events=events@entry=0x73a606da377c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
  6    Thread 0x73a5e991f6c0 (LWP 9280) "Timeout stdlib "  0x000073a6060add61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x73a5e918b6d0) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 6 (Thread 0x73a5e991f6c0 (LWP 9280) "Timeout stdlib "):
#0  0x000073a6060add61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x73a5e918b6d0) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x73a5e918b6d0) 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=0x73a5e918b6d0, 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  0x000073a6060b07dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x73a6058710c8, cond=0x73a5e918b6a8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x73a6060b04a0 <__condvar_cleanup_waiting>, __arg = 0x73a5e991dbd0, __canceltype = -336871192, __prev = 0x0}
        cbuffer = {wseq = 8, cond = 0x73a5e918b6a8, mutex = 0x73a6058710c8, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 8
        seq = 4
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=cond@entry=0x73a5e918b6a8, mutex=mutex@entry=0x73a6058710c8) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x000073a6069c08dd in rb_native_cond_wait (cond=cond@entry=0x73a5e918b6a8, mutex=mutex@entry=0x73a6058710c8) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:231
        r = <optimized out>
#6  0x000073a6069c0a23 in thread_sched_wait_running_turn (sched=sched@entry=0x73a6058710c8, th=th@entry=0x73a5e86b6a00, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:851
        next_th = 0x0
#7  0x000073a6069c1264 in thread_sched_to_waiting_until_wakeup (sched=sched@entry=0x73a6058710c8, th=th@entry=0x73a5e86b6a00) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:1126
        can_direct_transfer = <optimized out>
#8  0x000073a6069cb7e2 in native_sleep (rel=0x0, th=0x73a5e86b6a00) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:3350
        sched = 0x73a6058710c8
        sched = <optimized out>
#9  sleep_forever (fl=1, th=0x73a5e86b6a00) at /tmp/ruby/src/trunk-jemalloc/thread.c:1381
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
        prev_status = <optimized out>
        status = <optimized out>
        woke = <optimized out>
#10 rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=<optimized out>, timeout=<optimized out>, end=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/thread.c:1426
        scheduler = <optimized out>
#11 0x000073a6069cb9a8 in queue_sleep (_args=_args@entry=127156425449024) at /tmp/ruby/src/trunk-jemalloc/thread_sync.c:1076
        args = 0x73a5e991de40
#12 0x000073a606818e72 in rb_ensure (b_proc=b_proc@entry=0x73a6069cb990 <queue_sleep>, data1=data1@entry=127156425449024, e_proc=e_proc@entry=0x73a6069baf20 <queue_sleep_done>, data2=data2@entry=127156425449056) at /tmp/ruby/src/trunk-jemalloc/eval.c:1174
        _ec = 0x73a5ea51e0d0
        _tag = {tag = 36, retval = 4, buf = {0x0, 0x73a606818f30 <rb_ensure+432>, 0x0, 0x73a5e991dd50, 0x4}, prev = 0x73a5e991e080, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x73a5ea51e0d0
#13 0x000073a6069c4b26 in queue_do_pop (self=127156463497640, q=0x73a5ebef07e0, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/thread_sync.c:1151
        ec = <optimized out>
        queue_waiter = {w = {self = 127156463497640, th = 0x73a5e86b6a00, fiber = 0x0, node = {next = 0x73a5ebef07e0, prev = 0x73a5ebef07e0}}, as = {q = 0x73a5ebef07e0, sq = 0x73a5ebef07e0}}
        unaligned_member_ptr_result = <optimized out>
        waitq = 0x73a5ebef07e0
        queue_sleep_arg = {self = 127156463497640, timeout = 4, end = 0}
        end = <optimized out>
#14 0x000073a606a202bb in invoke_bf (argv=<optimized out>, bf=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm_insnhelper.c:7548
        canary_p = <optimized out>
        func_ptr = <optimized out>
        ret = 36
        canary_p = <optimized out>
        func_ptr = <optimized out>
        ret = <optimized out>
#15 vm_invoke_builtin_delegate (bf=<optimized out>, start_index=<optimized out>, cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm_insnhelper.c:7576
        argv = <optimized out>
        __func__ = <optimized out>
        i = <optimized out>
#16 vm_exec_core (ec=0x73a5e918b6d0, ec@entry=0x73a5ea51e0d0) at ../../src/trunk-jemalloc/insns.def:1674
        bf = 0x0
        index = 18446744073709551104
        leaf = <optimized out>
        val = <optimized out>
        reg_pc = 0x73a60583a938
        reg_cfp = 0x73a5e45edfd8
        insns_address_table = {0x73a606a23535 <vm_exec_core+13829>, 0x73a606a2126a <vm_exec_core+4922>, 0x73a606a211f8 <vm_exec_core+4808>, 0x73a606a21145 <vm_exec_core+4629>, 0x73a606a210d3 <vm_exec_core+4515>, 0x73a606a2102e <vm_exec_core+4350>, 0x73a606a21633 <vm_exec_core+5891>, 0x73a606a215d8 <vm_exec_core+5800>, 0x73a606a2136a <vm_exec_core+5178>, 0x73a606a212ce <vm_exec_core+5022>, 0x73a606a216d2 <vm_exec_core+6050>, 0x73a606a2145d <vm_exec_core+5421>, 0x73a606a20fe9 <vm_exec_core+4281>, 0x73a606a20f81 <vm_exec_core+4177>, 0x73a606a20f0a <vm_exec_core+4058>, 0x73a606a20ecd <vm_exec_core+3997>, 0x73a606a20e95 <vm_exec_core+3941>, 0x73a606a20e60 <vm_exec_core+3888>, 0x73a606a20e2b <vm_exec_core+3835>, 0x73a606a20df6 <vm_exec_core+3782>, 0x73a606a20d6c <vm_exec_core+3644>, 0x73a606a20d28 <vm_exec_core+3576>, 0x73a606a20ce1 <vm_exec_core+3505>, 0x73a606a20c89 <vm_exec_core+3417>, 0x73a606a20c43 <vm_exec_core+3347>, 0x73a606a20bc4 <vm_exec_core+3220>, 0x73a606a20b8a <vm_exec_core+3162>, 0x73a606a20b2d <vm_exec_core+3069>, 0x73a606a20ad3 <vm_exec_core+2979>, 0x73a606a20a96 <vm_exec_core+2918>, 0x73a606a21e71 <vm_exec_core+8001>, 0x73a606a21cdc <vm_exec_core+7596>, 0x73a606a21c4e <vm_exec_core+7454>, 0x73a606a21be7 <vm_exec_core+7351>, 0x73a606a21b95 <vm_exec_core+7269>, 0x73a606a21b36 <vm_exec_core+7174>, 0x73a606a21ae9 <vm_exec_core+7097>, 0x73a606a21a94 <vm_exec_core+7012>, 0x73a606a21f5f <vm_exec_core+8239>, 0x73a606a21f38 <vm_exec_core+8200>, 0x73a606a21efd <vm_exec_core+8141>, 0x73a606a21eae <vm_exec_core+8062>, 0x73a606a22053 <vm_exec_core+8483>, 0x73a606a21fa9 <vm_exec_core+8313>, 0x73a606a21847 <vm_exec_core+6423>, 0x73a606a21803 <vm_exec_core+6355>, 0x73a606a223ec <vm_exec_core+9404>, 0x73a606a2237d <vm_exec_core+9293>, 0x73a606a2241e <vm_exec_core+9454>, 0x73a606a21a45 <vm_exec_core+6933>, 0x73a606a219d6 <vm_exec_core+6822>, 0x73a606a21978 <vm_exec_core+6728>, 0x73a606a218c6 <vm_exec_core+6550>, 0x73a606a2188a <vm_exec_core+6490>, 0x73a606a2224f <vm_exec_core+8991>, 0x73a606a221e5 <vm_exec_core+8885>, 0x73a606a2213a <vm_exec_core+8714>, 0x73a606a1ff90 <vm_exec_core+96>, 0x73a606a22087 <vm_exec_core+8535>, 0x73a606a222e5 <vm_exec_core+9141>, 0x73a606a22296 <vm_exec_core+9062>, 0x73a606a2232e <vm_exec_core+9214>, 0x73a606a20a47 <vm_exec_core+2839>, 0x73a606a234ed <vm_exec_core+13757>, 0x73a606a209f8 <vm_exec_core+2760>, 0x73a606a20989 <vm_exec_core+2649>, 0x73a606a20944 <vm_exec_core+2580>, 0x73a606a208d1 <vm_exec_core+2465>, 0x73a606a2077a <vm_exec_core+2122>, 0x73a606a206aa <vm_exec_core+1914>, 0x73a606a2062e <vm_exec_core+1790>, 0x73a606a20050 <vm_exec_core+288>, 0x73a606a205fa <vm_exec_core+1738>, 0x73a606a205bb <vm_exec_core+1675>, 0x73a606a2057c <vm_exec_core+1612>, 0x73a606a20540 <vm_exec_core+1552>, 0x73a606a20480 <vm_exec_core+1360>, 0x73a606a203fb <vm_exec_core+1227>, 0x73a606a23546 <vm_exec_core+13846>, 0x73a606a22cbe <vm_exec_core+11662>, 0x73a606a22d24 <vm_exec_core+11764>, 0x73a606a224ad <vm_exec_core+9597>, 0x73a606a22dbd <vm_exec_core+11917>, 0x73a606a22e56 <vm_exec_core+12070>, 0x73a606a2325d <vm_exec_core+13101>, 0x73a606a231a1 <vm_exec_core+12913>, 0x73a606a231ff <vm_exec_core+13007>, 0x73a606a230cc <vm_exec_core+12700>, 0x73a606a2312d <vm_exec_core+12797>, 0x73a606a2339a <vm_exec_core+13418>, 0x73a606a2341d <vm_exec_core+13549>, 0x73a606a22ec5 <vm_exec_core+12181>, 0x73a606a22f18 <vm_exec_core+12264>, 0x73a606a22f9b <vm_exec_core+12395>, 0x73a606a23025 <vm_exec_core+12533>, 0x73a606a22b10 <vm_exec_core+11232>, 0x73a606a22b63 <vm_exec_core+11315>, 0x73a606a22bac <vm_exec_core+11388>, 0x73a606a22c0e <vm_exec_core+11486>, 0x73a606a235ab <vm_exec_core+13947>, 0x73a606a2038a <vm_exec_core+1114>, 0x73a606a2030a <vm_exec_core+986>, 0x73a606a20261 <vm_exec_core+817>, 0x73a606a2021a <vm_exec_core+746>, 0x73a606a201cf <vm_exec_core+671>, 0x73a606a20186 <vm_exec_core+598>, 0x73a606a20135 <vm_exec_core+517>, 0x73a606a20100 <vm_exec_core+464>, 0x73a606a200cb <vm_exec_core+411>, 0x73a606a22ca0 <vm_exec_core+11632>, 0x73a606a21259 <vm_exec_core+4905>, 0x73a606a211e7 <vm_exec_core+4791>, 0x73a606a21134 <vm_exec_core+4612>, 0x73a606a210c2 <vm_exec_core+4498>, 0x73a606a2101d <vm_exec_core+4333>, 0x73a606a21622 <vm_exec_core+5874>, 0x73a606a215c7 <vm_exec_core+5783>, 0x73a606a21359 <vm_exec_core+5161>, 0x73a606a212bd <vm_exec_core+5005>, 0x73a606a216c1 <vm_exec_core+6033>, 0x73a606a2144c <vm_exec_core+5404>, 0x73a606a20fd8 <vm_exec_core+4264>, 0x73a606a20f70 <vm_exec_core+4160>, 0x73a606a20ef9 <vm_exec_core+4041>, 0x73a606a20ebc <vm_exec_core+3980>, 0x73a606a20e84 <vm_exec_core+3924>, 0x73a606a20e4f <vm_exec_core+3871>, 0x73a606a20e1a <vm_exec_core+3818>, 0x73a606a20de5 <vm_exec_core+3765>, 0x73a606a20d5b <vm_exec_core+3627>, 0x73a606a20d17 <vm_exec_core+3559>, 0x73a606a20cd0 <vm_exec_core+3488>, 0x73a606a20c78 <vm_exec_core+3400>, 0x73a606a20c32 <vm_exec_core+3330>, 0x73a606a20bb3 <vm_exec_core+3203>, 0x73a606a20b79 <vm_exec_core+3145>, 0x73a606a20b1c <vm_exec_core+3052>, 0x73a606a20ac2 <vm_exec_core+2962>, 0x73a606a20a85 <vm_exec_core+2901>, 0x73a606a21e60 <vm_exec_core+7984>, 0x73a606a21ccb <vm_exec_core+7579>, 0x73a606a21c3d <vm_exec_core+7437>, 0x73a606a21bd6 <vm_exec_core+7334>, 0x73a606a21b84 <vm_exec_core+7252>, 0x73a606a21b25 <vm_exec_core+7157>, 0x73a606a21ad8 <vm_exec_core+7080>, 0x73a606a21a83 <vm_exec_core+6995>, 0x73a606a21f4e <vm_exec_core+8222>, 0x73a606a21f27 <vm_exec_core+8183>, 0x73a606a21eec <vm_exec_core+8124>, 0x73a606a21e9d <vm_exec_core+8045>, 0x73a606a22042 <vm_exec_core+8466>, 0x73a606a21f98 <vm_exec_core+8296>, 0x73a606a21836 <vm_exec_core+6406>, 0x73a606a217f2 <vm_exec_core+6338>, 0x73a606a223db <vm_exec_core+9387>, 0x73a606a2236c <vm_exec_core+9276>, 0x73a606a2240d <vm_exec_core+9437>, 0x73a606a21a34 <vm_exec_core+6916>, 0x73a606a219c5 <vm_exec_core+6805>, 0x73a606a21967 <vm_exec_core+6711>, 0x73a606a218b5 <vm_exec_core+6533>, 0x73a606a21879 <vm_exec_core+6473>, 0x73a606a2223e <vm_exec_core+8974>, 0x73a606a221d4 <vm_exec_core+8868>, 0x73a606a22129 <vm_exec_core+8697>, 0x73a606a23469 <vm_exec_core+13625>, 0x73a606a22076 <vm_exec_core+8518>, 0x73a606a222d4 <vm_exec_core+9124>, 0x73a606a22285 <vm_exec_core+9045>, 0x73a606a2231d <vm_exec_core+9197>, 0x73a606a20a36 <vm_exec_core+2822>, 0x73a606a2347f <vm_exec_core+13647>, 0x73a606a209e7 <vm_exec_core+2743>, 0x73a606a20978 <vm_exec_core+2632>, 0x73a606a20933 <vm_exec_core+2563>, 0x73a606a208c0 <vm_exec_core+2448>, 0x73a606a20769 <vm_exec_core+2105>, 0x73a606a20699 <vm_exec_core+1897>, 0x73a606a2061d <vm_exec_core+1773>, 0x73a606a2003f <vm_exec_core+271>, 0x73a606a205e9 <vm_exec_core+1721>, 0x73a606a205aa <vm_exec_core+1658>, 0x73a606a2056b <vm_exec_core+1595>, 0x73a606a2052f <vm_exec_core+1535>, 0x73a606a2046f <vm_exec_core+1343>, 0x73a606a203ea <vm_exec_core+1210>, 0x73a606a23495 <vm_exec_core+13669>, 0x73a606a234ab <vm_exec_core+13691>, 0x73a606a234c1 <vm_exec_core+13713>, 0x73a606a234d7 <vm_exec_core+13735>, 0x73a606a2306d <vm_exec_core+12605>, 0x73a606a23083 <vm_exec_core+12627>, 0x73a606a23099 <vm_exec_core+12649>, 0x73a606a230b6 <vm_exec_core+12678>, 0x73a606a22eaf <vm_exec_core+12159>, 0x73a606a23342 <vm_exec_core+13330>, 0x73a606a23316 <vm_exec_core+13286>, 0x73a606a2332c <vm_exec_core+13308>, 0x73a606a232be <vm_exec_core+13198>...}
#17 0x000073a606a25b68 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm.c:2811
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#18 rb_vm_exec (ec=0x73a5ea51e0d0) at /tmp/ruby/src/trunk-jemalloc/vm.c:2787
        _ec = 0x73a5ea51e0d0
        _tag = {tag = 36, retval = 4, buf = {0x73a5e991e180, 0x73a606a25bc0 <rb_vm_exec+272>, 0x0, 0x73a5e991e060, 0x9}, prev = 0x73a5e991e290, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#19 0x000073a606a260d7 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-jemalloc/vm.c:1814
        iseq = 0x73a5ebd67b08
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x5a1608cfaa18ff00
        av = {9, 127156425450128}
        stack_argv = 0x5a1608cfaa18ff00
        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 0x000073a606a26a76 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x73a5e8716080, argc=argc@entry=0, argv=argv@entry=0x73a5e991e130, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-jemalloc/vm.c:1959
        self = <optimized out>
#21 0x000073a6069c9b2b in thread_do_start_proc (th=th@entry=0x73a5e86b6a00) at /tmp/ruby/src/trunk-jemalloc/thread.c:614
        args = 127156302832320
        args_ptr = 0x73a5e991e130
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x73a5e8716080
#22 0x000073a6069c9f22 in thread_do_start (th=0x73a5e86b6a00) at /tmp/ruby/src/trunk-jemalloc/thread.c:631
        result = 36
        result = <optimized out>
#23 thread_start_func_2 (th=th@entry=0x73a5e86b6a00, stack_start=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/thread.c:686
        _ec = 0x73a5ea51e0d0
        _tag = {tag = 36, retval = 127156411695296, buf = {0x73a5e991e390, 0x73a6069c9ea0 <thread_start_func_2+624>, 0x0, 0x73a5e991e190, 0x73a5e991e3a0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x73a60581e000
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#24 0x000073a6069cac4f in call_thread_start_func_2 (th=0x73a5e86b6a00) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:2238
        stack_start = 0
        stack_start_addr = 0x73a5e991e368
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#25 nt_start (ptr=0x73a5e918b680) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:2283
        th = 0x73a5e86b6a00
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#26 0x000073a6060b1a94 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 = {127156425455296, 1007363208905937734, 127156425455296, -2888, 0, 140735519318096, 1007363208926909254, 1007962672011465542}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#27 0x000073a60613ec3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 5 (Thread 0x73a5eb5ff6c0 (LWP 27098) "ruby"):
#0  0x000073a60613f042 in epoll_wait (epfd=4, events=events@entry=0x73a606da377c <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  0x000073a6069c4051 in event_wait (vm=0x73a60583b000) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:2942
        r = <optimized out>
        r = <optimized out>
#2  timer_thread_polling (vm=0x73a60583b000) at /tmp/ruby/src/trunk-jemalloc/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=0x73a60583b000) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:3075
        vm = 0x73a60583b000
#4  0x000073a6060b1a94 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 = {127156455732928, 1007357281851069254, 127156455732928, -2888, 25, 140735519318464, 1007357281872040774, 1007962672011465542}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x000073a60613ec3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 4 (Thread 0x73a5e1c3e6c0 (LWP 27929) "parallel.rb:40"):
#0  0x000073a6061304cd in __GI___poll (fds=fds@entry=0x73a5e1c3ca20, 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  0x000073a6068585cc in poll (__timeout=<optimized out>, __nfds=1, __fds=0x73a5e1c3ca20) 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-jemalloc/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=0x73a5e88dcf00, th=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/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=0x73a5e88dcf00, thread=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/io.c:1174
        ready = <optimized out>
        ready = <optimized out>
#5  internal_read_func (ptr=ptr@entry=0x73a5e1c3cd10) at /tmp/ruby/src/trunk-jemalloc/io.c:1212
        iis = 0x73a5e1c3cd10
        result = <optimized out>
        retry = <optimized out>
#6  0x000073a6069c8fb7 in rb_thread_io_blocking_call (io=0x73a5e88dcf00, func=0x73a6068584d0 <internal_read_func>, data1=0x73a5e1c3cd10, events=1) at /tmp/ruby/src/trunk-jemalloc/thread.c:1973
        __region = {prev_status = THREAD_RUNNABLE}
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = {tag = 36, retval = 127156294507528, buf = {0x73a5e88dcf00, 0x73a6069c8e08 <rb_thread_io_blocking_call+696>, 0x0, 0x73a5e1c3ca90, 0x73a5e1e53660}, prev = 0x73a5e1c3cc60, state = RUBY_TAG_NONE, lock_rec = 0}
        ec = 0x73a5e91902d0
        th = 0x73a5e84c2e00
        val = 36
        saved_errno = 0
        state = RUBY_TAG_NONE
        prev_mn_schedulable = false
        fd = 7
        blocking_operation = {list = {next = 0x73a5e88dcfd0, prev = 0x73a5e88dcfd0}, ec = 0x73a5e91902d0}
#7  0x000073a606818e72 in rb_ensure (b_proc=b_proc@entry=0x73a60685a240 <io_read_memory_call>, data1=data1@entry=127156294503696, e_proc=e_proc@entry=0x73a606997770 <rb_str_unlocktmp>, data2=127156296693160) at /tmp/ruby/src/trunk-jemalloc/eval.c:1174
        _ec = 0x73a5e91902d0
        _tag = {tag = 36, retval = 127156895600640, buf = {0x73a5e88dcf00, 0x73a606818f30 <rb_ensure+432>, 0x0, 0x73a5e1c3cc10, 0x73a60597d000}, prev = 0x73a5e1c3d080, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x73a5e91902d0
#8  0x000073a6069a5e7f in rb_str_locktmp_ensure (str=<optimized out>, func=func@entry=0x73a60685a240 <io_read_memory_call>, arg=arg@entry=127156294503696) at /tmp/ruby/src/trunk-jemalloc/string.c:3381
No locals.
#9  0x000073a60686e421 in io_read_memory_locktmp (iis=0x73a5e1c3cd10, str=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/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-jemalloc/io.c:3504
        fptr = 0x73a5e88dcf00
        length = <optimized out>
        str = 127156296693160
        n = <optimized out>
        len = 1024
        iis = {th = 127156301934120, fptr = 0x73a5e88dcf00, nonblock = 0, fd = 7, buf = 0x73a5e9a2fd00, capa = 1024, timeout = 0x0}
        shrinkable = 1
        __func__ = "io_getpartial"
#11 0x000073a60686e965 in io_readpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/io.c:3624
        ret = <optimized out>
#12 0x000073a606a096fd in vm_call_cfunc_with_frame_ (ec=0x73a5e91902d0, reg_cfp=0x73a5e55a9ed0, calling=<optimized out>, argc=1, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm_insnhelper.c:3915
        ci = 0x410100100003
        cc = <optimized out>
        val = <optimized out>
        me = 0x73a605cc88e0
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#13 0x000073a606a12f2c in vm_sendish (ec=0x73a5e91902d0, reg_cfp=0x73a5e55a9ed0, cd=0x73a5ebeef0b0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-jemalloc/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x73a5e9ee40c8
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x73a5ebeef0b0, cc = 0x73a5e9ee40c8, block_handler = 0, recv = 127156301934400, argc = 1, kw_splat = false, heap_argv = 0}
#14 0x000073a606a1ffb4 in vm_exec_core (ec=0x73a5e1c3ca20, ec@entry=0x73a5e91902d0) at ../../src/trunk-jemalloc/insns.def:902
        bh = <optimized out>
        cd = 0xffffffff
        leaf = <optimized out>
        val = 0
        reg_pc = 0x73a5ebed4698
        reg_cfp = 0x73a5e55a9ed0
        insns_address_table = {0x73a606a23535 <vm_exec_core+13829>, 0x73a606a2126a <vm_exec_core+4922>, 0x73a606a211f8 <vm_exec_core+4808>, 0x73a606a21145 <vm_exec_core+4629>, 0x73a606a210d3 <vm_exec_core+4515>, 0x73a606a2102e <vm_exec_core+4350>, 0x73a606a21633 <vm_exec_core+5891>, 0x73a606a215d8 <vm_exec_core+5800>, 0x73a606a2136a <vm_exec_core+5178>, 0x73a606a212ce <vm_exec_core+5022>, 0x73a606a216d2 <vm_exec_core+6050>, 0x73a606a2145d <vm_exec_core+5421>, 0x73a606a20fe9 <vm_exec_core+4281>, 0x73a606a20f81 <vm_exec_core+4177>, 0x73a606a20f0a <vm_exec_core+4058>, 0x73a606a20ecd <vm_exec_core+3997>, 0x73a606a20e95 <vm_exec_core+3941>, 0x73a606a20e60 <vm_exec_core+3888>, 0x73a606a20e2b <vm_exec_core+3835>, 0x73a606a20df6 <vm_exec_core+3782>, 0x73a606a20d6c <vm_exec_core+3644>, 0x73a606a20d28 <vm_exec_core+3576>, 0x73a606a20ce1 <vm_exec_core+3505>, 0x73a606a20c89 <vm_exec_core+3417>, 0x73a606a20c43 <vm_exec_core+3347>, 0x73a606a20bc4 <vm_exec_core+3220>, 0x73a606a20b8a <vm_exec_core+3162>, 0x73a606a20b2d <vm_exec_core+3069>, 0x73a606a20ad3 <vm_exec_core+2979>, 0x73a606a20a96 <vm_exec_core+2918>, 0x73a606a21e71 <vm_exec_core+8001>, 0x73a606a21cdc <vm_exec_core+7596>, 0x73a606a21c4e <vm_exec_core+7454>, 0x73a606a21be7 <vm_exec_core+7351>, 0x73a606a21b95 <vm_exec_core+7269>, 0x73a606a21b36 <vm_exec_core+7174>, 0x73a606a21ae9 <vm_exec_core+7097>, 0x73a606a21a94 <vm_exec_core+7012>, 0x73a606a21f5f <vm_exec_core+8239>, 0x73a606a21f38 <vm_exec_core+8200>, 0x73a606a21efd <vm_exec_core+8141>, 0x73a606a21eae <vm_exec_core+8062>, 0x73a606a22053 <vm_exec_core+8483>, 0x73a606a21fa9 <vm_exec_core+8313>, 0x73a606a21847 <vm_exec_core+6423>, 0x73a606a21803 <vm_exec_core+6355>, 0x73a606a223ec <vm_exec_core+9404>, 0x73a606a2237d <vm_exec_core+9293>, 0x73a606a2241e <vm_exec_core+9454>, 0x73a606a21a45 <vm_exec_core+6933>, 0x73a606a219d6 <vm_exec_core+6822>, 0x73a606a21978 <vm_exec_core+6728>, 0x73a606a218c6 <vm_exec_core+6550>, 0x73a606a2188a <vm_exec_core+6490>, 0x73a606a2224f <vm_exec_core+8991>, 0x73a606a221e5 <vm_exec_core+8885>, 0x73a606a2213a <vm_exec_core+8714>, 0x73a606a1ff90 <vm_exec_core+96>, 0x73a606a22087 <vm_exec_core+8535>, 0x73a606a222e5 <vm_exec_core+9141>, 0x73a606a22296 <vm_exec_core+9062>, 0x73a606a2232e <vm_exec_core+9214>, 0x73a606a20a47 <vm_exec_core+2839>, 0x73a606a234ed <vm_exec_core+13757>, 0x73a606a209f8 <vm_exec_core+2760>, 0x73a606a20989 <vm_exec_core+2649>, 0x73a606a20944 <vm_exec_core+2580>, 0x73a606a208d1 <vm_exec_core+2465>, 0x73a606a2077a <vm_exec_core+2122>, 0x73a606a206aa <vm_exec_core+1914>, 0x73a606a2062e <vm_exec_core+1790>, 0x73a606a20050 <vm_exec_core+288>, 0x73a606a205fa <vm_exec_core+1738>, 0x73a606a205bb <vm_exec_core+1675>, 0x73a606a2057c <vm_exec_core+1612>, 0x73a606a20540 <vm_exec_core+1552>, 0x73a606a20480 <vm_exec_core+1360>, 0x73a606a203fb <vm_exec_core+1227>, 0x73a606a23546 <vm_exec_core+13846>, 0x73a606a22cbe <vm_exec_core+11662>, 0x73a606a22d24 <vm_exec_core+11764>, 0x73a606a224ad <vm_exec_core+9597>, 0x73a606a22dbd <vm_exec_core+11917>, 0x73a606a22e56 <vm_exec_core+12070>, 0x73a606a2325d <vm_exec_core+13101>, 0x73a606a231a1 <vm_exec_core+12913>, 0x73a606a231ff <vm_exec_core+13007>, 0x73a606a230cc <vm_exec_core+12700>, 0x73a606a2312d <vm_exec_core+12797>, 0x73a606a2339a <vm_exec_core+13418>, 0x73a606a2341d <vm_exec_core+13549>, 0x73a606a22ec5 <vm_exec_core+12181>, 0x73a606a22f18 <vm_exec_core+12264>, 0x73a606a22f9b <vm_exec_core+12395>, 0x73a606a23025 <vm_exec_core+12533>, 0x73a606a22b10 <vm_exec_core+11232>, 0x73a606a22b63 <vm_exec_core+11315>, 0x73a606a22bac <vm_exec_core+11388>, 0x73a606a22c0e <vm_exec_core+11486>, 0x73a606a235ab <vm_exec_core+13947>, 0x73a606a2038a <vm_exec_core+1114>, 0x73a606a2030a <vm_exec_core+986>, 0x73a606a20261 <vm_exec_core+817>, 0x73a606a2021a <vm_exec_core+746>, 0x73a606a201cf <vm_exec_core+671>, 0x73a606a20186 <vm_exec_core+598>, 0x73a606a20135 <vm_exec_core+517>, 0x73a606a20100 <vm_exec_core+464>, 0x73a606a200cb <vm_exec_core+411>, 0x73a606a22ca0 <vm_exec_core+11632>, 0x73a606a21259 <vm_exec_core+4905>, 0x73a606a211e7 <vm_exec_core+4791>, 0x73a606a21134 <vm_exec_core+4612>, 0x73a606a210c2 <vm_exec_core+4498>, 0x73a606a2101d <vm_exec_core+4333>, 0x73a606a21622 <vm_exec_core+5874>, 0x73a606a215c7 <vm_exec_core+5783>, 0x73a606a21359 <vm_exec_core+5161>, 0x73a606a212bd <vm_exec_core+5005>, 0x73a606a216c1 <vm_exec_core+6033>, 0x73a606a2144c <vm_exec_core+5404>, 0x73a606a20fd8 <vm_exec_core+4264>, 0x73a606a20f70 <vm_exec_core+4160>, 0x73a606a20ef9 <vm_exec_core+4041>, 0x73a606a20ebc <vm_exec_core+3980>, 0x73a606a20e84 <vm_exec_core+3924>, 0x73a606a20e4f <vm_exec_core+3871>, 0x73a606a20e1a <vm_exec_core+3818>, 0x73a606a20de5 <vm_exec_core+3765>, 0x73a606a20d5b <vm_exec_core+3627>, 0x73a606a20d17 <vm_exec_core+3559>, 0x73a606a20cd0 <vm_exec_core+3488>, 0x73a606a20c78 <vm_exec_core+3400>, 0x73a606a20c32 <vm_exec_core+3330>, 0x73a606a20bb3 <vm_exec_core+3203>, 0x73a606a20b79 <vm_exec_core+3145>, 0x73a606a20b1c <vm_exec_core+3052>, 0x73a606a20ac2 <vm_exec_core+2962>, 0x73a606a20a85 <vm_exec_core+2901>, 0x73a606a21e60 <vm_exec_core+7984>, 0x73a606a21ccb <vm_exec_core+7579>, 0x73a606a21c3d <vm_exec_core+7437>, 0x73a606a21bd6 <vm_exec_core+7334>, 0x73a606a21b84 <vm_exec_core+7252>, 0x73a606a21b25 <vm_exec_core+7157>, 0x73a606a21ad8 <vm_exec_core+7080>, 0x73a606a21a83 <vm_exec_core+6995>, 0x73a606a21f4e <vm_exec_core+8222>, 0x73a606a21f27 <vm_exec_core+8183>, 0x73a606a21eec <vm_exec_core+8124>, 0x73a606a21e9d <vm_exec_core+8045>, 0x73a606a22042 <vm_exec_core+8466>, 0x73a606a21f98 <vm_exec_core+8296>, 0x73a606a21836 <vm_exec_core+6406>, 0x73a606a217f2 <vm_exec_core+6338>, 0x73a606a223db <vm_exec_core+9387>, 0x73a606a2236c <vm_exec_core+9276>, 0x73a606a2240d <vm_exec_core+9437>, 0x73a606a21a34 <vm_exec_core+6916>, 0x73a606a219c5 <vm_exec_core+6805>, 0x73a606a21967 <vm_exec_core+6711>, 0x73a606a218b5 <vm_exec_core+6533>, 0x73a606a21879 <vm_exec_core+6473>, 0x73a606a2223e <vm_exec_core+8974>, 0x73a606a221d4 <vm_exec_core+8868>, 0x73a606a22129 <vm_exec_core+8697>, 0x73a606a23469 <vm_exec_core+13625>, 0x73a606a22076 <vm_exec_core+8518>, 0x73a606a222d4 <vm_exec_core+9124>, 0x73a606a22285 <vm_exec_core+9045>, 0x73a606a2231d <vm_exec_core+9197>, 0x73a606a20a36 <vm_exec_core+2822>, 0x73a606a2347f <vm_exec_core+13647>, 0x73a606a209e7 <vm_exec_core+2743>, 0x73a606a20978 <vm_exec_core+2632>, 0x73a606a20933 <vm_exec_core+2563>, 0x73a606a208c0 <vm_exec_core+2448>, 0x73a606a20769 <vm_exec_core+2105>, 0x73a606a20699 <vm_exec_core+1897>, 0x73a606a2061d <vm_exec_core+1773>, 0x73a606a2003f <vm_exec_core+271>, 0x73a606a205e9 <vm_exec_core+1721>, 0x73a606a205aa <vm_exec_core+1658>, 0x73a606a2056b <vm_exec_core+1595>, 0x73a606a2052f <vm_exec_core+1535>, 0x73a606a2046f <vm_exec_core+1343>, 0x73a606a203ea <vm_exec_core+1210>, 0x73a606a23495 <vm_exec_core+13669>, 0x73a606a234ab <vm_exec_core+13691>, 0x73a606a234c1 <vm_exec_core+13713>, 0x73a606a234d7 <vm_exec_core+13735>, 0x73a606a2306d <vm_exec_core+12605>, 0x73a606a23083 <vm_exec_core+12627>, 0x73a606a23099 <vm_exec_core+12649>, 0x73a606a230b6 <vm_exec_core+12678>, 0x73a606a22eaf <vm_exec_core+12159>, 0x73a606a23342 <vm_exec_core+13330>, 0x73a606a23316 <vm_exec_core+13286>, 0x73a606a2332c <vm_exec_core+13308>, 0x73a606a232be <vm_exec_core+13198>...}
#15 0x000073a606a25b68 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm.c:2811
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#16 rb_vm_exec (ec=0x73a5e91902d0) at /tmp/ruby/src/trunk-jemalloc/vm.c:2787
        _ec = 0x73a5e91902d0
        _tag = {tag = 36, retval = 4, buf = {0x73a5e1c3d180, 0x73a606a25bc0 <rb_vm_exec+272>, 0x0, 0x73a5e1c3d060, 0x3000000028}, prev = 0x73a5e1c3d290, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#17 0x000073a606a260d7 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-jemalloc/vm.c:1814
        iseq = 0x73a605c3f310
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x5a1608cfaa18ff00
        av = {206158430248, 127156294505104}
        stack_argv = 0x5a1608cfaa18ff00
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#18 0x000073a606a26a76 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x73a5e84e5340, argc=argc@entry=0, argv=argv@entry=0x73a5e1c3d130, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-jemalloc/vm.c:1959
        self = <optimized out>
#19 0x000073a6069c9b2b in thread_do_start_proc (th=th@entry=0x73a5e84c2e00) at /tmp/ruby/src/trunk-jemalloc/thread.c:614
        args = 127156301934080
        args_ptr = 0x73a5e1c3d130
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x73a5e84e5340
#20 0x000073a6069c9f22 in thread_do_start (th=0x73a5e84c2e00) at /tmp/ruby/src/trunk-jemalloc/thread.c:631
        result = 36
        result = <optimized out>
#21 thread_start_func_2 (th=th@entry=0x73a5e84c2e00, stack_start=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/thread.c:686
        _ec = 0x73a5e91902d0
        _tag = {tag = 36, retval = 127156894281888, buf = {0x73a5e1c3d390, 0x73a6069c9ea0 <thread_start_func_2+624>, 0x0, 0x73a5e1c3d190, 0x73a5e93b1180}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x73a60581e000
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#22 0x000073a6069cac4f in call_thread_start_func_2 (th=0x73a5e84c2e00) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:2238
        stack_start = 0
        stack_start_addr = 0x73a5e1c3d368
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#23 nt_start (ptr=0x73a5e93b1180) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:2283
        th = 0x73a5e84c2e00
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#24 0x000073a6060b1a94 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 = {127156294510272, 1007345221046031174, 127156294510272, -2888, 25, 140735519320288, 1007345221067002694, 1007962672011465542}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#25 0x000073a60613ec3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x73a5ddbff6c0 (LWP 28200) "utils.rb:28"):
#0  0x000073a606130a00 in __GI_ppoll (fds=fds@entry=0x73a5ddbfd408, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
        sc_ret = -514
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        tval = {tv_sec = 1, tv_nsec = 127156894503112}
#1  0x000073a6069c0fbe in wait_for_single_fd_blocking_region (th=th@entry=0x73a5e6fbca00, fds=fds@entry=0x73a5ddbfd408, to=to@entry=0x0, lerrno=lerrno@entry=0x73a5ddbfd3cc, nfds=1) at /tmp/ruby/src/trunk-jemalloc/hrtime.h:168
        __region = {prev_status = THREAD_RUNNABLE}
        ts = {tv_sec = 1431634051, tv_nsec = 127156912655341}
        result = 0
#2  0x000073a6069c88a6 in thread_io_wait (io=0x73a5e8931a00, fd=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/thread.c:4624
        to = <optimized out>
        rel = 127156382059296
        end = <optimized out>
        _ec = 0x73a5e91586d0
        _tag = {tag = 36, retval = 0, buf = {0x73a5e8931a00, 0x73a6069c8960 <thread_io_wait+1520>, 0x0, 0x73a5ddbfd370, 0x73a5e8203a68}, prev = 0x73a5ddbfe080, state = RUBY_TAG_NONE, lock_rec = 0}
        fds = {{fd = 9, events = 1, revents = 0}}
        result = 0
        nfds = 1
        blocking_operation = {list = {next = 0x73a5e8931ad0, prev = 0x73a5e8931ad0}, ec = 0x73a5e91586d0}
        state = RUBY_TAG_NONE
        lerrno = 0
        ec = <optimized out>
        th = <optimized out>
#3  0x000073a6069ccdc1 in rb_thread_io_wait (io=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/thread.c:4779
No locals.
#4  0x000073a60685cde1 in rb_io_wait (timeout=4, events=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/include/ruby/internal/arithmetic/int.h:172
        scheduler = <optimized out>
        fptr = 0x73a5e8931a00
        tv_storage = {tv_sec = 127156227140592, tv_usec = 127156911188413}
        tv = 0x0
        ready = <optimized out>
        scheduler = <optimized out>
        fptr = <optimized out>
        tv_storage = <optimized out>
        tv = <optimized out>
        ready = <optimized out>
        errno_to_fail = <optimized out>
#5  rb_io_wait (io=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/io.c:1454
        scheduler = <optimized out>
        fptr = <optimized out>
        tv_storage = <optimized out>
        tv = <optimized out>
        ready = <optimized out>
        errno_to_fail = <optimized out>
#6  0x000073a60685d525 in rb_io_maybe_wait_readable (error=error@entry=11, io=io@entry=127156296687600, timeout=timeout@entry=4) at /tmp/ruby/src/trunk-jemalloc/io.c:1653
        result = <optimized out>
#7  0x000073a5e9e82cf8 in rsock_s_accept (klass=127156898614240, io=127156296687600, sockaddr=sockaddr@entry=0x73a5ddbfd580, len=len@entry=0x73a5ddbfd57c) at /tmp/ruby/src/trunk-jemalloc/ext/socket/init.c:738
        error = 11
        fptr = 0x73a5e8931a00
        accept_arg = {fd = 9, sockaddr = 0x73a5ddbfd580, len = 0x73a5ddbfd57c}
        retry = 0
        peer = <optimized out>
        retry = <optimized out>
#8  0x000073a5e9e96a92 in tcp_accept (server=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/ext/socket/tcpserver.c:61
        buffer = {addr = {sa_family = 53880, sa_data = " \350\245s\000\000\000P\000\000\000\000\000"}, in = {sin_family = 53880, sin_port = 59424, sin_addr = {s_addr = 29605}, sin_zero = "\000P\000\000\000\000\000"}, in6 = {sin6_family = 53880, sin6_port = 59424, sin6_flowinfo = 29605, sin6_addr = {__in6_u = {__u6_addr8 = "\000P\000\000\000\000\000\000\030\323 \350\245s\000", __u6_addr16 = {20480, 0, 0, 0, 54040, 59424, 29605, 0}, __u6_addr32 = {20480, 0, 3894465304, 29605}}}, sin6_scope_id = 4}, un = {sun_family = 53880, sun_path = " \350\245s\000\000\000P\000\000\000\000\000\000\030\323 \350\245s\000\000\004\000\000\000\000\000\000\000\000Ö¿Ý¥s\000\000\346\177E\006\246s\000\000\000Ö¿Ý¥s\000\000\200m!\350\245s\000\000\360\353\277Ý¥s\000\000\3609 \350\245s\000\000\b\322 \350\245s\000\000\000\000\000\000\000\004\000\000\300Ö¿Ý¥s\000\000\212\254G\006\246s"}, storage = {ss_family = 53880, __ss_padding = " \350\245s\000\000\000P\000\000\000\000\000\000\030\323 \350\245s\000\000\004\000\000\000\000\000\000\000\000Ö¿Ý¥s\000\000\346\177E\006\246s\000\000\000Ö¿Ý¥s\000\000\200m!\350\245s\000\000\360\353\277Ý¥s\000\000\3609 \350\245s\000\000\b\322 \350\245s\000\000\000\000\000\000\000\004\000\000\300Ö¿Ý¥s\000\000\212\254G\006\246s\000\000xÖ¿Ý¥s\000", __ss_align = 127156227135104}, place_holder = "x\322 \350\245s\000\000\000P\000\000\000\000\000\000\030\323 \350\245s\000\000\004\000\000\000\000\000\000\000\000Ö¿Ý¥s\000\000\346\177E\006\246s\000\000\000Ö¿Ý¥s\000\000\200m!\350\245s\000\000\360\353\277Ý¥s\000\000\3609 \350\245s\000\000\b\322 \350\245s\000\000\000\000\000\000\000\004\000\000\300Ö¿Ý¥s\000\000\212\254G\006\246s\000\000xÖ¿Ý¥s\000\000\200Ö¿Ý¥s\000\000\300Ö¿Ý¥s\000\000R\255G\006\246s\000\000\000\020\000\000\000\000\000\000\b\322 \350\245s\000\000\3609 \350\245s\000\000\360\353\277Ý¥s\000\000\000ND\351\000\000\000\000H\322 \350\245s\000\000M\327\277Ý¥s\000\000\300\000 \350\245s\000\000\200m!\350\245s\000\000"...}
        length = 2048
#9  0x000073a606a096fd in vm_call_cfunc_with_frame_ (ec=0x73a5e91586d0, reg_cfp=0x73a5e3c0b6e8, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm_insnhelper.c:3915
        ci = 0xe00100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x73a5e9ec56f0
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#10 0x000073a606a12f2c in vm_sendish (ec=0x73a5e91586d0, reg_cfp=0x73a5e3c0b6e8, cd=0x73a5e96c5320, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-jemalloc/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x73a5e1cd73c8
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x73a5e96c5320, cc = 0x73a5e1cd73c8, block_handler = 0, recv = 127156296687600, argc = 0, kw_splat = false, heap_argv = 0}
#11 0x000073a606a1ffb4 in vm_exec_core (ec=0x73a5ddbfd408, ec@entry=0x73a5e91586d0) at ../../src/trunk-jemalloc/insns.def:902
        bh = <optimized out>
        cd = 0x0
        leaf = <optimized out>
        val = 127156275196616
        reg_pc = 0x73a5e8f5c1a8
        reg_cfp = 0x73a5e3c0b6e8
        insns_address_table = {0x73a606a23535 <vm_exec_core+13829>, 0x73a606a2126a <vm_exec_core+4922>, 0x73a606a211f8 <vm_exec_core+4808>, 0x73a606a21145 <vm_exec_core+4629>, 0x73a606a210d3 <vm_exec_core+4515>, 0x73a606a2102e <vm_exec_core+4350>, 0x73a606a21633 <vm_exec_core+5891>, 0x73a606a215d8 <vm_exec_core+5800>, 0x73a606a2136a <vm_exec_core+5178>, 0x73a606a212ce <vm_exec_core+5022>, 0x73a606a216d2 <vm_exec_core+6050>, 0x73a606a2145d <vm_exec_core+5421>, 0x73a606a20fe9 <vm_exec_core+4281>, 0x73a606a20f81 <vm_exec_core+4177>, 0x73a606a20f0a <vm_exec_core+4058>, 0x73a606a20ecd <vm_exec_core+3997>, 0x73a606a20e95 <vm_exec_core+3941>, 0x73a606a20e60 <vm_exec_core+3888>, 0x73a606a20e2b <vm_exec_core+3835>, 0x73a606a20df6 <vm_exec_core+3782>, 0x73a606a20d6c <vm_exec_core+3644>, 0x73a606a20d28 <vm_exec_core+3576>, 0x73a606a20ce1 <vm_exec_core+3505>, 0x73a606a20c89 <vm_exec_core+3417>, 0x73a606a20c43 <vm_exec_core+3347>, 0x73a606a20bc4 <vm_exec_core+3220>, 0x73a606a20b8a <vm_exec_core+3162>, 0x73a606a20b2d <vm_exec_core+3069>, 0x73a606a20ad3 <vm_exec_core+2979>, 0x73a606a20a96 <vm_exec_core+2918>, 0x73a606a21e71 <vm_exec_core+8001>, 0x73a606a21cdc <vm_exec_core+7596>, 0x73a606a21c4e <vm_exec_core+7454>, 0x73a606a21be7 <vm_exec_core+7351>, 0x73a606a21b95 <vm_exec_core+7269>, 0x73a606a21b36 <vm_exec_core+7174>, 0x73a606a21ae9 <vm_exec_core+7097>, 0x73a606a21a94 <vm_exec_core+7012>, 0x73a606a21f5f <vm_exec_core+8239>, 0x73a606a21f38 <vm_exec_core+8200>, 0x73a606a21efd <vm_exec_core+8141>, 0x73a606a21eae <vm_exec_core+8062>, 0x73a606a22053 <vm_exec_core+8483>, 0x73a606a21fa9 <vm_exec_core+8313>, 0x73a606a21847 <vm_exec_core+6423>, 0x73a606a21803 <vm_exec_core+6355>, 0x73a606a223ec <vm_exec_core+9404>, 0x73a606a2237d <vm_exec_core+9293>, 0x73a606a2241e <vm_exec_core+9454>, 0x73a606a21a45 <vm_exec_core+6933>, 0x73a606a219d6 <vm_exec_core+6822>, 0x73a606a21978 <vm_exec_core+6728>, 0x73a606a218c6 <vm_exec_core+6550>, 0x73a606a2188a <vm_exec_core+6490>, 0x73a606a2224f <vm_exec_core+8991>, 0x73a606a221e5 <vm_exec_core+8885>, 0x73a606a2213a <vm_exec_core+8714>, 0x73a606a1ff90 <vm_exec_core+96>, 0x73a606a22087 <vm_exec_core+8535>, 0x73a606a222e5 <vm_exec_core+9141>, 0x73a606a22296 <vm_exec_core+9062>, 0x73a606a2232e <vm_exec_core+9214>, 0x73a606a20a47 <vm_exec_core+2839>, 0x73a606a234ed <vm_exec_core+13757>, 0x73a606a209f8 <vm_exec_core+2760>, 0x73a606a20989 <vm_exec_core+2649>, 0x73a606a20944 <vm_exec_core+2580>, 0x73a606a208d1 <vm_exec_core+2465>, 0x73a606a2077a <vm_exec_core+2122>, 0x73a606a206aa <vm_exec_core+1914>, 0x73a606a2062e <vm_exec_core+1790>, 0x73a606a20050 <vm_exec_core+288>, 0x73a606a205fa <vm_exec_core+1738>, 0x73a606a205bb <vm_exec_core+1675>, 0x73a606a2057c <vm_exec_core+1612>, 0x73a606a20540 <vm_exec_core+1552>, 0x73a606a20480 <vm_exec_core+1360>, 0x73a606a203fb <vm_exec_core+1227>, 0x73a606a23546 <vm_exec_core+13846>, 0x73a606a22cbe <vm_exec_core+11662>, 0x73a606a22d24 <vm_exec_core+11764>, 0x73a606a224ad <vm_exec_core+9597>, 0x73a606a22dbd <vm_exec_core+11917>, 0x73a606a22e56 <vm_exec_core+12070>, 0x73a606a2325d <vm_exec_core+13101>, 0x73a606a231a1 <vm_exec_core+12913>, 0x73a606a231ff <vm_exec_core+13007>, 0x73a606a230cc <vm_exec_core+12700>, 0x73a606a2312d <vm_exec_core+12797>, 0x73a606a2339a <vm_exec_core+13418>, 0x73a606a2341d <vm_exec_core+13549>, 0x73a606a22ec5 <vm_exec_core+12181>, 0x73a606a22f18 <vm_exec_core+12264>, 0x73a606a22f9b <vm_exec_core+12395>, 0x73a606a23025 <vm_exec_core+12533>, 0x73a606a22b10 <vm_exec_core+11232>, 0x73a606a22b63 <vm_exec_core+11315>, 0x73a606a22bac <vm_exec_core+11388>, 0x73a606a22c0e <vm_exec_core+11486>, 0x73a606a235ab <vm_exec_core+13947>, 0x73a606a2038a <vm_exec_core+1114>, 0x73a606a2030a <vm_exec_core+986>, 0x73a606a20261 <vm_exec_core+817>, 0x73a606a2021a <vm_exec_core+746>, 0x73a606a201cf <vm_exec_core+671>, 0x73a606a20186 <vm_exec_core+598>, 0x73a606a20135 <vm_exec_core+517>, 0x73a606a20100 <vm_exec_core+464>, 0x73a606a200cb <vm_exec_core+411>, 0x73a606a22ca0 <vm_exec_core+11632>, 0x73a606a21259 <vm_exec_core+4905>, 0x73a606a211e7 <vm_exec_core+4791>, 0x73a606a21134 <vm_exec_core+4612>, 0x73a606a210c2 <vm_exec_core+4498>, 0x73a606a2101d <vm_exec_core+4333>, 0x73a606a21622 <vm_exec_core+5874>, 0x73a606a215c7 <vm_exec_core+5783>, 0x73a606a21359 <vm_exec_core+5161>, 0x73a606a212bd <vm_exec_core+5005>, 0x73a606a216c1 <vm_exec_core+6033>, 0x73a606a2144c <vm_exec_core+5404>, 0x73a606a20fd8 <vm_exec_core+4264>, 0x73a606a20f70 <vm_exec_core+4160>, 0x73a606a20ef9 <vm_exec_core+4041>, 0x73a606a20ebc <vm_exec_core+3980>, 0x73a606a20e84 <vm_exec_core+3924>, 0x73a606a20e4f <vm_exec_core+3871>, 0x73a606a20e1a <vm_exec_core+3818>, 0x73a606a20de5 <vm_exec_core+3765>, 0x73a606a20d5b <vm_exec_core+3627>, 0x73a606a20d17 <vm_exec_core+3559>, 0x73a606a20cd0 <vm_exec_core+3488>, 0x73a606a20c78 <vm_exec_core+3400>, 0x73a606a20c32 <vm_exec_core+3330>, 0x73a606a20bb3 <vm_exec_core+3203>, 0x73a606a20b79 <vm_exec_core+3145>, 0x73a606a20b1c <vm_exec_core+3052>, 0x73a606a20ac2 <vm_exec_core+2962>, 0x73a606a20a85 <vm_exec_core+2901>, 0x73a606a21e60 <vm_exec_core+7984>, 0x73a606a21ccb <vm_exec_core+7579>, 0x73a606a21c3d <vm_exec_core+7437>, 0x73a606a21bd6 <vm_exec_core+7334>, 0x73a606a21b84 <vm_exec_core+7252>, 0x73a606a21b25 <vm_exec_core+7157>, 0x73a606a21ad8 <vm_exec_core+7080>, 0x73a606a21a83 <vm_exec_core+6995>, 0x73a606a21f4e <vm_exec_core+8222>, 0x73a606a21f27 <vm_exec_core+8183>, 0x73a606a21eec <vm_exec_core+8124>, 0x73a606a21e9d <vm_exec_core+8045>, 0x73a606a22042 <vm_exec_core+8466>, 0x73a606a21f98 <vm_exec_core+8296>, 0x73a606a21836 <vm_exec_core+6406>, 0x73a606a217f2 <vm_exec_core+6338>, 0x73a606a223db <vm_exec_core+9387>, 0x73a606a2236c <vm_exec_core+9276>, 0x73a606a2240d <vm_exec_core+9437>, 0x73a606a21a34 <vm_exec_core+6916>, 0x73a606a219c5 <vm_exec_core+6805>, 0x73a606a21967 <vm_exec_core+6711>, 0x73a606a218b5 <vm_exec_core+6533>, 0x73a606a21879 <vm_exec_core+6473>, 0x73a606a2223e <vm_exec_core+8974>, 0x73a606a221d4 <vm_exec_core+8868>, 0x73a606a22129 <vm_exec_core+8697>, 0x73a606a23469 <vm_exec_core+13625>, 0x73a606a22076 <vm_exec_core+8518>, 0x73a606a222d4 <vm_exec_core+9124>, 0x73a606a22285 <vm_exec_core+9045>, 0x73a606a2231d <vm_exec_core+9197>, 0x73a606a20a36 <vm_exec_core+2822>, 0x73a606a2347f <vm_exec_core+13647>, 0x73a606a209e7 <vm_exec_core+2743>, 0x73a606a20978 <vm_exec_core+2632>, 0x73a606a20933 <vm_exec_core+2563>, 0x73a606a208c0 <vm_exec_core+2448>, 0x73a606a20769 <vm_exec_core+2105>, 0x73a606a20699 <vm_exec_core+1897>, 0x73a606a2061d <vm_exec_core+1773>, 0x73a606a2003f <vm_exec_core+271>, 0x73a606a205e9 <vm_exec_core+1721>, 0x73a606a205aa <vm_exec_core+1658>, 0x73a606a2056b <vm_exec_core+1595>, 0x73a606a2052f <vm_exec_core+1535>, 0x73a606a2046f <vm_exec_core+1343>, 0x73a606a203ea <vm_exec_core+1210>, 0x73a606a23495 <vm_exec_core+13669>, 0x73a606a234ab <vm_exec_core+13691>, 0x73a606a234c1 <vm_exec_core+13713>, 0x73a606a234d7 <vm_exec_core+13735>, 0x73a606a2306d <vm_exec_core+12605>, 0x73a606a23083 <vm_exec_core+12627>, 0x73a606a23099 <vm_exec_core+12649>, 0x73a606a230b6 <vm_exec_core+12678>, 0x73a606a22eaf <vm_exec_core+12159>, 0x73a606a23342 <vm_exec_core+13330>, 0x73a606a23316 <vm_exec_core+13286>, 0x73a606a2332c <vm_exec_core+13308>, 0x73a606a232be <vm_exec_core+13198>...}
#12 0x000073a606a25b68 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm.c:2811
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#13 rb_vm_exec (ec=0x73a5e91586d0) at /tmp/ruby/src/trunk-jemalloc/vm.c:2787
        _ec = 0x73a5e91586d0
        _tag = {tag = 36, retval = 4, buf = {0x73a5ddbfe180, 0x73a606a25bc0 <rb_vm_exec+272>, 0x0, 0x73a5ddbfe060, 0x3000000028}, prev = 0x73a5ddbfe290, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#14 0x000073a606a260d7 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-jemalloc/vm.c:1814
        iseq = 0x73a5e1e060f0
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x5a1608cfaa18ff00
        av = {206158430248, 127156227138192}
        stack_argv = 0x5a1608cfaa18ff00
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#15 0x000073a606a26a76 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x73a5e8551140, argc=argc@entry=0, argv=argv@entry=0x73a5ddbfe130, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-jemalloc/vm.c:1959
        self = <optimized out>
#16 0x000073a6069c9b2b in thread_do_start_proc (th=th@entry=0x73a5e6fbca00) at /tmp/ruby/src/trunk-jemalloc/thread.c:614
        args = 127156296687120
        args_ptr = 0x73a5ddbfe130
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x73a5e8551140
#17 0x000073a6069c9f22 in thread_do_start (th=0x73a5e6fbca00) at /tmp/ruby/src/trunk-jemalloc/thread.c:631
        result = 36
        result = <optimized out>
#18 thread_start_func_2 (th=th@entry=0x73a5e6fbca00, stack_start=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/thread.c:686
        _ec = 0x73a5e91586d0
        _tag = {tag = 36, retval = 127156894281888, buf = {0x73a5ddbfe390, 0x73a6069c9ea0 <thread_start_func_2+624>, 0x0, 0x73a5ddbfe190, 0x73a5e93e4880}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x73a60581e000
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#19 0x000073a6069cac4f in call_thread_start_func_2 (th=0x73a5e6fbca00) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:2238
        stack_start = 0
        stack_start_addr = 0x73a5ddbfe368
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#20 nt_start (ptr=0x73a5e93e4880) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:2283
        th = 0x73a5e6fbca00
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#21 0x000073a6060b1a94 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 = {127156227143360, 1007319623577817926, 127156227143360, -2888, 0, 140735519319280, 1007319623598789446, 1007962672011465542}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#22 0x000073a60613ec3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x73a5e085c6c0 (LWP 28202) "test_https.rb:*"):
#0  0x000073a606130a00 in __GI_ppoll (fds=fds@entry=0x73a5e085a408, 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 = 127156273652976, tv_nsec = 127156894503112}
#1  0x000073a6069c0fbe in wait_for_single_fd_blocking_region (th=th@entry=0x73a5e6fbce00, fds=fds@entry=0x73a5e085a408, to=to@entry=0x0, lerrno=lerrno@entry=0x73a5e085a3cc, nfds=1) at /tmp/ruby/src/trunk-jemalloc/hrtime.h:168
        __region = {prev_status = THREAD_RUNNABLE}
        ts = {tv_sec = 1431634051, tv_nsec = 127156912655341}
        result = 0
#2  0x000073a6069c88a6 in thread_io_wait (io=0x73a5e8931b00, fd=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/thread.c:4624
        to = <optimized out>
        rel = 127156382060320
        end = <optimized out>
        _ec = 0x73a5e9159ad0
        _tag = {tag = 36, retval = 0, buf = {0x73a5e8931b00, 0x73a6069c8960 <thread_io_wait+1520>, 0x0, 0x73a5e085a370, 0x73a5e085a550}, prev = 0x73a5e085b080, state = RUBY_TAG_NONE, lock_rec = 0}
        fds = {{fd = 10, events = 1, revents = 0}}
        result = 0
        nfds = 1
        blocking_operation = {list = {next = 0x73a5e8931bd0, prev = 0x73a5e8931bd0}, ec = 0x73a5e9159ad0}
        state = RUBY_TAG_NONE
        lerrno = 0
        ec = <optimized out>
        th = <optimized out>
#3  0x000073a6069ccdc1 in rb_thread_io_wait (io=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/thread.c:4779
No locals.
#4  0x000073a60685cde1 in rb_io_wait (timeout=4, events=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/include/ruby/internal/arithmetic/int.h:172
        scheduler = <optimized out>
        fptr = 0x73a5e8931b00
        tv_storage = {tv_sec = 127156401303168, tv_usec = 127156911188413}
        tv = 0x0
        ready = <optimized out>
        scheduler = <optimized out>
        fptr = <optimized out>
        tv_storage = <optimized out>
        tv = <optimized out>
        ready = <optimized out>
        errno_to_fail = <optimized out>
#5  rb_io_wait (io=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/io.c:1454
        scheduler = <optimized out>
        fptr = <optimized out>
        tv_storage = <optimized out>
        tv = <optimized out>
        ready = <optimized out>
        errno_to_fail = <optimized out>
#6  0x000073a60685d525 in rb_io_maybe_wait_readable (error=error@entry=11, io=io@entry=127156296686760, timeout=timeout@entry=4) at /tmp/ruby/src/trunk-jemalloc/io.c:1653
        result = <optimized out>
#7  0x000073a5e9e82cf8 in rsock_s_accept (klass=127156898614240, io=127156296686760, sockaddr=sockaddr@entry=0x73a5e085a580, len=len@entry=0x73a5e085a57c) at /tmp/ruby/src/trunk-jemalloc/ext/socket/init.c:738
        error = 11
        fptr = 0x73a5e8931b00
        accept_arg = {fd = 10, sockaddr = 0x73a5e085a580, len = 0x73a5e085a57c}
        retry = 0
        peer = <optimized out>
        retry = <optimized out>
#8  0x000073a5e9e96a92 in tcp_accept (server=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/ext/socket/tcpserver.c:61
        buffer = {addr = {sa_family = 4, sa_data = "\000\000\000\000\000\0007\000\000\000\000\000\000"}, in = {sin_family = 4, sin_port = 0, sin_addr = {s_addr = 0}, sin_zero = "7\000\000\000\000\000\000"}, in6 = {sin6_family = 4, sin6_port = 0, sin6_flowinfo = 0, sin6_addr = {__in6_u = {__u6_addr8 = "7\000\000\000\000\000\000\000\033\000\000\000\000\000\000", __u6_addr16 = {55, 0, 0, 0, 27, 0, 0, 0}, __u6_addr32 = {55, 0, 27, 0}}}, sin6_scope_id = 1}, un = {sun_family = 4, sun_path = "\000\000\000\000\000\0007\000\000\000\000\000\000\000\033\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\240\004\v\006\246s\000\000\300\245\205\340\245s\000\000\000\246\205\340\245s\000\000\000\260\203\005\246s\000\000\000ST\351\245s\000\000\275Û›\006\246s\000\000\310\020\207\005\246s\000\000\367\002\234\006\246s\000\000\360\273\205\340\245s\000\000\240\260\203\005\246s"}, storage = {ss_family = 4, __ss_padding = "\000\000\000\000\000\0007\000\000\000\000\000\000\000\033\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\240\004\v\006\246s\000\000\300\245\205\340\245s\000\000\000\246\205\340\245s\000\000\000\260\203\005\246s\000\000\000ST\351\245s\000\000\275Û›\006\246s\000\000\310\020\207\005\246s\000\000\367\002\234\006\246s\000\000\360\273\205\340\245s\000\000\240\260\203\005\246s\000\000\b\322 \350\245s\000", __ss_align = 6491385600906166016}, place_holder = "\004\000\000\000\000\000\000\0007\000\000\000\000\000\000\000\033\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\240\004\v\006\246s\000\000\300\245\205\340\245s\000\000\000\246\205\340\245s\000\000\000\260\203\005\246s\000\000\000ST\351\245s\000\000\275Û›\006\246s\000\000\310\020\207\005\246s\000\000\367\002\234\006\246s\000\000\360\273\205\340\245s\000\000\240\260\203\005\246s\000\000\b\322 \350\245s\000\000\000\377\030\252\317\b\026Z\000\002\364\350\245s\000\000\000\260\203\005\246s\000\000\000No\351\245s\000\000\275Û›\006\246s\000\000\000ST\351\245s\000\000\367\002\234\006\246s\000\000PVT\351\245s\000\000\240\260\203\005\246s\000\000@\361\330\343\245s\000\000\000\377"...}
        length = 2048
#9  0x000073a606a096fd in vm_call_cfunc_with_frame_ (ec=0x73a5e9159ad0, reg_cfp=0x73a5e3e0dcd0, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm_insnhelper.c:3915
        ci = 0xe00100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x73a5e9ec56f0
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#10 0x000073a606a12f2c in vm_sendish (ec=0x73a5e9159ad0, reg_cfp=0x73a5e3e0dcd0, cd=0x73a5e90d40a0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-jemalloc/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x73a5e1cd73c8
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x73a5e90d40a0, cc = 0x73a5e1cd73c8, block_handler = 0, recv = 127156296686760, argc = 0, kw_splat = false, heap_argv = 0}
#11 0x000073a606a1ffb4 in vm_exec_core (ec=0x73a5e085a408, ec@entry=0x73a5e9159ad0) at ../../src/trunk-jemalloc/insns.def:902
        bh = <optimized out>
        cd = 0x0
        leaf = <optimized out>
        val = 127156916581760
        reg_pc = 0x73a5e7604a20
        reg_cfp = 0x73a5e3e0dcd0
        insns_address_table = {0x73a606a23535 <vm_exec_core+13829>, 0x73a606a2126a <vm_exec_core+4922>, 0x73a606a211f8 <vm_exec_core+4808>, 0x73a606a21145 <vm_exec_core+4629>, 0x73a606a210d3 <vm_exec_core+4515>, 0x73a606a2102e <vm_exec_core+4350>, 0x73a606a21633 <vm_exec_core+5891>, 0x73a606a215d8 <vm_exec_core+5800>, 0x73a606a2136a <vm_exec_core+5178>, 0x73a606a212ce <vm_exec_core+5022>, 0x73a606a216d2 <vm_exec_core+6050>, 0x73a606a2145d <vm_exec_core+5421>, 0x73a606a20fe9 <vm_exec_core+4281>, 0x73a606a20f81 <vm_exec_core+4177>, 0x73a606a20f0a <vm_exec_core+4058>, 0x73a606a20ecd <vm_exec_core+3997>, 0x73a606a20e95 <vm_exec_core+3941>, 0x73a606a20e60 <vm_exec_core+3888>, 0x73a606a20e2b <vm_exec_core+3835>, 0x73a606a20df6 <vm_exec_core+3782>, 0x73a606a20d6c <vm_exec_core+3644>, 0x73a606a20d28 <vm_exec_core+3576>, 0x73a606a20ce1 <vm_exec_core+3505>, 0x73a606a20c89 <vm_exec_core+3417>, 0x73a606a20c43 <vm_exec_core+3347>, 0x73a606a20bc4 <vm_exec_core+3220>, 0x73a606a20b8a <vm_exec_core+3162>, 0x73a606a20b2d <vm_exec_core+3069>, 0x73a606a20ad3 <vm_exec_core+2979>, 0x73a606a20a96 <vm_exec_core+2918>, 0x73a606a21e71 <vm_exec_core+8001>, 0x73a606a21cdc <vm_exec_core+7596>, 0x73a606a21c4e <vm_exec_core+7454>, 0x73a606a21be7 <vm_exec_core+7351>, 0x73a606a21b95 <vm_exec_core+7269>, 0x73a606a21b36 <vm_exec_core+7174>, 0x73a606a21ae9 <vm_exec_core+7097>, 0x73a606a21a94 <vm_exec_core+7012>, 0x73a606a21f5f <vm_exec_core+8239>, 0x73a606a21f38 <vm_exec_core+8200>, 0x73a606a21efd <vm_exec_core+8141>, 0x73a606a21eae <vm_exec_core+8062>, 0x73a606a22053 <vm_exec_core+8483>, 0x73a606a21fa9 <vm_exec_core+8313>, 0x73a606a21847 <vm_exec_core+6423>, 0x73a606a21803 <vm_exec_core+6355>, 0x73a606a223ec <vm_exec_core+9404>, 0x73a606a2237d <vm_exec_core+9293>, 0x73a606a2241e <vm_exec_core+9454>, 0x73a606a21a45 <vm_exec_core+6933>, 0x73a606a219d6 <vm_exec_core+6822>, 0x73a606a21978 <vm_exec_core+6728>, 0x73a606a218c6 <vm_exec_core+6550>, 0x73a606a2188a <vm_exec_core+6490>, 0x73a606a2224f <vm_exec_core+8991>, 0x73a606a221e5 <vm_exec_core+8885>, 0x73a606a2213a <vm_exec_core+8714>, 0x73a606a1ff90 <vm_exec_core+96>, 0x73a606a22087 <vm_exec_core+8535>, 0x73a606a222e5 <vm_exec_core+9141>, 0x73a606a22296 <vm_exec_core+9062>, 0x73a606a2232e <vm_exec_core+9214>, 0x73a606a20a47 <vm_exec_core+2839>, 0x73a606a234ed <vm_exec_core+13757>, 0x73a606a209f8 <vm_exec_core+2760>, 0x73a606a20989 <vm_exec_core+2649>, 0x73a606a20944 <vm_exec_core+2580>, 0x73a606a208d1 <vm_exec_core+2465>, 0x73a606a2077a <vm_exec_core+2122>, 0x73a606a206aa <vm_exec_core+1914>, 0x73a606a2062e <vm_exec_core+1790>, 0x73a606a20050 <vm_exec_core+288>, 0x73a606a205fa <vm_exec_core+1738>, 0x73a606a205bb <vm_exec_core+1675>, 0x73a606a2057c <vm_exec_core+1612>, 0x73a606a20540 <vm_exec_core+1552>, 0x73a606a20480 <vm_exec_core+1360>, 0x73a606a203fb <vm_exec_core+1227>, 0x73a606a23546 <vm_exec_core+13846>, 0x73a606a22cbe <vm_exec_core+11662>, 0x73a606a22d24 <vm_exec_core+11764>, 0x73a606a224ad <vm_exec_core+9597>, 0x73a606a22dbd <vm_exec_core+11917>, 0x73a606a22e56 <vm_exec_core+12070>, 0x73a606a2325d <vm_exec_core+13101>, 0x73a606a231a1 <vm_exec_core+12913>, 0x73a606a231ff <vm_exec_core+13007>, 0x73a606a230cc <vm_exec_core+12700>, 0x73a606a2312d <vm_exec_core+12797>, 0x73a606a2339a <vm_exec_core+13418>, 0x73a606a2341d <vm_exec_core+13549>, 0x73a606a22ec5 <vm_exec_core+12181>, 0x73a606a22f18 <vm_exec_core+12264>, 0x73a606a22f9b <vm_exec_core+12395>, 0x73a606a23025 <vm_exec_core+12533>, 0x73a606a22b10 <vm_exec_core+11232>, 0x73a606a22b63 <vm_exec_core+11315>, 0x73a606a22bac <vm_exec_core+11388>, 0x73a606a22c0e <vm_exec_core+11486>, 0x73a606a235ab <vm_exec_core+13947>, 0x73a606a2038a <vm_exec_core+1114>, 0x73a606a2030a <vm_exec_core+986>, 0x73a606a20261 <vm_exec_core+817>, 0x73a606a2021a <vm_exec_core+746>, 0x73a606a201cf <vm_exec_core+671>, 0x73a606a20186 <vm_exec_core+598>, 0x73a606a20135 <vm_exec_core+517>, 0x73a606a20100 <vm_exec_core+464>, 0x73a606a200cb <vm_exec_core+411>, 0x73a606a22ca0 <vm_exec_core+11632>, 0x73a606a21259 <vm_exec_core+4905>, 0x73a606a211e7 <vm_exec_core+4791>, 0x73a606a21134 <vm_exec_core+4612>, 0x73a606a210c2 <vm_exec_core+4498>, 0x73a606a2101d <vm_exec_core+4333>, 0x73a606a21622 <vm_exec_core+5874>, 0x73a606a215c7 <vm_exec_core+5783>, 0x73a606a21359 <vm_exec_core+5161>, 0x73a606a212bd <vm_exec_core+5005>, 0x73a606a216c1 <vm_exec_core+6033>, 0x73a606a2144c <vm_exec_core+5404>, 0x73a606a20fd8 <vm_exec_core+4264>, 0x73a606a20f70 <vm_exec_core+4160>, 0x73a606a20ef9 <vm_exec_core+4041>, 0x73a606a20ebc <vm_exec_core+3980>, 0x73a606a20e84 <vm_exec_core+3924>, 0x73a606a20e4f <vm_exec_core+3871>, 0x73a606a20e1a <vm_exec_core+3818>, 0x73a606a20de5 <vm_exec_core+3765>, 0x73a606a20d5b <vm_exec_core+3627>, 0x73a606a20d17 <vm_exec_core+3559>, 0x73a606a20cd0 <vm_exec_core+3488>, 0x73a606a20c78 <vm_exec_core+3400>, 0x73a606a20c32 <vm_exec_core+3330>, 0x73a606a20bb3 <vm_exec_core+3203>, 0x73a606a20b79 <vm_exec_core+3145>, 0x73a606a20b1c <vm_exec_core+3052>, 0x73a606a20ac2 <vm_exec_core+2962>, 0x73a606a20a85 <vm_exec_core+2901>, 0x73a606a21e60 <vm_exec_core+7984>, 0x73a606a21ccb <vm_exec_core+7579>, 0x73a606a21c3d <vm_exec_core+7437>, 0x73a606a21bd6 <vm_exec_core+7334>, 0x73a606a21b84 <vm_exec_core+7252>, 0x73a606a21b25 <vm_exec_core+7157>, 0x73a606a21ad8 <vm_exec_core+7080>, 0x73a606a21a83 <vm_exec_core+6995>, 0x73a606a21f4e <vm_exec_core+8222>, 0x73a606a21f27 <vm_exec_core+8183>, 0x73a606a21eec <vm_exec_core+8124>, 0x73a606a21e9d <vm_exec_core+8045>, 0x73a606a22042 <vm_exec_core+8466>, 0x73a606a21f98 <vm_exec_core+8296>, 0x73a606a21836 <vm_exec_core+6406>, 0x73a606a217f2 <vm_exec_core+6338>, 0x73a606a223db <vm_exec_core+9387>, 0x73a606a2236c <vm_exec_core+9276>, 0x73a606a2240d <vm_exec_core+9437>, 0x73a606a21a34 <vm_exec_core+6916>, 0x73a606a219c5 <vm_exec_core+6805>, 0x73a606a21967 <vm_exec_core+6711>, 0x73a606a218b5 <vm_exec_core+6533>, 0x73a606a21879 <vm_exec_core+6473>, 0x73a606a2223e <vm_exec_core+8974>, 0x73a606a221d4 <vm_exec_core+8868>, 0x73a606a22129 <vm_exec_core+8697>, 0x73a606a23469 <vm_exec_core+13625>, 0x73a606a22076 <vm_exec_core+8518>, 0x73a606a222d4 <vm_exec_core+9124>, 0x73a606a22285 <vm_exec_core+9045>, 0x73a606a2231d <vm_exec_core+9197>, 0x73a606a20a36 <vm_exec_core+2822>, 0x73a606a2347f <vm_exec_core+13647>, 0x73a606a209e7 <vm_exec_core+2743>, 0x73a606a20978 <vm_exec_core+2632>, 0x73a606a20933 <vm_exec_core+2563>, 0x73a606a208c0 <vm_exec_core+2448>, 0x73a606a20769 <vm_exec_core+2105>, 0x73a606a20699 <vm_exec_core+1897>, 0x73a606a2061d <vm_exec_core+1773>, 0x73a606a2003f <vm_exec_core+271>, 0x73a606a205e9 <vm_exec_core+1721>, 0x73a606a205aa <vm_exec_core+1658>, 0x73a606a2056b <vm_exec_core+1595>, 0x73a606a2052f <vm_exec_core+1535>, 0x73a606a2046f <vm_exec_core+1343>, 0x73a606a203ea <vm_exec_core+1210>, 0x73a606a23495 <vm_exec_core+13669>, 0x73a606a234ab <vm_exec_core+13691>, 0x73a606a234c1 <vm_exec_core+13713>, 0x73a606a234d7 <vm_exec_core+13735>, 0x73a606a2306d <vm_exec_core+12605>, 0x73a606a23083 <vm_exec_core+12627>, 0x73a606a23099 <vm_exec_core+12649>, 0x73a606a230b6 <vm_exec_core+12678>, 0x73a606a22eaf <vm_exec_core+12159>, 0x73a606a23342 <vm_exec_core+13330>, 0x73a606a23316 <vm_exec_core+13286>, 0x73a606a2332c <vm_exec_core+13308>, 0x73a606a232be <vm_exec_core+13198>...}
#12 0x000073a606a25b68 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm.c:2811
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#13 rb_vm_exec (ec=0x73a5e9159ad0) at /tmp/ruby/src/trunk-jemalloc/vm.c:2787
        _ec = 0x73a5e9159ad0
        _tag = {tag = 36, retval = 4, buf = {0x73a5e085b180, 0x73a606a25bc0 <rb_vm_exec+272>, 0x0, 0x73a5e085b060, 0x3000000028}, prev = 0x73a5e085b290, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#14 0x000073a606a260d7 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-jemalloc/vm.c:1814
        iseq = 0x73a5e1e08d00
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x5a1608cfaa18ff00
        av = {206158430248, 127156273656464}
        stack_argv = 0x5a1608cfaa18ff00
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#15 0x000073a606a26a76 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x73a5e8551440, argc=argc@entry=0, argv=argv@entry=0x73a5e085b130, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-jemalloc/vm.c:1959
        self = <optimized out>
#16 0x000073a6069c9b2b in thread_do_start_proc (th=th@entry=0x73a5e6fbce00) at /tmp/ruby/src/trunk-jemalloc/thread.c:614
        args = 127156296686240
        args_ptr = 0x73a5e085b130
        args_len = <optimized out>
        procval = <optimized out>
        proc = 0x73a5e8551440
#17 0x000073a6069c9f22 in thread_do_start (th=0x73a5e6fbce00) at /tmp/ruby/src/trunk-jemalloc/thread.c:631
        result = 36
        result = <optimized out>
#18 thread_start_func_2 (th=th@entry=0x73a5e6fbce00, stack_start=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/thread.c:686
        _ec = 0x73a5e9159ad0
        _tag = {tag = 36, retval = 127156894281888, buf = {0x73a5e085b390, 0x73a6069c9ea0 <thread_start_func_2+624>, 0x0, 0x73a5e085b190, 0x73a5e93e4980}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x73a60581e000
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#19 0x000073a6069cac4f in call_thread_start_func_2 (th=0x73a5e6fbce00) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:2238
        stack_start = 0
        stack_start_addr = 0x73a5e085b368
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#20 nt_start (ptr=0x73a5e93e4980) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:2283
        th = 0x73a5e6fbce00
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#21 0x000073a6060b1a94 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 = {127156273661632, 1007343592179684166, 127156273661632, -2888, 0, 140735519318096, 1007343592200655686, 1007962672011465542}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#22 0x000073a60613ec3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x73a605d67200 (LWP 4190300) "ruby"):
#0  0x000073a6060add61 in __futex_abstimed_wait_common64 (private=29605, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x73a605870050) 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=29605, abstime=0x0, clockid=0, expected=0, futex_word=0x73a605870050) 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=0x73a605870050, 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  0x000073a6060b07dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x73a6058710c8, cond=0x73a605870028) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x73a6060b04a0 <__condvar_cleanup_waiting>, __arg = 0x7fff8aa2e2e0, __canceltype = 92619472, __prev = 0x0}
        cbuffer = {wseq = 16616, cond = 0x73a605870028, mutex = 0x73a6058710c8, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 16616
        seq = 8308
        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=0x73a605870028, mutex=mutex@entry=0x73a6058710c8) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x000073a6069c08dd in rb_native_cond_wait (cond=cond@entry=0x73a605870028, mutex=mutex@entry=0x73a6058710c8) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:231
        r = <optimized out>
#6  0x000073a6069c0a23 in thread_sched_wait_running_turn (sched=sched@entry=0x73a6058710c8, th=th@entry=0x73a60581e000, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:851
        next_th = 0x73a5e6fbce00
#7  0x000073a6069c1264 in thread_sched_to_waiting_until_wakeup (sched=sched@entry=0x73a6058710c8, th=th@entry=0x73a60581e000) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:1126
        can_direct_transfer = <optimized out>
#8  0x000073a6069c96f2 in native_sleep (rel=0x0, th=0x73a60581e000) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:3350
        sched = 0x73a6058710c8
        sched = <optimized out>
#9  sleep_forever (fl=13, th=0x73a60581e000) at /tmp/ruby/src/trunk-jemalloc/thread.c:1381
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
        prev_status = <optimized out>
        status = <optimized out>
        woke = <optimized out>
#10 thread_join_sleep (arg=arg@entry=140735519319376) at /tmp/ruby/src/trunk-jemalloc/thread.c:1074
        scheduler = <optimized out>
        p = 0x7fff8aa2e550
        target_th = 0x73a5e6fbce00
        th = 0x73a60581e000
        end = 0
        limit = <optimized out>
#11 0x000073a606818e72 in rb_ensure (b_proc=b_proc@entry=0x73a6069c9430 <thread_join_sleep>, data1=data1@entry=140735519319376, e_proc=e_proc@entry=0x73a6069baf70 <remove_from_join_list>, data2=data2@entry=140735519319376) at /tmp/ruby/src/trunk-jemalloc/eval.c:1174
        _ec = 0x73a6058542d0
        _tag = {tag = 36, retval = 127156275196120, buf = {0x0, 0x73a606818f30 <rb_ensure+432>, 0x0, 0x7fff8aa2e440, 0x0}, prev = 0x7fff8aa2e880, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x73a6058542d0
#12 0x000073a6069bda71 in thread_join (limit=0x0, timeout=4, target_th=0x73a5e6fbce00) at /tmp/ruby/src/trunk-jemalloc/thread.c:1131
        waiter = {next = 0x0, thread = 0x73a60581e000, fiber = 0x0}
        arg = {waiter = 0x7fff8aa2e530, target = 0x73a5e6fbce00, 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-jemalloc/thread.c:1253
        th = 0x73a5e6fbce00
#14 0x000073a606a096fd in vm_call_cfunc_with_frame_ (ec=0x73a6058542d0, reg_cfp=0x73a605978348, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm_insnhelper.c:3915
        ci = 0x260100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x73a605ca7a00
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#15 0x000073a606a12f2c in vm_sendish (ec=0x73a6058542d0, reg_cfp=0x73a605978348, cd=0x73a5ebf47ac0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-jemalloc/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x73a5e9ef5418
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x73a5ebf47ac0, cc = 0x73a5e9ef5418, block_handler = 0, recv = 127156296686280, argc = 0, kw_splat = false, heap_argv = 0}
#16 0x000073a606a1ffb4 in vm_exec_core (ec=0x73a605870050, ec@entry=0x73a6058542d0) at ../../src/trunk-jemalloc/insns.def:902
        bh = <optimized out>
        cd = 0x0
        leaf = <optimized out>
        val = 127156296686280
        reg_pc = 0x73a5ebe401b8
        reg_cfp = 0x73a605978348
        insns_address_table = {0x73a606a23535 <vm_exec_core+13829>, 0x73a606a2126a <vm_exec_core+4922>, 0x73a606a211f8 <vm_exec_core+4808>, 0x73a606a21145 <vm_exec_core+4629>, 0x73a606a210d3 <vm_exec_core+4515>, 0x73a606a2102e <vm_exec_core+4350>, 0x73a606a21633 <vm_exec_core+5891>, 0x73a606a215d8 <vm_exec_core+5800>, 0x73a606a2136a <vm_exec_core+5178>, 0x73a606a212ce <vm_exec_core+5022>, 0x73a606a216d2 <vm_exec_core+6050>, 0x73a606a2145d <vm_exec_core+5421>, 0x73a606a20fe9 <vm_exec_core+4281>, 0x73a606a20f81 <vm_exec_core+4177>, 0x73a606a20f0a <vm_exec_core+4058>, 0x73a606a20ecd <vm_exec_core+3997>, 0x73a606a20e95 <vm_exec_core+3941>, 0x73a606a20e60 <vm_exec_core+3888>, 0x73a606a20e2b <vm_exec_core+3835>, 0x73a606a20df6 <vm_exec_core+3782>, 0x73a606a20d6c <vm_exec_core+3644>, 0x73a606a20d28 <vm_exec_core+3576>, 0x73a606a20ce1 <vm_exec_core+3505>, 0x73a606a20c89 <vm_exec_core+3417>, 0x73a606a20c43 <vm_exec_core+3347>, 0x73a606a20bc4 <vm_exec_core+3220>, 0x73a606a20b8a <vm_exec_core+3162>, 0x73a606a20b2d <vm_exec_core+3069>, 0x73a606a20ad3 <vm_exec_core+2979>, 0x73a606a20a96 <vm_exec_core+2918>, 0x73a606a21e71 <vm_exec_core+8001>, 0x73a606a21cdc <vm_exec_core+7596>, 0x73a606a21c4e <vm_exec_core+7454>, 0x73a606a21be7 <vm_exec_core+7351>, 0x73a606a21b95 <vm_exec_core+7269>, 0x73a606a21b36 <vm_exec_core+7174>, 0x73a606a21ae9 <vm_exec_core+7097>, 0x73a606a21a94 <vm_exec_core+7012>, 0x73a606a21f5f <vm_exec_core+8239>, 0x73a606a21f38 <vm_exec_core+8200>, 0x73a606a21efd <vm_exec_core+8141>, 0x73a606a21eae <vm_exec_core+8062>, 0x73a606a22053 <vm_exec_core+8483>, 0x73a606a21fa9 <vm_exec_core+8313>, 0x73a606a21847 <vm_exec_core+6423>, 0x73a606a21803 <vm_exec_core+6355>, 0x73a606a223ec <vm_exec_core+9404>, 0x73a606a2237d <vm_exec_core+9293>, 0x73a606a2241e <vm_exec_core+9454>, 0x73a606a21a45 <vm_exec_core+6933>, 0x73a606a219d6 <vm_exec_core+6822>, 0x73a606a21978 <vm_exec_core+6728>, 0x73a606a218c6 <vm_exec_core+6550>, 0x73a606a2188a <vm_exec_core+6490>, 0x73a606a2224f <vm_exec_core+8991>, 0x73a606a221e5 <vm_exec_core+8885>, 0x73a606a2213a <vm_exec_core+8714>, 0x73a606a1ff90 <vm_exec_core+96>, 0x73a606a22087 <vm_exec_core+8535>, 0x73a606a222e5 <vm_exec_core+9141>, 0x73a606a22296 <vm_exec_core+9062>, 0x73a606a2232e <vm_exec_core+9214>, 0x73a606a20a47 <vm_exec_core+2839>, 0x73a606a234ed <vm_exec_core+13757>, 0x73a606a209f8 <vm_exec_core+2760>, 0x73a606a20989 <vm_exec_core+2649>, 0x73a606a20944 <vm_exec_core+2580>, 0x73a606a208d1 <vm_exec_core+2465>, 0x73a606a2077a <vm_exec_core+2122>, 0x73a606a206aa <vm_exec_core+1914>, 0x73a606a2062e <vm_exec_core+1790>, 0x73a606a20050 <vm_exec_core+288>, 0x73a606a205fa <vm_exec_core+1738>, 0x73a606a205bb <vm_exec_core+1675>, 0x73a606a2057c <vm_exec_core+1612>, 0x73a606a20540 <vm_exec_core+1552>, 0x73a606a20480 <vm_exec_core+1360>, 0x73a606a203fb <vm_exec_core+1227>, 0x73a606a23546 <vm_exec_core+13846>, 0x73a606a22cbe <vm_exec_core+11662>, 0x73a606a22d24 <vm_exec_core+11764>, 0x73a606a224ad <vm_exec_core+9597>, 0x73a606a22dbd <vm_exec_core+11917>, 0x73a606a22e56 <vm_exec_core+12070>, 0x73a606a2325d <vm_exec_core+13101>, 0x73a606a231a1 <vm_exec_core+12913>, 0x73a606a231ff <vm_exec_core+13007>, 0x73a606a230cc <vm_exec_core+12700>, 0x73a606a2312d <vm_exec_core+12797>, 0x73a606a2339a <vm_exec_core+13418>, 0x73a606a2341d <vm_exec_core+13549>, 0x73a606a22ec5 <vm_exec_core+12181>, 0x73a606a22f18 <vm_exec_core+12264>, 0x73a606a22f9b <vm_exec_core+12395>, 0x73a606a23025 <vm_exec_core+12533>, 0x73a606a22b10 <vm_exec_core+11232>, 0x73a606a22b63 <vm_exec_core+11315>, 0x73a606a22bac <vm_exec_core+11388>, 0x73a606a22c0e <vm_exec_core+11486>, 0x73a606a235ab <vm_exec_core+13947>, 0x73a606a2038a <vm_exec_core+1114>, 0x73a606a2030a <vm_exec_core+986>, 0x73a606a20261 <vm_exec_core+817>, 0x73a606a2021a <vm_exec_core+746>, 0x73a606a201cf <vm_exec_core+671>, 0x73a606a20186 <vm_exec_core+598>, 0x73a606a20135 <vm_exec_core+517>, 0x73a606a20100 <vm_exec_core+464>, 0x73a606a200cb <vm_exec_core+411>, 0x73a606a22ca0 <vm_exec_core+11632>, 0x73a606a21259 <vm_exec_core+4905>, 0x73a606a211e7 <vm_exec_core+4791>, 0x73a606a21134 <vm_exec_core+4612>, 0x73a606a210c2 <vm_exec_core+4498>, 0x73a606a2101d <vm_exec_core+4333>, 0x73a606a21622 <vm_exec_core+5874>, 0x73a606a215c7 <vm_exec_core+5783>, 0x73a606a21359 <vm_exec_core+5161>, 0x73a606a212bd <vm_exec_core+5005>, 0x73a606a216c1 <vm_exec_core+6033>, 0x73a606a2144c <vm_exec_core+5404>, 0x73a606a20fd8 <vm_exec_core+4264>, 0x73a606a20f70 <vm_exec_core+4160>, 0x73a606a20ef9 <vm_exec_core+4041>, 0x73a606a20ebc <vm_exec_core+3980>, 0x73a606a20e84 <vm_exec_core+3924>, 0x73a606a20e4f <vm_exec_core+3871>, 0x73a606a20e1a <vm_exec_core+3818>, 0x73a606a20de5 <vm_exec_core+3765>, 0x73a606a20d5b <vm_exec_core+3627>, 0x73a606a20d17 <vm_exec_core+3559>, 0x73a606a20cd0 <vm_exec_core+3488>, 0x73a606a20c78 <vm_exec_core+3400>, 0x73a606a20c32 <vm_exec_core+3330>, 0x73a606a20bb3 <vm_exec_core+3203>, 0x73a606a20b79 <vm_exec_core+3145>, 0x73a606a20b1c <vm_exec_core+3052>, 0x73a606a20ac2 <vm_exec_core+2962>, 0x73a606a20a85 <vm_exec_core+2901>, 0x73a606a21e60 <vm_exec_core+7984>, 0x73a606a21ccb <vm_exec_core+7579>, 0x73a606a21c3d <vm_exec_core+7437>, 0x73a606a21bd6 <vm_exec_core+7334>, 0x73a606a21b84 <vm_exec_core+7252>, 0x73a606a21b25 <vm_exec_core+7157>, 0x73a606a21ad8 <vm_exec_core+7080>, 0x73a606a21a83 <vm_exec_core+6995>, 0x73a606a21f4e <vm_exec_core+8222>, 0x73a606a21f27 <vm_exec_core+8183>, 0x73a606a21eec <vm_exec_core+8124>, 0x73a606a21e9d <vm_exec_core+8045>, 0x73a606a22042 <vm_exec_core+8466>, 0x73a606a21f98 <vm_exec_core+8296>, 0x73a606a21836 <vm_exec_core+6406>, 0x73a606a217f2 <vm_exec_core+6338>, 0x73a606a223db <vm_exec_core+9387>, 0x73a606a2236c <vm_exec_core+9276>, 0x73a606a2240d <vm_exec_core+9437>, 0x73a606a21a34 <vm_exec_core+6916>, 0x73a606a219c5 <vm_exec_core+6805>, 0x73a606a21967 <vm_exec_core+6711>, 0x73a606a218b5 <vm_exec_core+6533>, 0x73a606a21879 <vm_exec_core+6473>, 0x73a606a2223e <vm_exec_core+8974>, 0x73a606a221d4 <vm_exec_core+8868>, 0x73a606a22129 <vm_exec_core+8697>, 0x73a606a23469 <vm_exec_core+13625>, 0x73a606a22076 <vm_exec_core+8518>, 0x73a606a222d4 <vm_exec_core+9124>, 0x73a606a22285 <vm_exec_core+9045>, 0x73a606a2231d <vm_exec_core+9197>, 0x73a606a20a36 <vm_exec_core+2822>, 0x73a606a2347f <vm_exec_core+13647>, 0x73a606a209e7 <vm_exec_core+2743>, 0x73a606a20978 <vm_exec_core+2632>, 0x73a606a20933 <vm_exec_core+2563>, 0x73a606a208c0 <vm_exec_core+2448>, 0x73a606a20769 <vm_exec_core+2105>, 0x73a606a20699 <vm_exec_core+1897>, 0x73a606a2061d <vm_exec_core+1773>, 0x73a606a2003f <vm_exec_core+271>, 0x73a606a205e9 <vm_exec_core+1721>, 0x73a606a205aa <vm_exec_core+1658>, 0x73a606a2056b <vm_exec_core+1595>, 0x73a606a2052f <vm_exec_core+1535>, 0x73a606a2046f <vm_exec_core+1343>, 0x73a606a203ea <vm_exec_core+1210>, 0x73a606a23495 <vm_exec_core+13669>, 0x73a606a234ab <vm_exec_core+13691>, 0x73a606a234c1 <vm_exec_core+13713>, 0x73a606a234d7 <vm_exec_core+13735>, 0x73a606a2306d <vm_exec_core+12605>, 0x73a606a23083 <vm_exec_core+12627>, 0x73a606a23099 <vm_exec_core+12649>, 0x73a606a230b6 <vm_exec_core+12678>, 0x73a606a22eaf <vm_exec_core+12159>, 0x73a606a23342 <vm_exec_core+13330>, 0x73a606a23316 <vm_exec_core+13286>, 0x73a606a2332c <vm_exec_core+13308>, 0x73a606a232be <vm_exec_core+13198>...}
#17 0x000073a606a25e6b in vm_exec_loop (result=<optimized out>, tag=0x7fff8aa2e880, state=<optimized out>, ec=0x73a6058542d0) at /tmp/ruby/src/trunk-jemalloc/vm.c:2811
        vm_loop_start = <optimized out>
#18 rb_vm_exec (ec=0x73a6058542d0) at /tmp/ruby/src/trunk-jemalloc/vm.c:2790
        _ec = 0x73a6058542d0
        _tag = {tag = 36, retval = 4, buf = {0x73a605c5caa0, 0x73a606a25bc0 <rb_vm_exec+272>, 0x0, 0x7fff8aa2e860, 0x2}, prev = 0x7fff8aa2e9b0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#19 0x000073a606a2adc0 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7fff8aa2e938, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm.c:1859
No locals.
#20 vm_yield (kw_splat=0, argv=0x7fff8aa2e938, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm.c:1873
No locals.
#21 rb_yield_0 (argv=0x7fff8aa2e938, argc=1) at /tmp/ruby/src/trunk-jemalloc/vm_eval.c:1362
No locals.
#22 rb_yield (val=<optimized out>, val@entry=127156296686760) at /tmp/ruby/src/trunk-jemalloc/vm_eval.c:1378
No locals.
#23 0x000073a606818e72 in rb_ensure (b_proc=0x73a606a2ad00 <rb_yield>, data1=127156296686760, e_proc=0x73a606858770 <io_close>, data2=127156296686760) at /tmp/ruby/src/trunk-jemalloc/eval.c:1174
        _ec = 0x73a6058542d0
        _tag = {tag = 36, retval = 2, buf = {0x73a605c5caa0, 0x73a606818f30 <rb_ensure+432>, 0x0, 0x7fff8aa2e960, 0x0}, prev = 0x7fff8aa2ed20, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 4
        errinfo = <optimized out>
        ec = 0x73a6058542d0
#24 0x000073a606a096fd in vm_call_cfunc_with_frame_ (ec=0x73a6058542d0, reg_cfp=0x73a6059783f0, calling=<optimized out>, argc=2, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm_insnhelper.c:3915
        ci = 0x414100000005
        cc = <optimized out>
        val = <optimized out>
        me = 0x73a605cc9330
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#25 0x000073a606a12f2c in vm_sendish (ec=0x73a6058542d0, reg_cfp=0x73a6059783f0, cd=0x73a5e91118d0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-jemalloc/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x73a5e1cd75a8
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x73a5e91118d0, cc = 0x73a5e1cd75a8, block_handler = 127156895581193, recv = 127156898613920, argc = 2, kw_splat = false, heap_argv = 0}
#26 0x000073a606a2221f in vm_exec_core (ec=0x73a605870050, ec@entry=0x73a6058542d0) at ../../src/trunk-jemalloc/insns.def:854
        bh = 127156903140705
        cd = 0x73a5e91118d0
        blockiseq = 0x0
        leaf = <optimized out>
        val = 36
        reg_pc = 0x73a5e950d4d0
        reg_cfp = 0x73a6059783f0
        insns_address_table = {0x73a606a23535 <vm_exec_core+13829>, 0x73a606a2126a <vm_exec_core+4922>, 0x73a606a211f8 <vm_exec_core+4808>, 0x73a606a21145 <vm_exec_core+4629>, 0x73a606a210d3 <vm_exec_core+4515>, 0x73a606a2102e <vm_exec_core+4350>, 0x73a606a21633 <vm_exec_core+5891>, 0x73a606a215d8 <vm_exec_core+5800>, 0x73a606a2136a <vm_exec_core+5178>, 0x73a606a212ce <vm_exec_core+5022>, 0x73a606a216d2 <vm_exec_core+6050>, 0x73a606a2145d <vm_exec_core+5421>, 0x73a606a20fe9 <vm_exec_core+4281>, 0x73a606a20f81 <vm_exec_core+4177>, 0x73a606a20f0a <vm_exec_core+4058>, 0x73a606a20ecd <vm_exec_core+3997>, 0x73a606a20e95 <vm_exec_core+3941>, 0x73a606a20e60 <vm_exec_core+3888>, 0x73a606a20e2b <vm_exec_core+3835>, 0x73a606a20df6 <vm_exec_core+3782>, 0x73a606a20d6c <vm_exec_core+3644>, 0x73a606a20d28 <vm_exec_core+3576>, 0x73a606a20ce1 <vm_exec_core+3505>, 0x73a606a20c89 <vm_exec_core+3417>, 0x73a606a20c43 <vm_exec_core+3347>, 0x73a606a20bc4 <vm_exec_core+3220>, 0x73a606a20b8a <vm_exec_core+3162>, 0x73a606a20b2d <vm_exec_core+3069>, 0x73a606a20ad3 <vm_exec_core+2979>, 0x73a606a20a96 <vm_exec_core+2918>, 0x73a606a21e71 <vm_exec_core+8001>, 0x73a606a21cdc <vm_exec_core+7596>, 0x73a606a21c4e <vm_exec_core+7454>, 0x73a606a21be7 <vm_exec_core+7351>, 0x73a606a21b95 <vm_exec_core+7269>, 0x73a606a21b36 <vm_exec_core+7174>, 0x73a606a21ae9 <vm_exec_core+7097>, 0x73a606a21a94 <vm_exec_core+7012>, 0x73a606a21f5f <vm_exec_core+8239>, 0x73a606a21f38 <vm_exec_core+8200>, 0x73a606a21efd <vm_exec_core+8141>, 0x73a606a21eae <vm_exec_core+8062>, 0x73a606a22053 <vm_exec_core+8483>, 0x73a606a21fa9 <vm_exec_core+8313>, 0x73a606a21847 <vm_exec_core+6423>, 0x73a606a21803 <vm_exec_core+6355>, 0x73a606a223ec <vm_exec_core+9404>, 0x73a606a2237d <vm_exec_core+9293>, 0x73a606a2241e <vm_exec_core+9454>, 0x73a606a21a45 <vm_exec_core+6933>, 0x73a606a219d6 <vm_exec_core+6822>, 0x73a606a21978 <vm_exec_core+6728>, 0x73a606a218c6 <vm_exec_core+6550>, 0x73a606a2188a <vm_exec_core+6490>, 0x73a606a2224f <vm_exec_core+8991>, 0x73a606a221e5 <vm_exec_core+8885>, 0x73a606a2213a <vm_exec_core+8714>, 0x73a606a1ff90 <vm_exec_core+96>, 0x73a606a22087 <vm_exec_core+8535>, 0x73a606a222e5 <vm_exec_core+9141>, 0x73a606a22296 <vm_exec_core+9062>, 0x73a606a2232e <vm_exec_core+9214>, 0x73a606a20a47 <vm_exec_core+2839>, 0x73a606a234ed <vm_exec_core+13757>, 0x73a606a209f8 <vm_exec_core+2760>, 0x73a606a20989 <vm_exec_core+2649>, 0x73a606a20944 <vm_exec_core+2580>, 0x73a606a208d1 <vm_exec_core+2465>, 0x73a606a2077a <vm_exec_core+2122>, 0x73a606a206aa <vm_exec_core+1914>, 0x73a606a2062e <vm_exec_core+1790>, 0x73a606a20050 <vm_exec_core+288>, 0x73a606a205fa <vm_exec_core+1738>, 0x73a606a205bb <vm_exec_core+1675>, 0x73a606a2057c <vm_exec_core+1612>, 0x73a606a20540 <vm_exec_core+1552>, 0x73a606a20480 <vm_exec_core+1360>, 0x73a606a203fb <vm_exec_core+1227>, 0x73a606a23546 <vm_exec_core+13846>, 0x73a606a22cbe <vm_exec_core+11662>, 0x73a606a22d24 <vm_exec_core+11764>, 0x73a606a224ad <vm_exec_core+9597>, 0x73a606a22dbd <vm_exec_core+11917>, 0x73a606a22e56 <vm_exec_core+12070>, 0x73a606a2325d <vm_exec_core+13101>, 0x73a606a231a1 <vm_exec_core+12913>, 0x73a606a231ff <vm_exec_core+13007>, 0x73a606a230cc <vm_exec_core+12700>, 0x73a606a2312d <vm_exec_core+12797>, 0x73a606a2339a <vm_exec_core+13418>, 0x73a606a2341d <vm_exec_core+13549>, 0x73a606a22ec5 <vm_exec_core+12181>, 0x73a606a22f18 <vm_exec_core+12264>, 0x73a606a22f9b <vm_exec_core+12395>, 0x73a606a23025 <vm_exec_core+12533>, 0x73a606a22b10 <vm_exec_core+11232>, 0x73a606a22b63 <vm_exec_core+11315>, 0x73a606a22bac <vm_exec_core+11388>, 0x73a606a22c0e <vm_exec_core+11486>, 0x73a606a235ab <vm_exec_core+13947>, 0x73a606a2038a <vm_exec_core+1114>, 0x73a606a2030a <vm_exec_core+986>, 0x73a606a20261 <vm_exec_core+817>, 0x73a606a2021a <vm_exec_core+746>, 0x73a606a201cf <vm_exec_core+671>, 0x73a606a20186 <vm_exec_core+598>, 0x73a606a20135 <vm_exec_core+517>, 0x73a606a20100 <vm_exec_core+464>, 0x73a606a200cb <vm_exec_core+411>, 0x73a606a22ca0 <vm_exec_core+11632>, 0x73a606a21259 <vm_exec_core+4905>, 0x73a606a211e7 <vm_exec_core+4791>, 0x73a606a21134 <vm_exec_core+4612>, 0x73a606a210c2 <vm_exec_core+4498>, 0x73a606a2101d <vm_exec_core+4333>, 0x73a606a21622 <vm_exec_core+5874>, 0x73a606a215c7 <vm_exec_core+5783>, 0x73a606a21359 <vm_exec_core+5161>, 0x73a606a212bd <vm_exec_core+5005>, 0x73a606a216c1 <vm_exec_core+6033>, 0x73a606a2144c <vm_exec_core+5404>, 0x73a606a20fd8 <vm_exec_core+4264>, 0x73a606a20f70 <vm_exec_core+4160>, 0x73a606a20ef9 <vm_exec_core+4041>, 0x73a606a20ebc <vm_exec_core+3980>, 0x73a606a20e84 <vm_exec_core+3924>, 0x73a606a20e4f <vm_exec_core+3871>, 0x73a606a20e1a <vm_exec_core+3818>, 0x73a606a20de5 <vm_exec_core+3765>, 0x73a606a20d5b <vm_exec_core+3627>, 0x73a606a20d17 <vm_exec_core+3559>, 0x73a606a20cd0 <vm_exec_core+3488>, 0x73a606a20c78 <vm_exec_core+3400>, 0x73a606a20c32 <vm_exec_core+3330>, 0x73a606a20bb3 <vm_exec_core+3203>, 0x73a606a20b79 <vm_exec_core+3145>, 0x73a606a20b1c <vm_exec_core+3052>, 0x73a606a20ac2 <vm_exec_core+2962>, 0x73a606a20a85 <vm_exec_core+2901>, 0x73a606a21e60 <vm_exec_core+7984>, 0x73a606a21ccb <vm_exec_core+7579>, 0x73a606a21c3d <vm_exec_core+7437>, 0x73a606a21bd6 <vm_exec_core+7334>, 0x73a606a21b84 <vm_exec_core+7252>, 0x73a606a21b25 <vm_exec_core+7157>, 0x73a606a21ad8 <vm_exec_core+7080>, 0x73a606a21a83 <vm_exec_core+6995>, 0x73a606a21f4e <vm_exec_core+8222>, 0x73a606a21f27 <vm_exec_core+8183>, 0x73a606a21eec <vm_exec_core+8124>, 0x73a606a21e9d <vm_exec_core+8045>, 0x73a606a22042 <vm_exec_core+8466>, 0x73a606a21f98 <vm_exec_core+8296>, 0x73a606a21836 <vm_exec_core+6406>, 0x73a606a217f2 <vm_exec_core+6338>, 0x73a606a223db <vm_exec_core+9387>, 0x73a606a2236c <vm_exec_core+9276>, 0x73a606a2240d <vm_exec_core+9437>, 0x73a606a21a34 <vm_exec_core+6916>, 0x73a606a219c5 <vm_exec_core+6805>, 0x73a606a21967 <vm_exec_core+6711>, 0x73a606a218b5 <vm_exec_core+6533>, 0x73a606a21879 <vm_exec_core+6473>, 0x73a606a2223e <vm_exec_core+8974>, 0x73a606a221d4 <vm_exec_core+8868>, 0x73a606a22129 <vm_exec_core+8697>, 0x73a606a23469 <vm_exec_core+13625>, 0x73a606a22076 <vm_exec_core+8518>, 0x73a606a222d4 <vm_exec_core+9124>, 0x73a606a22285 <vm_exec_core+9045>, 0x73a606a2231d <vm_exec_core+9197>, 0x73a606a20a36 <vm_exec_core+2822>, 0x73a606a2347f <vm_exec_core+13647>, 0x73a606a209e7 <vm_exec_core+2743>, 0x73a606a20978 <vm_exec_core+2632>, 0x73a606a20933 <vm_exec_core+2563>, 0x73a606a208c0 <vm_exec_core+2448>, 0x73a606a20769 <vm_exec_core+2105>, 0x73a606a20699 <vm_exec_core+1897>, 0x73a606a2061d <vm_exec_core+1773>, 0x73a606a2003f <vm_exec_core+271>, 0x73a606a205e9 <vm_exec_core+1721>, 0x73a606a205aa <vm_exec_core+1658>, 0x73a606a2056b <vm_exec_core+1595>, 0x73a606a2052f <vm_exec_core+1535>, 0x73a606a2046f <vm_exec_core+1343>, 0x73a606a203ea <vm_exec_core+1210>, 0x73a606a23495 <vm_exec_core+13669>, 0x73a606a234ab <vm_exec_core+13691>, 0x73a606a234c1 <vm_exec_core+13713>, 0x73a606a234d7 <vm_exec_core+13735>, 0x73a606a2306d <vm_exec_core+12605>, 0x73a606a23083 <vm_exec_core+12627>, 0x73a606a23099 <vm_exec_core+12649>, 0x73a606a230b6 <vm_exec_core+12678>, 0x73a606a22eaf <vm_exec_core+12159>, 0x73a606a23342 <vm_exec_core+13330>, 0x73a606a23316 <vm_exec_core+13286>, 0x73a606a2332c <vm_exec_core+13308>, 0x73a606a232be <vm_exec_core+13198>...}
#27 0x000073a606a25b68 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm.c:2811
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#28 rb_vm_exec (ec=0x73a6058542d0) at /tmp/ruby/src/trunk-jemalloc/vm.c:2787
        _ec = 0x73a6058542d0
        _tag = {tag = 36, retval = 4, buf = {0x73a5e1e6a820, 0x73a606a25bc0 <rb_vm_exec+272>, 0x0, 0x7fff8aa2ed00, 0x7fff8aa2ed70}, prev = 0x7fff8aa2f110, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#29 0x000073a606a2adc0 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7fff8aa2edd8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm.c:1859
No locals.
#30 vm_yield (kw_splat=0, argv=0x7fff8aa2edd8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm.c:1873
No locals.
#31 rb_yield_0 (argv=0x7fff8aa2edd8, argc=1) at /tmp/ruby/src/trunk-jemalloc/vm_eval.c:1362
No locals.
#32 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm_eval.c:1378
No locals.
#33 0x000073a60674161c in rb_ary_collect (ary=127156301646480) at /tmp/ruby/src/trunk-jemalloc/array.c:3673
        i = 6
        collect = 127156296788000
#34 0x000073a606a096fd in vm_call_cfunc_with_frame_ (ec=0x73a6058542d0, reg_cfp=0x73a605978508, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm_insnhelper.c:3915
        ci = 0x167100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x73a605ccebc8
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#35 0x000073a606a12f2c in vm_sendish (ec=0x73a6058542d0, reg_cfp=0x73a605978508, cd=0x73a5ebfcb8f0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-jemalloc/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x73a605caec10
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x73a5ebfcb8f0, cc = 0x73a605caec10, block_handler = 127156895581473, recv = 127156301646480, argc = 0, kw_splat = false, heap_argv = 0}
#36 0x000073a606a2221f in vm_exec_core (ec=0x73a605870050, ec@entry=0x73a6058542d0) at ../../src/trunk-jemalloc/insns.def:854
        bh = 127156903140705
        cd = 0x73a5ebfcb8f0
        blockiseq = 0x0
        leaf = <optimized out>
        val = 4
        reg_pc = 0x73a5ebe3fa90
        reg_cfp = 0x73a605978508
        insns_address_table = {0x73a606a23535 <vm_exec_core+13829>, 0x73a606a2126a <vm_exec_core+4922>, 0x73a606a211f8 <vm_exec_core+4808>, 0x73a606a21145 <vm_exec_core+4629>, 0x73a606a210d3 <vm_exec_core+4515>, 0x73a606a2102e <vm_exec_core+4350>, 0x73a606a21633 <vm_exec_core+5891>, 0x73a606a215d8 <vm_exec_core+5800>, 0x73a606a2136a <vm_exec_core+5178>, 0x73a606a212ce <vm_exec_core+5022>, 0x73a606a216d2 <vm_exec_core+6050>, 0x73a606a2145d <vm_exec_core+5421>, 0x73a606a20fe9 <vm_exec_core+4281>, 0x73a606a20f81 <vm_exec_core+4177>, 0x73a606a20f0a <vm_exec_core+4058>, 0x73a606a20ecd <vm_exec_core+3997>, 0x73a606a20e95 <vm_exec_core+3941>, 0x73a606a20e60 <vm_exec_core+3888>, 0x73a606a20e2b <vm_exec_core+3835>, 0x73a606a20df6 <vm_exec_core+3782>, 0x73a606a20d6c <vm_exec_core+3644>, 0x73a606a20d28 <vm_exec_core+3576>, 0x73a606a20ce1 <vm_exec_core+3505>, 0x73a606a20c89 <vm_exec_core+3417>, 0x73a606a20c43 <vm_exec_core+3347>, 0x73a606a20bc4 <vm_exec_core+3220>, 0x73a606a20b8a <vm_exec_core+3162>, 0x73a606a20b2d <vm_exec_core+3069>, 0x73a606a20ad3 <vm_exec_core+2979>, 0x73a606a20a96 <vm_exec_core+2918>, 0x73a606a21e71 <vm_exec_core+8001>, 0x73a606a21cdc <vm_exec_core+7596>, 0x73a606a21c4e <vm_exec_core+7454>, 0x73a606a21be7 <vm_exec_core+7351>, 0x73a606a21b95 <vm_exec_core+7269>, 0x73a606a21b36 <vm_exec_core+7174>, 0x73a606a21ae9 <vm_exec_core+7097>, 0x73a606a21a94 <vm_exec_core+7012>, 0x73a606a21f5f <vm_exec_core+8239>, 0x73a606a21f38 <vm_exec_core+8200>, 0x73a606a21efd <vm_exec_core+8141>, 0x73a606a21eae <vm_exec_core+8062>, 0x73a606a22053 <vm_exec_core+8483>, 0x73a606a21fa9 <vm_exec_core+8313>, 0x73a606a21847 <vm_exec_core+6423>, 0x73a606a21803 <vm_exec_core+6355>, 0x73a606a223ec <vm_exec_core+9404>, 0x73a606a2237d <vm_exec_core+9293>, 0x73a606a2241e <vm_exec_core+9454>, 0x73a606a21a45 <vm_exec_core+6933>, 0x73a606a219d6 <vm_exec_core+6822>, 0x73a606a21978 <vm_exec_core+6728>, 0x73a606a218c6 <vm_exec_core+6550>, 0x73a606a2188a <vm_exec_core+6490>, 0x73a606a2224f <vm_exec_core+8991>, 0x73a606a221e5 <vm_exec_core+8885>, 0x73a606a2213a <vm_exec_core+8714>, 0x73a606a1ff90 <vm_exec_core+96>, 0x73a606a22087 <vm_exec_core+8535>, 0x73a606a222e5 <vm_exec_core+9141>, 0x73a606a22296 <vm_exec_core+9062>, 0x73a606a2232e <vm_exec_core+9214>, 0x73a606a20a47 <vm_exec_core+2839>, 0x73a606a234ed <vm_exec_core+13757>, 0x73a606a209f8 <vm_exec_core+2760>, 0x73a606a20989 <vm_exec_core+2649>, 0x73a606a20944 <vm_exec_core+2580>, 0x73a606a208d1 <vm_exec_core+2465>, 0x73a606a2077a <vm_exec_core+2122>, 0x73a606a206aa <vm_exec_core+1914>, 0x73a606a2062e <vm_exec_core+1790>, 0x73a606a20050 <vm_exec_core+288>, 0x73a606a205fa <vm_exec_core+1738>, 0x73a606a205bb <vm_exec_core+1675>, 0x73a606a2057c <vm_exec_core+1612>, 0x73a606a20540 <vm_exec_core+1552>, 0x73a606a20480 <vm_exec_core+1360>, 0x73a606a203fb <vm_exec_core+1227>, 0x73a606a23546 <vm_exec_core+13846>, 0x73a606a22cbe <vm_exec_core+11662>, 0x73a606a22d24 <vm_exec_core+11764>, 0x73a606a224ad <vm_exec_core+9597>, 0x73a606a22dbd <vm_exec_core+11917>, 0x73a606a22e56 <vm_exec_core+12070>, 0x73a606a2325d <vm_exec_core+13101>, 0x73a606a231a1 <vm_exec_core+12913>, 0x73a606a231ff <vm_exec_core+13007>, 0x73a606a230cc <vm_exec_core+12700>, 0x73a606a2312d <vm_exec_core+12797>, 0x73a606a2339a <vm_exec_core+13418>, 0x73a606a2341d <vm_exec_core+13549>, 0x73a606a22ec5 <vm_exec_core+12181>, 0x73a606a22f18 <vm_exec_core+12264>, 0x73a606a22f9b <vm_exec_core+12395>, 0x73a606a23025 <vm_exec_core+12533>, 0x73a606a22b10 <vm_exec_core+11232>, 0x73a606a22b63 <vm_exec_core+11315>, 0x73a606a22bac <vm_exec_core+11388>, 0x73a606a22c0e <vm_exec_core+11486>, 0x73a606a235ab <vm_exec_core+13947>, 0x73a606a2038a <vm_exec_core+1114>, 0x73a606a2030a <vm_exec_core+986>, 0x73a606a20261 <vm_exec_core+817>, 0x73a606a2021a <vm_exec_core+746>, 0x73a606a201cf <vm_exec_core+671>, 0x73a606a20186 <vm_exec_core+598>, 0x73a606a20135 <vm_exec_core+517>, 0x73a606a20100 <vm_exec_core+464>, 0x73a606a200cb <vm_exec_core+411>, 0x73a606a22ca0 <vm_exec_core+11632>, 0x73a606a21259 <vm_exec_core+4905>, 0x73a606a211e7 <vm_exec_core+4791>, 0x73a606a21134 <vm_exec_core+4612>, 0x73a606a210c2 <vm_exec_core+4498>, 0x73a606a2101d <vm_exec_core+4333>, 0x73a606a21622 <vm_exec_core+5874>, 0x73a606a215c7 <vm_exec_core+5783>, 0x73a606a21359 <vm_exec_core+5161>, 0x73a606a212bd <vm_exec_core+5005>, 0x73a606a216c1 <vm_exec_core+6033>, 0x73a606a2144c <vm_exec_core+5404>, 0x73a606a20fd8 <vm_exec_core+4264>, 0x73a606a20f70 <vm_exec_core+4160>, 0x73a606a20ef9 <vm_exec_core+4041>, 0x73a606a20ebc <vm_exec_core+3980>, 0x73a606a20e84 <vm_exec_core+3924>, 0x73a606a20e4f <vm_exec_core+3871>, 0x73a606a20e1a <vm_exec_core+3818>, 0x73a606a20de5 <vm_exec_core+3765>, 0x73a606a20d5b <vm_exec_core+3627>, 0x73a606a20d17 <vm_exec_core+3559>, 0x73a606a20cd0 <vm_exec_core+3488>, 0x73a606a20c78 <vm_exec_core+3400>, 0x73a606a20c32 <vm_exec_core+3330>, 0x73a606a20bb3 <vm_exec_core+3203>, 0x73a606a20b79 <vm_exec_core+3145>, 0x73a606a20b1c <vm_exec_core+3052>, 0x73a606a20ac2 <vm_exec_core+2962>, 0x73a606a20a85 <vm_exec_core+2901>, 0x73a606a21e60 <vm_exec_core+7984>, 0x73a606a21ccb <vm_exec_core+7579>, 0x73a606a21c3d <vm_exec_core+7437>, 0x73a606a21bd6 <vm_exec_core+7334>, 0x73a606a21b84 <vm_exec_core+7252>, 0x73a606a21b25 <vm_exec_core+7157>, 0x73a606a21ad8 <vm_exec_core+7080>, 0x73a606a21a83 <vm_exec_core+6995>, 0x73a606a21f4e <vm_exec_core+8222>, 0x73a606a21f27 <vm_exec_core+8183>, 0x73a606a21eec <vm_exec_core+8124>, 0x73a606a21e9d <vm_exec_core+8045>, 0x73a606a22042 <vm_exec_core+8466>, 0x73a606a21f98 <vm_exec_core+8296>, 0x73a606a21836 <vm_exec_core+6406>, 0x73a606a217f2 <vm_exec_core+6338>, 0x73a606a223db <vm_exec_core+9387>, 0x73a606a2236c <vm_exec_core+9276>, 0x73a606a2240d <vm_exec_core+9437>, 0x73a606a21a34 <vm_exec_core+6916>, 0x73a606a219c5 <vm_exec_core+6805>, 0x73a606a21967 <vm_exec_core+6711>, 0x73a606a218b5 <vm_exec_core+6533>, 0x73a606a21879 <vm_exec_core+6473>, 0x73a606a2223e <vm_exec_core+8974>, 0x73a606a221d4 <vm_exec_core+8868>, 0x73a606a22129 <vm_exec_core+8697>, 0x73a606a23469 <vm_exec_core+13625>, 0x73a606a22076 <vm_exec_core+8518>, 0x73a606a222d4 <vm_exec_core+9124>, 0x73a606a22285 <vm_exec_core+9045>, 0x73a606a2231d <vm_exec_core+9197>, 0x73a606a20a36 <vm_exec_core+2822>, 0x73a606a2347f <vm_exec_core+13647>, 0x73a606a209e7 <vm_exec_core+2743>, 0x73a606a20978 <vm_exec_core+2632>, 0x73a606a20933 <vm_exec_core+2563>, 0x73a606a208c0 <vm_exec_core+2448>, 0x73a606a20769 <vm_exec_core+2105>, 0x73a606a20699 <vm_exec_core+1897>, 0x73a606a2061d <vm_exec_core+1773>, 0x73a606a2003f <vm_exec_core+271>, 0x73a606a205e9 <vm_exec_core+1721>, 0x73a606a205aa <vm_exec_core+1658>, 0x73a606a2056b <vm_exec_core+1595>, 0x73a606a2052f <vm_exec_core+1535>, 0x73a606a2046f <vm_exec_core+1343>, 0x73a606a203ea <vm_exec_core+1210>, 0x73a606a23495 <vm_exec_core+13669>, 0x73a606a234ab <vm_exec_core+13691>, 0x73a606a234c1 <vm_exec_core+13713>, 0x73a606a234d7 <vm_exec_core+13735>, 0x73a606a2306d <vm_exec_core+12605>, 0x73a606a23083 <vm_exec_core+12627>, 0x73a606a23099 <vm_exec_core+12649>, 0x73a606a230b6 <vm_exec_core+12678>, 0x73a606a22eaf <vm_exec_core+12159>, 0x73a606a23342 <vm_exec_core+13330>, 0x73a606a23316 <vm_exec_core+13286>, 0x73a606a2332c <vm_exec_core+13308>, 0x73a606a232be <vm_exec_core+13198>...}
#37 0x000073a606a25e6b in vm_exec_loop (result=<optimized out>, tag=0x7fff8aa2f110, state=<optimized out>, ec=0x73a6058542d0) at /tmp/ruby/src/trunk-jemalloc/vm.c:2811
        vm_loop_start = <optimized out>
#38 rb_vm_exec (ec=0x73a6058542d0) at /tmp/ruby/src/trunk-jemalloc/vm.c:2790
        _ec = 0x73a6058542d0
        _tag = {tag = 36, retval = 4, buf = {0x73a5e2352fb8, 0x73a606a25bc0 <rb_vm_exec+272>, 0x0, 0x7fff8aa2f0f0, 0x73a605ce88e8}, prev = 0x7fff8aa2f500, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#39 0x000073a606a2adc0 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7fff8aa2f1c8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm.c:1859
No locals.
#40 vm_yield (kw_splat=0, argv=0x7fff8aa2f1c8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm.c:1873
No locals.
#41 rb_yield_0 (argv=0x7fff8aa2f1c8, argc=1) at /tmp/ruby/src/trunk-jemalloc/vm_eval.c:1362
No locals.
#42 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm_eval.c:1378
No locals.
#43 0x000073a60674161c in rb_ary_collect (ary=127156301934640) at /tmp/ruby/src/trunk-jemalloc/array.c:3673
        i = 0
        collect = 127156301934520
#44 0x000073a606a096fd in vm_call_cfunc_with_frame_ (ec=0x73a6058542d0, reg_cfp=0x73a605978620, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm_insnhelper.c:3915
        ci = 0x167100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x73a605ccebc8
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#45 0x000073a606a12f2c in vm_sendish (ec=0x73a6058542d0, reg_cfp=0x73a605978620, cd=0x73a5ebecd4e0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-jemalloc/vm_callinfo.h:437
        val = 36
        ci = <optimized out>
        cc = 0x73a605caec10
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x73a5ebecd4e0, cc = 0x73a605caec10, block_handler = 127156895581753, recv = 127156301934640, argc = 0, kw_splat = false, heap_argv = 0}
#46 0x000073a606a2221f in vm_exec_core (ec=0x73a605870050, ec@entry=0x73a6058542d0) at ../../src/trunk-jemalloc/insns.def:854
        bh = 127156903140705
        cd = 0x73a5ebecd4e0
        blockiseq = 0x0
        leaf = <optimized out>
        val = 36
        reg_pc = 0x73a5ebea1db8
        reg_cfp = 0x73a605978620
        insns_address_table = {0x73a606a23535 <vm_exec_core+13829>, 0x73a606a2126a <vm_exec_core+4922>, 0x73a606a211f8 <vm_exec_core+4808>, 0x73a606a21145 <vm_exec_core+4629>, 0x73a606a210d3 <vm_exec_core+4515>, 0x73a606a2102e <vm_exec_core+4350>, 0x73a606a21633 <vm_exec_core+5891>, 0x73a606a215d8 <vm_exec_core+5800>, 0x73a606a2136a <vm_exec_core+5178>, 0x73a606a212ce <vm_exec_core+5022>, 0x73a606a216d2 <vm_exec_core+6050>, 0x73a606a2145d <vm_exec_core+5421>, 0x73a606a20fe9 <vm_exec_core+4281>, 0x73a606a20f81 <vm_exec_core+4177>, 0x73a606a20f0a <vm_exec_core+4058>, 0x73a606a20ecd <vm_exec_core+3997>, 0x73a606a20e95 <vm_exec_core+3941>, 0x73a606a20e60 <vm_exec_core+3888>, 0x73a606a20e2b <vm_exec_core+3835>, 0x73a606a20df6 <vm_exec_core+3782>, 0x73a606a20d6c <vm_exec_core+3644>, 0x73a606a20d28 <vm_exec_core+3576>, 0x73a606a20ce1 <vm_exec_core+3505>, 0x73a606a20c89 <vm_exec_core+3417>, 0x73a606a20c43 <vm_exec_core+3347>, 0x73a606a20bc4 <vm_exec_core+3220>, 0x73a606a20b8a <vm_exec_core+3162>, 0x73a606a20b2d <vm_exec_core+3069>, 0x73a606a20ad3 <vm_exec_core+2979>, 0x73a606a20a96 <vm_exec_core+2918>, 0x73a606a21e71 <vm_exec_core+8001>, 0x73a606a21cdc <vm_exec_core+7596>, 0x73a606a21c4e <vm_exec_core+7454>, 0x73a606a21be7 <vm_exec_core+7351>, 0x73a606a21b95 <vm_exec_core+7269>, 0x73a606a21b36 <vm_exec_core+7174>, 0x73a606a21ae9 <vm_exec_core+7097>, 0x73a606a21a94 <vm_exec_core+7012>, 0x73a606a21f5f <vm_exec_core+8239>, 0x73a606a21f38 <vm_exec_core+8200>, 0x73a606a21efd <vm_exec_core+8141>, 0x73a606a21eae <vm_exec_core+8062>, 0x73a606a22053 <vm_exec_core+8483>, 0x73a606a21fa9 <vm_exec_core+8313>, 0x73a606a21847 <vm_exec_core+6423>, 0x73a606a21803 <vm_exec_core+6355>, 0x73a606a223ec <vm_exec_core+9404>, 0x73a606a2237d <vm_exec_core+9293>, 0x73a606a2241e <vm_exec_core+9454>, 0x73a606a21a45 <vm_exec_core+6933>, 0x73a606a219d6 <vm_exec_core+6822>, 0x73a606a21978 <vm_exec_core+6728>, 0x73a606a218c6 <vm_exec_core+6550>, 0x73a606a2188a <vm_exec_core+6490>, 0x73a606a2224f <vm_exec_core+8991>, 0x73a606a221e5 <vm_exec_core+8885>, 0x73a606a2213a <vm_exec_core+8714>, 0x73a606a1ff90 <vm_exec_core+96>, 0x73a606a22087 <vm_exec_core+8535>, 0x73a606a222e5 <vm_exec_core+9141>, 0x73a606a22296 <vm_exec_core+9062>, 0x73a606a2232e <vm_exec_core+9214>, 0x73a606a20a47 <vm_exec_core+2839>, 0x73a606a234ed <vm_exec_core+13757>, 0x73a606a209f8 <vm_exec_core+2760>, 0x73a606a20989 <vm_exec_core+2649>, 0x73a606a20944 <vm_exec_core+2580>, 0x73a606a208d1 <vm_exec_core+2465>, 0x73a606a2077a <vm_exec_core+2122>, 0x73a606a206aa <vm_exec_core+1914>, 0x73a606a2062e <vm_exec_core+1790>, 0x73a606a20050 <vm_exec_core+288>, 0x73a606a205fa <vm_exec_core+1738>, 0x73a606a205bb <vm_exec_core+1675>, 0x73a606a2057c <vm_exec_core+1612>, 0x73a606a20540 <vm_exec_core+1552>, 0x73a606a20480 <vm_exec_core+1360>, 0x73a606a203fb <vm_exec_core+1227>, 0x73a606a23546 <vm_exec_core+13846>, 0x73a606a22cbe <vm_exec_core+11662>, 0x73a606a22d24 <vm_exec_core+11764>, 0x73a606a224ad <vm_exec_core+9597>, 0x73a606a22dbd <vm_exec_core+11917>, 0x73a606a22e56 <vm_exec_core+12070>, 0x73a606a2325d <vm_exec_core+13101>, 0x73a606a231a1 <vm_exec_core+12913>, 0x73a606a231ff <vm_exec_core+13007>, 0x73a606a230cc <vm_exec_core+12700>, 0x73a606a2312d <vm_exec_core+12797>, 0x73a606a2339a <vm_exec_core+13418>, 0x73a606a2341d <vm_exec_core+13549>, 0x73a606a22ec5 <vm_exec_core+12181>, 0x73a606a22f18 <vm_exec_core+12264>, 0x73a606a22f9b <vm_exec_core+12395>, 0x73a606a23025 <vm_exec_core+12533>, 0x73a606a22b10 <vm_exec_core+11232>, 0x73a606a22b63 <vm_exec_core+11315>, 0x73a606a22bac <vm_exec_core+11388>, 0x73a606a22c0e <vm_exec_core+11486>, 0x73a606a235ab <vm_exec_core+13947>, 0x73a606a2038a <vm_exec_core+1114>, 0x73a606a2030a <vm_exec_core+986>, 0x73a606a20261 <vm_exec_core+817>, 0x73a606a2021a <vm_exec_core+746>, 0x73a606a201cf <vm_exec_core+671>, 0x73a606a20186 <vm_exec_core+598>, 0x73a606a20135 <vm_exec_core+517>, 0x73a606a20100 <vm_exec_core+464>, 0x73a606a200cb <vm_exec_core+411>, 0x73a606a22ca0 <vm_exec_core+11632>, 0x73a606a21259 <vm_exec_core+4905>, 0x73a606a211e7 <vm_exec_core+4791>, 0x73a606a21134 <vm_exec_core+4612>, 0x73a606a210c2 <vm_exec_core+4498>, 0x73a606a2101d <vm_exec_core+4333>, 0x73a606a21622 <vm_exec_core+5874>, 0x73a606a215c7 <vm_exec_core+5783>, 0x73a606a21359 <vm_exec_core+5161>, 0x73a606a212bd <vm_exec_core+5005>, 0x73a606a216c1 <vm_exec_core+6033>, 0x73a606a2144c <vm_exec_core+5404>, 0x73a606a20fd8 <vm_exec_core+4264>, 0x73a606a20f70 <vm_exec_core+4160>, 0x73a606a20ef9 <vm_exec_core+4041>, 0x73a606a20ebc <vm_exec_core+3980>, 0x73a606a20e84 <vm_exec_core+3924>, 0x73a606a20e4f <vm_exec_core+3871>, 0x73a606a20e1a <vm_exec_core+3818>, 0x73a606a20de5 <vm_exec_core+3765>, 0x73a606a20d5b <vm_exec_core+3627>, 0x73a606a20d17 <vm_exec_core+3559>, 0x73a606a20cd0 <vm_exec_core+3488>, 0x73a606a20c78 <vm_exec_core+3400>, 0x73a606a20c32 <vm_exec_core+3330>, 0x73a606a20bb3 <vm_exec_core+3203>, 0x73a606a20b79 <vm_exec_core+3145>, 0x73a606a20b1c <vm_exec_core+3052>, 0x73a606a20ac2 <vm_exec_core+2962>, 0x73a606a20a85 <vm_exec_core+2901>, 0x73a606a21e60 <vm_exec_core+7984>, 0x73a606a21ccb <vm_exec_core+7579>, 0x73a606a21c3d <vm_exec_core+7437>, 0x73a606a21bd6 <vm_exec_core+7334>, 0x73a606a21b84 <vm_exec_core+7252>, 0x73a606a21b25 <vm_exec_core+7157>, 0x73a606a21ad8 <vm_exec_core+7080>, 0x73a606a21a83 <vm_exec_core+6995>, 0x73a606a21f4e <vm_exec_core+8222>, 0x73a606a21f27 <vm_exec_core+8183>, 0x73a606a21eec <vm_exec_core+8124>, 0x73a606a21e9d <vm_exec_core+8045>, 0x73a606a22042 <vm_exec_core+8466>, 0x73a606a21f98 <vm_exec_core+8296>, 0x73a606a21836 <vm_exec_core+6406>, 0x73a606a217f2 <vm_exec_core+6338>, 0x73a606a223db <vm_exec_core+9387>, 0x73a606a2236c <vm_exec_core+9276>, 0x73a606a2240d <vm_exec_core+9437>, 0x73a606a21a34 <vm_exec_core+6916>, 0x73a606a219c5 <vm_exec_core+6805>, 0x73a606a21967 <vm_exec_core+6711>, 0x73a606a218b5 <vm_exec_core+6533>, 0x73a606a21879 <vm_exec_core+6473>, 0x73a606a2223e <vm_exec_core+8974>, 0x73a606a221d4 <vm_exec_core+8868>, 0x73a606a22129 <vm_exec_core+8697>, 0x73a606a23469 <vm_exec_core+13625>, 0x73a606a22076 <vm_exec_core+8518>, 0x73a606a222d4 <vm_exec_core+9124>, 0x73a606a22285 <vm_exec_core+9045>, 0x73a606a2231d <vm_exec_core+9197>, 0x73a606a20a36 <vm_exec_core+2822>, 0x73a606a2347f <vm_exec_core+13647>, 0x73a606a209e7 <vm_exec_core+2743>, 0x73a606a20978 <vm_exec_core+2632>, 0x73a606a20933 <vm_exec_core+2563>, 0x73a606a208c0 <vm_exec_core+2448>, 0x73a606a20769 <vm_exec_core+2105>, 0x73a606a20699 <vm_exec_core+1897>, 0x73a606a2061d <vm_exec_core+1773>, 0x73a606a2003f <vm_exec_core+271>, 0x73a606a205e9 <vm_exec_core+1721>, 0x73a606a205aa <vm_exec_core+1658>, 0x73a606a2056b <vm_exec_core+1595>, 0x73a606a2052f <vm_exec_core+1535>, 0x73a606a2046f <vm_exec_core+1343>, 0x73a606a203ea <vm_exec_core+1210>, 0x73a606a23495 <vm_exec_core+13669>, 0x73a606a234ab <vm_exec_core+13691>, 0x73a606a234c1 <vm_exec_core+13713>, 0x73a606a234d7 <vm_exec_core+13735>, 0x73a606a2306d <vm_exec_core+12605>, 0x73a606a23083 <vm_exec_core+12627>, 0x73a606a23099 <vm_exec_core+12649>, 0x73a606a230b6 <vm_exec_core+12678>, 0x73a606a22eaf <vm_exec_core+12159>, 0x73a606a23342 <vm_exec_core+13330>, 0x73a606a23316 <vm_exec_core+13286>, 0x73a606a2332c <vm_exec_core+13308>, 0x73a606a232be <vm_exec_core+13198>...}
#47 0x000073a606a25e6b in vm_exec_loop (result=<optimized out>, tag=0x7fff8aa2f500, state=<optimized out>, ec=0x73a6058542d0) at /tmp/ruby/src/trunk-jemalloc/vm.c:2811
        vm_loop_start = <optimized out>
#48 rb_vm_exec (ec=0x73a6058542d0) at /tmp/ruby/src/trunk-jemalloc/vm.c:2790
        _ec = 0x73a6058542d0
        _tag = {tag = 36, retval = 4, buf = {0x73a6058542d0, 0x73a606a25bc0 <rb_vm_exec+272>, 0x0, 0x7fff8aa2f4e0, 0x73a605ca89f0}, prev = 0x7fff8aa2f5b0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#49 0x000073a606a37983 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm.c:3050
        ec = <optimized out>
        val = <optimized out>
#50 0x000073a606816625 in rb_ec_exec_node (ec=ec@entry=0x73a6058542d0, n=n@entry=0x73a605c3f658) at /tmp/ruby/src/trunk-jemalloc/eval.c:283
        _ec = 0x73a6058542d0
        _tag = {tag = 36, retval = 127156910923621, buf = {0x73a6058542d0, 0x73a606816670 <rb_ec_exec_node+240>, 0x0, 0x7fff8aa2f590, 0x73a605c3f658}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x73a605c3f658
#51 0x000073a60681aafb in ruby_run_node (n=0x73a605c3f658) at /tmp/ruby/src/trunk-jemalloc/eval.c:321
        ec = 0x73a6058542d0
        status = 0
#52 0x00005c407fc7d186 in rb_main (argv=0x7fff8aa2f7d8, argc=10) at /tmp/ruby/src/trunk-jemalloc/main.c:42
        variable_in_this_stack_frame = 140735519324208
#53 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

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

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

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

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

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

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

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

-- C level backtrace information -------------------------------------------
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(rb_print_backtrace+0x14) [0x73a606a3e538] /tmp/ruby/src/trunk-jemalloc/vm_dump.c:1102
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(rb_vm_bugreport) /tmp/ruby/src/trunk-jemalloc/vm_dump.c:1447
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(rb_bug_for_fatal_signal+0x10a) [0x73a60680c8da] /tmp/ruby/src/trunk-jemalloc/error.c:1130
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(sigsegv+0x48) [0x73a606975ff8] /tmp/ruby/src/trunk-jemalloc/signal.c:948
/lib/x86_64-linux-gnu/libc.so.6(0x73a60605a320) [0x73a60605a320]
/lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common64+0x2a) [0x73a6060add61] ./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) [0x73a6060b07dd] ./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-jemalloc/libruby.so.4.0(rb_native_cond_wait+0xd) [0x73a6069c08dd] /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:231
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(thread_sched_wait_running_turn+0x93) [0x73a6069c0a23] /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:851
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(thread_sched_unlock_+0x0) [0x73a6069c1264] /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:1126
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(thread_sched_to_waiting_until_wakeup) /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:1132
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(sleep_forever+0x7a) [0x73a6069c96f2] /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:3350
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(thread_join_sleep) /tmp/ruby/src/trunk-jemalloc/thread.c:1074
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(rb_ensure+0xf2) [0x73a606818e72] /tmp/ruby/src/trunk-jemalloc/eval.c:1174
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(thread_join+0x91) [0x73a6069bda71] /tmp/ruby/src/trunk-jemalloc/thread.c:1131
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(thread_value) /tmp/ruby/src/trunk-jemalloc/thread.c:1253
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x73a606a096fd] /tmp/ruby/src/trunk-jemalloc/vm_insnhelper.c:3915
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_sendish+0xcc) [0x73a606a12f2c] /tmp/ruby/src/trunk-jemalloc/vm_insnhelper.c:6134
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_exec_core+0x84) [0x73a606a1ffb4] ../../src/trunk-jemalloc/insns.def:902
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_exec_loop+0x3e) [0x73a606a25e6b] /tmp/ruby/src/trunk-jemalloc/vm.c:2811
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk-jemalloc/vm.c:2790
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_yield_with_cref+0x88) [0x73a606a2adc0] /tmp/ruby/src/trunk-jemalloc/vm.c:1865
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_yield) /tmp/ruby/src/trunk-jemalloc/vm.c:1873
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(rb_yield_0) /tmp/ruby/src/trunk-jemalloc/vm_eval.c:1362
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(rb_yield) /tmp/ruby/src/trunk-jemalloc/vm_eval.c:1378
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(rb_ensure+0xf2) [0x73a606818e72] /tmp/ruby/src/trunk-jemalloc/eval.c:1174
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x73a606a096fd] /tmp/ruby/src/trunk-jemalloc/vm_insnhelper.c:3915
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_sendish+0xcc) [0x73a606a12f2c] /tmp/ruby/src/trunk-jemalloc/vm_insnhelper.c:6134
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_exec_core+0x22ef) [0x73a606a2221f] ../../src/trunk-jemalloc/insns.def:854
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_exec_loop+0xa) [0x73a606a25b68] /tmp/ruby/src/trunk-jemalloc/vm.c:2811
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk-jemalloc/vm.c:2787
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_yield_with_cref+0x88) [0x73a606a2adc0] /tmp/ruby/src/trunk-jemalloc/vm.c:1865
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_yield) /tmp/ruby/src/trunk-jemalloc/vm.c:1873
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(rb_yield_0) /tmp/ruby/src/trunk-jemalloc/vm_eval.c:1362
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(rb_yield) /tmp/ruby/src/trunk-jemalloc/vm_eval.c:1378
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(rb_ary_collect+0x5c) [0x73a60674161c] /tmp/ruby/src/trunk-jemalloc/array.c:3673
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x73a606a096fd] /tmp/ruby/src/trunk-jemalloc/vm_insnhelper.c:3915
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_sendish+0xcc) [0x73a606a12f2c] /tmp/ruby/src/trunk-jemalloc/vm_insnhelper.c:6134
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_exec_core+0x22ef) [0x73a606a2221f] ../../src/trunk-jemalloc/insns.def:854
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_exec_loop+0x3e) [0x73a606a25e6b] /tmp/ruby/src/trunk-jemalloc/vm.c:2811
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk-jemalloc/vm.c:2790
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_yield_with_cref+0x88) [0x73a606a2adc0] /tmp/ruby/src/trunk-jemalloc/vm.c:1865
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_yield) /tmp/ruby/src/trunk-jemalloc/vm.c:1873
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(rb_yield_0) /tmp/ruby/src/trunk-jemalloc/vm_eval.c:1362
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(rb_yield) /tmp/ruby/src/trunk-jemalloc/vm_eval.c:1378
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(rb_ary_collect+0x5c) [0x73a60674161c] /tmp/ruby/src/trunk-jemalloc/array.c:3673
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_call_cfunc_with_frame_+0x10d) [0x73a606a096fd] /tmp/ruby/src/trunk-jemalloc/vm_insnhelper.c:3915
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_sendish+0xcc) [0x73a606a12f2c] /tmp/ruby/src/trunk-jemalloc/vm_insnhelper.c:6134
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_exec_core+0x22ef) [0x73a606a2221f] ../../src/trunk-jemalloc/insns.def:854
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(vm_exec_loop+0x3e) [0x73a606a25e6b] /tmp/ruby/src/trunk-jemalloc/vm.c:2811
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(rb_vm_exec) /tmp/ruby/src/trunk-jemalloc/vm.c:2790
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(rb_ec_exec_node+0xa5) [0x73a606816625] /tmp/ruby/src/trunk-jemalloc/eval.c:283
/tmp/ruby/build/trunk-jemalloc/libruby.so.4.0(ruby_run_node+0x8b) [0x73a60681aafb] /tmp/ruby/src/trunk-jemalloc/eval.c:321
/tmp/ruby/build/trunk-jemalloc/ruby(rb_main+0x21) [0x5c407fc7d186] /tmp/ruby/src/trunk-jemalloc/main.c:42
/tmp/ruby/build/trunk-jemalloc/ruby(main) /tmp/ruby/src/trunk-jemalloc/main.c:62
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x73a60603f1ca] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x73a60603f28b] ../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
[0x5c407fc7d1d5]

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

* Loaded script: /tmp/ruby/src/trunk-jemalloc/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-jemalloc/.ext/x86_64-linux/enc/encdb.so
    9 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/transdb.so
   10 /tmp/ruby/src/trunk-jemalloc/lib/open3/version.rb
   11 /tmp/ruby/src/trunk-jemalloc/lib/open3.rb
   12 /tmp/ruby/src/trunk-jemalloc/lib/timeout.rb
   13 /tmp/ruby/build/trunk-jemalloc/rbconfig.rb
   14 /tmp/ruby/src/trunk-jemalloc/tool/lib/find_executable.rb
   15 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/rbconfig/sizeof.so
   16 /tmp/ruby/src/trunk-jemalloc/tool/lib/envutil.rb
   17 /tmp/ruby/src/trunk-jemalloc/tool/lib/colorize.rb
   18 /tmp/ruby/src/trunk-jemalloc/tool/lib/leakchecker.rb
   19 /tmp/ruby/src/trunk-jemalloc/lib/prettyprint.rb
   20 /tmp/ruby/src/trunk-jemalloc/lib/pp.rb
   21 /tmp/ruby/src/trunk-jemalloc/tool/lib/test/unit/assertions.rb
   22 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/sanitizers.so
   23 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/io/console.so
   24 /tmp/ruby/src/trunk-jemalloc/tool/lib/core_assertions.rb
   25 /tmp/ruby/src/trunk-jemalloc/tool/lib/test/unit/testcase.rb
   26 /tmp/ruby/src/trunk-jemalloc/lib/optparse.rb
   27 /tmp/ruby/src/trunk-jemalloc/tool/lib/test/unit.rb
   28 /tmp/ruby/src/trunk-jemalloc/tool/lib/tracepointchecker.rb
   29 /tmp/ruby/src/trunk-jemalloc/tool/lib/zombie_hunter.rb
   30 /tmp/ruby/src/trunk-jemalloc/lib/delegate.rb
   31 /tmp/ruby/src/trunk-jemalloc/lib/fileutils.rb
   32 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/etc.so
   33 /tmp/ruby/src/trunk-jemalloc/lib/tmpdir.rb
   34 /tmp/ruby/src/trunk-jemalloc/lib/tempfile.rb
   35 /tmp/ruby/src/trunk-jemalloc/tool/lib/iseq_loader_checker.rb
   36 /tmp/ruby/src/trunk-jemalloc/tool/lib/gc_checker.rb
   37 /tmp/ruby/src/trunk-jemalloc/tool/test/init.rb
   38 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/defaults.rb
   39 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/deprecate.rb
   40 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/errors.rb
   41 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/target_rbconfig.rb
   42 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/win_platform.rb
   43 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/unknown_command_spell_checker.rb
   44 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/exceptions.rb
   45 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/basic_specification.rb
   46 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/stub_specification.rb
   47 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/platform.rb
   48 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/specification_record.rb
   49 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/util/list.rb
   50 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/version.rb
   51 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/requirement.rb
   52 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/specification.rb
   53 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/util.rb
   54 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/dependency.rb
   55 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/core_ext/kernel_gem.rb
   56 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/monitor.so
   57 /tmp/ruby/build/trunk-jemalloc/.ext/common/monitor.rb
   58 /tmp/ruby/src/trunk-jemalloc/lib/rubygems.rb
   59 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/path_support.rb
   60 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/socket.so
   61 /tmp/ruby/build/trunk-jemalloc/.ext/common/socket.rb
   62 /tmp/ruby/src/trunk-jemalloc/test/net/http/test_https_proxy.rb
   63 /tmp/ruby/build/trunk-jemalloc/.ext/common/forwardable/impl.rb
   64 /tmp/ruby/src/trunk-jemalloc/lib/forwardable.rb
   65 /tmp/ruby/src/trunk-jemalloc/test/test_forwardable.rb
   66 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
   67 /tmp/ruby/src/trunk-jemalloc/test/-ext-/marshal/test_internal_ivar.rb
   68 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/stringio.so
   69 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/date_core.so
   70 /tmp/ruby/build/trunk-jemalloc/.ext/common/date.rb
   71 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/versions.rb
   72 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/exception.rb
   73 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/syntax_error.rb
   74 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/psych.so
   75 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/omap.rb
   76 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/set.rb
   77 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/class_loader.rb
   78 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/scalar_scanner.rb
   79 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/nodes/node.rb
   80 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/nodes/stream.rb
   81 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/nodes/document.rb
   82 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/nodes/sequence.rb
   83 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/nodes/scalar.rb
   84 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/nodes/mapping.rb
   85 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/nodes/alias.rb
   86 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/nodes.rb
   87 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/streaming.rb
   88 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/visitors/visitor.rb
   89 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/visitors/to_ruby.rb
   90 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/visitors/emitter.rb
   91 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/handler.rb
   92 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/tree_builder.rb
   93 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/visitors/yaml_tree.rb
   94 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/json/ruby_events.rb
   95 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/visitors/json_tree.rb
   96 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/visitors/depth_first.rb
   97 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/visitors.rb
   98 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/parser.rb
   99 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/coder.rb
  100 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/stream.rb
  101 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/json/yaml_events.rb
  102 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/json/tree_builder.rb
  103 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/json/stream.rb
  104 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/handlers/document_stream.rb
  105 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych/core_ext.rb
  106 /tmp/ruby/build/trunk-jemalloc/.ext/common/psych.rb
  107 /tmp/ruby/src/trunk-jemalloc/test/psych/helper.rb
  108 /tmp/ruby/src/trunk-jemalloc/test/psych/test_string.rb
  109 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_16le.so
  110 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_16be.so
  111 /tmp/ruby/src/trunk-jemalloc/test/ruby/test_sleep.rb
  112 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/io/nonblock.so
  113 /tmp/ruby/src/trunk-jemalloc/test/fiber/scheduler.rb
  114 /tmp/ruby/src/trunk-jemalloc/test/fiber/test_enumerator.rb
  115 /tmp/ruby/src/trunk-jemalloc/lib/pathname.rb
  116 /tmp/ruby/build/trunk-jemalloc/.ext/common/digest/version.rb
  117 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/digest.so
  118 /tmp/ruby/build/trunk-jemalloc/.ext/common/digest/loader.rb
  119 /tmp/ruby/build/trunk-jemalloc/.ext/common/digest.rb
  120 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/openssl.so
  121 /tmp/ruby/build/trunk-jemalloc/.ext/common/openssl/asn1.rb
  122 /tmp/ruby/build/trunk-jemalloc/.ext/common/openssl/bn.rb
  123 /tmp/ruby/build/trunk-jemalloc/.ext/common/openssl/cipher.rb
  124 /tmp/ruby/build/trunk-jemalloc/.ext/common/openssl/digest.rb
  125 /tmp/ruby/build/trunk-jemalloc/.ext/common/openssl/hmac.rb
  126 /tmp/ruby/build/trunk-jemalloc/.ext/common/openssl/pkcs5.rb
  127 /tmp/ruby/build/trunk-jemalloc/.ext/common/openssl/marshal.rb
  128 /tmp/ruby/build/trunk-jemalloc/.ext/common/openssl/pkey.rb
  129 /tmp/ruby/build/trunk-jemalloc/.ext/common/openssl/buffering.rb
  130 /tmp/ruby/src/trunk-jemalloc/lib/ipaddr.rb
  131 /tmp/ruby/build/trunk-jemalloc/.ext/common/openssl/ssl.rb
  132 /tmp/ruby/build/trunk-jemalloc/.ext/common/openssl/version.rb
  133 /tmp/ruby/build/trunk-jemalloc/.ext/common/openssl/x509.rb
  134 /tmp/ruby/build/trunk-jemalloc/.ext/common/openssl.rb
  135 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/openssl.rb
  136 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/text.rb
  137 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/user_interaction.rb
  138 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/security/policy.rb
  139 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/security/policies.rb
  140 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/security/trust_dir.rb
  141 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/security/signer.rb
  142 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/security.rb
  143 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/package/digest_io.rb
  144 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/package/source.rb
  145 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/package/file_source.rb
  146 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/package/io_source.rb
  147 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/package/old.rb
  148 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/package/tar_header.rb
  149 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/package/tar_reader/entry.rb
  150 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/package/tar_reader.rb
  151 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/package/tar_writer.rb
  152 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/package.rb
  153 /tmp/ruby/src/trunk-jemalloc/lib/shellwords.rb
  154 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/uri/lib/uri/version.rb
  155 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb
  156 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb
  157 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/uri/lib/uri/common.rb
  158 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/uri/lib/uri/generic.rb
  159 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/uri/lib/uri/file.rb
  160 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/uri/lib/uri/ftp.rb
  161 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/uri/lib/uri/http.rb
  162 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/uri/lib/uri/https.rb
  163 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/uri/lib/uri/ldap.rb
  164 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/uri/lib/uri/ldaps.rb
  165 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/uri/lib/uri/mailto.rb
  166 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/uri/lib/uri/ws.rb
  167 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/uri/lib/uri/wss.rb
  168 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/uri/lib/uri.rb
  169 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/zlib.so
  170 /tmp/ruby/src/trunk-jemalloc/test/rubygems/mock_gem_ui.rb
  171 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/optparse/lib/optparse.rb
  172 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendored_optparse.rb
  173 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/command.rb
  174 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/installer_uninstaller_utils.rb
  175 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/ext/build_error.rb
  176 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/ext/builder.rb
  177 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/ext/configure_builder.rb
  178 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/ext/ext_conf_builder.rb
  179 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/ext/rake_builder.rb
  180 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/ext/cmake_builder.rb
  181 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/ext/cargo_builder.rb
  182 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/ext.rb
  183 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/installer.rb
  184 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb
  185 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
  186 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/molinillo/lib/molinillo/errors.rb
  187 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/tsort/lib/tsort.rb
  188 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendored_tsort.rb
  189 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
  190 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
  191 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
  192 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
  193 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
  194 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb
  195 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb
  196 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb
  197 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb
  198 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb
  199 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/molinillo/lib/molinillo/state.rb
  200 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
  201 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
  202 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/molinillo/lib/molinillo/resolution.rb
  203 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/molinillo/lib/molinillo/resolver.rb
  204 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb
  205 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/molinillo/lib/molinillo.rb
  206 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendored_molinillo.rb
  207 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/activation_request.rb
  208 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/conflict.rb
  209 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/dependency_request.rb
  210 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/requirement_list.rb
  211 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/stats.rb
  212 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/set.rb
  213 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/api_set.rb
  214 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/composed_set.rb
  215 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/best_set.rb
  216 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/current_set.rb
  217 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/git_set.rb
  218 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/index_set.rb
  219 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/installer_set.rb
  220 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/lock_set.rb
  221 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/vendor_set.rb
  222 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/source_set.rb
  223 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/specification.rb
  224 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/spec_specification.rb
  225 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/api_specification.rb
  226 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/git_specification.rb
  227 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/index_specification.rb
  228 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/installed_specification.rb
  229 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/local_specification.rb
  230 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/lock_specification.rb
  231 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver/vendor_specification.rb
  232 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/resolver.rb
  233 /tmp/ruby/src/trunk-jemalloc/lib/rubygems/vendor/timeout/lib/timeout.rb
  234 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/eval.so
  235 /tmp/ruby/src/trunk-jemalloc/test/-ext-/eval/test_eval.rb
  236 /tmp/ruby/src/trunk-jemalloc/test/ruby/test_dir.rb
  237 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_1.so
  238 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/single_byte.so
  239 /tmp/ruby/src/trunk-jemalloc/test/ruby/test_ifunless.rb
  240 /tmp/ruby/src/trunk-jemalloc/test/-ext-/test_bug-3571.rb
  241 /tmp/ruby/src/trunk-jemalloc/test/ruby/test_defined.rb
  242 /tmp/ruby/src/trunk-jemalloc/lib/prism/polyfill/byteindex.rb
  243 /tmp/ruby/src/trunk-jemalloc/lib/prism/polyfill/warn.rb
  244 /tmp/ruby/src/trunk-jemalloc/lib/prism/node.rb
  245 /tmp/ruby/src/trunk-jemalloc/lib/prism/node_ext.rb
  246 /tmp/ruby/src/trunk-jemalloc/lib/prism/parse_result.rb
  247 /tmp/ruby/src/trunk-jemalloc/lib/prism/string_query.rb
  248 /tmp/ruby/src/trunk-jemalloc/lib/prism/pack.rb
  249 prism/prism.so
  250 /tmp/ruby/src/trunk-jemalloc/lib/prism.rb
  251 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/ripper.so
  252 /tmp/ruby/build/trunk-jemalloc/.ext/common/ripper/core.rb
  253 /tmp/ruby/build/trunk-jemalloc/.ext/common/ripper/lexer.rb
  254 /tmp/ruby/build/trunk-jemalloc/.ext/common/ripper/filter.rb
  255 /tmp/ruby/build/trunk-jemalloc/.ext/common/ripper/sexp.rb
  256 /tmp/ruby/build/trunk-jemalloc/.ext/common/ripper.rb
  257 /tmp/ruby/src/trunk-jemalloc/test/prism/test_helper.rb
  258 /tmp/ruby/src/trunk-jemalloc/test/prism/result/static_literals_test.rb
  259 /tmp/ruby/build/trunk-jemalloc/.ext/common/json/version.rb
  260 /tmp/ruby/build/trunk-jemalloc/.ext/common/json/common.rb
  261 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/json/ext/parser.so
  262 /tmp/ruby/build/trunk-jemalloc/.ext/common/json/ext/generator/state.rb
  263 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/json/ext/generator.so
  264 /tmp/ruby/build/trunk-jemalloc/.ext/common/json/ext.rb
  265 /tmp/ruby/build/trunk-jemalloc/.ext/common/json.rb
  266 /tmp/ruby/src/trunk-jemalloc/test/json/test_helper.rb
  267 /tmp/ruby/src/trunk-jemalloc/test/json/json_ext_parser_test.rb
  268 /tmp/ruby/src/trunk-jemalloc/test/prism/magic_comment_test.rb
  269 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_31j.so
  270 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/euc_jp.so
  271 /tmp/ruby/src/trunk-jemalloc/test/date/test_date_compat.rb
  272 /tmp/ruby/src/trunk-jemalloc/test/psych/nodes/test_enumerable.rb
  273 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/bignum.so
  274 /tmp/ruby/src/trunk-jemalloc/test/-ext-/bignum/test_pack.rb
  275 /tmp/ruby/src/trunk-jemalloc/test/ripper/test_scanner_events.rb
  276 /tmp/ruby/src/trunk-jemalloc/lib/did_you_mean/version.rb
  277 /tmp/ruby/src/trunk-jemalloc/lib/did_you_mean/core_ext/name_error.rb
  278 /tmp/ruby/src/trunk-jemalloc/lib/did_you_mean/levenshtein.rb
  279 /tmp/ruby/src/trunk-jemalloc/lib/did_you_mean/jaro_winkler.rb
  280 /tmp/ruby/src/trunk-jemalloc/lib/did_you_mean/spell_checker.rb
  281 /tmp/ruby/src/trunk-jemalloc/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb
  282 /tmp/ruby/src/trunk-jemalloc/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb
  283 /tmp/ruby/src/trunk-jemalloc/lib/did_you_mean/spell_checkers/name_error_checkers.rb
  284 /tmp/ruby/src/trunk-jemalloc/lib/did_you_mean/spell_checkers/method_name_checker.rb
  285 /tmp/ruby/src/trunk-jemalloc/lib/did_you_mean/spell_checkers/key_error_checker.rb
  286 /tmp/ruby/src/trunk-jemalloc/lib/did_you_mean/spell_checkers/null_checker.rb
  287 /tmp/ruby/src/trunk-jemalloc/lib/did_you_mean/tree_spell_checker.rb
  288 /tmp/ruby/src/trunk-jemalloc/lib/did_you_mean/spell_checkers/require_path_checker.rb
  289 /tmp/ruby/src/trunk-jemalloc/lib/did_you_mean/spell_checkers/pattern_key_name_checker.rb
  290 /tmp/ruby/src/trunk-jemalloc/lib/did_you_mean/formatter.rb
  291 /tmp/ruby/src/trunk-jemalloc/lib/did_you_mean.rb
  292 /tmp/ruby/src/trunk-jemalloc/test/did_you_mean/helper.rb
  293 /tmp/ruby/src/trunk-jemalloc/test/did_you_mean/tree_spell/change_word.rb
  294 /tmp/ruby/src/trunk-jemalloc/test/did_you_mean/tree_spell/human_typo.rb
  295 /tmp/ruby/src/trunk-jemalloc/test/did_you_mean/tree_spell/test_human_typo.rb
  296 /tmp/ruby/src/trunk-jemalloc/test/prism/ruby/ruby_parser_test.rb
  297 /tmp/ruby/src/trunk-jemalloc/test/ruby/test_nomethod_error.rb
  298 /tmp/ruby/src/trunk-jemalloc/lib/mkmf.rb
  299 /tmp/ruby/src/trunk-jemalloc/test/mkmf/test_mkmf.rb
  300 /tmp/ruby/src/trunk-jemalloc/test/mkmf/base.rb
  301 /tmp/ruby/src/trunk-jemalloc/test/mkmf/test_egrep_cpp.rb
  302 /tmp/ruby/src/trunk-jemalloc/test/date/test_date_conv.rb
  303 /tmp/ruby/src/trunk-jemalloc/lib/time.rb
  304 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/symbol.so
  305 /tmp/ruby/src/trunk-jemalloc/test/-ext-/symbol/noninterned_name.rb
  306 /tmp/ruby/src/trunk-jemalloc/test/-ext-/symbol/test_inadvertent_creation.rb
  307 /tmp/ruby/src/trunk-jemalloc/test/prism/api/freeze_test.rb
  308 /tmp/ruby/src/trunk-jemalloc/test/fiber/test_queue.rb
  309 /tmp/ruby/src/trunk-jemalloc/test/-ext-/win32/test_fd_setsize.rb
  310 /tmp/ruby/src/trunk-jemalloc/test/ruby/test_env.rb
  311 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/econv.so
  312 /tmp/ruby/src/trunk-jemalloc/test/-ext-/econv/test_append.rb
  313 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/japanese_sjis.so
  314 /tmp/ruby/src/trunk-jemalloc/test/ruby/test_exception.rb
  315 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/japanese_euc.so
  316 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/cgi/escape.so
  317 /tmp/ruby/src/trunk-jemalloc/lib/cgi/escape.rb
  318 /tmp/ruby/src/trunk-jemalloc/test/cgi/update_env.rb
  319 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/utf_16_32.so
  320 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_32be.so
  321 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_32le.so
  322 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/big5.so
  323 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/cesu_8.so
  324 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/cp949.so
  325 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/emacs_mule.so
  326 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/euc_kr.so
  327 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/euc_tw.so
  328 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/gb18030.so
  329 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/gbk.so
  330 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_2.so
  331 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_3.so
  332 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_4.so
  333 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_5.so
  334 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_6.so
  335 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_7.so
  336 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_8.so
  337 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_9.so
  338 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_10.so
  339 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_11.so
  340 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_13.so
  341 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_14.so
  342 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_15.so
  343 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_16.so
  344 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/koi8_r.so
  345 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/koi8_u.so
  346 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/shift_jis.so
  347 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1250.so
  348 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1251.so
  349 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1252.so
  350 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1253.so
  351 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1254.so
  352 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1257.so
  353 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/ebcdic.so
  354 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/iso2022.so
  355 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/emoji.so
  356 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
  357 /tmp/ruby/src/trunk-jemalloc/test/cgi/test_cgi_escape.rb
  358 /tmp/ruby/src/trunk-jemalloc/test/erb/test_erb_command.rb
  359 /tmp/ruby/src/trunk-jemalloc/test/optparse/test_optparse.rb
  360 /tmp/ruby/src/trunk-jemalloc/test/optparse/test_acceptable.rb
  361 /tmp/ruby/src/trunk-jemalloc/test/did_you_mean/spell_checking/test_require_path_check.rb
  362 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/string.so
  363 /tmp/ruby/src/trunk-jemalloc/test/-ext-/string/test_cstr.rb
  364 /tmp/ruby/src/trunk-jemalloc/lib/random/formatter.rb
  365 /tmp/ruby/src/trunk-jemalloc/lib/securerandom.rb
  366 /tmp/ruby/src/trunk-jemalloc/test/test_securerandom.rb
  367 /tmp/ruby/src/trunk-jemalloc/test/ruby/test_dup.rb
  368 /tmp/ruby/src/trunk-jemalloc/test/psych/test_deprecated.rb
  369 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/continuation.so
  370 /tmp/ruby/src/trunk-jemalloc/test/ruby/test_beginendblock.rb
  371 /tmp/ruby/src/trunk-jemalloc/test/-ext-/bignum/test_div.rb
  372 /tmp/ruby/src/trunk-jemalloc/test/did_you_mean/core_ext/test_name_error_extension.rb
  373 /tmp/ruby/src/trunk-jemalloc/test/-ext-/test_abi.rb
  374 /tmp/ruby/src/trunk-jemalloc/test/ruby/allpairs.rb
  375 /tmp/ruby/src/trunk-jemalloc/test/ruby/test_m17n_comb.rb
  376 /tmp/ruby/src/trunk-jemalloc/test/-ext-/string/test_coderange.rb
  377 /tmp/ruby/src/trunk-jemalloc/test/json/json_parser_test.rb
  378 /tmp/ruby/src/trunk-jemalloc/test/lib/parser_support.rb
  379 /tmp/ruby/src/trunk-jemalloc/test/ruby/test_ast.rb
  380 /tmp/ruby/src/trunk-jemalloc/test/openssl/utils.rb
  381 /tmp/ruby/src/trunk-jemalloc/test/openssl/test_buffering.rb
  382 /tmp/ruby/src/trunk-jemalloc/test/ruby/test_syntax.rb
  383 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/printf.so
  384 /tmp/ruby/src/trunk-jemalloc/test/-ext-/test_printf.rb
  385 /tmp/ruby/src/trunk-jemalloc/test/ruby/enc/test_koi8.rb
  386 /tmp/ruby/src/trunk-jemalloc/test/ruby/test_time.rb
  387 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/objspace.so
  388 /tmp/ruby/build/trunk-jemalloc/.ext/common/objspace.rb
  389 /tmp/ruby/src/trunk-jemalloc/test/ruby/test_complexrational.rb
  390 /tmp/ruby/src/trunk-jemalloc/test/-ext-/symbol/test_type.rb
  391 /tmp/ruby/src/trunk-jemalloc/test/ripper/test_filter.rb
  392 /tmp/ruby/src/trunk-jemalloc/test/ruby/test_undef.rb
  393 /tmp/ruby/src/trunk-jemalloc/test/ruby/test_thread_cv.rb
  394 /tmp/ruby/src/trunk-jemalloc/test/prism/result/regular_expression_options_test.rb
  395 /tmp/ruby/src/trunk-jemalloc/test/ruby/sentence.rb
  396 /tmp/ruby/src/trunk-jemalloc/test/ruby/test_yield.rb
  397 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/integer.so
  398 /tmp/ruby/src/trunk-jemalloc/tool/lib/-test-/integer.rb
  399 /tmp/ruby/src/trunk-jemalloc/test/-ext-/integer/test_integer.rb
  400 /tmp/ruby/src/trunk-jemalloc/test/psych/test_psych_set.rb
  401 /tmp/ruby/src/trunk-jemalloc/test/ripper/test_lexer.rb
  402 /tmp/ruby/src/trunk-jemalloc/test/ruby/enc/test_grapheme_breaks.rb
  403 /tmp/ruby/src/trunk-jemalloc/test/-ext-/test_random.rb
  404 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/random.so
  405 /tmp/ruby/src/trunk-jemalloc/test/ruby/enc/test_gb18030.rb
  406 /tmp/ruby/src/trunk-jemalloc/test/-ext-/arith_seq/test_arith_seq_extract.rb
  407 /tmp/ruby/src/trunk-jemalloc/test/psych/test_nil.rb
  408 /tmp/ruby/src/trunk-jemalloc/test/-ext-/bignum/test_mul.rb
  409 /tmp/ruby/src/trunk-jemalloc/test/openssl/test_digest.rb
  410 /tmp/ruby/src/trunk-jemalloc/test/openssl/test_x509store.rb
  411 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/file.so
  412 /tmp/ruby/src/trunk-jemalloc/test/ruby/test_dir_m17n.rb
  413 /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/fcntl.so
  414 /tmp/ruby/src/trunk-jemalloc/lib/weakref.rb
  415 /tmp/ruby/src/trunk-jemalloc/test/ruby/test_io.rb
  416 /tmp/ruby/src/trunk-jemalloc/test/ruby/test_stack.rb
  417 /tmp/ruby/src/trunk-jemalloc/test/did_you_mean/spell_checking/test_key_name_check.rb
  418 /tmp/ruby/src/trunk-jemalloc/test/openssl/test_ns_spki.rb
  419 /tmp/ruby/src/trunk-jemalloc/test/psych/test_boolean.rb
  420 /tmp/ruby/src/trunk-jemalloc/test/mkmf/test_config.rb
  421 /tmp/ruby/src/trunk-jemalloc/test/prism/result/breadth_first_search_test.rb
  422 /tmp/ruby/src/trunk-jemalloc/test/net/http/utils.rb
  423 /tmp/ruby/src/trunk-jemalloc/test/net/http/test_https.rb

* Process memory map:

5c407fc7c000-5c407fc7d000 r--p 00000000 00:6e 14695720                   /tmp/ruby/build/trunk-jemalloc/ruby
5c407fc7d000-5c407fc7e000 r-xp 00001000 00:6e 14695720                   /tmp/ruby/build/trunk-jemalloc/ruby
5c407fc7e000-5c407fc7f000 r--p 00002000 00:6e 14695720                   /tmp/ruby/build/trunk-jemalloc/ruby
5c407fc7f000-5c407fc80000 r--p 00002000 00:6e 14695720                   /tmp/ruby/build/trunk-jemalloc/ruby
5c407fc80000-5c407fc81000 rw-p 00003000 00:6e 14695720                   /tmp/ruby/build/trunk-jemalloc/ruby
73a5cb90b000-73a5cbb12000 r--s 00000000 00:6e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
73a5cbb12000-73a5cd100000 r--s 00000000 00:6e 14695665                   /tmp/ruby/build/trunk-jemalloc/libruby.so.4.0.0
73a5cd100000-73a5cde00000 rw-p 00000000 00:00 0 
73a5cdf00000-73a5d0000000 rw-p 00000000 00:00 0 
73a5d0100000-73a5d1600000 rw-p 00000000 00:00 0 
73a5d1780000-73a5d2200000 rw-p 00000000 00:00 0 
73a5d2380000-73a5d5600000 rw-p 00000000 00:00 0 
73a5d5780000-73a5d6200000 rw-p 00000000 00:00 0 
73a5d6380000-73a5d7800000 rw-p 00000000 00:00 0 
73a5d787e000-73a5d7afe000 rw-p 00000000 00:00 0 
73a5d7afe000-73a5d7aff000 ---p 00000000 00:00 0 
73a5d7aff000-73a5d82ff000 rw-p 00000000 00:00 0 
73a5d82ff000-73a5d8300000 ---p 00000000 00:00 0 
73a5d8300000-73a5d8b00000 rw-p 00000000 00:00 0 
73a5d8b00000-73a5d9400000 rw-p 00000000 00:00 0 
73a5d9500000-73a5dda00000 rw-p 00000000 00:00 0 
73a5dda50000-73a5dda60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5ddb7f000-73a5ddbbe000 r--s 00000000 00:6e 14695720                   /tmp/ruby/build/trunk-jemalloc/ruby
73a5ddbbe000-73a5ddbbf000 ---p 00000000 00:00 0 
73a5ddbbf000-73a5ddbdf000 rw-p 00000000 00:00 0 
73a5ddbdf000-73a5ddbe0000 ---p 00000000 00:00 0 
73a5ddbe0000-73a5ddc00000 rw-p 00000000 00:00 0 
73a5ddc00000-73a5e0800000 rw-p 00000000 00:00 0 
73a5e081b000-73a5e081c000 ---p 00000000 00:00 0 
73a5e081c000-73a5e083c000 rw-p 00000000 00:00 0 
73a5e083c000-73a5e083d000 ---p 00000000 00:00 0 
73a5e083d000-73a5e085d000 rw-p 00000000 00:00 0 
73a5e085d000-73a5e085e000 ---p 00000000 00:00 0 
73a5e085e000-73a5e087e000 rw-p 00000000 00:00 0 
73a5e087e000-73a5e087f000 ---p 00000000 00:00 0 
73a5e087f000-73a5e089f000 rw-p 00000000 00:00 0 
73a5e089f000-73a5e08a0000 ---p 00000000 00:00 0 
73a5e08a0000-73a5e08c0000 rw-p 00000000 00:00 0 
73a5e08c0000-73a5e08d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e08e0000-73a5e08f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e090d000-73a5e090e000 ---p 00000000 00:00 0 
73a5e090e000-73a5e092e000 rw-p 00000000 00:00 0 
73a5e092e000-73a5e092f000 ---p 00000000 00:00 0 
73a5e092f000-73a5e094f000 rw-p 00000000 00:00 0 
73a5e094f000-73a5e0950000 ---p 00000000 00:00 0 
73a5e0950000-73a5e0970000 rw-p 00000000 00:00 0 
73a5e0970000-73a5e0980000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e0990000-73a5e09a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e09b0000-73a5e09e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e0a00000-73a5e1800000 rw-p 00000000 00:00 0 
73a5e1820000-73a5e1830000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1840000-73a5e1880000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e188f000-73a5e1890000 ---p 00000000 00:00 0 
73a5e1890000-73a5e18b0000 rw-p 00000000 00:00 0 
73a5e18b0000-73a5e18d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e18e0000-73a5e1900000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1910000-73a5e1950000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e196e000-73a5e196f000 ---p 00000000 00:00 0 
73a5e196f000-73a5e198f000 rw-p 00000000 00:00 0 
73a5e198f000-73a5e1990000 ---p 00000000 00:00 0 
73a5e1990000-73a5e19b0000 rw-p 00000000 00:00 0 
73a5e19b0000-73a5e19c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e19cf000-73a5e19d0000 ---p 00000000 00:00 0 
73a5e19d0000-73a5e19f0000 rw-p 00000000 00:00 0 
73a5e19f0000-73a5e1a00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1a1e000-73a5e1a1f000 ---p 00000000 00:00 0 
73a5e1a1f000-73a5e1a3f000 rw-p 00000000 00:00 0 
73a5e1a3f000-73a5e1a40000 ---p 00000000 00:00 0 
73a5e1a40000-73a5e1a60000 rw-p 00000000 00:00 0 
73a5e1a60000-73a5e1a70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1a90000-73a5e1ab0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1ace000-73a5e1acf000 ---p 00000000 00:00 0 
73a5e1acf000-73a5e1aef000 rw-p 00000000 00:00 0 
73a5e1aef000-73a5e1af0000 ---p 00000000 00:00 0 
73a5e1af0000-73a5e1b10000 rw-p 00000000 00:00 0 
73a5e1b10000-73a5e1b20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1b40000-73a5e1b50000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1b5f000-73a5e1b60000 ---p 00000000 00:00 0 
73a5e1b60000-73a5e1b80000 rw-p 00000000 00:00 0 
73a5e1b80000-73a5e1ba0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1baf000-73a5e1bb0000 ---p 00000000 00:00 0 
73a5e1bb0000-73a5e1bd0000 rw-p 00000000 00:00 0 
73a5e1bd0000-73a5e1be0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1c00000-73a5e1c10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1c1e000-73a5e1c1f000 ---p 00000000 00:00 0 
73a5e1c1f000-73a5e1c3f000 rw-p 00000000 00:00 0 
73a5e1c3f000-73a5e1c40000 ---p 00000000 00:00 0 
73a5e1c40000-73a5e1c60000 rw-p 00000000 00:00 0 
73a5e1c60000-73a5e1c70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1c7e000-73a5e1c7f000 ---p 00000000 00:00 0 
73a5e1c7f000-73a5e1c9f000 rw-p 00000000 00:00 0 
73a5e1c9f000-73a5e1ca0000 ---p 00000000 00:00 0 
73a5e1ca0000-73a5e1cc0000 rw-p 00000000 00:00 0 
73a5e1cc0000-73a5e1ce0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1cf0000-73a5e1d20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1d40000-73a5e1d50000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1d6f000-73a5e1d70000 ---p 00000000 00:00 0 
73a5e1d70000-73a5e1d90000 rw-p 00000000 00:00 0 
73a5e1d90000-73a5e1da0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1dc0000-73a5e1dd0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1de0000-73a5e1df0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1e00000-73a5e1e20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1e30000-73a5e1e40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1e50000-73a5e1e90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1ea0000-73a5e1ec0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1edf000-73a5e1ee0000 ---p 00000000 00:00 0 
73a5e1ee0000-73a5e1f00000 rw-p 00000000 00:00 0 
73a5e1f00000-73a5e1f10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1f20000-73a5e1f40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1f50000-73a5e1f60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1f70000-73a5e1f80000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1f90000-73a5e1fa0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1fb0000-73a5e1fc0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e1fdf000-73a5e1fe0000 ---p 00000000 00:00 0 
73a5e1fe0000-73a5e2000000 rw-p 00000000 00:00 0 
73a5e2000000-73a5e2010000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2020000-73a5e2060000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2070000-73a5e20d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e20e0000-73a5e2100000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2110000-73a5e2130000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2140000-73a5e2150000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2160000-73a5e2170000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e217f000-73a5e2180000 ---p 00000000 00:00 0 
73a5e2180000-73a5e21a0000 rw-p 00000000 00:00 0 
73a5e21a0000-73a5e21b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e21c0000-73a5e21d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e21df000-73a5e21e0000 ---p 00000000 00:00 0 
73a5e21e0000-73a5e2200000 rw-p 00000000 00:00 0 
73a5e2200000-73a5e2230000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2240000-73a5e2260000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2270000-73a5e2280000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2290000-73a5e22b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e22c0000-73a5e22f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2300000-73a5e2310000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2320000-73a5e2380000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2390000-73a5e23b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e23c0000-73a5e23e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e23f0000-73a5e2400000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2410000-73a5e2430000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2440000-73a5e2460000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2470000-73a5e2480000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2490000-73a5e24e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e24f0000-73a5e2500000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2510000-73a5e2540000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2550000-73a5e2560000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2570000-73a5e25a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e25b0000-73a5e25e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e25f0000-73a5e2620000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2630000-73a5e2680000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2690000-73a5e26c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e26d0000-73a5e26e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e26f0000-73a5e2710000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2720000-73a5e2740000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2750000-73a5e2760000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2770000-73a5e2790000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e27a0000-73a5e29f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e29fb000-73a5e29fc000 r--p 00000000 00:6e 16280781                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/fcntl.so
73a5e29fc000-73a5e29fd000 r-xp 00001000 00:6e 16280781                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/fcntl.so
73a5e29fd000-73a5e29fe000 r--p 00002000 00:6e 16280781                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/fcntl.so
73a5e29fe000-73a5e29ff000 r--p 00002000 00:6e 16280781                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/fcntl.so
73a5e29ff000-73a5e2a00000 rw-p 00003000 00:6e 16280781                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/fcntl.so
73a5e2a00000-73a5e2a20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2a21000-73a5e2a22000 r--p 00000000 00:6e 16558760                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/file.so
73a5e2a22000-73a5e2a23000 r-xp 00001000 00:6e 16558760                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/file.so
73a5e2a23000-73a5e2a24000 r--p 00002000 00:6e 16558760                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/file.so
73a5e2a24000-73a5e2a25000 r--p 00002000 00:6e 16558760                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/file.so
73a5e2a25000-73a5e2a26000 rw-p 00003000 00:6e 16558760                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/file.so
73a5e2a26000-73a5e2a27000 r--p 00000000 00:6e 16546517                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/random.so
73a5e2a27000-73a5e2a28000 r-xp 00001000 00:6e 16546517                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/random.so
73a5e2a28000-73a5e2a29000 r--p 00002000 00:6e 16546517                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/random.so
73a5e2a29000-73a5e2a2a000 r--p 00002000 00:6e 16546517                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/random.so
73a5e2a2a000-73a5e2a2b000 rw-p 00003000 00:6e 16546517                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/random.so
73a5e2a2b000-73a5e2a2c000 r--p 00000000 00:6e 16559253                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/integer.so
73a5e2a2c000-73a5e2a2d000 r-xp 00001000 00:6e 16559253                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/integer.so
73a5e2a2d000-73a5e2a2e000 r--p 00002000 00:6e 16559253                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/integer.so
73a5e2a2e000-73a5e2a2f000 r--p 00002000 00:6e 16559253                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/integer.so
73a5e2a2f000-73a5e2a30000 rw-p 00003000 00:6e 16559253                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/integer.so
73a5e2a30000-73a5e2b80000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2b80000-73a5e2b83000 r--p 00000000 00:6e 16279515                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/objspace.so
73a5e2b83000-73a5e2b8c000 r-xp 00003000 00:6e 16279515                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/objspace.so
73a5e2b8c000-73a5e2b8e000 r--p 0000c000 00:6e 16279515                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/objspace.so
73a5e2b8e000-73a5e2b8f000 r--p 0000d000 00:6e 16279515                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/objspace.so
73a5e2b8f000-73a5e2b90000 rw-p 0000e000 00:6e 16279515                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/objspace.so
73a5e2b90000-73a5e2d00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2d03000-73a5e2d04000 r--p 00000000 00:6e 16542617                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/printf.so
73a5e2d04000-73a5e2d05000 r-xp 00001000 00:6e 16542617                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/printf.so
73a5e2d05000-73a5e2d06000 r--p 00002000 00:6e 16542617                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/printf.so
73a5e2d06000-73a5e2d07000 r--p 00002000 00:6e 16542617                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/printf.so
73a5e2d07000-73a5e2d08000 rw-p 00003000 00:6e 16542617                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/printf.so
73a5e2d08000-73a5e2d0a000 r--p 00000000 00:6e 16547743                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/string.so
73a5e2d0a000-73a5e2d0d000 r-xp 00002000 00:6e 16547743                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/string.so
73a5e2d0d000-73a5e2d0e000 r--p 00005000 00:6e 16547743                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/string.so
73a5e2d0e000-73a5e2d0f000 r--p 00006000 00:6e 16547743                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/string.so
73a5e2d0f000-73a5e2d10000 rw-p 00007000 00:6e 16547743                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/string.so
73a5e2d10000-73a5e2d60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2d60000-73a5e2d61000 r--p 00000000 00:6e 16280551                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/continuation.so
73a5e2d61000-73a5e2d62000 r-xp 00001000 00:6e 16280551                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/continuation.so
73a5e2d62000-73a5e2d63000 r--p 00002000 00:6e 16280551                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/continuation.so
73a5e2d63000-73a5e2d64000 r--p 00002000 00:6e 16280551                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/continuation.so
73a5e2d64000-73a5e2d65000 rw-p 00003000 00:6e 16280551                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/continuation.so
73a5e2d65000-73a5e2d66000 r--p 00000000 00:6e 16280663                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
73a5e2d66000-73a5e2d67000 r-xp 00001000 00:6e 16280663                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
73a5e2d67000-73a5e2d81000 r--p 00002000 00:6e 16280663                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
73a5e2d81000-73a5e2d82000 r--p 0001b000 00:6e 16280663                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
73a5e2d82000-73a5e2d83000 rw-p 0001c000 00:6e 16280663                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
73a5e2d83000-73a5e2d84000 r--p 00000000 00:6e 16280662                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/emoji.so
73a5e2d84000-73a5e2d85000 r-xp 00001000 00:6e 16280662                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/emoji.so
73a5e2d85000-73a5e2d8f000 r--p 00002000 00:6e 16280662                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/emoji.so
73a5e2d8f000-73a5e2d90000 r--p 0000c000 00:6e 16280662                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/emoji.so
73a5e2d90000-73a5e2d91000 rw-p 0000d000 00:6e 16280662                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/emoji.so
73a5e2d91000-73a5e2d92000 r--p 00000000 00:6e 16280679                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/iso2022.so
73a5e2d92000-73a5e2d93000 r-xp 00001000 00:6e 16280679                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/iso2022.so
73a5e2d93000-73a5e2d94000 r--p 00002000 00:6e 16280679                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/iso2022.so
73a5e2d94000-73a5e2d95000 r--p 00003000 00:6e 16280679                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/iso2022.so
73a5e2d95000-73a5e2d96000 rw-p 00004000 00:6e 16280679                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/iso2022.so
73a5e2d96000-73a5e2d97000 r--p 00000000 00:6e 16280660                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/ebcdic.so
73a5e2d97000-73a5e2d98000 r-xp 00001000 00:6e 16280660                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/ebcdic.so
73a5e2d98000-73a5e2d99000 r--p 00002000 00:6e 16280660                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/ebcdic.so
73a5e2d99000-73a5e2d9a000 r--p 00002000 00:6e 16280660                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/ebcdic.so
73a5e2d9a000-73a5e2d9b000 rw-p 00003000 00:6e 16280660                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/ebcdic.so
73a5e2d9b000-73a5e2d9c000 r--p 00000000 00:6e 16280811                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1257.so
73a5e2d9c000-73a5e2d9d000 r-xp 00001000 00:6e 16280811                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1257.so
73a5e2d9d000-73a5e2d9e000 r--p 00002000 00:6e 16280811                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1257.so
73a5e2d9e000-73a5e2d9f000 r--p 00002000 00:6e 16280811                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1257.so
73a5e2d9f000-73a5e2da0000 rw-p 00003000 00:6e 16280811                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1257.so
73a5e2da0000-73a5e2da1000 r--p 00000000 00:6e 16280810                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1254.so
73a5e2da1000-73a5e2da2000 r-xp 00001000 00:6e 16280810                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1254.so
73a5e2da2000-73a5e2da3000 r--p 00002000 00:6e 16280810                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1254.so
73a5e2da3000-73a5e2da4000 r--p 00002000 00:6e 16280810                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1254.so
73a5e2da4000-73a5e2da5000 rw-p 00003000 00:6e 16280810                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1254.so
73a5e2da5000-73a5e2da6000 r--p 00000000 00:6e 16280809                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1253.so
73a5e2da6000-73a5e2da7000 r-xp 00001000 00:6e 16280809                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1253.so
73a5e2da7000-73a5e2da8000 r--p 00002000 00:6e 16280809                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1253.so
73a5e2da8000-73a5e2da9000 r--p 00002000 00:6e 16280809                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1253.so
73a5e2da9000-73a5e2daa000 rw-p 00003000 00:6e 16280809                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1253.so
73a5e2daa000-73a5e2dab000 r--p 00000000 00:6e 16280808                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1252.so
73a5e2dab000-73a5e2dac000 r-xp 00001000 00:6e 16280808                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1252.so
73a5e2dac000-73a5e2dad000 r--p 00002000 00:6e 16280808                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1252.so
73a5e2dad000-73a5e2dae000 r--p 00002000 00:6e 16280808                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1252.so
73a5e2dae000-73a5e2daf000 rw-p 00003000 00:6e 16280808                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1252.so
73a5e2daf000-73a5e2db0000 r--p 00000000 00:6e 16280804                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1251.so
73a5e2db0000-73a5e2db1000 r-xp 00001000 00:6e 16280804                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1251.so
73a5e2db1000-73a5e2db2000 r--p 00002000 00:6e 16280804                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1251.so
73a5e2db2000-73a5e2db3000 r--p 00002000 00:6e 16280804                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1251.so
73a5e2db3000-73a5e2db4000 rw-p 00003000 00:6e 16280804                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1251.so
73a5e2db4000-73a5e2db5000 r--p 00000000 00:6e 16280801                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1250.so
73a5e2db5000-73a5e2db6000 r-xp 00001000 00:6e 16280801                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1250.so
73a5e2db6000-73a5e2db7000 r--p 00002000 00:6e 16280801                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1250.so
73a5e2db7000-73a5e2db8000 r--p 00002000 00:6e 16280801                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1250.so
73a5e2db8000-73a5e2db9000 rw-p 00003000 00:6e 16280801                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_1250.so
73a5e2db9000-73a5e2dba000 r--p 00000000 00:6e 16280793                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/shift_jis.so
73a5e2dba000-73a5e2dbb000 r-xp 00001000 00:6e 16280793                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/shift_jis.so
73a5e2dbb000-73a5e2dbc000 r--p 00002000 00:6e 16280793                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/shift_jis.so
73a5e2dbc000-73a5e2dbd000 r--p 00003000 00:6e 16280793                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/shift_jis.so
73a5e2dbd000-73a5e2dbe000 rw-p 00004000 00:6e 16280793                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/shift_jis.so
73a5e2dbe000-73a5e2dbf000 r--p 00000000 00:6e 16280789                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/koi8_u.so
73a5e2dbf000-73a5e2dc0000 r-xp 00001000 00:6e 16280789                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/koi8_u.so
73a5e2dc0000-73a5e2dc1000 r--p 00002000 00:6e 16280789                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/koi8_u.so
73a5e2dc1000-73a5e2dc2000 r--p 00002000 00:6e 16280789                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/koi8_u.so
73a5e2dc2000-73a5e2dc3000 rw-p 00003000 00:6e 16280789                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/koi8_u.so
73a5e2dc3000-73a5e2dc4000 r--p 00000000 00:6e 16280788                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/koi8_r.so
73a5e2dc4000-73a5e2dc5000 r-xp 00001000 00:6e 16280788                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/koi8_r.so
73a5e2dc5000-73a5e2dc6000 r--p 00002000 00:6e 16280788                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/koi8_r.so
73a5e2dc6000-73a5e2dc7000 r--p 00002000 00:6e 16280788                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/koi8_r.so
73a5e2dc7000-73a5e2dc8000 rw-p 00003000 00:6e 16280788                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/koi8_r.so
73a5e2dc8000-73a5e2dc9000 r--p 00000000 00:6e 16280787                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_16.so
73a5e2dc9000-73a5e2dca000 r-xp 00001000 00:6e 16280787                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_16.so
73a5e2dca000-73a5e2dcb000 r--p 00002000 00:6e 16280787                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_16.so
73a5e2dcb000-73a5e2dcc000 r--p 00002000 00:6e 16280787                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_16.so
73a5e2dcc000-73a5e2dcd000 rw-p 00003000 00:6e 16280787                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_16.so
73a5e2dcd000-73a5e2dce000 r--p 00000000 00:6e 16280785                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_15.so
73a5e2dce000-73a5e2dcf000 r-xp 00001000 00:6e 16280785                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_15.so
73a5e2dcf000-73a5e2dd0000 r--p 00002000 00:6e 16280785                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_15.so
73a5e2dd0000-73a5e2dd1000 r--p 00002000 00:6e 16280785                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_15.so
73a5e2dd1000-73a5e2dd2000 rw-p 00003000 00:6e 16280785                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_15.so
73a5e2dd2000-73a5e2dd3000 r--p 00000000 00:6e 16280784                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_14.so
73a5e2dd3000-73a5e2dd4000 r-xp 00001000 00:6e 16280784                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_14.so
73a5e2dd4000-73a5e2dd5000 r--p 00002000 00:6e 16280784                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_14.so
73a5e2dd5000-73a5e2dd6000 r--p 00002000 00:6e 16280784                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_14.so
73a5e2dd6000-73a5e2dd7000 rw-p 00003000 00:6e 16280784                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_14.so
73a5e2dd7000-73a5e2dd8000 r--p 00000000 00:6e 16280782                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_13.so
73a5e2dd8000-73a5e2dd9000 r-xp 00001000 00:6e 16280782                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_13.so
73a5e2dd9000-73a5e2dda000 r--p 00002000 00:6e 16280782                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_13.so
73a5e2dda000-73a5e2ddb000 r--p 00002000 00:6e 16280782                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_13.so
73a5e2ddb000-73a5e2ddc000 rw-p 00003000 00:6e 16280782                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_13.so
73a5e2ddc000-73a5e2ddd000 r--p 00000000 00:6e 16280780                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_11.so
73a5e2ddd000-73a5e2dde000 r-xp 00001000 00:6e 16280780                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_11.so
73a5e2dde000-73a5e2ddf000 r--p 00002000 00:6e 16280780                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_11.so
73a5e2ddf000-73a5e2de0000 r--p 00002000 00:6e 16280780                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_11.so
73a5e2de0000-73a5e2de1000 rw-p 00003000 00:6e 16280780                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_11.so
73a5e2de1000-73a5e2de2000 r--p 00000000 00:6e 16280779                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_10.so
73a5e2de2000-73a5e2de3000 r-xp 00001000 00:6e 16280779                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_10.so
73a5e2de3000-73a5e2de4000 r--p 00002000 00:6e 16280779                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_10.so
73a5e2de4000-73a5e2de5000 r--p 00002000 00:6e 16280779                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_10.so
73a5e2de5000-73a5e2de6000 rw-p 00003000 00:6e 16280779                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_10.so
73a5e2de6000-73a5e2de7000 r--p 00000000 00:6e 16280778                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_9.so
73a5e2de7000-73a5e2de8000 r-xp 00001000 00:6e 16280778                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_9.so
73a5e2de8000-73a5e2de9000 r--p 00002000 00:6e 16280778                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_9.so
73a5e2de9000-73a5e2dea000 r--p 00002000 00:6e 16280778                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_9.so
73a5e2dea000-73a5e2deb000 rw-p 00003000 00:6e 16280778                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_9.so
73a5e2deb000-73a5e2dec000 r--p 00000000 00:6e 16280777                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_8.so
73a5e2dec000-73a5e2ded000 r-xp 00001000 00:6e 16280777                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_8.so
73a5e2ded000-73a5e2dee000 r--p 00002000 00:6e 16280777                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_8.so
73a5e2dee000-73a5e2def000 r--p 00002000 00:6e 16280777                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_8.so
73a5e2def000-73a5e2df0000 rw-p 00003000 00:6e 16280777                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_8.so
73a5e2df0000-73a5e2fa0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e2fa1000-73a5e2fa2000 r--p 00000000 00:6e 16280771                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_7.so
73a5e2fa2000-73a5e2fa3000 r-xp 00001000 00:6e 16280771                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_7.so
73a5e2fa3000-73a5e2fa4000 r--p 00002000 00:6e 16280771                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_7.so
73a5e2fa4000-73a5e2fa5000 r--p 00002000 00:6e 16280771                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_7.so
73a5e2fa5000-73a5e2fa6000 rw-p 00003000 00:6e 16280771                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_7.so
73a5e2fa6000-73a5e2fa7000 r--p 00000000 00:6e 16280685                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/japanese_euc.so
73a5e2fa7000-73a5e2fa8000 r-xp 00001000 00:6e 16280685                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/japanese_euc.so
73a5e2fa8000-73a5e2ffe000 r--p 00002000 00:6e 16280685                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/japanese_euc.so
73a5e2ffe000-73a5e2fff000 r--p 00057000 00:6e 16280685                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/japanese_euc.so
73a5e2fff000-73a5e3000000 rw-p 00058000 00:6e 16280685                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/japanese_euc.so
73a5e3000000-73a5e6c00000 rw-p 00000000 00:00 0 
73a5e6c03000-73a5e6c04000 r--p 00000000 00:6e 16280768                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_6.so
73a5e6c04000-73a5e6c05000 r-xp 00001000 00:6e 16280768                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_6.so
73a5e6c05000-73a5e6c06000 r--p 00002000 00:6e 16280768                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_6.so
73a5e6c06000-73a5e6c07000 r--p 00002000 00:6e 16280768                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_6.so
73a5e6c07000-73a5e6c08000 rw-p 00003000 00:6e 16280768                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_6.so
73a5e6c08000-73a5e6c09000 r--p 00000000 00:6e 16280727                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/japanese_sjis.so
73a5e6c09000-73a5e6c0a000 r-xp 00001000 00:6e 16280727                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/japanese_sjis.so
73a5e6c0a000-73a5e6c2e000 r--p 00002000 00:6e 16280727                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/japanese_sjis.so
73a5e6c2e000-73a5e6c2f000 r--p 00025000 00:6e 16280727                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/japanese_sjis.so
73a5e6c2f000-73a5e6c30000 rw-p 00026000 00:6e 16280727                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/japanese_sjis.so
73a5e6c30000-73a5e6eb0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e6eb4000-73a5e6eb6000 r--p 00000000 00:6e 16683050                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/json/ext/generator.so
73a5e6eb6000-73a5e6ec0000 r-xp 00002000 00:6e 16683050                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/json/ext/generator.so
73a5e6ec0000-73a5e6ec3000 r--p 0000c000 00:6e 16683050                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/json/ext/generator.so
73a5e6ec3000-73a5e6ec4000 r--p 0000e000 00:6e 16683050                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/json/ext/generator.so
73a5e6ec4000-73a5e6ec5000 rw-p 0000f000 00:6e 16683050                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/json/ext/generator.so
73a5e6ec5000-73a5e6ecc000 r--p 00000000 00:6e 16280834                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/ripper.so
73a5e6ecc000-73a5e6f11000 r-xp 00007000 00:6e 16280834                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/ripper.so
73a5e6f11000-73a5e6f2f000 r--p 0004c000 00:6e 16280834                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/ripper.so
73a5e6f2f000-73a5e6f31000 r--p 00069000 00:6e 16280834                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/ripper.so
73a5e6f31000-73a5e6f32000 rw-p 0006b000 00:6e 16280834                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/ripper.so
73a5e6f32000-73a5e6f35000 r--p 00000000 00:6e 16280762                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/single_byte.so
73a5e6f35000-73a5e6f36000 r-xp 00003000 00:6e 16280762                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/single_byte.so
73a5e6f36000-73a5e6f4a000 r--p 00004000 00:6e 16280762                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/single_byte.so
73a5e6f4a000-73a5e6f4f000 r--p 00018000 00:6e 16280762                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/single_byte.so
73a5e6f4f000-73a5e6f50000 rw-p 0001d000 00:6e 16280762                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/single_byte.so
73a5e6f50000-73a5e7650000 rw-p 00000000 00:00 0 
73a5e7650000-73a5e7690000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e7694000-73a5e769c000 r--p 00000000 00:6e 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
73a5e769c000-73a5e76db000 r-xp 00008000 00:6e 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
73a5e76db000-73a5e76eb000 r--p 00047000 00:6e 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
73a5e76eb000-73a5e76ef000 r--p 00056000 00:6e 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
73a5e76ef000-73a5e76f0000 rw-p 0005a000 00:6e 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
73a5e76f0000-73a5e77e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e77e1000-73a5e77e2000 r--p 00000000 00:6e 16280767                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_5.so
73a5e77e2000-73a5e77e3000 r-xp 00001000 00:6e 16280767                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_5.so
73a5e77e3000-73a5e77e4000 r--p 00002000 00:6e 16280767                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_5.so
73a5e77e4000-73a5e77e5000 r--p 00002000 00:6e 16280767                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_5.so
73a5e77e5000-73a5e77e6000 rw-p 00003000 00:6e 16280767                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_5.so
73a5e77e6000-73a5e77e7000 r--p 00000000 00:6e 16280766                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_4.so
73a5e77e7000-73a5e77e8000 r-xp 00001000 00:6e 16280766                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_4.so
73a5e77e8000-73a5e77e9000 r--p 00002000 00:6e 16280766                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_4.so
73a5e77e9000-73a5e77ea000 r--p 00002000 00:6e 16280766                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_4.so
73a5e77ea000-73a5e77eb000 rw-p 00003000 00:6e 16280766                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_4.so
73a5e77eb000-73a5e77ec000 r--p 00000000 00:6e 16280763                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_3.so
73a5e77ec000-73a5e77ed000 r-xp 00001000 00:6e 16280763                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_3.so
73a5e77ed000-73a5e77ee000 r--p 00002000 00:6e 16280763                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_3.so
73a5e77ee000-73a5e77ef000 r--p 00002000 00:6e 16280763                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_3.so
73a5e77ef000-73a5e77f0000 rw-p 00003000 00:6e 16280763                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_3.so
73a5e77f0000-73a5e7800000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e7800000-73a5e7820000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e7821000-73a5e7822000 r--p 00000000 00:6e 16280761                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_2.so
73a5e7822000-73a5e7823000 r-xp 00001000 00:6e 16280761                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_2.so
73a5e7823000-73a5e7824000 r--p 00002000 00:6e 16280761                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_2.so
73a5e7824000-73a5e7825000 r--p 00002000 00:6e 16280761                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_2.so
73a5e7825000-73a5e7826000 rw-p 00003000 00:6e 16280761                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_2.so
73a5e7826000-73a5e7827000 r--p 00000000 00:6e 16280756                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/gbk.so
73a5e7827000-73a5e7828000 r-xp 00001000 00:6e 16280756                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/gbk.so
73a5e7828000-73a5e7829000 r--p 00002000 00:6e 16280756                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/gbk.so
73a5e7829000-73a5e782a000 r--p 00002000 00:6e 16280756                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/gbk.so
73a5e782a000-73a5e782b000 rw-p 00003000 00:6e 16280756                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/gbk.so
73a5e782b000-73a5e782c000 r--p 00000000 00:6e 16280741                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/gb18030.so
73a5e782c000-73a5e782d000 r-xp 00001000 00:6e 16280741                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/gb18030.so
73a5e782d000-73a5e782e000 r--p 00002000 00:6e 16280741                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/gb18030.so
73a5e782e000-73a5e782f000 r--p 00002000 00:6e 16280741                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/gb18030.so
73a5e782f000-73a5e7830000 rw-p 00003000 00:6e 16280741                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/gb18030.so
73a5e7830000-73a5e7840000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e7840000-73a5e7860000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e7863000-73a5e7864000 r--p 00000000 00:6e 16280709                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/euc_tw.so
73a5e7864000-73a5e7865000 r-xp 00001000 00:6e 16280709                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/euc_tw.so
73a5e7865000-73a5e7866000 r--p 00002000 00:6e 16280709                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/euc_tw.so
73a5e7866000-73a5e7867000 r--p 00002000 00:6e 16280709                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/euc_tw.so
73a5e7867000-73a5e7868000 rw-p 00003000 00:6e 16280709                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/euc_tw.so
73a5e7868000-73a5e7869000 r--p 00000000 00:6e 16280701                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/euc_kr.so
73a5e7869000-73a5e786a000 r-xp 00001000 00:6e 16280701                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/euc_kr.so
73a5e786a000-73a5e786b000 r--p 00002000 00:6e 16280701                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/euc_kr.so
73a5e786b000-73a5e786c000 r--p 00002000 00:6e 16280701                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/euc_kr.so
73a5e786c000-73a5e786d000 rw-p 00003000 00:6e 16280701                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/euc_kr.so
73a5e786d000-73a5e7920000 r--p 00000000 00:6e 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
73a5e7920000-73a5e7c53000 r-xp 000b3000 00:6e 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
73a5e7c53000-73a5e7d1e000 r--p 003e6000 00:6e 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
73a5e7d1e000-73a5e7d7a000 r--p 004b0000 00:6e 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
73a5e7d7a000-73a5e7d7d000 rw-p 0050c000 00:6e 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
73a5e7d7d000-73a5e7d80000 rw-p 00000000 00:00 0 
73a5e7d80000-73a5e8e00000 rw-p 00000000 00:00 0 
73a5e8e00000-73a5e8e01000 r--p 00000000 00:6e 16280684                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/emacs_mule.so
73a5e8e01000-73a5e8e02000 r-xp 00001000 00:6e 16280684                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/emacs_mule.so
73a5e8e02000-73a5e8e03000 r--p 00002000 00:6e 16280684                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/emacs_mule.so
73a5e8e03000-73a5e8e04000 r--p 00002000 00:6e 16280684                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/emacs_mule.so
73a5e8e04000-73a5e8e05000 rw-p 00003000 00:6e 16280684                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/emacs_mule.so
73a5e8e05000-73a5e8e06000 r--p 00000000 00:6e 16280682                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/cp949.so
73a5e8e06000-73a5e8e07000 r-xp 00001000 00:6e 16280682                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/cp949.so
73a5e8e07000-73a5e8e08000 r--p 00002000 00:6e 16280682                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/cp949.so
73a5e8e08000-73a5e8e09000 r--p 00002000 00:6e 16280682                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/cp949.so
73a5e8e09000-73a5e8e0a000 rw-p 00003000 00:6e 16280682                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/cp949.so
73a5e8e0a000-73a5e8e0b000 r--p 00000000 00:6e 16280672                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/big5.so
73a5e8e0b000-73a5e8e0c000 r-xp 00001000 00:6e 16280672                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/big5.so
73a5e8e0c000-73a5e8e0e000 r--p 00002000 00:6e 16280672                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/big5.so
73a5e8e0e000-73a5e8e0f000 r--p 00003000 00:6e 16280672                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/big5.so
73a5e8e0f000-73a5e8e10000 rw-p 00004000 00:6e 16280672                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/big5.so
73a5e8e10000-73a5e8e40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e8e42000-73a5e8e45000 r--p 00000000 00:6e 16280668                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/zlib.so
73a5e8e45000-73a5e8e51000 r-xp 00003000 00:6e 16280668                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/zlib.so
73a5e8e51000-73a5e8e54000 r--p 0000f000 00:6e 16280668                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/zlib.so
73a5e8e54000-73a5e8e55000 r--p 00011000 00:6e 16280668                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/zlib.so
73a5e8e55000-73a5e8e56000 rw-p 00012000 00:6e 16280668                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/zlib.so
73a5e8e56000-73a5e8e74000 r--p 00000000 00:6e 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
73a5e8e74000-73a5e8ed6000 r-xp 0001e000 00:6e 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
73a5e8ed6000-73a5e8ef2000 r--p 00080000 00:6e 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
73a5e8ef2000-73a5e8efc000 r--p 0009c000 00:6e 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
73a5e8efc000-73a5e8f00000 rw-p 000a6000 00:6e 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
73a5e8f00000-73a5e9800000 rw-p 00000000 00:00 0 
73a5e9800000-73a5e9801000 r--p 00000000 00:6e 16280677                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/cesu_8.so
73a5e9801000-73a5e9802000 r-xp 00001000 00:6e 16280677                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/cesu_8.so
73a5e9802000-73a5e9803000 r--p 00002000 00:6e 16280677                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/cesu_8.so
73a5e9803000-73a5e9804000 r--p 00003000 00:6e 16280677                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/cesu_8.so
73a5e9804000-73a5e9805000 rw-p 00004000 00:6e 16280677                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/cesu_8.so
73a5e9805000-73a5e9806000 r--p 00000000 00:6e 16280798                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_32le.so
73a5e9806000-73a5e9807000 r-xp 00001000 00:6e 16280798                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_32le.so
73a5e9807000-73a5e9808000 r--p 00002000 00:6e 16280798                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_32le.so
73a5e9808000-73a5e9809000 r--p 00002000 00:6e 16280798                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_32le.so
73a5e9809000-73a5e980a000 rw-p 00003000 00:6e 16280798                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_32le.so
73a5e980a000-73a5e980b000 r--p 00000000 00:6e 16280769                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/utf_16_32.so
73a5e980b000-73a5e980d000 r-xp 00001000 00:6e 16280769                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/utf_16_32.so
73a5e980d000-73a5e980e000 r--p 00003000 00:6e 16280769                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/utf_16_32.so
73a5e980e000-73a5e980f000 r--p 00004000 00:6e 16280769                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/utf_16_32.so
73a5e980f000-73a5e9810000 rw-p 00005000 00:6e 16280769                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/utf_16_32.so
73a5e9810000-73a5e9850000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e9854000-73a5e9856000 r--p 00000000 00:6e 16658574                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/cgi/escape.so
73a5e9856000-73a5e9858000 r-xp 00002000 00:6e 16658574                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/cgi/escape.so
73a5e9858000-73a5e9859000 r--p 00004000 00:6e 16658574                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/cgi/escape.so
73a5e9859000-73a5e985a000 r--p 00004000 00:6e 16658574                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/cgi/escape.so
73a5e985a000-73a5e985b000 rw-p 00005000 00:6e 16658574                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/cgi/escape.so
73a5e985b000-73a5e986f000 r--p 00000000 00:6e 16280836                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/openssl.so
73a5e986f000-73a5e98a8000 r-xp 00014000 00:6e 16280836                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/openssl.so
73a5e98a8000-73a5e98ba000 r--p 0004d000 00:6e 16280836                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/openssl.so
73a5e98ba000-73a5e98bc000 r--p 0005f000 00:6e 16280836                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/openssl.so
73a5e98bc000-73a5e98be000 rw-p 00061000 00:6e 16280836                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/openssl.so
73a5e98be000-73a5e98bf000 rw-p 00000000 00:00 0 
73a5e98bf000-73a5e98c0000 ---p 00000000 00:00 0 
73a5e98c0000-73a5e98e0000 rw-p 00000000 00:00 0 
73a5e98e0000-73a5e98f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e98f0000-73a5e98f1000 r--p 00000000 00:6e 16280797                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_32be.so
73a5e98f1000-73a5e98f2000 r-xp 00001000 00:6e 16280797                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_32be.so
73a5e98f2000-73a5e98f3000 r--p 00002000 00:6e 16280797                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_32be.so
73a5e98f3000-73a5e98f4000 r--p 00002000 00:6e 16280797                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_32be.so
73a5e98f4000-73a5e98f5000 rw-p 00003000 00:6e 16280797                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_32be.so
73a5e98f5000-73a5e98f6000 r--p 00000000 00:6e 16558386                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/econv.so
73a5e98f6000-73a5e98f7000 r-xp 00001000 00:6e 16558386                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/econv.so
73a5e98f7000-73a5e98f8000 r--p 00002000 00:6e 16558386                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/econv.so
73a5e98f8000-73a5e98f9000 r--p 00002000 00:6e 16558386                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/econv.so
73a5e98f9000-73a5e98fa000 rw-p 00003000 00:6e 16558386                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/econv.so
73a5e98fa000-73a5e98fb000 r--p 00000000 00:6e 16547533                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/symbol.so
73a5e98fb000-73a5e98fc000 r-xp 00001000 00:6e 16547533                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/symbol.so
73a5e98fc000-73a5e98fd000 r--p 00002000 00:6e 16547533                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/symbol.so
73a5e98fd000-73a5e98fe000 r--p 00002000 00:6e 16547533                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/symbol.so
73a5e98fe000-73a5e98ff000 rw-p 00003000 00:6e 16547533                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/symbol.so
73a5e98ff000-73a5e9900000 ---p 00000000 00:00 0 
73a5e9900000-73a5e9920000 rw-p 00000000 00:00 0 
73a5e9920000-73a5e9940000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e9940000-73a5e9942000 r--p 00000000 00:6e 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
73a5e9942000-73a5e995b000 r-xp 00002000 00:6e 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
73a5e995b000-73a5e995f000 r--p 0001b000 00:6e 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
73a5e995f000-73a5e9960000 r--p 0001e000 00:6e 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
73a5e9960000-73a5e9961000 rw-p 0001f000 00:6e 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
73a5e9961000-73a5e9965000 r--p 00000000 00:6e 16280725                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/date_core.so
73a5e9965000-73a5e9995000 r-xp 00004000 00:6e 16280725                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/date_core.so
73a5e9995000-73a5e999d000 r--p 00034000 00:6e 16280725                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/date_core.so
73a5e999d000-73a5e999e000 r--p 0003c000 00:6e 16280725                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/date_core.so
73a5e999e000-73a5e999f000 rw-p 0003d000 00:6e 16280725                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/date_core.so
73a5e999f000-73a5e99a0000 rw-p 00000000 00:00 0 
73a5e99a0000-73a5e9a00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e9a00000-73a5e9e00000 rw-p 00000000 00:00 0 
73a5e9e01000-73a5e9e03000 r--p 00000000 00:6e 16680278                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/json/ext/parser.so
73a5e9e03000-73a5e9e09000 r-xp 00002000 00:6e 16680278                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/json/ext/parser.so
73a5e9e09000-73a5e9e0e000 r--p 00008000 00:6e 16680278                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/json/ext/parser.so
73a5e9e0e000-73a5e9e0f000 r--p 0000c000 00:6e 16680278                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/json/ext/parser.so
73a5e9e0f000-73a5e9e10000 rw-p 0000d000 00:6e 16680278                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/json/ext/parser.so
73a5e9e10000-73a5e9e30000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e9e32000-73a5e9e35000 r--p 00000000 00:6e 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
73a5e9e35000-73a5e9e3b000 r-xp 00003000 00:6e 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
73a5e9e3b000-73a5e9e3d000 r--p 00009000 00:6e 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
73a5e9e3d000-73a5e9e3e000 r--p 0000b000 00:6e 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
73a5e9e3e000-73a5e9e3f000 rw-p 0000c000 00:6e 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
73a5e9e3f000-73a5e9e40000 ---p 00000000 00:00 0 
73a5e9e40000-73a5e9e60000 rw-p 00000000 00:00 0 
73a5e9e60000-73a5e9e70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e9e71000-73a5e9e73000 r--p 00000000 00:6e 16558250                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/bignum.so
73a5e9e73000-73a5e9e75000 r-xp 00002000 00:6e 16558250                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/bignum.so
73a5e9e75000-73a5e9e76000 r--p 00004000 00:6e 16558250                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/bignum.so
73a5e9e76000-73a5e9e77000 r--p 00004000 00:6e 16558250                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/bignum.so
73a5e9e77000-73a5e9e78000 rw-p 00005000 00:6e 16558250                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/bignum.so
73a5e9e78000-73a5e9e7f000 r--p 00000000 00:6e 16280835                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/socket.so
73a5e9e7f000-73a5e9ea6000 r-xp 00007000 00:6e 16280835                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/socket.so
73a5e9ea6000-73a5e9eae000 r--p 0002e000 00:6e 16280835                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/socket.so
73a5e9eae000-73a5e9eaf000 r--p 00035000 00:6e 16280835                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/socket.so
73a5e9eaf000-73a5e9eb0000 rw-p 00036000 00:6e 16280835                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/socket.so
73a5e9eb0000-73a5e9ed0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e9ed1000-73a5e9ed2000 r--p 00000000 00:6e 16280688                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/euc_jp.so
73a5e9ed2000-73a5e9ed3000 r-xp 00001000 00:6e 16280688                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/euc_jp.so
73a5e9ed3000-73a5e9ed4000 r--p 00002000 00:6e 16280688                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/euc_jp.so
73a5e9ed4000-73a5e9ed5000 r--p 00003000 00:6e 16280688                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/euc_jp.so
73a5e9ed5000-73a5e9ed6000 rw-p 00004000 00:6e 16280688                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/euc_jp.so
73a5e9ed6000-73a5e9ed7000 r--p 00000000 00:6e 16280800                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_31j.so
73a5e9ed7000-73a5e9ed8000 r-xp 00001000 00:6e 16280800                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_31j.so
73a5e9ed8000-73a5e9ed9000 r--p 00002000 00:6e 16280800                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_31j.so
73a5e9ed9000-73a5e9eda000 r--p 00003000 00:6e 16280800                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_31j.so
73a5e9eda000-73a5e9edb000 rw-p 00004000 00:6e 16280800                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/windows_31j.so
73a5e9edb000-73a5e9edc000 r--p 00000000 00:6e 16280758                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_1.so
73a5e9edc000-73a5e9edd000 r-xp 00001000 00:6e 16280758                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_1.so
73a5e9edd000-73a5e9ede000 r--p 00002000 00:6e 16280758                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_1.so
73a5e9ede000-73a5e9edf000 r--p 00002000 00:6e 16280758                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_1.so
73a5e9edf000-73a5e9ee0000 rw-p 00003000 00:6e 16280758                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/iso_8859_1.so
73a5e9ee0000-73a5e9ef0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e9ef0000-73a5e9f20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5e9f20000-73a5ea2a0000 rw-p 00000000 00:00 0 
73a5ea2a0000-73a5ea2b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5ea2b3000-73a5ea2b4000 r--p 00000000 00:6e 16558370                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/eval.so
73a5ea2b4000-73a5ea2b5000 r-xp 00001000 00:6e 16558370                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/eval.so
73a5ea2b5000-73a5ea2b6000 r--p 00002000 00:6e 16558370                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/eval.so
73a5ea2b6000-73a5ea2b7000 r--p 00002000 00:6e 16558370                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/eval.so
73a5ea2b7000-73a5ea2b8000 rw-p 00003000 00:6e 16558370                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/eval.so
73a5ea2b8000-73a5ea2ba000 r--p 00000000 00:6e 16280776                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/digest.so
73a5ea2ba000-73a5ea2bc000 r-xp 00002000 00:6e 16280776                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/digest.so
73a5ea2bc000-73a5ea2bd000 r--p 00004000 00:6e 16280776                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/digest.so
73a5ea2bd000-73a5ea2be000 r--p 00004000 00:6e 16280776                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/digest.so
73a5ea2be000-73a5ea2bf000 rw-p 00005000 00:6e 16280776                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/digest.so
73a5ea2bf000-73a5ea5bf000 rw-p 00000000 00:00 0 
73a5ea5bf000-73a5ea5c0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea5c0000-73a5ea601000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea601000-73a5ea602000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea602000-73a5ea643000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea643000-73a5ea644000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea644000-73a5ea685000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea685000-73a5ea686000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea686000-73a5ea6c7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea6c7000-73a5ea6c8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea6c8000-73a5ea709000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea709000-73a5ea70a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea70a000-73a5ea74b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea74b000-73a5ea74c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea74c000-73a5ea78d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea78d000-73a5ea78e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea78e000-73a5ea7cf000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea7cf000-73a5ea7d0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea7d0000-73a5ea811000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea811000-73a5ea812000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea812000-73a5ea853000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea853000-73a5ea854000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea854000-73a5ea895000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea895000-73a5ea896000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea896000-73a5ea8d7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea8d7000-73a5ea8d8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea8d8000-73a5ea919000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea919000-73a5ea91a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea91a000-73a5ea95b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea95b000-73a5ea95c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea95c000-73a5ea99d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea99d000-73a5ea99e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea99e000-73a5ea9df000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea9df000-73a5ea9e0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ea9e0000-73a5eaa21000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eaa21000-73a5eaa22000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eaa22000-73a5eaa63000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eaa63000-73a5eaa64000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eaa64000-73a5eaaa5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eaaa5000-73a5eaaa6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eaaa6000-73a5eaae7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eaae7000-73a5eaae8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eaae8000-73a5eab29000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eab29000-73a5eab2a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eab2a000-73a5eab6b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eab6b000-73a5eab6c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eab6c000-73a5eabad000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eabad000-73a5eabae000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eabae000-73a5eabef000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eabef000-73a5eabf0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eabf0000-73a5eac31000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eac31000-73a5eac32000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eac32000-73a5eac73000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eac73000-73a5eac74000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eac74000-73a5eacb5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eacb5000-73a5eacb6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eacb6000-73a5eacf7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eacf7000-73a5eacf8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eacf8000-73a5ead39000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ead39000-73a5ead3a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ead3a000-73a5ead7b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ead7b000-73a5ead7c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5ead7c000-73a5eadbd000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eadbd000-73a5eadbe000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eadbe000-73a5eadff000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
73a5eadff000-73a5eae00000 ---p 00000000 00:00 0 
73a5eae00000-73a5eb600000 rw-p 00000000 00:00 0 
73a5eb600000-73a5ebc00000 rw-p 00000000 00:00 0 
73a5ebc01000-73a5ebc02000 r--p 00000000 00:6e 16658683                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/io/nonblock.so
73a5ebc02000-73a5ebc03000 r-xp 00001000 00:6e 16658683                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/io/nonblock.so
73a5ebc03000-73a5ebc04000 r--p 00002000 00:6e 16658683                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/io/nonblock.so
73a5ebc04000-73a5ebc05000 r--p 00002000 00:6e 16658683                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/io/nonblock.so
73a5ebc05000-73a5ebc06000 rw-p 00003000 00:6e 16658683                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/io/nonblock.so
73a5ebc06000-73a5ebc07000 r--p 00000000 00:6e 16280795                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_16be.so
73a5ebc07000-73a5ebc08000 r-xp 00001000 00:6e 16280795                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_16be.so
73a5ebc08000-73a5ebc09000 r--p 00002000 00:6e 16280795                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_16be.so
73a5ebc09000-73a5ebc0a000 r--p 00002000 00:6e 16280795                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_16be.so
73a5ebc0a000-73a5ebc0b000 rw-p 00003000 00:6e 16280795                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_16be.so
73a5ebc0b000-73a5ebc0c000 r--p 00000000 00:6e 16280796                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_16le.so
73a5ebc0c000-73a5ebc0d000 r-xp 00001000 00:6e 16280796                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_16le.so
73a5ebc0d000-73a5ebc0e000 r--p 00002000 00:6e 16280796                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_16le.so
73a5ebc0e000-73a5ebc0f000 r--p 00002000 00:6e 16280796                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_16le.so
73a5ebc0f000-73a5ebc10000 rw-p 00003000 00:6e 16280796                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/utf_16le.so
73a5ebc10000-73a5ebc50000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5ebc54000-73a5ebc57000 r--p 00000000 00:6e 16280831                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/stringio.so
73a5ebc57000-73a5ebc5c000 r-xp 00003000 00:6e 16280831                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/stringio.so
73a5ebc5c000-73a5ebc5e000 r--p 00008000 00:6e 16280831                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/stringio.so
73a5ebc5e000-73a5ebc5f000 r--p 00009000 00:6e 16280831                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/stringio.so
73a5ebc5f000-73a5ebc60000 rw-p 0000a000 00:6e 16280831                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/stringio.so
73a5ebc60000-73a5ebc70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5ebc70000-73a5ebc90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5ebc91000-73a5ebc94000 r--p 00000000 00:6e 16280829                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/psych.so
73a5ebc94000-73a5ebc98000 r-xp 00003000 00:6e 16280829                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/psych.so
73a5ebc98000-73a5ebc99000 r--p 00007000 00:6e 16280829                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/psych.so
73a5ebc99000-73a5ebc9a000 r--p 00008000 00:6e 16280829                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/psych.so
73a5ebc9a000-73a5ebc9b000 rw-p 00009000 00:6e 16280829                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/psych.so
73a5ebc9b000-73a5ebc9c000 r--p 00000000 00:6e 16559592                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
73a5ebc9c000-73a5ebc9d000 r-xp 00001000 00:6e 16559592                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
73a5ebc9d000-73a5ebc9e000 r--p 00002000 00:6e 16559592                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
73a5ebc9e000-73a5ebc9f000 r--p 00002000 00:6e 16559592                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
73a5ebc9f000-73a5ebca0000 rw-p 00003000 00:6e 16559592                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
73a5ebca0000-73a5ebcf0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5ebcf2000-73a5ebcf3000 r--p 00000000 00:6e 16646675                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/io/wait.so
73a5ebcf3000-73a5ebcf4000 r-xp 00001000 00:6e 16646675                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/io/wait.so
73a5ebcf4000-73a5ebcf5000 r--p 00002000 00:6e 16646675                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/io/wait.so
73a5ebcf5000-73a5ebcf6000 r--p 00002000 00:6e 16646675                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/io/wait.so
73a5ebcf6000-73a5ebcf7000 rw-p 00003000 00:6e 16646675                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/io/wait.so
73a5ebcf7000-73a5ebcf9000 r--p 00000000 00:6e 16280783                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/etc.so
73a5ebcf9000-73a5ebcfc000 r-xp 00002000 00:6e 16280783                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/etc.so
73a5ebcfc000-73a5ebcfe000 r--p 00005000 00:6e 16280783                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/etc.so
73a5ebcfe000-73a5ebcff000 r--p 00006000 00:6e 16280783                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/etc.so
73a5ebcff000-73a5ebd00000 rw-p 00007000 00:6e 16280783                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/etc.so
73a5ebd00000-73a5ebd10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5ebd10000-73a5ebd80000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a5ebd80000-73a5ec000000 rw-p 00000000 00:00 0 
73a5ec000000-73a604000000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_cache]
73a604000000-73a605400000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_list]
73a605400000-73a605c00000 rw-p 00000000 00:00 0 
73a605c01000-73a605c02000 r--p 00000000 00:6e 16280828                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/monitor.so
73a605c02000-73a605c03000 r-xp 00001000 00:6e 16280828                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/monitor.so
73a605c03000-73a605c04000 r--p 00002000 00:6e 16280828                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/monitor.so
73a605c04000-73a605c05000 r--p 00002000 00:6e 16280828                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/monitor.so
73a605c05000-73a605c06000 rw-p 00003000 00:6e 16280828                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/monitor.so
73a605c06000-73a605c08000 r--p 00000000 00:6e 16667528                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/io/console.so
73a605c08000-73a605c0d000 r-xp 00002000 00:6e 16667528                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/io/console.so
73a605c0d000-73a605c0e000 r--p 00007000 00:6e 16667528                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/io/console.so
73a605c0e000-73a605c0f000 r--p 00008000 00:6e 16667528                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/io/console.so
73a605c0f000-73a605c10000 rw-p 00009000 00:6e 16667528                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/io/console.so
73a605c10000-73a605c60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a605c60000-73a605c61000 r--p 00000000 00:6e 16547050                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/sanitizers.so
73a605c61000-73a605c62000 r-xp 00001000 00:6e 16547050                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/sanitizers.so
73a605c62000-73a605c63000 r--p 00002000 00:6e 16547050                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/sanitizers.so
73a605c63000-73a605c64000 r--p 00002000 00:6e 16547050                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/sanitizers.so
73a605c64000-73a605c65000 rw-p 00003000 00:6e 16547050                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/-test-/sanitizers.so
73a605c65000-73a605c66000 r--p 00000000 00:6e 16679939                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/rbconfig/sizeof.so
73a605c66000-73a605c68000 r-xp 00001000 00:6e 16679939                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/rbconfig/sizeof.so
73a605c68000-73a605c69000 r--p 00003000 00:6e 16679939                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/rbconfig/sizeof.so
73a605c69000-73a605c6a000 r--p 00003000 00:6e 16679939                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/rbconfig/sizeof.so
73a605c6a000-73a605c6b000 rw-p 00004000 00:6e 16679939                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/rbconfig/sizeof.so
73a605c6b000-73a605c6c000 r--p 00000000 00:6e 16280654                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/transdb.so
73a605c6c000-73a605c6d000 r-xp 00001000 00:6e 16280654                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/transdb.so
73a605c6d000-73a605c6e000 r--p 00002000 00:6e 16280654                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/transdb.so
73a605c6e000-73a605c6f000 r--p 00002000 00:6e 16280654                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/transdb.so
73a605c6f000-73a605c70000 rw-p 00003000 00:6e 16280654                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/trans/transdb.so
73a605c70000-73a605d00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
73a605d04000-73a605d0b000 r--s 00000000 00:6e 15348559                   /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
73a605d0b000-73a605d64000 r--p 00000000 00:6e 15348059                   /usr/lib/locale/C.utf8/LC_CTYPE
73a605d64000-73a605d6b000 rw-p 00000000 00:00 0 
73a605d6b000-73a605e08000 r--p 00000000 00:6e 15349661                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33
73a605e08000-73a605f48000 r-xp 0009d000 00:6e 15349661                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33
73a605f48000-73a605fd6000 r--p 001dd000 00:6e 15349661                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33
73a605fd6000-73a605fe1000 r--p 0026b000 00:6e 15349661                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33
73a605fe1000-73a605fe4000 rw-p 00276000 00:6e 15349661                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33
73a605fe4000-73a605fe8000 rw-p 00000000 00:00 0 
73a605fe8000-73a605fec000 r--p 00000000 00:6e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
73a605fec000-73a60600f000 r-xp 00004000 00:6e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
73a60600f000-73a606013000 r--p 00027000 00:6e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
73a606013000-73a606014000 r--p 0002b000 00:6e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
73a606014000-73a606015000 rw-p 0002c000 00:6e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
73a606015000-73a60603d000 r--p 00000000 00:6e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
73a60603d000-73a6061c5000 r-xp 00028000 00:6e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
73a6061c5000-73a606214000 r--p 001b0000 00:6e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
73a606214000-73a606218000 r--p 001fe000 00:6e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
73a606218000-73a60621a000 rw-p 00202000 00:6e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
73a60621a000-73a606227000 rw-p 00000000 00:00 0 
73a606227000-73a606237000 r--p 00000000 00:6e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
73a606237000-73a6062b6000 r-xp 00010000 00:6e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
73a6062b6000-73a60630e000 r--p 0008f000 00:6e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
73a60630e000-73a60630f000 r--p 000e7000 00:6e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
73a60630f000-73a606310000 rw-p 000e8000 00:6e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
73a606310000-73a606312000 rw-p 00000000 00:00 0 
73a606312000-73a606314000 r--p 00000000 00:6e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
73a606314000-73a606329000 r-xp 00002000 00:6e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
73a606329000-73a606342000 r--p 00017000 00:6e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
73a606342000-73a606343000 r--p 0002f000 00:6e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
73a606343000-73a606344000 rw-p 00030000 00:6e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
73a606344000-73a60634c000 rw-p 00000000 00:00 0 
73a60634c000-73a606356000 r--p 00000000 00:6e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
73a606356000-73a6063b9000 r-xp 0000a000 00:6e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
73a6063b9000-73a6063ce000 r--p 0006d000 00:6e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
73a6063ce000-73a6063cf000 r--p 00081000 00:6e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
73a6063cf000-73a6063d0000 rw-p 00082000 00:6e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
73a6063d0000-73a6063d9000 r--p 00000000 00:6e 16282309                   /usr/lib/x86_64-linux-gnu/libjemalloc.so.2
73a6063d9000-73a606486000 r-xp 00009000 00:6e 16282309                   /usr/lib/x86_64-linux-gnu/libjemalloc.so.2
73a606486000-73a606494000 r--p 000b6000 00:6e 16282309                   /usr/lib/x86_64-linux-gnu/libjemalloc.so.2
73a606494000-73a60649a000 r--p 000c4000 00:6e 16282309                   /usr/lib/x86_64-linux-gnu/libjemalloc.so.2
73a60649a000-73a60649b000 rw-p 000ca000 00:6e 16282309                   /usr/lib/x86_64-linux-gnu/libjemalloc.so.2
73a60649b000-73a6066ba000 rw-p 00000000 00:00 0 
73a6066ba000-73a6066bc000 r--p 00000000 00:6e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
73a6066bc000-73a6066ce000 r-xp 00002000 00:6e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
73a6066ce000-73a6066d4000 r--p 00014000 00:6e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
73a6066d4000-73a6066d5000 r--p 0001a000 00:6e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
73a6066d5000-73a6066d6000 rw-p 0001b000 00:6e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
73a6066d6000-73a6066d7000 r--p 00000000 00:6e 16280670                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/encdb.so
73a6066d7000-73a6066d8000 r-xp 00001000 00:6e 16280670                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/encdb.so
73a6066d8000-73a6066d9000 r--p 00002000 00:6e 16280670                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/encdb.so
73a6066d9000-73a6066da000 r--p 00002000 00:6e 16280670                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/encdb.so
73a6066da000-73a6066db000 rw-p 00003000 00:6e 16280670                   /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/enc/encdb.so
73a6066db000-73a606723000 r--p 00000000 00:6e 14695665                   /tmp/ruby/build/trunk-jemalloc/libruby.so.4.0.0
73a606723000-73a606bdd000 r-xp 00048000 00:6e 14695665                   /tmp/ruby/build/trunk-jemalloc/libruby.so.4.0.0
73a606bdd000-73a606d7b000 r--p 00502000 00:6e 14695665                   /tmp/ruby/build/trunk-jemalloc/libruby.so.4.0.0
73a606d7b000-73a606d91000 r--p 006a0000 00:6e 14695665                   /tmp/ruby/build/trunk-jemalloc/libruby.so.4.0.0
73a606d91000-73a606d95000 rw-p 006b6000 00:6e 14695665                   /tmp/ruby/build/trunk-jemalloc/libruby.so.4.0.0
73a606d95000-73a606dab000 rw-p 00000000 00:00 0 
73a606dab000-73a606dac000 r--p 00000000 00:6e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
73a606dac000-73a606dd7000 r-xp 00001000 00:6e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
73a606dd7000-73a606de1000 r--p 0002c000 00:6e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
73a606de1000-73a606de3000 r--p 00036000 00:6e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
73a606de3000-73a606de5000 rw-p 00038000 00:6e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7fff8aa10000-7fff8aa31000 rw-p 00000000 00:00 0                          [stack]
7fff8ab96000-7fff8ab9a000 r--p 00000000 00:00 0                          [vvar]
7fff8ab9a000-7fff8ab9c000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]



/tmp/ruby/src/trunk-jemalloc/test/rubygems/test_gem_request_set.rb: /tmp/ruby/build/trunk-jemalloc/.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-jemalloc/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-jemalloc/.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:
TestRequireLib#test_thread_size:net/http:
Finished tests in 1372.406403s, 22.3257 tests/s, 4970.7900 assertions/s.
Test::Unit::ProxyError: /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
    /tmp/ruby/src/trunk-jemalloc/lib/net/protocol.rb:24:in 'Kernel#require'
    /tmp/ruby/src/trunk-jemalloc/lib/net/protocol.rb:24:in '<top (required)>'
    /tmp/ruby/src/trunk-jemalloc/lib/net/http.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk-jemalloc/lib/net/http.rb:23:in '<top (required)>'
    /tmp/ruby/src/trunk-jemalloc/test/ruby/test_require_lib.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk-jemalloc/test/ruby/test_require_lib.rb:23:in '<main>'
    /tmp/ruby/src/trunk-jemalloc/test/ruby/test_require_lib.rb:20:in 'block (2 levels) in <class:TestRequireLib>'

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

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

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

  6) Error:
TestBox#test_loading_extension_libs_in_main_box:
Test::Unit::ProxyError: /tmp/rubytest.cn3659/_ruby_box_p31742_2_io+wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
    /tmp/ruby/src/trunk-jemalloc/lib/net/protocol.rb:24:in 'Kernel#require'
    /tmp/ruby/src/trunk-jemalloc/lib/net/protocol.rb:24:in 'Ruby::Box::Loader#require'
    /tmp/ruby/src/trunk-jemalloc/lib/net/protocol.rb:24:in '<top (required)>'
    /tmp/ruby/src/trunk-jemalloc/lib/net/http.rb:23:in 'Kernel#require'
    /tmp/ruby/src/trunk-jemalloc/lib/net/http.rb:23:in 'Ruby::Box::Loader#require'
    /tmp/ruby/src/trunk-jemalloc/lib/net/http.rb:23:in '<top (required)>'
    /tmp/ruby/src/trunk-jemalloc/test/ruby/test_box.rb:799:in 'Kernel#require'
    /tmp/ruby/src/trunk-jemalloc/test/ruby/test_box.rb:799:in 'Ruby::Box::Loader#require'
    /tmp/ruby/src/trunk-jemalloc/test/ruby/test_box.rb:799:in '<main>'
    /tmp/ruby/src/trunk-jemalloc/test/ruby/test_box.rb:781:in 'TestBox#test_loading_extension_libs_in_main_box'

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

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

  9) Timeout:
TestNetHTTPS#test_get_SNI_proxy

Children under /tmp/rubytest.cn3659:
* -rw-r--r-- 1 283864 2025-11-12 15:29:05 +0000 _ruby_box_p31742_2_json+ext+generator.so
* -rw-r--r-- 1 186560 2025-11-12 15:29:05 +0000 _ruby_box_p31742_2_psych.so
* -rw-r--r-- 1 293256 2025-11-12 15:29:05 +0000 _ruby_box_p31742_2_zlib.so
* -rw-r--r-- 1 227296 2025-11-12 15:29:05 +0000 _ruby_box_p31742_2_json+ext+parser.so
* -rw-r--r-- 1 113656 2025-11-12 15:29:05 +0000 _ruby_box_p31819_2_rbconfig+sizeof.so
* -rw-r--r-- 1 184688 2025-11-12 15:29:05 +0000 _ruby_box_p31819_2_io+console.so
* -rw-r--r-- 1 184688 2025-11-12 15:29:05 +0000 _ruby_box_p31833_2_io+console.so
* -rw-r--r-- 1  94016 2025-11-12 15:29:05 +0000 _ruby_box_p31833_2_-test-+sanitizers.so
* -rw-r--r-- 1 113656 2025-11-12 15:29:05 +0000 _ruby_box_p31833_2_rbconfig+sizeof.so
* -rw-r--r-- 1 146824 2025-11-12 15:29:05 +0000 _ruby_box_p31742_2_etc.so
* -rw-r--r-- 1 827496 2025-11-12 15:29:05 +0000 _ruby_box_p31742_2_date_core.so
* -rw-r--r-- 1  94016 2025-11-12 15:29:05 +0000 _ruby_box_p31819_2_-test-+sanitizers.so
* -rw-r--r-- 1 184688 2025-11-12 15:29:05 +0000 _ruby_box_p31868_2_io+console.so
* -rw-r--r-- 1 811296 2025-11-12 15:29:05 +0000 _ruby_box_p31742_2_socket.so
* -rw-r--r-- 1 113656 2025-11-12 15:29:05 +0000 _ruby_box_p31868_2_rbconfig+sizeof.so
* -rw-r--r-- 1  94016 2025-11-12 15:29:05 +0000 _ruby_box_p31896_2_-test-+sanitizers.so
* -rw-r--r-- 1 113656 2025-11-12 15:29:05 +0000 _ruby_box_p31896_2_rbconfig+sizeof.so
* -rw-r--r-- 1 113656 2025-11-12 15:29:04 +0000 _ruby_box_p31742_2_rbconfig+sizeof.so
* -rw-r--r-- 1 184688 2025-11-12 15:29:05 +0000 _ruby_box_p31896_2_io+console.so
* -rw-r--r-- 1  94016 2025-11-12 15:29:05 +0000 _ruby_box_p31868_2_-test-+sanitizers.so
* -rw-r--r-- 1  20768 2025-11-12 15:29:05 +0000 _ruby_box_p31742_2_io+wait.so
* -rw-r--r-- 1 184688 2025-11-12 15:29:04 +0000 _ruby_box_p31742_2_io+console.so
* -rw-r--r-- 1  94016 2025-11-12 15:29:04 +0000 _ruby_box_p31742_2_-test-+sanitizers.so
30640 tests, 6821944 assertions, 1 failures, 9 errors, 140 skips

ruby -v: ruby 4.0.0dev (2025-11-12T14:26:19Z master 6a05545184) +PRISM [x86_64-linux]
make: *** [uncommon.mk:915: yes-test-all] Error 10
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
ruby 4.0.0dev (2025-11-12T14:26:19Z master 6a05545184) +PRISM [x86_64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
  1560 ............................................................
  1620 ............................................................
  1680 ............................................................
  1740 ............................................................
  1800 ............................................................
  1860 ............................................................
  1920 ............................................................
  1980 ............................................................
  2040 ............................................................
  2100 ............................................................
  2160 ............................................................
  2220 ............................................................
  2280 ............................................................
  2340 ............................................................
  2400 ............................................................
  2460 ............................................................
  2520 ............................................................
  2580 ............................................................
  2640 ............................................................
  2700 ............................................................
  2760 ............................................................
  2820 ............................................................
  2880 ............................................................
  2940 ............................................................
  3000 ............................................................
  3060 ............................................................
  3120 ............................................................
  3180 ............................................................
  3240 ............................................................
  3300 ..................................

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

62)
An exception occurred during: loading /tmp/ruby/src/trunk-jemalloc/spec/ruby/library/net-http/httpresponse/response_spec.rb ERROR
LoadError: /tmp/ruby/build/trunk-jemalloc/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-jemalloc/lib/net/protocol.rb:24:in 'require'

/tmp/ruby/src/trunk-jemalloc/lib/net/protocol.rb:24:in '<top (required)>'
Finished in 16.202074 seconds

/tmp/ruby/src/trunk-jemalloc/lib/net/http.rb:23:in 'require'
3333 files, 33062 examples, 148890 expectations, 0 failures, 137 errors, 0 tagged
/tmp/ruby/src/trunk-jemalloc/lib/net/http.rb:23:in '<top (required)>'
/tmp/ruby/src/trunk-jemalloc/spec/ruby/library/net-http/httpresponse/response_spec.rb:2:in 'require'
/tmp/ruby/src/trunk-jemalloc/spec/ruby/library/net-http/httpresponse/response_spec.rb:2:in '<top (required)>'

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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