# Logfile created on 2023-08-05 03:41:07 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055798671dce8 @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-iseq_binary", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-iseq_binary", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-iseq_binary", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-iseq_binary", @configure_opts=["--enable-shared"], @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-iseq_binary.20230805-034107", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_ISEQ_DUMP_DEBUG", "to_binary"]], @make="make", @logger=#<Logger:0x00005579867a6a70 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005579867a6930 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005579867a67a0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-iseq_binary.20230805-034107", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-iseq_binary.20230805-034107>, @binmode=false, @mon_data=#<Monitor:0x00005579867a66d8>, @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 typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
 * branch            aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-iseq_binary/tool/ifchange /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/typeprof.revision -
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
/tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/typeprof.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
   f07ef1d..2e94610  master     -> origin/master
Updating f07ef1d..2e94610
Fast-forward
 ruby_parser.c      | 1 -
 rubyparser.h       | 1 -
 universal_parser.c | 1 -
 vm.c               | 4 +++-
 4 files changed, 3 insertions(+), 4 deletions(-)
Latest commit hash = 2e94610f70
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating node_name.inc
generating /tmp/ruby/src/trunk-iseq_binary/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-iseq_binary/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-iseq_binary/ext/ripper'
/tmp/ruby/src/trunk-iseq_binary/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-iseq_binary'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
 * branch            aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-iseq_binary/tool/ifchange /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/typeprof.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 = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	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-iseq_binary/yjit/target/release/' /tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/miniinit.c
compiling /tmp/ruby/src/trunk-iseq_binary/array.c
compiling /tmp/ruby/src/trunk-iseq_binary/ast.c
compiling /tmp/ruby/src/trunk-iseq_binary/bignum.c
compiling /tmp/ruby/src/trunk-iseq_binary/class.c
compiling /tmp/ruby/src/trunk-iseq_binary/compile.c
compiling /tmp/ruby/src/trunk-iseq_binary/complex.c
compiling /tmp/ruby/src/trunk-iseq_binary/cont.c
compiling /tmp/ruby/src/trunk-iseq_binary/debug.c
compiling /tmp/ruby/src/trunk-iseq_binary/dir.c
compiling /tmp/ruby/src/trunk-iseq_binary/enumerator.c
compiling /tmp/ruby/src/trunk-iseq_binary/error.c
compiling /tmp/ruby/src/trunk-iseq_binary/eval.c
compiling /tmp/ruby/src/trunk-iseq_binary/gc.c
compiling /tmp/ruby/src/trunk-iseq_binary/hash.c
compiling /tmp/ruby/src/trunk-iseq_binary/io.c
compiling /tmp/ruby/src/trunk-iseq_binary/iseq.c
compiling /tmp/ruby/src/trunk-iseq_binary/load.c
compiling /tmp/ruby/src/trunk-iseq_binary/marshal.c
compiling /tmp/ruby/src/trunk-iseq_binary/memory_view.c
compiling /tmp/ruby/src/trunk-iseq_binary/rjit.c
compiling /tmp/ruby/src/trunk-iseq_binary/rjit_c.c
compiling /tmp/ruby/src/trunk-iseq_binary/node.c
compiling /tmp/ruby/src/trunk-iseq_binary/node_dump.c
compiling /tmp/ruby/src/trunk-iseq_binary/numeric.c
compiling /tmp/ruby/src/trunk-iseq_binary/object.c
compiling /tmp/ruby/src/trunk-iseq_binary/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-iseq_binary/proc.c
compiling /tmp/ruby/src/trunk-iseq_binary/process.c
compiling /tmp/ruby/src/trunk-iseq_binary/ractor.c
compiling /tmp/ruby/src/trunk-iseq_binary/random.c
compiling /tmp/ruby/src/trunk-iseq_binary/rational.c
compiling /tmp/ruby/src/trunk-iseq_binary/re.c
compiling /tmp/ruby/src/trunk-iseq_binary/ruby.c
compiling /tmp/ruby/src/trunk-iseq_binary/ruby_parser.c
compiling /tmp/ruby/src/trunk-iseq_binary/scheduler.c
compiling /tmp/ruby/src/trunk-iseq_binary/shape.c
compiling /tmp/ruby/src/trunk-iseq_binary/signal.c
compiling /tmp/ruby/src/trunk-iseq_binary/string.c
compiling /tmp/ruby/src/trunk-iseq_binary/struct.c
compiling /tmp/ruby/src/trunk-iseq_binary/symbol.c
compiling /tmp/ruby/src/trunk-iseq_binary/thread.c
compiling /tmp/ruby/src/trunk-iseq_binary/time.c
compiling /tmp/ruby/src/trunk-iseq_binary/variable.c
compiling /tmp/ruby/src/trunk-iseq_binary/version.c
compiling /tmp/ruby/src/trunk-iseq_binary/vm.c
compiling /tmp/ruby/src/trunk-iseq_binary/vm_backtrace.c
compiling /tmp/ruby/src/trunk-iseq_binary/vm_dump.c
compiling /tmp/ruby/src/trunk-iseq_binary/vm_sync.c
compiling /tmp/ruby/src/trunk-iseq_binary/vm_trace.c
compiling /tmp/ruby/src/trunk-iseq_binary/weakmap.c
compiling /tmp/ruby/src/trunk-iseq_binary/yjit.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 = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	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-iseq_binary/yjit/target/release/' /tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.3.0
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	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-iseq_binary/yjit/target/release/' /tmp/ruby/src/trunk-iseq_binary/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
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
encdb.h unchanged
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-iseq_binary/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/date'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/coverage/coverage.c
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/objspace/object_tracing.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/ripper/eventids2.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/init.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/ripper/ripper.c
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.8.0/ext/debug'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/constants.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/racc-1.7.1/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/objspace/objspace.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.1.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.1.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.1.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.1.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/objspace/objspace_dump.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/basicsocket.c
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace'
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/option.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/ifaddr.c
compiling /tmp/ruby/src/trunk-iseq_binary/ext/ripper/ripper_init.c
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	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-iseq_binary/yjit/target/release/' /tmp/ruby/src/trunk-iseq_binary/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
From https://github.com/ruby/typeprof
 * branch            aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-iseq_binary/tool/ifchange /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/typeprof.revision unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-iseq_binary/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.1.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.1.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.1.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.1.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
