# Logfile created on 2023-09-07 19:39:15 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055af41c517c8 @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.20230907-193915", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055af41cf32a8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055af41cf3168 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055af41cf2fb0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20230907-193915", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20230907-193915>, @binmode=false, @mon_data=#<Monitor:0x000055af41cf2ec0>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   4efcaf9..fcdedf7  master     -> origin/master
Updating 4efcaf9..fcdedf7
Fast-forward
 gems/bundled_gems              |  2 +-
 numeric.c                      | 53 ------------------------------------------
 numeric.rb                     | 23 ++++++++++++++++++
 test/ruby/test_backtrace.rb    |  6 ++---
 test/ruby/test_integer.rb      | 23 +++++++++++++-----
 test/ruby/test_settracefunc.rb | 18 +++++++-------
 yarp/util/yp_char.c            |  9 ++-----
 yarp/util/yp_char.h            |  2 +-
 yarp/yarp.c                    | 11 +++++++--
 yjit/src/codegen.rs            | 31 +++++++++++-------------
 10 files changed, 79 insertions(+), 99 deletions(-)
Latest commit hash = fcdedf7f47
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
making /tmp/ruby/src/trunk-O0/numeric.rbinc
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
generating miniprelude.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
miniprelude.c 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'
Cloning https://github.com/ruby/debug
Cloning into '/tmp/ruby/src/trunk-O0/gems/src/debug'...
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
From https://github.com/ruby/debug
 * branch            927587afb6aac69b358b86a01f602d207053e8d2 -> FETCH_HEAD
HEAD is now at 927587a Stop assuming Integer#times is written in C
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/debug.revision updated
Building debug@927587afb6aac69b358b86a01f602d207053e8d2 to /tmp/ruby/src/trunk-O0/gems/debug-1.8.0.gem
  Successfully built RubyGem
  Name: debug
  Version: 1.8.0
  File: debug-1.8.0.gem
Extracting bundle gem debug-1.8.0...
Unpacked gems/debug-1.8.0.gem
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/yarp -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/miniinit.c
compiling /tmp/ruby/src/trunk-O0/compile.c
compiling /tmp/ruby/src/trunk-O0/iseq.c
compiling /tmp/ruby/src/trunk-O0/numeric.c
compiling /tmp/ruby/src/trunk-O0/version.c
compiling yarp/api_node.c
compiling /tmp/ruby/src/trunk-O0/yarp/api_pack.c
compiling /tmp/ruby/src/trunk-O0/yarp/extension.c
compiling yarp/node.c
compiling yarp/serialize.c
compiling /tmp/ruby/src/trunk-O0/yarp/unescape.c
compiling /tmp/ruby/src/trunk-O0/yarp/util/yp_char.c
compiling /tmp/ruby/src/trunk-O0/yarp/yarp.c
compiling /tmp/ruby/src/trunk-O0/yarp/yarp_init.c
building Rust YJIT (release mode)
touch yjit/target/release/libyjit.a
partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
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/yarp -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
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/yarp -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
making trans
generating makefiles ext/configure-ext.mk
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'
configuring debug-1.8.0/ext/debug
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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
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/fiddle'
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]: Entering 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/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: 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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
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/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.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug/debug.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
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.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug/iseq_collector.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
linking shared-object debug/debug.so
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'
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 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/yarp -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
generating encdb.h
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
encdb.h unchanged
From https://github.com/ruby/debug
 * branch            927587afb6aac69b358b86a01f602d207053e8d2 -> FETCH_HEAD
HEAD is now at 927587a Stop assuming Integer#times is written in C
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/debug.revision unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
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]: 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/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/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
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/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
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/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
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.1/ext/rbs_extension'
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.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.1.3/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.1.1
                                    benchmark 0.2.1
                                    bundler 2.5.0.dev
                                    cgi 0.3.6
                                    csv 3.2.8
                                    delegate 0.3.0
                                    did_you_mean 1.6.3
                                    drb 2.1.1
                                    english 0.7.2
                                    erb 4.0.3
                                    error_highlight 0.5.1
                                    fileutils 1.7.1
                                    find 0.1.1
                                    forwardable 1.3.3
                                    getoptlong 0.2.0
                                    ipaddr 1.2.5
                                    irb 1.8.1
                                    logger 1.5.3
                                    mutex_m 0.1.2
                                    net-http 0.3.2
                                    net-protocol 0.2.1
                                    observer 0.1.1
                                    open-uri 0.3.0
                                    open3 0.1.2
                                    optparse 0.4.0.pre.1
                                    ostruct 0.5.5
                                    pp 0.4.0
                                    prettyprint 0.1.1
                                    pstore 0.1.2
                                    rdoc 6.5.0
                                    readline 0.0.3
                                    reline 0.3.8
                                    resolv 0.2.2
                                    resolv-replace 0.1.1
                                    rinda 0.1.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.2.2
                                    set 1.0.3
                                    shellwords 0.1.0
                                    singleton 0.1.1
                                    syntax_suggest 1.1.0
                                    tempfile 0.1.3
                                    time 0.2.2
                                    timeout 0.4.0
                                    tmpdir 0.1.3
                                    tsort 0.1.1
                                    un 0.2.1
                                    uri 0.12.2
                                    weakref 0.1.2
                                    yaml 0.2.1
                                    yarp 0.10.0
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.4
                                    date 3.3.3
                                    digest 3.1.1
                                    etc 1.4.2
                                    fcntl 1.0.2
                                    fiddle 1.1.2
                                    io-console 0.6.0
                                    io-nonblock 0.2.0
                                    io-wait 0.3.0
                                    json 2.6.3
                                    nkf 0.1.3
                                    openssl 3.1.0
                                    pathname 0.2.1
                                    psych 5.1.0
                                    stringio 3.0.9
                                    strscan 3.0.7
                                    syslog 0.1.1
                                    zlib 3.0.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.0.6
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.2.0
                                    net-imap 0.3.7
                                    net-pop 0.1.2
                                    net-smtp 0.3.3
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.2.1
                                    typeprof 0.21.8
                                    debug 1.8.0
                                    racc 1.7.1
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 1852 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/yarp -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/yarp -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.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options: 
  --seed=7193
  "--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:

