# Logfile created on 2024-01-16 08:27:52 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055e812bca3e0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=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-O0", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-O0", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-O0", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-O0", @configure_opts=["optflags=-O0"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-O0.20240116-082751", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055e812c534d8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055e812c53348 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055e812c531b8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240116-082751", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240116-082751>, @binmode=false, @mon_data=#<Monitor:0x000055e812c530f0>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src -j4
From https://github.com/ruby/ruby
924f390..9f02680 master -> origin/master
Updating 924f390..9f02680
Fast-forward
NEWS.md | 3 +-
common.mk | 3 +
doc/maintainers.md | 7 +-
doc/standard_library.rdoc | 2 +-
gems/bundled_gems | 1 +
lib/getoptlong.gemspec | 30 -
lib/getoptlong.rb | 867 ---------------------
sample/getoptlong/abbrev.rb | 9 -
sample/getoptlong/aliases.rb | 8 -
sample/getoptlong/argv.rb | 12 -
sample/getoptlong/each.rb | 12 -
sample/getoptlong/fibonacci.rb | 62 --
sample/getoptlong/permute.rb | 12 -
sample/getoptlong/require_order.rb | 13 -
sample/getoptlong/return_in_order.rb | 13 -
sample/getoptlong/simple.rb | 7 -
sample/getoptlong/types.rb | 10 -
sample/net-imap.rb | 167 ----
spec/ruby/library/getoptlong/each_option_spec.rb | 11 +-
spec/ruby/library/getoptlong/each_spec.rb | 11 +-
spec/ruby/library/getoptlong/error_message_spec.rb | 35 +-
spec/ruby/library/getoptlong/get_option_spec.rb | 11 +-
spec/ruby/library/getoptlong/get_spec.rb | 11 +-
spec/ruby/library/getoptlong/initialize_spec.rb | 41 +-
spec/ruby/library/getoptlong/ordering_spec.rb | 57 +-
spec/ruby/library/getoptlong/set_options_spec.rb | 151 ++--
spec/ruby/library/getoptlong/terminate_spec.rb | 47 +-
spec/ruby/library/getoptlong/terminated_spec.rb | 23 +-
test/test_getoptlong.rb | 163 ----
tool/sync_default_gems.rb | 2 -
30 files changed, 223 insertions(+), 1578 deletions(-)
delete mode 100644 lib/getoptlong.gemspec
delete mode 100644 lib/getoptlong.rb
delete mode 100644 sample/getoptlong/abbrev.rb
delete mode 100644 sample/getoptlong/aliases.rb
delete mode 100644 sample/getoptlong/argv.rb
delete mode 100644 sample/getoptlong/each.rb
delete mode 100644 sample/getoptlong/fibonacci.rb
delete mode 100644 sample/getoptlong/permute.rb
delete mode 100644 sample/getoptlong/require_order.rb
delete mode 100644 sample/getoptlong/return_in_order.rb
delete mode 100644 sample/getoptlong/simple.rb
delete mode 100644 sample/getoptlong/types.rb
delete mode 100644 sample/net-imap.rb
delete mode 100644 test/test_getoptlong.rb
Latest commit hash = 9f02680015
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk-O0/common.mk > uncommon.mk
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Downloading bundled gem getoptlong-0.2.1...
Extracting bundle gem getoptlong-0.2.1...
Unpacked gems/getoptlong-0.2.1.gem
$$$[end] "make after-update -j4" exit with 0.
$$$[beg] make miniruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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-O0/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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.
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-O0/loadpath.c
builtin_binary.inc updated
2d8ac6ccf8b14a77287820d97d15d7fbc3bbd5ad6bad5d6e51091891ab9e6785 builtin_binary.inc
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
generating encdb.h
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc
Installing to
installing binary commands: /tmp/ruby/install/trunk-O0/bin
installing base libraries: /tmp/ruby/install/trunk-O0/lib
installing arch files: /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers: /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-O0/bin
installing library scripts: /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing common headers: /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0
installing manpages: /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
abbrev 0.1.2
base64 0.2.0
benchmark 0.3.0
bundler 2.6.0.dev
cgi 0.4.1
csv 3.2.9
delegate 0.3.1
did_you_mean 1.6.3
drb 2.2.0
english 0.8.0
erb 4.0.4
error_highlight 0.6.0
fileutils 1.7.2
find 0.2.0
forwardable 1.3.3
ipaddr 1.2.6
irb 1.11.0
logger 1.6.0
net-http 0.4.1
net-protocol 0.2.2
observer 0.1.2
open-uri 0.4.1
open3 0.2.1
optparse 0.4.0
ostruct 0.6.0
pp 0.5.0
prettyprint 0.2.0
prism 0.19.0
pstore 0.1.3
rdoc 6.6.2
readline 0.0.4
reline 0.4.2
resolv 0.3.0
resolv-replace 0.1.1
rinda 0.2.0
ruby2_keywords 0.0.5
securerandom 0.3.1
set 1.1.0
shellwords 0.2.0
singleton 0.2.0
syntax_suggest 2.0.0
tempfile 0.2.1
time 0.3.0
timeout 0.4.1
tmpdir 0.2.0
tsort 0.2.0
un 0.3.0
uri 0.13.0
weakref 0.1.3
yaml 0.3.0
installing default gems from ext: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
bigdecimal 3.1.5
date 3.3.4
digest 3.1.1
etc 1.4.3
fcntl 1.1.0
fiddle 1.1.3
io-console 0.7.2.dev.1
io-nonblock 0.3.0
io-wait 0.3.1
json 2.7.1
nkf 0.1.3
openssl 3.2.0
pathname 0.3.0
psych 5.1.2
stringio 3.1.1
strscan 3.0.8
syslog 0.1.2
zlib 3.1.0
installing bundled gems: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
minitest 5.21.1
power_assert 2.0.3
rake 13.1.0
test-unit 3.6.1
rexml 3.2.6
rss 0.3.0
net-ftp 0.3.4
net-imap 0.4.9.1
net-pop 0.1.2
net-smtp 0.4.0.1
matrix 0.4.2
prime 0.1.2
rbs 3.4.1
typeprof 0.21.9
debug 1.9.1
racc 1.7.3
mutex_m 0.2.0
getoptlong 0.2.1
installing bundled gem cache: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1874 tests
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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.
Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-O0/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-O0/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-O0/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-O0/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-O0/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-O0/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-O0/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options:
--seed=37653
"--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
--name=!/memory_leak/
--stderr-on-failure
-j4
--exclude=rubygems/test_gem_package_task\.rb
# Running tests:
[ 1/907] 450711=test_sockopt
[ 2/907] 450711=test_gem_uri_formatter
[ 3/907] 450715=test_omap
[ 4/907] 450713=test_encoding
[ 5/907] 450712=test_windows_1251
[ 6/907] 450712=test_shellwords
[ 7/907] 450712=test_yaml_tree
[ 8/907] 450715=test_gem_package_tar_writer
[ 9/907] 450713=test_gb18030
[ 10/907] 450713=test_gem_resolver_conflict
[ 11/907] 450712=test_nowrite
[ 12/907] 450712=test_nesting_parser
[ 13/907] 450711=test_thread_queue
[ 14/907] 450713=test_vm_dump
[ 15/907] 450713=errors_test
[ 16/907] 450712=test_fileutils
[ 17/907] 450715=test_float
[ 18/907] 450713=test_history
[ 19/907] 450713=test_gem_gemcutter_utilities
[ 20/907] 450712=test_method_cache
[ 21/907] 450712=test_gem_commands_which_command
[ 22/907] 450713=test_passing_block
[ 23/907] 450713=test_primitive
[ 24/907] 450713=test_mul
[ 25/907] 450713=test_monitor
[ 26/907] 450712=test_data_error
[ 27/907] 450713=test_yjit_exit_locations
[ 28/907] 450713=test_document
[ 29/907] 450713=test_cstr
[ 30/907] 450715=test_gem_config_file
[ 31/907] 450712=test_whileuntil
[ 32/907] 450712=test_gem_resolver_best_set
[ 33/907] 450712=test_set_len
[ 34/907] 450712=test_x509attr
[ 35/907] 450715=test_unicode
[ 36/907] 450712=test_rdoc_parser_rd
[ 37/907] 450715=test_webauthn_poller
[ 38/907] 450715=test_marshalable
[ 39/907] 450715=test_rdoc_parser
[ 40/907] 450712=test_webauthn_listener
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 44127>
[ 41/907] 450711=test_pattern_matching
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9
[ 42/907] 450711=test_thread_cv
[ 43/907] 450712=test_pathname
[ 44/907] 450715=test_coverage
[ 45/907] 450711=test_helper
[ 46/907] 450711=test_case
[ 47/907] 450713=test_gem_path_support
[ 48/907] 450711=test_fips
[ 49/907] 450713=test_configuration
[ 50/907] 450712=test_class
[ 51/907] 450712=test_wss
[ 52/907] 450712=test_x509ext
[ 53/907] 450712=test_libs
[ 54/907] 450713=test_gc
[ 55/907] 450713=test_math
[ 56/907] 450712=test_iter_break
[ 57/907] 450712=test_keyword
[ 58/907] 450713=test_ensured
[ 59/907] 450713=test_x509crl
[ 60/907] 450711=test_hash
[ 61/907] 450713=test_cgi_session
[ 62/907] 450713=test_pkcs7
[ 63/907] 450713=test_num2int
[ 64/907] 450713=test_gem_install_update_options
[ 65/907] 450713=test_project_sanity
[ 66/907] 450715=test_address_resolve
[ 67/907] 450713=test_gem_command_manager
[ 68/907] 450715=test_refinement
[ 69/907] 450712=test_gem_requirement
[ 70/907] 450713=test_word
[ 71/907] 450713=test_numeric
[ 72/907] 450713=test_gem_resolver_vendor_set
[ 73/907] 450713=test_cmethod
[ 74/907] 450713=test_gem_commands_list_command
[ 75/907] 450713=test_gem_resolver_installed_specification
[ 76/907] 450712=test_irb
[ 77/907] 450713=test_parser
[ 78/907] 450713=test_gem_ext_rake_builder
[ 79/907] 450712=test_gem_commands_help_command
[ 80/907] 450712=test_set
[ 81/907] 450712=test_rdoc_include
[ 82/907] 450712=test_pkg_config
[ 83/907] 450712=test_yield_block
[ 84/907] 450712=test_rdoc_options
[ 85/907] 450713=test_dln
[ 86/907] 450713=test_at_exit
[ 87/907] 450713=test_closure
[ 88/907] 450712=test_object
[ 89/907] 450712=test_gem_resolver_local_specification
[ 90/907] 450712=test_digest
[ 91/907] 450712=test_m17n
[ 92/907] 450712=test_frozen_error
[ 93/907] 450712=test_yjit
[ 94/907] 450713=test_files_ext
[ 95/907] 450713=test_x509req
[ 96/907] 450713=test_array
[ 97/907] 450715=test_gem_ext_cargo_builder_link_flag_converter
[ 98/907] 450715=test_argf
[ 99/907] 450711=test_console_attr
[100/907] 450711=dispatcher_test
[101/907] 450711=test_complex2
[102/907] 450711=test_eval_history
[103/907] 450711=test_win32ole_record
[104/907] 450711=test_ruby_lex
[105/907] 450711=test_ossl
[106/907] 450713=test_ubf_async_safe
[107/907] 450713=test_insns_leaf
[108/907] 450713=test_gem_version_option
[109/907] 450712=test_abbrev
[110/907] 450712=test_timeout
[111/907] 450712=test_httpresponses
[112/907] 450713=test_general
[113/907] 450712=test_gem_commands_server_command
[114/907] 450712=test_objspace
[115/907] 450713=test_have_library
[116/907] 450711=test_load
[117/907] 450711=test_mixed_unicode_escapes
[118/907] 450711=test_rdoc_generator_darkfish
[119/907] 450713=test_within_pipe
[120/907] 450713=test_time_tz
[121/907] 450713=test_big5
[122/907] 450713=test_new
[123/907] 450713=test_cipher
[124/907] 450713=test_rdoc_parser_ruby
[125/907] 450711=test_httpresponse
[126/907] 450711=test_beginendblock
[127/907] 450711=version_test
[128/907] 450711=test_gem_resolver
[129/907] 450713=test_win32ole_variable
[130/907] 450713=test_bigdecimal
[131/907] 450711=test_scheduler
[132/907] 450711=test_object_references
[133/907] 450711=test_cgi_cookie
[134/907] 450711=test_gem_commands_exec_command
[135/907] 450715=test_tsort
[136/907] 450715=test_rdoc_markup_to_label
[137/907] 450715=test_gem_package_tar_reader_entry
[138/907] 450715=test_gem_specification
[139/907] 450711=test_rbconfig
[140/907] 450711=test_files_sample
[141/907] 450711=test_metaclass
[142/907] 450711=test_ssl
[143/907] 450713=test_digest_extend
[144/907] 450713=test_logger
[145/907] 450713=test_engine
[146/907] 450713=test_symbol
[147/907] 450713=test_append
[148/907] 450713=test_rb_str_dup
[149/907] 450713=test_module
[150/907] 450711=test_key_error
[151/907] 450711=test_enc_associate
[152/907] 450715=test_gem_commands_unpack_command
[153/907] 450711=test_rdoc_markup_to_table_of_contents
[154/907] 450711=test_x509cert
[155/907] 450715=test_pp
[156/907] 450711=test_ftp
[157/907] 450711=test_logdevice
[158/907] 450715=test_import
[159/907] 450713=test_last_thread
[160/907] 450713=test_pack
[161/907] 450711=test_arith_seq_extract
[162/907] 450711=test_gem_request_connection_pools
[163/907] 450713=test_config
[164/907] 450715=test_rubyvm
[165/907] 450715=test_ractor
[166/907] 450713=test_logperiod
[167/907] 450713=test_bn
[168/907] 450711=test_io_console
[169/907] 450713=test_recursion
[170/907] 450713=test_c_union_entity
[171/907] 450715=test_string_processing
[172/907] 450715=test_unicode_escape
[173/907] 450713=test_cparser
[174/907] 450715=test_rdoc_markup_attributes
[175/907] 450715=test_tree_spell_checker
[176/907] 450715=test_euc_jp
[177/907] 450715=test_gem_util
[178/907] 450715=test_require_lib
[179/907] 450711=test_integer
[180/907] 450713=test_objectspace
[181/907] 450713=test_gem_ext_cmake_builder
[182/907] 450713=test_interned_str
[183/907] 450713=test_io
[184/907] 450715=test_compile_prism
[185/907] 450715=test_sexp
[186/907] 450715=test_array_create
[187/907] 450715=test_key_event_record
[188/907] 450715=test_notimplement
[189/907] 450715=test_scalar_scanner
[190/907] 450715=test_etc
[191/907] 450715=test_struct
[192/907] 450715=test_win32ole_event
[193/907] 450715=test_option
[194/907] 450715=test_mutex
[195/907] 450715=test_constant
[196/907] 450711=test_buffered_io
[197/907] 450711=test_completion
[198/907] 450711=test_encoding
[199/907] 450715=test_to_ary_concat
[200/907] 450711=test_gem
[201/907] 450715=test_addrinfo
[202/907] 450715=test_cgi_core
[203/907] 450715=test_fixnum
[204/907] 450715=test_bug-14834
[205/907] 450711=test_signal
[206/907] 450715=test_bash_completion
[207/907] 450715=test_delegate
[208/907] 450715=test_gem_ext_cargo_builder_unit
[209/907] 450715=test_terminfo
[210/907] 450715=test_fiber
[211/907] 450711=test_rational2
[212/907] 450711=test_rdoc_require
[213/907] 450711=test_parser
[214/907] 450711=test_gem_commands_update_command
[215/907] 450715=json_encoding_test
[216/907] 450715=test_marshal
[217/907] 450713=test_raise_exception
[218/907] 450711=test_rdoc_markup_to_bs
[219/907] 450711=ripper_compat_test
[220/907] 450711=test_optparse
[221/907] 450711=test_convert
[222/907] 450711=test_gem_console_ui
[223/907] 450711=test_https
[224/907] 450711=test_rdoc_markup_to_tt_only
[225/907] 450713=test_ssl
[226/907] 450715=test_case_options
[227/907] 450715=test_evaluation
[228/907] 450711=test_ractor
[229/907] 450715=test_exit
[230/907] 450713=test_range
[231/907] 450715=test_rdoc_rd
[232/907] 450715=test_optimization
[233/907] 450711=test_gem_commands_query_command
[234/907] 450711=test_drbobject
[235/907] 450711=test_rdoc_markup_document
[236/907] 450711=test_lazy_enumerator
[237/907] 450713=test_key_actor_vi
[238/907] 450713=test_weakkeymap
[239/907] 450711=test_formatter
[240/907] 450711=test_dup
[241/907] 450713=test_delegation
[242/907] 450711=test_history
[243/907] 450713=test_locale
[244/907] 450711=test_require
[245/907] 450713=test_unconverted_fields
[246/907] 450713=test_find_executable
[247/907] 450713=test_ts
[248/907] 450713=test_thread
[249/907] 450713=test_pattern_key_name_check
[250/907] 450713=test_remote_fetch_error
[251/907] 450713=test_require
[252/907] 450711=test_pinned
[253/907] 450711=test_udp
[254/907] 450711=test_open3
[255/907] 450713=test_propertyputref
[256/907] 450713=test_struct
[257/907] 450713=fuzzer_test
[258/907] 450713=test_ast
[259/907] 450712=test_rand
[260/907] 450712=test_serialize_subclasses
[261/907] 450712=test_default_gems
[262/907] 450712=test_instrumentation_api
[263/907] 450712=ruby_api_test
[264/907] 450712=test_gem_safe_marshal
[265/907] 450711=test_gem_request_set_lockfile_tokenizer
[266/907] 450711=test_gem_doctor
[267/907] 450712=test_date_strptime
[268/907] 450711=test_grapheme_breaks
[269/907] 450711=test_ractor
[270/907] 450711=json_common_interface_test
[271/907] 450711=test_enumerable
[272/907] 450711=test_signedness
[273/907] 450712=test_too_many_dummy_encodings
[274/907] 450712=test_rdoc_parser_simple
[275/907] 450712=test_gem_commands_stale_command
[276/907] 450712=test_patterns
[277/907] 450712=test_svcb_https
[278/907] 450712=test_drbunix
[279/907] 450715=test_buffering
[280/907] 450715=test_date_arith
[281/907] 450715=test_gem_security_signer
[282/907] 450715=test_gem_package
[283/907] 450715=test_gem_resolver_api_specification
[284/907] 450715=location_test
[285/907] 450715=test_table
[286/907] 450715=test_rdoc_attr
[287/907] 450715=test_not
[288/907] 450715=test_ostruct
[289/907] 450715=test_koi8
[290/907] 450715=test_gem_resolver_vendor_specification
[291/907] 450715=json_ext_parser_test
[292/907] 450715=test_scanner_events
[293/907] 450715=test_inlinecache
[294/907] 450715=test_filter
[295/907] 450715=test_rdoc_generator_markup
[296/907] 450715=test_rendering
[297/907] 450715=test_gem_dependency_list
[298/907] 450711=test_gem_ext_configure_builder
[299/907] 450715=test_err_in_callback
[300/907] 450715=test_force_quotes
[301/907] 450711=test_rdoc_markup_indented_paragraph
[302/907] 450711=test_rdoc_i18n_text
[303/907] 450715=test_gem_source_fetch_problem
[304/907] 450711=test_rdoc_parser_markdown
[305/907] 450711=test_data
[306/907] 450715=test_rdoc_markup_to_html_snippet
[307/907] 450711=test_gem_commands_lock_command
[308/907] 450711=test_fd_setsize
[309/907] 450711=test_http
[310/907] 450715=test_gem_source_git
[311/907] 450715=test_regex_casefold
[312/907] 450715=test_unix
[313/907] 450715=test_ws
[314/907] 450715=test_gem_rdoc
[315/907] 450715=test_erb_command
[316/907] 450715=test_win32ole_variant_outarg
[317/907] 450715=test_ractor_compatibility
[318/907] 450712=test_have_func
[319/907] 450715=test_gem_commands_contents_command
[320/907] 450715=test_gem_commands_sources_command
[321/907] 450712=test_context
[322/907] 450715=test_coder
[323/907] 450715=test_symbol
[324/907] 450711=ractor_test
[325/907] 450711=test_gem_commands_fetch_command
[326/907] 450712=test_rdoc_tom_doc
[327/907] 450712=test_bignum
[328/907] 450712=test_sleep
[329/907] 450711=test_converters
[330/907] 450711=test_normalize
[331/907] 450711=test_gem_resolver_git_specification
[332/907] 450711=test_files_test_2
[333/907] 450711=test_rdoc_markup
[334/907] 450711=test_ancdata
[335/907] 450711=test_spell_checker
[336/907] 450711=test_singleton
[337/907] 450711=test_bigdecimal_util
[338/907] 450711=test_https_proxy
[339/907] 450711=test_rdoc_rd_block_parser
[340/907] 450711=test_name_error_extension
[341/907] 450712=test_rdoc_ri_paths
[342/907] 450711=test_pack
[343/907] 450712=test_stringify_symbols
[344/907] 450712=test_key_actor_emacs
[345/907] 450712=test_ractor
[346/907] 450711=test_verbose
[347/907] 450712=test_basicinstructions
[348/907] 450711=test_update
[349/907] 450711=test_read
[350/907] 450711=test_resolve_symbol
[351/907] 450712=test_flush
[352/907] 450712=test_stat
[353/907] 450712=test_pair
[354/907] 450711=test_gc
[355/907] 450712=test_gem_local_remote_options
[356/907] 450712=test_rational
[357/907] 450712=test_cgi_modruby
[358/907] 450712=test_gem_commands_owner_command
[359/907] 450712=test_liberal_parsing
[360/907] 450712=test_rdoc_class_module
[361/907] 450712=test_rdoc_markup_attribute_manager
[362/907] 450712=test_nil
[363/907] 450712=test_trace
[364/907] 450712=test_find
[365/907] 450712=test_arity
[366/907] 450712=test_object
[367/907] 450712=test_gem_resolver_composed_set
[368/907] 450712=test_summary
[369/907] 450712=test_win32ole_variant
[370/907] 450712=test_foreach
[371/907] 450712=test_install
[372/907] 450715=test_jaro_winkler
[373/907] 450715=test_func
[374/907] 450712=test_yamldbm
[375/907] 450712=unescape_test
[376/907] 450712=test_gem_source_list
[377/907] 450712=test_yaml_special_cases
[378/907] 450712=test_column_separator
[379/907] 450712=test_rdoc_parser_changelog
[380/907] 450712=parameters_signature_test
[381/907] 450712=test_drbssl
[382/907] 450715=test_kill_ring
[383/907] 450715=test_boolean
[384/907] 450715=test_rdoc_context
[385/907] 450715=test_random
[386/907] 450715=test_c_struct_entry
[387/907] 450715=test_open-uri
[388/907] 450715=test_date
[389/907] 450715=test_lexer
[390/907] 450715=test_nonblock
[391/907] 450715=test_strip
[392/907] 450715=test_gem_commands_install_command
[393/907] 450715=test_enumerator_kw
[394/907] 450715=test_mailto
[395/907] 450715=test_dir
[396/907] 450715=test_coderange
[397/907] 450715=test_iso_8859
[398/907] 450715=test_transcode
[399/907] 450715=test_error_highlight
[400/907] 450715=test_config
[401/907] 450715=test_internal_ivar
[402/907] 450715=test_tracepoint
[403/907] 450715=test_gem_resolver_specification
[404/907] 450715=desugar_compiler_test
[405/907] 450715=test_pipe
[406/907] 450715=test_have_macro
[407/907] 450715=test_general
[408/907] 450715=test_io_m17n
[409/907] 450712=test_resize
[410/907] 450712=test_stringscanner
[411/907] 450712=test_convertible
[412/907] 450715=test_nkf
[413/907] 450715=test_rdoc_markup_pre_process
[414/907] 450711=test_env
[415/907] 450715=test_gem_package_old
[416/907] 450715=test_method_cache
[417/907] 450715=memsize_test
[418/907] 450715=heredoc_dedent_test
[419/907] 450715=test_sprintf_comb
[420/907] 450715=test_time
[421/907] 450715=test_win32ole_param
[422/907] 450715=test_super
[423/907] 450715=test_ocsp
[424/907] 450715=test_gem_request_set_gem_dependency_api
[425/907] 450715=test_readpartial
[426/907] 450715=test_lambda
[427/907] 450715=test_pstore
[428/907] 450712=test_variable
[429/907] 450715=test_settracefunc
[430/907] 450712=test_gem_text
[431/907] 450711=test_win32ole
[432/907] 450711=pattern_test
[433/907] 450712=test_file_exhaustive
[434/907] 450711=test_extlibs
[435/907] 450715=test_regexp
[436/907] 450711=test_gem_remote_fetcher
[437/907] 450711=test_case
[438/907] 450711=test_printf
[439/907] 450711=compiler_test
[440/907] 450711=test_variable_name_check
[441/907] 450711=test_string
[442/907] 450711=test_iterator
[443/907] 450711=test_zlib
[444/907] 450712=test_storage
[445/907] 450712=test_gem_uninstaller
[446/907] 450712=test_rdoc_generator_pot
[447/907] 450712=test_pointer
[448/907] 450712=test_gem_gem_runner
[449/907] 450712=test_alias
[450/907] 450712=test_proc
[451/907] 450712=test_eval
[452/907] 450712=test_rdoc_generator_pot_po_entry
[453/907] 450712=test_helper
[454/907] 450712=test_dir_m17n
[455/907] 450712=test_protocol
[456/907] 450712=test_singleton_function
[457/907] 450712=test_rdoc_markup_to_rdoc
[458/907] 450712=test_cgi_header
[459/907] 450712=test_show_source
[460/907] 450712=test_tuplebag
[461/907] 450712=test_process
[462/907] 450712=test_dns
[463/907] 450712=test_getopts
[464/907] 450712=test_addr
[465/907] 450712=test_gem_commands_info_command
[466/907] 450712=test_stringchar
[467/907] 450712=test_kconv
[468/907] 450712=test_eval
[469/907] 450712=test_member
[470/907] 450712=test_gem_security
[471/907] 450711=test_rubygems
[472/907] 450711=test_shift_jis
[473/907] 450711=test_rdoc_cross_reference
[474/907] 450711=test_quote_char_nil
[475/907] 450711=test_files_lib
[476/907] 450711=test_digest
[477/907] 450711=test_gem_commands_open_command
[478/907] 450711=test_bug-5832
[479/907] 450711=test_store
[480/907] 450711=test_gem_resolver_git_set
[481/907] 450712=test_nofree
[482/907] 450712=test_gem_resolver_lock_specification
[483/907] 450712=test_fiddle
[484/907] 450712=test_gem_command
[485/907] 450711=test_emoji_breaks
[486/907] 450712=test_ractor
[487/907] 450712=bom_test
[488/907] 450712=test_safe_load
[489/907] 450712=test_gem_stream_ui
[490/907] 450712=test_ansi_with_terminfo
[491/907] 450712=test_rdoc_generator_ri
[492/907] 450712=test_thread_fd_close
[493/907] 450712=test_file
[494/907] 450712=test_hash_create
[495/907] 450712=test_name_error
[496/907] 450712=locals_test
[497/907] 450712=test_string
[498/907] 450711=test_enumerator
[499/907] 450715=test_timeout
[500/907] 450715=test_weakref
[501/907] 450715=test_gem_commands_dependency_command
[502/907] 450715=test_rdoc_rubygems_hook
[503/907] 450715=test_pkey_dsa
[504/907] 450715=test_switch_hitter
[505/907] 450715=test_rdoc_markup_to_joined_paragraph
[506/907] 450715=test_arity
[507/907] 450715=test_handle
[508/907] 450715=test_did_you_mean
[509/907] 450715=test_date_time
[510/907] 450715=test_read
[511/907] 450715=test_unicode_normalize
[512/907] 450715=test_bug-3571
[513/907] 450715=test_reline_key
[514/907] 450715=test_stringio
[515/907] 450715=test_memory_view
[516/907] 450715=test_exception_at_throwing
[517/907] 450715=test_row
[518/907] 450715=test_enumerator
[519/907] 450715=test_sprintf
[520/907] 450715=test_gem_uri
[521/907] 450715=test_rdoc_method_attr
[522/907] 450715=test_win32ole_type_event
[523/907] 450715=test_rewind
[524/907] 450715=test_scan_args
[525/907] 450715=test_dot_dot
[526/907] 450715=test_egrep_cpp
[527/907] 450715=test_weakmap
[528/907] 450712=test_case_mapping
[529/907] 450712=test_gem_source_subpath_problem
[530/907] 450712=test_date_compat
[531/907] 450712=test_date_conv
[532/907] 450712=test_frozen
[533/907] 450712=test_flip
[534/907] 450712=test_gem_source_local
[535/907] 450712=test_win32ole_method
[536/907] 450712=test_autoconf
[537/907] 450712=test_io_buffer
[538/907] 450712=test_bug_reporter
[539/907] 450712=test_json_tree
[540/907] 450712=test_cgi_multipart
[541/907] 450712=test_tcp
[542/907] 450712=test_win32ole_variant_m
[543/907] 450712=test_kdf
[544/907] 450712=test_rdoc_comment
[545/907] 450712=test_cclass
[546/907] 450712=test_rdoc_rdoc
[547/907] 450712=test_rdoc_i18n_locale
[548/907] 450712=test_gem_resolver_lock_set
[549/907] 450712=test_ole_methods
[550/907] 450712=test_flags
[551/907] 450712=test_psych
[552/907] 450712=test_gem_resolver_installer_set
[553/907] 450712=test_gem_source_installed
[554/907] 450712=test_http
[555/907] 450712=test_gem_update_suggestion
[556/907] 450712=test_arithmetic_sequence
[557/907] 450712=test_ractor
[558/907] 450712=test_severity
[559/907] 450712=test_load
[560/907] 450712=test_asn1
[561/907] 450712=attribute_write_test
[562/907] 450712=test_features
[563/907] 450712=test_len
[564/907] 450712=test_placearg
[565/907] 450712=test_gem_commands_specification_command
[566/907] 450712=test_popen_deadlock
[567/907] 450712=json_generator_test
[568/907] 450712=test_gem_impossible_dependencies_error
[569/907] 450712=test_continuation
[570/907] 450712=test_str2big
[571/907] 450712=test_bigmath
[572/907] 450712=test_ractor
[573/907] 450712=test_delete
[574/907] 450712=test_rdoc_markup_to_ansi
[575/907] 450712=test_gc_compact
[576/907] 450715=test_gem_ci_detector
[577/907] 450715=test_gem_commands_signout_command
[578/907] 450715=test_gem_silent_ui
[579/907] 450715=test_io_wait_uncommon
[580/907] 450715=test_gem_request_set_lockfile_parser
[581/907] 450715=test_parser_events
[582/907] 450713=test_files_test
[583/907] 450713=test_time
[584/907] 450715=test_gem_bundler_version_finder
[585/907] 450715=test_gem_dependency_resolution_error
[586/907] 450715=test_rdoc_stats
[587/907] 450715=test_webauthn_listener_response
[588/907] 450713=test_inadvertent_creation
[589/907] 450715=test_enc_raise
[590/907] 450715=test_rdoc_store
[591/907] 450713=test_syntax
[592/907] 450715=test_case_comprehensive
[593/907] 450711=test_exception
[594/907] 450712=test_provider
[595/907] 450712=test_write
[596/907] 450712=test_enum
[597/907] 450712=test_date_parse
[598/907] 450712=test_gem_spec_fetcher
[599/907] 450712=test_folderitem2_invokeverb
[600/907] 450712=test_pkey_ec
[601/907] 450712=test_gem_request
[602/907] 450712=test_thread
[603/907] 450712=test_rdoc_token_stream
[604/907] 450712=test_recorder
[605/907] 450712=test_rdoc_generator_json_index
[606/907] 450712=test_cgi_tag_helper
[607/907] 450712=test_gem_resolver_index_set
[608/907] 450712=test_win32ole_param_event
[609/907] 450712=test_debug_cmd
[610/907] 450712=test_workspace
[611/907] 450711=test_rdoc_single_class
[612/907] 450712=json_addition_test
[613/907] 450711=test_invalid
[614/907] 450711=test_qsort
[615/907] 450712=test_gem_commands_build_command
[616/907] 450711=test_complex
[617/907] 450711=test_base64
[618/907] 450711=json_generic_object_test
[619/907] 450711=test_gem_commands_push_command
[620/907] 450712=test_m17n_comb
[621/907] 450711=test_class_name_check
[622/907] 450711=test_common
[623/907] 450711=test_type
[624/907] 450711=test_backtrace
[625/907] 450711=test_integer_comb
[626/907] 450713=test_deprecated
[627/907] 450713=test_read_write
[628/907] 450713=test_div
[629/907] 450713=test_kernel
[630/907] 450713=test_nil2vtempty
[631/907] 450713=test_profile_frames
[632/907] 450713=parse_test
[633/907] 450711=test_gbk
[634/907] 450711=json_parser_test
[635/907] 450711=test_each
[636/907] 450711=!Nothing_to_test
[637/907] 450711=test_rendering
[638/907] 450711=test_rdoc_markup_formatter
[639/907] 450711=test_usrmarshal
[640/907] 450711=test_gem_validator
[641/907] 450711=test_gem_commands_outdated_command
[642/907] 450711=test_assignment
[643/907] 450712=test_modify_expand
[644/907] 450712=test_memory_view
[645/907] 450712=test_gem_available_set
[646/907] 450712=test_my_integer
[647/907] 450712=test_data_converters
[648/907] 450712=test_call
[649/907] 450712=test_require
[650/907] 450712=test_gem_source_vendor
[651/907] 450712=test_gem_dependency
[652/907] 450713=test_cgi_util
[653/907] 450712=test_autoload
[654/907] 450713=test_rdoc_text
[655/907] 450713=test_ansi_without_terminfo
[656/907] 450713=test_null
[657/907] 450713=test_windows_1252
[658/907] 450713=test_x509store
[659/907] 450713=test_exception
[660/907] 450713=test_win32ole_type
[661/907] 450713=test_header
[662/907] 450713=test_input_method
[663/907] 450713=test_enc_str_buf_cat
[664/907] 450713=test_generic
[665/907] 450713=regexp_test
[666/907] 450713=test_optarg
[667/907] 450713=test_ripper
[668/907] 450713=test_gem_dependency_installer
[669/907] 450711=test_gem_source_lock
[670/907] 450711=test_syslog_logger
[671/907] 450711=test_gem_commands_pristine_command
[672/907] 450711=test_tmpdir
[673/907] 450713=test_noarg
[674/907] 450713=test_change_word
[675/907] 450711=test_key_name_check
[676/907] 450713=test_trick
[677/907] 450711=test_rdoc_markup_to_markdown
[678/907] 450711=test_iseq_load
[679/907] 450711=test_utf32
[680/907] 450711=test_type_completor
[681/907] 450711=test_arith_seq_beg_len_step
[682/907] 450711=test_gem_resolver_requirement_list
[683/907] 450711=test_scalar
[684/907] 450711=test_gem_resolver_dependency_request
[685/907] 450711=test_encodings
[686/907] 450712=test_ns_spki
[687/907] 450712=test_random
[688/907] 450712=test_rdoc_markup_hard_break
[689/907] 450712=test_ssl_session
[690/907] 450712=test_gem_version
[691/907] 450712=test_rdoc_markdown_test
[692/907] 450711=test_rdoc_normal_module
[693/907] 450711=parse_comments_test
[694/907] 450711=test_forwardable
[695/907] 450711=test_gem_resolver_api_set
[696/907] 450711=test_dryrun
[697/907] 450711=test_ractor
[698/907] 450711=test_rinda
[699/907] 450713=test_gem_security_trust_dir
[700/907] 450713=test_line_editor
[701/907] 450713=test_stream
[702/907] 450713=test_pkey
[703/907] 450713=test_io_wait
[704/907] 450713=test_string_memory
[705/907] 450713=test_acceptable
[706/907] 450713=test_yield
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 19 : #<IO:fd 19>
.Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 18
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 19
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 20
[707/907] 450711=test_kwargs
[708/907] 450711=test_integer
[709/907] 450711=test_rubyoptions
[710/907] 450712=test_capacity
[711/907] 450712=test_thread
[712/907] 450712=test_nextafter
[713/907] 450712=test_date_marshal
[714/907] 450712=test_literal
[715/907] 450712=test_euc_kr
[716/907] 450712=test_gem_commands_cleanup_command
[717/907] 450712=test_gem_commands_mirror
[718/907] 450712=test_shapes
[719/907] 450712=test_rdoc_ri_driver
[720/907] 450712=test_httpheader
[721/907] 450712=test_inputs_scanner
[722/907] 450712=test_cesu8
[723/907] 450712=test_rdoc_markup_include
[724/907] 450712=test_typeddata
[725/907] 450712=test_rdoc_servlet
[726/907] 450712=test_clone
[727/907] 450712=test_rdoc_generator_pot_po
[728/907] 450712=test_tree_builder
[729/907] 450712=test_protect
[730/907] 450712=test_abi
[731/907] 450712=test_rdoc_any_method
[732/907] 450713=test_config
[733/907] 450713=test_alias_and_anchor
[734/907] 450713=test_hash
[735/907] 450713=test_drb
[736/907] 450712=test_complexrational
[737/907] 450712=test_gem_ext_ext_conf_builder
[738/907] 450712=test_win32ole_method_event
[739/907] 450712=test_securerandom
[740/907] 450712=test_pkey_dh
[741/907] 450712=test_path_to_class
[742/907] 450712=test_gem_resolver_activation_request
[743/907] 450712=test_function_entry
[744/907] 450712=test_gem_request_set
[745/907] 450712=test_gem_name_tuple
[746/907] 450712=test_undef
[747/907] 450712=test_date_ractor
[748/907] 450712=test_http_request
[749/907] 450712=constant_path_node_test
[750/907] 450712=test_external_new
[751/907] 450712=test_bundled_ca
[752/907] 450712=test_win32ole_typelib
[753/907] 450712=test_rat
[754/907] 450712=test_mdns
[755/907] 450712=test_process
[756/907] 450711=test_config
[757/907] 450711=test_key_stroke
[758/907] 450711=test_ractor
[759/907] 450711=test_ifunless
[760/907] 450711=test_to_ruby
[761/907] 450711=test_rdoc_extend
[762/907] 450711=test_c_struct_builder
[763/907] 450711=test_gem_resolver_index_specification
[764/907] 450711=test_merge_keys
[765/907] 450711=test_gem_package_tar_header
[766/907] 450711=test_gem_ext_cargo_builder
[767/907] 450711=test_io_buffer
[768/907] 450711=test_ellipsize
[769/907] 450711=test_emitter
[770/907] 450711=test_io
[771/907] 450711=test_gem_security_policy
[772/907] 450713=test_rdoc_context_section
[773/907] 450711=test_data
[774/907] 450711=test_big2str
[775/907] 450713=test_gem_commands_yank_command
[776/907] 450711=test_rdoc_alias
[777/907] 450711=test_gem_commands_check_command
[778/907] 450711=test_queue
[779/907] 450711=test_gem_ext_builder
[780/907] 450713=test_stream
[781/907] 450713=test_human_typo
[782/907] 450713=test_threadgroup
[783/907] 450713=test_prettyprint
[784/907] 450713=test_euc_tw
[785/907] 450713=test_nomethod_error
[786/907] 450713=test_fstring
[787/907] 450713=test_path
[788/907] 450713=test_cmd
[789/907] 450715=test_rdoc_markup_paragraph
[790/907] 450715=json_string_matching_test
[791/907] 450715=test_rdoc_markup_raw
[792/907] 450715=test_quote_empty
[793/907] 450715=magic_comment_test
[794/907] 450715=test_duplicate
[795/907] 450715=test_object_create_start
[796/907] 450715=test_tempfile
[797/907] 450711=test_wait
[798/907] 450715=test_gem_commands_cert_command
[799/907] 450711=test_date_new
[800/907] 450711=test_utf16
[801/907] 450711=test_acl
[802/907] 450711=test_gem_unsatisfiable_dependency_error
[803/907] 450711=test_require_path_check
[804/907] 450713=test_gem_source_specific_file
[805/907] 450713=test_method
[806/907] 450711=test_rdoc_markup_parser
[807/907] 450711=test_row_separator
[808/907] 450711=test_rdoc_constant
[809/907] 450711=test_deprecate
[810/907] 450711=test_pkcs12
[811/907] 450711=test_gem_installer
[812/907] 450715=test_ipaddr
[813/907] 450715=test_comparable
[814/907] 450715=test_rdoc_normal_class
[815/907] 450715=test_gem_package_tar_reader
[816/907] 450715=test_rdoc_markdown
[817/907] 450715=test_rdoc_rd_inline
[818/907] 450715=test_io_timeout
[819/907] 450715=test_files_test_1
[820/907] 450711=test_class
[821/907] 450715=test_rdoc_encoding
[822/907] 450715=test_const
[823/907] 450715=test_pty
[824/907] 450715=encoding_test
[825/907] 450715=test_bmethod
[826/907] 450715=test_numeric
[827/907] 450715=test_gem_commands_environment_command
[828/907] 450715=test_erb
[829/907] 450715=test_uncorrectable_name_check
[830/907] 450715=test_gem_request_set_lockfile
[831/907] 450715=test_postponed_job
[832/907] 450715=test_rdoc_top_level
[833/907] 450715=test_hmac
[834/907] 450715=test_gem_commands_setup_command
[835/907] 450715=test_parse
[836/907] 450715=test_observer
[837/907] 450715=test_method_name_check
[838/907] 450711=test_ldap
[839/907] 450711=test_color
[840/907] 450715=test_stack
[841/907] 450711=test_bigzero
[842/907] 450711=test_backtrace
[843/907] 450713=test_pkey_rsa
[844/907] 450713=test_rdoc_markup_to_html
[845/907] 450713=test_macro
[846/907] 450713=test_numhash
[847/907] 450713=test_rdoc_task
[848/907] 450713=test_rdoc_parser_c
[849/907] 450711=test_gem_platform
[850/907] 450711=test_econv
[851/907] 450713=newline_test
[852/907] 450713=json_fixtures_test
[853/907] 450713=test_rdoc_markup_verbatim
[854/907] 450713=test_emitter
[855/907] 450713=test_skip_lines
[856/907] 450713=test_gem_source
[857/907] 450715=test_pack
[858/907] 450715=test_rdoc_markup_heading
[859/907] 450715=test_x509name
[860/907] 450715=test_fnmatch
[861/907] 450715=test_benchmark
[862/907] 450713=test_depth_first
[863/907] 450713=test_random_formatter
[864/907] 450713=test_class2name
[865/907] 450713=test_yamlstore
[866/907] 450713=test_rdoc_markup_to_html_crossref
[867/907] 450711=test_socket
[868/907] 450713=test_framework
[869/907] 450713=test_rdoc_code_object
[870/907] 450715=test_gem_commands_uninstall_command
[871/907] 450713=test_syslog
[872/907] 450713=test_erb_m17n
[873/907] 450713=test_array
[874/907] 450713=test_debug
[875/907] 450713=comments_test
[876/907] 450713=test_yaml
[877/907] 450713=test_reline
[878/907] 450711=test_gem_stub_specification
[879/907] 450713=test_assembler
[880/907] 450713=test_raise
[881/907] 450713=test_mkmf
[882/907] 450711=test_function
[883/907] 450713=test_string
[884/907] 450715=test_system
[885/907] 450713=library_symbols_test
[886/907] 450713=test_zsh_completion
[887/907] 450713=test_resource
[888/907] 450713=test_gem_commands_signin_command
[889/907] 450712=test_file
[890/907] 450711=test_init
[891/907] 450712=test_set
[892/907] 450713=test_reqarg
[893/907] 450712=test_date_strftime
[894/907] 450713=test_color_printer
[895/907] 450713=test_rdoc_rd_inline_parser
[896/907] 450713=test_date_attr
[897/907] 450713=test_sleep
[898/907] 450711=test_basicsocket
[899/907] 450711=test_defined
[900/907] 450711=test_cp949
[901/907] 450711=test_gem_commands_search_command
[902/907] 450711=test_condition
[903/907] 450711=test_iseq
[904/907] 450713=test_sorted_set
[905/907] 450713=test_face
[906/907] 450712=test_emoji
[907/907] 450713=test_sizeof
Retrying...
Finished tests in 1493.511195s, 18.1144 tests/s, 6413.3004 assertions/s.
27054 tests, 9578336 assertions, 0 failures, 0 errors, 227 skips
ruby -v: ruby 3.4.0dev (2024-01-16T08:09:35Z master 9f02680015) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-01-16T08:09:35Z master 9f02680015) [x86_64-linux]
0 .........................................................................
73 .........................................................................
146 .........................................................................
219 .........................................................................
292 .........................................................................
365 .........................................................................
438 .........................................................................
511 .........................................................................
584 .........................................................................
657 .........................................................................
730 .........................................................................
803 .........................................................................
876 .........................................................................
949 .........................................................................
1022 .........................................................................
1095 .........................................................................
1168 .........................................................................
1241 .........................................................................
1314 .........................................................................
1387 .........................................................................
1460 .........................................................................
1533 .........................................................................
1606 .........................................................................
1679 .........................................................................
1752 .........................................................................
1825 .........................................................................
1898 .........................................................................
1971 .........................................................................
2044 .........................................................................
2117 .........................................................................
2190 .........................................................................
2263 .........................................................................
2336 .........................................................................
2409 .........................................................................
2482 .........................................................................
2555 .........................................................................
2628 .........................................................................
2701 .........................................................................
2774 .........................................................................
2847 .........................................................................
2920 .........................................................................
2993 .........................................................................
3066 .........................................................................
3139 .........................................................................
3212 .........................................................................
3285 .........................................................................
3358 .........................................................................
3431 .........................................................................
3504 .........................................................................
3577 .........................................................................
3650 .........................................................................
3723 .....
Finished in 291.748308 seconds
3728 files, 32461 examples, 146788 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.
$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.452334.ruby -x gdbscript
[New LWP 452334]
[New LWP 452337]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -W0'.
Program terminated with signal SIGABRT, Aborted.
#0 0x000055f159f69f88 in rb_type (obj=139890946504720) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:226
226 if (! RB_SPECIAL_CONST_P(obj)) {
[Current thread is 1 (Thread 0x7f3b009d47c0 (LWP 452334))]
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f3b009d47c0 (LWP 452334) 0x000055f159f69f88 in rb_type (obj=139890946504720) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:226
2 Thread 0x7f3ae73ff640 (LWP 452337) 0x00007f3b00afcfde in epoll_wait (epfd=4, events=0x55f15a5a483c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>>> Machine level backtrace
Thread 2 (Thread 0x7f3ae73ff640 (LWP 452337)):
#0 0x00007f3b00afcfde in epoll_wait (epfd=4, events=0x55f15a5a483c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
sc_ret = -4
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x000055f15a107605 in event_wait (vm=0x55f15b91db10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
r = 22001
#2 0x000055f15a107629 in timer_thread_polling (vm=0x55f15b91db10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
r = 1965673465
#3 0x000055f15a107ce9 in timer_thread_func (ptr=0x55f15b91db10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
vm = 0x55f15b91db10
#4 0x00007f3b00a6bb43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140721527849232, -9069058840366054220, 139890964559424, 25, 139891390724176, 140721527849584, 8958211025385915572, 8958286679745987764}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#5 0x00007f3b00afcbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.
Thread 1 (Thread 0x7f3b009d47c0 (LWP 452334)):
#0 0x000055f159f69f88 in rb_type (obj=139890946504720) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:226
No locals.
#1 0x000055f159f6a0b3 in RB_TYPE_P (obj=139890946504720, t=RUBY_T_NONE) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:381
No locals.
#2 0x000055f159f7808f in gc_mark_ptr (objspace=0x55f15b920470, obj=139890946504720) at /tmp/ruby/src/trunk-O0/gc.c:7071
__func__ = "gc_mark_ptr"
#3 0x000055f159f782e9 in gc_mark (objspace=0x55f15b920470, obj=139890946504720) at /tmp/ruby/src/trunk-O0/gc.c:7110
No locals.
#4 0x000055f159f79001 in gc_mark_children (objspace=0x55f15b920470, obj=139890947306520) at /tmp/ruby/src/trunk-O0/gc.c:7473
ptr = 0x7f3ae638b428
i = 31
len = 49
shape = 0x7f3aff460cc0
any = 0x7f3ae638b418
#5 0x000055f159f793f6 in gc_mark_stacked_objects (objspace=0x55f15b920470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7565
mstack = 0x55f15b9208f8
obj = 139890947306520
marked_slots_at_the_beginning = 699
popped_count = 0
#6 0x000055f159f79576 in gc_mark_stacked_objects_all (objspace=0x55f15b920470) at /tmp/ruby/src/trunk-O0/gc.c:7603
No locals.
#7 0x000055f159f7b8ea in gc_marks_rest (objspace=0x55f15b920470) at /tmp/ruby/src/trunk-O0/gc.c:8798
No locals.
#8 0x000055f159f7ba1e in gc_marks (objspace=0x55f15b920470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8856
marking_finished = false
#9 0x000055f159f7d7c1 in gc_start (objspace=0x55f15b920470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9609
do_full_mark = 1
__func__ = <optimized out>
lock_lev = 9478
#10 0x000055f159f7d456 in garbage_collect (objspace=0x55f15b920470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9490
_lev = 8192
ret = 0
#11 0x000055f159f7df1d in garbage_collect_with_gvl (objspace=0x55f15b920470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9878
No locals.
#12 0x000055f159f850fc in objspace_malloc_gc_stress (objspace=0x55f15b920470) at /tmp/ruby/src/trunk-O0/gc.c:12423
reason = 45568
#13 0x000055f159f853df in objspace_xmalloc0 (objspace=0x55f15b920470, size=61) at /tmp/ruby/src/trunk-O0/gc.c:12625
gpr = 107008
mem = 0x3d
#14 0x000055f159f857ad in ruby_xmalloc2_body (n=61, size=1) at /tmp/ruby/src/trunk-O0/gc.c:12872
No locals.
#15 0x000055f159f891c8 in ruby_xmalloc2 (n=61, size=1) at /tmp/ruby/src/trunk-O0/gc.c:14473
No locals.
#16 0x000055f15a0df408 in str_make_independent_expand (str=139890946405280, len=6, expand=54, termlen=1) at /tmp/ruby/src/trunk-O0/string.c:2434
ptr = 0x7ffc48adf750 "\320\367\255H\374\177"
oldptr = 0x55f15a0d9541 <STR_EMBED_P+29> "H\205\300\017\224\300\311\303UH\211\345H\203\354\bH\211}\370H\213E\370\276"
capa = 60
#17 0x000055f15a0e116c in rb_str_resize (str=139890946405280, len=60) at /tmp/ruby/src/trunk-O0/string.c:3127
capa = 3145728
termlen = 1
independent = 1
slen = 6
#18 0x000055f15a0d3903 in ruby__sfvwrite (fp=0x7ffc48adff80, uio=0x7ffc48adf910) at /tmp/ruby/src/trunk-O0/sprintf.c:1083
cr = 1048576
iov = 0x48adf940
result = 139890946405280
buf = 0x7f3ae62af3be ""
len = 33
n = 139890946405280
blen = 6
bsiz = 60
#19 0x000055f15a0d037a in BSD__sprint (fp=0x7ffc48adff80, uio=0x7ffc48adf910) at /tmp/ruby/src/trunk-O0/vsnprintf.c:318
err = 1219364296
#20 0x000055f15a0d318a in BSD_vfprintf (fp=0x7ffc48adff80, fmt0=0x55f15a39e102 "from %li\v\n", ap=0x7ffc48ae0020) at /tmp/ruby/src/trunk-O0/vsnprintf.c:1215
nc = 5
PRI_EXTRA_MARK_LEN = 1
fmt = <optimized out>
ch = 105
n = 1219364296
cp = 0x7f3ae627f488 "<internal:numeric>:237:in `times'"
iovp = 0x7ffc48adf940
flags = 16
ret = 38
width = 0
prec = -1
sign = 0 '\000'
softsign = 0 '\000'
_double = 0
expt = -433521696
expsize = 0
ndig = 0
fprec = 0
expstr = "\b\222[\361U\000"
ulval = 139890946208880
base = 0
dprec = 0
fieldsz = 33
realsz = 33
size = -433400616
xdigs = 0x0
uio = {uio_iov = 0x7ffc48adf930, uio_iovcnt = 1, uio_resid = 33}
iov = {{iov_base = 0x7f3ae627f488, iov_len = 33}, {iov_base = 0xb4300000008, iov_len = 94495089227327}, {iov_base = 0x7ffc48adf9a0, iov_len = 94495111778864}, {iov_base = 0x7ffc48adf9e0, iov_len = 94495084837439}, {iov_base = 0x20, iov_len = 139890946466720}, {iov_base = 0x7ffc48adf9a0, iov_len = 139890946466720}, {iov_base = 0x20, iov_len = 8}, {iov_base = 0x7ffc48adf9e0, iov_len = 94495084866677}}
buf = "\000\240\266[\361U\000\000\240\343+\346:\177\000\000`@#\346:\177\000\000\310\005\256H\374\177\000\000\000\372\255H\374\177\000\000(\177\367Y\361U\000\000\240\343+\346:\177\000\000p\004\222[\361U\000\000 \372\255H\374\177\000\000\363\200\367Y\361U\000\000 \000\000\000\000\000\000\000\240\343+\346:\177\000\000@\372\255H\374\177\000\000\240\343+\346:\177\000\000 \000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\200\372\255H\374\177\000\000ul\367Y\361U\000\000\240\343+\346:\177\000\000\370\b\222[\361U\000\000\000\240\266[\361U\000\000\240\343+\346:\177\000\000`@#\346:\177\000\000\310\005\256H\374\177\000\000\240\372\255H\374\177\000\000"...
ox = "\177\000\000\370"
ebuf = 0x7ffc48adfef7 ""
ln = -33
blanks = ' ' <repeats 16 times>
zeroes = '0' <repeats 16 times>
#21 0x000055f15a0d3cf6 in ruby_vsprintf0 (result=139890946405280, p=0x7f3ae62af3b9 "from ", fmt=0x55f15a39e102 "from %li\v\n", ap=0x7ffc48ae0020) at /tmp/ruby/src/trunk-O0/sprintf.c:1168
buffer = {base = {_p = 0x7f3ae62af3be "", _w = 15, _flags = 520, _file = -6614, _bf = {_base = 0x7f3ae62af3a0 "\005", _size = 0}, vwrite = 0x55f15a0d37e8 <ruby__sfvwrite>, vextra = 0x55f15a0d39cd <ruby__sfvextra>}, value = 139890946208880}
klass = 139890964884560
coderange = 0
scanned = 0
blen = 139890946397400
#22 0x000055f15a0d408d in rb_str_vcatf (str=139890946405280, fmt=0x55f15a39e102 "from %li\v\n", ap=0x7ffc48ae0020) at /tmp/ruby/src/trunk-O0/sprintf.c:1236
No locals.
#23 0x000055f15a0d414f in rb_str_catf (str=139890946405280, format=0x55f15a39e102 "from %li\v\n") at /tmp/ruby/src/trunk-O0/sprintf.c:1247
ap = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7ffc48ae0100, reg_save_area = 0x7ffc48ae0040}}
#24 0x000055f159f57a49 in print_backtrace (eclass=139890964878320, errat=139890946407000, str=139890946407320, reverse=0, backtrace_limit=-1) at /tmp/ruby/src/trunk-O0/eval_error.c:259
bt = 139890946405280
line = 139890946208880
i = 1
len = 3
threshold = 1000000000
skip_start = -1
width = 1
skip_len = 0
#25 0x000055f159f58039 in rb_error_write (errinfo=139890946407080, emesg=4, errat=139890946407000, str=139890946407320, opt=139890946209360, highlight=0, reverse=0) at /tmp/ruby/src/trunk-O0/eval_error.c:349
eclass = 139890964878320
shown_causes = 0
backtrace_limit = -1
#26 0x000055f159f582ed in rb_ec_error_print_detailed (ec=0x55f15b9214e0, errinfo=139890946407080, str=139890946407320, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:381
_ec = 0x55f15b9214e0
_tag = {tag = 36, retval = 0, buf = {0x7ffc48ae0330, 0x55f159f58202 <rb_ec_error_print_detailed+372>, 0x0, 0x7ffc48ae0260, 0x0}, prev = 0x7ffc48ae03a0, state = RUBY_TAG_NONE, lock_rec = 0}
raised_flag = 0 '\000'
errat = 139890946407000
written = true
emesg = 4
opt = 139890946209360
highlight = 0
#27 0x000055f159f598e3 in rb_ec_cleanup (ec=0x55f15b9214e0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:230
err = 139890946407080
mode0 = 0
mode1 = 3
_ec = 0x55f15b9214e0
_tag = {tag = 36, retval = 94495084745210, buf = {0x7ffc48ae0420, 0x55f159f596cc <rb_ec_cleanup+295>, 0x0, 0x7ffc48ae0340, 0x55f15b9214e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
save_error = 4
sysex = 1
signaled = 0
th = 0x55f15b920090
th0 = 0x55f15b920090
step = 2
message = 4
buf = 139890946407320
#28 0x000055f159f59d9a in ruby_run_node (n=0x7f3ae62cd2b0) at /tmp/ruby/src/trunk-O0/eval.c:328
ec = 0x55f15b9214e0
status = 22001
#29 0x000055f159f555c4 in rb_main (argc=2, argv=0x7ffc48ae05c8) at /tmp/ruby/src/trunk-O0/main.c:39
variable_in_this_stack_frame = 140721527850144
#30 0x000055f159f55625 in main (argc=2, argv=0x7ffc48ae05c8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.462565.ruby -x gdbscript
[New LWP 462565]
[New LWP 462567]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/l'.
Program terminated with signal SIGABRT, Aborted.
#0 rb_iseq_mark_and_move (iseq=0x7fd87bc90030, reference_updating=false) at /tmp/ruby/src/trunk-O0/iseq.c:343
343 if (cds[i].ci) rb_gc_mark_and_move_ptr(&cds[i].ci);
[Current thread is 1 (Thread 0x7fd8963ae7c0 (LWP 462565))]
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fd8963ae7c0 (LWP 462565) rb_iseq_mark_and_move (iseq=0x7fd87bc90030, reference_updating=false) at /tmp/ruby/src/trunk-O0/iseq.c:343
2 Thread 0x7fd87cdcf640 (LWP 462567) 0x00007fd8964d6fde in epoll_wait (epfd=4, events=0x55f5a744f83c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>>> Machine level backtrace
Thread 2 (Thread 0x7fd87cdcf640 (LWP 462567)):
#0 0x00007fd8964d6fde in epoll_wait (epfd=4, events=0x55f5a744f83c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
sc_ret = -4
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x000055f5a6fb2605 in event_wait (vm=0x55f5a82b8b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
r = 22005
#2 0x000055f5a6fb2629 in timer_thread_polling (vm=0x55f5a82b8b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
r = -685678879
#3 0x000055f5a6fb2ce9 in timer_thread_func (ptr=0x55f5a82b8b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
vm = 0x55f5a82b8b10
#4 0x00007fd896445b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140728589142464, -307786280179205039, 140567784519232, 25, 140568210724944, 140728589142816, 291185569687272529, 291514114699689041}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#5 0x00007fd8964d6bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.
Thread 1 (Thread 0x7fd8963ae7c0 (LWP 462565)):
#0 rb_iseq_mark_and_move (iseq=0x7fd87bc90030, reference_updating=false) at /tmp/ruby/src/trunk-O0/iseq.c:343
cds = 0x55f5a841c800
i = 4
body = 0x55f5a849e1e0
#1 0x000055f5a6e2387e in gc_mark_imemo (objspace=0x55f5a82bb470, obj=140567766433840) at /tmp/ruby/src/trunk-O0/gc.c:7263
__func__ = <optimized out>
#2 0x000055f5a6e23a76 in gc_mark_children (objspace=0x55f5a82bb470, obj=140567766433840) at /tmp/ruby/src/trunk-O0/gc.c:7356
any = 0x7fd87bc90030
#3 0x000055f5a6e243f6 in gc_mark_stacked_objects (objspace=0x55f5a82bb470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7565
mstack = 0x55f5a82bb8f8
obj = 140567766433840
marked_slots_at_the_beginning = 755
popped_count = 0
#4 0x000055f5a6e24576 in gc_mark_stacked_objects_all (objspace=0x55f5a82bb470) at /tmp/ruby/src/trunk-O0/gc.c:7603
No locals.
#5 0x000055f5a6e268ea in gc_marks_rest (objspace=0x55f5a82bb470) at /tmp/ruby/src/trunk-O0/gc.c:8798
No locals.
#6 0x000055f5a6e26a1e in gc_marks (objspace=0x55f5a82bb470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8856
marking_finished = false
#7 0x000055f5a6e287c1 in gc_start (objspace=0x55f5a82bb470, reason=8456) at /tmp/ruby/src/trunk-O0/gc.c:9609
do_full_mark = 1
__func__ = <optimized out>
lock_lev = 9478
#8 0x000055f5a6e28456 in garbage_collect (objspace=0x55f5a82bb470, reason=256) at /tmp/ruby/src/trunk-O0/gc.c:9490
_lev = 3985681152
ret = 32765
#9 0x000055f5a6e1a995 in newobj_slowpath (size_pool_idx=3, wb_protected=1, cr=0x55f5a82bc230, objspace=0x55f5a82bb470, flags=12884901900, klass=140567784629520) at /tmp/ruby/src/trunk-O0/gc.c:2872
obj = 7
lev = 1
#10 newobj_slowpath_wb_protected (klass=140567784629520, flags=12884901900, objspace=0x55f5a82bb470, cr=0x55f5a82bc230, size_pool_idx=3) at /tmp/ruby/src/trunk-O0/gc.c:2896
No locals.
#11 0x000055f5a6e1ad2f in newobj_of0 (klass=140567784629520, flags=12884901900, wb_protected=1, cr=0x55f5a82bc230, alloc_size=280) at /tmp/ruby/src/trunk-O0/gc.c:2938
obj = 4096
objspace = 0x55f5a82bb470
size_pool_idx = 3
i = <optimized out>
cnt = <optimized out>
#12 0x000055f5a6e1ad9b in newobj_of (cr=0x55f5a82bc230, klass=140567784629520, flags=12, v1=94513561583168, v2=3, v3=0, wb_protected=1, alloc_size=280) at /tmp/ruby/src/trunk-O0/gc.c:2948
obj = 94513555157705
#13 0x000055f5a6e1b4c2 in typed_data_alloc (klass=140567784629520, typed_flag=2, datap=0x0, type=0x55f5a743be40 <backtrace_data_type>, size=280) at /tmp/ruby/src/trunk-O0/gc.c:3157
wb_protected = true
#14 0x000055f5a6e1b5de in rb_data_typed_object_zalloc (klass=140567784629520, size=248, type=0x55f5a743be40 <backtrace_data_type>) at /tmp/ruby/src/trunk-O0/gc.c:3180
obj = 94513561583168
embed_size = 280
obj = 94513576789216
#15 0x000055f5a702a295 in rb_ec_partial_backtrace_object (ec=0x55f5a82bc4e0, start_frame=0, num_frames=7, start_too_large=0x0, skip_internal=false, do_yield=false) at /tmp/ruby/src/trunk-O0/vm_backtrace.c:616
cfp = 0x7fd8963ace88
end_cfp = 0x7fd8963acfd8
size = 7
bt = 0x0
btobj = 4
loc = 0x0
cfunc_counter = 0
memsize = 248
#16 0x000055f5a702a5e8 in rb_ec_backtrace_object (ec=0x55f5a82bc4e0) at /tmp/ruby/src/trunk-O0/vm_backtrace.c:682
No locals.
#17 0x000055f5a6e055e4 in setup_exception (ec=0x55f5a82bc4e0, tag=6, mesg=140567766420120, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:575
at = 140568208967920
bt = 4
_ec = 0x55f5a82bc4e0
_tag = {tag = 36, retval = 140568187567712, buf = {0x7ffded90aee0, 0x55f5a6e054ad <setup_exception+313>, 0x0, 0x7ffded90ad90, 0x7fd894e2fe60}, prev = 0x7ffded90cb60, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
e = 7437908435274853888
line = 13
file = 0x7fd89629fd70 "-"
file0 = 0x7fd89629fd70 "-"
dtrace_line = <optimized out>
dtrace_file = <optimized out>
#18 0x000055f5a6e05b79 in rb_longjmp (ec=0x55f5a82bc4e0, tag=6, mesg=140567766420120, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:660
No locals.
#19 0x000055f5a6e05bff in rb_exc_exception (mesg=140567766420120, tag=6, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:675
No locals.
#20 0x000055f5a6e05c25 in rb_exc_raise (mesg=140567766420120) at /tmp/ruby/src/trunk-O0/eval.c:688
No locals.
#21 0x000055f5a6fba0f1 in rb_threadptr_execute_interrupts (th=0x55f5a82bb090, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2490
err = 140567766420120
sig = 0
timer_interrupt = 0
pending_interrupt = 2
terminate_interrupt = 0
trap_interrupt = 0
interrupt = 2
postponed_job_interrupt = 0
ret = 1
#22 0x000055f5a6fed112 in rb_vm_check_ints (ec=0x55f5a82bc4e0) at /tmp/ruby/src/trunk-O0/vm_core.h:2084
No locals.
#23 0x000055f5a6ff4c90 in vm_pop_frame (ec=0x55f5a82bc4e0, cfp=0x7fd8963ace88, ep=0x7fd8962ad108) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:419
flags = 1431634051
#24 0x000055f5a6ff4cdc in rb_vm_pop_frame (ec=0x55f5a82bc4e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:428
No locals.
#25 0x000055f5a701734f in vm_call0_cfunc_with_frame (ec=0x55f5a82bc4e0, calling=0x7ffded90b310, argv=0x7ffded90b400) at /tmp/ruby/src/trunk-O0/vm_eval.c:176
reg_cfp = 0x7fd8963acec0
ci = 0x7ffded90b2e0
val = 140567766420240
me = 0x7fd89629b208
cfunc = 0x55f5a82ec268
len = 1
recv = 140567766420240
argc = 1
mid = 3153
block_handler = 0
frame_flags = 1431634051
args = <optimized out>
args = <optimized out>
#26 0x000055f5a7017418 in vm_call0_cfunc (ec=0x55f5a82bc4e0, calling=0x7ffded90b310, argv=0x7ffded90b400) at /tmp/ruby/src/trunk-O0/vm_eval.c:187
No locals.
#27 0x000055f5a7017696 in vm_call0_body (ec=0x55f5a82bc4e0, calling=0x7ffded90b310, argv=0x7ffded90b400) at /tmp/ruby/src/trunk-O0/vm_eval.c:233
ci = 0x7ffded90b2e0
cc = 0x7fd87bc8cac0
ret = 36
#28 0x000055f5a7016ee6 in vm_call0_cc (ec=0x55f5a82bc4e0, recv=140567766420240, id=3153, argc=1, argv=0x7ffded90b400, cc=0x7fd87bc8cac0, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
flags = 0
use_argv = 0x7ffded90b400
av = {140567766420240, 7094886933}
calling = {cd = 0x7ffded90b2d0, cc = 0x7fd87bc8cac0, block_handler = 0, recv = 140567766420240, argc = 1, kw_splat = false, heap_argv = 0}
#29 0x000055f5a7019e3b in rb_funcallv_scope (recv=140567766420240, mid=3153, argc=1, argv=0x7ffded90b400, scope=CALL_FCALL) at /tmp/ruby/src/trunk-O0/vm_eval.c:1069
ec = 0x55f5a82bc4e0
cc = 0x7fd87bc8cac0
self = 140567766420240
#30 0x000055f5a7019eab in rb_funcallv (recv=140567766420240, mid=3153, argc=1, argv=0x7ffded90b400) at /tmp/ruby/src/trunk-O0/vm_eval.c:1084
No locals.
#31 0x000055f5a701a2aa in rb_funcall (recv=140567766420240, mid=3153, n=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:1141
argv = 0x7ffded90b400
ar = {{gp_offset = 32, fp_offset = 48, overflow_arg_area = 0x7ffded90b520, reg_save_area = 0x7ffded90b460}}
#32 0x000055f5a6eb7570 in rb_obj_init_dup_clone (obj=140567766420240, orig=140567766563040) at /tmp/ruby/src/trunk-O0/object.c:647
No locals.
#33 0x000055f5a6ffde2e in ractor_safe_call_cfunc_1 (recv=140567766420240, argc=1, argv=0x7ffded90b910, func=0x55f5a6eb753a <rb_obj_init_dup_clone>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3315
f = 0x55f5a6eb753a <rb_obj_init_dup_clone>
#34 0x000055f5a70172ef in vm_call0_cfunc_with_frame (ec=0x55f5a82bc4e0, calling=0x7ffded90b820, argv=0x7ffded90b910) at /tmp/ruby/src/trunk-O0/vm_eval.c:173
reg_cfp = 0x7fd8963acef8
ci = 0x7ffded90b7f0
val = 140728589137456
me = 0x7fd87bd1b888
cfunc = 0x55f5a82e4b28
len = 1
recv = 140567766420240
argc = 1
mid = 3185
block_handler = 0
frame_flags = 1431634051
args = <optimized out>
args = <optimized out>
#35 0x000055f5a7017418 in vm_call0_cfunc (ec=0x55f5a82bc4e0, calling=0x7ffded90b820, argv=0x7ffded90b910) at /tmp/ruby/src/trunk-O0/vm_eval.c:187
No locals.
#36 0x000055f5a7017696 in vm_call0_body (ec=0x55f5a82bc4e0, calling=0x7ffded90b820, argv=0x7ffded90b910) at /tmp/ruby/src/trunk-O0/vm_eval.c:233
ci = 0x7ffded90b7f0
cc = 0x7fd87bc8cae8
ret = 36
#37 0x000055f5a7016ee6 in vm_call0_cc (ec=0x55f5a82bc4e0, recv=140567766420240, id=3185, argc=1, argv=0x7ffded90b910, cc=0x7fd87bc8cae8, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
flags = 0
use_argv = 0x7ffded90b910
av = {140567766420320, 4294967296}
calling = {cd = 0x7ffded90b7e0, cc = 0x7fd87bc8cae8, block_handler = 0, recv = 140567766420240, argc = 1, kw_splat = false, heap_argv = 0}
#38 0x000055f5a7019e3b in rb_funcallv_scope (recv=140567766420240, mid=3185, argc=1, argv=0x7ffded90b910, scope=CALL_FCALL) at /tmp/ruby/src/trunk-O0/vm_eval.c:1069
ec = 0x55f5a82bc4e0
cc = 0x7fd87bc8cae8
self = 140567766420320
#39 0x000055f5a7019eab in rb_funcallv (recv=140567766420240, mid=3185, argc=1, argv=0x7ffded90b910) at /tmp/ruby/src/trunk-O0/vm_eval.c:1084
No locals.
#40 0x000055f5a701a2aa in rb_funcall (recv=140567766420240, mid=3185, n=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:1141
argv = 0x7ffded90b910
ar = {{gp_offset = 32, fp_offset = 48, overflow_arg_area = 0x7ffded90ba30, reg_save_area = 0x7ffded90b970}}
#41 0x000055f5a6eb7467 in rb_obj_dup (obj=140567766563040) at /tmp/ruby/src/trunk-O0/object.c:588
dup = 140567766420240
#42 0x000055f5a6e45558 in rb_io_path (io=140567766420320) at /tmp/ruby/src/trunk-O0/io.c:2951
fptr = 0x55f5a8393fc0
#43 0x000055f5a6ffddf2 in ractor_safe_call_cfunc_0 (recv=140567766420320, argc=0, argv=0x7fd8962ad0c8, func=0x55f5a6e4551e <rb_io_path>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3308
f = 0x55f5a6e4551e <rb_io_path>
#44 0x000055f5a6ffe9f7 in vm_call_cfunc_with_frame_ (ec=0x55f5a82bc4e0, reg_cfp=0x7fd8963acf30, calling=0x7ffded90bed0, argc=0, argv=0x7fd8962ad0c8, stack_bottom=0x7fd8962ad0c0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3492
ci = 0xe3100100001
cc = 0x7fd87bc8cc50
val = 140728589138800
me = 0x7fd87cdf94e8
cfunc = 0x55f5a831e2f8
recv = 140567766420320
block_handler = 0
frame_type = 1431634051
len = 0
args = <optimized out>
args = <optimized out>
#45 0x000055f5a6ffebcc in vm_call_cfunc_with_frame (ec=0x55f5a82bc4e0, reg_cfp=0x7fd8963acf30, calling=0x7ffded90bed0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3520
argc = 0
stack_bottom = 0x7fd8962ad0c0
argv = 0x7fd8962ad0c8
#46 0x000055f5a6ffece4 in vm_call_cfunc_other (ec=0x55f5a82bc4e0, reg_cfp=0x7fd8963acf30, calling=0x7ffded90bed0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3546
ci = 0xe3100100001
argv_ary = 0
#47 0x000055f5a6fff113 in vm_call_cfunc (ec=0x55f5a82bc4e0, reg_cfp=0x7fd8963acf30, calling=0x7ffded90bed0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3628
ci = 0xe3100100001
#48 0x000055f5a7001c42 in vm_call_method_each_type (ec=0x55f5a82bc4e0, cfp=0x7fd8963acf30, calling=0x7ffded90bed0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4419
aset_mask = 1994
ivar_mask = 0
ci = 0xe3100100001
cc = 0x7fd87bc8cc50
cme = 0x7fd87cdf94e8
v = 94513581849432
#49 0x000055f5a70026ee in vm_call_method (ec=0x55f5a82bc4e0, cfp=0x7fd8963acf30, calling=0x7ffded90bed0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4545
ci = 0xe3100100001
cc = 0x7fd87bc8cc50
#50 0x000055f5a70028f0 in vm_call_general (ec=0x55f5a82bc4e0, reg_cfp=0x7fd8963acf30, calling=0x7ffded90bed0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4589
No locals.
#51 0x000055f5a7004f75 in vm_sendish (ec=0x55f5a82bc4e0, reg_cfp=0x7fd8963acf30, cd=0x55f5a8440be0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5583
val = 36
ci = 0xe3100100001
cc = 0x7fd87bc8cc50
argc = 0
recv = 140567766420320
calling = {cd = 0x55f5a8440be0, cc = 0x7fd87bc8cc50, block_handler = 0, recv = 140567766420320, argc = 0, kw_splat = false, heap_argv = 0}
#52 0x000055f5a700c506 in vm_exec_core (ec=0x55f5a82bc4e0) at ../../src/trunk-O0/insns.def:834
bh = 0
cd = 0x55f5a8440be0
leaf = false
val = 20
reg_pc = 0x55f5a83da408
reg_cfp = 0x7fd8963acf30
insns_address_table = {0x55f5a7008bdd <vm_exec_core+108>, 0x55f5a7008c3f <vm_exec_core+206>, 0x55f5a7008d52 <vm_exec_core+481>, 0x55f5a7008e66 <vm_exec_core+757>, 0x55f5a7009004 <vm_exec_core+1171>, 0x55f5a7009134 <vm_exec_core+1475>, 0x55f5a7009346 <vm_exec_core+2005>, 0x55f5a7009458 <vm_exec_core+2279>, 0x55f5a7009531 <vm_exec_core+2496>, 0x55f5a7009638 <vm_exec_core+2759>, 0x55f5a700973f <vm_exec_core+3022>, 0x55f5a700984d <vm_exec_core+3292>, 0x55f5a700995f <vm_exec_core+3566>, 0x55f5a7009a2f <vm_exec_core+3774>, 0x55f5a7009b38 <vm_exec_core+4039>, 0x55f5a7009c32 <vm_exec_core+4289>, 0x55f5a7009cf5 <vm_exec_core+4484>, 0x55f5a7009db8 <vm_exec_core+4679>, 0x55f5a7009e41 <vm_exec_core+4816>, 0x55f5a7009ecd <vm_exec_core+4956>, 0x55f5a7009f73 <vm_exec_core+5122>, 0x55f5a700a04b <vm_exec_core+5338>, 0x55f5a700a118 <vm_exec_core+5543>, 0x55f5a700a1f6 <vm_exec_core+5765>, 0x55f5a700a2b8 <vm_exec_core+5959>, 0x55f5a700a3f7 <vm_exec_core+6278>, 0x55f5a700a49d <vm_exec_core+6444>, 0x55f5a700a582 <vm_exec_core+6673>, 0x55f5a700a6b1 <vm_exec_core+6976>, 0x55f5a700a774 <vm_exec_core+7171>, 0x55f5a700a837 <vm_exec_core+7366>, 0x55f5a700a92e <vm_exec_core+7613>, 0x55f5a700a9f0 <vm_exec_core+7807>, 0x55f5a700aacf <vm_exec_core+8030>, 0x55f5a700ab9c <vm_exec_core+8235>, 0x55f5a700acac <vm_exec_core+8507>, 0x55f5a700ada6 <vm_exec_core+8757>, 0x55f5a700ae21 <vm_exec_core+8880>, 0x55f5a700aee2 <vm_exec_core+9073>, 0x55f5a700afd0 <vm_exec_core+9311>, 0x55f5a700b080 <vm_exec_core+9487>, 0x55f5a700b1ff <vm_exec_core+9870>, 0x55f5a700b2d9 <vm_exec_core+10088>, 0x55f5a700b3c5 <vm_exec_core+10324>, 0x55f5a700b456 <vm_exec_core+10469>, 0x55f5a700b5b1 <vm_exec_core+10816>, 0x55f5a700bb53 <vm_exec_core+12258>, 0x55f5a700bc4f <vm_exec_core+12510>, 0x55f5a700bd52 <vm_exec_core+12769>, 0x55f5a700be3e <vm_exec_core+13005>, 0x55f5a700c057 <vm_exec_core+13542>, 0x55f5a700c149 <vm_exec_core+13784>, 0x55f5a700c24f <vm_exec_core+14046>, 0x55f5a700c44c <vm_exec_core+14555>, 0x55f5a700c5f5 <vm_exec_core+14980>, 0x55f5a700c720 <vm_exec_core+15279>, 0x55f5a700c88c <vm_exec_core+15643>, 0x55f5a700c9b7 <vm_exec_core+15942>, 0x55f5a700cb23 <vm_exec_core+16306>, 0x55f5a700cd05 <vm_exec_core+16788>, 0x55f5a700cf02 <vm_exec_core+17297>, 0x55f5a700d0ab <vm_exec_core+17722>, 0x55f5a700d1cd <vm_exec_core+18012>, 0x55f5a700d274 <vm_exec_core+18179>, 0x55f5a700d338 <vm_exec_core+18375>, 0x55f5a700d421 <vm_exec_core+18608>, 0x55f5a700d50d <vm_exec_core+18844>, 0x55f5a700d5f6 <vm_exec_core+19077>, 0x55f5a700d70a <vm_exec_core+19353>, 0x55f5a700d831 <vm_exec_core+19648>, 0x55f5a700d967 <vm_exec_core+19958>, 0x55f5a700da9d <vm_exec_core+20268>, 0x55f5a700dbd3 <vm_exec_core+20578>, 0x55f5a700dd09 <vm_exec_core+20888>, 0x55f5a700de3f <vm_exec_core+21198>, 0x55f5a700df80 <vm_exec_core+21519>, 0x55f5a700e0fa <vm_exec_core+21897>, 0x55f5a700e230 <vm_exec_core+22207>, 0x55f5a700e366 <vm_exec_core+22517>, 0x55f5a700e49c <vm_exec_core+22827>, 0x55f5a700e5d2 <vm_exec_core+23137>, 0x55f5a700e708 <vm_exec_core+23447>, 0x55f5a700e83e <vm_exec_core+23757>, 0x55f5a700e974 <vm_exec_core+24067>, 0x55f5a700eaaa <vm_exec_core+24377>, 0x55f5a700ebf9 <vm_exec_core+24712>, 0x55f5a700edb3 <vm_exec_core+25154>, 0x55f5a700ef31 <vm_exec_core+25536>, 0x55f5a700f050 <vm_exec_core+25823>, 0x55f5a700f16f <vm_exec_core+26110>, 0x55f5a700f289 <vm_exec_core+26392>, 0x55f5a700f3a3 <vm_exec_core+26674>, 0x55f5a700f4ce <vm_exec_core+26973>, 0x55f5a700f604 <vm_exec_core+27283>, 0x55f5a700f6ef <vm_exec_core+27518>, 0x55f5a700f7f4 <vm_exec_core+27779>, 0x55f5a700f93c <vm_exec_core+28107>, 0x55f5a700fa2b <vm_exec_core+28346>, 0x55f5a700fb05 <vm_exec_core+28564>, 0x55f5a700fbda <vm_exec_core+28777>, 0x55f5a700fcb5 <vm_exec_core+28996>, 0x55f5a700fd31 <vm_exec_core+29120>, 0x55f5a700fdad <vm_exec_core+29244>, 0x55f5a700fdcb <vm_exec_core+29274>, 0x55f5a700fde9 <vm_exec_core+29304>, 0x55f5a700fe07 <vm_exec_core+29334>, 0x55f5a700fe25 <vm_exec_core+29364>, 0x55f5a700fe43 <vm_exec_core+29394>, 0x55f5a700fe61 <vm_exec_core+29424>, 0x55f5a700fe7f <vm_exec_core+29454>, 0x55f5a700fe9d <vm_exec_core+29484>, 0x55f5a700febb <vm_exec_core+29514>, 0x55f5a700fed9 <vm_exec_core+29544>, 0x55f5a700fef7 <vm_exec_core+29574>, 0x55f5a700ff15 <vm_exec_core+29604>, 0x55f5a700ff33 <vm_exec_core+29634>, 0x55f5a700ff51 <vm_exec_core+29664>, 0x55f5a700ff6f <vm_exec_core+29694>, 0x55f5a700ff8d <vm_exec_core+29724>, 0x55f5a700ffab <vm_exec_core+29754>, 0x55f5a700ffc9 <vm_exec_core+29784>, 0x55f5a700ffe7 <vm_exec_core+29814>, 0x55f5a7010005 <vm_exec_core+29844>, 0x55f5a7010023 <vm_exec_core+29874>, 0x55f5a7010041 <vm_exec_core+29904>, 0x55f5a701005f <vm_exec_core+29934>, 0x55f5a701007d <vm_exec_core+29964>, 0x55f5a701009b <vm_exec_core+29994>, 0x55f5a70100b9 <vm_exec_core+30024>, 0x55f5a70100d7 <vm_exec_core+30054>, 0x55f5a70100f5 <vm_exec_core+30084>, 0x55f5a7010113 <vm_exec_core+30114>, 0x55f5a7010131 <vm_exec_core+30144>, 0x55f5a701014f <vm_exec_core+30174>, 0x55f5a701016d <vm_exec_core+30204>, 0x55f5a701018b <vm_exec_core+30234>, 0x55f5a70101a9 <vm_exec_core+30264>, 0x55f5a70101c7 <vm_exec_core+30294>, 0x55f5a70101e5 <vm_exec_core+30324>, 0x55f5a7010203 <vm_exec_core+30354>, 0x55f5a7010221 <vm_exec_core+30384>, 0x55f5a701023f <vm_exec_core+30414>, 0x55f5a701025d <vm_exec_core+30444>, 0x55f5a701027b <vm_exec_core+30474>, 0x55f5a7010299 <vm_exec_core+30504>, 0x55f5a70102b7 <vm_exec_core+30534>, 0x55f5a70102d5 <vm_exec_core+30564>, 0x55f5a70102f3 <vm_exec_core+30594>, 0x55f5a7010311 <vm_exec_core+30624>, 0x55f5a701032f <vm_exec_core+30654>, 0x55f5a701034d <vm_exec_core+30684>, 0x55f5a701036b <vm_exec_core+30714>, 0x55f5a7010389 <vm_exec_core+30744>, 0x55f5a70103a7 <vm_exec_core+30774>, 0x55f5a70103c5 <vm_exec_core+30804>, 0x55f5a70103e3 <vm_exec_core+30834>, 0x55f5a7010401 <vm_exec_core+30864>, 0x55f5a701041f <vm_exec_core+30894>, 0x55f5a701043d <vm_exec_core+30924>, 0x55f5a701045b <vm_exec_core+30954>, 0x55f5a7010479 <vm_exec_core+30984>, 0x55f5a7010497 <vm_exec_core+31014>, 0x55f5a70104b5 <vm_exec_core+31044>, 0x55f5a70104d3 <vm_exec_core+31074>, 0x55f5a70104f1 <vm_exec_core+31104>, 0x55f5a701050f <vm_exec_core+31134>, 0x55f5a701052d <vm_exec_core+31164>, 0x55f5a701054b <vm_exec_core+31194>, 0x55f5a7010569 <vm_exec_core+31224>, 0x55f5a7010587 <vm_exec_core+31254>, 0x55f5a70105a5 <vm_exec_core+31284>, 0x55f5a70105c3 <vm_exec_core+31314>, 0x55f5a70105e1 <vm_exec_core+31344>, 0x55f5a70105ff <vm_exec_core+31374>, 0x55f5a701061d <vm_exec_core+31404>, 0x55f5a701063b <vm_exec_core+31434>, 0x55f5a7010659 <vm_exec_core+31464>, 0x55f5a7010677 <vm_exec_core+31494>, 0x55f5a70106a8 <vm_exec_core+31543>, 0x55f5a70106c6 <vm_exec_core+31573>, 0x55f5a70106e4 <vm_exec_core+31603>, 0x55f5a7010702 <vm_exec_core+31633>, 0x55f5a7010720 <vm_exec_core+31663>, 0x55f5a701073e <vm_exec_core+31693>, 0x55f5a701075c <vm_exec_core+31723>, 0x55f5a701077a <vm_exec_core+31753>, 0x55f5a7010798 <vm_exec_core+31783>, 0x55f5a70107b6 <vm_exec_core+31813>, 0x55f5a70107d4 <vm_exec_core+31843>, 0x55f5a70107f2 <vm_exec_core+31873>, 0x55f5a7010810 <vm_exec_core+31903>, 0x55f5a701082e <vm_exec_core+31933>, 0x55f5a701084c <vm_exec_core+31963>, 0x55f5a701086a <vm_exec_core+31993>, 0x55f5a7010888 <vm_exec_core+32023>, 0x55f5a70108a6 <vm_exec_core+32053>, 0x55f5a70108c4 <vm_exec_core+32083>, 0x55f5a70108e2 <vm_exec_core+32113>, 0x55f5a7010900 <vm_exec_core+32143>, 0x55f5a701091e <vm_exec_core+32173>...}
#53 0x000055f5a7022ffb in vm_exec_loop (ec=0x55f5a82bc4e0, state=RUBY_TAG_BREAK, tag=0x7ffded90cb60, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2514
No locals.
#54 0x000055f5a7022f43 in rb_vm_exec (ec=0x55f5a82bc4e0) at /tmp/ruby/src/trunk-O0/vm.c:2493
_ec = 0x55f5a82bc4e0
_tag = {tag = 36, retval = 4, buf = {0x7ffded90cbe0, 0x55f5a7022e6e <rb_vm_exec+190>, 0x0, 0x7ffded90cb30, 0x7ffded90ce78}, prev = 0x7ffded90cc50, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_BREAK
result = 36
#55 0x000055f5a7023d4f in rb_iseq_eval_main (iseq=0x7fd87bd18480) at /tmp/ruby/src/trunk-O0/vm.c:2753
ec = 0x55f5a82bc4e0
val = 94513576789216
#56 0x000055f5a6e04c0d in rb_ec_exec_node (ec=0x55f5a82bc4e0, n=0x7fd87bd18480) at /tmp/ruby/src/trunk-O0/eval.c:287
th = 0x55f5a82bb090
_ec = 0x55f5a82bc4e0
_tag = {tag = 36, retval = 94513555063290, buf = {0x7ffded90ccd0, 0x55f5a6e04ba3 <rb_ec_exec_node+212>, 0x0, 0x7ffded90cc20, 0x55f5a82bc4e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
iseq = 0x7fd87bd18480
#57 0x000055f5a6e04d8a in ruby_run_node (n=0x7fd87bd18480) at /tmp/ruby/src/trunk-O0/eval.c:328
ec = 0x55f5a82bc4e0
status = 22005
#58 0x000055f5a6e005c4 in rb_main (argc=131, argv=0x7ffded90ce78) at /tmp/ruby/src/trunk-O0/main.c:39
variable_in_this_stack_frame = 140728589143376
#59 0x000055f5a6e00625 in main (argc=131, argv=0x7ffded90ce78) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)