./miniruby -I/tmp/ruby/src/trunk-iseq_binary/lib -I. -I.ext/common  /tmp/ruby/src/trunk-iseq_binary/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/bin
installing base libraries:          /tmp/ruby/install/trunk-iseq_binary/lib
installing arch files:              /tmp/ruby/install/trunk-iseq_binary/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-iseq_binary/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-iseq_binary/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-iseq_binary/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-iseq_binary/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-iseq_binary/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-iseq_binary/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-iseq_binary/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-iseq_binary/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-iseq_binary/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-iseq_binary/bin
installing library scripts:         /tmp/ruby/install/trunk-iseq_binary/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-iseq_binary/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk-iseq_binary/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-iseq_binary/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.2
                                    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.7.4
                                    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.7
                                    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.4.0
installing default gems from ext:   /tmp/ruby/install/trunk-iseq_binary/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.8
                                    strscan 3.0.7
                                    syslog 0.1.1
                                    zlib 3.0.0
installing bundled gems:            /tmp/ruby/install/trunk-iseq_binary/lib/ruby/gems/3.3.0+0
                                    minitest 5.19.0
                                    power_assert 2.0.3
                                    rake 13.0.6
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.2.9
                                    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.1.3
                                    typeprof 0.21.7
                                    debug 1.8.0
                                    racc 1.7.1
installing bundled gem cache:       /tmp/ruby/install/trunk-iseq_binary/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1842 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 = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	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-iseq_binary/yjit/target/release/' /tmp/ruby/src/trunk-iseq_binary/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-iseq_binary/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-iseq_binary/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'
RUBY_ISEQ_DUMP_DEBUG = to_binary
Run options: 
  --seed=33832
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-iseq_binary/lib -I. -I.ext/common  /tmp/ruby/src/trunk-iseq_binary/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-iseq_binary/test/excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

TLeaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 40183>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 11

Retrying...
Finished tests in 495.696710s, 50.6176 tests/s, 18590.3534 assertions/s.
25091 tests, 9215177 assertions, 0 failures, 0 errors, 162 skips

