# Logfile created on 2024-03-18 14:19:19 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000555f5f459cf0 @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.20240318-141919", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000555f5f4e3360 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000555f5f4e31d0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000555f5f4e3040 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240318-141919", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240318-141919>, @binmode=false, @mon_data=#<Monitor:0x0000555f5f4e2f78>, @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 61b412bc7ba00519e7d6d08450bd384990d94ea2
Update debug to 2d602636d99114d55a32fedd652c9c704446a749
echo 61b412bc7ba00519e7d6d08450bd384990d94ea2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
echo 2d602636d99114d55a32fedd652c9c704446a749 | /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
   cb029fa..4469729  master     -> origin/master
Updating cb029fa..4469729
Fast-forward
 gc.c                            |  18 +-
 internal/gc.h                   |   1 -
 test/prism/fixtures/arrays.txt  |  20 --
 test/prism/index_write_test.rb  |  89 +++++++
 test/prism/snapshots/arrays.txt | 576 ++++++++++++++++++++--------------------
 5 files changed, 383 insertions(+), 321 deletions(-)
 create mode 100644 test/prism/index_write_test.rb
Latest commit hash = 4469729558
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.h
generating golf_prelude.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 /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.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 /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'
golf_prelude.c unchanged
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update debug to 2d602636d99114d55a32fedd652c9c704446a749
Update rbs to 61b412bc7ba00519e7d6d08450bd384990d94ea2
echo 61b412bc7ba00519e7d6d08450bd384990d94ea2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-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/coverage'
compiling /tmp/ruby/src/trunk-O0/ext/coverage/coverage.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
compiling /tmp/ruby/src/trunk-O0/ext/objspace/object_tracing.c
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]: 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/pty'
compiling /tmp/ruby/src/trunk-O0/ext/pty/pty.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
linking shared-object pty.so
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/pty'
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'
compiling /tmp/ruby/src/trunk-O0/ext/socket/init.c
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-O0/ext/socket/constants.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
compiling /tmp/ruby/src/trunk-O0/ext/socket/basicsocket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-O0/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ipsocket.c
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/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
linking shared-object ripper.so
compiling /tmp/ruby/src/trunk-O0/ext/socket/option.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ancdata.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
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 61b412bc7ba00519e7d6d08450bd384990d94ea2
Update debug to 2d602636d99114d55a32fedd652c9c704446a749
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
echo 61b412bc7ba00519e7d6d08450bd384990d94ea2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
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
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
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 '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/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
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/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-O0/bin
installing base libraries:          /tmp/ruby/install/trunk-O0/lib
installing arch files:              /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.6
                                    irb 1.12.0
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.24.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.3
                                    resolv 0.3.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.1.1
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    minitest 5.22.3
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.2
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.4
                                    net-imap 0.4.10
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.4
                                    typeprof 0.21.11
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.7
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.1
                                    nkf 0.2.0
                                    syslog 0.1.2
                                    csv 3.2.8
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1918 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.

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

Failed tests:
TestGc#test_thrashing_for_young_objects: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec)
TestGc#test_profiler_clear: Test::Unit::PendedError: for now

Retrying...
Finished tests in 1369.262405s, 19.1643 tests/s, 6947.4083 assertions/s.
26241 tests, 9512825 assertions, 0 failures, 0 errors, 287 skips

ruby -v: ruby 3.4.0dev (2024-03-18T14:19:11Z master 4469729558) [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 '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/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/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/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-03-18T14:19:11Z master 4469729558) [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 ....................................................................

Finished in 434.298115 seconds

3426 files, 32149 examples, 136062 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.
raw logfile