T.....TT
Retrying...

  1) Failure:
TestGc#test_latest_gc_info_weak_references_count [/tmp/ruby/src/trunk-O0/test/ruby/test_gc.rb:329]:
<0> expected but was
<1>.


Retrying hung up testcases...
[ 1/53] TestObjSpace#test_dump_all_single_generation = 0.05 s
[ 2/53] TestObjSpace#test_anonymous_class_name = 0.00 s
[ 3/53] TestObjSpace#test_utf8_method_names = 0.00 s
[ 4/53] TestObjSpace#test_dump_all_full = 0.78 s
[ 5/53] TestObjSpace#test_dump_includes_imemo_type = 0.73 s
[ 6/53] TestObjSpace#test_trace_object_allocations_start_stop_clear = 0.00 s
[ 7/53] TestObjSpace#test_dump_to_io = 0.00 s
[ 8/53] TestObjSpace#test_count_objects_size_with_wrong_type = 0.00 s
[ 9/53] TestObjSpace#test_dump_special_floats = 0.00 s
[10/53] TestObjSpace#test_dump_array = 0.00 s
[11/53] TestObjSpace#test_dump_object = 0.00 s
[12/53] TestObjSpace#test_trace_object_allocations = 55.62 s
[13/53] TestObjSpace#test_dump_all = 1.76 s
[14/53] TestObjSpace#test_dump_addresses_match_dump_all_addresses = 0.61 s
[15/53] TestObjSpace#test_memsize_of_iseq = 0.00 s
[16/53] TestObjSpace#test_internal_class_of_on_ast = 0.00 s
[17/53] TestObjSpace#test_dump_special_consts = 0.00 s
[18/53] TestObjSpace#test_internal_super_of = 0.02 s
[19/53] TestObjSpace#test_load_allocation_path_load = 0.42 s
[20/53] TestObjSpace#test_name_error_message = 0.00 s
[21/53] TestObjSpace#test_memsize_of_root_shared_string = 0.08 s
[22/53] TestObjSpace#test_count_symbols = 0.22 s
[23/53] TestObjSpace#test_count_objects_size = 0.04 s
[24/53] TestObjSpace#test_objspace_trace = 0.04 s
[25/53] TestObjSpace#test_dump_escapes_method_name = 0.00 s
[26/53] TestObjSpace#test_count_imemo_objects = 0.03 s
[27/53] TestObjSpace#test_reachable_objects_from = 0.57 s
[28/53] TestObjSpace#test_dump_reference_addresses_match_dump_all_addresses = 0.42 s
[29/53] TestObjSpace#test_reachable_objects_size = 0.63 s
[30/53] TestObjSpace#test_dump_dynamic_symbol = 0.00 s
[31/53] TestObjSpace#test_dump_flags = 0.27 s
[32/53] TestObjSpace#test_dump_class_addresses_match_dump_all_addresses = 0.80 s
[33/53] TestObjSpace#test_dump_includes_slot_size = 0.00 s
[34/53] TestObjSpace#test_load_allocation_path_load_from_binary = 0.00 s
[35/53] TestObjSpace#test_dump_control_char = 0.00 s
[36/53] TestObjSpace#test_trace_object_allocations_stop_first = 0.23 s
[37/53] TestObjSpace#test_trace_object_allocations_gc_stress = 1.00 s
[38/53] TestObjSpace#test_internal_class_of = 2.08 s
[39/53] TestObjSpace#test_reachable_objects_during_iteration = 0.58 s
[40/53] TestObjSpace#test_reachable_objects_from_root = 0.00 s
[41/53] TestObjSpace#test_dump_uninitialized_file = 0.06 s
[42/53] TestObjSpace#test_dump_not_too_complex_shape = 0.00 s
[43/53] TestObjSpace#test_dump_singleton_class = 0.00 s
[44/53] TestObjSpace#test_count_objects_size_with_hash = 0.04 s
[45/53] TestObjSpace#test_load_allocation_path_compile_file = 0.45 s
[46/53] TestObjSpace#test_dump_shapes = 0.01 s
[47/53] TestObjSpace#test_memsize_of = 0.00 s
[48/53] TestObjSpace#test_dump_objects_dumps_page_slot_sizes = 1.08 s
[49/53] TestObjSpace#test_dump_to_default = 0.00 s
[50/53] TestObjSpace#test_dump_string_coderange = 0.00 s
[51/53] TestObjSpace#test_memsize_of_all = 0.05 s
[52/53] TestObjSpace#test_argf_memsize = 0.00 s
[53/53] TestObjSpace#test_count_tdata_objects = 0.02 s
Finished tests in 1530.702680s, 17.1627 tests/s, 6115.7566 assertions/s.
26271 tests, 9361405 assertions, 1 failures, 0 errors, 193 skips

