# Logfile created on 2023-11-01 15:11:40 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005608dac31e30 @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.20231101-151140", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005608dacc73e0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005608dacc7250 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005608dacc70c0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231101-151140", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231101-151140>, @binmode=false, @mon_data=#<Monitor:0x00005608dacc6ff8>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make 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
   9c6dd25..70e3e08  master     -> origin/master
Updating 9c6dd25..70e3e08
Fast-forward
 lib/prism/debug.rb                                 |  4 +-
 prism/config.yml                                   | 44 ++++++++++--------
 prism/prism.c                                      | 48 +++++++++++++++-----
 prism_compile.c                                    | 30 ++++++-------
 shape.c                                            | 15 ++++++-
 shape.h                                            |  2 +-
 test/prism/errors_test.rb                          | 10 ++---
 test/prism/location_test.rb                        | 22 ++++-----
 test/prism/snapshots/blocks.txt                    |  9 ++--
 test/prism/snapshots/lambda.txt                    |  6 +--
 test/prism/snapshots/methods.txt                   | 37 +++++++--------
 test/prism/snapshots/procs.txt                     | 30 +++++--------
 test/prism/snapshots/seattlerb/args_kw_block.txt   |  2 +-
 test/prism/snapshots/seattlerb/block_kw.txt        |  2 +-
 .../snapshots/seattlerb/block_kw__required.txt     |  5 +--
 .../prism/snapshots/seattlerb/block_kwarg_lvar.txt |  2 +-
 .../seattlerb/block_kwarg_lvar_multiple.txt        |  4 +-
 .../prism/snapshots/seattlerb/defn_kwarg_kwarg.txt |  4 +-
 .../snapshots/seattlerb/defn_kwarg_kwsplat.txt     |  2 +-
 .../seattlerb/defn_kwarg_kwsplat_anon.txt          |  2 +-
 test/prism/snapshots/seattlerb/defn_kwarg_lvar.txt |  2 +-
 .../snapshots/seattlerb/defn_kwarg_no_parens.txt   |  2 +-
 test/prism/snapshots/seattlerb/defn_kwarg_val.txt  |  2 +-
 test/prism/snapshots/seattlerb/defs_kwarg.txt      |  2 +-
 test/prism/snapshots/seattlerb/f_kw.txt            |  2 +-
 test/prism/snapshots/seattlerb/f_kw__required.txt  |  5 +--
 test/prism/snapshots/seattlerb/iter_kwarg.txt      |  2 +-
 .../snapshots/seattlerb/iter_kwarg_kwsplat.txt     |  2 +-
 .../seattlerb/required_kwarg_no_value.txt          | 10 ++---
 test/prism/snapshots/seattlerb/stabby_block_kw.txt |  2 +-
 .../seattlerb/stabby_block_kw__required.txt        |  5 +--
 .../snapshots/unparser/corpus/literal/def.txt      | 23 +++++-----
 test/prism/snapshots/whitequark/args.txt           | 13 +++---
 test/prism/snapshots/whitequark/blockargs.txt      | 11 +++--
 test/prism/snapshots/whitequark/kwarg.txt          |  5 +--
 test/prism/snapshots/whitequark/kwoptarg.txt       |  2 +-
 .../kwoptarg_with_kwrestarg_and_forwarded_args.txt |  2 +-
 test/prism/snapshots/whitequark/ruby_bug_15789.txt |  2 +-
 test/prism/snapshots/whitequark/ruby_bug_9669.txt  |  5 +--
 .../whitequark/send_lambda_args_noparen.txt        |  7 ++-
 test/ruby/test_shapes.rb                           | 52 ++++++++++++++++++++++
 thread_pthread.c                                   |  7 ++-
 variable.c                                         | 31 +++++++------
 43 files changed, 279 insertions(+), 197 deletions(-)
Latest commit hash = 70e3e08881
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-O0/revision.h updated
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.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'
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-O0/miniinit.c
compiling /tmp/ruby/src/trunk-O0/array.c
compiling /tmp/ruby/src/trunk-O0/ast.c
compiling /tmp/ruby/src/trunk-O0/bignum.c
compiling /tmp/ruby/src/trunk-O0/class.c
compiling /tmp/ruby/src/trunk-O0/compile.c
compiling /tmp/ruby/src/trunk-O0/complex.c
compiling /tmp/ruby/src/trunk-O0/cont.c
compiling /tmp/ruby/src/trunk-O0/debug.c
compiling /tmp/ruby/src/trunk-O0/dir.c
compiling /tmp/ruby/src/trunk-O0/encoding.c
compiling /tmp/ruby/src/trunk-O0/enum.c
compiling /tmp/ruby/src/trunk-O0/enumerator.c
compiling /tmp/ruby/src/trunk-O0/error.c
compiling /tmp/ruby/src/trunk-O0/eval.c
compiling /tmp/ruby/src/trunk-O0/file.c
compiling /tmp/ruby/src/trunk-O0/gc.c
compiling /tmp/ruby/src/trunk-O0/hash.c
compiling /tmp/ruby/src/trunk-O0/io.c
compiling /tmp/ruby/src/trunk-O0/iseq.c
compiling /tmp/ruby/src/trunk-O0/load.c
compiling /tmp/ruby/src/trunk-O0/marshal.c
compiling /tmp/ruby/src/trunk-O0/math.c
compiling /tmp/ruby/src/trunk-O0/memory_view.c
compiling /tmp/ruby/src/trunk-O0/rjit.c
compiling /tmp/ruby/src/trunk-O0/rjit_c.c
compiling /tmp/ruby/src/trunk-O0/node.c
compiling /tmp/ruby/src/trunk-O0/node_dump.c
compiling /tmp/ruby/src/trunk-O0/numeric.c
compiling /tmp/ruby/src/trunk-O0/object.c
compiling /tmp/ruby/src/trunk-O0/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-O0/proc.c
compiling /tmp/ruby/src/trunk-O0/process.c
compiling /tmp/ruby/src/trunk-O0/ractor.c
compiling /tmp/ruby/src/trunk-O0/random.c
compiling /tmp/ruby/src/trunk-O0/range.c
compiling /tmp/ruby/src/trunk-O0/rational.c
compiling /tmp/ruby/src/trunk-O0/re.c
compiling /tmp/ruby/src/trunk-O0/ruby.c
compiling /tmp/ruby/src/trunk-O0/scheduler.c
compiling /tmp/ruby/src/trunk-O0/shape.c
compiling /tmp/ruby/src/trunk-O0/signal.c
compiling /tmp/ruby/src/trunk-O0/sprintf.c
compiling /tmp/ruby/src/trunk-O0/string.c
compiling /tmp/ruby/src/trunk-O0/struct.c
compiling /tmp/ruby/src/trunk-O0/symbol.c
compiling /tmp/ruby/src/trunk-O0/thread.c
compiling /tmp/ruby/src/trunk-O0/time.c
compiling /tmp/ruby/src/trunk-O0/transcode.c
compiling /tmp/ruby/src/trunk-O0/variable.c
compiling /tmp/ruby/src/trunk-O0/version.c
compiling /tmp/ruby/src/trunk-O0/vm.c
compiling /tmp/ruby/src/trunk-O0/vm_backtrace.c
compiling /tmp/ruby/src/trunk-O0/vm_dump.c
compiling /tmp/ruby/src/trunk-O0/vm_sync.c
compiling /tmp/ruby/src/trunk-O0/vm_trace.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-O0/prism/api_pack.c
compiling /tmp/ruby/src/trunk-O0/prism/extension.c
compiling prism/node.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-O0/prism/regexp.c
compiling prism/serialize.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-O0/prism/prism.c
compiling /tmp/ruby/src/trunk-O0/prism_init.c
compiling /tmp/ruby/src/trunk-O0/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 = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

builtin_binary.inc updated
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/rational/rat.c
linking shared-object -test-/rational.so
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'
compiling /tmp/ruby/src/trunk-O0/ext/coverage/coverage.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
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/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
compiling /tmp/ruby/src/trunk-O0/ext/pty/pty.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
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'
linking shared-object pty.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
compiling /tmp/ruby/src/trunk-O0/ext/socket/init.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/socket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
compiling /tmp/ruby/src/trunk-O0/ext/socket/ipsocket.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/option.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ifaddr.c
linking shared-object socket.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
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/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
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/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
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
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
generating encdb.h
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
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/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: 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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
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/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
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/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
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/ext/socket'
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.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
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'
./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.3
                                    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
                                    prism 0.16.0
                                    pstore 0.1.2
                                    rdoc 6.5.0
                                    readline 0.0.3
                                    reline 0.3.9
                                    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
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.3
                                    digest 3.1.1
                                    etc 1.4.3.dev.1
                                    fcntl 1.0.2
                                    fiddle 1.1.2
                                    io-console 0.6.1.dev
                                    io-nonblock 0.2.0
                                    io-wait 0.3.0
                                    json 2.6.3
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.2.1
                                    psych 5.1.1.1
                                    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.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.2.0
                                    net-imap 0.4.3
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.2.2
                                    typeprof 0.21.8
                                    debug 1.8.0
                                    racc 1.7.1
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0/cache
skipped bundled gems:
    rbs-3.2.0.gem                   not found in bundled_gems
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1858 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-O0/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-O0/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-O0/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-O0/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-O0/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-O0/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-O0/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.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.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options: 
  --seed=5410
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

