# Logfile created on 2023-11-11 22:31:48 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055d05d4b2020 @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.20231111-223148", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055d05d553448 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055d05d5532e0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055d05d553128 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231111-223148", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231111-223148>, @binmode=false, @mon_data=#<Monitor:0x000055d05d553038>, @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
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
$$$[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
64f0346..e6916f1 master -> origin/master
Updating 64f0346..e6916f1
Fast-forward
prism/prism.c | 40 +++++++----
prism/templates/template.rb | 1 +
test/prism/fixtures/patterns.txt | 3 +
test/prism/fixtures/until.txt | 2 +
test/prism/fixtures/while.txt | 2 +
test/prism/snapshots/patterns.txt | 136 ++++++++++++++++++++++++++------------
test/prism/snapshots/until.txt | 103 +++++++++++++++++++----------
test/prism/snapshots/while.txt | 113 ++++++++++++++++++++-----------
8 files changed, 271 insertions(+), 129 deletions(-)
Latest commit hash = e6916f1305
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[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/compile.c
compiling /tmp/ruby/src/trunk-O0/iseq.c
compiling /tmp/ruby/src/trunk-O0/ruby.c
compiling /tmp/ruby/src/trunk-O0/version.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-O0/prism/api_pack.c
compiling /tmp/ruby/src/trunk-O0/prism/extension.c
compiling prism/node.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-O0/prism/regexp.c
compiling prism/serialize.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-O0/prism/prism.c
compiling /tmp/ruby/src/trunk-O0/prism_init.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.
builtin_binary.inc updated
4c0913554960a0a516083db73da2ff6669167a4dfc5b35f8eab86611c4f28dc3 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
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
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'
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/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering 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/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
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/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/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/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
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/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
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'
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
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
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
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
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
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
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 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
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'
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/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
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]: Leaving 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]: Entering 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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering 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/pty'
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/pty'
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/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
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/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/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.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
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/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/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'
./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.3.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.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers: /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-O0/bin
installing library scripts: /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing common headers: /tmp/ruby/install/trunk-O0/include/ruby-3.3.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.3.0+0
abbrev 0.1.1
base64 0.2.0
benchmark 0.3.0
bundler 2.5.0.dev
cgi 0.4.0
csv 3.2.8
delegate 0.3.1
did_you_mean 1.6.3
drb 2.2.0
english 0.8.0
erb 4.0.3
error_highlight 0.5.1
fileutils 1.7.2
find 0.2.0
forwardable 1.3.3
getoptlong 0.2.1
ipaddr 1.2.5
irb 1.9.0
logger 1.6.0
mutex_m 0.2.0
net-http 0.4.0
net-protocol 0.2.2
observer 0.1.2
open-uri 0.4.0
open3 0.2.0
optparse 0.4.0
ostruct 0.6.0
pp 0.5.0
prettyprint 0.2.0
prism 0.17.1
pstore 0.1.3
rdoc 6.6.0
readline 0.0.3
reline 0.4.0
resolv 0.2.2
resolv-replace 0.1.1
rinda 0.2.0
ruby2_keywords 0.0.5
securerandom 0.3.0
set 1.0.3
shellwords 0.2.0
singleton 0.2.0
syntax_suggest 1.1.0
tempfile 0.2.0
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.3.0+0
bigdecimal 3.1.5
date 3.3.4
digest 3.1.1
etc 1.4.3.dev.1
fcntl 1.1.0
fiddle 1.1.2
io-console 0.6.1.dev.1
io-nonblock 0.2.0
io-wait 0.3.0
json 2.6.3
nkf 0.1.3
openssl 3.2.0
pathname 0.3.0
psych 5.1.1.1
stringio 3.1.0
strscan 3.0.8
syslog 0.1.1
zlib 3.1.0
installing bundled gems: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
minitest 5.20.0
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.2.0
net-imap 0.4.4
net-pop 0.1.2
net-smtp 0.4.0
matrix 0.4.2
prime 0.1.2
rbs 3.2.2
typeprof 0.21.8
debug 1.8.0
racc 1.7.3
installing bundled gem cache: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1862 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.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/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.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/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=30004
"--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
# Running tests:
[ 1/908] 11195=test_scanner_events
[ 2/908] 11196=test_inlinecache
[ 3/908] 11193=test_filter
[ 4/908] 11194=test_rendering
[ 5/908] 11195=test_rdoc_generator_markup
[ 6/908] 11193=test_gem_dependency_list
[ 7/908] 11196=test_gem_ext_configure_builder
[ 8/908] 11194=test_rdoc_attr
[ 9/908] 11193=test_not
[ 10/908] 11193=test_table
[ 11/908] 11196=test_ostruct
[ 12/908] 11194=test_koi8
[ 13/908] 11194=json_ext_parser_test
[ 14/908] 11193=test_gem_resolver_vendor_specification
[ 15/908] 11194=test_force_quotes
[ 16/908] 11193=test_err_in_callback
[ 17/908] 11193=test_gem_package_task
[ 18/908] 11194=test_data
[ 19/908] 11194=test_rdoc_markup_to_html_snippet
[ 20/908] 11195=test_gem_commands_lock_command
[ 21/908] 11193=test_rdoc_markup_indented_paragraph
[ 22/908] 11194=test_rdoc_i18n_text
[ 23/908] 11194=test_gem_source_fetch_problem
[ 24/908] 11196=test_rdoc_parser_markdown
[ 25/908] 11195=test_gem_commands_sources_command
[ 26/908] 11194=test_context
[ 27/908] 11195=test_coder
[ 28/908] 11193=test_symbol
[ 29/908] 11195=test_http
[ 30/908] 11194=test_fd_setsize
[ 31/908] 11194=test_gem_source_git
[ 32/908] 11196=test_unix
[ 33/908] 11196=test_regex_casefold
[ 34/908] 11194=test_ws
[ 35/908] 11194=test_gem_rdoc
[ 36/908] 11194=test_erb_command
[ 37/908] 11196=test_win32ole_variant_outarg
[ 38/908] 11196=test_gem_commands_contents_command
[ 39/908] 11194=test_ractor_compatibility
[ 40/908] 11196=test_have_func
[ 41/908] 11193=test_bignum
[ 42/908] 11193=test_sleep
[ 43/908] 11194=test_converters
[ 44/908] 11194=test_normalize
[ 45/908] 11194=ractor_test
[ 46/908] 11194=test_gem_commands_fetch_command
[ 47/908] 11194=test_rdoc_tom_doc
[ 48/908] 11194=test_ancdata
[ 49/908] 11194=test_spell_checker
[ 50/908] 11194=test_singleton
[ 51/908] 11194=test_files_test_2
[ 52/908] 11196=test_gem_resolver_git_specification
[ 53/908] 11193=test_rdoc_markup
[ 54/908] 11193=test_https_proxy
[ 55/908] 11193=test_bigdecimal_util
[ 56/908] 11193=test_rdoc_rd_block_parser
[ 57/908] 11196=test_rdoc_ri_paths
[ 58/908] 11193=test_name_error_extension
[ 59/908] 11193=test_key_actor_emacs
[ 60/908] 11196=test_ractor
[ 61/908] 11196=test_verbose
[ 62/908] 11196=test_read
[ 63/908] 11196=test_update
[ 64/908] 11196=test_basicinstructions
[ 65/908] 11196=test_pack
[ 66/908] 11193=test_range
[ 67/908] 11196=test_rdoc_rd
[ 68/908] 11196=test_optimization
[ 69/908] 11195=test_gem_commands_query_command
[ 70/908] 11195=test_drbobject
[ 71/908] 11195=test_exit
[ 72/908] 11195=test_dup
[ 73/908] 11195=test_delegation
[ 74/908] 11195=test_history
[ 75/908] 11195=test_locale
[ 76/908] 11193=test_unconverted_fields
[ 77/908] 11193=test_require
[ 78/908] 11195=test_find_executable
[ 79/908] 11195=test_ts
[ 80/908] 11195=test_rdoc_markup_document
[ 81/908] 11195=test_key_actor_vi
[ 82/908] 11195=test_lazy_enumerator
[ 83/908] 11195=test_weakkeymap
[ 84/908] 11195=test_formatter
[ 85/908] 11195=test_remote_fetch_error
[ 86/908] 11195=test_require
[ 87/908] 11194=test_thread
[ 88/908] 11195=test_pattern_key_name_check
[ 89/908] 11195=test_pinned
[ 90/908] 11195=test_udp
[ 91/908] 11195=test_open3
[ 92/908] 11193=test_rand
[ 93/908] 11193=test_serialize_subclasses
[ 94/908] 11193=test_default_gems
[ 95/908] 11193=test_instrumentation_api
[ 96/908] 11193=test_propertyputref
[ 97/908] 11193=test_struct
[ 98/908] 11193=fuzzer_test
[ 99/908] 11193=test_ast
[100/908] 11194=test_gem_request_set_lockfile_tokenizer
[101/908] 11194=test_gem_doctor
[102/908] 11194=test_date_strptime
[103/908] 11194=ruby_api_test
[104/908] 11194=test_gem_safe_marshal
[105/908] 11195=test_enumerable
[106/908] 11195=test_too_many_dummy_encodings
[107/908] 11195=test_signedness
[108/908] 11196=test_rdoc_parser_simple
[109/908] 11196=test_grapheme_breaks
[110/908] 11196=test_ractor
[111/908] 11196=json_common_interface_test
[112/908] 11196=test_date_arith
[113/908] 11196=test_gem_security_signer
[114/908] 11196=test_gem_package
[115/908] 11194=test_gem_resolver_api_specification
[116/908] 11194=location_test
[117/908] 11194=test_gem_commands_stale_command
[118/908] 11194=test_patterns
[119/908] 11194=test_buffering
[120/908] 11194=test_drbunix
[121/908] 11196=test_gem_resolver_specification
[122/908] 11196=test_tracepoint
[123/908] 11196=desugar_compiler_test
[124/908] 11195=test_pipe
[125/908] 11196=test_have_macro
[126/908] 11195=test_general
[127/908] 11195=test_resize
[128/908] 11195=test_io_m17n
[129/908] 11196=test_stringscanner
[130/908] 11196=test_error_highlight
[131/908] 11196=test_config
[132/908] 11196=test_internal_ivar
[133/908] 11196=test_nkf
[134/908] 11196=test_rdoc_markup_pre_process
[135/908] 11196=test_env
[136/908] 11195=test_convertible
[137/908] 11194=test_win32ole_param
[138/908] 11194=test_super
[139/908] 11194=test_ocsp
[140/908] 11194=test_gem_package_old
[141/908] 11194=memsize_test
[142/908] 11194=test_method_cache
[143/908] 11194=heredoc_dedent_test
[144/908] 11194=test_sprintf_comb
[145/908] 11194=test_time
[146/908] 11194=test_win32ole
[147/908] 11194=test_gem_request_set_gem_dependency_api
[148/908] 11196=test_lambda
[149/908] 11194=test_readpartial
[150/908] 11194=test_pstore
[151/908] 11196=test_variable
[152/908] 11194=test_gem_text
[153/908] 11196=test_settracefunc
[154/908] 11194=test_gem_remote_fetcher
[155/908] 11195=test_case
[156/908] 11195=test_scope
[157/908] 11195=test_printf
[158/908] 11195=compiler_test
[159/908] 11195=test_iterator
[160/908] 11195=test_string
[161/908] 11195=test_variable_name_check
[162/908] 11195=pattern_test
[163/908] 11195=test_file_exhaustive
[164/908] 11196=test_extlibs
[165/908] 11194=test_regexp
[166/908] 11196=test_pointer
[167/908] 11196=test_gem_gem_runner
[168/908] 11196=test_alias
[169/908] 11196=test_proc
[170/908] 11195=test_eval
[171/908] 11195=test_storage
[172/908] 11195=test_zlib
[173/908] 11196=test_gem_uninstaller
[174/908] 11194=test_rdoc_generator_pot
[175/908] 11194=test_singleton_function
[176/908] 11194=test_protocol
[177/908] 11194=test_rdoc_markup_to_rdoc
[178/908] 11194=test_cgi_header
[179/908] 11194=test_tuplebag
[180/908] 11194=test_rdoc_generator_pot_po_entry
[181/908] 11194=test_helper
[182/908] 11194=test_dir_m17n
[183/908] 11196=test_getopts
[184/908] 11196=test_addr
[185/908] 11196=test_gem_commands_info_command
[186/908] 11196=test_process
[187/908] 11196=test_dns
[188/908] 11196=test_type_completor
[189/908] 11196=test_stat
[190/908] 11196=test_pair
[191/908] 11196=test_flush
[192/908] 11196=test_rational
[193/908] 11196=test_cgi_modruby
[194/908] 11196=test_gem_commands_owner_command
[195/908] 11194=test_gem_local_remote_options
[196/908] 11194=test_gc
[197/908] 11196=test_find
[198/908] 11196=test_arity
[199/908] 11196=test_object
[200/908] 11196=test_gem_resolver_composed_set
[201/908] 11196=test_summary
[202/908] 11196=test_win32ole_variant
[203/908] 11196=test_rdoc_class_module
[204/908] 11196=test_liberal_parsing
[205/908] 11196=test_rdoc_markup_attribute_manager
[206/908] 11196=test_nil
[207/908] 11196=test_trace
[208/908] 11196=test_yamldbm
[209/908] 11196=unescape_test
[210/908] 11195=test_foreach
[211/908] 11195=test_install
[212/908] 11195=test_func
[213/908] 11196=test_jaro_winkler
[214/908] 11196=test_rdoc_parser_changelog
[215/908] 11196=parameters_signature_test
[216/908] 11196=test_raise_no_backtrace_exception
[217/908] 11196=test_drbssl
[218/908] 11195=test_yaml_special_cases
[219/908] 11195=test_gem_source_list
[220/908] 11195=test_column_separator
[221/908] 11195=test_boolean
[222/908] 11195=test_kill_ring
[223/908] 11195=test_open-uri
[224/908] 11195=test_date
[225/908] 11195=test_lexer
[226/908] 11195=test_nonblock
[227/908] 11195=test_strip
[228/908] 11195=test_rdoc_context
[229/908] 11195=test_random
[230/908] 11195=test_c_struct_entry
[231/908] 11195=test_dir
[232/908] 11195=test_coderange
[233/908] 11195=test_iso_8859
[234/908] 11195=test_transcode
[235/908] 11195=test_gem_indexer
[236/908] 11195=test_gem_commands_install_command
[237/908] 11195=test_enumerator_kw
[238/908] 11195=test_mailto
[239/908] 11195=test_num2int
[240/908] 11195=test_gem_install_update_options
[241/908] 11195=test_iter_break
[242/908] 11195=test_keyword
[243/908] 11195=test_hash
[244/908] 11196=test_x509crl
[245/908] 11196=test_ensured
[246/908] 11196=test_cgi_session
[247/908] 11196=test_pkcs7
[248/908] 11196=test_address_resolve
[249/908] 11196=test_gem_command_manager
[250/908] 11196=test_refinement
[251/908] 11194=test_project_sanity
[252/908] 11194=test_word
[253/908] 11194=test_numeric
[254/908] 11194=test_gem_requirement
[255/908] 11194=test_irb
[256/908] 11194=test_gem_ext_rake_builder
[257/908] 11194=test_parser
[258/908] 11194=test_gem_resolver_vendor_set
[259/908] 11194=test_gem_commands_list_command
[260/908] 11194=test_cmethod
[261/908] 11194=test_gem_resolver_installed_specification
[262/908] 11194=test_gem_commands_help_command
[263/908] 11194=test_set
[264/908] 11194=test_rdoc_include
[265/908] 11194=test_pkg_config
[266/908] 11194=test_yield_block
[267/908] 11194=test_gem_resolver_local_specification
[268/908] 11194=test_object
[269/908] 11194=test_digest
[270/908] 11194=test_dln
[271/908] 11194=test_rdoc_options
[272/908] 11194=test_at_exit
[273/908] 11194=test_closure
[274/908] 11194=test_files_ext
[275/908] 11194=test_x509req
[276/908] 11194=test_gem_ext_cargo_builder_link_flag_converter
[277/908] 11194=test_array
[278/908] 11196=test_console_attr
[279/908] 11196=test_argf
[280/908] 11194=test_m17n
[281/908] 11194=test_yjit
[282/908] 11196=test_frozen_error
[283/908] 11196=test_ossl
[284/908] 11195=test_ubf_async_safe
[285/908] 11195=test_insns_leaf
[286/908] 11195=test_gem_version_option
[287/908] 11195=test_complex2
[288/908] 11195=dispatcher_test
[289/908] 11195=test_eval_history
[290/908] 11195=test_win32ole_record
[291/908] 11195=test_ruby_lex
[292/908] 11195=test_encoding
[293/908] 11195=test_windows_1251
[294/908] 11195=test_shellwords
[295/908] 11195=test_yaml_tree
[296/908] 11195=test_sockopt
[297/908] 11195=test_gem_uri_formatter
[298/908] 11195=test_omap
[299/908] 11195=errors_test
[300/908] 11195=test_fileutils
[301/908] 11195=test_gem_package_tar_writer
[302/908] 11195=test_gb18030
[303/908] 11195=test_gem_resolver_conflict
[304/908] 11195=test_nowrite
[305/908] 11195=test_nesting_parser
[306/908] 11195=test_vm_dump
[307/908] 11195=test_thread_queue
[308/908] 11196=test_passing_block
[309/908] 11196=test_gem_commands_which_command
[310/908] 11196=test_primitive
[311/908] 11196=test_mul
[312/908] 11196=test_float
[313/908] 11196=test_method_cache
[314/908] 11196=test_gem_gemcutter_utilities
[315/908] 11196=test_history
[316/908] 11196=test_document
[317/908] 11196=test_gem_config_file
[318/908] 11195=test_cstr
[319/908] 11196=test_gem_resolver_best_set
[320/908] 11196=test_whileuntil
[321/908] 11196=test_monitor
[322/908] 11196=test_data_error
[323/908] 11196=test_yjit_exit_locations
[324/908] 11196=test_set_len
[325/908] 11196=test_x509attr
[326/908] 11196=test_unicode
[327/908] 11196=test_webauthn_poller
[328/908] 11196=test_rdoc_parser_rd
[329/908] 11196=test_marshalable
[330/908] 11196=test_webauthn_listener
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 43777>
[331/908] 11196=test_pattern_matching
[332/908] 11196=test_thread_cv
[333/908] 11196=test_rdoc_parser
Closed file descriptor: TestRDocParser#test_class_use_markup_shebang: 11
[334/908] 11196=test_helper
[335/908] 11196=test_case
[336/908] 11196=test_gem_path_support
[337/908] 11196=test_pathname
[338/908] 11196=test_coverage
[339/908] 11194=test_libs
[340/908] 11194=test_gc
[341/908] 11194=test_math
[342/908] 11194=test_configuration
[343/908] 11194=test_fips
[344/908] 11195=test_class
[345/908] 11195=test_wss
[346/908] 11195=test_x509ext
[347/908] 11195=test_require_lib
[348/908] 11194=test_tree_spell_checker
[349/908] 11194=test_euc_jp
[350/908] 11194=test_gem_util
[351/908] 11194=test_compile_prism
[352/908] 11196=test_io
[353/908] 11194=test_sexp
[354/908] 11194=test_integer
[355/908] 11195=test_objectspace
[356/908] 11194=test_gem_ext_cmake_builder
[357/908] 11194=test_interned_str
[358/908] 11194=test_notimplement
[359/908] 11194=test_scalar_scanner
[360/908] 11194=test_array_create
[361/908] 11194=test_key_event_record
[362/908] 11194=test_win32ole_event
[363/908] 11194=test_option
[364/908] 11195=test_mutex
[365/908] 11194=test_struct
[366/908] 11194=test_etc
[367/908] 11194=test_encoding
[368/908] 11195=test_to_ary_concat
[369/908] 11194=test_gem
[370/908] 11194=test_addrinfo
[371/908] 11194=test_constant
[372/908] 11195=test_buffered_io
[373/908] 11195=test_completion
[374/908] 11195=test_terminfo
[375/908] 11195=test_rational2
[376/908] 11195=test_fiber
[377/908] 11194=test_rdoc_require
[378/908] 11194=test_parser
[379/908] 11194=test_cgi_core
[380/908] 11194=test_signal
[381/908] 11194=test_bug-14834
[382/908] 11194=test_fixnum
[383/908] 11194=test_delegate
[384/908] 11194=test_gem_ext_cargo_builder_unit
[385/908] 11194=test_bash_completion
[386/908] 11194=ripper_compat_test
[387/908] 11194=test_optparse
[388/908] 11194=test_gem_commands_generate_index_command
[389/908] 11194=test_gem_commands_update_command
[390/908] 11195=json_encoding_test
[391/908] 11195=test_marshal
[392/908] 11196=test_rdoc_markup_to_bs
[393/908] 11196=test_ractor
[394/908] 11195=test_convert
[395/908] 11195=test_https
[396/908] 11195=test_rdoc_markup_to_tt_only
[397/908] 11196=test_ssl
[398/908] 11195=test_evaluation
[399/908] 11195=test_case_options
[400/908] 11195=test_timeout
[401/908] 11195=test_httpresponses
[402/908] 11195=test_gem_commands_server_command
[403/908] 11195=test_general
[404/908] 11196=test_objspace
[405/908] 11195=test_abbrev
[406/908] 11195=test_time_tz
[407/908] 11195=test_big5
[408/908] 11195=test_new
[409/908] 11195=test_cipher
[410/908] 11194=test_httpresponse
[411/908] 11195=test_rdoc_parser_ruby
[412/908] 11194=test_beginendblock
[413/908] 11194=test_load
[414/908] 11194=test_have_library
[415/908] 11194=test_mixed_unicode_escapes
[416/908] 11194=test_rdoc_generator_darkfish
[417/908] 11195=test_within_pipe
[418/908] 11195=test_gem_resolver
[419/908] 11194=test_win32ole_variable
[420/908] 11194=test_bigdecimal
[421/908] 11195=test_object_references
[422/908] 11195=test_scheduler
[423/908] 11195=test_cgi_cookie
[424/908] 11195=version_test
[425/908] 11195=test_rbconfig
[426/908] 11195=test_files_sample
[427/908] 11195=test_metaclass
[428/908] 11195=test_tsort
[429/908] 11195=test_gem_commands_exec_command
[430/908] 11195=test_rdoc_markup_to_label
[431/908] 11195=test_gem_package_tar_reader_entry
[432/908] 11195=test_gem_specification
[433/908] 11194=test_engine
[434/908] 11194=test_append
[435/908] 11194=test_symbol
[436/908] 11194=test_rb_str_dup
[437/908] 11194=test_module
[438/908] 11194=test_key_error
[439/908] 11194=test_digest_extend
[440/908] 11194=test_ssl
[441/908] 11195=test_logger
[442/908] 11195=test_ftp
[443/908] 11195=test_logdevice
[444/908] 11195=test_import
[445/908] 11194=test_last_thread
[446/908] 11194=test_enc_associate
[447/908] 11195=test_x509cert
[448/908] 11195=test_rdoc_markup_to_table_of_contents
[449/908] 11195=test_gem_commands_unpack_command
[450/908] 11194=test_pp
[451/908] 11194=test_logperiod
[452/908] 11194=test_pack
[453/908] 11195=test_getoptlong
[454/908] 11195=test_arith_seq_extract
[455/908] 11194=test_rubyvm
[456/908] 11194=test_ractor
[457/908] 11195=test_gem_request_connection_pools
[458/908] 11194=test_config
[459/908] 11194=test_recursion
[460/908] 11194=test_string_processing
[461/908] 11194=test_c_union_entity
[462/908] 11195=test_unicode_escape
[463/908] 11194=test_cparser
[464/908] 11195=test_rdoc_markup_attributes
[465/908] 11195=test_bn
[466/908] 11195=test_io_console
[467/908] 11195=test_hash
[468/908] 11195=test_drb
[469/908] 11194=test_complexrational
[470/908] 11194=test_abi
[471/908] 11194=test_rdoc_any_method
[472/908] 11194=test_config
[473/908] 11194=test_alias_and_anchor
[474/908] 11194=test_securerandom
[475/908] 11194=test_pkey_dh
[476/908] 11194=test_path_to_class
[477/908] 11194=test_function_entry
[478/908] 11194=test_gem_resolver_activation_request
[479/908] 11194=test_gem_ext_ext_conf_builder
[480/908] 11194=test_win32ole_method_event
[481/908] 11194=constant_path_node_test
[482/908] 11194=test_gem_request_set
[483/908] 11194=test_gem_name_tuple
[484/908] 11194=test_undef
[485/908] 11194=test_date_ractor
[486/908] 11194=test_http_request
[487/908] 11194=test_rat
[488/908] 11194=test_mdns
[489/908] 11194=test_config
[490/908] 11194=test_process
[491/908] 11193=test_key_stroke
[492/908] 11193=test_ractor
[493/908] 11193=test_ifunless
[494/908] 11193=test_external_new
[495/908] 11193=test_bundled_ca
[496/908] 11193=test_win32ole_typelib
[497/908] 11193=test_c_struct_builder
[498/908] 11193=test_gem_resolver_index_specification
[499/908] 11193=test_merge_keys
[500/908] 11193=test_to_ruby
[501/908] 11193=test_rdoc_extend
[502/908] 11193=test_gem_package_tar_header
[503/908] 11193=test_gem_ext_cargo_builder
[504/908] 11193=test_io_buffer
[505/908] 11193=test_rdoc_alias
[506/908] 11193=test_data
[507/908] 11193=test_big2str
[508/908] 11193=test_gem_commands_yank_command
[509/908] 11193=test_gem_commands_check_command
[510/908] 11193=test_queue
[511/908] 11193=test_ellipsize
[512/908] 11193=test_emitter
[513/908] 11193=test_io
[514/908] 11193=test_gem_security_policy
[515/908] 11193=test_rdoc_context_section
[516/908] 11193=test_human_typo
[517/908] 11193=test_threadgroup
[518/908] 11193=test_prettyprint
[519/908] 11193=test_gem_ext_builder
[520/908] 11195=test_stream
[521/908] 11195=test_gem_commands_pristine_command
[522/908] 11193=test_tmpdir
[523/908] 11193=test_noarg
[524/908] 11193=test_change_word
[525/908] 11193=test_arith_seq_beg_len_step
[526/908] 11193=test_gem_resolver_requirement_list
[527/908] 11193=test_scalar
[528/908] 11193=test_key_name_check
[529/908] 11193=test_trick
[530/908] 11195=test_rdoc_markup_to_markdown
[531/908] 11195=test_iseq_load
[532/908] 11195=test_utf32
[533/908] 11195=test_encodings
[534/908] 11195=test_ns_spki
[535/908] 11195=test_gem_resolver_dependency_request
[536/908] 11195=test_ssl_session
[537/908] 11195=test_rdoc_markup_hard_break
[538/908] 11195=test_gem_version
[539/908] 11195=test_rdoc_markdown_test
[540/908] 11193=test_rdoc_normal_module
[541/908] 11193=test_random
[542/908] 11193=test_dryrun
[543/908] 11193=test_ractor
[544/908] 11193=parse_comments_test
[545/908] 11193=test_forwardable
[546/908] 11193=test_gem_resolver_api_set
[547/908] 11193=test_stream
[548/908] 11193=test_pkey
[549/908] 11193=test_string_memory
[550/908] 11193=test_io_wait
[551/908] 11193=test_acceptable
[552/908] 11193=test_kwargs
[553/908] 11193=test_yield
[554/908] 11195=test_integer
[555/908] 11195=test_rinda
[556/908] 11195=test_gem_security_trust_dir
[557/908] 11195=test_line_editor
[558/908] 11195=test_literal
[559/908] 11195=test_date_marshal
[560/908] 11195=test_euc_kr
[561/908] 11195=test_gem_commands_cleanup_command
[562/908] 11195=test_gem_commands_mirror
[563/908] 11195=test_shapes
[564/908] 11195=test_rdoc_ri_driver
[565/908] 11195=test_httpheader
[566/908] 11195=test_rubyoptions
[567/908] 11193=test_capacity
[568/908] 11193=test_thread
[569/908] 11193=test_nextafter
[570/908] 11193=test_clone
[571/908] 11193=test_rdoc_servlet
[572/908] 11193=test_rdoc_generator_pot_po
[573/908] 11193=test_tree_builder
[574/908] 11193=test_protect
[575/908] 11193=test_inputs_scanner
[576/908] 11193=test_cesu8
[577/908] 11193=test_rdoc_markup_include
[578/908] 11193=test_typeddata
[579/908] 11193=test_benchmark
[580/908] 11193=test_depth_first
[581/908] 11193=test_random_formatter
[582/908] 11193=test_skip_lines
[583/908] 11193=test_mutex_m
[584/908] 11193=test_gem_source
[585/908] 11193=test_pack
[586/908] 11193=test_rdoc_markup_heading
[587/908] 11193=test_x509name
[588/908] 11193=test_fnmatch
[589/908] 11193=test_rdoc_code_object
[590/908] 11196=test_gem_commands_uninstall_command
[591/908] 11193=test_syslog
[592/908] 11193=test_erb_m17n
[593/908] 11193=test_yamlstore
[594/908] 11193=test_class2name
[595/908] 11193=test_rdoc_markup_to_html_crossref
[596/908] 11193=test_framework
[597/908] 11193=test_socket
[598/908] 11196=test_reline
[599/908] 11196=test_array
[600/908] 11196=test_debug
[601/908] 11196=comments_test
[602/908] 11196=test_yaml
[603/908] 11196=test_function
[604/908] 11196=test_string
[605/908] 11196=test_gem_stub_specification
[606/908] 11196=test_assembler
[607/908] 11196=test_raise
[608/908] 11196=test_mkmf
[609/908] 11196=test_gem_commands_signin_command
[610/908] 11196=test_system
[611/908] 11194=library_symbols_test
[612/908] 11194=test_zsh_completion
[613/908] 11194=test_resource
[614/908] 11194=test_init
[615/908] 11193=test_set
[616/908] 11193=test_reqarg
[617/908] 11194=test_date_strftime
[618/908] 11193=test_file
[619/908] 11193=test_sleep
[620/908] 11196=test_basicsocket
[621/908] 11196=test_color_printer
[622/908] 11196=test_rdoc_rd_inline_parser
[623/908] 11196=test_date_attr
[624/908] 11196=test_iseq
[625/908] 11193=test_sorted_set
[626/908] 11194=test_emoji
[627/908] 11193=test_face
[628/908] 11194=test_sizeof
[629/908] 11193=test_defined
[630/908] 11193=test_cp949
[631/908] 11193=test_gem_commands_search_command
[632/908] 11193=test_condition
[633/908] 11193=test_rdoc_markup_raw
[634/908] 11193=test_quote_empty
[635/908] 11196=test_euc_tw
[636/908] 11196=test_nomethod_error
[637/908] 11193=test_fstring
[638/908] 11196=test_cmd
[639/908] 11193=test_path
[640/908] 11193=test_rdoc_markup_paragraph
[641/908] 11193=json_string_matching_test
[642/908] 11193=test_utf16
[643/908] 11193=test_acl
[644/908] 11193=test_gem_unsatisfiable_dependency_error
[645/908] 11193=test_require_path_check
[646/908] 11193=magic_comment_test
[647/908] 11193=test_duplicate
[648/908] 11193=test_object_create_start
[649/908] 11193=test_tempfile
[650/908] 11193=test_wait
[651/908] 11193=test_gem_commands_cert_command
[652/908] 11195=test_date_new
[653/908] 11195=test_row_separator
[654/908] 11195=test_rdoc_constant
[655/908] 11195=test_deprecate
[656/908] 11196=test_pkcs12
[657/908] 11195=test_gem_installer
[658/908] 11194=test_gem_source_specific_file
[659/908] 11196=test_rdoc_markup_parser
[660/908] 11196=test_method
[661/908] 11194=test_io_timeout
[662/908] 11194=test_files_test_1
[663/908] 11194=test_rdoc_encoding
[664/908] 11194=test_class
[665/908] 11193=test_const
[666/908] 11193=test_ipaddr
[667/908] 11193=test_comparable
[668/908] 11193=test_rdoc_normal_class
[669/908] 11193=test_gem_package_tar_reader
[670/908] 11193=test_rdoc_rd_inline
[671/908] 11193=test_rdoc_markdown
[672/908] 11193=test_numeric
[673/908] 11193=test_gem_commands_environment_command
[674/908] 11193=test_erb
[675/908] 11193=test_pty
[676/908] 11193=encoding_test
[677/908] 11193=test_bmethod
[678/908] 11193=test_rdoc_top_level
[679/908] 11196=test_gem_commands_setup_command
[680/908] 11193=test_hmac
[681/908] 11193=test_parse
[682/908] 11196=test_observer
[683/908] 11196=test_method_name_check
[684/908] 11193=test_uncorrectable_name_check
[685/908] 11193=test_gem_request_set_lockfile
[686/908] 11196=test_postponed_job
[687/908] 11196=test_stack
[688/908] 11193=test_bigzero
[689/908] 11193=test_pkey_rsa
[690/908] 11193=test_backtrace
[691/908] 11194=test_rdoc_markup_to_html
[692/908] 11194=test_macro
[693/908] 11194=test_numhash
[694/908] 11194=test_rdoc_task
[695/908] 11194=test_ldap
[696/908] 11194=test_color
[697/908] 11194=newline_test
[698/908] 11194=test_econv
[699/908] 11193=json_fixtures_test
[700/908] 11193=test_rdoc_markup_verbatim
[701/908] 11193=test_emitter
[702/908] 11193=test_rdoc_parser_c
[703/908] 11196=test_gem_platform
[704/908] 11193=test_stringio
[705/908] 11196=test_memory_view
[706/908] 11193=test_exception_at_throwing
[707/908] 11193=test_enumerator
[708/908] 11193=test_row
[709/908] 11193=test_rdoc_method_attr
[710/908] 11194=test_win32ole_type_event
[711/908] 11194=test_rewind
[712/908] 11194=test_gem_uri
[713/908] 11194=test_sprintf
[714/908] 11196=test_weakmap
[715/908] 11193=test_egrep_cpp
[716/908] 11193=test_case_mapping
[717/908] 11193=test_date_compat
[718/908] 11193=test_gem_source_subpath_problem
[719/908] 11193=test_date_conv
[720/908] 11193=test_scan_args
[721/908] 11194=test_dot_dot
[722/908] 11194=test_win32ole_method
[723/908] 11194=test_frozen
[724/908] 11193=test_flip
[725/908] 11194=test_gem_source_local
[726/908] 11193=test_json_tree
[727/908] 11193=test_cgi_multipart
[728/908] 11195=test_autoconf
[729/908] 11195=test_io_buffer
[730/908] 11193=test_bug_reporter
[731/908] 11195=test_cclass
[732/908] 11195=test_rdoc_rdoc
[733/908] 11194=test_win32ole_variant_m
[734/908] 11194=test_tcp
[735/908] 11195=test_kdf
[736/908] 11195=test_rdoc_comment
[737/908] 11195=test_gem_source_installed
[738/908] 11195=test_rdoc_i18n_locale
[739/908] 11195=test_gem_resolver_lock_set
[740/908] 11194=test_ole_methods
[741/908] 11194=test_flags
[742/908] 11193=test_psych
[743/908] 11195=test_gem_resolver_installer_set
[744/908] 11193=test_http
[745/908] 11193=test_gem_update_suggestion
[746/908] 11193=test_arithmetic_sequence
[747/908] 11193=test_ractor
[748/908] 11193=test_load
[749/908] 11193=test_severity
[750/908] 11193=test_eval
[751/908] 11195=test_kconv
[752/908] 11195=test_rubygems
[753/908] 11195=test_gem_security
[754/908] 11193=test_member
[755/908] 11193=test_stringchar
[756/908] 11194=test_rdoc_cross_reference
[757/908] 11193=test_quote_char_nil
[758/908] 11193=test_shift_jis
[759/908] 11193=test_gem_commands_open_command
[760/908] 11193=test_bug-5832
[761/908] 11193=test_store
[762/908] 11193=test_files_lib
[763/908] 11194=test_digest
[764/908] 11194=test_gem_command
[765/908] 11194=test_emoji_breaks
[766/908] 11195=test_ractor
[767/908] 11195=test_nofree
[768/908] 11195=test_gem_resolver_git_set
[769/908] 11195=test_gem_resolver_lock_specification
[770/908] 11195=test_fiddle
[771/908] 11195=test_name_error
[772/908] 11195=locals_test
[773/908] 11195=test_string
[774/908] 11194=bom_test
[775/908] 11194=test_safe_load
[776/908] 11194=test_gem_stream_ui
[777/908] 11194=test_ansi_with_terminfo
[778/908] 11194=test_file
[779/908] 11195=test_thread_fd_close
[780/908] 11195=test_rdoc_generator_ri
[781/908] 11195=test_hash_create
[782/908] 11195=test_gem_commands_dependency_command
[783/908] 11195=test_rdoc_rubygems_hook
[784/908] 11195=test_pkey_dsa
[785/908] 11195=test_switch_hitter
[786/908] 11195=test_enumerator
[787/908] 11195=test_timeout
[788/908] 11194=test_weakref
[789/908] 11195=test_handle
[790/908] 11194=test_did_you_mean
[791/908] 11194=test_date_time
[792/908] 11194=test_rdoc_markup_to_joined_paragraph
[793/908] 11194=test_arity
[794/908] 11194=test_type_analyze
[795/908] 11194=test_reline_key
[796/908] 11194=test_read
[797/908] 11195=test_unicode_normalize
[798/908] 11194=test_bug-3571
[799/908] 11194=test_div
[800/908] 11194=test_kernel
[801/908] 11193=test_nil2vtempty
[802/908] 11193=test_integer_comb
[803/908] 11194=test_deprecated
[804/908] 11194=test_read_write
[805/908] 11194=test_profile_frames
[806/908] 11194=test_each
[807/908] 11194=parse_test
[808/908] 11196=test_gbk
[809/908] 11196=json_parser_test
[810/908] 11196=test_rdoc_markup_formatter
[811/908] 11196=test_usrmarshal
[812/908] 11196=test_gem_validator
[813/908] 11196=test_gem_commands_outdated_command
[814/908] 11196=!Nothing_to_test
[815/908] 11196=test_rendering
[816/908] 11196=test_my_integer
[817/908] 11196=test_assignment
[818/908] 11196=test_modify_expand
[819/908] 11196=test_memory_view
[820/908] 11196=test_gem_available_set
[821/908] 11196=test_gem_dependency
[822/908] 11196=test_cgi_util
[823/908] 11196=test_autoload
[824/908] 11194=test_rdoc_text
[825/908] 11194=test_ansi_without_terminfo
[826/908] 11194=test_data_converters
[827/908] 11194=test_call
[828/908] 11194=test_gem_source_vendor
[829/908] 11194=test_require
[830/908] 11194=test_x509store
[831/908] 11193=test_exception
[832/908] 11193=test_win32ole_type
[833/908] 11193=test_header
[834/908] 11193=test_null
[835/908] 11194=test_windows_1252
[836/908] 11193=test_optarg
[837/908] 11194=test_ripper
[838/908] 11193=test_gem_dependency_installer
[839/908] 11194=test_gem_source_lock
[840/908] 11194=test_syslog_logger
[841/908] 11194=test_input_method
[842/908] 11194=regexp_test
[843/908] 11194=test_enc_str_buf_cat
[844/908] 11195=test_generic
[845/908] 11194=test_popen_deadlock
[846/908] 11195=test_gem_commands_specification_command
[847/908] 11195=test_asn1
[848/908] 11195=test_len
[849/908] 11195=test_features
[850/908] 11194=test_placearg
[851/908] 11194=test_ractor
[852/908] 11195=test_rdoc_markup_to_ansi
[853/908] 11194=test_delete
[854/908] 11194=test_gc_compact
[855/908] 11195=json_generator_test
[856/908] 11195=test_gem_impossible_dependencies_error
[857/908] 11195=test_continuation
[858/908] 11195=test_str2big
[859/908] 11195=test_bigmath
[860/908] 11195=test_time
[861/908] 11195=test_files_test
[862/908] 11195=test_gem_bundler_version_finder
[863/908] 11195=test_gem_commands_signout_command
[864/908] 11195=test_gem_silent_ui
[865/908] 11195=test_io_wait_uncommon
[866/908] 11195=test_gem_request_set_lockfile_parser
[867/908] 11195=test_parser_events
[868/908] 11195=test_inadvertent_creation
[869/908] 11195=test_webauthn_listener_response
[870/908] 11195=test_enc_raise
[871/908] 11195=test_rdoc_store
[872/908] 11193=test_syntax
[873/908] 11195=test_case_comprehensive
[874/908] 11194=test_exception
[875/908] 11196=test_provider
[876/908] 11196=test_gem_dependency_resolution_error
[877/908] 11196=test_rdoc_stats
[878/908] 11196=test_gem_request
[879/908] 11194=test_pkey_ec
[880/908] 11196=test_thread
[881/908] 11196=test_rdoc_token_stream
[882/908] 11196=test_recorder
[883/908] 11196=test_write
[884/908] 11194=test_enum
[885/908] 11196=test_date_parse
[886/908] 11196=test_gem_spec_fetcher
[887/908] 11196=test_folderitem2_invokeverb
[888/908] 11196=test_win32ole_param_event
[889/908] 11196=test_debug_cmd
[890/908] 11196=test_workspace
[891/908] 11196=test_rdoc_single_class
[892/908] 11196=test_rdoc_generator_json_index
[893/908] 11196=test_cgi_tag_helper
[894/908] 11196=test_gem_resolver_index_set
[895/908] 11196=test_invalid
[896/908] 11196=test_qsort
[897/908] 11196=test_types
[898/908] 11196=test_gem_commands_build_command
[899/908] 11196=json_addition_test
[900/908] 11196=test_gem_commands_push_command
[901/908] 11196=test_m17n_comb
[902/908] 11194=test_common
[903/908] 11194=test_class_name_check
[904/908] 11194=test_type
[905/908] 11194=test_backtrace
[906/908] 11194=test_complex
[907/908] 11194=test_base64
[908/908] 11194=json_generic_object_test
Retrying...
Finished tests in 1053.369878s, 25.5285 tests/s, 9023.9186 assertions/s.
26891 tests, 9505524 assertions, 0 failures, 0 errors, 189 skips
ruby -v: ruby 3.3.0dev (2023-11-11T22:01:06Z master e6916f1305) [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.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/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.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/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.3.0dev (2023-11-11T22:01:06Z master e6916f1305) [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 287.706836 seconds
3725 files, 32456 examples, 141602 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.13301.ruby -x gdbscript
[New LWP 13301]
[New LWP 13303]
[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 RVALUE_MARKED (obj=139814677499800) at /tmp/ruby/src/trunk-O0/gc.c:1752
1752 }
[Current thread is 1 (Thread 0x7f293d88a7c0 (LWP 13301))]
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f293d88a7c0 (LWP 13301) RVALUE_MARKED (obj=139814677499800) at /tmp/ruby/src/trunk-O0/gc.c:1752
2 Thread 0x7f29242af640 (LWP 13303) 0x00007f293d9b2fde in epoll_wait (epfd=4, events=0x55a3db2ff23c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>>> Machine level backtrace
Thread 2 (Thread 0x7f29242af640 (LWP 13303)):
#0 0x00007f293d9b2fde in epoll_wait (epfd=4, events=0x55a3db2ff23c <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 0x000055a3dae8d38b in timer_thread_polling (vm=0x55a3dbd05b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:721
r = 529773765
#2 0x000055a3dae8da33 in timer_thread_func (ptr=0x55a3dbd05b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2969
vm = 0x55a3dbd05b10
#3 0x00007f293d921b43 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 = {140731201360064, -7645544175116281741, 139814677182016, 25, 139815103371344, 140731201360416, 7761912456651413619, 7761928878068668531}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#4 0x00007f293d9b2bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.
Thread 1 (Thread 0x7f293d88a7c0 (LWP 13301)):
#0 RVALUE_MARKED (obj=139814677499800) at /tmp/ruby/src/trunk-O0/gc.c:1752
No locals.
#1 0x000055a3dad0315c in gc_mark_set (objspace=0x55a3dbd08260, obj=139814677499800) at /tmp/ruby/src/trunk-O0/gc.c:6863
No locals.
#2 0x000055a3dad035eb in gc_mark_ptr (objspace=0x55a3dbd08260, obj=139814677499800) at /tmp/ruby/src/trunk-O0/gc.c:6952
__func__ = "gc_mark_ptr"
#3 0x000055a3dad0385e in gc_mark (objspace=0x55a3dbd08260, obj=139814677499800) at /tmp/ruby/src/trunk-O0/gc.c:7003
No locals.
#4 0x000055a3dad0410b in gc_mark_children (objspace=0x55a3dbd08260, obj=139814677499960) at /tmp/ruby/src/trunk-O0/gc.c:7282
any = 0x7f29242fd038
#5 0x000055a3dad049e1 in gc_mark_stacked_objects (objspace=0x55a3dbd08260, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7471
mstack = 0x55a3dbd086e8
obj = 139814677499960
marked_slots_at_the_beginning = 772
popped_count = 0
#6 0x000055a3dad04b61 in gc_mark_stacked_objects_all (objspace=0x55a3dbd08260) at /tmp/ruby/src/trunk-O0/gc.c:7509
No locals.
#7 0x000055a3dad06e37 in gc_marks_rest (objspace=0x55a3dbd08260) at /tmp/ruby/src/trunk-O0/gc.c:8696
No locals.
#8 0x000055a3dad06f6b in gc_marks (objspace=0x55a3dbd08260, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8754
marking_finished = false
#9 0x000055a3dad08cf3 in gc_start (objspace=0x55a3dbd08260, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9504
do_full_mark = 1
immediate_mark = 32768
__func__ = <optimized out>
lock_lev = 1109068800
#10 0x000055a3dad08990 in garbage_collect (objspace=0x55a3dbd08260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9388
_lev = 2302931712
ret = 32766
#11 0x000055a3dad09413 in garbage_collect_with_gvl (objspace=0x55a3dbd08260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9765
No locals.
#12 0x000055a3dad102f4 in objspace_malloc_gc_stress (objspace=0x55a3dbd08260) at /tmp/ruby/src/trunk-O0/gc.c:12206
reason = 45568
#13 0x000055a3dad10a11 in objspace_xcalloc (objspace=0x55a3dbd08260, size=128) at /tmp/ruby/src/trunk-O0/gc.c:12671
gpr = 107008
mem = 0x8
#14 0x000055a3dad10ac2 in ruby_xcalloc_body (n=8, size=16) at /tmp/ruby/src/trunk-O0/gc.c:12678
No locals.
#15 0x000055a3dad142a7 in ruby_xcalloc (n=8, size=16) at /tmp/ruby/src/trunk-O0/gc.c:14234
No locals.
#16 0x000055a3dae85bfa in hash_table_extend (tbl=0x55a3dc2e4250) at /tmp/ruby/src/trunk-O0/id_table.c:196
new_cap = 8
i = 8369
old = 0x1007ffe8943f440
tmp_tbl = {capa = 8, num = 0, used = 0, items = 0x0}
#17 0x000055a3dae85d71 in rb_id_table_insert_key (tbl=0x55a3dc2e4250, key=523, val=94162257531936) at /tmp/ruby/src/trunk-O0/id_table.c:250
index = -1
#18 0x000055a3dae85dc5 in rb_id_table_insert (tbl=0x55a3dc2e4250, id=8369, val=94162257531936) at /tmp/ruby/src/trunk-O0/id_table.c:259
No locals.
#19 0x000055a3daed22d5 in vm_ccs_create (klass=139814677505080, cc_tbl=0x55a3dc2e4250, mid=8369, cme=0x7f293d778748) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1978
ccs = 0x55a3dbe95420
#20 0x000055a3daeedbc1 in cache_callable_method_entry (klass=139814677505080, mid=8369, cme=0x7f293d778748) at /tmp/ruby/src/trunk-O0/vm_method.c:1321
cc_tbl = 0x55a3dc2e4250
ccs_data = 94162241116232
#21 0x000055a3daeedd83 in callable_method_entry_or_negative (klass=139814677505080, mid=8369, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1369
defined_class = 139814677506040
me = 0x7f293d778748
_lev = 32766
cme = 0x7f293d778748
#22 0x000055a3daeede15 in callable_method_entry (klass=139814677505080, mid=8369, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1389
cme = 0x7ffe8943f5f0
#23 0x000055a3daeede78 in rb_callable_method_entry (klass=139814677505080, mid=8369) at /tmp/ruby/src/trunk-O0/vm_method.c:1396
No locals.
#24 0x000055a3daef0293 in rb_method_basic_definition_p (klass=139814677505080, id=8369) at /tmp/ruby/src/trunk-O0/vm_method.c:2691
cme = 0x7f292316ccd8
#25 0x000055a3db0d4bb0 in rb_get_backtrace (exc=139814659083480) at /tmp/ruby/src/trunk-O0/error.c:1761
mid = 8369
info = 64
#26 0x000055a3dace60f9 in setup_exception (ec=0x55a3dbd092c0, tag=6, mesg=139814659083480, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:565
bt = 1307
_ec = 0x55a3dbd092c0
_tag = {tag = 36, retval = 140731201353552, buf = {0x7ffe8943f800, 0x55a3dace6082 <setup_exception+294>, 0x0, 0x7ffe8943f6b0, 0x7f293c30ffc8}, prev = 0x7ffe8943ff80, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
e = 14446674812524497920
line = 0
file = 0x55a3dbddfb10 "/tmp/empty20231111-13301-3mqb8o.rb"
file0 = 0x55a3dbddfb10 "/tmp/empty20231111-13301-3mqb8o.rb"
dtrace_line = <optimized out>
dtrace_file = <optimized out>
#27 0x000055a3dace671b in rb_longjmp (ec=0x55a3dbd092c0, tag=6, mesg=139814659083480, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:660
No locals.
#28 0x000055a3dace67a1 in rb_exc_exception (mesg=139814659083480, tag=6, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:675
No locals.
#29 0x000055a3dace67c7 in rb_exc_raise (mesg=139814659083480) at /tmp/ruby/src/trunk-O0/eval.c:688
No locals.
#30 0x000055a3dae94bad in rb_threadptr_execute_interrupts (th=0x55a3dbd08090, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2414
err = 139814659083480
sig = 0
timer_interrupt = 0
pending_interrupt = 2
terminate_interrupt = 0
trap_interrupt = 0
interrupt = 2
postponed_job_interrupt = 0
ret = 1
#31 0x000055a3daec77eb in rb_vm_check_ints (ec=0x55a3dbd092c0) at /tmp/ruby/src/trunk-O0/vm_core.h:2028
No locals.
#32 0x000055a3daecf2c6 in vm_pop_frame (ec=0x55a3dbd092c0, cfp=0x7f293d888e88, ep=0x7f293d789108) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:419
flags = 1431634051
#33 0x000055a3daecf312 in rb_vm_pop_frame (ec=0x55a3dbd092c0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:428
No locals.
#34 0x000055a3daef1506 in vm_call0_cfunc_with_frame (ec=0x55a3dbd092c0, calling=0x7ffe8943fc00, argv=0x7ffe8943fcf0) at /tmp/ruby/src/trunk-O0/vm_eval.c:176
reg_cfp = 0x7f293d888ec0
ci = 0x7ffe8943fbd0
val = 139814659083640
me = 0x7f29242d9408
cfunc = 0x55a3dbd6f058
len = -1
recv = 139814659083640
argc = 2
mid = 16609
block_handler = 0
frame_flags = 1431634051
args = <optimized out>
args = <optimized out>
#35 0x000055a3daef15cf in vm_call0_cfunc (ec=0x55a3dbd092c0, calling=0x7ffe8943fc00, argv=0x7ffe8943fcf0) at /tmp/ruby/src/trunk-O0/vm_eval.c:187
No locals.
#36 0x000055a3daef1847 in vm_call0_body (ec=0x55a3dbd092c0, calling=0x7ffe8943fc00, argv=0x7ffe8943fcf0) at /tmp/ruby/src/trunk-O0/vm_eval.c:233
ci = 0x7ffe8943fbd0
cc = 0x7f2923214e38
ret = 93462163637735
#37 0x000055a3daef109d in vm_call0_cc (ec=0x55a3dbd092c0, recv=139814659083640, id=16609, argc=2, argv=0x7ffe8943fcf0, cc=0x7f2923214e38, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
flags = 0
use_argv = 0x7ffe8943fcf0
av = {139815101648360, 4294967296}
calling = {cd = 0x7ffe8943fbc0, cc = 0x7f2923214e38, block_handler = 0, recv = 139814659083640, argc = 2, kw_splat = false, heap_argv = 0}
#38 0x000055a3daef3c52 in rb_funcallv_scope (recv=139814659083640, mid=16609, argc=2, argv=0x7ffe8943fcf0, scope=CALL_FCALL) at /tmp/ruby/src/trunk-O0/vm_eval.c:1065
ec = 0x55a3dbd092c0
cc = 0x7f2923214e38
self = 139815101648360
#39 0x000055a3daef3cc2 in rb_funcallv (recv=139814659083640, mid=16609, argc=2, argv=0x7ffe8943fcf0) at /tmp/ruby/src/trunk-O0/vm_eval.c:1080
No locals.
#40 0x000055a3daef40c1 in rb_funcall (recv=139814659083640, mid=16609, n=2) at /tmp/ruby/src/trunk-O0/vm_eval.c:1137
argv = 0x7ffe8943fcf0
ar = {{gp_offset = 40, fp_offset = 48, overflow_arg_area = 0x7ffe8943fe20, reg_save_area = 0x7ffe8943fd60}}
#41 0x000055a3dae4a675 in load_file_internal (argp_v=140731201355840) at /tmp/ruby/src/trunk-O0/ruby.c:2576
argp = 0x7ffe89440040
parser = 139814659083680
orig_fname = 139814659083840
script = 0
opt = 0x7ffe894400a0
f = 139814659083640
line_start = 1
ast = 0x0
enc = 0x55a3dbd27ac0
set_encoding = 16609
lines = 4
#42 0x000055a3dace755c in rb_ensure (b_proc=0x55a3dae49f8c <load_file_internal>, data1=140731201355840, e_proc=0x55a3dae4a94f <restore_load_file>, data2=140731201355840) at /tmp/ruby/src/trunk-O0/eval.c:1009
_ec = 0x55a3dbd092c0
_tag = {tag = 36, retval = 94162257172032, buf = {0x7ffe89440000, 0x55a3dace74ff <rb_ensure+279>, 0x0, 0x7ffe8943ff10, 0x0}, prev = 0x7ffe894402c0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
result = 4
errinfo = 0
ec = 0x55a3dbd092c0
ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x55a3dae4a94f <restore_load_file>, data2 = 140731201355840}}
#43 0x000055a3dae4aa1e in load_file (parser=139814659083680, fname=139814659083840, f=139814659083640, script=0, opt=0x7ffe894400a0) at /tmp/ruby/src/trunk-O0/ruby.c:2713
arg = {parser = 139814659083680, fname = 139814659083840, script = 0, opt = 0x7ffe894400a0, f = 139814659083640}
#44 0x000055a3dae4ab44 in rb_parser_load_file (parser=139814659083680, fname_v=139814659083840) at /tmp/ruby/src/trunk-O0/ruby.c:2737
opt = {script = 0x0, script_name = 0, e_script = 0, src = {enc = {name = 0, index = -1}}, ext = {enc = {name = 0, index = -1}}, intern = {enc = {name = 0, index = -1}}, req_list = 0, features = {mask = 0, set = 31}, warn = {mask = 0, set = 0}, dump = 0, backtrace_length_limit = -9223372036854775808, rjit = {on = false, call_threshold = 0, exec_mem_size = 0, stats = false, trace_exits = false, dump_disasm = false, verify_ctx = false, pause = false}, crash_report = 0x0, sflag = 0, xflag = 0, warning = 0, verbose = 0, do_loop = 0, do_print = 0, do_line = 0, do_split = 0, do_search = 0, setids = 0, yjit = 0}
xflag = 0
f = 139814659083640
#45 0x000055a3dad57848 in load_iseq_eval (ec=0x55a3dbd092c0, fname=139814659083840) at /tmp/ruby/src/trunk-O0/load.c:727
ec = 0x55a3dbd092c0
th = 0x55a3dad187b1 <rb_hash_aref+87>
realpath_map = 139814659225880
v = 139814659083720
ast = 0x7ffe894401d0
parser = 139814659083680
iseq = 0x0
#46 0x000055a3dad58df3 in require_internal (ec=0x55a3dbd092c0, fname=139814659225960, exception=1, warn=false) at /tmp/ruby/src/trunk-O0/load.c:1247
handle = 139815080227296
found = 114
dtrace_line = <optimized out>
dtrace_file = <optimized out>
dtrace_line = <optimized out>
dtrace_file = <optimized out>
_ec = 0x55a3dbd092c0
_tag = {tag = 36, retval = 139814677507160, buf = {0x7ffe89440340, 0x55a3dad58c1e <require_internal+488>, 0x0, 0x7ffe894401e0, 0x7ffe89440310}, prev = 0x7ffe89441260, state = RUBY_TAG_NONE, lock_rec = 0}
result = -1
th = 0x55a3dbd08090
saved = {wrapper = 0, self = 139815101648360, errinfo = 4, ec = 0x55a3dbd092c0}
state = RUBY_TAG_NONE
ftptr = 0x55a3dc2c9ca0 "/tmp/empty20231111-13301-3mqb8o.rb"
path = 139814659083840
saved_path = 139814659083840
realpath = 139814659225880
realpaths = 139814677304160
realpath_map = 139814677304000
reset_ext_config = false
prev_ext_config = {ractor_safe = 218}
th2 = 0x7f292318f968
dtrace_line = <optimized out>
dtrace_file = <optimized out>
dtrace_line = <optimized out>
dtrace_file = <optimized out>
#47 0x000055a3dad592ea in rb_require_string_internal (fname=139814659225960) at /tmp/ruby/src/trunk-O0/load.c:1346
ec = 0x55a3dbd092c0
result = 32553
#48 0x000055a3dad59288 in rb_require_string (fname=139814659225960) at /tmp/ruby/src/trunk-O0/load.c:1339
No locals.
#49 0x000055a3dad58108 in rb_f_require (obj=139815101648360, fname=139814659083880) at /tmp/ruby/src/trunk-O0/load.c:981
No locals.
#50 0x000055a3daed8420 in ractor_safe_call_cfunc_1 (recv=139815101648360, argc=1, argv=0x7f293d7890c0, func=0x55a3dad580e8 <rb_f_require>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3326
f = 0x55a3dad580e8 <rb_f_require>
#51 0x000055a3daed8fe9 in vm_call_cfunc_with_frame_ (ec=0x55a3dbd092c0, reg_cfp=0x7f293d888f30, calling=0x7ffe894405e0, argc=1, argv=0x7f293d7890c0, stack_bottom=0x7f293d7890b8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3503
ci = 0x58b100140003
cc = 0x7f29232105b8
val = 139814659753400
me = 0x7f2923215018
cfunc = 0x55a3dbd87d18
recv = 139815101648360
block_handler = 0
frame_type = 1431634051
len = 1
args = <optimized out>
args = <optimized out>
#52 0x000055a3daed91be in vm_call_cfunc_with_frame (ec=0x55a3dbd092c0, reg_cfp=0x7f293d888f30, calling=0x7ffe894405e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3531
argc = 1
stack_bottom = 0x7f293d7890b8
argv = 0x7f293d7890c0
#53 0x000055a3daedf27a in vm_sendish (ec=0x55a3dbd092c0, reg_cfp=0x7f293d888f30, cd=0x55a3dbe26a30, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
val = 36
ci = 0x58b100140003
cc = 0x7f29232105b8
argc = 1
recv = 139815101648360
calling = {cd = 0x55a3dbe26a30, cc = 0x7f29232105b8, block_handler = 0, recv = 139815101648360, argc = 1, kw_splat = false, heap_argv = 0}
#54 0x000055a3daee673f in vm_exec_core (ec=0x55a3dbd092c0) at ../../src/trunk-O0/insns.def:822
bh = 0
cd = 0x55a3dbe26a30
leaf = false
val = 139814659083880
reg_pc = 0x55a3dbeb5408
reg_cfp = 0x7f293d888f30
insns_address_table = {0x55a3daee2ee2 <vm_exec_core+108>, 0x55a3daee2f44 <vm_exec_core+206>, 0x55a3daee3057 <vm_exec_core+481>, 0x55a3daee316b <vm_exec_core+757>, 0x55a3daee3309 <vm_exec_core+1171>, 0x55a3daee3439 <vm_exec_core+1475>, 0x55a3daee364b <vm_exec_core+2005>, 0x55a3daee375d <vm_exec_core+2279>, 0x55a3daee3836 <vm_exec_core+2496>, 0x55a3daee393d <vm_exec_core+2759>, 0x55a3daee3a44 <vm_exec_core+3022>, 0x55a3daee3b52 <vm_exec_core+3292>, 0x55a3daee3c64 <vm_exec_core+3566>, 0x55a3daee3d34 <vm_exec_core+3774>, 0x55a3daee3e3d <vm_exec_core+4039>, 0x55a3daee3f37 <vm_exec_core+4289>, 0x55a3daee3ffa <vm_exec_core+4484>, 0x55a3daee40bd <vm_exec_core+4679>, 0x55a3daee4146 <vm_exec_core+4816>, 0x55a3daee41d2 <vm_exec_core+4956>, 0x55a3daee4278 <vm_exec_core+5122>, 0x55a3daee4350 <vm_exec_core+5338>, 0x55a3daee441d <vm_exec_core+5543>, 0x55a3daee44fb <vm_exec_core+5765>, 0x55a3daee45bd <vm_exec_core+5959>, 0x55a3daee46fc <vm_exec_core+6278>, 0x55a3daee47a2 <vm_exec_core+6444>, 0x55a3daee4887 <vm_exec_core+6673>, 0x55a3daee49b6 <vm_exec_core+6976>, 0x55a3daee4a79 <vm_exec_core+7171>, 0x55a3daee4b3c <vm_exec_core+7366>, 0x55a3daee4c34 <vm_exec_core+7614>, 0x55a3daee4cf6 <vm_exec_core+7808>, 0x55a3daee4dd5 <vm_exec_core+8031>, 0x55a3daee4ee5 <vm_exec_core+8303>, 0x55a3daee4fdf <vm_exec_core+8553>, 0x55a3daee505a <vm_exec_core+8676>, 0x55a3daee511b <vm_exec_core+8869>, 0x55a3daee5209 <vm_exec_core+9107>, 0x55a3daee52b9 <vm_exec_core+9283>, 0x55a3daee5438 <vm_exec_core+9666>, 0x55a3daee5512 <vm_exec_core+9884>, 0x55a3daee55fe <vm_exec_core+10120>, 0x55a3daee568f <vm_exec_core+10265>, 0x55a3daee57ea <vm_exec_core+10612>, 0x55a3daee5d8c <vm_exec_core+12054>, 0x55a3daee5e88 <vm_exec_core+12306>, 0x55a3daee5f8b <vm_exec_core+12565>, 0x55a3daee6077 <vm_exec_core+12801>, 0x55a3daee6290 <vm_exec_core+13338>, 0x55a3daee6382 <vm_exec_core+13580>, 0x55a3daee6488 <vm_exec_core+13842>, 0x55a3daee6685 <vm_exec_core+14351>, 0x55a3daee682e <vm_exec_core+14776>, 0x55a3daee6959 <vm_exec_core+15075>, 0x55a3daee6ac5 <vm_exec_core+15439>, 0x55a3daee6bf0 <vm_exec_core+15738>, 0x55a3daee6d5c <vm_exec_core+16102>, 0x55a3daee6f3e <vm_exec_core+16584>, 0x55a3daee713b <vm_exec_core+17093>, 0x55a3daee72e4 <vm_exec_core+17518>, 0x55a3daee7406 <vm_exec_core+17808>, 0x55a3daee74ad <vm_exec_core+17975>, 0x55a3daee7571 <vm_exec_core+18171>, 0x55a3daee765a <vm_exec_core+18404>, 0x55a3daee7746 <vm_exec_core+18640>, 0x55a3daee782f <vm_exec_core+18873>, 0x55a3daee7943 <vm_exec_core+19149>, 0x55a3daee7a6a <vm_exec_core+19444>, 0x55a3daee7ba0 <vm_exec_core+19754>, 0x55a3daee7cd6 <vm_exec_core+20064>, 0x55a3daee7e0c <vm_exec_core+20374>, 0x55a3daee7f42 <vm_exec_core+20684>, 0x55a3daee8078 <vm_exec_core+20994>, 0x55a3daee81b9 <vm_exec_core+21315>, 0x55a3daee8333 <vm_exec_core+21693>, 0x55a3daee8469 <vm_exec_core+22003>, 0x55a3daee859f <vm_exec_core+22313>, 0x55a3daee86d5 <vm_exec_core+22623>, 0x55a3daee880b <vm_exec_core+22933>, 0x55a3daee8941 <vm_exec_core+23243>, 0x55a3daee8a77 <vm_exec_core+23553>, 0x55a3daee8bad <vm_exec_core+23863>, 0x55a3daee8ce3 <vm_exec_core+24173>, 0x55a3daee8e32 <vm_exec_core+24508>, 0x55a3daee8fec <vm_exec_core+24950>, 0x55a3daee916a <vm_exec_core+25332>, 0x55a3daee9289 <vm_exec_core+25619>, 0x55a3daee93a8 <vm_exec_core+25906>, 0x55a3daee94c2 <vm_exec_core+26188>, 0x55a3daee95dc <vm_exec_core+26470>, 0x55a3daee9707 <vm_exec_core+26769>, 0x55a3daee983d <vm_exec_core+27079>, 0x55a3daee9928 <vm_exec_core+27314>, 0x55a3daee9a2d <vm_exec_core+27575>, 0x55a3daee9b75 <vm_exec_core+27903>, 0x55a3daee9c64 <vm_exec_core+28142>, 0x55a3daee9d38 <vm_exec_core+28354>, 0x55a3daee9e0d <vm_exec_core+28567>, 0x55a3daee9ef7 <vm_exec_core+28801>, 0x55a3daee9f73 <vm_exec_core+28925>, 0x55a3daee9fef <vm_exec_core+29049>, 0x55a3daeea00d <vm_exec_core+29079>, 0x55a3daeea02b <vm_exec_core+29109>, 0x55a3daeea049 <vm_exec_core+29139>, 0x55a3daeea067 <vm_exec_core+29169>, 0x55a3daeea085 <vm_exec_core+29199>, 0x55a3daeea0a3 <vm_exec_core+29229>, 0x55a3daeea0c1 <vm_exec_core+29259>, 0x55a3daeea0df <vm_exec_core+29289>, 0x55a3daeea0fd <vm_exec_core+29319>, 0x55a3daeea11b <vm_exec_core+29349>, 0x55a3daeea139 <vm_exec_core+29379>, 0x55a3daeea157 <vm_exec_core+29409>, 0x55a3daeea175 <vm_exec_core+29439>, 0x55a3daeea193 <vm_exec_core+29469>, 0x55a3daeea1b1 <vm_exec_core+29499>, 0x55a3daeea1cf <vm_exec_core+29529>, 0x55a3daeea1ed <vm_exec_core+29559>, 0x55a3daeea20b <vm_exec_core+29589>, 0x55a3daeea229 <vm_exec_core+29619>, 0x55a3daeea247 <vm_exec_core+29649>, 0x55a3daeea265 <vm_exec_core+29679>, 0x55a3daeea283 <vm_exec_core+29709>, 0x55a3daeea2a1 <vm_exec_core+29739>, 0x55a3daeea2bf <vm_exec_core+29769>, 0x55a3daeea2dd <vm_exec_core+29799>, 0x55a3daeea2fb <vm_exec_core+29829>, 0x55a3daeea319 <vm_exec_core+29859>, 0x55a3daeea337 <vm_exec_core+29889>, 0x55a3daeea355 <vm_exec_core+29919>, 0x55a3daeea373 <vm_exec_core+29949>, 0x55a3daeea391 <vm_exec_core+29979>, 0x55a3daeea3af <vm_exec_core+30009>, 0x55a3daeea3cd <vm_exec_core+30039>, 0x55a3daeea3eb <vm_exec_core+30069>, 0x55a3daeea409 <vm_exec_core+30099>, 0x55a3daeea427 <vm_exec_core+30129>, 0x55a3daeea445 <vm_exec_core+30159>, 0x55a3daeea463 <vm_exec_core+30189>, 0x55a3daeea481 <vm_exec_core+30219>, 0x55a3daeea49f <vm_exec_core+30249>, 0x55a3daeea4bd <vm_exec_core+30279>, 0x55a3daeea4db <vm_exec_core+30309>, 0x55a3daeea4f9 <vm_exec_core+30339>, 0x55a3daeea517 <vm_exec_core+30369>, 0x55a3daeea535 <vm_exec_core+30399>, 0x55a3daeea553 <vm_exec_core+30429>, 0x55a3daeea571 <vm_exec_core+30459>, 0x55a3daeea58f <vm_exec_core+30489>, 0x55a3daeea5ad <vm_exec_core+30519>, 0x55a3daeea5cb <vm_exec_core+30549>, 0x55a3daeea5e9 <vm_exec_core+30579>, 0x55a3daeea607 <vm_exec_core+30609>, 0x55a3daeea625 <vm_exec_core+30639>, 0x55a3daeea643 <vm_exec_core+30669>, 0x55a3daeea661 <vm_exec_core+30699>, 0x55a3daeea67f <vm_exec_core+30729>, 0x55a3daeea69d <vm_exec_core+30759>, 0x55a3daeea6bb <vm_exec_core+30789>, 0x55a3daeea6d9 <vm_exec_core+30819>, 0x55a3daeea6f7 <vm_exec_core+30849>, 0x55a3daeea715 <vm_exec_core+30879>, 0x55a3daeea733 <vm_exec_core+30909>, 0x55a3daeea751 <vm_exec_core+30939>, 0x55a3daeea76f <vm_exec_core+30969>, 0x55a3daeea78d <vm_exec_core+30999>, 0x55a3daeea7ab <vm_exec_core+31029>, 0x55a3daeea7c9 <vm_exec_core+31059>, 0x55a3daeea7e7 <vm_exec_core+31089>, 0x55a3daeea805 <vm_exec_core+31119>, 0x55a3daeea823 <vm_exec_core+31149>, 0x55a3daeea841 <vm_exec_core+31179>, 0x55a3daeea85f <vm_exec_core+31209>, 0x55a3daeea87d <vm_exec_core+31239>, 0x55a3daeea89b <vm_exec_core+31269>, 0x55a3daeea8cc <vm_exec_core+31318>, 0x55a3daeea8ea <vm_exec_core+31348>, 0x55a3daeea908 <vm_exec_core+31378>, 0x55a3daeea926 <vm_exec_core+31408>, 0x55a3daeea944 <vm_exec_core+31438>, 0x55a3daeea962 <vm_exec_core+31468>, 0x55a3daeea980 <vm_exec_core+31498>, 0x55a3daeea99e <vm_exec_core+31528>, 0x55a3daeea9bc <vm_exec_core+31558>, 0x55a3daeea9da <vm_exec_core+31588>, 0x55a3daeea9f8 <vm_exec_core+31618>, 0x55a3daeeaa16 <vm_exec_core+31648>, 0x55a3daeeaa34 <vm_exec_core+31678>, 0x55a3daeeaa52 <vm_exec_core+31708>, 0x55a3daeeaa70 <vm_exec_core+31738>, 0x55a3daeeaa8e <vm_exec_core+31768>, 0x55a3daeeaaac <vm_exec_core+31798>, 0x55a3daeeaaca <vm_exec_core+31828>, 0x55a3daeeaae8 <vm_exec_core+31858>, 0x55a3daeeab06 <vm_exec_core+31888>, 0x55a3daeeab24 <vm_exec_core+31918>, 0x55a3daeeab42 <vm_exec_core+31948>, 0x55a3daeeab60 <vm_exec_core+31978>, 0x55a3daeeab7e <vm_exec_core+32008>...}
#55 0x000055a3daefccfa in vm_exec_loop (ec=0x55a3dbd092c0, state=RUBY_TAG_BREAK, tag=0x7ffe89441260, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2499
No locals.
#56 0x000055a3daefcc52 in rb_vm_exec (ec=0x55a3dbd092c0) at /tmp/ruby/src/trunk-O0/vm.c:2478
_ec = 0x55a3dbd092c0
_tag = {tag = 36, retval = 4, buf = {0x7ffe894412e0, 0x55a3daefcb7d <rb_vm_exec+174>, 0x0, 0x7ffe89441230, 0x7ffe89441578}, prev = 0x7ffe89441350, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_BREAK
result = 36
#57 0x000055a3daefda4e in rb_iseq_eval_main (iseq=0x7f29232172f0) at /tmp/ruby/src/trunk-O0/vm.c:2738
ec = 0x55a3dbd092c0
val = 94162255909568
#58 0x000055a3dace5805 in rb_ec_exec_node (ec=0x55a3dbd092c0, n=0x7f29232172f0) at /tmp/ruby/src/trunk-O0/eval.c:287
th = 0x55a3dbd08090
_ec = 0x55a3dbd092c0
_tag = {tag = 36, retval = 94162238983660, buf = {0x7ffe894413d0, 0x55a3dace579b <rb_ec_exec_node+196>, 0x0, 0x7ffe89441320, 0x55a3dbd092c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
iseq = 0x7f29232172f0
#59 0x000055a3dace5972 in ruby_run_node (n=0x7f29232172f0) at /tmp/ruby/src/trunk-O0/eval.c:328
ec = 0x55a3dbd092c0
status = 21923
#60 0x000055a3dace12f4 in rb_main (argc=137, argv=0x7ffe89441578) at /tmp/ruby/src/trunk-O0/main.c:39
variable_in_this_stack_frame = 140731201360976
#61 0x000055a3dace1355 in main (argc=137, argv=0x7ffe89441578) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)