ruby -v: ruby 3.3.0dev (2023-09-07T18:22:34Z master fcdedf7f47) [x86_64-linux]
make: *** [uncommon.mk:914: yes-test-all] Error 1
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr' 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/yarp -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.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr
ruby 3.3.0dev (2023-09-07T18:22:34Z master fcdedf7f47) [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 .................................................................

Finished in 332.212952 seconds

3715 files, 32238 examples, 144473 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS='-j4'" exit with 0.

$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.1916653.ruby -x gdbscript
[New LWP 1916653]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -W0'.
Program terminated with signal SIGABRT, Aborted.
#0  0x000056305f05cee1 in RVALUE_OLD_P (obj=139891352974560) at /tmp/ruby/src/trunk-O0/gc.c:1714
1714	{

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f3afe7717c0 (LWP 1916653) 0x000056305f05cee1 in RVALUE_OLD_P (obj=139891352974560) at /tmp/ruby/src/trunk-O0/gc.c:1714

>>> Machine level backtrace


Thread 1 (Thread 0x7f3afe7717c0 (LWP 1916653)):
#0  0x000056305f05cee1 in RVALUE_OLD_P (obj=139891352974560) at /tmp/ruby/src/trunk-O0/gc.c:1714
        __func__ = <optimized out>
#1  0x000056305f066f42 in rgengc_check_relation (objspace=0x563060fab0e0, obj=139891352974560) at /tmp/ruby/src/trunk-O0/gc.c:6764
        old_parent = 139891335687400
        __func__ = <optimized out>
#2  0x000056305f067177 in gc_mark_ptr (objspace=0x563060fab0e0, obj=139891352974560) at /tmp/ruby/src/trunk-O0/gc.c:6817
        __func__ = "gc_mark_ptr"
#3  0x000056305f06737e in gc_mark (objspace=0x563060fab0e0, obj=139891352974560) at /tmp/ruby/src/trunk-O0/gc.c:6866
No locals.
#4  0x000056305f0668c6 in mark_method_entry_i (me=139891352974560, data=0x563060fab0e0) at /tmp/ruby/src/trunk-O0/gc.c:6541
        objspace = 0x563060fab0e0
#5  0x000056305f1e3646 in rb_id_table_foreach_values (tbl=0x563060fdc6c0, func=0x56305f066897 <mark_method_entry_i>, data=0x563060fab0e0) at /tmp/ruby/src/trunk-O0/id_table.c:296
        ret = ID_TABLE_CONTINUE
        i = 8
        capa = 128
#6  0x000056305f066902 in mark_m_tbl (objspace=0x563060fab0e0, tbl=0x563060fdc6c0) at /tmp/ruby/src/trunk-O0/gc.c:6549
No locals.
#7  0x000056305f067d11 in gc_mark_children (objspace=0x563060fab0e0, obj=139891335687400) at /tmp/ruby/src/trunk-O0/gc.c:7160
        any = 0x7f3afd5eece8
#8  0x000056305f0684ef in gc_mark_stacked_objects (objspace=0x563060fab0e0, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7331
        mstack = 0x563060fab568
        obj = 139891335687400
        marked_slots_at_the_beginning = 714
        popped_count = 0
#9  0x000056305f06866f in gc_mark_stacked_objects_all (objspace=0x563060fab0e0) at /tmp/ruby/src/trunk-O0/gc.c:7369
No locals.
#10 0x000056305f06a936 in gc_marks_rest (objspace=0x563060fab0e0) at /tmp/ruby/src/trunk-O0/gc.c:8556
No locals.
#11 0x000056305f06aa6a in gc_marks (objspace=0x563060fab0e0, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8614
        marking_finished = false
#12 0x000056305f06c7f2 in gc_start (objspace=0x563060fab0e0, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9364
        do_full_mark = 1
        immediate_mark = 32768
        __func__ = <optimized out>
        lock_lev = 4240438720
#13 0x000056305f06c48f in garbage_collect (objspace=0x563060fab0e0, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9248
        _lev = 8192
        ret = 0
#14 0x000056305f06cf12 in garbage_collect_with_gvl (objspace=0x563060fab0e0, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9625
No locals.
#15 0x000056305f073dd2 in objspace_malloc_gc_stress (objspace=0x563060fab0e0) at /tmp/ruby/src/trunk-O0/gc.c:12051
        reason = 45568
#16 0x000056305f0740b5 in objspace_xmalloc0 (objspace=0x563060fab0e0, size=61) at /tmp/ruby/src/trunk-O0/gc.c:12253
        gpr = 107008
        mem = 0x3d
#17 0x000056305f074483 in ruby_xmalloc2_body (n=61, size=1) at /tmp/ruby/src/trunk-O0/gc.c:12500
No locals.
#18 0x000056305f077d49 in ruby_xmalloc2 (n=61, size=1) at /tmp/ruby/src/trunk-O0/gc.c:14067
No locals.
#19 0x000056305f1c2d4e in str_make_independent_expand (str=139891325400160, len=6, expand=54, termlen=1) at /tmp/ruby/src/trunk-O0/string.c:2350
        ptr = 0x7ffd634e8e60 "\340\216Nc\375\177"
        oldptr = 0x56305f1bd26b <STR_EMBED_P+29> "H\205\300\017\224\300\311\303UH\211\345H\203\354\bH\211}\370H\213E\370\276"
        capa = 60
#20 0x000056305f1c49a3 in rb_str_resize (str=139891325400160, len=60) at /tmp/ruby/src/trunk-O0/string.c:3016
        capa = 3145728
        termlen = 1
        independent = 1
        slen = 6
#21 0x000056305f1b771b in ruby__sfvwrite (fp=0x7ffd634e9690, uio=0x7ffd634e9020) at /tmp/ruby/src/trunk-O0/sprintf.c:1083
        cr = 1048576
        iov = 0x634e9050
        result = 139891325400160
        buf = 0x7f3afcc1f47e ""
        len = 33
        n = 139891325400160
        blen = 6
        bsiz = 60
#22 0x000056305f1b4192 in BSD__sprint (fp=0x7ffd634e9690, uio=0x7ffd634e9020) at /tmp/ruby/src/trunk-O0/vsnprintf.c:318
        err = 1666096344
#23 0x000056305f1b6fa2 in BSD_vfprintf (fp=0x7ffd634e9690, fmt0=0x56305f42b0f0 "from %li\v\n", ap=0x7ffd634e9730) at /tmp/ruby/src/trunk-O0/vsnprintf.c:1215
        nc = 5
        PRI_EXTRA_MARK_LEN = 1
        fmt = <optimized out>
        ch = 105
        n = 1666096344
        cp = 0x7f3afcbff718 "<internal:numeric>:237:in `times'"
        iovp = 0x7ffd634e9050
        flags = 16
        ret = 38
        width = 0
        prec = -1
        sign = 0 '\000'
        softsign = 0 '\000'
        _double = 0
        expt = 4008
        expsize = 0
        ndig = 0
        fprec = 0
        expstr = "\205[\375:\177\000"
        ulval = 139891325269760
        base = 265
        dprec = 0
        fieldsz = 33
        realsz = 33
        size = 4048
        xdigs = 0x0
        uio = {uio_iov = 0x7ffd634e9040, uio_iovcnt = 1, uio_resid = 33}
        iov = {{iov_base = 0x7f3afcbff718, iov_len = 33}, {iov_base = 0x563061171c50, iov_len = 139891325397560}, {iov_base = 0x7f3afccfd670, iov_len = 140726269546640}, {iov_base = 0x7ffd634e9cd8, iov_len = 94765752670783}, {iov_base = 0xae900000008, iov_len = 94765786815424}, {iov_base = 0x20, iov_len = 139891335433040}, {iov_base = 0x7ffd634e90c0, iov_len = 139891335433040}, {iov_base = 0x7f3afd5b8530, iov_len = 140726269546704}}
        buf = "\360\220Nc\375\177\000\000\373l\006_0V\000\000\250\003\035a0V\000\000\240\241\300\374:\177\000\000\200\226\ba0V\000\000\000\000\300\374:\177\000\000\240\241\300\374:\177\000\000\331v{\376:\177\000\000\240\003\035a0V\000\000\b\000\000\000\000\000\000\000\240\247Z\375:\177\000\000P\335\027a0V\000\000\240\241\300\374:\177\000\000P\221Nc\375\177\000\000n\314\005_0V\000\000\240\241\300\374:\177\000\000p\221Nc\375\177\000\000\373l\006_0V\000\000\240\241\300\374:\177\000\000\340\260\372`0V\000\000\220\221Nc\375\177\000\000\212q\006_0V\000\000\240\241\300\374:\177\000\000\340\260\372`0V\000\000\260\221Nc\375\177\000\000"...
        ox = "V\000\000\060"
        ebuf = 0x7ffd634e9607 ""
        ln = -33
        blanks = ' ' <repeats 16 times>
        zeroes = '0' <repeats 16 times>
#24 0x000056305f1b7b0e in ruby_vsprintf0 (result=139891325400160, p=0x7f3afcc1f479 "from ", fmt=0x56305f42b0f0 "from %li\v\n", ap=0x7ffd634e9730) at /tmp/ruby/src/trunk-O0/sprintf.c:1168
        buffer = {base = {_p = 0x7f3afcc1f47e "", _w = 15, _flags = 520, _file = -831, _bf = {_base = 0x7f3afcc1f460 "\005", _size = 0}, vwrite = 0x56305f1b7600 <ruby__sfvwrite>, vextra = 0x56305f1b77e5 <ruby__sfvextra>}, value = 139891325269760}
        klass = 139891335687240
        coderange = 0
        scanned = 0
        blen = 139891325395600
#25 0x000056305f1b7ea5 in rb_str_vcatf (str=139891325400160, fmt=0x56305f42b0f0 "from %li\v\n", ap=0x7ffd634e9730) at /tmp/ruby/src/trunk-O0/sprintf.c:1236
No locals.
#26 0x000056305f1b7f67 in rb_str_catf (str=139891325400160, format=0x56305f42b0f0 "from %li\v\n") at /tmp/ruby/src/trunk-O0/sprintf.c:1247
        ap = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7ffd634e9810, reg_save_area = 0x7ffd634e9750}}