[  1/903] 2517595=test_logger
[  2/903] 2517594=test_digest_extend
[  3/903] 2517596=test_ssl
[  4/903] 2517594=test_engine
[  5/903] 2517595=test_append
[  6/903] 2517595=test_symbol
[  7/903] 2517593=test_key_error
[  8/903] 2517593=test_module
[  9/903] 2517594=test_rb_str_dup
[ 10/903] 2517594=test_enc_associate
[ 11/903] 2517595=test_x509cert
[ 12/903] 2517595=test_rdoc_markup_to_table_of_contents
[ 13/903] 2517595=test_gem_commands_unpack_command
[ 14/903] 2517594=test_pp
[ 15/903] 2517594=test_logdevice
[ 16/903] 2517595=test_ftp
[ 17/903] 2517595=test_import
[ 18/903] 2517594=test_last_thread
[ 19/903] 2517593=test_pack
[ 20/903] 2517594=test_getoptlong
[ 21/903] 2517594=test_rubyvm
[ 22/903] 2517594=test_ractor
[ 23/903] 2517594=test_config
[ 24/903] 2517594=test_gem_request_connection_pools
[ 25/903] 2517596=test_arith_seq_extract
[ 26/903] 2517593=test_logperiod
[ 27/903] 2517593=test_bn
[ 28/903] 2517593=test_io_console
[ 29/903] 2517596=test_string_processing
[ 30/903] 2517596=test_c_union_entity
[ 31/903] 2517596=test_recursion
[ 32/903] 2517596=test_unicode_escape
[ 33/903] 2517595=test_rdoc_markup_attributes
[ 34/903] 2517595=test_cparser
[ 35/903] 2517594=test_abbrev
[ 36/903] 2517596=test_timeout
[ 37/903] 2517594=test_gem_commands_server_command
[ 38/903] 2517596=test_general
[ 39/903] 2517594=test_httpresponses
[ 40/903] 2517594=test_objspace
[ 41/903] 2517596=test_load
[ 42/903] 2517596=test_have_library
[ 43/903] 2517595=test_rdoc_generator_darkfish
[ 44/903] 2517596=test_mixed_unicode_escapes
[ 45/903] 2517596=test_within_pipe
[ 46/903] 2517596=test_time_tz
[ 47/903] 2517596=test_new
[ 48/903] 2517596=test_big5
[ 49/903] 2517596=test_httpresponse
[ 50/903] 2517596=test_rdoc_parser_ruby
[ 51/903] 2517593=test_cipher
[ 52/903] 2517593=test_beginendblock
[ 53/903] 2517595=version_test
[ 54/903] 2517595=test_win32ole_variable
[ 55/903] 2517595=test_gem_resolver
[ 56/903] 2517593=test_bigdecimal
[ 57/903] 2517595=test_cgi_cookie
[ 58/903] 2517595=test_object_references
[ 59/903] 2517595=test_scheduler
[ 60/903] 2517595=test_rdoc_markup_to_label
[ 61/903] 2517595=test_gem_commands_exec_command
[ 62/903] 2517596=test_tsort
[ 63/903] 2517596=test_gem_specification
[ 64/903] 2517595=test_gem_package_tar_reader_entry
[ 65/903] 2517595=test_files_sample
[ 66/903] 2517595=test_rbconfig
[ 67/903] 2517595=test_metaclass
[ 68/903] 2517595=test_constant
[ 69/903] 2517593=test_buffered_io
[ 70/903] 2517593=test_completion
[ 71/903] 2517596=test_encoding
[ 72/903] 2517596=test_to_ary_concat
[ 73/903] 2517593=test_gem
[ 74/903] 2517595=test_addrinfo
[ 75/903] 2517595=test_cgi_core
[ 76/903] 2517595=test_signal
[ 77/903] 2517595=test_bug-14834
[ 78/903] 2517595=test_fixnum
[ 79/903] 2517595=test_delegate
[ 80/903] 2517595=test_gem_ext_cargo_builder_unit
[ 81/903] 2517595=test_bash_completion
[ 82/903] 2517595=test_rational2
[ 83/903] 2517595=test_fiber
[ 84/903] 2517593=test_terminfo
[ 85/903] 2517593=test_parser
[ 86/903] 2517593=test_rdoc_require
[ 87/903] 2517596=json_encoding_test
[ 88/903] 2517596=test_gem_commands_generate_index_command
[ 89/903] 2517596=test_gem_commands_update_command
[ 90/903] 2517593=test_marshal
[ 91/903] 2517593=test_rdoc_markup_to_bs
[ 92/903] 2517593=ripper_compat_test
[ 93/903] 2517593=test_optparse
[ 94/903] 2517593=test_https
[ 95/903] 2517593=test_convert
[ 96/903] 2517593=test_rdoc_markup_to_tt_only
[ 97/903] 2517593=test_ssl
[ 98/903] 2517595=test_evaluation
[ 99/903] 2517593=test_case_options
[100/903] 2517593=test_ractor
[101/903] 2517595=test_tree_spell_checker
[102/903] 2517595=test_euc_jp
[103/903] 2517595=test_gem_util
[104/903] 2517596=test_require_lib
[105/903] 2517595=test_integer
[106/903] 2517593=test_objectspace
[107/903] 2517593=test_gem_ext_cmake_builder
[108/903] 2517593=test_interned_str
[109/903] 2517593=test_compile_prism
[110/903] 2517593=test_io
[111/903] 2517594=test_sexp
[112/903] 2517594=test_array_create
[113/903] 2517594=test_key_event_record
[114/903] 2517594=test_scalar_scanner
[115/903] 2517594=test_notimplement
[116/903] 2517594=test_struct
[117/903] 2517594=test_etc
[118/903] 2517594=test_win32ole_event
[119/903] 2517594=test_mutex
[120/903] 2517594=test_option
[121/903] 2517594=test_set_len
[122/903] 2517594=test_unicode
[123/903] 2517594=test_x509attr
[124/903] 2517594=test_webauthn_poller
[125/903] 2517594=test_rdoc_parser_rd
[126/903] 2517595=test_marshalable
[127/903] 2517595=test_rdoc_parser
[128/903] 2517595=test_webauthn_listener
[129/903] 2517596=test_pattern_matching
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 43841>
[130/903] 2517596=test_thread_cv
[131/903] 2517595=test_pathname
.Closed file descriptor: TestPathname#test_initialize_nul: 11
......[132/903] 2517594=test_coverage
[133/903] 2517596=test_helper
[134/903] 2517596=test_case
[135/903] 2517596=test_gem_path_support
[136/903] 2517596=test_configuration
[137/903] 2517595=test_fips
[138/903] 2517596=test_class
[139/903] 2517596=test_x509ext
[140/903] 2517596=test_wss
[141/903] 2517596=test_libs
[142/903] 2517596=test_math
[143/903] 2517596=test_gc
[144/903] 2517596=test_gem_uri_formatter
[145/903] 2517596=test_sockopt
[146/903] 2517596=test_omap
[147/903] 2517596=test_encoding
[148/903] 2517596=test_windows_1251
[149/903] 2517596=test_shellwords
[150/903] 2517596=test_yaml_tree
[151/903] 2517596=test_gem_package_tar_writer
[152/903] 2517596=test_gb18030
[153/903] 2517596=test_nowrite
[154/903] 2517596=test_gem_resolver_conflict
[155/903] 2517596=test_vm_dump
[156/903] 2517596=test_thread_queue
[157/903] 2517595=test_nesting_parser
[158/903] 2517595=errors_test
[159/903] 2517595=test_fileutils
[160/903] 2517594=test_float
[161/903] 2517595=test_method_cache
[162/903] 2517595=test_gem_gemcutter_utilities
[163/903] 2517595=test_history
[164/903] 2517595=test_passing_block
[165/903] 2517595=test_gem_commands_which_command
[166/903] 2517595=test_primitive
[167/903] 2517595=test_mul
[168/903] 2517595=test_monitor
[169/903] 2517595=test_data_error
[170/903] 2517594=test_yjit_exit_locations
[171/903] 2517594=test_document
[172/903] 2517594=test_gem_resolver_best_set
[173/903] 2517595=test_whileuntil
[174/903] 2517595=test_gem_config_file
[175/903] 2517594=test_cstr
[176/903] 2517596=test_rdoc_include
[177/903] 2517595=test_set
[178/903] 2517596=test_gem_commands_help_command
[179/903] 2517595=test_pkg_config
[180/903] 2517595=test_yield_block
[181/903] 2517595=test_closure
[182/903] 2517596=test_at_exit
[183/903] 2517596=test_dln
[184/903] 2517596=test_rdoc_options
[185/903] 2517596=test_gem_resolver_local_specification
[186/903] 2517596=test_object
[187/903] 2517596=test_digest
[188/903] 2517596=test_m17n
[189/903] 2517596=test_yjit
[190/903] 2517595=test_frozen_error
[191/903] 2517595=test_files_ext
[192/903] 2517595=test_x509req
[193/903] 2517594=test_console_attr
[194/903] 2517594=test_argf
[195/903] 2517595=test_gem_ext_cargo_builder_link_flag_converter
[196/903] 2517595=test_array
[197/903] 2517593=test_eval_history
[198/903] 2517593=test_complex2
[199/903] 2517593=dispatcher_test
[200/903] 2517593=test_win32ole_record
[201/903] 2517593=test_ruby_lex
[202/903] 2517593=test_ubf_async_safe
[203/903] 2517593=test_ossl
[204/903] 2517593=test_gem_version_option
[205/903] 2517593=test_insns_leaf
[206/903] 2517593=test_iter_break
[207/903] 2517593=test_hash
[208/903] 2517596=test_x509crl
[209/903] 2517596=test_ensured
[210/903] 2517596=test_keyword
[211/903] 2517595=test_cgi_session
[212/903] 2517595=test_pkcs7
[213/903] 2517595=test_num2int
[214/903] 2517595=test_gem_install_update_options
[215/903] 2517594=test_project_sanity
[216/903] 2517595=test_address_resolve
[217/903] 2517596=test_refinement
[218/903] 2517595=test_gem_command_manager
[219/903] 2517594=test_gem_requirement
[220/903] 2517595=test_word
[221/903] 2517595=test_numeric
[222/903] 2517595=test_gem_commands_list_command
[223/903] 2517595=test_cmethod
[224/903] 2517595=test_gem_resolver_vendor_set
[225/903] 2517595=test_gem_resolver_installed_specification
[226/903] 2517594=test_irb
[227/903] 2517595=test_gem_ext_rake_builder
[228/903] 2517594=test_parser
[229/903] 2517594=test_yaml_special_cases
[230/903] 2517594=test_gem_source_list
[231/903] 2517594=test_column_separator
[232/903] 2517594=test_rdoc_parser_changelog
[233/903] 2517594=test_drbssl
[234/903] 2517595=test_raise_no_backtrace_exception
[235/903] 2517595=test_kill_ring
[236/903] 2517595=test_boolean
[237/903] 2517595=test_random
[238/903] 2517595=test_rdoc_context
[239/903] 2517595=test_c_struct_entry
[240/903] 2517595=test_open-uri
[241/903] 2517595=test_date
[242/903] 2517595=test_lexer
[243/903] 2517595=test_strip
[244/903] 2517595=test_nonblock
[245/903] 2517595=test_enumerator_kw
[246/903] 2517595=test_gem_indexer
[247/903] 2517595=test_gem_commands_install_command
[248/903] 2517596=test_mailto
[249/903] 2517596=test_coderange
[250/903] 2517596=test_dir
[251/903] 2517596=test_iso_8859
[252/903] 2517596=test_transcode
[253/903] 2517595=test_flush
[254/903] 2517595=test_stat
[255/903] 2517595=test_pair
[256/903] 2517596=test_gem_local_remote_options
[257/903] 2517596=test_gc
[258/903] 2517595=test_rational
[259/903] 2517595=test_cgi_modruby
[260/903] 2517595=test_gem_commands_owner_command
[261/903] 2517595=test_rdoc_class_module
[262/903] 2517595=test_liberal_parsing
[263/903] 2517595=test_rdoc_markup_attribute_manager
[264/903] 2517595=test_trace
[265/903] 2517595=test_nil
[266/903] 2517595=test_object
[267/903] 2517595=test_find
[268/903] 2517595=test_arity
[269/903] 2517595=test_gem_resolver_composed_set
[270/903] 2517595=test_summary
[271/903] 2517595=test_win32ole_variant
[272/903] 2517595=test_foreach
[273/903] 2517595=test_install
[274/903] 2517595=test_func
[275/903] 2517594=test_jaro_winkler
[276/903] 2517594=test_yamldbm
[277/903] 2517594=unescape_test
[278/903] 2517593=test_file_exhaustive
[279/903] 2517594=pattern_test
[280/903] 2517594=test_extlibs
[281/903] 2517595=test_regexp
[282/903] 2517594=test_gem_remote_fetcher
[283/903] 2517594=test_case
[284/903] 2517594=test_printf
[285/903] 2517594=test_iterator
[286/903] 2517594=test_string
[287/903] 2517594=test_variable_name_check
[288/903] 2517594=compiler_test
[289/903] 2517594=test_storage
[290/903] 2517594=test_zlib
[291/903] 2517593=test_rdoc_generator_pot
[292/903] 2517593=test_gem_uninstaller
[293/903] 2517595=test_pointer
[294/903] 2517593=test_gem_gem_runner
[295/903] 2517593=test_alias
[296/903] 2517593=test_eval
[297/903] 2517593=test_proc
[298/903] 2517595=test_rdoc_generator_pot_po_entry
[299/903] 2517595=test_dir_m17n
[300/903] 2517593=test_helper
[301/903] 2517593=test_rdoc_markup_to_rdoc
[302/903] 2517593=test_singleton_function
[303/903] 2517593=test_protocol
[304/903] 2517593=test_tuplebag
[305/903] 2517593=test_cgi_header
[306/903] 2517593=test_dns
[307/903] 2517593=test_process
[308/903] 2517593=test_getopts
[309/903] 2517593=test_addr
[310/903] 2517593=test_gem_commands_info_command
[311/903] 2517593=test_error_highlight
[312/903] 2517595=test_config
[313/903] 2517593=test_internal_ivar
[314/903] 2517593=test_gem_resolver_specification
[315/903] 2517593=test_tracepoint
[316/903] 2517595=test_general
[317/903] 2517595=test_have_macro
[318/903] 2517595=desugar_compiler_test
[319/903] 2517595=test_pipe
[320/903] 2517595=test_stringscanner
[321/903] 2517595=test_resize
[322/903] 2517595=test_io_m17n
[323/903] 2517593=test_convertible
[324/903] 2517594=test_rdoc_markup_pre_process
[325/903] 2517594=test_nkf
[326/903] 2517594=test_env
[327/903] 2517596=memsize_test
[328/903] 2517596=test_method_cache
[329/903] 2517596=test_gem_package_old
[330/903] 2517596=test_sprintf_comb
[331/903] 2517596=heredoc_dedent_test
[332/903] 2517596=test_time
[333/903] 2517596=test_win32ole_param
[334/903] 2517596=test_super
[335/903] 2517595=test_ocsp
[336/903] 2517595=test_gem_request_set_gem_dependency_api
[337/903] 2517595=test_lambda
[338/903] 2517595=test_readpartial
[339/903] 2517595=test_variable
[340/903] 2517595=test_pstore
[341/903] 2517595=test_gem_text
[342/903] 2517595=test_settracefunc
[343/903] 2517596=test_win32ole
[344/903] 2517596=test_propertyputref
[345/903] 2517596=test_struct
[346/903] 2517596=test_ast
[347/903] 2517595=fuzzer_test
[348/903] 2517595=test_serialize_subclasses
[349/903] 2517595=test_rand
[350/903] 2517594=test_default_gems
[351/903] 2517594=test_instrumentation_api
[352/903] 2517595=ruby_api_test
[353/903] 2517595=test_gem_safe_marshal
[354/903] 2517593=test_gem_doctor
[355/903] 2517594=test_gem_request_set_lockfile_tokenizer
[356/903] 2517593=test_date_strptime
[357/903] 2517594=test_ractor
[358/903] 2517594=test_grapheme_breaks
[359/903] 2517594=json_common_interface_test
[360/903] 2517594=test_too_many_dummy_encodings
[361/903] 2517593=test_signedness
[362/903] 2517594=test_enumerable
[363/903] 2517594=test_rdoc_parser_simple
[364/903] 2517594=test_gem_commands_stale_command
[365/903] 2517594=test_patterns
[366/903] 2517594=test_buffering
[367/903] 2517594=test_drbunix
[368/903] 2517595=test_gem_security_signer
[369/903] 2517595=test_date_arith
[370/903] 2517595=test_gem_package
[371/903] 2517595=test_gem_resolver_api_specification
[372/903] 2517595=location_test
[373/903] 2517595=test_exit
[374/903] 2517595=test_range
[375/903] 2517593=test_rdoc_rd
[376/903] 2517593=test_gem_commands_query_command
[377/903] 2517593=test_optimization
[378/903] 2517595=test_drbobject
[379/903] 2517595=test_key_actor_vi
[380/903] 2517595=test_lazy_enumerator
[381/903] 2517595=test_rdoc_markup_document
[382/903] 2517595=test_formatter
[383/903] 2517595=test_weakkeymap
[384/903] 2517594=test_delegation
[385/903] 2517594=test_dup
[386/903] 2517595=test_locale
[387/903] 2517595=test_history
[388/903] 2517595=test_unconverted_fields
[389/903] 2517595=test_require
[390/903] 2517594=test_ts
[391/903] 2517594=test_find_executable
[392/903] 2517594=test_thread
[393/903] 2517595=test_pattern_key_name_check
[394/903] 2517595=test_remote_fetch_error
[395/903] 2517595=test_require
[396/903] 2517594=test_pinned
[397/903] 2517594=test_udp
[398/903] 2517594=test_open3
[399/903] 2517595=ractor_test
[400/903] 2517595=test_gem_commands_fetch_command
[401/903] 2517595=test_rdoc_tom_doc
[402/903] 2517595=test_bignum
[403/903] 2517595=test_sleep
[404/903] 2517595=test_converters
[405/903] 2517595=test_normalize
[406/903] 2517595=test_files_test_2
[407/903] 2517595=test_gem_resolver_git_specification
[408/903] 2517595=test_rdoc_markup
[409/903] 2517595=test_ancdata
[410/903] 2517595=test_spell_checker
[411/903] 2517595=test_singleton
[412/903] 2517595=test_https_proxy
[413/903] 2517595=test_bigdecimal_util
[414/903] 2517595=test_rdoc_ri_paths
[415/903] 2517595=test_name_error_extension
[416/903] 2517595=test_rdoc_rd_block_parser
[417/903] 2517595=test_pack
[418/903] 2517595=test_key_actor_emacs
[419/903] 2517595=test_verbose
[420/903] 2517595=test_ractor
[421/903] 2517595=test_read
[422/903] 2517595=test_update
[423/903] 2517595=test_basicinstructions
[424/903] 2517595=test_not
[425/903] 2517595=test_rdoc_attr
[426/903] 2517595=test_table
[427/903] 2517595=test_koi8
[428/903] 2517595=test_ostruct
[429/903] 2517594=json_ext_parser_test
[430/903] 2517594=test_gem_resolver_vendor_specification
[431/903] 2517594=test_inlinecache
[432/903] 2517594=test_scanner_events
[433/903] 2517595=test_filter
[434/903] 2517595=test_rendering
[435/903] 2517594=test_rdoc_generator_markup
[436/903] 2517595=test_gem_ext_configure_builder
[437/903] 2517594=test_gem_dependency_list
[438/903] 2517595=test_gem_package_task
[439/903] 2517595=test_err_in_callback
[440/903] 2517595=test_force_quotes
[441/903] 2517595=test_rdoc_markup_indented_paragraph
[442/903] 2517595=test_rdoc_i18n_text
[443/903] 2517595=test_rdoc_parser_markdown
[444/903] 2517594=test_gem_source_fetch_problem
[445/903] 2517594=test_data
[446/903] 2517595=test_rdoc_markup_to_html_snippet
[447/903] 2517594=test_gem_commands_lock_command
[448/903] 2517594=test_gem_source_git
[449/903] 2517595=test_http
[450/903] 2517593=test_fd_setsize
[451/903] 2517594=test_unix
[452/903] 2517593=test_regex_casefold
[453/903] 2517594=test_win32ole_variant_outarg
[454/903] 2517594=test_ws
[455/903] 2517594=test_erb_command
[456/903] 2517594=test_gem_rdoc
[457/903] 2517594=test_gem_commands_contents_command
[458/903] 2517594=test_have_func
[459/903] 2517593=test_ractor_compatibility
[460/903] 2517594=test_gem_commands_sources_command
[461/903] 2517593=test_context
[462/903] 2517594=test_symbol
[463/903] 2517593=test_coder
[464/903] 2517593=test_write
[465/903] 2517593=test_date_parse
[466/903] 2517593=test_enum
[467/903] 2517595=test_gem_spec_fetcher
[468/903] 2517595=test_folderitem2_invokeverb
[469/903] 2517595=test_gem_request
[470/903] 2517594=test_pkey_ec
[471/903] 2517594=test_thread
[472/903] 2517594=test_recorder
[473/903] 2517594=test_rdoc_token_stream
[474/903] 2517594=test_cgi_tag_helper
[475/903] 2517595=test_rdoc_generator_json_index
[476/903] 2517594=test_gem_resolver_index_set
[477/903] 2517595=test_win32ole_param_event
[478/903] 2517595=test_workspace
[479/903] 2517594=test_debug_cmd
[480/903] 2517594=test_rdoc_single_class
[481/903] 2517594=json_addition_test
[482/903] 2517594=test_invalid
[483/903] 2517594=test_qsort
[484/903] 2517594=test_gem_commands_build_command
[485/903] 2517595=test_complex
[486/903] 2517595=json_generic_object_test
[487/903] 2517595=test_base64
[488/903] 2517595=test_gem_commands_push_command
[489/903] 2517594=test_m17n_comb
[490/903] 2517595=test_type
[491/903] 2517595=test_common
[492/903] 2517595=test_class_name_check
[493/903] 2517593=test_backtrace
[494/903] 2517593=test_asn1
[495/903] 2517593=test_len
[496/903] 2517593=test_features
[497/903] 2517595=test_placearg
[498/903] 2517595=test_popen_deadlock
[499/903] 2517593=test_gem_commands_specification_command
[500/903] 2517593=json_generator_test
[501/903] 2517595=test_gem_impossible_dependencies_error
[502/903] 2517595=test_str2big
[503/903] 2517595=test_continuation
[504/903] 2517593=test_bigmath
[505/903] 2517593=test_ractor
[506/903] 2517595=test_rdoc_markup_to_ansi
[507/903] 2517593=test_delete
[508/903] 2517593=test_gc_compact
[509/903] 2517595=test_gem_commands_signout_command
[510/903] 2517595=test_gem_silent_ui
[511/903] 2517595=test_gem_request_set_lockfile_parser
[512/903] 2517595=test_io_wait_uncommon
[513/903] 2517595=test_parser_events
[514/903] 2517595=test_time
[515/903] 2517595=test_files_test
[516/903] 2517595=test_gem_bundler_version_finder
[517/903] 2517595=test_gem_dependency_resolution_error
[518/903] 2517595=test_rdoc_stats
[519/903] 2517595=test_inadvertent_creation
[520/903] 2517595=test_webauthn_listener_response
[521/903] 2517595=test_enc_raise
[522/903] 2517595=test_case_comprehensive
[523/903] 2517593=test_syntax
[524/903] 2517594=test_rdoc_store
[525/903] 2517594=test_provider
[526/903] 2517594=test_exception
[527/903] 2517594=test_assignment
[528/903] 2517593=test_modify_expand
[529/903] 2517593=test_gem_available_set
[530/903] 2517593=test_memory_view
[531/903] 2517593=test_my_integer
[532/903] 2517593=test_call
[533/903] 2517593=test_data_converters
[534/903] 2517593=test_gem_source_vendor
[535/903] 2517593=test_require
[536/903] 2517593=test_cgi_util
[537/903] 2517593=test_gem_dependency
[538/903] 2517593=test_autoload
[539/903] 2517594=test_ansi_without_terminfo
[540/903] 2517594=test_rdoc_text
[541/903] 2517594=test_null
[542/903] 2517594=test_windows_1252
[543/903] 2517594=test_exception
[544/903] 2517594=test_x509store
[545/903] 2517594=test_win32ole_type
[546/903] 2517594=test_header
[547/903] 2517594=test_input_method
[548/903] 2517594=regexp_test
[549/903] 2517594=test_generic
[550/903] 2517594=test_enc_str_buf_cat
[551/903] 2517594=test_optarg
[552/903] 2517594=test_ripper
[553/903] 2517594=test_gem_source_lock
[554/903] 2517594=test_gem_dependency_installer
[555/903] 2517594=test_syslog_logger
[556/903] 2517593=test_integer_comb
[557/903] 2517594=test_deprecated
[558/903] 2517594=test_read_write
[559/903] 2517594=test_div
[560/903] 2517594=test_kernel
[561/903] 2517594=test_nil2vtempty
[562/903] 2517594=test_profile_frames
.Leaked thread: TestProfileFrames#test_profile_thread_frames: #<Thread:0x00007fc50d7a2d38 /tmp/ruby/src/trunk-O0/test/-ext-/debug/test_profile_frames.rb:158 sleep>
Finished thread: TestProfileFrames#test_profile_frames: #<Thread:0x00007fc50d7a2d38 /tmp/ruby/src/trunk-O0/test/-ext-/debug/test_profile_frames.rb:158 dead>
[563/903] 2517594=parse_test
[564/903] 2517593=test_gbk
[565/903] 2517593=json_parser_test
[566/903] 2517593=test_each
[567/903] 2517593=test_rendering
[568/903] 2517593=!Nothing_to_test
[569/903] 2517593=test_usrmarshal
[570/903] 2517593=test_rdoc_markup_formatter
[571/903] 2517593=test_gem_validator
[572/903] 2517593=test_gem_commands_outdated_command
[573/903] 2517593=test_safe_load
[574/903] 2517593=test_ansi_with_terminfo
[575/903] 2517593=test_gem_stream_ui
[576/903] 2517593=bom_test
[577/903] 2517593=test_file
[578/903] 2517594=test_thread_fd_close
[579/903] 2517594=test_rdoc_generator_ri
[580/903] 2517594=test_hash_create
[581/903] 2517594=test_name_error
[582/903] 2517594=locals_test
[583/903] 2517593=test_string
[584/903] 2517594=test_enumerator
[585/903] 2517594=test_timeout
[586/903] 2517594=test_weakref
[587/903] 2517594=test_gem_commands_dependency_command
[588/903] 2517594=test_rdoc_rubygems_hook
[589/903] 2517594=test_switch_hitter
[590/903] 2517594=test_pkey_dsa
[591/903] 2517593=test_arity
[592/903] 2517593=test_rdoc_markup_to_joined_paragraph
[593/903] 2517593=test_handle
[594/903] 2517594=test_did_you_mean
[595/903] 2517594=test_date_time
[596/903] 2517594=test_read
[597/903] 2517593=test_unicode_normalize
[598/903] 2517594=test_bug-3571
[599/903] 2517594=test_reline_key
[600/903] 2517594=test_stringchar
[601/903] 2517594=test_eval
[602/903] 2517594=test_kconv
[603/903] 2517594=test_gem_security
[604/903] 2517594=test_rubygems
[605/903] 2517594=test_member
[606/903] 2517594=test_shift_jis
[607/903] 2517594=test_rdoc_cross_reference
[608/903] 2517594=test_quote_char_nil
[609/903] 2517594=test_files_lib
[610/903] 2517593=test_digest
[611/903] 2517593=test_gem_commands_open_command
[612/903] 2517593=test_bug-5832
[613/903] 2517593=test_store
[614/903] 2517593=test_nofree
[615/903] 2517593=test_gem_resolver_git_set
[616/903] 2517593=test_gem_resolver_lock_specification
[617/903] 2517593=test_fiddle
[618/903] 2517593=test_gem_command
[619/903] 2517593=test_emoji_breaks
[620/903] 2517593=test_ractor
[621/903] 2517593=test_autoconf
[622/903] 2517594=test_io_buffer
[623/903] 2517593=test_bug_reporter
[624/903] 2517594=test_json_tree
[625/903] 2517594=test_cgi_multipart
[626/903] 2517593=test_win32ole_variant_m
[627/903] 2517593=test_tcp
[628/903] 2517594=test_rdoc_comment
[629/903] 2517594=test_kdf
[630/903] 2517594=test_rdoc_rdoc
[631/903] 2517594=test_cclass
[632/903] 2517594=test_rdoc_i18n_locale
[633/903] 2517594=test_gem_resolver_lock_set
[634/903] 2517594=test_ole_methods
[635/903] 2517594=test_gem_resolver_installer_set
[636/903] 2517593=test_psych
[637/903] 2517593=test_flags
[638/903] 2517594=test_gem_source_installed
[639/903] 2517594=test_http
[640/903] 2517594=test_gem_update_suggestion
[641/903] 2517594=test_arithmetic_sequence
[642/903] 2517594=test_load
[643/903] 2517594=test_severity
[644/903] 2517594=test_ractor
[645/903] 2517594=test_stringio
[646/903] 2517594=test_memory_view
[647/903] 2517593=test_enumerator
[648/903] 2517593=test_row
[649/903] 2517593=test_exception_at_throwing
[650/903] 2517594=test_gem_uri
[651/903] 2517594=test_sprintf
[652/903] 2517593=test_rdoc_method_attr
[653/903] 2517593=test_win32ole_type_event
[654/903] 2517593=test_rewind
[655/903] 2517593=test_scan_args
[656/903] 2517594=test_dot_dot
[657/903] 2517593=test_weakmap
[658/903] 2517594=test_egrep_cpp
[659/903] 2517595=test_date_compat
[660/903] 2517595=test_gem_source_subpath_problem
[661/903] 2517594=test_case_mapping
[662/903] 2517595=test_date_conv
[663/903] 2517594=test_frozen
[664/903] 2517595=test_flip
[665/903] 2517594=test_gem_source_local
[666/903] 2517595=test_win32ole_method
[667/903] 2517595=test_pty
[668/903] 2517594=test_bmethod
[669/903] 2517594=encoding_test
[670/903] 2517594=test_numeric
[671/903] 2517594=test_gem_commands_environment_command
[672/903] 2517594=test_erb
[673/903] 2517595=test_uncorrectable_name_check
[674/903] 2517595=test_gem_request_set_lockfile
[675/903] 2517594=test_postponed_job
[676/903] 2517595=test_rdoc_top_level
[677/903] 2517594=test_gem_commands_setup_command
[678/903] 2517595=test_hmac
[679/903] 2517595=test_parse
[680/903] 2517595=test_observer
[681/903] 2517595=test_method_name_check
[682/903] 2517594=test_ldap
[683/903] 2517594=test_color
[684/903] 2517595=parse_serialize_test
[685/903] 2517595=test_bigzero
[686/903] 2517595=test_stack
[687/903] 2517594=test_pkey_rsa
[688/903] 2517594=test_backtrace
[689/903] 2517594=test_rdoc_markup_to_html
[690/903] 2517594=test_rdoc_task
[691/903] 2517594=test_numhash
[692/903] 2517594=test_macro
[693/903] 2517594=test_rdoc_parser_c
[694/903] 2517595=test_gem_platform
[695/903] 2517594=newline_test
[696/903] 2517595=test_econv
[697/903] 2517594=json_fixtures_test
[698/903] 2517594=test_emitter
[699/903] 2517594=test_rdoc_markup_verbatim
[700/903] 2517594=test_nomethod_error
[701/903] 2517594=test_euc_tw
[702/903] 2517594=test_fstring
[703/903] 2517594=test_cmd
[704/903] 2517595=test_path
[705/903] 2517595=json_string_matching_test
[706/903] 2517595=test_rdoc_markup_paragraph
[707/903] 2517595=test_rdoc_markup_raw
[708/903] 2517595=test_quote_empty
[709/903] 2517595=test_duplicate
[710/903] 2517595=magic_comment_test
[711/903] 2517595=test_object_create_start
[712/903] 2517595=test_tempfile
[713/903] 2517595=test_gem_commands_cert_command
[714/903] 2517594=test_date_new
[715/903] 2517594=test_wait
[716/903] 2517594=test_utf16
[717/903] 2517594=test_acl
[718/903] 2517594=test_gem_unsatisfiable_dependency_error
[719/903] 2517594=test_require_path_check
[720/903] 2517594=test_gem_source_specific_file
[721/903] 2517594=test_rdoc_markup_parser
[722/903] 2517595=test_method
[723/903] 2517594=test_row_separator
[724/903] 2517594=test_deprecate
[725/903] 2517594=test_rdoc_constant
[726/903] 2517594=test_gem_installer
[727/903] 2517595=test_pkcs12
[728/903] 2517595=test_ipaddr
[729/903] 2517595=test_rdoc_normal_class
[730/903] 2517595=test_gem_package_tar_reader
[731/903] 2517595=test_comparable
[732/903] 2517595=test_rdoc_rd_inline
[733/903] 2517595=test_rdoc_markdown
[734/903] 2517595=test_io_timeout
[735/903] 2517595=test_files_test_1
[736/903] 2517595=test_const
[737/903] 2517595=test_rdoc_encoding
[738/903] 2517595=test_class
[739/903] 2517594=test_system
[740/903] 2517595=library_symbols_test
[741/903] 2517595=test_zsh_completion
[742/903] 2517595=test_resource
[743/903] 2517595=test_gem_commands_signin_command
[744/903] 2517595=test_file
[745/903] 2517595=test_set
[746/903] 2517595=test_init
[747/903] 2517595=test_reqarg
[748/903] 2517595=test_date_strftime
[749/903] 2517594=test_color_printer
[750/903] 2517594=test_rdoc_rd_inline_parser
[751/903] 2517594=test_date_attr
[752/903] 2517594=test_sleep
[753/903] 2517595=test_basicsocket
[754/903] 2517595=test_defined
[755/903] 2517595=test_gem_commands_search_command
[756/903] 2517595=test_cp949
[757/903] 2517595=test_condition
[758/903] 2517595=test_iseq
[759/903] 2517594=test_emoji
[760/903] 2517594=test_sorted_set
[761/903] 2517594=test_sizeof
[762/903] 2517595=test_skip_lines
[763/903] 2517595=test_mutex_m
[764/903] 2517595=test_gem_source
[765/903] 2517595=test_rdoc_markup_heading
[766/903] 2517595=test_pack
[767/903] 2517595=test_fnmatch
[768/903] 2517595=test_x509name
[769/903] 2517595=test_benchmark
[770/903] 2517595=test_depth_first
[771/903] 2517595=test_random_formatter
[772/903] 2517595=test_yamlstore
[773/903] 2517595=test_class2name
[774/903] 2517595=test_rdoc_markup_to_html_crossref
[775/903] 2517595=test_framework
[776/903] 2517595=test_socket
[777/903] 2517594=test_gem_commands_uninstall_command
[778/903] 2517595=test_rdoc_code_object
[779/903] 2517593=test_syslog
[780/903] 2517593=test_erb_m17n
[781/903] 2517593=test_array
[782/903] 2517593=test_debug
[783/903] 2517593=test_yaml
[784/903] 2517593=comments_test
[785/903] 2517593=test_reline
[786/903] 2517593=test_assembler
[787/903] 2517593=test_gem_stub_specification
[788/903] 2517594=test_raise
[789/903] 2517594=test_mkmf
[790/903] 2517595=test_string
[791/903] 2517594=test_function
[792/903] 2517595=test_forwardable
[793/903] 2517595=parse_comments_test
[794/903] 2517595=test_gem_resolver_api_set
[795/903] 2517593=test_dryrun
[796/903] 2517595=test_ractor
[797/903] 2517594=test_rinda
[798/903] 2517593=test_line_editor
[799/903] 2517593=test_gem_security_trust_dir
[800/903] 2517595=test_stream
[801/903] 2517595=test_pkey
[802/903] 2517593=test_acceptable
[803/903] 2517595=test_string_memory
[804/903] 2517593=test_io_wait
[805/903] 2517593=test_integer
[806/903] 2517593=test_kwargs
[807/903] 2517593=test_yield
[808/903] 2517595=test_rubyoptions
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 19 : #<IO:fd 19>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 20 : #<IO:fd 20>
.Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 18
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 19
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 20
[809/903] 2517594=test_capacity
[810/903] 2517594=test_nextafter
[811/903] 2517594=test_thread
[812/903] 2517594=test_gem_commands_cleanup_command
[813/903] 2517596=test_euc_kr
[814/903] 2517596=test_literal
[815/903] 2517594=test_date_marshal
[816/903] 2517594=test_gem_commands_mirror
[817/903] 2517594=test_rdoc_ri_driver
[818/903] 2517594=test_shapes
[819/903] 2517594=test_httpheader
[820/903] 2517594=test_cesu8
[821/903] 2517594=test_inputs_scanner
[822/903] 2517594=test_rdoc_markup_include
[823/903] 2517594=test_typeddata
[824/903] 2517596=test_tree_builder
[825/903] 2517596=test_rdoc_generator_pot_po
[826/903] 2517596=test_clone
[827/903] 2517594=test_rdoc_servlet
[828/903] 2517596=test_protect
[829/903] 2517596=test_gem_commands_pristine_command
[830/903] 2517594=test_tmpdir
[831/903] 2517594=test_noarg
[832/903] 2517594=test_change_word
[833/903] 2517594=test_key_name_check
[834/903] 2517594=test_rdoc_markup_to_markdown
[835/903] 2517594=test_trick
[836/903] 2517596=test_iseq_load
[837/903] 2517593=test_utf32
[838/903] 2517593=test_arith_seq_beg_len_step
[839/903] 2517593=test_gem_resolver_requirement_list
[840/903] 2517593=test_scalar
[841/903] 2517593=test_gem_resolver_dependency_request
[842/903] 2517593=test_ns_spki
[843/903] 2517593=test_encodings
[844/903] 2517593=test_random
[845/903] 2517593=test_ssl_session
[846/903] 2517593=test_rdoc_markup_hard_break
[847/903] 2517593=test_rdoc_markdown_test
[848/903] 2517596=test_rdoc_normal_module
[849/903] 2517596=test_gem_version
[850/903] 2517596=test_to_ruby
[851/903] 2517596=test_rdoc_extend
[852/903] 2517596=test_gem_resolver_index_specification
[853/903] 2517594=test_c_struct_builder
[854/903] 2517596=test_merge_keys
[855/903] 2517596=test_gem_package_tar_header
[856/903] 2517596=test_gem_ext_cargo_builder
[857/903] 2517596=test_io_buffer
[858/903] 2517596=test_emitter
[859/903] 2517596=test_io
[860/903] 2517594=test_ellipsize
[861/903] 2517594=test_gem_security_policy
[862/903] 2517596=test_rdoc_context_section
[863/903] 2517596=test_rdoc_alias
[864/903] 2517596=test_big2str
[865/903] 2517596=test_data
[866/903] 2517596=test_gem_commands_yank_command
[867/903] 2517595=test_gem_commands_check_command
[868/903] 2517596=test_queue
[869/903] 2517595=test_gem_ext_builder
[870/903] 2517596=test_stream
[871/903] 2517596=test_human_typo
[872/903] 2517596=test_threadgroup
[873/903] 2517594=test_prettyprint
[874/903] 2517594=test_rdoc_any_method
[875/903] 2517596=test_abi
[876/903] 2517596=test_alias_and_anchor
[877/903] 2517596=test_config
[878/903] 2517596=test_hash
[879/903] 2517596=test_complexrational
[880/903] 2517596=test_drb
[881/903] 2517594=test_gem_ext_ext_conf_builder
[882/903] 2517593=test_win32ole_method_event
[883/903] 2517593=test_securerandom
[884/903] 2517593=test_pkey_dh
[885/903] 2517593=test_function_entry
[886/903] 2517593=test_gem_resolver_activation_request
[887/903] 2517593=test_path_to_class
[888/903] 2517593=test_gem_request_set
[889/903] 2517595=test_gem_name_tuple
[890/903] 2517595=test_date_ractor
[891/903] 2517595=test_http_request
[892/903] 2517595=test_undef
[893/903] 2517595=constant_path_node_test
[894/903] 2517595=test_external_new
[895/903] 2517595=test_bundled_ca
[896/903] 2517593=test_win32ole_typelib
[897/903] 2517593=test_mdns
[898/903] 2517593=test_rat
[899/903] 2517593=test_config
[900/903] 2517593=test_process
[901/903] 2517595=test_ractor
[902/903] 2517595=test_key_stroke
[903/903] 2517595=test_ifunless