ruby -v: ruby 3.3.0dev (2023-08-05T03:12:42Z master 2e94610f70) [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' TESTS='-j4'
$ /tmp/ruby/build/trunk-iseq_binary/miniruby -I/tmp/ruby/src/trunk-iseq_binary/lib /tmp/ruby/src/trunk-iseq_binary/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-iseq_binary --extout=.ext -- /tmp/ruby/src/trunk-iseq_binary/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-iseq_binary/spec/default.mspec --error-output stderr
ruby 3.3.0dev (2023-08-05T03:12:42Z master 2e94610f70) [x86_64-linux]
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 146.038217 seconds

3708 files, 32149 examples, 155878 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-iseq_binary/ruby -c /tmp/cores/core.1001.2116374.ruby -x gdbscript
[New LWP 2116374]
[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-iseq_binary/ruby -w --disable=gems -I/tmp/ruby/src/trunk-'.
Program terminated with signal SIGABRT, Aborted.
#0  0x00007f8ef84b9a37 in __GI___libc_write (fd=7, buf=0x7f8ef68e7c30, nbytes=33) at ../sysdeps/unix/sysv/linux/write.c:26

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f8ef8383c00 (LWP 2116374) 0x00007f8ef84b9a37 in __GI___libc_write (fd=7, buf=0x7f8ef68e7c30, nbytes=33) at ../sysdeps/unix/sysv/linux/write.c:26

>>> Machine level backtrace


Thread 1 (Thread 0x7f8ef8383c00 (LWP 2116374)):
#0  0x00007f8ef84b9a37 in __GI___libc_write (fd=7, buf=0x7f8ef68e7c30, nbytes=33) at ../sysdeps/unix/sysv/linux/write.c:26
        sc_ret = 33
        __arg3 = <optimized out>
        _a2 = <optimized out>
        sc_ret = <optimized out>
        sc_ret = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        sc_cancel_oldtype = <optimized out>
        resultvar = <optimized out>
        __arg2 = <optimized out>
        _a1 = <optimized out>
#1  0x00007f8ef88cd3e8 in internal_write_func (ptr=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/io.c:1206
        iis = <optimized out>
        result = <optimized out>
        retry = <optimized out>
        iis = <optimized out>
        result = <optimized out>
        retry = <optimized out>
        e = <optimized out>
#2  internal_write_func (ptr=ptr@entry=0x7fff6c6c23f0) at /tmp/ruby/src/trunk-iseq_binary/io.c:1194
        iis = 0x7fff6c6c23f0
        result = <optimized out>
        retry = <optimized out>
        e = <optimized out>
#3  0x00007f8ef8a1f66f in rb_thread_io_blocking_region (func=func@entry=0x7f8ef88cd390 <internal_write_func>, data1=data1@entry=0x7fff6c6c23f0, fd=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread.c:1720
        __region = {prev_status = THREAD_RUNNABLE}
        _ec = 0x56084e74b120
        _tag = {tag = 36, retval = 140252036619328, buf = {0x21, 0x7f8ef8a1f858 <rb_thread_io_blocking_region+936>, 0x0, 0x7fff6c6c22c0, 0x7f8ef8278678}, prev = 0x7fff6c6c2570, state = RUBY_TAG_NONE, lock_rec = 0}
        val = 36
        ec = 0x56084e74b120
        saved_errno = 0
        state = <optimized out>
        waiting_fd = {wfd_node = {next = 0x56084e747bf8, prev = 0x56084e747bf8}, th = 0x56084e749f90, fd = 7, busy = 0x0}
#4  0x00007f8ef88cdebe in rb_io_write_memory (fptr=fptr@entry=0x56084eb1e2f0, buf=buf@entry=0x7f8ef68e7c30, count=count@entry=33) at /tmp/ruby/src/trunk-iseq_binary/io.c:1317
        scheduler = <optimized out>
        iis = {th = 140252007868280, fptr = 0x56084eb1e2f0, nonblock = 0, fd = 7, buf = 0x7f8ef68e7c30, capa = 33, timeout = 0x0}
        timeout_storage = {tv_sec = 94593675997472, tv_usec = 140251998157880}
#5  0x00007f8ef88d72b6 in io_binwrite_string_internal (length=33, ptr=0x7f8ef68e7c30 "checked program was:\n/* begin */\n", fptr=0x56084eb1e2f0) at /tmp/ruby/src/trunk-iseq_binary/io.c:1742
No locals.
#6  io_binwrite_string (arg=arg@entry=140735012414976) at /tmp/ruby/src/trunk-iseq_binary/io.c:1791
        result = <optimized out>
        p = 0x7fff6c6c2600
        ptr = 0x7f8ef68e7c30 "checked program was:\n/* begin */\n"
        remaining = 33
#7  0x00007f8ef88949a6 in rb_ensure (b_proc=b_proc@entry=0x7f8ef88d70e0 <io_binwrite_string>, data1=140735012414976, e_proc=e_proc@entry=0x7f8ef8a18340 <rb_mutex_unlock>, data2=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/eval.c:1009
        _ec = 0x56084e74b120
        _tag = {tag = 36, retval = 140251997831064, buf = {0x21, 0x7f8ef8894a90 <rb_ensure+528>, 0x0, 0x7fff6c6c2510, 0x7f8ef68e7c18}, prev = 0x7fff6c6c2b10, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x56084e74b120
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7f8ef8a18340 <rb_mutex_unlock>, data2 = 140251999159000}}
#8  0x00007f8ef8a1f361 in rb_mutex_synchronize (mutex=<optimized out>, func=func@entry=0x7f8ef88d70e0 <io_binwrite_string>, arg=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/thread_sync.c:617
No locals.
#9  0x00007f8ef88d741c in io_binwrite (str=str@entry=140251998616600, ptr=0x7f8ef68e7c30 "checked program was:\n/* begin */\n", len=len@entry=33, fptr=fptr@entry=0x56084eb1e2f0, nosync=nosync@entry=0) at /tmp/ruby/src/trunk-iseq_binary/io.c:1867
        arg = {fptr = 0x56084eb1e2f0, str = 140251998616600, ptr = 0x7f8ef68e7c30 "checked program was:\n/* begin */\n", length = 33}
#10 0x00007f8ef88d7602 in io_binwrite (nosync=0, fptr=0x56084eb1e2f0, len=33, ptr=<optimized out>, str=140251998616600) at /tmp/ruby/src/trunk-iseq_binary/io.c:1851
        arg = <optimized out>
#11 io_fwrite (nosync=0, fptr=0x56084eb1e2f0, str=140251997831040) at /tmp/ruby/src/trunk-iseq_binary/io.c:1972
        tmp = 140251998616600
        len = 33
        converted = 0
        n = <optimized out>
        ptr = <optimized out>
        converted = <optimized out>
        tmp = <optimized out>
        n = <optimized out>
        len = <optimized out>
        ptr = <optimized out>
        rbimpl_str = <optimized out>
#12 io_write (io=<optimized out>, str=<optimized out>, nosync=0) at /tmp/ruby/src/trunk-iseq_binary/io.c:2010
        fptr = 0x56084eb1e2f0
        n = <optimized out>
        tmp = <optimized out>
        __func__ = "io_write"
#13 0x00007f8ef8a7377f in vm_call0_cfunc_with_frame (argv=0x7fff6c6c2878, calling=<optimized out>, ec=0x56084e74b120) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:173
        reg_cfp = 0x7f8ef8381de0
        ci = <optimized out>
        me = 0x7f8ef71d9e98
        mid = 9073
        block_handler = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        val = <optimized out>
        cfunc = 0x56084e7afee8
        len = <optimized out>
        frame_flags = <optimized out>
        ci = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        len = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        mid = <optimized out>
        block_handler = <optimized out>
        frame_flags = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        reg_cfp = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#14 vm_call0_cfunc (argv=0x7fff6c6c2878, calling=<optimized out>, ec=0x56084e74b120) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:187
No locals.
#15 vm_call0_body (ec=0x56084e74b120, calling=<optimized out>, argv=0x7fff6c6c2878) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:233
        ci = <optimized out>
        cc = <optimized out>
        ret = <optimized out>
#16 0x00007f8ef8a78167 in vm_call0_cc (kw_splat=0, cc=0x7f8ef68d0b58, argv=0x7fff6c6c2878, argc=1, id=9073, recv=140251998997920, ec=0x56084e74b120) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:110
        flags = <optimized out>
        use_argv = 0x7fff6c6c2878
        av = {140252025463232, 94592360775680}
        calling = {cd = 0x7fff6c6c27a0, cc = 0x7f8ef68d0b58, block_handler = 0, recv = 140251998997920, argc = 1, kw_splat = false, heap_argv = 0}
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        calling = <optimized out>
#17 rb_funcallv_scope (scope=CALL_FCALL, argv=0x7fff6c6c2878, argc=1, mid=9073, recv=140251998997920) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1065
        ec = 0x56084e74b120
        cc = 0x7f8ef68d0b58
        self = <optimized out>
        ec = <optimized out>
        cc = <optimized out>
        self = <optimized out>
#18 rb_funcallv (recv=recv@entry=140251998997920, mid=9073, argc=argc@entry=1, argv=argv@entry=0x7fff6c6c2878) at /tmp/ruby/src/trunk-iseq_binary/vm_eval.c:1080
No locals.
#19 0x00007f8ef88d8f73 in rb_io_write (io=io@entry=140251998997920, str=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/io.c:2268
No locals.
#20 0x00007f8ef88d8fb8 in rb_io_printf (argc=<optimized out>, argv=<optimized out>, out=140251998997920) at /tmp/ruby/src/trunk-iseq_binary/io.c:8546
No locals.
#21 0x00007f8ef8a57cec in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=0x7f8ef8381e18, ec=0x56084e74b120) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3462
        ci = 0x412100010003
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f8ef71da3e8
        cfunc = 0x56084e7afb58
        recv = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#22 vm_call_cfunc_array_argv (argc_offset=<optimized out>, stack_offset=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3541
        argv = <optimized out>
        i = <optimized out>
        stack_bottom = <optimized out>
        argv_ary = <optimized out>
        argc = 1
        sp = <optimized out>
        argv_ary = <optimized out>
        argc = <optimized out>
        argv = <optimized out>
        i = <optimized out>
        stack_bottom = <optimized out>
        sp = <optimized out>
        bound = <optimized out>
#23 vm_call_cfunc_only_splat (ec=0x56084e74b120, reg_cfp=0x7f8ef8381e18, calling=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_insnhelper.c:3562
        argv_ary = <optimized out>
        argc = <optimized out>
        argv = <optimized out>
        last_hash = <optimized out>
        argc_offset = <optimized out>
#24 0x00007f8ef8a66ce7 in vm_sendish (method_explorer=mexp_search_method, block_handler=0, cd=0x56084ea8e480, reg_cfp=0x7f8ef8381e18, ec=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/vm_callinfo.h:403
        val = 36
        ci = <optimized out>
        cc = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        calling = {cd = 0x56084ea8e480, cc = 0x7f8ef696c3a0, block_handler = 0, recv = 140251998997920, argc = 1, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#25 vm_exec_core (ec=<optimized out>) at ../../src/trunk-iseq_binary/insns.def:835
        bh = 0
        cd = 0x56084ea8e480
        leaf = false
        val = <optimized out>
        reg_pc = 0x56084ea21288
        reg_cfp = 0x7f8ef8381e18
        insns_address_table = {0x7f8ef8a66ea3 <vm_exec_core+723>, 0x7f8ef8a66e37 <vm_exec_core+615>, 0x7f8ef8a6703e <vm_exec_core+1134>, 0x7f8ef8a66fbc <vm_exec_core+1004>, 0x7f8ef8a66f42 <vm_exec_core+882>, 0x7f8ef8a66ecb <vm_exec_core+763>, 0x7f8ef8a686f7 <vm_exec_core+6951>, 0x7f8ef8a67734 <vm_exec_core+2916>, 0x7f8ef8a6767f <vm_exec_core+2735>, 0x7f8ef8a67627 <vm_exec_core+2647>, 0x7f8ef8a67444 <vm_exec_core+2164>, 0x7f8ef8a67233 <vm_exec_core+1635>, 0x7f8ef8a6713b <vm_exec_core+1387>, 0x7f8ef8a670b2 <vm_exec_core+1250>, 0x7f8ef8a686a8 <vm_exec_core+6872>, 0x7f8ef8a68665 <vm_exec_core+6805>, 0x7f8ef8a68627 <vm_exec_core+6743>, 0x7f8ef8a685ec <vm_exec_core+6684>, 0x7f8ef8a685b1 <vm_exec_core+6625>, 0x7f8ef8a68576 <vm_exec_core+6566>, 0x7f8ef8a68500 <vm_exec_core+6448>, 0x7f8ef8a684bd <vm_exec_core+6381>, 0x7f8ef8a6845f <vm_exec_core+6287>, 0x7f8ef8a68413 <vm_exec_core+6211>, 0x7f8ef8a68384 <vm_exec_core+6068>, 0x7f8ef8a68347 <vm_exec_core+6007>, 0x7f8ef8a682e6 <vm_exec_core+5910>, 0x7f8ef8a68269 <vm_exec_core+5785>, 0x7f8ef8a68229 <vm_exec_core+5721>, 0x7f8ef8a681e9 <vm_exec_core+5657>, 0x7f8ef8a68e56 <vm_exec_core+8838>, 0x7f8ef8a68dbd <vm_exec_core+8685>, 0x7f8ef8a68d58 <vm_exec_core+8584>, 0x7f8ef8a68cfc <vm_exec_core+8492>, 0x7f8ef8a68cac <vm_exec_core+8412>, 0x7f8ef8a68c7f <vm_exec_core+8367>, 0x7f8ef8a68c3e <vm_exec_core+8302>, 0x7f8ef8a68be3 <vm_exec_core+8211>, 0x7f8ef8a68ba9 <vm_exec_core+8153>, 0x7f8ef8a68ab6 <vm_exec_core+7910>, 0x7f8ef8a68a69 <vm_exec_core+7833>, 0x7f8ef8a68a1b <vm_exec_core+7755>, 0x7f8ef8a689e3 <vm_exec_core+7699>, 0x7f8ef8a68970 <vm_exec_core+7584>, 0x7f8ef8a68908 <vm_exec_core+7480>, 0x7f8ef8a687cd <vm_exec_core+7165>, 0x7f8ef8a69333 <vm_exec_core+10083>, 0x7f8ef8a6929e <vm_exec_core+9934>, 0x7f8ef8a69197 <vm_exec_core+9671>, 0x7f8ef8a69157 <vm_exec_core+9607>, 0x7f8ef8a694c8 <vm_exec_core+10488>, 0x7f8ef8a693a8 <vm_exec_core+10200>, 0x7f8ef8a66c28 <vm_exec_core+88>, 0x7f8ef8a69513 <vm_exec_core+10563>, 0x7f8ef8a68fed <vm_exec_core+9245>, 0x7f8ef8a69ce4 <vm_exec_core+12564>, 0x7f8ef8a6903f <vm_exec_core+9327>, 0x7f8ef8a69091 <vm_exec_core+9409>, 0x7f8ef8a680f8 <vm_exec_core+5416>, 0x7f8ef8a67fd0 <vm_exec_core+5120>, 0x7f8ef8a67f19 <vm_exec_core+4937>, 0x7f8ef8a69655 <vm_exec_core+10885>, 0x7f8ef8a67ed9 <vm_exec_core+4873>, 0x7f8ef8a67e38 <vm_exec_core+4712>, 0x7f8ef8a67dd9 <vm_exec_core+4617>, 0x7f8ef8a67e97 <vm_exec_core+4807>, 0x7f8ef8a67d2b <vm_exec_core+4443>, 0x7f8ef8a67c7e <vm_exec_core+4270>, 0x7f8ef8a6a574 <vm_exec_core+14756>, 0x7f8ef8a6a5de <vm_exec_core+14862>, 0x7f8ef8a6a4d2 <vm_exec_core+14594>, 0x7f8ef8a6a098 <vm_exec_core+13512>, 0x7f8ef8a6a120 <vm_exec_core+13648>, 0x7f8ef8a6a1bd <vm_exec_core+13805>, 0x7f8ef8a6a229 <vm_exec_core+13913>, 0x7f8ef8a6a2a5 <vm_exec_core+14037>, 0x7f8ef8a6a305 <vm_exec_core+14133>, 0x7f8ef8a6a365 <vm_exec_core+14229>, 0x7f8ef8a6a3c5 <vm_exec_core+14325>, 0x7f8ef8a69d30 <vm_exec_core+12640>, 0x7f8ef8a69dbb <vm_exec_core+12779>, 0x7f8ef8a69e11 <vm_exec_core+12865>, 0x7f8ef8a69e6f <vm_exec_core+12959>, 0x7f8ef8a6a440 <vm_exec_core+14448>, 0x7f8ef8a67bc1 <vm_exec_core+4081>, 0x7f8ef8a67b09 <vm_exec_core+3897>, 0x7f8ef8a69ca4 <vm_exec_core+12500>, 0x7f8ef8a69ee0 <vm_exec_core+13072>, 0x7f8ef8a69f20 <vm_exec_core+13136>, 0x7f8ef8a69f6c <vm_exec_core+13212>, 0x7f8ef8a69fc3 <vm_exec_core+13299>, 0x7f8ef8a69c56 <vm_exec_core+12422>, 0x7f8ef8a67a94 <vm_exec_core+3780>, 0x7f8ef8a67a10 <vm_exec_core+3648>, 0x7f8ef8a67960 <vm_exec_core+3472>, 0x7f8ef8a67913 <vm_exec_core+3395>, 0x7f8ef8a678be <vm_exec_core+3310>, 0x7f8ef8a67869 <vm_exec_core+3225>, 0x7f8ef8a6780c <vm_exec_core+3132>, 0x7f8ef8a677d1 <vm_exec_core+3073>, 0x7f8ef8a67796 <vm_exec_core+3014>, 0x7f8ef8a66e94 <vm_exec_core+708>, 0x7f8ef8a66e28 <vm_exec_core+600>, 0x7f8ef8a6702f <vm_exec_core+1119>, 0x7f8ef8a66fad <vm_exec_core+989>, 0x7f8ef8a66f33 <vm_exec_core+867>, 0x7f8ef8a66ebc <vm_exec_core+748>, 0x7f8ef8a686e8 <vm_exec_core+6936>, 0x7f8ef8a67725 <vm_exec_core+2901>, 0x7f8ef8a67670 <vm_exec_core+2720>, 0x7f8ef8a67618 <vm_exec_core+2632>, 0x7f8ef8a67435 <vm_exec_core+2149>, 0x7f8ef8a67224 <vm_exec_core+1620>, 0x7f8ef8a6712c <vm_exec_core+1372>, 0x7f8ef8a670a3 <vm_exec_core+1235>, 0x7f8ef8a68699 <vm_exec_core+6857>, 0x7f8ef8a68656 <vm_exec_core+6790>, 0x7f8ef8a68618 <vm_exec_core+6728>, 0x7f8ef8a685dd <vm_exec_core+6669>, 0x7f8ef8a685a2 <vm_exec_core+6610>, 0x7f8ef8a68567 <vm_exec_core+6551>, 0x7f8ef8a684f1 <vm_exec_core+6433>, 0x7f8ef8a684ae <vm_exec_core+6366>, 0x7f8ef8a68450 <vm_exec_core+6272>, 0x7f8ef8a68404 <vm_exec_core+6196>, 0x7f8ef8a68375 <vm_exec_core+6053>, 0x7f8ef8a68338 <vm_exec_core+5992>, 0x7f8ef8a682d7 <vm_exec_core+5895>, 0x7f8ef8a6825a <vm_exec_core+5770>, 0x7f8ef8a6821a <vm_exec_core+5706>, 0x7f8ef8a681da <vm_exec_core+5642>, 0x7f8ef8a68e47 <vm_exec_core+8823>, 0x7f8ef8a68dae <vm_exec_core+8670>, 0x7f8ef8a68d49 <vm_exec_core+8569>, 0x7f8ef8a68ced <vm_exec_core+8477>, 0x7f8ef8a68c9d <vm_exec_core+8397>, 0x7f8ef8a68c70 <vm_exec_core+8352>, 0x7f8ef8a68c2f <vm_exec_core+8287>, 0x7f8ef8a68bd4 <vm_exec_core+8196>, 0x7f8ef8a68b9a <vm_exec_core+8138>, 0x7f8ef8a68aa7 <vm_exec_core+7895>, 0x7f8ef8a68a5a <vm_exec_core+7818>, 0x7f8ef8a68a0c <vm_exec_core+7740>, 0x7f8ef8a689d4 <vm_exec_core+7684>, 0x7f8ef8a68961 <vm_exec_core+7569>, 0x7f8ef8a688f9 <vm_exec_core+7465>, 0x7f8ef8a687be <vm_exec_core+7150>, 0x7f8ef8a69324 <vm_exec_core+10068>, 0x7f8ef8a6928f <vm_exec_core+9919>, 0x7f8ef8a69188 <vm_exec_core+9656>, 0x7f8ef8a69148 <vm_exec_core+9592>, 0x7f8ef8a694b9 <vm_exec_core+10473>, 0x7f8ef8a69399 <vm_exec_core+10185>, 0x7f8ef8a6a74c <vm_exec_core+15228>, 0x7f8ef8a69504 <vm_exec_core+10548>, 0x7f8ef8a68fde <vm_exec_core+9230>, 0x7f8ef8a6a760 <vm_exec_core+15248>, 0x7f8ef8a69030 <vm_exec_core+9312>, 0x7f8ef8a69082 <vm_exec_core+9394>, 0x7f8ef8a680e9 <vm_exec_core+5401>, 0x7f8ef8a67fc1 <vm_exec_core+5105>, 0x7f8ef8a67f0a <vm_exec_core+4922>, 0x7f8ef8a69646 <vm_exec_core+10870>, 0x7f8ef8a67eca <vm_exec_core+4858>, 0x7f8ef8a67e29 <vm_exec_core+4697>, 0x7f8ef8a67dca <vm_exec_core+4602>, 0x7f8ef8a67e88 <vm_exec_core+4792>, 0x7f8ef8a67d1c <vm_exec_core+4428>, 0x7f8ef8a67c6f <vm_exec_core+4255>, 0x7f8ef8a6a774 <vm_exec_core+15268>, 0x7f8ef8a6a788 <vm_exec_core+15288>, 0x7f8ef8a6a79c <vm_exec_core+15308>, 0x7f8ef8a6a7b0 <vm_exec_core+15328>, 0x7f8ef8a6a7c4 <vm_exec_core+15348>, 0x7f8ef8a6a7d8 <vm_exec_core+15368>, 0x7f8ef8a6a425 <vm_exec_core+14421>, 0x7f8ef8a6a738 <vm_exec_core+15208>, 0x7f8ef8a6a710 <vm_exec_core+15168>, 0x7f8ef8a6a724 <vm_exec_core+15188>, 0x7f8ef8a6a6c0 <vm_exec_core+15088>, 0x7f8ef8a6a6d4 <vm_exec_core+15108>, 0x7f8ef8a6a6e8 <vm_exec_core+15128>, 0x7f8ef8a6a6fc <vm_exec_core+15148>, 0x7f8ef8a6a648 <vm_exec_core+14968>, 0x7f8ef8a6a65c <vm_exec_core+14988>, 0x7f8ef8a67bb2 <vm_exec_core+4066>, 0x7f8ef8a67afa <vm_exec_core+3882>, 0x7f8ef8a6a670 <vm_exec_core+15008>, 0x7f8ef8a6a684 <vm_exec_core+15028>, 0x7f8ef8a6a698 <vm_exec_core+15048>, 0x7f8ef8a6a6ac <vm_exec_core+15068>, 0x7f8ef8a66c11 <vm_exec_core+65>, 0x7f8ef8a66c15 <vm_exec_core+69>, 0x7f8ef8a67a85 <vm_exec_core+3765>, 0x7f8ef8a67a01 <vm_exec_core+3633>, 0x7f8ef8a67951 <vm_exec_core+3457>, 0x7f8ef8a67904 <vm_exec_core+3380>, 0x7f8ef8a678af <vm_exec_core+3295>, 0x7f8ef8a6785a <vm_exec_core+3210>, 0x7f8ef8a677fd <vm_exec_core+3117>...}
#26 0x00007f8ef8a6dd24 in rb_vm_exec (ec=0x56084e74b120) at /tmp/ruby/src/trunk-iseq_binary/vm.c:2399
        _ec = 0x56084e74b120
        _tag = {tag = 36, retval = 4, buf = {0x7fff6c6c2b90, 0x7f8ef8a6d458 <rb_vm_exec+360>, 0x0, 0x7fff6c6c2a40, 0x7f8ef8d6c040 <_rtld_global>}, prev = 0x7fff6c6c2bd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 36
#27 0x00007f8ef88901e1 in rb_ec_exec_node (ec=ec@entry=0x56084e74b120, n=n@entry=0x7f8ef683fae0) at /tmp/ruby/src/trunk-iseq_binary/eval.c:287
        th = <optimized out>
        _ec = <optimized out>
        _tag = {tag = 36, retval = 140252033421300, buf = {0x7f8ef683fae0, 0x7f8ef8890232 <rb_ec_exec_node+258>, 0x0, 0x7fff6c6c2ba0, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f8ef683fae0
#28 0x00007f8ef8896713 in ruby_run_node (n=0x7f8ef683fae0) at /tmp/ruby/src/trunk-iseq_binary/eval.c:328
        ec = 0x56084e74b120
        status = 0
#29 0x000056084d7e9187 in rb_main (argv=0x7fff6c6c2dd8, argc=134) at /tmp/ruby/src/trunk-iseq_binary/main.c:39
        variable_in_this_stack_frame = 140735012418713
#30 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-iseq_binary/main.c:58
No locals.

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