#27 0x000056305f0476f4 in print_backtrace (eclass=139891335681000, errat=139891325402160, str=139891325402600, reverse=0, backtrace_limit=-1) at /tmp/ruby/src/trunk-O0/eval_error.c:257
        bt = 139891325400160
        line = 139891325269760
        i = 1
        len = 3
        threshold = 1000000000
        skip_start = -1
        width = 1
        skip_len = 0
#28 0x000056305f047ce4 in rb_error_write (errinfo=139891325402400, emesg=4, errat=139891325402160, str=139891325402600, opt=139891325270080, highlight=0, reverse=0) at /tmp/ruby/src/trunk-O0/eval_error.c:347
        eclass = 139891335681000
        shown_causes = 0
        backtrace_limit = -1
#29 0x000056305f047f88 in rb_ec_error_print_detailed (ec=0x563060fac1a0, errinfo=139891325402400, str=139891325402600, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:379
        _ec = 0x563060fac1a0
        _tag = {tag = 36, retval = 0, buf = {0x7ffd634e9a40, 0x56305f047e9d <rb_ec_error_print_detailed+356>, 0x0, 0x7ffd634e9970, 0x0}, prev = 0x7ffd634e9ab0, state = RUBY_TAG_NONE, lock_rec = 0}
        raised_flag = 0 '\000'
        errat = 139891325402160
        written = true
        emesg = 4
        opt = 139891325270080
        highlight = 0