Retrying...
Finished tests in 1182.321398s, 22.6495 tests/s, 8011.5982 assertions/s.
26779 tests, 9472284 assertions, 0 failures, 0 errors, 190 skips

ruby -v: ruby 3.3.0dev (2023-11-01T15:05:46Z master 70e3e08881) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.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.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.3.0dev (2023-11-01T15:05:46Z master 70e3e08881) [x86_64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .........................................................................
  3723 ..

Finished in 270.414770 seconds

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

$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.2531860.ruby -x gdbscript
[New LWP 2531860]
[New LWP 2531862]
[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  0x000055ae12841ddf in gc_mark_children (objspace=0x55ae132ad260, obj=140529296446320) at /tmp/ruby/src/trunk-O0/gc.c:7222
7222	    switch (BUILTIN_TYPE(obj)) {
[Current thread is 1 (Thread 0x7fcfa028f7c0 (LWP 2531860))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7fcfa028f7c0 (LWP 2531860) 0x000055ae12841ddf in gc_mark_children (objspace=0x55ae132ad260, obj=140529296446320) at /tmp/ruby/src/trunk-O0/gc.c:7222
  2    Thread 0x7fcf86caf640 (LWP 2531862) 0x00007fcfa03b7fde in epoll_wait (epfd=4, events=0x55ae12e3827c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fcf86caf640 (LWP 2531862)):
#0  0x00007fcfa03b7fde in epoll_wait (epfd=4, events=0x55ae12e3827c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000055ae129c9fff in timer_thread_polling (vm=0x55ae132aab10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:721
        r = -1858803052
#2  0x000055ae129ca6a7 in timer_thread_func (ptr=0x55ae132aab10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2969
        vm = 0x55ae132aab10
#3  0x00007fcfa0326b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736511832832, 7410445339724624259, 140529296406080, 25, 140529722615888, 140736511833184, -7401598556890713725, -7401542142616784509}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007fcfa03b7bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fcfa028f7c0 (LWP 2531860)):
#0  0x000055ae12841ddf in gc_mark_children (objspace=0x55ae132ad260, obj=140529296446320) at /tmp/ruby/src/trunk-O0/gc.c:7222
        any = 0x7fcf86cb9370
#1  0x000055ae1284274d in gc_mark_stacked_objects (objspace=0x55ae132ad260, incremental=1, count=34350) at /tmp/ruby/src/trunk-O0/gc.c:7435
        mstack = 0x55ae132ad6e8
        obj = 140529296446320
        marked_slots_at_the_beginning = 744
        popped_count = 5750
#2  0x000055ae128428a5 in gc_mark_stacked_objects_incremental (objspace=0x55ae132ad260, count=34350) at /tmp/ruby/src/trunk-O0/gc.c:7467
No locals.
#3  0x000055ae12844bdd in gc_marks_step (objspace=0x55ae132ad260, slots=34350) at /tmp/ruby/src/trunk-O0/gc.c:8672
        marking_finished = false
        __func__ = <optimized out>
#4  0x000055ae12844c45 in gc_marks_continue (objspace=0x55ae132ad260, size_pool=0x55ae132ad280, heap=0x55ae132ad2d0) at /tmp/ruby/src/trunk-O0/gc.c:8692
        __func__ = <optimized out>
        marking_finished = true
#5  0x000055ae12838916 in gc_continue (objspace=0x55ae132ad260, size_pool=0x55ae132ad280, heap=0x55ae132ad2d0) at /tmp/ruby/src/trunk-O0/gc.c:2480
        lock_lev = 0
#6  0x000055ae128390e2 in newobj_alloc (objspace=0x55ae132ad260, cr=0x55ae132ae010, size_pool_idx=0, vm_locked=true) at /tmp/ruby/src/trunk-O0/gc.c:2807
        lev = 32767
        unlock_vm = false
        size_pool = 0x55ae132ad280
        heap = 0x55ae132ad2d0
        cache = 0x55ae132ae208
        obj = 0
        __func__ = <optimized out>
#7  0x000055ae12839315 in newobj_slowpath (size_pool_idx=0, wb_protected=1, cr=0x55ae132ae010, objspace=0x55ae132ad260, flags=5, klass=140529296731200) at /tmp/ruby/src/trunk-O0/gc.c:2866
        obj = 1
        lev = 1
#8  newobj_slowpath_wb_protected (klass=140529296731200, flags=5, objspace=0x55ae132ad260, cr=0x55ae132ae010, size_pool_idx=0) at /tmp/ruby/src/trunk-O0/gc.c:2884
No locals.
#9  0x000055ae1283968d in newobj_of0 (klass=140529296731200, flags=5, wb_protected=1, cr=0x55ae132ae010, alloc_size=25) at /tmp/ruby/src/trunk-O0/gc.c:2926
        obj = 94206134243936
        objspace = 0x55ae132ad260
        size_pool_idx = 0
        i = <optimized out>
        cnt = <optimized out>
#10 0x000055ae128396f9 in newobj_of (cr=0x55ae132ae010, klass=140529296731200, flags=5, v1=0, v2=0, v3=0, wb_protected=1, alloc_size=25) at /tmp/ruby/src/trunk-O0/gc.c:2936
        obj = 94206134248128
#11 0x000055ae128397b4 in rb_wb_protected_newobj_of (ec=0x55ae132ae2c0, klass=140529296731200, flags=5, size=25) at /tmp/ruby/src/trunk-O0/gc.c:2951
        __func__ = <optimized out>
#12 0x000055ae1299e2b2 in str_alloc_embed (klass=140529296731200, capa=1) at /tmp/ruby/src/trunk-O0/string.c:855
        size = 25
        str = 0x0
#13 0x000055ae1299ff21 in rb_str_buf_new (capa=0) at /tmp/ruby/src/trunk-O0/string.c:1491
        str = 94206129501296
#14 0x000055ae1289aee1 in rb_marshal_dump_limited (obj=140529278243120, port=4, limit=-1) at /tmp/ruby/src/trunk-O0/marshal.c:1205
        arg = 0x55ae136bd850
        wrapper = 140529278249240
#15 0x000055ae1289ae20 in marshal_dump (argc=1, argv=0x7fcfa018e058, _=140529296671040) at /tmp/ruby/src/trunk-O0/marshal.c:1189
        obj = 140529278243120
        port = 4
        a1 = 4
        a2 = 4
        limit = -1
#16 0x000055ae12a14fe0 in ractor_safe_call_cfunc_m1 (recv=140529296671040, argc=1, argv=0x7fcfa018e058, func=0x55ae1289ad1b <marshal_dump>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3286
        f = 0x55ae1289ad1b <marshal_dump>
#17 0x000055ae12a15c17 in vm_call_cfunc_with_frame_ (ec=0x55ae132ae2c0, reg_cfp=0x7fcfa028dfa0, calling=0x7fffc5cb63f0, argc=1, argv=0x7fcfa018e058, stack_bottom=0x7fcfa018e050) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3477
        ci = 0x1b2100100003
        cc = 0x7fcf85b5ebc0
        val = 140736511828112
        me = 0x7fcf86cdb920
        cfunc = 0x55ae1330eec8
        recv = 140529296671040
        block_handler = 0
        frame_type = 1431634051
        len = -1
        args = <optimized out>
        args = <optimized out>
#18 0x000055ae12a15dec in vm_call_cfunc_with_frame (ec=0x55ae132ae2c0, reg_cfp=0x7fcfa028dfa0, calling=0x7fffc5cb63f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3505
        argc = 1
        stack_bottom = 0x7fcfa018e050
        argv = 0x7fcfa018e058
#19 0x000055ae12a15f04 in vm_call_cfunc_other (ec=0x55ae132ae2c0, reg_cfp=0x7fcfa028dfa0, calling=0x7fffc5cb63f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3531
        ci = 0x1b2100100003
        argv_ary = 0
#20 0x000055ae12a1632c in vm_call_cfunc (ec=0x55ae132ae2c0, reg_cfp=0x7fcfa028dfa0, calling=0x7fffc5cb63f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3613
        ci = 0x1b2100100003
#21 0x000055ae12a18ad3 in vm_call_method_each_type (ec=0x55ae132ae2c0, cfp=0x7fcfa028dfa0, calling=0x7fffc5cb63f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4391
        aset_mask = 1981
        ivar_mask = 0
        ci = 0x1b2100100003
        cc = 0x7fcf85b5ebc0
        cme = 0x7fcf86cdb920
        v = 94206136557880
#22 0x000055ae12a1957f in vm_call_method (ec=0x55ae132ae2c0, cfp=0x7fcfa028dfa0, calling=0x7fffc5cb63f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4517
        ci = 0x1b2100100003
        cc = 0x7fcf85b5ebc0
#23 0x000055ae12a19781 in vm_call_general (ec=0x55ae132ae2c0, reg_cfp=0x7fcfa028dfa0, calling=0x7fffc5cb63f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4561
No locals.
#24 0x000055ae12a1be06 in vm_sendish (ec=0x55ae132ae2c0, reg_cfp=0x7fcfa028dfa0, cd=0x55ae13862170, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5555
        val = 36
        ci = 0x1b2100100003
        cc = 0x7fcf85b5ebc0
        argc = 1
        recv = 140529296671040
        calling = {cd = 0x55ae13862170, cc = 0x7fcf85b5ebc0, block_handler = 0, recv = 140529296671040, argc = 1, kw_splat = false, heap_argv = 0}
#25 0x000055ae12a23219 in vm_exec_core (ec=0x55ae132ae2c0) at ../../src/trunk-O0/insns.def:822
        bh = 0
        cd = 0x55ae13862170
        leaf = false
        val = 94206134247944
        reg_pc = 0x55ae13861f80
        reg_cfp = 0x7fcfa028dfa0
        insns_address_table = {0x55ae12a1fa6e <vm_exec_core+108>, 0x55ae12a1fad0 <vm_exec_core+206>, 0x55ae12a1fbe3 <vm_exec_core+481>, 0x55ae12a1fcf7 <vm_exec_core+757>, 0x55ae12a1fe95 <vm_exec_core+1171>, 0x55ae12a1ffc5 <vm_exec_core+1475>, 0x55ae12a201d7 <vm_exec_core+2005>, 0x55ae12a202e9 <vm_exec_core+2279>, 0x55ae12a203c2 <vm_exec_core+2496>, 0x55ae12a204c9 <vm_exec_core+2759>, 0x55ae12a205d0 <vm_exec_core+3022>, 0x55ae12a206de <vm_exec_core+3292>, 0x55ae12a207f0 <vm_exec_core+3566>, 0x55ae12a208c0 <vm_exec_core+3774>, 0x55ae12a209c9 <vm_exec_core+4039>, 0x55ae12a20ac3 <vm_exec_core+4289>, 0x55ae12a20b86 <vm_exec_core+4484>, 0x55ae12a20c49 <vm_exec_core+4679>, 0x55ae12a20cd2 <vm_exec_core+4816>, 0x55ae12a20d5e <vm_exec_core+4956>, 0x55ae12a20e04 <vm_exec_core+5122>, 0x55ae12a20edc <vm_exec_core+5338>, 0x55ae12a20fa9 <vm_exec_core+5543>, 0x55ae12a21087 <vm_exec_core+5765>, 0x55ae12a21149 <vm_exec_core+5959>, 0x55ae12a21288 <vm_exec_core+6278>, 0x55ae12a2132e <vm_exec_core+6444>, 0x55ae12a21413 <vm_exec_core+6673>, 0x55ae12a21542 <vm_exec_core+6976>, 0x55ae12a21605 <vm_exec_core+7171>, 0x55ae12a216c8 <vm_exec_core+7366>, 0x55ae12a217c0 <vm_exec_core+7614>, 0x55ae12a21882 <vm_exec_core+7808>, 0x55ae12a21961 <vm_exec_core+8031>, 0x55ae12a21a71 <vm_exec_core+8303>, 0x55ae12a21b6b <vm_exec_core+8553>, 0x55ae12a21be6 <vm_exec_core+8676>, 0x55ae12a21ca7 <vm_exec_core+8869>, 0x55ae12a21d95 <vm_exec_core+9107>, 0x55ae12a21e45 <vm_exec_core+9283>, 0x55ae12a21fc4 <vm_exec_core+9666>, 0x55ae12a2209e <vm_exec_core+9884>, 0x55ae12a2218a <vm_exec_core+10120>, 0x55ae12a2221b <vm_exec_core+10265>, 0x55ae12a22376 <vm_exec_core+10612>, 0x55ae12a22866 <vm_exec_core+11876>, 0x55ae12a22962 <vm_exec_core+12128>, 0x55ae12a22a65 <vm_exec_core+12387>, 0x55ae12a22b51 <vm_exec_core+12623>, 0x55ae12a22d6a <vm_exec_core+13160>, 0x55ae12a22e5c <vm_exec_core+13402>, 0x55ae12a22f62 <vm_exec_core+13664>, 0x55ae12a2315f <vm_exec_core+14173>, 0x55ae12a23308 <vm_exec_core+14598>, 0x55ae12a23433 <vm_exec_core+14897>, 0x55ae12a2359f <vm_exec_core+15261>, 0x55ae12a236ca <vm_exec_core+15560>, 0x55ae12a23836 <vm_exec_core+15924>, 0x55ae12a23a18 <vm_exec_core+16406>, 0x55ae12a23c15 <vm_exec_core+16915>, 0x55ae12a23dbe <vm_exec_core+17340>, 0x55ae12a23ee0 <vm_exec_core+17630>, 0x55ae12a23f87 <vm_exec_core+17797>, 0x55ae12a2404b <vm_exec_core+17993>, 0x55ae12a24134 <vm_exec_core+18226>, 0x55ae12a24220 <vm_exec_core+18462>, 0x55ae12a24309 <vm_exec_core+18695>, 0x55ae12a2441d <vm_exec_core+18971>, 0x55ae12a24544 <vm_exec_core+19266>, 0x55ae12a2467a <vm_exec_core+19576>, 0x55ae12a247b0 <vm_exec_core+19886>, 0x55ae12a248e6 <vm_exec_core+20196>, 0x55ae12a24a1c <vm_exec_core+20506>, 0x55ae12a24b52 <vm_exec_core+20816>, 0x55ae12a24c93 <vm_exec_core+21137>, 0x55ae12a24e0d <vm_exec_core+21515>, 0x55ae12a24f43 <vm_exec_core+21825>, 0x55ae12a25079 <vm_exec_core+22135>, 0x55ae12a251af <vm_exec_core+22445>, 0x55ae12a252e5 <vm_exec_core+22755>, 0x55ae12a2541b <vm_exec_core+23065>, 0x55ae12a25551 <vm_exec_core+23375>, 0x55ae12a25687 <vm_exec_core+23685>, 0x55ae12a257bd <vm_exec_core+23995>, 0x55ae12a2590c <vm_exec_core+24330>, 0x55ae12a25ac6 <vm_exec_core+24772>, 0x55ae12a25c44 <vm_exec_core+25154>, 0x55ae12a25d63 <vm_exec_core+25441>, 0x55ae12a25e82 <vm_exec_core+25728>, 0x55ae12a25f9c <vm_exec_core+26010>, 0x55ae12a260b6 <vm_exec_core+26292>, 0x55ae12a261e1 <vm_exec_core+26591>, 0x55ae12a26317 <vm_exec_core+26901>, 0x55ae12a26402 <vm_exec_core+27136>, 0x55ae12a26507 <vm_exec_core+27397>, 0x55ae12a2664f <vm_exec_core+27725>, 0x55ae12a2673e <vm_exec_core+27964>, 0x55ae12a26812 <vm_exec_core+28176>, 0x55ae12a268e7 <vm_exec_core+28389>, 0x55ae12a269d1 <vm_exec_core+28623>, 0x55ae12a26a4d <vm_exec_core+28747>, 0x55ae12a26ac9 <vm_exec_core+28871>, 0x55ae12a26ae7 <vm_exec_core+28901>, 0x55ae12a26b05 <vm_exec_core+28931>, 0x55ae12a26b23 <vm_exec_core+28961>, 0x55ae12a26b41 <vm_exec_core+28991>, 0x55ae12a26b5f <vm_exec_core+29021>, 0x55ae12a26b7d <vm_exec_core+29051>, 0x55ae12a26b9b <vm_exec_core+29081>, 0x55ae12a26bb9 <vm_exec_core+29111>, 0x55ae12a26bd7 <vm_exec_core+29141>, 0x55ae12a26bf5 <vm_exec_core+29171>, 0x55ae12a26c13 <vm_exec_core+29201>, 0x55ae12a26c31 <vm_exec_core+29231>, 0x55ae12a26c4f <vm_exec_core+29261>, 0x55ae12a26c6d <vm_exec_core+29291>, 0x55ae12a26c8b <vm_exec_core+29321>, 0x55ae12a26ca9 <vm_exec_core+29351>, 0x55ae12a26cc7 <vm_exec_core+29381>, 0x55ae12a26ce5 <vm_exec_core+29411>, 0x55ae12a26d03 <vm_exec_core+29441>, 0x55ae12a26d21 <vm_exec_core+29471>, 0x55ae12a26d3f <vm_exec_core+29501>, 0x55ae12a26d5d <vm_exec_core+29531>, 0x55ae12a26d7b <vm_exec_core+29561>, 0x55ae12a26d99 <vm_exec_core+29591>, 0x55ae12a26db7 <vm_exec_core+29621>, 0x55ae12a26dd5 <vm_exec_core+29651>, 0x55ae12a26df3 <vm_exec_core+29681>, 0x55ae12a26e11 <vm_exec_core+29711>, 0x55ae12a26e2f <vm_exec_core+29741>, 0x55ae12a26e4d <vm_exec_core+29771>, 0x55ae12a26e6b <vm_exec_core+29801>, 0x55ae12a26e89 <vm_exec_core+29831>, 0x55ae12a26ea7 <vm_exec_core+29861>, 0x55ae12a26ec5 <vm_exec_core+29891>, 0x55ae12a26ee3 <vm_exec_core+29921>, 0x55ae12a26f01 <vm_exec_core+29951>, 0x55ae12a26f1f <vm_exec_core+29981>, 0x55ae12a26f3d <vm_exec_core+30011>, 0x55ae12a26f5b <vm_exec_core+30041>, 0x55ae12a26f79 <vm_exec_core+30071>, 0x55ae12a26f97 <vm_exec_core+30101>, 0x55ae12a26fb5 <vm_exec_core+30131>, 0x55ae12a26fd3 <vm_exec_core+30161>, 0x55ae12a26ff1 <vm_exec_core+30191>, 0x55ae12a2700f <vm_exec_core+30221>, 0x55ae12a2702d <vm_exec_core+30251>, 0x55ae12a2704b <vm_exec_core+30281>, 0x55ae12a27069 <vm_exec_core+30311>, 0x55ae12a27087 <vm_exec_core+30341>, 0x55ae12a270a5 <vm_exec_core+30371>, 0x55ae12a270c3 <vm_exec_core+30401>, 0x55ae12a270e1 <vm_exec_core+30431>, 0x55ae12a270ff <vm_exec_core+30461>, 0x55ae12a2711d <vm_exec_core+30491>, 0x55ae12a2713b <vm_exec_core+30521>, 0x55ae12a27159 <vm_exec_core+30551>, 0x55ae12a27177 <vm_exec_core+30581>, 0x55ae12a27195 <vm_exec_core+30611>, 0x55ae12a271b3 <vm_exec_core+30641>, 0x55ae12a271d1 <vm_exec_core+30671>, 0x55ae12a271ef <vm_exec_core+30701>, 0x55ae12a2720d <vm_exec_core+30731>, 0x55ae12a2722b <vm_exec_core+30761>, 0x55ae12a27249 <vm_exec_core+30791>, 0x55ae12a27267 <vm_exec_core+30821>, 0x55ae12a27285 <vm_exec_core+30851>, 0x55ae12a272a3 <vm_exec_core+30881>, 0x55ae12a272c1 <vm_exec_core+30911>, 0x55ae12a272df <vm_exec_core+30941>, 0x55ae12a272fd <vm_exec_core+30971>, 0x55ae12a2731b <vm_exec_core+31001>, 0x55ae12a27339 <vm_exec_core+31031>, 0x55ae12a27357 <vm_exec_core+31061>, 0x55ae12a27375 <vm_exec_core+31091>, 0x55ae12a273a6 <vm_exec_core+31140>, 0x55ae12a273c4 <vm_exec_core+31170>, 0x55ae12a273e2 <vm_exec_core+31200>, 0x55ae12a27400 <vm_exec_core+31230>, 0x55ae12a2741e <vm_exec_core+31260>, 0x55ae12a2743c <vm_exec_core+31290>, 0x55ae12a2745a <vm_exec_core+31320>, 0x55ae12a27478 <vm_exec_core+31350>, 0x55ae12a27496 <vm_exec_core+31380>, 0x55ae12a274b4 <vm_exec_core+31410>, 0x55ae12a274d2 <vm_exec_core+31440>, 0x55ae12a274f0 <vm_exec_core+31470>, 0x55ae12a2750e <vm_exec_core+31500>, 0x55ae12a2752c <vm_exec_core+31530>, 0x55ae12a2754a <vm_exec_core+31560>, 0x55ae12a27568 <vm_exec_core+31590>, 0x55ae12a27586 <vm_exec_core+31620>, 0x55ae12a275a4 <vm_exec_core+31650>, 0x55ae12a275c2 <vm_exec_core+31680>, 0x55ae12a275e0 <vm_exec_core+31710>, 0x55ae12a275fe <vm_exec_core+31740>, 0x55ae12a2761c <vm_exec_core+31770>, 0x55ae12a2763a <vm_exec_core+31800>, 0x55ae12a27658 <vm_exec_core+31830>...}
#26 0x000055ae12a396d2 in rb_vm_exec (ec=0x55ae132ae2c0) at /tmp/ruby/src/trunk-O0/vm.c:2472
        _ec = 0x55ae132ae2c0
        _tag = {tag = 36, retval = 4, buf = {0x7fffc5cb70b0, 0x55ae12a39650 <rb_vm_exec+174>, 0x0, 0x7fffc5cb7000, 0x7fcf85b5f908}, prev = 0x7fffc5cb73f0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#27 0x000055ae12a362eb in invoke_block (ec=0x55ae132ae2c0, iseq=0x7fcf85c217d8, self=140529720872440, captured=0x55ae13910d90, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1497
        arg_size = 0
#28 0x000055ae12a36d87 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7fcf85b5f918, argc=0, self=140529720872440, captured=0x55ae13910d90, ec=0x55ae132ae2c0) at /tmp/ruby/src/trunk-O0/vm.c:1567
        iseq = 0x7fcf85c217d8
        opt_pc = 0
        type = 572653569
        cfp = 0x7fcfa028dfd8
        sp = 0x7fcfa018e028
        flags = 0
        use_argv = 0x7fcf85b5f918
        av = {140529296675680, 94206134247440}
        stack_argv = 0x7fcfa018e028
#29 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7fcf85b5f918, argc=0, self=140529720872440, proc=0x55ae13910d90, ec=0x55ae132ae2c0) at /tmp/ruby/src/trunk-O0/vm.c:1665
        block = 0x55ae13910d90
#30 vm_invoke_proc (ec=0x55ae132ae2c0, proc=0x55ae13910d90, self=140529720872440, argc=0, argv=0x7fcf85b5f918, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1695
No locals.
#31 0x000055ae12a3752b in rb_vm_invoke_proc (ec=0x55ae132ae2c0, proc=0x55ae13910d90, argc=0, argv=0x7fcf85b5f918, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1716
        self = 140529720872440
#32 0x000055ae1291356e in rb_proc_call_kw (self=140529278218200, args=140529278253320, kw_splat=0) at /tmp/ruby/src/trunk-O0/proc.c:987
        vret = 140736511832880
        proc = 0x55ae13910d90
        argc = 0
        argv = 0x7fcf85b5f918
#33 0x000055ae129135d6 in rb_proc_call (self=140529278218200, args=140529278253320) at /tmp/ruby/src/trunk-O0/proc.c:997
No locals.
#34 0x000055ae128226ba in rb_call_end_proc (data=140529278218200) at /tmp/ruby/src/trunk-O0/eval_jump.c:13
No locals.
#35 0x000055ae12822874 in exec_end_procs_chain (procs=0x55ae12e34c60 <end_procs>, errp=0x55ae132ae338) at /tmp/ruby/src/trunk-O0/eval_jump.c:105
        endproc = {func = 0x55ae12822693 <rb_call_end_proc>, data = 140529278218200, next = 0x55ae1355c5d0}
        link = 0x55ae1355c8c0
        errinfo = 140529278243120
#36 0x000055ae128229c7 in rb_ec_exec_end_proc (ec=0x55ae132ae2c0) at /tmp/ruby/src/trunk-O0/eval_jump.c:120
        _ec = 0x55ae132ae2c0
        _tag = {tag = 36, retval = 140529278243120, buf = {0x7fffc5cb7470, 0x55ae12822942 <rb_ec_exec_end_proc+173>, 0x0, 0x7fffc5cb73c0, 0x55ae1282008e <rb_ec_ractor_ptr+24>}, prev = 0x7fffc5cb7590, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 140529278243120
#37 0x000055ae128230d7 in rb_ec_teardown (ec=0x55ae132ae2c0) at /tmp/ruby/src/trunk-O0/eval.c:159
No locals.
#38 0x000055ae12823387 in rb_ec_cleanup (ec=0x55ae132ae2c0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:212
        err = 94206134248128
        mode0 = 32767
        mode1 = -976521712
        _ec = 0x55ae132ae2c0
        _tag = {tag = 36, retval = 94206123191754, buf = {0x7fffc5cb7610, 0x55ae128232c2 <rb_ec_cleanup+279>, 0x0, 0x7fffc5cb7530, 0x55ae132ae2c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 140529278243120
        sysex = 0
        signaled = 0
        th = 0x55ae132ad090
        th0 = 0x55ae132ad090
        step = 1
        message = 4
        buf = 94206134243472
#39 0x000055ae12823960 in ruby_run_node (n=0x7fcf85c298c0) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55ae132ae2c0
        status = 21934
#40 0x000055ae1281f2f4 in rb_main (argc=139, argv=0x7fffc5cb77b8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140736511833744
#41 0x000055ae1281f355 in main (argc=139, argv=0x7fffc5cb77b8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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