# Logfile created on 2025-11-12 17:21:25 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x000071c6b049fdc0 @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-asserts-nopara", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-asserts-nopara", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-asserts-nopara", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-asserts-nopara", @configure_opts=["--enable-shared"], @build_opts="DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"", @btest_opts=nil, @test_opts=nil, @spec_opts=nil, @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=316000, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk-asserts-nopara.20251112-172125", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_TIMEOUT_SCALE", "50"]], @make="make", @logger=#<Logger:0x000071c6b064c768 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000071c6b064c538 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000071c6abf79200 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-asserts-nopara.20251112-172125", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-asserts-nopara.20251112-172125>, @binmode=false, @mon_data=#<Monitor:0x000071c6b064c268>, @mon_data_owner_object_id=900>>>
$$$[beg] make update-download DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
tool/config.guess already exists
tool/config.sub already exists
rm -rf .bundle/gems/win32ole-1.9.2/
$$$[end] "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
$$$[beg] make update-src DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
From https://github.com/ruby/ruby
9fb6176..6a05545 master -> origin/master
Updating 9fb6176..6a05545
Fast-forward
.github/workflows/sync_default_gems.yml | 4 +
NEWS.md | 4 +-
doc/string.rb | 1 +
ext/io/wait/extconf.rb | 19 +-
ext/io/wait/io-wait.gemspec | 4 +-
ext/io/wait/wait.c | 418 +--------------------
ext/stringio/stringio.c | 2 +-
lib/bundled_gems.rb | 22 +-
lib/error_highlight/core_ext.rb | 2 +-
lib/net/http.rb | 2 +-
lib/rubygems/package/tar_header.rb | 8 +-
numeric.c | 2 +-
rational.c | 47 +--
spec/bundled_gems_spec.rb | 14 +-
spec/bundler/spec_helper.rb | 2 +
spec/bundler/support/builders.rb | 10 +-
test/error_highlight/test_error_highlight.rb | 18 +-
test/io/wait/test_io_wait.rb | 30 --
test/io/wait/test_io_wait_uncommon.rb | 15 -
test/ruby/test_bignum.rb | 3 +
.../rubygems/test_gem_package_tar_header_ractor.rb | 102 +++++
tool/bundler/dev_gems.rb | 2 +
tool/bundler/dev_gems.rb.lock | 10 +
tool/lib/core_assertions.rb | 8 +-
tool/lib/envutil.rb | 8 +-
vm_method.c | 1 +
26 files changed, 204 insertions(+), 554 deletions(-)
create mode 100644 test/rubygems/test_gem_package_tar_header_ractor.rb
Latest commit hash = 6a05545184
$$$[end] "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
$$$[beg] make after-update DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
/tmp/ruby/src/trunk-asserts-nopara/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-asserts-nopara'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
$$$[end] "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
$$$[beg] make miniruby DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
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-asserts-nopara/include -I/tmp/ruby/src/trunk-asserts-nopara -I/tmp/ruby/src/trunk-asserts-nopara/prism -I/tmp/ruby/src/trunk-asserts-nopara/enc/unicode/16.0.0 -Dmodular_gc_dir=
CPPFLAGS = -DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = C.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-asserts-nopara/target/release/' '/tmp/ruby/src/trunk-asserts-nopara/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-asserts-nopara/target/release/' '/tmp/ruby/src/trunk-asserts-nopara/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-asserts-nopara/numeric.c
compiling /tmp/ruby/src/trunk-asserts-nopara/rational.c
compiling /tmp/ruby/src/trunk-asserts-nopara/version.c
compiling /tmp/ruby/src/trunk-asserts-nopara/vm.c
linking miniruby
$$$[end] "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
$$$[beg] make ruby DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
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-asserts-nopara/include -I/tmp/ruby/src/trunk-asserts-nopara -I/tmp/ruby/src/trunk-asserts-nopara/prism -I/tmp/ruby/src/trunk-asserts-nopara/enc/unicode/16.0.0 -Dmodular_gc_dir=
CPPFLAGS = -DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = C.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-asserts-nopara/target/release/' '/tmp/ruby/src/trunk-asserts-nopara/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-asserts-nopara/target/release/' '/tmp/ruby/src/trunk-asserts-nopara/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-asserts-nopara/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.4.0.0
linking ruby
$$$[end] "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
$$$[beg] make all DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
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-asserts-nopara/include -I/tmp/ruby/src/trunk-asserts-nopara -I/tmp/ruby/src/trunk-asserts-nopara/prism -I/tmp/ruby/src/trunk-asserts-nopara/enc/unicode/16.0.0 -Dmodular_gc_dir=
CPPFLAGS = -DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = C.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-asserts-nopara/target/release/' '/tmp/ruby/src/trunk-asserts-nopara/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-asserts-nopara/target/release/' '/tmp/ruby/src/trunk-asserts-nopara/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
encdb.h unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
configuring io/wait
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/wait'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/io/wait/wait.c
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/stringio'
compiling /tmp/ruby/src/trunk-asserts-nopara/ext/stringio/stringio.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
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
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
$$$[end] "make all DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
$$$[beg] make install DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
rm -rf .bundle/gems/win32ole-1.9.2/
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-asserts-nopara/include -I/tmp/ruby/src/trunk-asserts-nopara -I/tmp/ruby/src/trunk-asserts-nopara/prism -I/tmp/ruby/src/trunk-asserts-nopara/enc/unicode/16.0.0 -Dmodular_gc_dir=
CPPFLAGS = -DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = C.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-asserts-nopara/target/release/' '/tmp/ruby/src/trunk-asserts-nopara/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-asserts-nopara/target/release/' '/tmp/ruby/src/trunk-asserts-nopara/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
encdb.h unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
./miniruby -I/tmp/ruby/src/trunk-asserts-nopara/lib -I. -I.ext/common /tmp/ruby/src/trunk-asserts-nopara/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-asserts-nopara/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- DEFS=-DRGENGC_CHECK_MODE=2\ -DRUBY_DEBUG=1\ -fno-inline" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc
installing binary commands: /tmp/ruby/install/trunk-asserts-nopara/bin
installing base libraries: /tmp/ruby/install/trunk-asserts-nopara/lib
installing arch files: /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/4.0.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-asserts-nopara/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/4.0.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/site_ruby/4.0.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/vendor_ruby/4.0.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-asserts-nopara/include/ruby-4.0.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/4.0.0+0
installing extension scripts: /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/site_ruby/4.0.0+0
installing extension scripts: /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/vendor_ruby/4.0.0+0
installing extension headers: /tmp/ruby/install/trunk-asserts-nopara/include/ruby-4.0.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-asserts-nopara/bin
installing library scripts: /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/4.0.0+0
installing common headers: /tmp/ruby/install/trunk-asserts-nopara/include/ruby-4.0.0+0
installing manpages: /tmp/ruby/install/trunk-asserts-nopara/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-asserts-nopara/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-asserts-nopara/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-asserts-nopara/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-asserts-nopara/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 DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q '
PASS all 2021 tests
$$$[end] "make yes-btest TESTOPTS='-q '" exit with 0.
$$$[beg] make yes-test-basic
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-asserts-nopara/include -I/tmp/ruby/src/trunk-asserts-nopara -I/tmp/ruby/src/trunk-asserts-nopara/prism -I/tmp/ruby/src/trunk-asserts-nopara/enc/unicode/16.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = C.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-asserts-nopara/target/release/' '/tmp/ruby/src/trunk-asserts-nopara/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-asserts-nopara/target/release/' '/tmp/ruby/src/trunk-asserts-nopara/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-asserts-nopara/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic " exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure'
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-asserts-nopara/include -I/tmp/ruby/src/trunk-asserts-nopara -I/tmp/ruby/src/trunk-asserts-nopara/prism -I/tmp/ruby/src/trunk-asserts-nopara/enc/unicode/16.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = C.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-asserts-nopara/target/release/' '/tmp/ruby/src/trunk-asserts-nopara/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-asserts-nopara/target/release/' '/tmp/ruby/src/trunk-asserts-nopara/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-asserts-nopara'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara'
/tmp/ruby/src/trunk-asserts-nopara/test/io/wait/test_io_wait_uncommon.rb: /tmp/ruby/build/trunk-asserts-nopara/.ext/x86_64-linux/io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PASSPHRASE
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1564: warning: previous definition of PRIVATE_KEY_PASSPHRASE was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: already initialized constant Gem::TestCase::PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1567: warning: previous definition of PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: already initialized constant Gem::TestCase::PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1568: warning: previous definition of PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1571: warning: previous definition of ENCRYPTED_PRIVATE_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: already initialized constant Gem::TestCase::ENCRYPTED_PRIVATE_KEY_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1572: warning: previous definition of ENCRYPTED_PRIVATE_KEY_PATH was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: already initialized constant Gem::TestCase::PUBLIC_KEY
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1574: warning: previous definition of PUBLIC_KEY was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: already initialized constant Gem::TestCase::PUBLIC_CERT
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1576: warning: previous definition of PUBLIC_CERT was here
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: already initialized constant Gem::TestCase::PUBLIC_CERT_PATH
/tmp/ruby/src/trunk-asserts-nopara/test/rubygems/helper.rb:1577: warning: previous definition of PUBLIC_CERT_PATH was here
Run options:
--seed=37844
"--ruby=./miniruby -I/tmp/ruby/src/trunk-asserts-nopara/lib -I. -I.ext/common /tmp/ruby/src/trunk-asserts-nopara/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-asserts-nopara/test/.excludes
--name=!/memory_leak/
--stderr-on-failure
# Running tests:
#<Thread:0x000076e3cb79ab60 /tmp/ruby/src/trunk-asserts-nopara/test/net/http/test_https_proxy.rb:66 run> terminated with exception (report_on_exception is true):
/tmp/ruby/src/trunk-asserts-nopara/test/net/http/test_https_proxy.rb:67:in 'block (2 levels) in HTTPSProxyTest#test_https_proxy_ssl_connection': uninitialized constant HTTPSProxyTest::Net (NameError)
Did you mean? Set
proxy = Net::HTTP.Proxy("127.0.0.1", port, 'user', 'password', true)
^^^
$$$ #<Timeout::Error: execution expired>
### enter analyzing mode for stuck processes
$$$ ps jx
PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND
11 12 12 12 ? -1 Ss 1001 0:00 sh build-loop.sh trunk-asserts-nopara --incremental --process-num=4
12 2388926 12 12 ? -1 Sl 1001 0:00 ruby ./br.rb build_report trunk-asserts-nopara --incremental --process-num=4
2388926 2388929 12 12 ? -1 S 1001 0:00 sh -c ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-asserts-nopara --logfile=/home/ko1/ruby/logs/brlog.trunk-asserts-nopara.20251112-172125 --root_dir=/tmp/ruby --timeout=316000 --build_opts='DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"' --no-parallel --add-env=RUBY_TEST_TIMEOUT_SCALE=50 --incremental --process-num=4
2388929 2388930 12 12 ? -1 Sl 1001 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-asserts-nopara --logfile=/home/ko1/ruby/logs/brlog.trunk-asserts-nopara.20251112-172125 --root_dir=/tmp/ruby --timeout=316000 --build_opts=DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline" --no-parallel --add-env=RUBY_TEST_TIMEOUT_SCALE=50 --incremental --process-num=4
2388930 2430121 12 12 ? -1 S 1001 0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure'
2430121 2430122 12 12 ? -1 S 1001 0:00 make yes-test-all TESTOPTS=--stderr-on-failure
2430122 2430451 12 12 ? -1 Sl 1001 94:02 /tmp/ruby/src/trunk-asserts-nopara/test/runner.rb: HTTPSProxyTest#test_https_proxy_ssl_connection
2388930 2436587 12 12 ? -1 R 1001 0:00 ps jx
{11=>[12], 12=>[2388926], 2388926=>[2388929], 2388929=>[2388930], 2388930=>[2430121, 2436587], 2430121=>[2430122], 2430122=>[2430451]}
$ timeout 60 gdb -p 2430451 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 2436586]
[New LWP 2436569]
[New LWP 2430598]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x000076e3eb18fd61 in __futex_abstimed_wait_common64 (private=22706, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x58b287965010) at ./nptl/futex-internal.c:57
>>> Threads
Id Target Id Frame
* 1 Thread 0x76e3eb0c8c00 (LWP 2430451) "ruby" 0x000076e3eb18fd61 in __futex_abstimed_wait_common64 (private=22706, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x58b287965010) at ./nptl/futex-internal.c:57
2 Thread 0x76e3c770f6c0 (LWP 2436586) "test_https_pro*" 0x000076e3eb212a00 in __GI_ppoll (fds=fds@entry=0x76e3c770df18, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
3 Thread 0x76e3d19ff6c0 (LWP 2436569) "ruby" 0x000076e3eb221042 in epoll_wait (epfd=4, events=events@entry=0x76e3ebb4927c <timer_th+28>, maxevents=maxevents@entry=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
4 Thread 0x76e3d05586c0 (LWP 2430598) "Timeout stdlib " 0x000076e3eb18fd61 in __futex_abstimed_wait_common64 (private=22706, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x58b28cb807f4) at ./nptl/futex-internal.c:57
>>> Machine level backtrace
Thread 4 (Thread 0x76e3d05586c0 (LWP 2430598) "Timeout stdlib "):
#0 0x000076e3eb18fd61 in __futex_abstimed_wait_common64 (private=22706, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x58b28cb807f4) 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=22706, abstime=0x0, clockid=0, expected=0, futex_word=0x58b28cb807f4) 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=0x58b28cb807f4, 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 0x000076e3eb1927dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x58b287965110, cond=0x58b28cb807c8) at ./nptl/pthread_cond_wait.c:503
spin = 0
buffer = {__routine = 0x76e3eb1924a0 <__condvar_cleanup_waiting>, __arg = 0x76e3d0557720, __canceltype = 1048576, __prev = 0x0}
cbuffer = {wseq = 39, cond = 0x58b28cb807c8, mutex = 0x58b287965110, private = 0}
err = <optimized out>
g = 1
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = 39
seq = 19
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=0x58b28cb807c8, mutex=mutex@entry=0x58b287965110) at ./nptl/pthread_cond_wait.c:627
No locals.
#5 0x000076e3eb730a9d in rb_native_cond_wait (cond=cond@entry=0x58b28cb807c8, mutex=mutex@entry=0x58b287965110) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:231
r = <optimized out>
#6 0x000076e3eb731217 in thread_sched_wait_running_turn (sched=sched@entry=0x58b287965110, th=th@entry=0x58b28bea9960, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:851
next_th = 0x58b287960010
__func__ = "thread_sched_wait_running_turn"
#7 0x000076e3eb731843 in thread_sched_to_waiting_until_wakeup (sched=0x58b287965110, th=th@entry=0x58b28bea9960) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:1126
can_direct_transfer = <optimized out>
#8 0x000076e3eb731873 in native_sleep (th=th@entry=0x58b28bea9960, rel=0x0) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:3350
sched = <optimized out>
#9 0x000076e3eb736f04 in sleep_forever (th=0x58b28bea9960, fl=1) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:1381
prev_status = THREAD_RUNNABLE
status = THREAD_STOPPED_FOREVER
woke = <optimized out>
#10 0x000076e3eb737179 in rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=<optimized out>, timeout=<optimized out>, end=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:1426
scheduler = <optimized out>
#11 0x000076e3eb7371b8 in queue_sleep (_args=_args@entry=130720824916256) at /tmp/ruby/src/trunk-asserts-nopara/thread_sync.c:1076
args = 0x76e3d0557920
#12 0x000076e3eb5eaa65 in rb_ensure (b_proc=b_proc@entry=0x76e3eb7371a0 <queue_sleep>, data1=data1@entry=130720824916256, e_proc=e_proc@entry=0x76e3eb72e710 <queue_sleep_done>, data2=data2@entry=130720824916288) at /tmp/ruby/src/trunk-asserts-nopara/eval.c:1174
_ec = 0x58b28cb80580
_tag = {tag = 36, retval = 4, buf = {0x76e3d0988880, 0x76e3eb5eab10 <rb_ensure+368>, 0x0, 0x76e3d0557840, 0x4}, prev = 0x76e3d0557b10, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = 4
errinfo = <optimized out>
ec = 0x58b28cb80580
#13 0x000076e3eb733536 in queue_do_pop (self=130720829311104, q=0x58b287a6ac10, should_block=<optimized out>, timeout=4) at /tmp/ruby/src/trunk-asserts-nopara/thread_sync.c:1151
ec = 0x58b28cb80580
queue_waiter = {w = {self = 130720829311104, th = 0x58b28bea9960, fiber = 0x0, node = {next = 0x58b287a6ac10, prev = 0x58b287a6ac10}}, as = {q = 0x58b287a6ac10, sq = 0x58b287a6ac10}}
waitq = 0x58b287a6ac10
queue_sleep_arg = {self = 130720829311104, timeout = 4, end = 0}
end = 0
__func__ = "queue_do_pop"
#14 0x000076e3eb781399 in vm_exec_core (ec=0x58b28cb807f4, ec@entry=0x58b28cb80580) at ../../src/trunk-asserts-nopara/insns.def:1663
bf = <optimized out>
leaf = false
val = 0
canary = 0x58b28eeaef28
index = 0
reg_pc = 0x58b287af6f98
reg_cfp = 0x58b28efaedf8
insns_address_table = {0x76e3eb77f5b0 <vm_exec_core+10144>, 0x76e3eb77e2ab <vm_exec_core+5275>, 0x76e3eb7807a5 <vm_exec_core+14741>, 0x76e3eb780695 <vm_exec_core+14469>, 0x76e3eb78084c <vm_exec_core+14908>, 0x76e3eb77fd95 <vm_exec_core+12165>, 0x76e3eb7809de <vm_exec_core+15310>, 0x76e3eb78020e <vm_exec_core+13310>, 0x76e3eb780912 <vm_exec_core+15106>, 0x76e3eb77e81e <vm_exec_core+6670>, 0x76e3eb780c05 <vm_exec_core+15861>, 0x76e3eb7805ec <vm_exec_core+14300>, 0x76e3eb780b43 <vm_exec_core+15667>, 0x76e3eb77fbf2 <vm_exec_core+11746>, 0x76e3eb780cd3 <vm_exec_core+16067>, 0x76e3eb780092 <vm_exec_core+12930>, 0x76e3eb780ab8 <vm_exec_core+15528>, 0x76e3eb77e37a <vm_exec_core+5482>, 0x76e3eb78053c <vm_exec_core+14124>, 0x76e3eb78040f <vm_exec_core+13823>, 0x76e3eb78047d <vm_exec_core+13933>, 0x76e3eb77fcd5 <vm_exec_core+11973>, 0x76e3eb78014b <vm_exec_core+13115>, 0x76e3eb77e683 <vm_exec_core+6259>, 0x76e3eb77e5b9 <vm_exec_core+6057>, 0x76e3eb77e4bd <vm_exec_core+5805>, 0x76e3eb780354 <vm_exec_core+13636>, 0x76e3eb77ffb5 <vm_exec_core+12709>, 0x76e3eb7802aa <vm_exec_core+13466>, 0x76e3eb77fb39 <vm_exec_core+11561>, 0x76e3eb77fefc <vm_exec_core+12524>, 0x76e3eb77fea5 <vm_exec_core+12437>, 0x76e3eb77e1e1 <vm_exec_core+5073>, 0x76e3eb77e117 <vm_exec_core+4871>, 0x76e3eb77db38 <vm_exec_core+3368>, 0x76e3eb77da6f <vm_exec_core+3167>, 0x76e3eb77d989 <vm_exec_core+2937>, 0x76e3eb77d898 <vm_exec_core+2696>, 0x76e3eb77dd5e <vm_exec_core+3918>, 0x76e3eb77dc14 <vm_exec_core+3588>, 0x76e3eb77dc84 <vm_exec_core+3700>, 0x76e3eb77d5e3 <vm_exec_core+2003>, 0x76e3eb77df09 <vm_exec_core+4345>, 0x76e3eb77d7d6 <vm_exec_core+2502>, 0x76e3eb77d71a <vm_exec_core+2314>, 0x76e3eb77d64f <vm_exec_core+2111>, 0x76e3eb77e0d6 <vm_exec_core+4806>, 0x76e3eb77de35 <vm_exec_core+4133>, 0x76e3eb77dfa6 <vm_exec_core+4502>, 0x76e3eb77d503 <vm_exec_core+1779>, 0x76e3eb77d439 <vm_exec_core+1577>, 0x76e3eb77d387 <vm_exec_core+1399>, 0x76e3eb77d287 <vm_exec_core+1143>, 0x76e3eb77d1ed <vm_exec_core+989>, 0x76e3eb77d146 <vm_exec_core+822>, 0x76e3eb77d068 <vm_exec_core+600>, 0x76e3eb77cf31 <vm_exec_core+289>, 0x76e3eb77ce70 <vm_exec_core+96>, 0x76e3eb77edbc <vm_exec_core+8108>, 0x76e3eb77eccc <vm_exec_core+7868>, 0x76e3eb77ec1d <vm_exec_core+7693>, 0x76e3eb77eb6e <vm_exec_core+7518>, 0x76e3eb77eaba <vm_exec_core+7338>, 0x76e3eb782f58 <vm_exec_core+24904>, 0x76e3eb77ea06 <vm_exec_core+7158>, 0x76e3eb77e93b <vm_exec_core+6955>, 0x76e3eb77e8bb <vm_exec_core+6827>, 0x76e3eb77f19c <vm_exec_core+9100>, 0x76e3eb77f05e <vm_exec_core+8782>, 0x76e3eb77ef97 <vm_exec_core+8583>, 0x76e3eb77eebc <vm_exec_core+8364>, 0x76e3eb780d7c <vm_exec_core+16236>, 0x76e3eb77f283 <vm_exec_core+9331>, 0x76e3eb77f309 <vm_exec_core+9465>, 0x76e3eb77e42c <vm_exec_core+5660>, 0x76e3eb77f82a <vm_exec_core+10778>, 0x76e3eb77f779 <vm_exec_core+10601>, 0x76e3eb77f6cd <vm_exec_core+10429>, 0x76e3eb7828d8 <vm_exec_core+23240>, 0x76e3eb782cda <vm_exec_core+24266>, 0x76e3eb782c0e <vm_exec_core+24062>, 0x76e3eb7830fb <vm_exec_core+25323>, 0x76e3eb7825b5 <vm_exec_core+22437>, 0x76e3eb783293 <vm_exec_core+25731>, 0x76e3eb782e72 <vm_exec_core+24674>, 0x76e3eb7831c7 <vm_exec_core+25527>, 0x76e3eb782740 <vm_exec_core+22832>, 0x76e3eb78302f <vm_exec_core+25119>, 0x76e3eb782a68 <vm_exec_core+23640>, 0x76e3eb782425 <vm_exec_core+22037>, 0x76e3eb782359 <vm_exec_core+21833>, 0x76e3eb782da6 <vm_exec_core+24470>, 0x76e3eb78280c <vm_exec_core+23036>, 0x76e3eb782b34 <vm_exec_core+23844>, 0x76e3eb7824f1 <vm_exec_core+22241>, 0x76e3eb7829a4 <vm_exec_core+23444>, 0x76e3eb782681 <vm_exec_core+22641>, 0x76e3eb78229a <vm_exec_core+21642>, 0x76e3eb7821c3 <vm_exec_core+21427>, 0x76e3eb7820ba <vm_exec_core+21162>, 0x76e3eb77f5ed <vm_exec_core+10205>, 0x76e3eb77f9a7 <vm_exec_core+11159>, 0x76e3eb77f8bb <vm_exec_core+10923>, 0x76e3eb77fa76 <vm_exec_core+11366>, 0x76e3eb77e75b <vm_exec_core+6475>, 0x76e3eb77f517 <vm_exec_core+9991>, 0x76e3eb77f47e <vm_exec_core+9838>, 0x76e3eb77f40c <vm_exec_core+9724>, 0x76e3eb77f39a <vm_exec_core+9610>, 0x76e3eb77f59f <vm_exec_core+10127>, 0x76e3eb77e29a <vm_exec_core+5258>, 0x76e3eb780794 <vm_exec_core+14724>, 0x76e3eb780684 <vm_exec_core+14452>, 0x76e3eb78083b <vm_exec_core+14891>, 0x76e3eb77fd84 <vm_exec_core+12148>, 0x76e3eb7809cd <vm_exec_core+15293>, 0x76e3eb7801fd <vm_exec_core+13293>, 0x76e3eb780901 <vm_exec_core+15089>, 0x76e3eb77e80d <vm_exec_core+6653>, 0x76e3eb780bf4 <vm_exec_core+15844>, 0x76e3eb7805db <vm_exec_core+14283>, 0x76e3eb780b32 <vm_exec_core+15650>, 0x76e3eb77fbe1 <vm_exec_core+11729>, 0x76e3eb780cc2 <vm_exec_core+16050>, 0x76e3eb780081 <vm_exec_core+12913>, 0x76e3eb780aa7 <vm_exec_core+15511>, 0x76e3eb77e369 <vm_exec_core+5465>, 0x76e3eb78052b <vm_exec_core+14107>, 0x76e3eb7803fe <vm_exec_core+13806>, 0x76e3eb78046c <vm_exec_core+13916>, 0x76e3eb77fcc4 <vm_exec_core+11956>, 0x76e3eb78013a <vm_exec_core+13098>, 0x76e3eb77e672 <vm_exec_core+6242>, 0x76e3eb77e5a8 <vm_exec_core+6040>, 0x76e3eb77e4ac <vm_exec_core+5788>, 0x76e3eb780343 <vm_exec_core+13619>, 0x76e3eb77ffa4 <vm_exec_core+12692>, 0x76e3eb780299 <vm_exec_core+13449>, 0x76e3eb77fb28 <vm_exec_core+11544>, 0x76e3eb77feeb <vm_exec_core+12507>, 0x76e3eb77fe94 <vm_exec_core+12420>, 0x76e3eb77e1d0 <vm_exec_core+5056>, 0x76e3eb77e106 <vm_exec_core+4854>, 0x76e3eb77db27 <vm_exec_core+3351>, 0x76e3eb77da5e <vm_exec_core+3150>, 0x76e3eb77d978 <vm_exec_core+2920>, 0x76e3eb77d887 <vm_exec_core+2679>, 0x76e3eb77dd4d <vm_exec_core+3901>, 0x76e3eb77dc03 <vm_exec_core+3571>, 0x76e3eb77dc73 <vm_exec_core+3683>, 0x76e3eb77d5d2 <vm_exec_core+1986>, 0x76e3eb77def8 <vm_exec_core+4328>, 0x76e3eb77d7c5 <vm_exec_core+2485>, 0x76e3eb77d709 <vm_exec_core+2297>, 0x76e3eb77d63e <vm_exec_core+2094>, 0x76e3eb77e0c5 <vm_exec_core+4789>, 0x76e3eb77de24 <vm_exec_core+4116>, 0x76e3eb77df95 <vm_exec_core+4485>, 0x76e3eb77d4f2 <vm_exec_core+1762>, 0x76e3eb77d428 <vm_exec_core+1560>, 0x76e3eb77d376 <vm_exec_core+1382>, 0x76e3eb77d276 <vm_exec_core+1126>, 0x76e3eb77d1dc <vm_exec_core+972>, 0x76e3eb77d135 <vm_exec_core+805>, 0x76e3eb77d057 <vm_exec_core+583>, 0x76e3eb77cf20 <vm_exec_core+272>, 0x76e3eb7820a4 <vm_exec_core+21140>, 0x76e3eb77edab <vm_exec_core+8091>, 0x76e3eb77ecbb <vm_exec_core+7851>, 0x76e3eb77ec0c <vm_exec_core+7676>, 0x76e3eb77eb5d <vm_exec_core+7501>, 0x76e3eb77eaa9 <vm_exec_core+7321>, 0x76e3eb78208e <vm_exec_core+21118>, 0x76e3eb77e9f5 <vm_exec_core+7141>, 0x76e3eb77e92a <vm_exec_core+6938>, 0x76e3eb77e8aa <vm_exec_core+6810>, 0x76e3eb77f18b <vm_exec_core+9083>, 0x76e3eb77f04d <vm_exec_core+8765>, 0x76e3eb77ef86 <vm_exec_core+8566>, 0x76e3eb77eeab <vm_exec_core+8347>, 0x76e3eb780d6b <vm_exec_core+16219>, 0x76e3eb77f272 <vm_exec_core+9314>, 0x76e3eb77f2f8 <vm_exec_core+9448>, 0x76e3eb77e41b <vm_exec_core+5643>, 0x76e3eb77f819 <vm_exec_core+10761>, 0x76e3eb77f768 <vm_exec_core+10584>, 0x76e3eb77f6bc <vm_exec_core+10412>, 0x76e3eb782078 <vm_exec_core+21096>, 0x76e3eb782062 <vm_exec_core+21074>, 0x76e3eb78204c <vm_exec_core+21052>, 0x76e3eb782036 <vm_exec_core+21030>, 0x76e3eb782020 <vm_exec_core+21008>, 0x76e3eb78200a <vm_exec_core+20986>, 0x76e3eb781fed <vm_exec_core+20957>, 0x76e3eb781fd7 <vm_exec_core+20935>, 0x76e3eb781fc1 <vm_exec_core+20913>, 0x76e3eb781fab <vm_exec_core+20891>, 0x76e3eb781f95 <vm_exec_core+20869>, 0x76e3eb781f7f <vm_exec_core+20847>, 0x76e3eb781f69 <vm_exec_core+20825>...}
__func__ = "vm_exec_core"
#15 0x000076e3eb784462 in rb_vm_exec (ec=ec@entry=0x58b28cb80580) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2784
_ec = 0x58b28cb80580
_tag = {tag = 36, retval = 4, buf = {0x58b28cb80580, 0x76e3eb784470 <rb_vm_exec+272>, 0x0, 0x76e3d0557af0, 0x58b28cb80580}, prev = 0x76e3d0557d70, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = 36
#16 0x000076e3eb784623 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=-1896157592, argv=0x76e3d09893c0, argc=<optimized out>, self=130720829417616, captured=0x58b28c2e4c30, ec=0x58b28cb80580) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1814
iseq = 0x76e3d09893c0
type = <optimized out>
cfp = 0x58b28efaee68
flags = 0
use_argv = <optimized out>
opt_pc = <optimized out>
sp = 0x58b28eeaeeb8
av = {1, 130721278456716}
stack_argv = 0x58b28eeaeeb8
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>
#17 invoke_block_from_c_proc (me=0x0, is_lambda=<optimized out>, passed_block_handler=0, kw_splat=-1896157592, argv=0x76e3d09893c0, argc=-1897206088, self=130720829417616, proc=0x58b28c2e4c30, ec=0x58b28cb80580) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1908
block = 0x58b28c2e4c30
block = <optimized out>
again = <optimized out>
keyword_hash = <optimized out>
#18 vm_invoke_proc (ec=ec@entry=0x58b28cb80580, proc=proc@entry=0x58b28c2e4c30, self=130720829417616, argc=argc@entry=0, argv=argv@entry=0x76e3d0557cb0, kw_splat=kw_splat@entry=0, passed_block_handler=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1938
No locals.
#19 0x000076e3eb786959 in rb_vm_invoke_proc (ec=0x58b28cb80580, proc=proc@entry=0x58b28c2e4c30, argc=argc@entry=0, argv=argv@entry=0x76e3d0557cb0, kw_splat=0, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1959
self = 130720829417616
#20 0x000076e3eb735ab0 in thread_do_start_proc (th=0x58b28bea9960) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:614
args = 130720728274656
args_ptr = 0x76e3d0557cb0
args_len = 0
procval = <optimized out>
proc = 0x58b28c2e4c30
__func__ = "thread_do_start_proc"
#21 0x000076e3eb735d95 in thread_start_func_2 (th=th@entry=0x58b28bea9960, stack_start=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:686
_ec = 0x58b28cb80580
_tag = {tag = 36, retval = 130720752208800, buf = {0x58b287965110, 0x76e3eb736118 <thread_start_func_2+1224>, 0x0, 0x76e3d0557d20, 0x76e3d05586c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
__func__ = "thread_start_func_2"
state = <optimized out>
errinfo = 4
ractor_main_th = 0x58b287960010
fiber_scheduler_closed = <optimized out>
event_thread_end_hooked = <optimized out>
result = <optimized out>
#22 0x000076e3eb736336 in call_thread_start_func_2 (th=th@entry=0x58b28bea9960) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:2238
stack_start = 0
stack_start_addr = <optimized out>
#23 0x000076e3eb7363df in nt_start (ptr=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:2283
th = 0x58b28bea9960
sched = 0x58b287965110
nt = <optimized out>
vm = 0x58b28795dad0
#24 0x000076e3eb193a94 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 = {130720824919744, -7514658615737310117, 130720824919744, -256, 0, 140723014046736, -7514658615716338597, -7514564574979546021}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#25 0x000076e3eb220c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.
Thread 3 (Thread 0x76e3d19ff6c0 (LWP 2436569) "ruby"):
#0 0x000076e3eb221042 in epoll_wait (epfd=4, events=events@entry=0x76e3ebb4927c <timer_th+28>, maxevents=maxevents@entry=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
sc_ret = -4
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x000076e3eb733816 in event_wait (vm=vm@entry=0x58b28795dad0) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread_mn.c:897
r = <optimized out>
#2 0x000076e3eb733836 in timer_thread_polling (vm=0x58b28795dad0) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread_mn.c:919
r = <optimized out>
#3 0x000076e3eb733a9a in timer_thread_func (ptr=0x58b28795dad0) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:3075
vm = 0x58b28795dad0
#4 0x000076e3eb193a94 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 = {130720846575296, -7514658019273726885, 130720846575296, -256, 10, 140723014048336, -7514658019252755365, -7514564574979546021}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#5 0x000076e3eb220c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.
Thread 2 (Thread 0x76e3c770f6c0 (LWP 2436586) "test_https_pro*"):
#0 0x000076e3eb212a00 in __GI_ppoll (fds=fds@entry=0x76e3c770df18, 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 = 97523885658624, tv_nsec = 130721279831709}
#1 0x000076e3eb731623 in wait_for_single_fd_blocking_region (th=th@entry=0x58b28c8fd200, fds=fds@entry=0x76e3c770df18, to=to@entry=0x0, lerrno=lerrno@entry=0x76e3c770dee4, nfds=1) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:4576
__region = {prev_status = THREAD_RUNNABLE}
ts = {tv_sec = 130721279810958, tv_nsec = 97523885658624}
result = 0
#2 0x000076e3eb7369e8 in thread_io_wait (io=io@entry=0x58b28f1c5320, fd=7, events=1, timeout=timeout@entry=0x0) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:4624
to = 0x0
rel = 97523928421152
end = 0
_ec = 0x58b28bd1ac80
_tag = {tag = 36, retval = 97523928421152, buf = {0x58b28f1c5320, 0x76e3eb736b40 <thread_io_wait+1088>, 0x0, 0x76e3c770de70, 0x0}, prev = 0x76e3c770eb10, state = RUBY_TAG_NONE, lock_rec = 0}
fds = {{fd = 7, events = 1, revents = 0}}
result = 0
nfds = 1
blocking_operation = {list = {next = 0x58b28f1c53f0, prev = 0x58b28f1c53f0}, ec = 0x58b28bd1ac80}
state = <optimized out>
lerrno = 0
ec = 0x58b28bd1ac80
th = 0x58b28c8fd200
#3 0x000076e3eb738801 in rb_thread_io_wait (io=io@entry=0x58b28f1c5320, events=<optimized out>, timeout=timeout@entry=0x0) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:4779
No locals.
#4 0x000076e3eb620e6d in rb_io_wait (io=io@entry=130720743403920, events=3, timeout=timeout@entry=4) at /tmp/ruby/src/trunk-asserts-nopara/io.c:1477
scheduler = <optimized out>
fptr = 0x58b28f1c5320
tv_storage = {tv_sec = 0, tv_usec = 130721278719789}
tv = 0x0
ready = <optimized out>
#5 0x000076e3eb621748 in rb_io_maybe_wait (error=error@entry=11, io=io@entry=130720743403920, events=<optimized out>, timeout=timeout@entry=4) at /tmp/ruby/src/trunk-asserts-nopara/io.c:1642
No locals.
#6 0x000076e3eb621775 in rb_io_maybe_wait_readable (error=error@entry=11, io=io@entry=130720743403920, timeout=timeout@entry=4) at /tmp/ruby/src/trunk-asserts-nopara/io.c:1653
result = <optimized out>
#7 0x000076e3d01ed5b8 in rsock_s_accept (klass=130720825804320, io=130720743403920, sockaddr=sockaddr@entry=0x76e3c770e0a0, len=len@entry=0x76e3c770e09c) at /tmp/ruby/src/trunk-asserts-nopara/ext/socket/init.c:738
error = 11
fptr = 0x58b28f1c5320
accept_arg = {fd = 7, sockaddr = 0x76e3c770e0a0, len = 0x76e3c770e09c}
retry = 0
peer = <optimized out>
retry = <optimized out>
#8 0x000076e3d0202ea2 in tcp_accept (server=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/ext/socket/tcpserver.c:61
buffer = {addr = {sa_family = 57856, sa_data = "p\307\343v\000\000\000\350p\307\343v\000"}, in = {sin_family = 57856, sin_port = 51056, sin_addr = {s_addr = 30435}, sin_zero = "\000\350p\307\343v\000"}, in6 = {sin6_family = 57856, sin6_port = 51056, sin6_flowinfo = 30435, sin6_addr = {__in6_u = {__u6_addr8 = "\000\350p\307\343v\000\000\200\3041\313\343v\000", __u6_addr16 = {59392, 51056, 30435, 0, 50304, 52017, 30435, 0}, __u6_addr32 = {3346065408, 30435, 3409036416, 30435}}}, sin6_scope_id = 3950138972}, un = {sun_family = 57856, sun_path = "p\307\343v\000\000\000\350p\307\343v\000\000\200\3041\313\343v\000\000\\Vr\353\343v\000\000\306\3041\313\343v\000\000\270Xr\353\343v\000\000@\000\000\000\000\000\000\000\346Xr\353\343v\000\000\000\000\000\000\000\000\000\000\\Vr\353\343v\000\000`\341p\307\343v\000\000\366\326\023\353\343v\000\0000\270\335\311\343v\000\000\b\000\000\000\000"}, storage = {ss_family = 57856, __ss_padding = "p\307\343v\000\000\000\350p\307\343v\000\000\200\3041\313\343v\000\000\\Vr\353\343v\000\000\306\3041\313\343v\000\000\270Xr\353\343v\000\000@\000\000\000\000\000\000\000\346Xr\353\343v\000\000\000\000\000\000\000\000\000\000\\Vr\353\343v\000\000`\341p\307\343v\000\000\366\326\023\353\343v\000\0000\270\335\311\343v\000\000\b\000\000\000\000\000\000\000Г\216\214\262X\000", __ss_align = 130720718474592}, place_holder = "\000\342p\307\343v\000\000\000\350p\307\343v\000\000\200\3041\313\343v\000\000\\Vr\353\343v\000\000\306\3041\313\343v\000\000\270Xr\353\343v\000\000@\000\000\000\000\000\000\000\346Xr\353\343v\000\000\000\000\000\000\000\000\000\000\\Vr\353\343v\000\000`\341p\307\343v\000\000\366\326\023\353\343v\000\0000\270\335\311\343v\000\000\b\000\000\000\000\000\000\000Г\216\214\262X\000\000`M\375\311\343v\000\000\221\r\000\000\000\000\000\000\214t_\353\343v\000\000\000\000\000\000\000\000\000\000\206#o\353\343v\000\000\000\000\001\000\000\000\000\000s@o\353\343v\000\000\000\000\000\000\000\000\000\000lWf\353\001\000\000\000\001\000\000\000\000\000\000\000\000"...}
length = 2048
#9 0x000076e3eb7704a6 in vm_call_cfunc_with_frame_ (ec=0x58b28bd1ac80, reg_cfp=0x58b28f9d5068, calling=<optimized out>, argc=0, argv=0x58b28f8d5190, stack_bottom=0x58b28f8d5188) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:3915
ci = 0xe1c100100001
cc = <optimized out>
val = <optimized out>
me = 0x76e3cadd9ab0
cfunc = 0x58b28823eb68
recv = 130720743403920
block_handler = 0
frame_type = <optimized out>
__func__ = "vm_call_cfunc_with_frame_"
len = <optimized out>
args = <optimized out>
args = <optimized out>
#10 0x000076e3eb77c88d in vm_sendish (ec=0x58b28bd1ac80, reg_cfp=0x58b28f9d5068, cd=<optimized out>, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:6134
val = 36
ci = <optimized out>
cc = 0x76e3c5e0d190
argc = <optimized out>
recv = <optimized out>
calling = {cd = 0x58b288874dd0, cc = 0x76e3c5e0d190, block_handler = 0, recv = 130720743403920, argc = 0, kw_splat = false, heap_argv = 0}
#11 0x000076e3eb780e23 in vm_exec_core (ec=0x76e3c770df18, ec@entry=0x58b28bd1ac80) at ../../src/trunk-asserts-nopara/insns.def:902
bh = <optimized out>
cd = 0x58b288874dd0
leaf = <optimized out>
val = 97523817991632
canary = 0x58b28f8d5190
reg_pc = 0x58b288874bc8
reg_cfp = 0x58b28f9d5068
insns_address_table = {0x76e3eb77f5b0 <vm_exec_core+10144>, 0x76e3eb77e2ab <vm_exec_core+5275>, 0x76e3eb7807a5 <vm_exec_core+14741>, 0x76e3eb780695 <vm_exec_core+14469>, 0x76e3eb78084c <vm_exec_core+14908>, 0x76e3eb77fd95 <vm_exec_core+12165>, 0x76e3eb7809de <vm_exec_core+15310>, 0x76e3eb78020e <vm_exec_core+13310>, 0x76e3eb780912 <vm_exec_core+15106>, 0x76e3eb77e81e <vm_exec_core+6670>, 0x76e3eb780c05 <vm_exec_core+15861>, 0x76e3eb7805ec <vm_exec_core+14300>, 0x76e3eb780b43 <vm_exec_core+15667>, 0x76e3eb77fbf2 <vm_exec_core+11746>, 0x76e3eb780cd3 <vm_exec_core+16067>, 0x76e3eb780092 <vm_exec_core+12930>, 0x76e3eb780ab8 <vm_exec_core+15528>, 0x76e3eb77e37a <vm_exec_core+5482>, 0x76e3eb78053c <vm_exec_core+14124>, 0x76e3eb78040f <vm_exec_core+13823>, 0x76e3eb78047d <vm_exec_core+13933>, 0x76e3eb77fcd5 <vm_exec_core+11973>, 0x76e3eb78014b <vm_exec_core+13115>, 0x76e3eb77e683 <vm_exec_core+6259>, 0x76e3eb77e5b9 <vm_exec_core+6057>, 0x76e3eb77e4bd <vm_exec_core+5805>, 0x76e3eb780354 <vm_exec_core+13636>, 0x76e3eb77ffb5 <vm_exec_core+12709>, 0x76e3eb7802aa <vm_exec_core+13466>, 0x76e3eb77fb39 <vm_exec_core+11561>, 0x76e3eb77fefc <vm_exec_core+12524>, 0x76e3eb77fea5 <vm_exec_core+12437>, 0x76e3eb77e1e1 <vm_exec_core+5073>, 0x76e3eb77e117 <vm_exec_core+4871>, 0x76e3eb77db38 <vm_exec_core+3368>, 0x76e3eb77da6f <vm_exec_core+3167>, 0x76e3eb77d989 <vm_exec_core+2937>, 0x76e3eb77d898 <vm_exec_core+2696>, 0x76e3eb77dd5e <vm_exec_core+3918>, 0x76e3eb77dc14 <vm_exec_core+3588>, 0x76e3eb77dc84 <vm_exec_core+3700>, 0x76e3eb77d5e3 <vm_exec_core+2003>, 0x76e3eb77df09 <vm_exec_core+4345>, 0x76e3eb77d7d6 <vm_exec_core+2502>, 0x76e3eb77d71a <vm_exec_core+2314>, 0x76e3eb77d64f <vm_exec_core+2111>, 0x76e3eb77e0d6 <vm_exec_core+4806>, 0x76e3eb77de35 <vm_exec_core+4133>, 0x76e3eb77dfa6 <vm_exec_core+4502>, 0x76e3eb77d503 <vm_exec_core+1779>, 0x76e3eb77d439 <vm_exec_core+1577>, 0x76e3eb77d387 <vm_exec_core+1399>, 0x76e3eb77d287 <vm_exec_core+1143>, 0x76e3eb77d1ed <vm_exec_core+989>, 0x76e3eb77d146 <vm_exec_core+822>, 0x76e3eb77d068 <vm_exec_core+600>, 0x76e3eb77cf31 <vm_exec_core+289>, 0x76e3eb77ce70 <vm_exec_core+96>, 0x76e3eb77edbc <vm_exec_core+8108>, 0x76e3eb77eccc <vm_exec_core+7868>, 0x76e3eb77ec1d <vm_exec_core+7693>, 0x76e3eb77eb6e <vm_exec_core+7518>, 0x76e3eb77eaba <vm_exec_core+7338>, 0x76e3eb782f58 <vm_exec_core+24904>, 0x76e3eb77ea06 <vm_exec_core+7158>, 0x76e3eb77e93b <vm_exec_core+6955>, 0x76e3eb77e8bb <vm_exec_core+6827>, 0x76e3eb77f19c <vm_exec_core+9100>, 0x76e3eb77f05e <vm_exec_core+8782>, 0x76e3eb77ef97 <vm_exec_core+8583>, 0x76e3eb77eebc <vm_exec_core+8364>, 0x76e3eb780d7c <vm_exec_core+16236>, 0x76e3eb77f283 <vm_exec_core+9331>, 0x76e3eb77f309 <vm_exec_core+9465>, 0x76e3eb77e42c <vm_exec_core+5660>, 0x76e3eb77f82a <vm_exec_core+10778>, 0x76e3eb77f779 <vm_exec_core+10601>, 0x76e3eb77f6cd <vm_exec_core+10429>, 0x76e3eb7828d8 <vm_exec_core+23240>, 0x76e3eb782cda <vm_exec_core+24266>, 0x76e3eb782c0e <vm_exec_core+24062>, 0x76e3eb7830fb <vm_exec_core+25323>, 0x76e3eb7825b5 <vm_exec_core+22437>, 0x76e3eb783293 <vm_exec_core+25731>, 0x76e3eb782e72 <vm_exec_core+24674>, 0x76e3eb7831c7 <vm_exec_core+25527>, 0x76e3eb782740 <vm_exec_core+22832>, 0x76e3eb78302f <vm_exec_core+25119>, 0x76e3eb782a68 <vm_exec_core+23640>, 0x76e3eb782425 <vm_exec_core+22037>, 0x76e3eb782359 <vm_exec_core+21833>, 0x76e3eb782da6 <vm_exec_core+24470>, 0x76e3eb78280c <vm_exec_core+23036>, 0x76e3eb782b34 <vm_exec_core+23844>, 0x76e3eb7824f1 <vm_exec_core+22241>, 0x76e3eb7829a4 <vm_exec_core+23444>, 0x76e3eb782681 <vm_exec_core+22641>, 0x76e3eb78229a <vm_exec_core+21642>, 0x76e3eb7821c3 <vm_exec_core+21427>, 0x76e3eb7820ba <vm_exec_core+21162>, 0x76e3eb77f5ed <vm_exec_core+10205>, 0x76e3eb77f9a7 <vm_exec_core+11159>, 0x76e3eb77f8bb <vm_exec_core+10923>, 0x76e3eb77fa76 <vm_exec_core+11366>, 0x76e3eb77e75b <vm_exec_core+6475>, 0x76e3eb77f517 <vm_exec_core+9991>, 0x76e3eb77f47e <vm_exec_core+9838>, 0x76e3eb77f40c <vm_exec_core+9724>, 0x76e3eb77f39a <vm_exec_core+9610>, 0x76e3eb77f59f <vm_exec_core+10127>, 0x76e3eb77e29a <vm_exec_core+5258>, 0x76e3eb780794 <vm_exec_core+14724>, 0x76e3eb780684 <vm_exec_core+14452>, 0x76e3eb78083b <vm_exec_core+14891>, 0x76e3eb77fd84 <vm_exec_core+12148>, 0x76e3eb7809cd <vm_exec_core+15293>, 0x76e3eb7801fd <vm_exec_core+13293>, 0x76e3eb780901 <vm_exec_core+15089>, 0x76e3eb77e80d <vm_exec_core+6653>, 0x76e3eb780bf4 <vm_exec_core+15844>, 0x76e3eb7805db <vm_exec_core+14283>, 0x76e3eb780b32 <vm_exec_core+15650>, 0x76e3eb77fbe1 <vm_exec_core+11729>, 0x76e3eb780cc2 <vm_exec_core+16050>, 0x76e3eb780081 <vm_exec_core+12913>, 0x76e3eb780aa7 <vm_exec_core+15511>, 0x76e3eb77e369 <vm_exec_core+5465>, 0x76e3eb78052b <vm_exec_core+14107>, 0x76e3eb7803fe <vm_exec_core+13806>, 0x76e3eb78046c <vm_exec_core+13916>, 0x76e3eb77fcc4 <vm_exec_core+11956>, 0x76e3eb78013a <vm_exec_core+13098>, 0x76e3eb77e672 <vm_exec_core+6242>, 0x76e3eb77e5a8 <vm_exec_core+6040>, 0x76e3eb77e4ac <vm_exec_core+5788>, 0x76e3eb780343 <vm_exec_core+13619>, 0x76e3eb77ffa4 <vm_exec_core+12692>, 0x76e3eb780299 <vm_exec_core+13449>, 0x76e3eb77fb28 <vm_exec_core+11544>, 0x76e3eb77feeb <vm_exec_core+12507>, 0x76e3eb77fe94 <vm_exec_core+12420>, 0x76e3eb77e1d0 <vm_exec_core+5056>, 0x76e3eb77e106 <vm_exec_core+4854>, 0x76e3eb77db27 <vm_exec_core+3351>, 0x76e3eb77da5e <vm_exec_core+3150>, 0x76e3eb77d978 <vm_exec_core+2920>, 0x76e3eb77d887 <vm_exec_core+2679>, 0x76e3eb77dd4d <vm_exec_core+3901>, 0x76e3eb77dc03 <vm_exec_core+3571>, 0x76e3eb77dc73 <vm_exec_core+3683>, 0x76e3eb77d5d2 <vm_exec_core+1986>, 0x76e3eb77def8 <vm_exec_core+4328>, 0x76e3eb77d7c5 <vm_exec_core+2485>, 0x76e3eb77d709 <vm_exec_core+2297>, 0x76e3eb77d63e <vm_exec_core+2094>, 0x76e3eb77e0c5 <vm_exec_core+4789>, 0x76e3eb77de24 <vm_exec_core+4116>, 0x76e3eb77df95 <vm_exec_core+4485>, 0x76e3eb77d4f2 <vm_exec_core+1762>, 0x76e3eb77d428 <vm_exec_core+1560>, 0x76e3eb77d376 <vm_exec_core+1382>, 0x76e3eb77d276 <vm_exec_core+1126>, 0x76e3eb77d1dc <vm_exec_core+972>, 0x76e3eb77d135 <vm_exec_core+805>, 0x76e3eb77d057 <vm_exec_core+583>, 0x76e3eb77cf20 <vm_exec_core+272>, 0x76e3eb7820a4 <vm_exec_core+21140>, 0x76e3eb77edab <vm_exec_core+8091>, 0x76e3eb77ecbb <vm_exec_core+7851>, 0x76e3eb77ec0c <vm_exec_core+7676>, 0x76e3eb77eb5d <vm_exec_core+7501>, 0x76e3eb77eaa9 <vm_exec_core+7321>, 0x76e3eb78208e <vm_exec_core+21118>, 0x76e3eb77e9f5 <vm_exec_core+7141>, 0x76e3eb77e92a <vm_exec_core+6938>, 0x76e3eb77e8aa <vm_exec_core+6810>, 0x76e3eb77f18b <vm_exec_core+9083>, 0x76e3eb77f04d <vm_exec_core+8765>, 0x76e3eb77ef86 <vm_exec_core+8566>, 0x76e3eb77eeab <vm_exec_core+8347>, 0x76e3eb780d6b <vm_exec_core+16219>, 0x76e3eb77f272 <vm_exec_core+9314>, 0x76e3eb77f2f8 <vm_exec_core+9448>, 0x76e3eb77e41b <vm_exec_core+5643>, 0x76e3eb77f819 <vm_exec_core+10761>, 0x76e3eb77f768 <vm_exec_core+10584>, 0x76e3eb77f6bc <vm_exec_core+10412>, 0x76e3eb782078 <vm_exec_core+21096>, 0x76e3eb782062 <vm_exec_core+21074>, 0x76e3eb78204c <vm_exec_core+21052>, 0x76e3eb782036 <vm_exec_core+21030>, 0x76e3eb782020 <vm_exec_core+21008>, 0x76e3eb78200a <vm_exec_core+20986>, 0x76e3eb781fed <vm_exec_core+20957>, 0x76e3eb781fd7 <vm_exec_core+20935>, 0x76e3eb781fc1 <vm_exec_core+20913>, 0x76e3eb781fab <vm_exec_core+20891>, 0x76e3eb781f95 <vm_exec_core+20869>, 0x76e3eb781f7f <vm_exec_core+20847>, 0x76e3eb781f69 <vm_exec_core+20825>...}
__func__ = "vm_exec_core"
#12 0x000076e3eb784462 in rb_vm_exec (ec=ec@entry=0x58b28bd1ac80) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2784
_ec = 0x58b28bd1ac80
_tag = {tag = 36, retval = 4, buf = {0x58b28bd1ac80, 0x76e3eb784470 <rb_vm_exec+272>, 0x0, 0x76e3c770eaf0, 0x58b28bd1ac80}, prev = 0x76e3c770ed70, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = 36
#13 0x000076e3eb784623 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=-1885515560, argv=0x76e3ca88f280, argc=<optimized out>, self=130720743404928, captured=0x58b28d288b40, ec=0x58b28bd1ac80) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1814
iseq = 0x76e3ca88f280
type = <optimized out>
cfp = 0x58b28f9d50d8
flags = 0
use_argv = <optimized out>
opt_pc = <optimized out>
sp = 0x58b28f8d5128
av = {24, 130721278456716}
stack_argv = 0x58b28f8d5128
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>
#14 invoke_block_from_c_proc (me=0x0, is_lambda=<optimized out>, passed_block_handler=0, kw_splat=-1885515560, argv=0x76e3ca88f280, argc=-1886564056, self=130720743404928, proc=0x58b28d288b40, ec=0x58b28bd1ac80) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1908
block = 0x58b28d288b40
block = <optimized out>
again = <optimized out>
keyword_hash = <optimized out>
#15 vm_invoke_proc (ec=ec@entry=0x58b28bd1ac80, proc=proc@entry=0x58b28d288b40, self=130720743404928, argc=argc@entry=0, argv=argv@entry=0x76e3c770ecb0, kw_splat=kw_splat@entry=0, passed_block_handler=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1938
No locals.
#16 0x000076e3eb786959 in rb_vm_invoke_proc (ec=0x58b28bd1ac80, proc=proc@entry=0x58b28d288b40, argc=argc@entry=0, argv=argv@entry=0x76e3c770ecb0, kw_splat=0, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1959
self = 130720743404928
#17 0x000076e3eb735ab0 in thread_do_start_proc (th=0x58b28c8fd200) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:614
args = 130720743401904
args_ptr = 0x76e3c770ecb0
args_len = 0
procval = <optimized out>
proc = 0x58b28d288b40
__func__ = "thread_do_start_proc"
#18 0x000076e3eb735d95 in thread_start_func_2 (th=th@entry=0x58b28c8fd200, stack_start=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:686
_ec = 0x58b28bd1ac80
_tag = {tag = 36, retval = 130720483856736, buf = {0x58b287965110, 0x76e3eb736118 <thread_start_func_2+1224>, 0x0, 0x76e3c770ed20, 0x76e3c770f6c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
__func__ = "thread_start_func_2"
state = <optimized out>
errinfo = 4
ractor_main_th = 0x58b287960010
fiber_scheduler_closed = <optimized out>
event_thread_end_hooked = <optimized out>
result = <optimized out>
#19 0x000076e3eb736336 in call_thread_start_func_2 (th=th@entry=0x58b28c8fd200) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:2238
stack_start = 0
stack_start_addr = <optimized out>
#20 0x000076e3eb7363df in nt_start (ptr=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:2283
th = 0x58b28c8fd200
sched = 0x58b287965110
nt = <optimized out>
vm = 0x58b28795dad0
#21 0x000076e3eb193a94 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 = {130720675722944, -7514608343681981349, 130720675722944, -256, 0, 140723014046736, -7514608343661009829, -7514564574979546021}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#22 0x000076e3eb220c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.
Thread 1 (Thread 0x76e3eb0c8c00 (LWP 2430451) "ruby"):
#0 0x000076e3eb18fd61 in __futex_abstimed_wait_common64 (private=22706, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x58b287965010) 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=22706, abstime=0x0, clockid=0, expected=0, futex_word=0x58b287965010) 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=0x58b287965010, 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 0x000076e3eb1927dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x58b287965110, cond=0x58b287964fe8) at ./nptl/pthread_cond_wait.c:503
spin = 0
buffer = {__routine = 0x76e3eb1924a0 <__condvar_cleanup_waiting>, __arg = 0x7ffca1439720, __canceltype = 8192, __prev = 0x0}
cbuffer = {wseq = 3500, cond = 0x58b287964fe8, mutex = 0x58b287965110, private = 0}
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = 3500
seq = 1750
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=0x58b287964fe8, mutex=mutex@entry=0x58b287965110) at ./nptl/pthread_cond_wait.c:627
No locals.
#5 0x000076e3eb730a9d in rb_native_cond_wait (cond=cond@entry=0x58b287964fe8, mutex=mutex@entry=0x58b287965110) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:231
r = <optimized out>
#6 0x000076e3eb731217 in thread_sched_wait_running_turn (sched=sched@entry=0x58b287965110, th=th@entry=0x58b287960010, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:851
next_th = 0x0
__func__ = "thread_sched_wait_running_turn"
#7 0x000076e3eb731843 in thread_sched_to_waiting_until_wakeup (sched=0x58b287965110, th=th@entry=0x58b287960010) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:1126
can_direct_transfer = <optimized out>
#8 0x000076e3eb731873 in native_sleep (th=th@entry=0x58b287960010, rel=0x0) at /tmp/ruby/src/trunk-asserts-nopara/thread_pthread.c:3350
sched = <optimized out>
#9 0x000076e3eb7342b7 in sleep_forever (th=th@entry=0x58b287960010, fl=13) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:1381
prev_status = THREAD_RUNNABLE
status = THREAD_STOPPED_FOREVER
woke = <optimized out>
#10 0x000076e3eb7366d0 in thread_join_sleep (arg=arg@entry=140723014048096) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:1074
scheduler = <optimized out>
p = 0x7ffca1439960
target_th = 0x58b28c8fd200
th = 0x58b287960010
end = 0
limit = 0x0
#11 0x000076e3eb5eaa65 in rb_ensure (b_proc=b_proc@entry=0x76e3eb7365d0 <thread_join_sleep>, data1=data1@entry=140723014048096, e_proc=e_proc@entry=0x76e3eb729550 <remove_from_join_list>, data2=data2@entry=140723014048096) at /tmp/ruby/src/trunk-asserts-nopara/eval.c:1174
_ec = 0x58b2879652f0
_tag = {tag = 36, retval = 130721280027724, buf = {0x0, 0x76e3eb5eab10 <rb_ensure+368>, 0x0, 0x7ffca1439860, 0x58b28c8e93d0}, prev = 0x7ffca1439c40, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = 4
errinfo = <optimized out>
ec = 0x58b2879652f0
#12 0x000076e3eb72c7e6 in thread_join (target_th=target_th@entry=0x58b28c8fd200, timeout=timeout@entry=4, limit=limit@entry=0x0) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:1131
waiter = {next = 0x0, thread = 0x58b287960010, fiber = 0x0}
arg = {waiter = 0x7ffca1439940, target = 0x58b28c8fd200, timeout = 4, limit = 0x0}
ec = <optimized out>
th = <optimized out>
fiber = <optimized out>
#13 0x000076e3eb72c86c in thread_value (self=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/thread.c:1253
th = 0x58b28c8fd200
#14 0x000076e3eb7704a6 in vm_call_cfunc_with_frame_ (ec=0x58b2879652f0, reg_cfp=0x76e3eb066948, calling=<optimized out>, argc=0, argv=0x76e3eaf675f0, stack_bottom=0x76e3eaf675e8) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:3915
ci = 0x260100100001
cc = <optimized out>
val = <optimized out>
me = 0x76e3cab46740
cfunc = 0x58b287a06e38
recv = 130720743401952
block_handler = 0
frame_type = <optimized out>
__func__ = "vm_call_cfunc_with_frame_"
len = <optimized out>
args = <optimized out>
args = <optimized out>
#15 0x000076e3eb77c88d in vm_sendish (ec=0x58b2879652f0, reg_cfp=0x76e3eb066948, cd=<optimized out>, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:6134
val = 36
ci = <optimized out>
cc = 0x76e3d035b580
argc = <optimized out>
recv = <optimized out>
calling = {cd = 0x58b287cb3670, cc = 0x76e3d035b580, block_handler = 0, recv = 130720743401952, argc = 0, kw_splat = false, heap_argv = 0}
#16 0x000076e3eb780e23 in vm_exec_core (ec=0x58b287965010, ec@entry=0x58b2879652f0) at ../../src/trunk-asserts-nopara/insns.def:902
bh = <optimized out>
cd = 0x58b287cb3670
leaf = <optimized out>
val = 97523805664880
canary = 0x76e3eaf675f0
reg_pc = 0x58b287cb32b8
reg_cfp = 0x76e3eb066948
insns_address_table = {0x76e3eb77f5b0 <vm_exec_core+10144>, 0x76e3eb77e2ab <vm_exec_core+5275>, 0x76e3eb7807a5 <vm_exec_core+14741>, 0x76e3eb780695 <vm_exec_core+14469>, 0x76e3eb78084c <vm_exec_core+14908>, 0x76e3eb77fd95 <vm_exec_core+12165>, 0x76e3eb7809de <vm_exec_core+15310>, 0x76e3eb78020e <vm_exec_core+13310>, 0x76e3eb780912 <vm_exec_core+15106>, 0x76e3eb77e81e <vm_exec_core+6670>, 0x76e3eb780c05 <vm_exec_core+15861>, 0x76e3eb7805ec <vm_exec_core+14300>, 0x76e3eb780b43 <vm_exec_core+15667>, 0x76e3eb77fbf2 <vm_exec_core+11746>, 0x76e3eb780cd3 <vm_exec_core+16067>, 0x76e3eb780092 <vm_exec_core+12930>, 0x76e3eb780ab8 <vm_exec_core+15528>, 0x76e3eb77e37a <vm_exec_core+5482>, 0x76e3eb78053c <vm_exec_core+14124>, 0x76e3eb78040f <vm_exec_core+13823>, 0x76e3eb78047d <vm_exec_core+13933>, 0x76e3eb77fcd5 <vm_exec_core+11973>, 0x76e3eb78014b <vm_exec_core+13115>, 0x76e3eb77e683 <vm_exec_core+6259>, 0x76e3eb77e5b9 <vm_exec_core+6057>, 0x76e3eb77e4bd <vm_exec_core+5805>, 0x76e3eb780354 <vm_exec_core+13636>, 0x76e3eb77ffb5 <vm_exec_core+12709>, 0x76e3eb7802aa <vm_exec_core+13466>, 0x76e3eb77fb39 <vm_exec_core+11561>, 0x76e3eb77fefc <vm_exec_core+12524>, 0x76e3eb77fea5 <vm_exec_core+12437>, 0x76e3eb77e1e1 <vm_exec_core+5073>, 0x76e3eb77e117 <vm_exec_core+4871>, 0x76e3eb77db38 <vm_exec_core+3368>, 0x76e3eb77da6f <vm_exec_core+3167>, 0x76e3eb77d989 <vm_exec_core+2937>, 0x76e3eb77d898 <vm_exec_core+2696>, 0x76e3eb77dd5e <vm_exec_core+3918>, 0x76e3eb77dc14 <vm_exec_core+3588>, 0x76e3eb77dc84 <vm_exec_core+3700>, 0x76e3eb77d5e3 <vm_exec_core+2003>, 0x76e3eb77df09 <vm_exec_core+4345>, 0x76e3eb77d7d6 <vm_exec_core+2502>, 0x76e3eb77d71a <vm_exec_core+2314>, 0x76e3eb77d64f <vm_exec_core+2111>, 0x76e3eb77e0d6 <vm_exec_core+4806>, 0x76e3eb77de35 <vm_exec_core+4133>, 0x76e3eb77dfa6 <vm_exec_core+4502>, 0x76e3eb77d503 <vm_exec_core+1779>, 0x76e3eb77d439 <vm_exec_core+1577>, 0x76e3eb77d387 <vm_exec_core+1399>, 0x76e3eb77d287 <vm_exec_core+1143>, 0x76e3eb77d1ed <vm_exec_core+989>, 0x76e3eb77d146 <vm_exec_core+822>, 0x76e3eb77d068 <vm_exec_core+600>, 0x76e3eb77cf31 <vm_exec_core+289>, 0x76e3eb77ce70 <vm_exec_core+96>, 0x76e3eb77edbc <vm_exec_core+8108>, 0x76e3eb77eccc <vm_exec_core+7868>, 0x76e3eb77ec1d <vm_exec_core+7693>, 0x76e3eb77eb6e <vm_exec_core+7518>, 0x76e3eb77eaba <vm_exec_core+7338>, 0x76e3eb782f58 <vm_exec_core+24904>, 0x76e3eb77ea06 <vm_exec_core+7158>, 0x76e3eb77e93b <vm_exec_core+6955>, 0x76e3eb77e8bb <vm_exec_core+6827>, 0x76e3eb77f19c <vm_exec_core+9100>, 0x76e3eb77f05e <vm_exec_core+8782>, 0x76e3eb77ef97 <vm_exec_core+8583>, 0x76e3eb77eebc <vm_exec_core+8364>, 0x76e3eb780d7c <vm_exec_core+16236>, 0x76e3eb77f283 <vm_exec_core+9331>, 0x76e3eb77f309 <vm_exec_core+9465>, 0x76e3eb77e42c <vm_exec_core+5660>, 0x76e3eb77f82a <vm_exec_core+10778>, 0x76e3eb77f779 <vm_exec_core+10601>, 0x76e3eb77f6cd <vm_exec_core+10429>, 0x76e3eb7828d8 <vm_exec_core+23240>, 0x76e3eb782cda <vm_exec_core+24266>, 0x76e3eb782c0e <vm_exec_core+24062>, 0x76e3eb7830fb <vm_exec_core+25323>, 0x76e3eb7825b5 <vm_exec_core+22437>, 0x76e3eb783293 <vm_exec_core+25731>, 0x76e3eb782e72 <vm_exec_core+24674>, 0x76e3eb7831c7 <vm_exec_core+25527>, 0x76e3eb782740 <vm_exec_core+22832>, 0x76e3eb78302f <vm_exec_core+25119>, 0x76e3eb782a68 <vm_exec_core+23640>, 0x76e3eb782425 <vm_exec_core+22037>, 0x76e3eb782359 <vm_exec_core+21833>, 0x76e3eb782da6 <vm_exec_core+24470>, 0x76e3eb78280c <vm_exec_core+23036>, 0x76e3eb782b34 <vm_exec_core+23844>, 0x76e3eb7824f1 <vm_exec_core+22241>, 0x76e3eb7829a4 <vm_exec_core+23444>, 0x76e3eb782681 <vm_exec_core+22641>, 0x76e3eb78229a <vm_exec_core+21642>, 0x76e3eb7821c3 <vm_exec_core+21427>, 0x76e3eb7820ba <vm_exec_core+21162>, 0x76e3eb77f5ed <vm_exec_core+10205>, 0x76e3eb77f9a7 <vm_exec_core+11159>, 0x76e3eb77f8bb <vm_exec_core+10923>, 0x76e3eb77fa76 <vm_exec_core+11366>, 0x76e3eb77e75b <vm_exec_core+6475>, 0x76e3eb77f517 <vm_exec_core+9991>, 0x76e3eb77f47e <vm_exec_core+9838>, 0x76e3eb77f40c <vm_exec_core+9724>, 0x76e3eb77f39a <vm_exec_core+9610>, 0x76e3eb77f59f <vm_exec_core+10127>, 0x76e3eb77e29a <vm_exec_core+5258>, 0x76e3eb780794 <vm_exec_core+14724>, 0x76e3eb780684 <vm_exec_core+14452>, 0x76e3eb78083b <vm_exec_core+14891>, 0x76e3eb77fd84 <vm_exec_core+12148>, 0x76e3eb7809cd <vm_exec_core+15293>, 0x76e3eb7801fd <vm_exec_core+13293>, 0x76e3eb780901 <vm_exec_core+15089>, 0x76e3eb77e80d <vm_exec_core+6653>, 0x76e3eb780bf4 <vm_exec_core+15844>, 0x76e3eb7805db <vm_exec_core+14283>, 0x76e3eb780b32 <vm_exec_core+15650>, 0x76e3eb77fbe1 <vm_exec_core+11729>, 0x76e3eb780cc2 <vm_exec_core+16050>, 0x76e3eb780081 <vm_exec_core+12913>, 0x76e3eb780aa7 <vm_exec_core+15511>, 0x76e3eb77e369 <vm_exec_core+5465>, 0x76e3eb78052b <vm_exec_core+14107>, 0x76e3eb7803fe <vm_exec_core+13806>, 0x76e3eb78046c <vm_exec_core+13916>, 0x76e3eb77fcc4 <vm_exec_core+11956>, 0x76e3eb78013a <vm_exec_core+13098>, 0x76e3eb77e672 <vm_exec_core+6242>, 0x76e3eb77e5a8 <vm_exec_core+6040>, 0x76e3eb77e4ac <vm_exec_core+5788>, 0x76e3eb780343 <vm_exec_core+13619>, 0x76e3eb77ffa4 <vm_exec_core+12692>, 0x76e3eb780299 <vm_exec_core+13449>, 0x76e3eb77fb28 <vm_exec_core+11544>, 0x76e3eb77feeb <vm_exec_core+12507>, 0x76e3eb77fe94 <vm_exec_core+12420>, 0x76e3eb77e1d0 <vm_exec_core+5056>, 0x76e3eb77e106 <vm_exec_core+4854>, 0x76e3eb77db27 <vm_exec_core+3351>, 0x76e3eb77da5e <vm_exec_core+3150>, 0x76e3eb77d978 <vm_exec_core+2920>, 0x76e3eb77d887 <vm_exec_core+2679>, 0x76e3eb77dd4d <vm_exec_core+3901>, 0x76e3eb77dc03 <vm_exec_core+3571>, 0x76e3eb77dc73 <vm_exec_core+3683>, 0x76e3eb77d5d2 <vm_exec_core+1986>, 0x76e3eb77def8 <vm_exec_core+4328>, 0x76e3eb77d7c5 <vm_exec_core+2485>, 0x76e3eb77d709 <vm_exec_core+2297>, 0x76e3eb77d63e <vm_exec_core+2094>, 0x76e3eb77e0c5 <vm_exec_core+4789>, 0x76e3eb77de24 <vm_exec_core+4116>, 0x76e3eb77df95 <vm_exec_core+4485>, 0x76e3eb77d4f2 <vm_exec_core+1762>, 0x76e3eb77d428 <vm_exec_core+1560>, 0x76e3eb77d376 <vm_exec_core+1382>, 0x76e3eb77d276 <vm_exec_core+1126>, 0x76e3eb77d1dc <vm_exec_core+972>, 0x76e3eb77d135 <vm_exec_core+805>, 0x76e3eb77d057 <vm_exec_core+583>, 0x76e3eb77cf20 <vm_exec_core+272>, 0x76e3eb7820a4 <vm_exec_core+21140>, 0x76e3eb77edab <vm_exec_core+8091>, 0x76e3eb77ecbb <vm_exec_core+7851>, 0x76e3eb77ec0c <vm_exec_core+7676>, 0x76e3eb77eb5d <vm_exec_core+7501>, 0x76e3eb77eaa9 <vm_exec_core+7321>, 0x76e3eb78208e <vm_exec_core+21118>, 0x76e3eb77e9f5 <vm_exec_core+7141>, 0x76e3eb77e92a <vm_exec_core+6938>, 0x76e3eb77e8aa <vm_exec_core+6810>, 0x76e3eb77f18b <vm_exec_core+9083>, 0x76e3eb77f04d <vm_exec_core+8765>, 0x76e3eb77ef86 <vm_exec_core+8566>, 0x76e3eb77eeab <vm_exec_core+8347>, 0x76e3eb780d6b <vm_exec_core+16219>, 0x76e3eb77f272 <vm_exec_core+9314>, 0x76e3eb77f2f8 <vm_exec_core+9448>, 0x76e3eb77e41b <vm_exec_core+5643>, 0x76e3eb77f819 <vm_exec_core+10761>, 0x76e3eb77f768 <vm_exec_core+10584>, 0x76e3eb77f6bc <vm_exec_core+10412>, 0x76e3eb782078 <vm_exec_core+21096>, 0x76e3eb782062 <vm_exec_core+21074>, 0x76e3eb78204c <vm_exec_core+21052>, 0x76e3eb782036 <vm_exec_core+21030>, 0x76e3eb782020 <vm_exec_core+21008>, 0x76e3eb78200a <vm_exec_core+20986>, 0x76e3eb781fed <vm_exec_core+20957>, 0x76e3eb781fd7 <vm_exec_core+20935>, 0x76e3eb781fc1 <vm_exec_core+20913>, 0x76e3eb781fab <vm_exec_core+20891>, 0x76e3eb781f95 <vm_exec_core+20869>, 0x76e3eb781f7f <vm_exec_core+20847>, 0x76e3eb781f69 <vm_exec_core+20825>...}
__func__ = "vm_exec_core"
#17 0x000076e3eb784350 in vm_exec_loop (ec=ec@entry=0x58b2879652f0, state=<optimized out>, tag=tag@entry=0x7ffca1439c40, result=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2811
__func__ = "vm_exec_loop"
#18 0x000076e3eb78449b in rb_vm_exec (ec=ec@entry=0x58b2879652f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2790
_ec = 0x58b2879652f0
_tag = {tag = 36, retval = 4, buf = {0x1, 0x76e3eb784470 <rb_vm_exec+272>, 0x0, 0x7ffca1439c20, 0x1}, prev = 0x7ffca1439e60, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = <optimized out>
#19 0x000076e3eb786baf in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=-352946880, argv=0x7ffca1439df8, argc=<optimized out>, self=130720743404928, captured=<optimized out>, ec=0x58b2879652f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1814
iseq = 0x76e3ca88edd0
type = <optimized out>
cfp = 0x76e3eb0669b8
flags = 0
use_argv = 0x7ffca1439df8
opt_pc = <optimized out>
sp = 0x76e3eaf67540
av = {140723014049008, 130720649508672}
stack_argv = 0x76e3eaf67540
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 invoke_block_from_c_bh (ec=ec@entry=0x58b2879652f0, block_handler=<optimized out>, argc=argc@entry=1, argv=argv@entry=0x7ffca1439df8, kw_splat=kw_splat@entry=0, passed_block_handler=passed_block_handler@entry=0, cref=0x0, is_lambda=<optimized out>, force_blockarg=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1828
captured = <optimized out>
#21 0x000076e3eb786d88 in vm_yield_with_cref (ec=0x58b2879652f0, argc=argc@entry=1, argv=argv@entry=0x7ffca1439df8, kw_splat=kw_splat@entry=0, cref=cref@entry=0x0, is_lambda=is_lambda@entry=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1865
No locals.
#22 0x000076e3eb786da8 in vm_yield (ec=<optimized out>, argc=argc@entry=1, argv=argv@entry=0x7ffca1439df8, kw_splat=kw_splat@entry=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1873
No locals.
#23 0x000076e3eb786dd2 in rb_yield_0 (argc=argc@entry=1, argv=argv@entry=0x7ffca1439df8) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1362
No locals.
#24 0x000076e3eb786e47 in rb_yield (val=<optimized out>, val@entry=130720743403920) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1378
No locals.
#25 0x000076e3eb5eaa65 in rb_ensure (b_proc=0x76e3eb786e10 <rb_yield>, data1=130720743403920, e_proc=0x76e3eb61b4c0 <io_close>, data2=130720743403920) at /tmp/ruby/src/trunk-asserts-nopara/eval.c:1174
_ec = 0x58b2879652f0
_tag = {tag = 36, retval = 130721280216476, buf = {0x76e3eb0669f0, 0x76e3eb5eab10 <rb_ensure+368>, 0x0, 0x7ffca1439e10, 0x55550883}, prev = 0x7ffca143a140, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = 4
errinfo = <optimized out>
ec = 0x58b2879652f0
#26 0x000076e3eb7704a6 in vm_call_cfunc_with_frame_ (ec=0x58b2879652f0, reg_cfp=0x76e3eb0669f0, calling=<optimized out>, argc=2, argv=0x76e3eaf67518, stack_bottom=0x76e3eaf67510) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:3915
ci = 0x411100000005
cc = <optimized out>
val = <optimized out>
me = 0x76e3ca051fb0
cfunc = 0x58b2879d9048
recv = 130720825803936
block_handler = 130721272719881
frame_type = <optimized out>
__func__ = "vm_call_cfunc_with_frame_"
len = <optimized out>
args = <optimized out>
args = <optimized out>
#27 0x000076e3eb77c88d in vm_sendish (ec=0x58b2879652f0, reg_cfp=0x76e3eb0669f0, cd=<optimized out>, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:6134
val = 36
ci = <optimized out>
cc = 0x76e3cb79b1c0
argc = <optimized out>
recv = <optimized out>
calling = {cd = 0x58b288974fa0, cc = 0x76e3cb79b1c0, block_handler = 130721272719881, recv = 130720825803936, argc = 2, kw_splat = false, heap_argv = 0}
#28 0x000076e3eb781dfd in vm_exec_core (ec=0x58b287965010, ec@entry=0x58b2879652f0) at ../../src/trunk-asserts-nopara/insns.def:854
bh = <optimized out>
blockiseq = <optimized out>
leaf = <optimized out>
val = 97523819040672
canary = 0x76e3eaf67528
cd = 0x58b288974fa0
reg_pc = 0x58b288a09360
reg_cfp = 0x76e3eb0669f0
insns_address_table = {0x76e3eb77f5b0 <vm_exec_core+10144>, 0x76e3eb77e2ab <vm_exec_core+5275>, 0x76e3eb7807a5 <vm_exec_core+14741>, 0x76e3eb780695 <vm_exec_core+14469>, 0x76e3eb78084c <vm_exec_core+14908>, 0x76e3eb77fd95 <vm_exec_core+12165>, 0x76e3eb7809de <vm_exec_core+15310>, 0x76e3eb78020e <vm_exec_core+13310>, 0x76e3eb780912 <vm_exec_core+15106>, 0x76e3eb77e81e <vm_exec_core+6670>, 0x76e3eb780c05 <vm_exec_core+15861>, 0x76e3eb7805ec <vm_exec_core+14300>, 0x76e3eb780b43 <vm_exec_core+15667>, 0x76e3eb77fbf2 <vm_exec_core+11746>, 0x76e3eb780cd3 <vm_exec_core+16067>, 0x76e3eb780092 <vm_exec_core+12930>, 0x76e3eb780ab8 <vm_exec_core+15528>, 0x76e3eb77e37a <vm_exec_core+5482>, 0x76e3eb78053c <vm_exec_core+14124>, 0x76e3eb78040f <vm_exec_core+13823>, 0x76e3eb78047d <vm_exec_core+13933>, 0x76e3eb77fcd5 <vm_exec_core+11973>, 0x76e3eb78014b <vm_exec_core+13115>, 0x76e3eb77e683 <vm_exec_core+6259>, 0x76e3eb77e5b9 <vm_exec_core+6057>, 0x76e3eb77e4bd <vm_exec_core+5805>, 0x76e3eb780354 <vm_exec_core+13636>, 0x76e3eb77ffb5 <vm_exec_core+12709>, 0x76e3eb7802aa <vm_exec_core+13466>, 0x76e3eb77fb39 <vm_exec_core+11561>, 0x76e3eb77fefc <vm_exec_core+12524>, 0x76e3eb77fea5 <vm_exec_core+12437>, 0x76e3eb77e1e1 <vm_exec_core+5073>, 0x76e3eb77e117 <vm_exec_core+4871>, 0x76e3eb77db38 <vm_exec_core+3368>, 0x76e3eb77da6f <vm_exec_core+3167>, 0x76e3eb77d989 <vm_exec_core+2937>, 0x76e3eb77d898 <vm_exec_core+2696>, 0x76e3eb77dd5e <vm_exec_core+3918>, 0x76e3eb77dc14 <vm_exec_core+3588>, 0x76e3eb77dc84 <vm_exec_core+3700>, 0x76e3eb77d5e3 <vm_exec_core+2003>, 0x76e3eb77df09 <vm_exec_core+4345>, 0x76e3eb77d7d6 <vm_exec_core+2502>, 0x76e3eb77d71a <vm_exec_core+2314>, 0x76e3eb77d64f <vm_exec_core+2111>, 0x76e3eb77e0d6 <vm_exec_core+4806>, 0x76e3eb77de35 <vm_exec_core+4133>, 0x76e3eb77dfa6 <vm_exec_core+4502>, 0x76e3eb77d503 <vm_exec_core+1779>, 0x76e3eb77d439 <vm_exec_core+1577>, 0x76e3eb77d387 <vm_exec_core+1399>, 0x76e3eb77d287 <vm_exec_core+1143>, 0x76e3eb77d1ed <vm_exec_core+989>, 0x76e3eb77d146 <vm_exec_core+822>, 0x76e3eb77d068 <vm_exec_core+600>, 0x76e3eb77cf31 <vm_exec_core+289>, 0x76e3eb77ce70 <vm_exec_core+96>, 0x76e3eb77edbc <vm_exec_core+8108>, 0x76e3eb77eccc <vm_exec_core+7868>, 0x76e3eb77ec1d <vm_exec_core+7693>, 0x76e3eb77eb6e <vm_exec_core+7518>, 0x76e3eb77eaba <vm_exec_core+7338>, 0x76e3eb782f58 <vm_exec_core+24904>, 0x76e3eb77ea06 <vm_exec_core+7158>, 0x76e3eb77e93b <vm_exec_core+6955>, 0x76e3eb77e8bb <vm_exec_core+6827>, 0x76e3eb77f19c <vm_exec_core+9100>, 0x76e3eb77f05e <vm_exec_core+8782>, 0x76e3eb77ef97 <vm_exec_core+8583>, 0x76e3eb77eebc <vm_exec_core+8364>, 0x76e3eb780d7c <vm_exec_core+16236>, 0x76e3eb77f283 <vm_exec_core+9331>, 0x76e3eb77f309 <vm_exec_core+9465>, 0x76e3eb77e42c <vm_exec_core+5660>, 0x76e3eb77f82a <vm_exec_core+10778>, 0x76e3eb77f779 <vm_exec_core+10601>, 0x76e3eb77f6cd <vm_exec_core+10429>, 0x76e3eb7828d8 <vm_exec_core+23240>, 0x76e3eb782cda <vm_exec_core+24266>, 0x76e3eb782c0e <vm_exec_core+24062>, 0x76e3eb7830fb <vm_exec_core+25323>, 0x76e3eb7825b5 <vm_exec_core+22437>, 0x76e3eb783293 <vm_exec_core+25731>, 0x76e3eb782e72 <vm_exec_core+24674>, 0x76e3eb7831c7 <vm_exec_core+25527>, 0x76e3eb782740 <vm_exec_core+22832>, 0x76e3eb78302f <vm_exec_core+25119>, 0x76e3eb782a68 <vm_exec_core+23640>, 0x76e3eb782425 <vm_exec_core+22037>, 0x76e3eb782359 <vm_exec_core+21833>, 0x76e3eb782da6 <vm_exec_core+24470>, 0x76e3eb78280c <vm_exec_core+23036>, 0x76e3eb782b34 <vm_exec_core+23844>, 0x76e3eb7824f1 <vm_exec_core+22241>, 0x76e3eb7829a4 <vm_exec_core+23444>, 0x76e3eb782681 <vm_exec_core+22641>, 0x76e3eb78229a <vm_exec_core+21642>, 0x76e3eb7821c3 <vm_exec_core+21427>, 0x76e3eb7820ba <vm_exec_core+21162>, 0x76e3eb77f5ed <vm_exec_core+10205>, 0x76e3eb77f9a7 <vm_exec_core+11159>, 0x76e3eb77f8bb <vm_exec_core+10923>, 0x76e3eb77fa76 <vm_exec_core+11366>, 0x76e3eb77e75b <vm_exec_core+6475>, 0x76e3eb77f517 <vm_exec_core+9991>, 0x76e3eb77f47e <vm_exec_core+9838>, 0x76e3eb77f40c <vm_exec_core+9724>, 0x76e3eb77f39a <vm_exec_core+9610>, 0x76e3eb77f59f <vm_exec_core+10127>, 0x76e3eb77e29a <vm_exec_core+5258>, 0x76e3eb780794 <vm_exec_core+14724>, 0x76e3eb780684 <vm_exec_core+14452>, 0x76e3eb78083b <vm_exec_core+14891>, 0x76e3eb77fd84 <vm_exec_core+12148>, 0x76e3eb7809cd <vm_exec_core+15293>, 0x76e3eb7801fd <vm_exec_core+13293>, 0x76e3eb780901 <vm_exec_core+15089>, 0x76e3eb77e80d <vm_exec_core+6653>, 0x76e3eb780bf4 <vm_exec_core+15844>, 0x76e3eb7805db <vm_exec_core+14283>, 0x76e3eb780b32 <vm_exec_core+15650>, 0x76e3eb77fbe1 <vm_exec_core+11729>, 0x76e3eb780cc2 <vm_exec_core+16050>, 0x76e3eb780081 <vm_exec_core+12913>, 0x76e3eb780aa7 <vm_exec_core+15511>, 0x76e3eb77e369 <vm_exec_core+5465>, 0x76e3eb78052b <vm_exec_core+14107>, 0x76e3eb7803fe <vm_exec_core+13806>, 0x76e3eb78046c <vm_exec_core+13916>, 0x76e3eb77fcc4 <vm_exec_core+11956>, 0x76e3eb78013a <vm_exec_core+13098>, 0x76e3eb77e672 <vm_exec_core+6242>, 0x76e3eb77e5a8 <vm_exec_core+6040>, 0x76e3eb77e4ac <vm_exec_core+5788>, 0x76e3eb780343 <vm_exec_core+13619>, 0x76e3eb77ffa4 <vm_exec_core+12692>, 0x76e3eb780299 <vm_exec_core+13449>, 0x76e3eb77fb28 <vm_exec_core+11544>, 0x76e3eb77feeb <vm_exec_core+12507>, 0x76e3eb77fe94 <vm_exec_core+12420>, 0x76e3eb77e1d0 <vm_exec_core+5056>, 0x76e3eb77e106 <vm_exec_core+4854>, 0x76e3eb77db27 <vm_exec_core+3351>, 0x76e3eb77da5e <vm_exec_core+3150>, 0x76e3eb77d978 <vm_exec_core+2920>, 0x76e3eb77d887 <vm_exec_core+2679>, 0x76e3eb77dd4d <vm_exec_core+3901>, 0x76e3eb77dc03 <vm_exec_core+3571>, 0x76e3eb77dc73 <vm_exec_core+3683>, 0x76e3eb77d5d2 <vm_exec_core+1986>, 0x76e3eb77def8 <vm_exec_core+4328>, 0x76e3eb77d7c5 <vm_exec_core+2485>, 0x76e3eb77d709 <vm_exec_core+2297>, 0x76e3eb77d63e <vm_exec_core+2094>, 0x76e3eb77e0c5 <vm_exec_core+4789>, 0x76e3eb77de24 <vm_exec_core+4116>, 0x76e3eb77df95 <vm_exec_core+4485>, 0x76e3eb77d4f2 <vm_exec_core+1762>, 0x76e3eb77d428 <vm_exec_core+1560>, 0x76e3eb77d376 <vm_exec_core+1382>, 0x76e3eb77d276 <vm_exec_core+1126>, 0x76e3eb77d1dc <vm_exec_core+972>, 0x76e3eb77d135 <vm_exec_core+805>, 0x76e3eb77d057 <vm_exec_core+583>, 0x76e3eb77cf20 <vm_exec_core+272>, 0x76e3eb7820a4 <vm_exec_core+21140>, 0x76e3eb77edab <vm_exec_core+8091>, 0x76e3eb77ecbb <vm_exec_core+7851>, 0x76e3eb77ec0c <vm_exec_core+7676>, 0x76e3eb77eb5d <vm_exec_core+7501>, 0x76e3eb77eaa9 <vm_exec_core+7321>, 0x76e3eb78208e <vm_exec_core+21118>, 0x76e3eb77e9f5 <vm_exec_core+7141>, 0x76e3eb77e92a <vm_exec_core+6938>, 0x76e3eb77e8aa <vm_exec_core+6810>, 0x76e3eb77f18b <vm_exec_core+9083>, 0x76e3eb77f04d <vm_exec_core+8765>, 0x76e3eb77ef86 <vm_exec_core+8566>, 0x76e3eb77eeab <vm_exec_core+8347>, 0x76e3eb780d6b <vm_exec_core+16219>, 0x76e3eb77f272 <vm_exec_core+9314>, 0x76e3eb77f2f8 <vm_exec_core+9448>, 0x76e3eb77e41b <vm_exec_core+5643>, 0x76e3eb77f819 <vm_exec_core+10761>, 0x76e3eb77f768 <vm_exec_core+10584>, 0x76e3eb77f6bc <vm_exec_core+10412>, 0x76e3eb782078 <vm_exec_core+21096>, 0x76e3eb782062 <vm_exec_core+21074>, 0x76e3eb78204c <vm_exec_core+21052>, 0x76e3eb782036 <vm_exec_core+21030>, 0x76e3eb782020 <vm_exec_core+21008>, 0x76e3eb78200a <vm_exec_core+20986>, 0x76e3eb781fed <vm_exec_core+20957>, 0x76e3eb781fd7 <vm_exec_core+20935>, 0x76e3eb781fc1 <vm_exec_core+20913>, 0x76e3eb781fab <vm_exec_core+20891>, 0x76e3eb781f95 <vm_exec_core+20869>, 0x76e3eb781f7f <vm_exec_core+20847>, 0x76e3eb781f69 <vm_exec_core+20825>...}
__func__ = "vm_exec_core"
#29 0x000076e3eb784462 in rb_vm_exec (ec=ec@entry=0x58b2879652f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2784
_ec = 0x58b2879652f0
_tag = {tag = 36, retval = 4, buf = {0x1, 0x76e3eb784470 <rb_vm_exec+272>, 0x0, 0x7ffca143a120, 0x1}, prev = 0x7ffca143a5a0, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = 36
#30 0x000076e3eb786baf in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=-352947136, argv=0x7ffca143a2f8, argc=<optimized out>, self=130721271525984, captured=<optimized out>, ec=0x58b2879652f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1814
iseq = 0x76e3eae4a2f0
type = <optimized out>
cfp = 0x76e3eb066ad0
flags = 0
use_argv = 0x7ffca143a2f8
opt_pc = <optimized out>
sp = 0x76e3eaf67440
av = {32, 130721278555206}
stack_argv = 0x76e3eaf67440
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>
#31 invoke_block_from_c_bh (ec=ec@entry=0x58b2879652f0, block_handler=<optimized out>, argc=argc@entry=1, argv=argv@entry=0x7ffca143a2f8, kw_splat=kw_splat@entry=0, passed_block_handler=passed_block_handler@entry=0, cref=0x0, is_lambda=<optimized out>, force_blockarg=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1828
captured = <optimized out>
#32 0x000076e3eb786d88 in vm_yield_with_cref (ec=0x58b2879652f0, argc=argc@entry=1, argv=argv@entry=0x7ffca143a2f8, kw_splat=kw_splat@entry=0, cref=cref@entry=0x0, is_lambda=is_lambda@entry=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1865
No locals.
#33 0x000076e3eb786da8 in vm_yield (ec=<optimized out>, argc=argc@entry=1, argv=argv@entry=0x7ffca143a2f8, kw_splat=kw_splat@entry=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1873
No locals.
#34 0x000076e3eb786dd2 in rb_yield_0 (argc=argc@entry=1, argv=argv@entry=0x7ffca143a2f8) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1362
No locals.
#35 0x000076e3eb786e47 in rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1378
No locals.
#36 0x000076e3eb54da17 in rb_ary_collect (ary=130720709900112) at /tmp/ruby/src/trunk-asserts-nopara/array.c:3673
i = 0
collect = 130720743405024
#37 0x000076e3eb7704a6 in vm_call_cfunc_with_frame_ (ec=0x58b2879652f0, reg_cfp=0x76e3eb066b08, calling=<optimized out>, argc=0, argv=0x76e3eaf67428, stack_bottom=0x76e3eaf67420) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:3915
ci = 0x167100000001
cc = <optimized out>
val = <optimized out>
me = 0x76e3eaefb4a0
cfunc = 0x58b2879bd118
recv = 130720709900112
block_handler = 130721272720161
frame_type = <optimized out>
__func__ = "vm_call_cfunc_with_frame_"
len = <optimized out>
args = <optimized out>
args = <optimized out>
#38 0x000076e3eb77c88d in vm_sendish (ec=0x58b2879652f0, reg_cfp=0x76e3eb066b08, cd=<optimized out>, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:6134
val = 36
ci = <optimized out>
cc = 0x76e3d0986510
argc = <optimized out>
recv = <optimized out>
calling = {cd = 0x58b287c05a90, cc = 0x76e3d0986510, block_handler = 130721272720161, recv = 130720709900112, argc = 0, kw_splat = false, heap_argv = 0}
#39 0x000076e3eb781dfd in vm_exec_core (ec=0x58b287965010, ec@entry=0x58b2879652f0) at ../../src/trunk-asserts-nopara/insns.def:854
bh = <optimized out>
blockiseq = <optimized out>
leaf = <optimized out>
val = 97523804953232
canary = 0x76e3eaf67428
cd = 0x58b287c05a90
reg_pc = 0x58b287c086c0
reg_cfp = 0x76e3eb066b08
insns_address_table = {0x76e3eb77f5b0 <vm_exec_core+10144>, 0x76e3eb77e2ab <vm_exec_core+5275>, 0x76e3eb7807a5 <vm_exec_core+14741>, 0x76e3eb780695 <vm_exec_core+14469>, 0x76e3eb78084c <vm_exec_core+14908>, 0x76e3eb77fd95 <vm_exec_core+12165>, 0x76e3eb7809de <vm_exec_core+15310>, 0x76e3eb78020e <vm_exec_core+13310>, 0x76e3eb780912 <vm_exec_core+15106>, 0x76e3eb77e81e <vm_exec_core+6670>, 0x76e3eb780c05 <vm_exec_core+15861>, 0x76e3eb7805ec <vm_exec_core+14300>, 0x76e3eb780b43 <vm_exec_core+15667>, 0x76e3eb77fbf2 <vm_exec_core+11746>, 0x76e3eb780cd3 <vm_exec_core+16067>, 0x76e3eb780092 <vm_exec_core+12930>, 0x76e3eb780ab8 <vm_exec_core+15528>, 0x76e3eb77e37a <vm_exec_core+5482>, 0x76e3eb78053c <vm_exec_core+14124>, 0x76e3eb78040f <vm_exec_core+13823>, 0x76e3eb78047d <vm_exec_core+13933>, 0x76e3eb77fcd5 <vm_exec_core+11973>, 0x76e3eb78014b <vm_exec_core+13115>, 0x76e3eb77e683 <vm_exec_core+6259>, 0x76e3eb77e5b9 <vm_exec_core+6057>, 0x76e3eb77e4bd <vm_exec_core+5805>, 0x76e3eb780354 <vm_exec_core+13636>, 0x76e3eb77ffb5 <vm_exec_core+12709>, 0x76e3eb7802aa <vm_exec_core+13466>, 0x76e3eb77fb39 <vm_exec_core+11561>, 0x76e3eb77fefc <vm_exec_core+12524>, 0x76e3eb77fea5 <vm_exec_core+12437>, 0x76e3eb77e1e1 <vm_exec_core+5073>, 0x76e3eb77e117 <vm_exec_core+4871>, 0x76e3eb77db38 <vm_exec_core+3368>, 0x76e3eb77da6f <vm_exec_core+3167>, 0x76e3eb77d989 <vm_exec_core+2937>, 0x76e3eb77d898 <vm_exec_core+2696>, 0x76e3eb77dd5e <vm_exec_core+3918>, 0x76e3eb77dc14 <vm_exec_core+3588>, 0x76e3eb77dc84 <vm_exec_core+3700>, 0x76e3eb77d5e3 <vm_exec_core+2003>, 0x76e3eb77df09 <vm_exec_core+4345>, 0x76e3eb77d7d6 <vm_exec_core+2502>, 0x76e3eb77d71a <vm_exec_core+2314>, 0x76e3eb77d64f <vm_exec_core+2111>, 0x76e3eb77e0d6 <vm_exec_core+4806>, 0x76e3eb77de35 <vm_exec_core+4133>, 0x76e3eb77dfa6 <vm_exec_core+4502>, 0x76e3eb77d503 <vm_exec_core+1779>, 0x76e3eb77d439 <vm_exec_core+1577>, 0x76e3eb77d387 <vm_exec_core+1399>, 0x76e3eb77d287 <vm_exec_core+1143>, 0x76e3eb77d1ed <vm_exec_core+989>, 0x76e3eb77d146 <vm_exec_core+822>, 0x76e3eb77d068 <vm_exec_core+600>, 0x76e3eb77cf31 <vm_exec_core+289>, 0x76e3eb77ce70 <vm_exec_core+96>, 0x76e3eb77edbc <vm_exec_core+8108>, 0x76e3eb77eccc <vm_exec_core+7868>, 0x76e3eb77ec1d <vm_exec_core+7693>, 0x76e3eb77eb6e <vm_exec_core+7518>, 0x76e3eb77eaba <vm_exec_core+7338>, 0x76e3eb782f58 <vm_exec_core+24904>, 0x76e3eb77ea06 <vm_exec_core+7158>, 0x76e3eb77e93b <vm_exec_core+6955>, 0x76e3eb77e8bb <vm_exec_core+6827>, 0x76e3eb77f19c <vm_exec_core+9100>, 0x76e3eb77f05e <vm_exec_core+8782>, 0x76e3eb77ef97 <vm_exec_core+8583>, 0x76e3eb77eebc <vm_exec_core+8364>, 0x76e3eb780d7c <vm_exec_core+16236>, 0x76e3eb77f283 <vm_exec_core+9331>, 0x76e3eb77f309 <vm_exec_core+9465>, 0x76e3eb77e42c <vm_exec_core+5660>, 0x76e3eb77f82a <vm_exec_core+10778>, 0x76e3eb77f779 <vm_exec_core+10601>, 0x76e3eb77f6cd <vm_exec_core+10429>, 0x76e3eb7828d8 <vm_exec_core+23240>, 0x76e3eb782cda <vm_exec_core+24266>, 0x76e3eb782c0e <vm_exec_core+24062>, 0x76e3eb7830fb <vm_exec_core+25323>, 0x76e3eb7825b5 <vm_exec_core+22437>, 0x76e3eb783293 <vm_exec_core+25731>, 0x76e3eb782e72 <vm_exec_core+24674>, 0x76e3eb7831c7 <vm_exec_core+25527>, 0x76e3eb782740 <vm_exec_core+22832>, 0x76e3eb78302f <vm_exec_core+25119>, 0x76e3eb782a68 <vm_exec_core+23640>, 0x76e3eb782425 <vm_exec_core+22037>, 0x76e3eb782359 <vm_exec_core+21833>, 0x76e3eb782da6 <vm_exec_core+24470>, 0x76e3eb78280c <vm_exec_core+23036>, 0x76e3eb782b34 <vm_exec_core+23844>, 0x76e3eb7824f1 <vm_exec_core+22241>, 0x76e3eb7829a4 <vm_exec_core+23444>, 0x76e3eb782681 <vm_exec_core+22641>, 0x76e3eb78229a <vm_exec_core+21642>, 0x76e3eb7821c3 <vm_exec_core+21427>, 0x76e3eb7820ba <vm_exec_core+21162>, 0x76e3eb77f5ed <vm_exec_core+10205>, 0x76e3eb77f9a7 <vm_exec_core+11159>, 0x76e3eb77f8bb <vm_exec_core+10923>, 0x76e3eb77fa76 <vm_exec_core+11366>, 0x76e3eb77e75b <vm_exec_core+6475>, 0x76e3eb77f517 <vm_exec_core+9991>, 0x76e3eb77f47e <vm_exec_core+9838>, 0x76e3eb77f40c <vm_exec_core+9724>, 0x76e3eb77f39a <vm_exec_core+9610>, 0x76e3eb77f59f <vm_exec_core+10127>, 0x76e3eb77e29a <vm_exec_core+5258>, 0x76e3eb780794 <vm_exec_core+14724>, 0x76e3eb780684 <vm_exec_core+14452>, 0x76e3eb78083b <vm_exec_core+14891>, 0x76e3eb77fd84 <vm_exec_core+12148>, 0x76e3eb7809cd <vm_exec_core+15293>, 0x76e3eb7801fd <vm_exec_core+13293>, 0x76e3eb780901 <vm_exec_core+15089>, 0x76e3eb77e80d <vm_exec_core+6653>, 0x76e3eb780bf4 <vm_exec_core+15844>, 0x76e3eb7805db <vm_exec_core+14283>, 0x76e3eb780b32 <vm_exec_core+15650>, 0x76e3eb77fbe1 <vm_exec_core+11729>, 0x76e3eb780cc2 <vm_exec_core+16050>, 0x76e3eb780081 <vm_exec_core+12913>, 0x76e3eb780aa7 <vm_exec_core+15511>, 0x76e3eb77e369 <vm_exec_core+5465>, 0x76e3eb78052b <vm_exec_core+14107>, 0x76e3eb7803fe <vm_exec_core+13806>, 0x76e3eb78046c <vm_exec_core+13916>, 0x76e3eb77fcc4 <vm_exec_core+11956>, 0x76e3eb78013a <vm_exec_core+13098>, 0x76e3eb77e672 <vm_exec_core+6242>, 0x76e3eb77e5a8 <vm_exec_core+6040>, 0x76e3eb77e4ac <vm_exec_core+5788>, 0x76e3eb780343 <vm_exec_core+13619>, 0x76e3eb77ffa4 <vm_exec_core+12692>, 0x76e3eb780299 <vm_exec_core+13449>, 0x76e3eb77fb28 <vm_exec_core+11544>, 0x76e3eb77feeb <vm_exec_core+12507>, 0x76e3eb77fe94 <vm_exec_core+12420>, 0x76e3eb77e1d0 <vm_exec_core+5056>, 0x76e3eb77e106 <vm_exec_core+4854>, 0x76e3eb77db27 <vm_exec_core+3351>, 0x76e3eb77da5e <vm_exec_core+3150>, 0x76e3eb77d978 <vm_exec_core+2920>, 0x76e3eb77d887 <vm_exec_core+2679>, 0x76e3eb77dd4d <vm_exec_core+3901>, 0x76e3eb77dc03 <vm_exec_core+3571>, 0x76e3eb77dc73 <vm_exec_core+3683>, 0x76e3eb77d5d2 <vm_exec_core+1986>, 0x76e3eb77def8 <vm_exec_core+4328>, 0x76e3eb77d7c5 <vm_exec_core+2485>, 0x76e3eb77d709 <vm_exec_core+2297>, 0x76e3eb77d63e <vm_exec_core+2094>, 0x76e3eb77e0c5 <vm_exec_core+4789>, 0x76e3eb77de24 <vm_exec_core+4116>, 0x76e3eb77df95 <vm_exec_core+4485>, 0x76e3eb77d4f2 <vm_exec_core+1762>, 0x76e3eb77d428 <vm_exec_core+1560>, 0x76e3eb77d376 <vm_exec_core+1382>, 0x76e3eb77d276 <vm_exec_core+1126>, 0x76e3eb77d1dc <vm_exec_core+972>, 0x76e3eb77d135 <vm_exec_core+805>, 0x76e3eb77d057 <vm_exec_core+583>, 0x76e3eb77cf20 <vm_exec_core+272>, 0x76e3eb7820a4 <vm_exec_core+21140>, 0x76e3eb77edab <vm_exec_core+8091>, 0x76e3eb77ecbb <vm_exec_core+7851>, 0x76e3eb77ec0c <vm_exec_core+7676>, 0x76e3eb77eb5d <vm_exec_core+7501>, 0x76e3eb77eaa9 <vm_exec_core+7321>, 0x76e3eb78208e <vm_exec_core+21118>, 0x76e3eb77e9f5 <vm_exec_core+7141>, 0x76e3eb77e92a <vm_exec_core+6938>, 0x76e3eb77e8aa <vm_exec_core+6810>, 0x76e3eb77f18b <vm_exec_core+9083>, 0x76e3eb77f04d <vm_exec_core+8765>, 0x76e3eb77ef86 <vm_exec_core+8566>, 0x76e3eb77eeab <vm_exec_core+8347>, 0x76e3eb780d6b <vm_exec_core+16219>, 0x76e3eb77f272 <vm_exec_core+9314>, 0x76e3eb77f2f8 <vm_exec_core+9448>, 0x76e3eb77e41b <vm_exec_core+5643>, 0x76e3eb77f819 <vm_exec_core+10761>, 0x76e3eb77f768 <vm_exec_core+10584>, 0x76e3eb77f6bc <vm_exec_core+10412>, 0x76e3eb782078 <vm_exec_core+21096>, 0x76e3eb782062 <vm_exec_core+21074>, 0x76e3eb78204c <vm_exec_core+21052>, 0x76e3eb782036 <vm_exec_core+21030>, 0x76e3eb782020 <vm_exec_core+21008>, 0x76e3eb78200a <vm_exec_core+20986>, 0x76e3eb781fed <vm_exec_core+20957>, 0x76e3eb781fd7 <vm_exec_core+20935>, 0x76e3eb781fc1 <vm_exec_core+20913>, 0x76e3eb781fab <vm_exec_core+20891>, 0x76e3eb781f95 <vm_exec_core+20869>, 0x76e3eb781f7f <vm_exec_core+20847>, 0x76e3eb781f69 <vm_exec_core+20825>...}
__func__ = "vm_exec_core"
#40 0x000076e3eb784350 in vm_exec_loop (ec=ec@entry=0x58b2879652f0, state=<optimized out>, tag=tag@entry=0x7ffca143a5a0, result=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2811
__func__ = "vm_exec_loop"
#41 0x000076e3eb78449b in rb_vm_exec (ec=ec@entry=0x58b2879652f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2790
_ec = 0x58b2879652f0
_tag = {tag = 36, retval = 4, buf = {0x1, 0x76e3eb784470 <rb_vm_exec+272>, 0x0, 0x7ffca143a580, 0x1}, prev = 0x7ffca143a9e0, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = <optimized out>
#42 0x000076e3eb786baf in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=-352947368, argv=0x7ffca143a758, argc=<optimized out>, self=130721271525984, captured=<optimized out>, ec=0x58b2879652f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1814
iseq = 0x76e3eae323e0
type = <optimized out>
cfp = 0x76e3eb066bb0
flags = 0
use_argv = 0x7ffca143a758
opt_pc = <optimized out>
sp = 0x76e3eaf67358
av = {130721280027464, 130721280034743}
stack_argv = 0x76e3eaf67358
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>
#43 invoke_block_from_c_bh (ec=ec@entry=0x58b2879652f0, block_handler=<optimized out>, argc=argc@entry=1, argv=argv@entry=0x7ffca143a758, kw_splat=kw_splat@entry=0, passed_block_handler=passed_block_handler@entry=0, cref=0x0, is_lambda=<optimized out>, force_blockarg=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1828
captured = <optimized out>
#44 0x000076e3eb786d88 in vm_yield_with_cref (ec=0x58b2879652f0, argc=argc@entry=1, argv=argv@entry=0x7ffca143a758, kw_splat=kw_splat@entry=0, cref=cref@entry=0x0, is_lambda=is_lambda@entry=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1865
No locals.
#45 0x000076e3eb786da8 in vm_yield (ec=<optimized out>, argc=argc@entry=1, argv=argv@entry=0x7ffca143a758, kw_splat=kw_splat@entry=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1873
No locals.
#46 0x000076e3eb786dd2 in rb_yield_0 (argc=argc@entry=1, argv=argv@entry=0x7ffca143a758) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1362
No locals.
#47 0x000076e3eb786e47 in rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1378
No locals.
#48 0x000076e3eb549f47 in rb_ary_each (ary=130720737518448) at /tmp/ruby/src/trunk-asserts-nopara/array.c:2665
i = 168
#49 0x000076e3eb7704a6 in vm_call_cfunc_with_frame_ (ec=0x58b2879652f0, reg_cfp=0x76e3eb066be8, calling=<optimized out>, argc=0, argv=0x76e3eaf67340, stack_bottom=0x76e3eaf67338) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:3915
ci = 0xc0100000001
cc = <optimized out>
val = <optimized out>
me = 0x76e3cae859e0
cfunc = 0x58b2879bbce8
recv = 130720737518448
block_handler = 130721272720385
frame_type = <optimized out>
__func__ = "vm_call_cfunc_with_frame_"
len = <optimized out>
args = <optimized out>
args = <optimized out>
#50 0x000076e3eb77c88d in vm_sendish (ec=0x58b2879652f0, reg_cfp=0x76e3eb066be8, cd=<optimized out>, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:6134
val = 36
ci = <optimized out>
cc = 0x76e3caf90ce0
argc = <optimized out>
recv = <optimized out>
calling = {cd = 0x58b287beca60, cc = 0x76e3c9e7ffc0, block_handler = 130721272720385, recv = 130720737518448, argc = 0, kw_splat = false, heap_argv = 0}
#51 0x000076e3eb781dfd in vm_exec_core (ec=0x58b287965010, ec@entry=0x58b2879652f0) at ../../src/trunk-asserts-nopara/insns.def:854
bh = <optimized out>
blockiseq = <optimized out>
leaf = <optimized out>
val = 97523804850784
canary = 0x76e3eaf67340
cd = 0x58b287beca60
reg_pc = 0x58b287ba9768
reg_cfp = 0x76e3eb066be8
insns_address_table = {0x76e3eb77f5b0 <vm_exec_core+10144>, 0x76e3eb77e2ab <vm_exec_core+5275>, 0x76e3eb7807a5 <vm_exec_core+14741>, 0x76e3eb780695 <vm_exec_core+14469>, 0x76e3eb78084c <vm_exec_core+14908>, 0x76e3eb77fd95 <vm_exec_core+12165>, 0x76e3eb7809de <vm_exec_core+15310>, 0x76e3eb78020e <vm_exec_core+13310>, 0x76e3eb780912 <vm_exec_core+15106>, 0x76e3eb77e81e <vm_exec_core+6670>, 0x76e3eb780c05 <vm_exec_core+15861>, 0x76e3eb7805ec <vm_exec_core+14300>, 0x76e3eb780b43 <vm_exec_core+15667>, 0x76e3eb77fbf2 <vm_exec_core+11746>, 0x76e3eb780cd3 <vm_exec_core+16067>, 0x76e3eb780092 <vm_exec_core+12930>, 0x76e3eb780ab8 <vm_exec_core+15528>, 0x76e3eb77e37a <vm_exec_core+5482>, 0x76e3eb78053c <vm_exec_core+14124>, 0x76e3eb78040f <vm_exec_core+13823>, 0x76e3eb78047d <vm_exec_core+13933>, 0x76e3eb77fcd5 <vm_exec_core+11973>, 0x76e3eb78014b <vm_exec_core+13115>, 0x76e3eb77e683 <vm_exec_core+6259>, 0x76e3eb77e5b9 <vm_exec_core+6057>, 0x76e3eb77e4bd <vm_exec_core+5805>, 0x76e3eb780354 <vm_exec_core+13636>, 0x76e3eb77ffb5 <vm_exec_core+12709>, 0x76e3eb7802aa <vm_exec_core+13466>, 0x76e3eb77fb39 <vm_exec_core+11561>, 0x76e3eb77fefc <vm_exec_core+12524>, 0x76e3eb77fea5 <vm_exec_core+12437>, 0x76e3eb77e1e1 <vm_exec_core+5073>, 0x76e3eb77e117 <vm_exec_core+4871>, 0x76e3eb77db38 <vm_exec_core+3368>, 0x76e3eb77da6f <vm_exec_core+3167>, 0x76e3eb77d989 <vm_exec_core+2937>, 0x76e3eb77d898 <vm_exec_core+2696>, 0x76e3eb77dd5e <vm_exec_core+3918>, 0x76e3eb77dc14 <vm_exec_core+3588>, 0x76e3eb77dc84 <vm_exec_core+3700>, 0x76e3eb77d5e3 <vm_exec_core+2003>, 0x76e3eb77df09 <vm_exec_core+4345>, 0x76e3eb77d7d6 <vm_exec_core+2502>, 0x76e3eb77d71a <vm_exec_core+2314>, 0x76e3eb77d64f <vm_exec_core+2111>, 0x76e3eb77e0d6 <vm_exec_core+4806>, 0x76e3eb77de35 <vm_exec_core+4133>, 0x76e3eb77dfa6 <vm_exec_core+4502>, 0x76e3eb77d503 <vm_exec_core+1779>, 0x76e3eb77d439 <vm_exec_core+1577>, 0x76e3eb77d387 <vm_exec_core+1399>, 0x76e3eb77d287 <vm_exec_core+1143>, 0x76e3eb77d1ed <vm_exec_core+989>, 0x76e3eb77d146 <vm_exec_core+822>, 0x76e3eb77d068 <vm_exec_core+600>, 0x76e3eb77cf31 <vm_exec_core+289>, 0x76e3eb77ce70 <vm_exec_core+96>, 0x76e3eb77edbc <vm_exec_core+8108>, 0x76e3eb77eccc <vm_exec_core+7868>, 0x76e3eb77ec1d <vm_exec_core+7693>, 0x76e3eb77eb6e <vm_exec_core+7518>, 0x76e3eb77eaba <vm_exec_core+7338>, 0x76e3eb782f58 <vm_exec_core+24904>, 0x76e3eb77ea06 <vm_exec_core+7158>, 0x76e3eb77e93b <vm_exec_core+6955>, 0x76e3eb77e8bb <vm_exec_core+6827>, 0x76e3eb77f19c <vm_exec_core+9100>, 0x76e3eb77f05e <vm_exec_core+8782>, 0x76e3eb77ef97 <vm_exec_core+8583>, 0x76e3eb77eebc <vm_exec_core+8364>, 0x76e3eb780d7c <vm_exec_core+16236>, 0x76e3eb77f283 <vm_exec_core+9331>, 0x76e3eb77f309 <vm_exec_core+9465>, 0x76e3eb77e42c <vm_exec_core+5660>, 0x76e3eb77f82a <vm_exec_core+10778>, 0x76e3eb77f779 <vm_exec_core+10601>, 0x76e3eb77f6cd <vm_exec_core+10429>, 0x76e3eb7828d8 <vm_exec_core+23240>, 0x76e3eb782cda <vm_exec_core+24266>, 0x76e3eb782c0e <vm_exec_core+24062>, 0x76e3eb7830fb <vm_exec_core+25323>, 0x76e3eb7825b5 <vm_exec_core+22437>, 0x76e3eb783293 <vm_exec_core+25731>, 0x76e3eb782e72 <vm_exec_core+24674>, 0x76e3eb7831c7 <vm_exec_core+25527>, 0x76e3eb782740 <vm_exec_core+22832>, 0x76e3eb78302f <vm_exec_core+25119>, 0x76e3eb782a68 <vm_exec_core+23640>, 0x76e3eb782425 <vm_exec_core+22037>, 0x76e3eb782359 <vm_exec_core+21833>, 0x76e3eb782da6 <vm_exec_core+24470>, 0x76e3eb78280c <vm_exec_core+23036>, 0x76e3eb782b34 <vm_exec_core+23844>, 0x76e3eb7824f1 <vm_exec_core+22241>, 0x76e3eb7829a4 <vm_exec_core+23444>, 0x76e3eb782681 <vm_exec_core+22641>, 0x76e3eb78229a <vm_exec_core+21642>, 0x76e3eb7821c3 <vm_exec_core+21427>, 0x76e3eb7820ba <vm_exec_core+21162>, 0x76e3eb77f5ed <vm_exec_core+10205>, 0x76e3eb77f9a7 <vm_exec_core+11159>, 0x76e3eb77f8bb <vm_exec_core+10923>, 0x76e3eb77fa76 <vm_exec_core+11366>, 0x76e3eb77e75b <vm_exec_core+6475>, 0x76e3eb77f517 <vm_exec_core+9991>, 0x76e3eb77f47e <vm_exec_core+9838>, 0x76e3eb77f40c <vm_exec_core+9724>, 0x76e3eb77f39a <vm_exec_core+9610>, 0x76e3eb77f59f <vm_exec_core+10127>, 0x76e3eb77e29a <vm_exec_core+5258>, 0x76e3eb780794 <vm_exec_core+14724>, 0x76e3eb780684 <vm_exec_core+14452>, 0x76e3eb78083b <vm_exec_core+14891>, 0x76e3eb77fd84 <vm_exec_core+12148>, 0x76e3eb7809cd <vm_exec_core+15293>, 0x76e3eb7801fd <vm_exec_core+13293>, 0x76e3eb780901 <vm_exec_core+15089>, 0x76e3eb77e80d <vm_exec_core+6653>, 0x76e3eb780bf4 <vm_exec_core+15844>, 0x76e3eb7805db <vm_exec_core+14283>, 0x76e3eb780b32 <vm_exec_core+15650>, 0x76e3eb77fbe1 <vm_exec_core+11729>, 0x76e3eb780cc2 <vm_exec_core+16050>, 0x76e3eb780081 <vm_exec_core+12913>, 0x76e3eb780aa7 <vm_exec_core+15511>, 0x76e3eb77e369 <vm_exec_core+5465>, 0x76e3eb78052b <vm_exec_core+14107>, 0x76e3eb7803fe <vm_exec_core+13806>, 0x76e3eb78046c <vm_exec_core+13916>, 0x76e3eb77fcc4 <vm_exec_core+11956>, 0x76e3eb78013a <vm_exec_core+13098>, 0x76e3eb77e672 <vm_exec_core+6242>, 0x76e3eb77e5a8 <vm_exec_core+6040>, 0x76e3eb77e4ac <vm_exec_core+5788>, 0x76e3eb780343 <vm_exec_core+13619>, 0x76e3eb77ffa4 <vm_exec_core+12692>, 0x76e3eb780299 <vm_exec_core+13449>, 0x76e3eb77fb28 <vm_exec_core+11544>, 0x76e3eb77feeb <vm_exec_core+12507>, 0x76e3eb77fe94 <vm_exec_core+12420>, 0x76e3eb77e1d0 <vm_exec_core+5056>, 0x76e3eb77e106 <vm_exec_core+4854>, 0x76e3eb77db27 <vm_exec_core+3351>, 0x76e3eb77da5e <vm_exec_core+3150>, 0x76e3eb77d978 <vm_exec_core+2920>, 0x76e3eb77d887 <vm_exec_core+2679>, 0x76e3eb77dd4d <vm_exec_core+3901>, 0x76e3eb77dc03 <vm_exec_core+3571>, 0x76e3eb77dc73 <vm_exec_core+3683>, 0x76e3eb77d5d2 <vm_exec_core+1986>, 0x76e3eb77def8 <vm_exec_core+4328>, 0x76e3eb77d7c5 <vm_exec_core+2485>, 0x76e3eb77d709 <vm_exec_core+2297>, 0x76e3eb77d63e <vm_exec_core+2094>, 0x76e3eb77e0c5 <vm_exec_core+4789>, 0x76e3eb77de24 <vm_exec_core+4116>, 0x76e3eb77df95 <vm_exec_core+4485>, 0x76e3eb77d4f2 <vm_exec_core+1762>, 0x76e3eb77d428 <vm_exec_core+1560>, 0x76e3eb77d376 <vm_exec_core+1382>, 0x76e3eb77d276 <vm_exec_core+1126>, 0x76e3eb77d1dc <vm_exec_core+972>, 0x76e3eb77d135 <vm_exec_core+805>, 0x76e3eb77d057 <vm_exec_core+583>, 0x76e3eb77cf20 <vm_exec_core+272>, 0x76e3eb7820a4 <vm_exec_core+21140>, 0x76e3eb77edab <vm_exec_core+8091>, 0x76e3eb77ecbb <vm_exec_core+7851>, 0x76e3eb77ec0c <vm_exec_core+7676>, 0x76e3eb77eb5d <vm_exec_core+7501>, 0x76e3eb77eaa9 <vm_exec_core+7321>, 0x76e3eb78208e <vm_exec_core+21118>, 0x76e3eb77e9f5 <vm_exec_core+7141>, 0x76e3eb77e92a <vm_exec_core+6938>, 0x76e3eb77e8aa <vm_exec_core+6810>, 0x76e3eb77f18b <vm_exec_core+9083>, 0x76e3eb77f04d <vm_exec_core+8765>, 0x76e3eb77ef86 <vm_exec_core+8566>, 0x76e3eb77eeab <vm_exec_core+8347>, 0x76e3eb780d6b <vm_exec_core+16219>, 0x76e3eb77f272 <vm_exec_core+9314>, 0x76e3eb77f2f8 <vm_exec_core+9448>, 0x76e3eb77e41b <vm_exec_core+5643>, 0x76e3eb77f819 <vm_exec_core+10761>, 0x76e3eb77f768 <vm_exec_core+10584>, 0x76e3eb77f6bc <vm_exec_core+10412>, 0x76e3eb782078 <vm_exec_core+21096>, 0x76e3eb782062 <vm_exec_core+21074>, 0x76e3eb78204c <vm_exec_core+21052>, 0x76e3eb782036 <vm_exec_core+21030>, 0x76e3eb782020 <vm_exec_core+21008>, 0x76e3eb78200a <vm_exec_core+20986>, 0x76e3eb781fed <vm_exec_core+20957>, 0x76e3eb781fd7 <vm_exec_core+20935>, 0x76e3eb781fc1 <vm_exec_core+20913>, 0x76e3eb781fab <vm_exec_core+20891>, 0x76e3eb781f95 <vm_exec_core+20869>, 0x76e3eb781f7f <vm_exec_core+20847>, 0x76e3eb781f69 <vm_exec_core+20825>...}
__func__ = "vm_exec_core"
#52 0x000076e3eb784462 in rb_vm_exec (ec=ec@entry=0x58b2879652f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2784
_ec = 0x58b2879652f0
_tag = {tag = 36, retval = 4, buf = {0x1, 0x76e3eb784470 <rb_vm_exec+272>, 0x0, 0x7ffca143a9c0, 0x1}, prev = 0x7ffca143ae40, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = 36
#53 0x000076e3eb786baf in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=-352947720, argv=0x7ffca143ab98, argc=<optimized out>, self=130721271525984, captured=<optimized out>, ec=0x58b2879652f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1814
iseq = 0x76e3eae49390
type = <optimized out>
cfp = 0x76e3eb066d38
flags = 0
use_argv = 0x7ffca143ab98
opt_pc = <optimized out>
sp = 0x76e3eaf671f8
av = {130721280027464, 130721280034743}
stack_argv = 0x76e3eaf671f8
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>
#54 invoke_block_from_c_bh (ec=ec@entry=0x58b2879652f0, block_handler=<optimized out>, argc=argc@entry=1, argv=argv@entry=0x7ffca143ab98, kw_splat=kw_splat@entry=0, passed_block_handler=passed_block_handler@entry=0, cref=0x0, is_lambda=<optimized out>, force_blockarg=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1828
captured = <optimized out>
#55 0x000076e3eb786d88 in vm_yield_with_cref (ec=0x58b2879652f0, argc=argc@entry=1, argv=argv@entry=0x7ffca143ab98, kw_splat=kw_splat@entry=0, cref=cref@entry=0x0, is_lambda=is_lambda@entry=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1865
No locals.
#56 0x000076e3eb786da8 in vm_yield (ec=<optimized out>, argc=argc@entry=1, argv=argv@entry=0x7ffca143ab98, kw_splat=kw_splat@entry=0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:1873
No locals.
#57 0x000076e3eb786dd2 in rb_yield_0 (argc=argc@entry=1, argv=argv@entry=0x7ffca143ab98) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1362
No locals.
#58 0x000076e3eb786e47 in rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm_eval.c:1378
No locals.
#59 0x000076e3eb549f47 in rb_ary_each (ary=130720737519024) at /tmp/ruby/src/trunk-asserts-nopara/array.c:2665
i = 0
#60 0x000076e3eb7704a6 in vm_call_cfunc_with_frame_ (ec=0x58b2879652f0, reg_cfp=0x76e3eb066d70, calling=<optimized out>, argc=0, argv=0x76e3eaf671e0, stack_bottom=0x76e3eaf671d8) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:3915
ci = 0xc0100000001
cc = <optimized out>
val = <optimized out>
me = 0x76e3cae859e0
cfunc = 0x58b2879bbce8
recv = 130720737519024
block_handler = 130721272720777
frame_type = <optimized out>
__func__ = "vm_call_cfunc_with_frame_"
len = <optimized out>
args = <optimized out>
args = <optimized out>
#61 0x000076e3eb77c88d in vm_sendish (ec=0x58b2879652f0, reg_cfp=0x76e3eb066d70, cd=<optimized out>, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:6134
val = 36
ci = <optimized out>
cc = 0x76e3caf90ce0
argc = <optimized out>
recv = <optimized out>
calling = {cd = 0x58b287c098e0, cc = 0x76e3cb1fe580, block_handler = 130721272720777, recv = 130720737519024, argc = 0, kw_splat = false, heap_argv = 0}
#62 0x000076e3eb781dfd in vm_exec_core (ec=0x58b287965010, ec@entry=0x58b2879652f0) at ../../src/trunk-asserts-nopara/insns.def:854
bh = <optimized out>
blockiseq = <optimized out>
leaf = <optimized out>
val = 97523804969184
canary = 0x76e3eaf671e0
cd = 0x58b287c098e0
reg_pc = 0x58b287c09580
reg_cfp = 0x76e3eb066d70
insns_address_table = {0x76e3eb77f5b0 <vm_exec_core+10144>, 0x76e3eb77e2ab <vm_exec_core+5275>, 0x76e3eb7807a5 <vm_exec_core+14741>, 0x76e3eb780695 <vm_exec_core+14469>, 0x76e3eb78084c <vm_exec_core+14908>, 0x76e3eb77fd95 <vm_exec_core+12165>, 0x76e3eb7809de <vm_exec_core+15310>, 0x76e3eb78020e <vm_exec_core+13310>, 0x76e3eb780912 <vm_exec_core+15106>, 0x76e3eb77e81e <vm_exec_core+6670>, 0x76e3eb780c05 <vm_exec_core+15861>, 0x76e3eb7805ec <vm_exec_core+14300>, 0x76e3eb780b43 <vm_exec_core+15667>, 0x76e3eb77fbf2 <vm_exec_core+11746>, 0x76e3eb780cd3 <vm_exec_core+16067>, 0x76e3eb780092 <vm_exec_core+12930>, 0x76e3eb780ab8 <vm_exec_core+15528>, 0x76e3eb77e37a <vm_exec_core+5482>, 0x76e3eb78053c <vm_exec_core+14124>, 0x76e3eb78040f <vm_exec_core+13823>, 0x76e3eb78047d <vm_exec_core+13933>, 0x76e3eb77fcd5 <vm_exec_core+11973>, 0x76e3eb78014b <vm_exec_core+13115>, 0x76e3eb77e683 <vm_exec_core+6259>, 0x76e3eb77e5b9 <vm_exec_core+6057>, 0x76e3eb77e4bd <vm_exec_core+5805>, 0x76e3eb780354 <vm_exec_core+13636>, 0x76e3eb77ffb5 <vm_exec_core+12709>, 0x76e3eb7802aa <vm_exec_core+13466>, 0x76e3eb77fb39 <vm_exec_core+11561>, 0x76e3eb77fefc <vm_exec_core+12524>, 0x76e3eb77fea5 <vm_exec_core+12437>, 0x76e3eb77e1e1 <vm_exec_core+5073>, 0x76e3eb77e117 <vm_exec_core+4871>, 0x76e3eb77db38 <vm_exec_core+3368>, 0x76e3eb77da6f <vm_exec_core+3167>, 0x76e3eb77d989 <vm_exec_core+2937>, 0x76e3eb77d898 <vm_exec_core+2696>, 0x76e3eb77dd5e <vm_exec_core+3918>, 0x76e3eb77dc14 <vm_exec_core+3588>, 0x76e3eb77dc84 <vm_exec_core+3700>, 0x76e3eb77d5e3 <vm_exec_core+2003>, 0x76e3eb77df09 <vm_exec_core+4345>, 0x76e3eb77d7d6 <vm_exec_core+2502>, 0x76e3eb77d71a <vm_exec_core+2314>, 0x76e3eb77d64f <vm_exec_core+2111>, 0x76e3eb77e0d6 <vm_exec_core+4806>, 0x76e3eb77de35 <vm_exec_core+4133>, 0x76e3eb77dfa6 <vm_exec_core+4502>, 0x76e3eb77d503 <vm_exec_core+1779>, 0x76e3eb77d439 <vm_exec_core+1577>, 0x76e3eb77d387 <vm_exec_core+1399>, 0x76e3eb77d287 <vm_exec_core+1143>, 0x76e3eb77d1ed <vm_exec_core+989>, 0x76e3eb77d146 <vm_exec_core+822>, 0x76e3eb77d068 <vm_exec_core+600>, 0x76e3eb77cf31 <vm_exec_core+289>, 0x76e3eb77ce70 <vm_exec_core+96>, 0x76e3eb77edbc <vm_exec_core+8108>, 0x76e3eb77eccc <vm_exec_core+7868>, 0x76e3eb77ec1d <vm_exec_core+7693>, 0x76e3eb77eb6e <vm_exec_core+7518>, 0x76e3eb77eaba <vm_exec_core+7338>, 0x76e3eb782f58 <vm_exec_core+24904>, 0x76e3eb77ea06 <vm_exec_core+7158>, 0x76e3eb77e93b <vm_exec_core+6955>, 0x76e3eb77e8bb <vm_exec_core+6827>, 0x76e3eb77f19c <vm_exec_core+9100>, 0x76e3eb77f05e <vm_exec_core+8782>, 0x76e3eb77ef97 <vm_exec_core+8583>, 0x76e3eb77eebc <vm_exec_core+8364>, 0x76e3eb780d7c <vm_exec_core+16236>, 0x76e3eb77f283 <vm_exec_core+9331>, 0x76e3eb77f309 <vm_exec_core+9465>, 0x76e3eb77e42c <vm_exec_core+5660>, 0x76e3eb77f82a <vm_exec_core+10778>, 0x76e3eb77f779 <vm_exec_core+10601>, 0x76e3eb77f6cd <vm_exec_core+10429>, 0x76e3eb7828d8 <vm_exec_core+23240>, 0x76e3eb782cda <vm_exec_core+24266>, 0x76e3eb782c0e <vm_exec_core+24062>, 0x76e3eb7830fb <vm_exec_core+25323>, 0x76e3eb7825b5 <vm_exec_core+22437>, 0x76e3eb783293 <vm_exec_core+25731>, 0x76e3eb782e72 <vm_exec_core+24674>, 0x76e3eb7831c7 <vm_exec_core+25527>, 0x76e3eb782740 <vm_exec_core+22832>, 0x76e3eb78302f <vm_exec_core+25119>, 0x76e3eb782a68 <vm_exec_core+23640>, 0x76e3eb782425 <vm_exec_core+22037>, 0x76e3eb782359 <vm_exec_core+21833>, 0x76e3eb782da6 <vm_exec_core+24470>, 0x76e3eb78280c <vm_exec_core+23036>, 0x76e3eb782b34 <vm_exec_core+23844>, 0x76e3eb7824f1 <vm_exec_core+22241>, 0x76e3eb7829a4 <vm_exec_core+23444>, 0x76e3eb782681 <vm_exec_core+22641>, 0x76e3eb78229a <vm_exec_core+21642>, 0x76e3eb7821c3 <vm_exec_core+21427>, 0x76e3eb7820ba <vm_exec_core+21162>, 0x76e3eb77f5ed <vm_exec_core+10205>, 0x76e3eb77f9a7 <vm_exec_core+11159>, 0x76e3eb77f8bb <vm_exec_core+10923>, 0x76e3eb77fa76 <vm_exec_core+11366>, 0x76e3eb77e75b <vm_exec_core+6475>, 0x76e3eb77f517 <vm_exec_core+9991>, 0x76e3eb77f47e <vm_exec_core+9838>, 0x76e3eb77f40c <vm_exec_core+9724>, 0x76e3eb77f39a <vm_exec_core+9610>, 0x76e3eb77f59f <vm_exec_core+10127>, 0x76e3eb77e29a <vm_exec_core+5258>, 0x76e3eb780794 <vm_exec_core+14724>, 0x76e3eb780684 <vm_exec_core+14452>, 0x76e3eb78083b <vm_exec_core+14891>, 0x76e3eb77fd84 <vm_exec_core+12148>, 0x76e3eb7809cd <vm_exec_core+15293>, 0x76e3eb7801fd <vm_exec_core+13293>, 0x76e3eb780901 <vm_exec_core+15089>, 0x76e3eb77e80d <vm_exec_core+6653>, 0x76e3eb780bf4 <vm_exec_core+15844>, 0x76e3eb7805db <vm_exec_core+14283>, 0x76e3eb780b32 <vm_exec_core+15650>, 0x76e3eb77fbe1 <vm_exec_core+11729>, 0x76e3eb780cc2 <vm_exec_core+16050>, 0x76e3eb780081 <vm_exec_core+12913>, 0x76e3eb780aa7 <vm_exec_core+15511>, 0x76e3eb77e369 <vm_exec_core+5465>, 0x76e3eb78052b <vm_exec_core+14107>, 0x76e3eb7803fe <vm_exec_core+13806>, 0x76e3eb78046c <vm_exec_core+13916>, 0x76e3eb77fcc4 <vm_exec_core+11956>, 0x76e3eb78013a <vm_exec_core+13098>, 0x76e3eb77e672 <vm_exec_core+6242>, 0x76e3eb77e5a8 <vm_exec_core+6040>, 0x76e3eb77e4ac <vm_exec_core+5788>, 0x76e3eb780343 <vm_exec_core+13619>, 0x76e3eb77ffa4 <vm_exec_core+12692>, 0x76e3eb780299 <vm_exec_core+13449>, 0x76e3eb77fb28 <vm_exec_core+11544>, 0x76e3eb77feeb <vm_exec_core+12507>, 0x76e3eb77fe94 <vm_exec_core+12420>, 0x76e3eb77e1d0 <vm_exec_core+5056>, 0x76e3eb77e106 <vm_exec_core+4854>, 0x76e3eb77db27 <vm_exec_core+3351>, 0x76e3eb77da5e <vm_exec_core+3150>, 0x76e3eb77d978 <vm_exec_core+2920>, 0x76e3eb77d887 <vm_exec_core+2679>, 0x76e3eb77dd4d <vm_exec_core+3901>, 0x76e3eb77dc03 <vm_exec_core+3571>, 0x76e3eb77dc73 <vm_exec_core+3683>, 0x76e3eb77d5d2 <vm_exec_core+1986>, 0x76e3eb77def8 <vm_exec_core+4328>, 0x76e3eb77d7c5 <vm_exec_core+2485>, 0x76e3eb77d709 <vm_exec_core+2297>, 0x76e3eb77d63e <vm_exec_core+2094>, 0x76e3eb77e0c5 <vm_exec_core+4789>, 0x76e3eb77de24 <vm_exec_core+4116>, 0x76e3eb77df95 <vm_exec_core+4485>, 0x76e3eb77d4f2 <vm_exec_core+1762>, 0x76e3eb77d428 <vm_exec_core+1560>, 0x76e3eb77d376 <vm_exec_core+1382>, 0x76e3eb77d276 <vm_exec_core+1126>, 0x76e3eb77d1dc <vm_exec_core+972>, 0x76e3eb77d135 <vm_exec_core+805>, 0x76e3eb77d057 <vm_exec_core+583>, 0x76e3eb77cf20 <vm_exec_core+272>, 0x76e3eb7820a4 <vm_exec_core+21140>, 0x76e3eb77edab <vm_exec_core+8091>, 0x76e3eb77ecbb <vm_exec_core+7851>, 0x76e3eb77ec0c <vm_exec_core+7676>, 0x76e3eb77eb5d <vm_exec_core+7501>, 0x76e3eb77eaa9 <vm_exec_core+7321>, 0x76e3eb78208e <vm_exec_core+21118>, 0x76e3eb77e9f5 <vm_exec_core+7141>, 0x76e3eb77e92a <vm_exec_core+6938>, 0x76e3eb77e8aa <vm_exec_core+6810>, 0x76e3eb77f18b <vm_exec_core+9083>, 0x76e3eb77f04d <vm_exec_core+8765>, 0x76e3eb77ef86 <vm_exec_core+8566>, 0x76e3eb77eeab <vm_exec_core+8347>, 0x76e3eb780d6b <vm_exec_core+16219>, 0x76e3eb77f272 <vm_exec_core+9314>, 0x76e3eb77f2f8 <vm_exec_core+9448>, 0x76e3eb77e41b <vm_exec_core+5643>, 0x76e3eb77f819 <vm_exec_core+10761>, 0x76e3eb77f768 <vm_exec_core+10584>, 0x76e3eb77f6bc <vm_exec_core+10412>, 0x76e3eb782078 <vm_exec_core+21096>, 0x76e3eb782062 <vm_exec_core+21074>, 0x76e3eb78204c <vm_exec_core+21052>, 0x76e3eb782036 <vm_exec_core+21030>, 0x76e3eb782020 <vm_exec_core+21008>, 0x76e3eb78200a <vm_exec_core+20986>, 0x76e3eb781fed <vm_exec_core+20957>, 0x76e3eb781fd7 <vm_exec_core+20935>, 0x76e3eb781fc1 <vm_exec_core+20913>, 0x76e3eb781fab <vm_exec_core+20891>, 0x76e3eb781f95 <vm_exec_core+20869>, 0x76e3eb781f7f <vm_exec_core+20847>, 0x76e3eb781f69 <vm_exec_core+20825>...}
__func__ = "vm_exec_core"
#63 0x000076e3eb784350 in vm_exec_loop (ec=ec@entry=0x58b2879652f0, state=<optimized out>, tag=tag@entry=0x7ffca143ae40, result=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2811
__func__ = "vm_exec_loop"
#64 0x000076e3eb78449b in rb_vm_exec (ec=0x58b2879652f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2790
_ec = 0x58b2879652f0
_tag = {tag = 36, retval = 4, buf = {0x0, 0x76e3eb784470 <rb_vm_exec+272>, 0x0, 0x7ffca143ae20, 0x1}, prev = 0x7ffca143afc0, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = <optimized out>
#65 0x000076e3eb643893 in require_internal (ec=<optimized out>, ec@entry=0x58b2879652f0, fname=<optimized out>, fname@entry=130721270519664, exception=exception@entry=1, warn=false) at /tmp/ruby/src/trunk-asserts-nopara/load.c:1355
handle = <optimized out>
found = 114
dtrace_line = <optimized out>
dtrace_file = <optimized out>
dtrace_line = <optimized out>
dtrace_file = <optimized out>
_ec = 0x58b2879652f0
_tag = {tag = 36, retval = 130721279670369, buf = {0x0, 0x76e3eb6436a0 <require_internal+848>, 0x0, 0x7ffca143aed0, 0x76e3eae4d770}, prev = 0x7ffca143b2c0, state = RUBY_TAG_NONE, lock_rec = 0}
result = -1
th = 0x58b287960010
box = 0x76e3ebb42780 <root_box_data>
saved = {wrapper = 0, self = 130721271360000, errinfo = 4, ec = 0x58b2879652f0, box = 0x76e3ebb42780 <root_box_data>}
state = <optimized out>
ftptr = 0x58b287b03fb0 "/tmp/ruby/src/trunk-asserts-nopara/tool/test/runner.rb"
path = 130721270519616
saved_path = 130721270519616
realpath = 130721270646960
realpaths = 130721271157728
realpath_map = 130721271157536
reset_ext_config = false
prev_ext_config = {ractor_safe = 235}
th2 = <optimized out>
dtrace_line = <optimized out>
dtrace_file = <optimized out>
dtrace_line = <optimized out>
dtrace_file = <optimized out>
#66 0x000076e3eb643920 in rb_require_string_internal (fname=130721270519664, resurrect=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/load.c:1466
result = <optimized out>
ec = 0x58b2879652f0
#67 0x000076e3eb7704a6 in vm_call_cfunc_with_frame_ (ec=0x58b2879652f0, reg_cfp=0x76e3eb066fa0, calling=<optimized out>, argc=1, argv=0x76e3eaf67048, stack_bottom=0x76e3eaf67040) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:3915
ci = 0x58b100140003
cc = <optimized out>
val = <optimized out>
me = 0x76e3eae4d7d0
cfunc = 0x58b2879ee478
recv = 130721271360000
block_handler = 0
frame_type = <optimized out>
__func__ = "vm_call_cfunc_with_frame_"
len = <optimized out>
args = <optimized out>
args = <optimized out>
#68 0x000076e3eb77c88d in vm_sendish (ec=0x58b2879652f0, reg_cfp=0x76e3eb066fa0, cd=<optimized out>, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts-nopara/vm_insnhelper.c:6134
val = 36
ci = <optimized out>
cc = 0x76e3eae4d7a0
argc = <optimized out>
recv = <optimized out>
calling = {cd = 0x58b287b059b0, cc = 0x76e3eae4d7a0, block_handler = 0, recv = 130721271360000, argc = 1, kw_splat = false, heap_argv = 0}
#69 0x000076e3eb780e23 in vm_exec_core (ec=0x58b287965010, ec@entry=0x58b2879652f0) at ../../src/trunk-asserts-nopara/insns.def:902
bh = <optimized out>
cd = 0x58b287b059b0
leaf = <optimized out>
val = 97523803904432
canary = 0x76e3eaf67050
reg_pc = 0x58b287b03728
reg_cfp = 0x76e3eb066fa0
insns_address_table = {0x76e3eb77f5b0 <vm_exec_core+10144>, 0x76e3eb77e2ab <vm_exec_core+5275>, 0x76e3eb7807a5 <vm_exec_core+14741>, 0x76e3eb780695 <vm_exec_core+14469>, 0x76e3eb78084c <vm_exec_core+14908>, 0x76e3eb77fd95 <vm_exec_core+12165>, 0x76e3eb7809de <vm_exec_core+15310>, 0x76e3eb78020e <vm_exec_core+13310>, 0x76e3eb780912 <vm_exec_core+15106>, 0x76e3eb77e81e <vm_exec_core+6670>, 0x76e3eb780c05 <vm_exec_core+15861>, 0x76e3eb7805ec <vm_exec_core+14300>, 0x76e3eb780b43 <vm_exec_core+15667>, 0x76e3eb77fbf2 <vm_exec_core+11746>, 0x76e3eb780cd3 <vm_exec_core+16067>, 0x76e3eb780092 <vm_exec_core+12930>, 0x76e3eb780ab8 <vm_exec_core+15528>, 0x76e3eb77e37a <vm_exec_core+5482>, 0x76e3eb78053c <vm_exec_core+14124>, 0x76e3eb78040f <vm_exec_core+13823>, 0x76e3eb78047d <vm_exec_core+13933>, 0x76e3eb77fcd5 <vm_exec_core+11973>, 0x76e3eb78014b <vm_exec_core+13115>, 0x76e3eb77e683 <vm_exec_core+6259>, 0x76e3eb77e5b9 <vm_exec_core+6057>, 0x76e3eb77e4bd <vm_exec_core+5805>, 0x76e3eb780354 <vm_exec_core+13636>, 0x76e3eb77ffb5 <vm_exec_core+12709>, 0x76e3eb7802aa <vm_exec_core+13466>, 0x76e3eb77fb39 <vm_exec_core+11561>, 0x76e3eb77fefc <vm_exec_core+12524>, 0x76e3eb77fea5 <vm_exec_core+12437>, 0x76e3eb77e1e1 <vm_exec_core+5073>, 0x76e3eb77e117 <vm_exec_core+4871>, 0x76e3eb77db38 <vm_exec_core+3368>, 0x76e3eb77da6f <vm_exec_core+3167>, 0x76e3eb77d989 <vm_exec_core+2937>, 0x76e3eb77d898 <vm_exec_core+2696>, 0x76e3eb77dd5e <vm_exec_core+3918>, 0x76e3eb77dc14 <vm_exec_core+3588>, 0x76e3eb77dc84 <vm_exec_core+3700>, 0x76e3eb77d5e3 <vm_exec_core+2003>, 0x76e3eb77df09 <vm_exec_core+4345>, 0x76e3eb77d7d6 <vm_exec_core+2502>, 0x76e3eb77d71a <vm_exec_core+2314>, 0x76e3eb77d64f <vm_exec_core+2111>, 0x76e3eb77e0d6 <vm_exec_core+4806>, 0x76e3eb77de35 <vm_exec_core+4133>, 0x76e3eb77dfa6 <vm_exec_core+4502>, 0x76e3eb77d503 <vm_exec_core+1779>, 0x76e3eb77d439 <vm_exec_core+1577>, 0x76e3eb77d387 <vm_exec_core+1399>, 0x76e3eb77d287 <vm_exec_core+1143>, 0x76e3eb77d1ed <vm_exec_core+989>, 0x76e3eb77d146 <vm_exec_core+822>, 0x76e3eb77d068 <vm_exec_core+600>, 0x76e3eb77cf31 <vm_exec_core+289>, 0x76e3eb77ce70 <vm_exec_core+96>, 0x76e3eb77edbc <vm_exec_core+8108>, 0x76e3eb77eccc <vm_exec_core+7868>, 0x76e3eb77ec1d <vm_exec_core+7693>, 0x76e3eb77eb6e <vm_exec_core+7518>, 0x76e3eb77eaba <vm_exec_core+7338>, 0x76e3eb782f58 <vm_exec_core+24904>, 0x76e3eb77ea06 <vm_exec_core+7158>, 0x76e3eb77e93b <vm_exec_core+6955>, 0x76e3eb77e8bb <vm_exec_core+6827>, 0x76e3eb77f19c <vm_exec_core+9100>, 0x76e3eb77f05e <vm_exec_core+8782>, 0x76e3eb77ef97 <vm_exec_core+8583>, 0x76e3eb77eebc <vm_exec_core+8364>, 0x76e3eb780d7c <vm_exec_core+16236>, 0x76e3eb77f283 <vm_exec_core+9331>, 0x76e3eb77f309 <vm_exec_core+9465>, 0x76e3eb77e42c <vm_exec_core+5660>, 0x76e3eb77f82a <vm_exec_core+10778>, 0x76e3eb77f779 <vm_exec_core+10601>, 0x76e3eb77f6cd <vm_exec_core+10429>, 0x76e3eb7828d8 <vm_exec_core+23240>, 0x76e3eb782cda <vm_exec_core+24266>, 0x76e3eb782c0e <vm_exec_core+24062>, 0x76e3eb7830fb <vm_exec_core+25323>, 0x76e3eb7825b5 <vm_exec_core+22437>, 0x76e3eb783293 <vm_exec_core+25731>, 0x76e3eb782e72 <vm_exec_core+24674>, 0x76e3eb7831c7 <vm_exec_core+25527>, 0x76e3eb782740 <vm_exec_core+22832>, 0x76e3eb78302f <vm_exec_core+25119>, 0x76e3eb782a68 <vm_exec_core+23640>, 0x76e3eb782425 <vm_exec_core+22037>, 0x76e3eb782359 <vm_exec_core+21833>, 0x76e3eb782da6 <vm_exec_core+24470>, 0x76e3eb78280c <vm_exec_core+23036>, 0x76e3eb782b34 <vm_exec_core+23844>, 0x76e3eb7824f1 <vm_exec_core+22241>, 0x76e3eb7829a4 <vm_exec_core+23444>, 0x76e3eb782681 <vm_exec_core+22641>, 0x76e3eb78229a <vm_exec_core+21642>, 0x76e3eb7821c3 <vm_exec_core+21427>, 0x76e3eb7820ba <vm_exec_core+21162>, 0x76e3eb77f5ed <vm_exec_core+10205>, 0x76e3eb77f9a7 <vm_exec_core+11159>, 0x76e3eb77f8bb <vm_exec_core+10923>, 0x76e3eb77fa76 <vm_exec_core+11366>, 0x76e3eb77e75b <vm_exec_core+6475>, 0x76e3eb77f517 <vm_exec_core+9991>, 0x76e3eb77f47e <vm_exec_core+9838>, 0x76e3eb77f40c <vm_exec_core+9724>, 0x76e3eb77f39a <vm_exec_core+9610>, 0x76e3eb77f59f <vm_exec_core+10127>, 0x76e3eb77e29a <vm_exec_core+5258>, 0x76e3eb780794 <vm_exec_core+14724>, 0x76e3eb780684 <vm_exec_core+14452>, 0x76e3eb78083b <vm_exec_core+14891>, 0x76e3eb77fd84 <vm_exec_core+12148>, 0x76e3eb7809cd <vm_exec_core+15293>, 0x76e3eb7801fd <vm_exec_core+13293>, 0x76e3eb780901 <vm_exec_core+15089>, 0x76e3eb77e80d <vm_exec_core+6653>, 0x76e3eb780bf4 <vm_exec_core+15844>, 0x76e3eb7805db <vm_exec_core+14283>, 0x76e3eb780b32 <vm_exec_core+15650>, 0x76e3eb77fbe1 <vm_exec_core+11729>, 0x76e3eb780cc2 <vm_exec_core+16050>, 0x76e3eb780081 <vm_exec_core+12913>, 0x76e3eb780aa7 <vm_exec_core+15511>, 0x76e3eb77e369 <vm_exec_core+5465>, 0x76e3eb78052b <vm_exec_core+14107>, 0x76e3eb7803fe <vm_exec_core+13806>, 0x76e3eb78046c <vm_exec_core+13916>, 0x76e3eb77fcc4 <vm_exec_core+11956>, 0x76e3eb78013a <vm_exec_core+13098>, 0x76e3eb77e672 <vm_exec_core+6242>, 0x76e3eb77e5a8 <vm_exec_core+6040>, 0x76e3eb77e4ac <vm_exec_core+5788>, 0x76e3eb780343 <vm_exec_core+13619>, 0x76e3eb77ffa4 <vm_exec_core+12692>, 0x76e3eb780299 <vm_exec_core+13449>, 0x76e3eb77fb28 <vm_exec_core+11544>, 0x76e3eb77feeb <vm_exec_core+12507>, 0x76e3eb77fe94 <vm_exec_core+12420>, 0x76e3eb77e1d0 <vm_exec_core+5056>, 0x76e3eb77e106 <vm_exec_core+4854>, 0x76e3eb77db27 <vm_exec_core+3351>, 0x76e3eb77da5e <vm_exec_core+3150>, 0x76e3eb77d978 <vm_exec_core+2920>, 0x76e3eb77d887 <vm_exec_core+2679>, 0x76e3eb77dd4d <vm_exec_core+3901>, 0x76e3eb77dc03 <vm_exec_core+3571>, 0x76e3eb77dc73 <vm_exec_core+3683>, 0x76e3eb77d5d2 <vm_exec_core+1986>, 0x76e3eb77def8 <vm_exec_core+4328>, 0x76e3eb77d7c5 <vm_exec_core+2485>, 0x76e3eb77d709 <vm_exec_core+2297>, 0x76e3eb77d63e <vm_exec_core+2094>, 0x76e3eb77e0c5 <vm_exec_core+4789>, 0x76e3eb77de24 <vm_exec_core+4116>, 0x76e3eb77df95 <vm_exec_core+4485>, 0x76e3eb77d4f2 <vm_exec_core+1762>, 0x76e3eb77d428 <vm_exec_core+1560>, 0x76e3eb77d376 <vm_exec_core+1382>, 0x76e3eb77d276 <vm_exec_core+1126>, 0x76e3eb77d1dc <vm_exec_core+972>, 0x76e3eb77d135 <vm_exec_core+805>, 0x76e3eb77d057 <vm_exec_core+583>, 0x76e3eb77cf20 <vm_exec_core+272>, 0x76e3eb7820a4 <vm_exec_core+21140>, 0x76e3eb77edab <vm_exec_core+8091>, 0x76e3eb77ecbb <vm_exec_core+7851>, 0x76e3eb77ec0c <vm_exec_core+7676>, 0x76e3eb77eb5d <vm_exec_core+7501>, 0x76e3eb77eaa9 <vm_exec_core+7321>, 0x76e3eb78208e <vm_exec_core+21118>, 0x76e3eb77e9f5 <vm_exec_core+7141>, 0x76e3eb77e92a <vm_exec_core+6938>, 0x76e3eb77e8aa <vm_exec_core+6810>, 0x76e3eb77f18b <vm_exec_core+9083>, 0x76e3eb77f04d <vm_exec_core+8765>, 0x76e3eb77ef86 <vm_exec_core+8566>, 0x76e3eb77eeab <vm_exec_core+8347>, 0x76e3eb780d6b <vm_exec_core+16219>, 0x76e3eb77f272 <vm_exec_core+9314>, 0x76e3eb77f2f8 <vm_exec_core+9448>, 0x76e3eb77e41b <vm_exec_core+5643>, 0x76e3eb77f819 <vm_exec_core+10761>, 0x76e3eb77f768 <vm_exec_core+10584>, 0x76e3eb77f6bc <vm_exec_core+10412>, 0x76e3eb782078 <vm_exec_core+21096>, 0x76e3eb782062 <vm_exec_core+21074>, 0x76e3eb78204c <vm_exec_core+21052>, 0x76e3eb782036 <vm_exec_core+21030>, 0x76e3eb782020 <vm_exec_core+21008>, 0x76e3eb78200a <vm_exec_core+20986>, 0x76e3eb781fed <vm_exec_core+20957>, 0x76e3eb781fd7 <vm_exec_core+20935>, 0x76e3eb781fc1 <vm_exec_core+20913>, 0x76e3eb781fab <vm_exec_core+20891>, 0x76e3eb781f95 <vm_exec_core+20869>, 0x76e3eb781f7f <vm_exec_core+20847>, 0x76e3eb781f69 <vm_exec_core+20825>...}
__func__ = "vm_exec_core"
#70 0x000076e3eb784462 in rb_vm_exec (ec=0x58b2879652f0) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:2784
_ec = 0x58b2879652f0
_tag = {tag = 36, retval = 4, buf = {0x76e3eae4d890, 0x76e3eb784470 <rb_vm_exec+272>, 0x0, 0x7ffca143b2a0, 0x76e3ebb89000 <_rtld_global>}, prev = 0x7ffca143b370, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = 36
#71 0x000076e3eb78dc0e in rb_iseq_eval_main (iseq=iseq@entry=0x76e3eae4d890) at /tmp/ruby/src/trunk-asserts-nopara/vm.c:3050
ec = <optimized out>
val = <optimized out>
#72 0x000076e3eb5e89a4 in rb_ec_exec_node (ec=ec@entry=0x58b2879652f0, n=n@entry=0x76e3eae4d890) at /tmp/ruby/src/trunk-asserts-nopara/eval.c:283
_ec = <optimized out>
_tag = {tag = 36, retval = 140723014055320, buf = {0x76e3eae4d890, 0x76e3eb5e89d8 <rb_ec_exec_node+200>, 0x0, 0x7ffca143b350, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
iseq = 0x76e3eae4d890
#73 0x000076e3eb5ec09b in ruby_run_node (n=0x76e3eae4d890) at /tmp/ruby/src/trunk-asserts-nopara/eval.c:321
ec = 0x58b2879652f0
status = 32764
#74 0x000058b25f05028a in rb_main (argc=8, argv=0x7ffca143b598) at /tmp/ruby/src/trunk-asserts-nopara/main.c:42
variable_in_this_stack_frame = 8
#75 0x000058b25f050158 in main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-asserts-nopara/main.c:62
No locals.
>>> Dump Ruby level backtrace (if possible)
th: 0x58b287960010, native_id: 0x76e3eb0c8c00
-- Control frame information -----------------------------------------------
c:0032 p:---- s:0191 e:000190 l:y b:---- CFUNC :value
c:0031 p:0023 s:0187 e:000185 l:y b:0001 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/core_assertions.rb:797
c:0030 p:0115 s:0176 E:002598 l:n b:---- BLOCK /tmp/ruby/src/trunk-asserts-nopara/test/net/http/test_https_proxy.rb:91 [FINISH]
c:0029 p:---- s:0166 e:000165 l:y b:---- CFUNC :open
c:0028 p:0012 s:0160 E:002410 l:y b:0001 METHOD /tmp/ruby/src/trunk-asserts-nopara/test/net/http/test_https_proxy.rb:59
c:0027 p:0037 s:0156 e:000155 l:y b:0001 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit/testcase.rb:202
c:0026 p:0052 s:0150 e:000149 l:y b:0001 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit/testcase.rb:170
c:0025 p:0093 s:0141 e:000140 l:n b:---- BLOCK /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1683 [FINISH]
c:0024 p:---- s:0134 e:000133 l:y b:---- CFUNC :map
c:0023 p:0114 s:0130 e:000129 l:y b:0001 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1670
c:0022 p:0035 s:0118 e:000117 l:y b:0001 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1374
c:0021 p:0009 s:0111 e:000109 l:n b:---- BLOCK /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:830 [FINISH]
c:0020 p:---- s:0105 e:000104 l:y b:---- CFUNC :each
c:0019 p:0047 s:0101 E:000d38 l:y b:0001 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:828
c:0018 p:0008 s:0094 E:001ff8 l:y b:0001 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:865
c:0017 p:0130 s:0087 E:000ae8 l:y b:0001 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1616
c:0016 p:0026 s:0074 E:0016e8 l:y b:0001 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1311
c:0015 p:0005 s:0069 E:001600 l:y b:0001 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1781
c:0014 p:0006 s:0065 E:000c58 l:n b:---- BLOCK /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1768 [FINISH]
c:0013 p:---- s:0061 e:000060 l:y b:---- CFUNC :each
c:0012 p:0042 s:0057 E:001828 l:y b:0001 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1767
c:0011 p:0013 s:0052 E:0002e8 l:y b:0001 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1811
c:0010 p:0008 s:0047 E:0017d0 l:y b:0001 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1053
c:0009 p:0008 s:0041 E:000d90 l:y b:0001 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:898
c:0008 p:0017 s:0035 E:000868 l:y b:0001 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:145
c:0007 p:0008 s:0030 E:001de8 l:y b:0001 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1290
c:0006 p:0032 s:0025 E:0023c0 l:y b:0001 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1895
c:0005 p:0020 s:0021 E:002108 l:y b:0001 METHOD /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1899
c:0004 p:0065 s:0016 E:001528 l:y b:0001 TOP /tmp/ruby/src/trunk-asserts-nopara/tool/test/runner.rb:14 [FINISH]
c:0003 p:---- s:0011 e:000010 l:y b:---- CFUNC :require_relative
c:0002 p:0005 s:0006 E:001220 l:n b:---- EVAL /tmp/ruby/src/trunk-asserts-nopara/test/runner.rb:5 [FINISH]
c:0001 p:0000 s:0003 E:001cf0 l:y b:---- DUMMY [FINISH]
th: 0x58b28bea9960, native_id: 0x76e3d05586c0
-- 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-asserts-nopara/lib/timeout.rb:99 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH]
th: 0x58b28c8fd200, native_id: 0x76e3c770f6c0
-- Control frame information -----------------------------------------------
c:0004 p:---- s:0019 e:000018 l:y b:---- CFUNC :accept
c:0003 p:0005 s:0015 e:000014 l:y b:0001 METHOD /tmp/ruby/build/trunk-asserts-nopara/.ext/common/openssl/ssl.rb:518
c:0002 p:0004 s:0008 e:000007 l:n b:---- BLOCK /tmp/ruby/src/trunk-asserts-nopara/test/net/http/test_https_proxy.rb:77 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH]
$1 = true
$2 = 0
">>> Finish
"[Inferior 1 (process 2430451) detached]
$ timeout 60 gdb -p 2430122 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
make: *** [uncommon.mk:915: yes-test-all] Killed
>>> Threads
No threads.
>>> Machine level backtrace
>>> Dump Ruby level backtrace (if possible)
#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 2430121 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
Could not attach to process. If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
>>> Threads
No threads.
>>> Machine level backtrace
>>> Dump Ruby level backtrace (if possible)
$ timeout 60 gdb -p 2436587 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
>>> Threads
No threads.
>>> Machine level backtrace
>>> Dump Ruby level backtrace (if possible)
#<Errno::ESRCH: No such process>