#30 0x000056305f0494bb in rb_ec_cleanup (ec=0x563060fac1a0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:230
        err = 139891325402400
        mode0 = 0
        mode1 = 3
        _ec = 0x563060fac1a0
        _tag = {tag = 36, retval = 94765752552876, buf = {0x7ffd634e9b30, 0x56305f0492a4 <rb_ec_cleanup+279>, 0x0, 0x7ffd634e9a50, 0x563060fac1a0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 1
        signaled = 0
        th = 0x563060faaf90
        th0 = 0x563060faaf90
        step = 2
        message = 4
        buf = 139891325402600
#31 0x000056305f04993c in ruby_run_node (n=0x7f3afcc11130) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x563060fac1a0
        status = 22064
#32 0x000056305f0452e4 in rb_main (argc=2, argv=0x7ffd634e9cd8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140726269549488
#33 0x000056305f045345 in main (argc=2, argv=0x7ffd634e9cd8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

>>> Dump Ruby level backtrace (if possible)


$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.1919101.ruby -x gdbscript
[New LWP 1919101]
[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  0x000055929bb46b80 in RB_FL_TEST (obj=94088165934769, flags=140723109677088) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:496
496	{

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f8be55417c0 (LWP 1919101) 0x000055929bb46b80 in RB_FL_TEST (obj=94088165934769, flags=140723109677088) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:496

>>> Machine level backtrace


Thread 1 (Thread 0x7f8be55417c0 (LWP 1919101)):
#0  0x000055929bb46b80 in RB_FL_TEST (obj=94088165934769, flags=140723109677088) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:496
No locals.
#1  0x000055929bb54b62 in gc_mark_children (objspace=0x55929cbce0e0, obj=140238806048480) at /tmp/ruby/src/trunk-O0/gc.c:7117
        any = 0x7f8be437dee0
#2  0x000055929bb554ef in gc_mark_stacked_objects (objspace=0x55929cbce0e0, incremental=1, count=34300) at /tmp/ruby/src/trunk-O0/gc.c:7331
        mstack = 0x55929cbce568
        obj = 140238806048480
        marked_slots_at_the_beginning = 756
        popped_count = 6362
#3  0x000055929bb55647 in gc_mark_stacked_objects_incremental (objspace=0x55929cbce0e0, count=34300) at /tmp/ruby/src/trunk-O0/gc.c:7363
No locals.
#4  0x000055929bb57970 in gc_marks_step (objspace=0x55929cbce0e0, slots=34300) at /tmp/ruby/src/trunk-O0/gc.c:8568
        marking_finished = false
        __func__ = <optimized out>
#5  0x000055929bb579d8 in gc_marks_continue (objspace=0x55929cbce0e0, size_pool=0x55929cbce1e0, heap=0x55929cbce230) at /tmp/ruby/src/trunk-O0/gc.c:8588
        __func__ = <optimized out>
        marking_finished = true
#6  0x000055929bb4b75d in gc_continue (objspace=0x55929cbce0e0, size_pool=0x55929cbce1e0, heap=0x55929cbce230) at /tmp/ruby/src/trunk-O0/gc.c:2402
        lock_lev = 0
#7  0x000055929bb4bf24 in newobj_alloc (objspace=0x55929cbce0e0, cr=0x55929cbcee70, size_pool_idx=1, vm_locked=true) at /tmp/ruby/src/trunk-O0/gc.c:2729
        lev = 32764
        unlock_vm = false
        size_pool = 0x55929cbce1e0
        heap = 0x55929cbce230
        cache = 0x55929cbcf0e8
        obj = 0
        __func__ = <optimized out>
#8  0x000055929bb4c157 in newobj_slowpath (size_pool_idx=1, wb_protected=1, cr=0x55929cbcee70, objspace=0x55929cbce0e0, flags=4294967301, klass=140238806314080) at /tmp/ruby/src/trunk-O0/gc.c:2788
        obj = 2
        lev = 1
#9  newobj_slowpath_wb_protected (klass=140238806314080, flags=4294967301, objspace=0x55929cbce0e0, cr=0x55929cbcee70, size_pool_idx=1) at /tmp/ruby/src/trunk-O0/gc.c:2806
No locals.
#10 0x000055929bb4c4cf in newobj_of0 (klass=140238806314080, flags=4294967301, wb_protected=1, cr=0x55929cbcee70, alloc_size=61) at /tmp/ruby/src/trunk-O0/gc.c:2848
        obj = 94088165988872
        objspace = 0x55929cbce0e0
        size_pool_idx = 1
        i = <optimized out>
        cnt = <optimized out>
#11 0x000055929bb4c53b in newobj_of (cr=0x55929cbcee70, klass=140238806314080, flags=5, v1=0, v2=0, v3=0, wb_protected=1, alloc_size=61) at /tmp/ruby/src/trunk-O0/gc.c:2858
        obj = 94088183214496
#12 0x000055929bb4c5f6 in rb_wb_protected_newobj_of (ec=0x55929cbcf1a0, klass=140238806314080, flags=5, size=61) at /tmp/ruby/src/trunk-O0/gc.c:2873
        __func__ = <optimized out>
#13 0x000055929bcabde7 in str_alloc_embed (klass=140238806314080, capa=37) at /tmp/ruby/src/trunk-O0/string.c:855
        size = 61
        str = 0x24
#14 0x000055929bcabf24 in str_new0 (klass=140238806314080, ptr=0x7f8be3a5fdf8 "/tmp/empty20230907-1919101-unt06j.rb", len=36, termlen=1) at /tmp/ruby/src/trunk-O0/string.c:891
        str = 140238806314080
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#15 0x000055929bcad65d in str_new_frozen_buffer (klass=140238806314080, orig=140238796144320, copy_encoding=1) at /tmp/ruby/src/trunk-O0/string.c:1427
        str = 140723109678264
        len = 36
        termlen = 1
#16 0x000055929bcad46e in str_new_frozen (klass=140238806314080, orig=140238796144320) at /tmp/ruby/src/trunk-O0/string.c:1397
No locals.
#17 0x000055929bcad2ab in rb_str_new_frozen (orig=140238796144320) at /tmp/ruby/src/trunk-O0/string.c:1347
No locals.
#18 0x000055929bb3b667 in rb_get_path_check_convert (obj=140238796144320) at /tmp/ruby/src/trunk-O0/file.c:236
No locals.
#19 0x000055929bb3b6ab in rb_get_path (obj=140238796144320) at /tmp/ruby/src/trunk-O0/file.c:248
No locals.
#20 0x000055929bb3c730 in rb_stat (file=140238796144320, st=0x7ffca6f6ce80) at /tmp/ruby/src/trunk-O0/file.c:1309
        tmp = 4
        result = 0
#21 0x000055929bb3d9ab in rb_file_identical_p (obj=140238806117600, fname1=140238796147080, fname2=140238796144320) at /tmp/ruby/src/trunk-O0/file.c:2203
        st1 = {st_dev = 157, st_ino = 17040205, st_nlink = 1, st_mode = 33152, st_uid = 1001, st_gid = 1000, __pad0 = 0, st_rdev = 0, st_size = 0, st_blksize = 4096, st_blocks = 0, st_atim = {tv_sec = 1694116400, tv_nsec = 316579307}, st_mtim = {tv_sec = 1694116400, tv_nsec = 316579307}, st_ctim = {tv_sec = 1694116400, tv_nsec = 316579307}, __glibc_reserved = {0, 0, 0}}
        st2 = {st_dev = 0, st_ino = 140238797078280, st_nlink = 94088183211216, st_mode = 2629624032, st_uid = 21906, st_gid = 1, __pad0 = 1049216, st_rdev = 16, st_size = 140238806152520, st_blksize = 0, st_blocks = 140238806117600, st_atim = {tv_sec = 1431634051, tv_nsec = 0}, st_mtim = {tv_sec = 94088183214496, tv_nsec = 140723109678880}, st_ctim = {tv_sec = 2612403082, tv_nsec = 140238824668920}, __glibc_reserved = {140238823620824, 140723109678880, 94088183214496}}
#22 0x000055929bd1f323 in ractor_safe_call_cfunc_2 (recv=140238806117600, argc=2, argv=0x7f8be54400c8, func=0x55929bb3d93b <rb_file_identical_p>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3304
        f = 0x55929bb3d93b <rb_file_identical_p>
#23 0x000055929bd1fea4 in vm_call_cfunc_with_frame_ (ec=0x55929cbcf1a0, reg_cfp=0x7f8be553ff30, calling=0x7ffca6f6d370, argc=2, argv=0x7f8be54400c8, stack_bottom=0x7f8be54400c0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3474
        ci = 0x491f00100005
        cc = 0x7f8be3a0d928
        val = 140723109679120
        me = 0x7f8be4397548
        cfunc = 0x55929cbf29d8
        recv = 140238806117600
        block_handler = 0
        frame_type = 1431634051
        len = 2
        args = <optimized out>
        args = <optimized out>
#24 0x000055929bd20079 in vm_call_cfunc_with_frame (ec=0x55929cbcf1a0, reg_cfp=0x7f8be553ff30, calling=0x7ffca6f6d370) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3502
        argc = 2
        stack_bottom = 0x7f8be54400c0
        argv = 0x7f8be54400c8
#25 0x000055929bd20191 in vm_call_cfunc_other (ec=0x55929cbcf1a0, reg_cfp=0x7f8be553ff30, calling=0x7ffca6f6d370) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3528
        ci = 0x491f00100005
        argv_ary = 0
#26 0x000055929bd205b9 in vm_call_cfunc (ec=0x55929cbcf1a0, reg_cfp=0x7f8be553ff30, calling=0x7ffca6f6d370) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3610
        ci = 0x491f00100005
#27 0x000055929bd22d74 in vm_call_method_each_type (ec=0x55929cbcf1a0, cfp=0x7f8be553ff30, calling=0x7ffca6f6d370) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4388
        aset_mask = 1978
        ivar_mask = 0
        ci = 0x491f00100005
        cc = 0x7f8be3a0d928
        cme = 0x7f8be4397548
        v = 94088184953528
#28 0x000055929bd23828 in vm_call_method (ec=0x55929cbcf1a0, cfp=0x7f8be553ff30, calling=0x7ffca6f6d370) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4514
        ci = 0x491f00100005
        cc = 0x7f8be3a0d928
#29 0x000055929bd23a2a in vm_call_general (ec=0x55929cbcf1a0, reg_cfp=0x7f8be553ff30, calling=0x7ffca6f6d370) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4558
No locals.
#30 0x000055929bd260cd in vm_sendish (ec=0x55929cbcf1a0, reg_cfp=0x7f8be553ff30, cd=0x55929cd75660, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5552
        val = 36
        ci = 0x491f00100005
        cc = 0x7f8be3a0d928
        argc = 2
        recv = 140238806117600
        calling = {cd = 0x55929cd75660, cc = 0x7f8be3a0d928, block_handler = 0, recv = 140238806117600, argc = 2, kw_splat = false, heap_argv = 0}
#31 0x000055929bd2d497 in vm_exec_core (ec=0x55929cbcf1a0) at ../../src/trunk-O0/insns.def:835
        bh = 0
        cd = 0x55929cd75660
        leaf = false
        val = 140238796144320
        reg_pc = 0x55929cd75370
        reg_cfp = 0x7f8be553ff30
        insns_address_table = {0x55929bd29c32 <vm_exec_core+108>, 0x55929bd29c94 <vm_exec_core+206>, 0x55929bd29da7 <vm_exec_core+481>, 0x55929bd29ebb <vm_exec_core+757>, 0x55929bd2a059 <vm_exec_core+1171>, 0x55929bd2a189 <vm_exec_core+1475>, 0x55929bd2a39b <vm_exec_core+2005>, 0x55929bd2a4ad <vm_exec_core+2279>, 0x55929bd2a586 <vm_exec_core+2496>, 0x55929bd2a68d <vm_exec_core+2759>, 0x55929bd2a794 <vm_exec_core+3022>, 0x55929bd2a8a2 <vm_exec_core+3292>, 0x55929bd2a9b4 <vm_exec_core+3566>, 0x55929bd2ab3b <vm_exec_core+3957>, 0x55929bd2ac44 <vm_exec_core+4222>, 0x55929bd2ad3e <vm_exec_core+4472>, 0x55929bd2ae01 <vm_exec_core+4667>, 0x55929bd2aec4 <vm_exec_core+4862>, 0x55929bd2af4d <vm_exec_core+4999>, 0x55929bd2afd9 <vm_exec_core+5139>, 0x55929bd2b07f <vm_exec_core+5305>, 0x55929bd2b157 <vm_exec_core+5521>, 0x55929bd2b224 <vm_exec_core+5726>, 0x55929bd2b302 <vm_exec_core+5948>, 0x55929bd2b3c4 <vm_exec_core+6142>, 0x55929bd2b503 <vm_exec_core+6461>, 0x55929bd2b5a9 <vm_exec_core+6627>, 0x55929bd2b68e <vm_exec_core+6856>, 0x55929bd2b7bd <vm_exec_core+7159>, 0x55929bd2b880 <vm_exec_core+7354>, 0x55929bd2b943 <vm_exec_core+7549>, 0x55929bd2ba3b <vm_exec_core+7797>, 0x55929bd2bafd <vm_exec_core+7991>, 0x55929bd2bbdc <vm_exec_core+8214>, 0x55929bd2bcec <vm_exec_core+8486>, 0x55929bd2bde6 <vm_exec_core+8736>, 0x55929bd2be61 <vm_exec_core+8859>, 0x55929bd2bf22 <vm_exec_core+9052>, 0x55929bd2c010 <vm_exec_core+9290>, 0x55929bd2c0c0 <vm_exec_core+9466>, 0x55929bd2c23f <vm_exec_core+9849>, 0x55929bd2c319 <vm_exec_core+10067>, 0x55929bd2c405 <vm_exec_core+10303>, 0x55929bd2c496 <vm_exec_core+10448>, 0x55929bd2c5f1 <vm_exec_core+10795>, 0x55929bd2cae4 <vm_exec_core+12062>, 0x55929bd2cbe0 <vm_exec_core+12314>, 0x55929bd2cce3 <vm_exec_core+12573>, 0x55929bd2cdcf <vm_exec_core+12809>, 0x55929bd2cfe8 <vm_exec_core+13346>, 0x55929bd2d0da <vm_exec_core+13588>, 0x55929bd2d1e0 <vm_exec_core+13850>, 0x55929bd2d3dd <vm_exec_core+14359>, 0x55929bd2d586 <vm_exec_core+14784>, 0x55929bd2d6b1 <vm_exec_core+15083>, 0x55929bd2d81d <vm_exec_core+15447>, 0x55929bd2d948 <vm_exec_core+15746>, 0x55929bd2dab4 <vm_exec_core+16110>, 0x55929bd2dc96 <vm_exec_core+16592>, 0x55929bd2de93 <vm_exec_core+17101>, 0x55929bd2e03c <vm_exec_core+17526>, 0x55929bd2e15e <vm_exec_core+17816>, 0x55929bd2e205 <vm_exec_core+17983>, 0x55929bd2e2c9 <vm_exec_core+18179>, 0x55929bd2e3b2 <vm_exec_core+18412>, 0x55929bd2e49e <vm_exec_core+18648>, 0x55929bd2e587 <vm_exec_core+18881>, 0x55929bd2e69b <vm_exec_core+19157>, 0x55929bd2e7c2 <vm_exec_core+19452>, 0x55929bd2e8f8 <vm_exec_core+19762>, 0x55929bd2ea2e <vm_exec_core+20072>, 0x55929bd2eb64 <vm_exec_core+20382>, 0x55929bd2ec9a <vm_exec_core+20692>, 0x55929bd2edd0 <vm_exec_core+21002>, 0x55929bd2ef11 <vm_exec_core+21323>, 0x55929bd2f08b <vm_exec_core+21701>, 0x55929bd2f1c1 <vm_exec_core+22011>, 0x55929bd2f2f7 <vm_exec_core+22321>, 0x55929bd2f42d <vm_exec_core+22631>, 0x55929bd2f563 <vm_exec_core+22941>, 0x55929bd2f699 <vm_exec_core+23251>, 0x55929bd2f7cf <vm_exec_core+23561>, 0x55929bd2f905 <vm_exec_core+23871>, 0x55929bd2fa3b <vm_exec_core+24181>, 0x55929bd2fb8a <vm_exec_core+24516>, 0x55929bd2fd44 <vm_exec_core+24958>, 0x55929bd2fec2 <vm_exec_core+25340>, 0x55929bd2ffe1 <vm_exec_core+25627>, 0x55929bd30100 <vm_exec_core+25914>, 0x55929bd3021a <vm_exec_core+26196>, 0x55929bd30334 <vm_exec_core+26478>, 0x55929bd3045f <vm_exec_core+26777>, 0x55929bd30595 <vm_exec_core+27087>, 0x55929bd30680 <vm_exec_core+27322>, 0x55929bd30785 <vm_exec_core+27583>, 0x55929bd308cd <vm_exec_core+27911>, 0x55929bd309bc <vm_exec_core+28150>, 0x55929bd30a96 <vm_exec_core+28368>, 0x55929bd30b6b <vm_exec_core+28581>, 0x55929bd30c46 <vm_exec_core+28800>, 0x55929bd30cc2 <vm_exec_core+28924>, 0x55929bd30d3e <vm_exec_core+29048>, 0x55929bd30d5c <vm_exec_core+29078>, 0x55929bd30d7a <vm_exec_core+29108>, 0x55929bd30d98 <vm_exec_core+29138>, 0x55929bd30db6 <vm_exec_core+29168>, 0x55929bd30dd4 <vm_exec_core+29198>, 0x55929bd30df2 <vm_exec_core+29228>, 0x55929bd30e10 <vm_exec_core+29258>, 0x55929bd30e2e <vm_exec_core+29288>, 0x55929bd30e4c <vm_exec_core+29318>, 0x55929bd30e6a <vm_exec_core+29348>, 0x55929bd30e88 <vm_exec_core+29378>, 0x55929bd30ea6 <vm_exec_core+29408>, 0x55929bd30ec4 <vm_exec_core+29438>, 0x55929bd30ee2 <vm_exec_core+29468>, 0x55929bd30f00 <vm_exec_core+29498>, 0x55929bd30f1e <vm_exec_core+29528>, 0x55929bd30f3c <vm_exec_core+29558>, 0x55929bd30f5a <vm_exec_core+29588>, 0x55929bd30f78 <vm_exec_core+29618>, 0x55929bd30f96 <vm_exec_core+29648>, 0x55929bd30fb4 <vm_exec_core+29678>, 0x55929bd30fd2 <vm_exec_core+29708>, 0x55929bd30ff0 <vm_exec_core+29738>, 0x55929bd3100e <vm_exec_core+29768>, 0x55929bd3102c <vm_exec_core+29798>, 0x55929bd3104a <vm_exec_core+29828>, 0x55929bd31068 <vm_exec_core+29858>, 0x55929bd31086 <vm_exec_core+29888>, 0x55929bd310a4 <vm_exec_core+29918>, 0x55929bd310c2 <vm_exec_core+29948>, 0x55929bd310e0 <vm_exec_core+29978>, 0x55929bd310fe <vm_exec_core+30008>, 0x55929bd3111c <vm_exec_core+30038>, 0x55929bd3113a <vm_exec_core+30068>, 0x55929bd31158 <vm_exec_core+30098>, 0x55929bd31176 <vm_exec_core+30128>, 0x55929bd31194 <vm_exec_core+30158>, 0x55929bd311b2 <vm_exec_core+30188>, 0x55929bd311d0 <vm_exec_core+30218>, 0x55929bd311ee <vm_exec_core+30248>, 0x55929bd3120c <vm_exec_core+30278>, 0x55929bd3122a <vm_exec_core+30308>, 0x55929bd31248 <vm_exec_core+30338>, 0x55929bd31266 <vm_exec_core+30368>, 0x55929bd31284 <vm_exec_core+30398>, 0x55929bd312a2 <vm_exec_core+30428>, 0x55929bd312c0 <vm_exec_core+30458>, 0x55929bd312de <vm_exec_core+30488>, 0x55929bd312fc <vm_exec_core+30518>, 0x55929bd3131a <vm_exec_core+30548>, 0x55929bd31338 <vm_exec_core+30578>, 0x55929bd31356 <vm_exec_core+30608>, 0x55929bd31374 <vm_exec_core+30638>, 0x55929bd31392 <vm_exec_core+30668>, 0x55929bd313b0 <vm_exec_core+30698>, 0x55929bd313ce <vm_exec_core+30728>, 0x55929bd313ec <vm_exec_core+30758>, 0x55929bd3140a <vm_exec_core+30788>, 0x55929bd31428 <vm_exec_core+30818>, 0x55929bd31446 <vm_exec_core+30848>, 0x55929bd31464 <vm_exec_core+30878>, 0x55929bd31482 <vm_exec_core+30908>, 0x55929bd314a0 <vm_exec_core+30938>, 0x55929bd314be <vm_exec_core+30968>, 0x55929bd314dc <vm_exec_core+30998>, 0x55929bd314fa <vm_exec_core+31028>, 0x55929bd31518 <vm_exec_core+31058>, 0x55929bd31536 <vm_exec_core+31088>, 0x55929bd31554 <vm_exec_core+31118>, 0x55929bd31572 <vm_exec_core+31148>, 0x55929bd31590 <vm_exec_core+31178>, 0x55929bd315ae <vm_exec_core+31208>, 0x55929bd315cc <vm_exec_core+31238>, 0x55929bd315ea <vm_exec_core+31268>, 0x55929bd3161b <vm_exec_core+31317>, 0x55929bd31639 <vm_exec_core+31347>, 0x55929bd31657 <vm_exec_core+31377>, 0x55929bd31675 <vm_exec_core+31407>, 0x55929bd31693 <vm_exec_core+31437>, 0x55929bd316b1 <vm_exec_core+31467>, 0x55929bd316cf <vm_exec_core+31497>, 0x55929bd316ed <vm_exec_core+31527>, 0x55929bd3170b <vm_exec_core+31557>, 0x55929bd31729 <vm_exec_core+31587>, 0x55929bd31747 <vm_exec_core+31617>, 0x55929bd31765 <vm_exec_core+31647>, 0x55929bd31783 <vm_exec_core+31677>, 0x55929bd317a1 <vm_exec_core+31707>, 0x55929bd317bf <vm_exec_core+31737>, 0x55929bd317dd <vm_exec_core+31767>, 0x55929bd317fb <vm_exec_core+31797>, 0x55929bd31819 <vm_exec_core+31827>, 0x55929bd31837 <vm_exec_core+31857>, 0x55929bd31855 <vm_exec_core+31887>, 0x55929bd31873 <vm_exec_core+31917>, 0x55929bd31891 <vm_exec_core+31947>, 0x55929bd318af <vm_exec_core+31977>, 0x55929bd318cd <vm_exec_core+32007>...}
#32 0x000055929bd4397e in vm_exec_loop (ec=0x55929cbcf1a0, state=RUBY_TAG_RAISE, tag=0x7ffca6f6dff0, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2428
No locals.
#33 0x000055929bd438d6 in rb_vm_exec (ec=0x55929cbcf1a0) at /tmp/ruby/src/trunk-O0/vm.c:2407
        _ec = 0x55929cbcf1a0
        _tag = {tag = 36, retval = 4, buf = {0x7ffca6f6e070, 0x55929bd43801 <rb_vm_exec+174>, 0x0, 0x7ffca6f6dfc0, 0x7ffca6f6e308}, prev = 0x7ffca6f6e0e0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_RAISE
        result = 36
#34 0x000055929bd446d2 in rb_iseq_eval_main (iseq=0x7f8be3b26a30) at /tmp/ruby/src/trunk-O0/vm.c:2667
        ec = 0x55929cbcf1a0
        val = 94088183214496
#35 0x000055929bb367bf in rb_ec_exec_node (ec=0x55929cbcf1a0, n=0x7f8be3b26a30) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x55929cbcdf90
        _ec = 0x55929cbcf1a0
        _tag = {tag = 36, retval = 94088165809580, buf = {0x7ffca6f6e160, 0x55929bb36755 <rb_ec_exec_node+196>, 0x0, 0x7ffca6f6e0b0, 0x55929cbcf1a0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f8be3b26a30
#36 0x000055929bb3692c in ruby_run_node (n=0x7f8be3b26a30) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55929cbcf1a0
        status = 21906
#37 0x000055929bb322e4 in rb_main (argc=134, argv=0x7ffca6f6e308) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140723109683680
#38 0x000055929bb32345 in main (argc=134, argv=0x7ffca6f6e308) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

>>> Dump Ruby level backtrace (if possible)
raw logfile