# Logfile created on 2024-01-16 02:05:35 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000561328a20710 @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-gc-asserts", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-gc-asserts", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-gc-asserts", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-gc-asserts", @configure_opts=["--enable-shared"], @build_opts="DEFS=\"-DRGENGC_CHECK_MODE=2\"", @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=21600, @logfile="/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20240116-020535", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE", "30"]], @make="make", @logger=#<Logger:0x0000561328aaa5c8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000561328aaa488 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000561328aaa2f8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20240116-020535", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20240116-020535>, @binmode=false, @mon_data=#<Monitor:0x0000561328aaa230>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode DEFS="-DRGENGC_CHECK_MODE=2"
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make update-download DEFS="-DRGENGC_CHECK_MODE=2"
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make update-rubyspec DEFS="-DRGENGC_CHECK_MODE=2"
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make update-src DEFS="-DRGENGC_CHECK_MODE=2"
From https://github.com/ruby/ruby
6a17590..6a1bf4c master -> origin/master
Updating 6a17590..6a1bf4c
Fast-forward
yjit/src/codegen.rs | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Latest commit hash = 6a1bf4cf1b
$$$[end] "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make after-update DEFS="-DRGENGC_CHECK_MODE=2"
/tmp/ruby/src/trunk-gc-asserts/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-gc-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
$$$[end] "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make miniruby DEFS="-DRGENGC_CHECK_MODE=2"
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRGENGC_CHECK_MODE=2
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/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-gc-asserts/version.c
building Rust YJIT (release mode)
touch yjit/target/release/libyjit.a
partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
linking miniruby
$$$[end] "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make ruby DEFS="-DRGENGC_CHECK_MODE=2"
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRGENGC_CHECK_MODE=2
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/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
2d8ac6ccf8b14a77287820d97d15d7fbc3bbd5ad6bad5d6e51091891ab9e6785 builtin_binary.inc
compiling /tmp/ruby/src/trunk-gc-asserts/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.4.0
linking ruby
$$$[end] "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make all DEFS="-DRGENGC_CHECK_MODE=2"
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRGENGC_CHECK_MODE=2
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/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
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-gc-asserts/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
$$$[end] "make all DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make install DEFS="-DRGENGC_CHECK_MODE=2"
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRGENGC_CHECK_MODE=2
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/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
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-gc-asserts/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
./miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-gc-asserts/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- DEFS=-DRGENGC_CHECK_MODE=2" --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-gc-asserts/bin
installing base libraries: /tmp/ruby/install/trunk-gc-asserts/lib
installing arch files: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-gc-asserts/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.4.0+0
installing extension scripts: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/site_ruby/3.4.0+0
installing extension scripts: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers: /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.4.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-gc-asserts/bin
installing library scripts: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.4.0+0
installing common headers: /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.4.0+0
installing manpages: /tmp/ruby/install/trunk-gc-asserts/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.4.0+0
abbrev 0.1.2
base64 0.2.0
benchmark 0.3.0
bundler 2.6.0.dev
cgi 0.4.1
csv 3.2.9
delegate 0.3.1
did_you_mean 1.6.3
drb 2.2.0
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
getoptlong 0.2.1
ipaddr 1.2.6
irb 1.11.0
logger 1.6.0
net-http 0.4.1
net-protocol 0.2.2
observer 0.1.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.19.0
pstore 0.1.3
rdoc 6.6.2
readline 0.0.4
reline 0.4.2
resolv 0.3.0
resolv-replace 0.1.1
rinda 0.2.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-gc-asserts/lib/ruby/gems/3.4.0+0
bigdecimal 3.1.5
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.dev.1
io-nonblock 0.3.0
io-wait 0.3.1
json 2.7.1
nkf 0.1.3
openssl 3.2.0
pathname 0.3.0
psych 5.1.2
stringio 3.1.1
strscan 3.0.8
syslog 0.1.2
zlib 3.1.0
installing bundled gems: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.4.0+0
minitest 5.21.1
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.3.4
net-imap 0.4.9.1
net-pop 0.1.2
net-smtp 0.4.0.1
matrix 0.4.2
prime 0.1.2
rbs 3.4.1
typeprof 0.21.9
debug 1.9.1
racc 1.7.3
mutex_m 0.2.0
installing bundled gem cache: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1874 tests
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/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-gc-asserts/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-gc-asserts/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 = -O3 -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/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
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-gc-asserts/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
Run options:
--seed=37849
"--ruby=./miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-gc-asserts/test/.excludes
--name=!/memory_leak/
--stderr-on-failure
-j4
--exclude=rubygems/test_gem_package_task\.rb
# Running tests:
[ 1/908] 187185=test_mixed_unicode_escapes
[ 2/908] 187185=test_to_ary_concat
[ 3/908] 187186=test_exception_at_throwing
[ 4/908] 187187=test_backtrace
[ 5/908] 187187=test_gem_resolver_installer_set
[ 6/908] 187188=test_pstore
[ 7/908] 187186=test_inlinecache
[ 8/908] 187186=test_gbk
[ 9/908] 187186=test_ftp
[ 10/908] 187188=library_symbols_test
[ 11/908] 187186=test_pack
[ 12/908] 187186=test_open3
[ 13/908] 187188=test_rdoc_markup_to_rdoc
[ 14/908] 187188=test_gem_specification
[ 15/908] 187187=test_gem_uninstaller
[ 16/908] 187185=test_key_stroke
[ 17/908] 187185=test_gem_ext_cargo_builder
[ 18/908] 187187=test_gem_commands_contents_command
[ 19/908] 187187=test_gem_ext_cargo_builder_link_flag_converter
[ 20/908] 187187=test_zlib
[ 21/908] 187185=test_date_new
[ 22/908] 187185=test_date_parse
[ 23/908] 187185=test_fiber
[ 24/908] 187186=test_array
[ 25/908] 187186=test_gem_commands_uninstall_command
[ 26/908] 187186=test_thread
[ 27/908] 187186=test_proc
[ 28/908] 187188=test_pkey_ec
[ 29/908] 187188=test_win32ole_variable
[ 30/908] 187188=test_rdoc_stats
[ 31/908] 187185=test_gem_commands_update_command
[ 32/908] 187188=test_gem_request_set_lockfile_parser
[ 33/908] 187186=test_time
[ 34/908] 187188=test_rdoc_code_object
[ 35/908] 187186=test_gem_source_subpath_problem
[ 36/908] 187186=test_human_typo
[ 37/908] 187186=test_enc_associate
[ 38/908] 187186=test_rdoc_markup
[ 39/908] 187186=test_rdoc_store
[ 40/908] 187185=regexp_test
[ 41/908] 187188=test_gem_resolver_vendor_set
[ 42/908] 187188=test_gem_package_old
[ 43/908] 187188=test_gem_commands_yank_command
[ 44/908] 187185=test_gem_dependency_resolution_error
[ 45/908] 187185=test_random_formatter
[ 46/908] 187188=test_system
[ 47/908] 187185=test_interned_str
[ 48/908] 187185=test_option
[ 49/908] 187185=test_tree_spell_checker
[ 50/908] 187185=newline_test
[ 51/908] 187185=test_zsh_completion
[ 52/908] 187185=test_sizeof
[ 53/908] 187188=test_cgi_util
[ 54/908] 187188=test_win32ole_method_event
[ 55/908] 187188=test_face
[ 56/908] 187188=test_gc_compact
[ 57/908] 187185=test_pipe
[ 58/908] 187185=test_ractor
[ 59/908] 187185=test_rdoc_markup_hard_break
[ 60/908] 187185=test_sleep
[ 61/908] 187185=test_data
[ 62/908] 187185=test_key_event_record
[ 63/908] 187185=test_getoptlong
[ 64/908] 187185=test_yield_block
[ 65/908] 187185=test_formatter
[ 66/908] 187185=test_reline
[ 67/908] 187185=test_date
[ 68/908] 187185=test_optarg
[ 69/908] 187185=test_bn
[ 70/908] 187185=test_gem_local_remote_options
[ 71/908] 187187=test_fileutils
[ 72/908] 187185=test_gem_ext_rake_builder
[ 73/908] 187187=test_exception
[ 74/908] 187187=test_cesu8
[ 75/908] 187187=test_method_cache
[ 76/908] 187187=test_gem_platform
[ 77/908] 187186=test_gem_commands_server_command
[ 78/908] 187186=test_row_separator
[ 79/908] 187186=test_require
[ 80/908] 187187=test_socket
[ 81/908] 187185=test_rdoc_markup_pre_process
[ 82/908] 187185=test_yaml_special_cases
[ 83/908] 187185=test_gem_source_list
[ 84/908] 187185=test_assignment
[ 85/908] 187187=test_rdoc_markup_parser
[ 86/908] 187187=test_features
[ 87/908] 187186=test_method
[ 88/908] 187187=test_method_name_check
[ 89/908] 187187=test_resize
[ 90/908] 187187=test_asn1
[ 91/908] 187187=!Nothing_to_test
[ 92/908] 187187=test_nil
[ 93/908] 187187=test_stream
[ 94/908] 187187=test_gem_gemcutter_utilities
[ 95/908] 187187=test_utf32
[ 96/908] 187187=test_rdoc_parser_rd
[ 97/908] 187187=test_complex
[ 98/908] 187187=test_quote_empty
[ 99/908] 187187=test_noarg
[100/908] 187187=test_io
[101/908] 187188=test_random
[102/908] 187188=test_rdoc_servlet
[103/908] 187188=test_set_len
[104/908] 187188=test_date_marshal
[105/908] 187188=test_gem_commands_unpack_command
[106/908] 187188=test_etc
[107/908] 187188=test_kernel
[108/908] 187185=test_rdoc_markup_to_label
[109/908] 187185=test_scalar_scanner
[110/908] 187185=test_encodings
[111/908] 187188=test_convertible
[112/908] 187185=test_array
[113/908] 187188=test_gem_uri_formatter
[114/908] 187188=test_pack
[115/908] 187188=test_ws
[116/908] 187188=test_weakmap
[117/908] 187186=test_date_time
[118/908] 187186=test_array_create
[119/908] 187186=test_mdns
[120/908] 187186=test_data_error
[121/908] 187186=test_condition
[122/908] 187186=test_cp949
[123/908] 187186=test_enumerator
[124/908] 187187=test_sprintf
[125/908] 187187=test_readpartial
[126/908] 187187=test_gem_source_fetch_problem
[127/908] 187187=test_sorted_set
[128/908] 187187=test_emoji
[129/908] 187187=test_unconverted_fields
[130/908] 187187=test_wss
[131/908] 187187=test_date_attr
[132/908] 187187=test_safe_load
[133/908] 187187=test_singleton
[134/908] 187187=test_debug
[135/908] 187187=test_gem_commands_dependency_command
[136/908] 187187=test_ractor_compatibility
[137/908] 187187=test_name_error
[138/908] 187187=test_gem_name_tuple
[139/908] 187187=test_framework
[140/908] 187187=test_function_entry
[141/908] 187187=test_http
[142/908] 187187=test_require_path_check
[143/908] 187187=test_data
[144/908] 187187=test_httpresponses
[145/908] 187187=test_webauthn_listener
[146/908] 187187=test_gem_security_signer
[147/908] 187187=test_gem_resolver_lock_specification
[148/908] 187187=test_c_struct_builder
[149/908] 187187=test_parser
[150/908] 187187=test_err_in_callback
[151/908] 187187=test_table
[152/908] 187187=test_prettyprint
[153/908] 187187=test_raise_exception
[154/908] 187187=test_getopts
[155/908] 187187=ripper_compat_test
[156/908] 187187=test_buffered_io
[157/908] 187187=test_date_strptime
[158/908] 187187=comments_test
[159/908] 187187=test_stringchar
[160/908] 187187=test_queue
[161/908] 187187=test_color_printer
[162/908] 187187=test_http_request
[163/908] 187187=test_gem_commands_build_command
[164/908] 187187=test_ractor
[165/908] 187187=test_severity
[166/908] 187187=test_integer
[167/908] 187187=test_find
[168/908] 187187=test_grapheme_breaks
[169/908] 187187=encoding_test
[170/908] 187187=test_ifunless
[171/908] 187187=test_gem_path_support
[172/908] 187187=test_gem_dependency_list
[173/908] 187188=test_rdoc_normal_module
[174/908] 187187=test_rdoc_markdown_test
[175/908] 187188=test_rdoc_markup_to_bs
[176/908] 187188=test_config
[177/908] 187188=test_cclass
[178/908] 187188=test_gem_commands_cert_command
[179/908] 187188=test_foreach
[180/908] 187188=test_rand
[181/908] 187188=test_gem_commands_signout_command
[182/908] 187188=test_summary
[183/908] 187188=test_backtrace
[184/908] 187185=test_files_sample
[185/908] 187185=test_capacity
[186/908] 187185=test_rdoc_task
[187/908] 187185=test_json_tree
[188/908] 187185=test_nextafter
[189/908] 187185=test_float
[190/908] 187187=test_emitter
[191/908] 187187=test_gem_bundler_version_finder
[192/908] 187187=test_gem_package_tar_writer
[193/908] 187188=test_utf16
[194/908] 187188=test_rinda
[195/908] 187187=test_kill_ring
[196/908] 187187=test_webauthn_listener_response
[197/908] 187187=test_scan_args
[198/908] 187187=test_rdoc_ri_paths
[199/908] 187187=test_forwardable
[200/908] 187187=test_stringify_symbols
[201/908] 187187=test_pp
[202/908] 187188=test_popen_deadlock
[203/908] 187187=test_omap
[204/908] 187187=test_key_name_check
[205/908] 187187=test_shellwords
[206/908] 187187=test_digest_extend
[207/908] 187188=test_delegation
[208/908] 187187=test_shapes
[209/908] 187187=locals_test
[210/908] 187188=test_pkcs12
[211/908] 187188=test_unicode_escape
[212/908] 187188=test_irb
[213/908] 187185=test_gem_update_suggestion
[214/908] 187185=test_string
[215/908] 187185=test_gem_commands_check_command
[216/908] 187185=test_raise
[217/908] 187185=test_rdoc_rdoc
[218/908] 187185=test_io_buffer
[219/908] 187185=test_gem_resolver_lock_set
[220/908] 187185=test_dns
[221/908] 187187=test_gem_commands_environment_command
[222/908] 187185=test_stringio
[223/908] 187187=test_erb_m17n
[224/908] 187185=test_bash_completion
[225/908] 187185=test_within_pipe
[226/908] 187185=test_rdoc_i18n_text
[227/908] 187185=test_singleton_function
[228/908] 187185=json_ext_parser_test
[229/908] 187187=test_enumerable
[230/908] 187185=test_beginendblock
[231/908] 187187=test_alias
[232/908] 187188=test_fnmatch
[233/908] 187187=parse_test
[234/908] 187188=test_windows_1252
[235/908] 187188=test_gem_request_set_lockfile_tokenizer
[236/908] 187188=test_rdoc_generator_darkfish
[237/908] 187185=test_gem_dependency
[238/908] 187185=test_comparable
[239/908] 187185=test_super
[240/908] 187188=test_rdoc_markup_to_html_snippet
[241/908] 187188=test_https_proxy
[242/908] 187188=test_defined
[243/908] 187188=test_io_timeout
[244/908] 187188=test_rdoc_comment
[245/908] 187188=test_at_exit
[246/908] 187188=test_column_separator
[247/908] 187188=test_win32ole_variant_outarg
[248/908] 187188=test_cgi_multipart
[249/908] 187188=test_gc
[250/908] 187185=test_base64
[251/908] 187185=test_files_test_2
[252/908] 187185=test_autoconf
[253/908] 187185=test_error_highlight
[254/908] 187185=parameters_signature_test
[255/908] 187185=test_rdoc_parser_changelog
[256/908] 187185=test_wait
[257/908] 187185=test_init
[258/908] 187185=test_converters
[259/908] 187185=test_file
[260/908] 187185=test_generic
[261/908] 187185=dispatcher_test
[262/908] 187185=test_eval_history
[263/908] 187185=test_files_ext
[264/908] 187185=test_euc_tw
[265/908] 187185=test_workspace
[266/908] 187185=test_debug_cmd
[267/908] 187185=test_egrep_cpp
[268/908] 187185=test_date_conv
[269/908] 187185=test_append
[270/908] 187185=test_win32ole_variant_m
[271/908] 187185=test_extlibs
[272/908] 187185=test_gb18030
[273/908] 187185=test_normalize
[274/908] 187185=test_string_processing
[275/908] 187185=test_key_actor_vi
[276/908] 187185=test_rubygems
[277/908] 187185=test_mailto
[278/908] 187185=test_gem_commands_open_command
[279/908] 187185=test_notimplement
[280/908] 187185=test_bug-3571
[281/908] 187185=test_syntax
[282/908] 187187=test_abbrev
[283/908] 187187=test_drbssl
[284/908] 187187=test_compile_prism
[285/908] 187187=test_reqarg
[286/908] 187187=test_instrumentation_api
[287/908] 187187=test_tempfile
[288/908] 187187=test_mul
[289/908] 187187=test_resource
[290/908] 187187=test_find_executable
[291/908] 187187=test_lazy_enumerator
[292/908] 187187=test_key_actor_emacs
[293/908] 187187=test_basicinstructions
[294/908] 187187=test_trace
[295/908] 187187=test_function
[296/908] 187187=test_rdoc_parser
[297/908] 187187=test_resolve_symbol
[298/908] 187187=test_arity
[299/908] 187187=json_encoding_test
[300/908] 187187=test_macro
[301/908] 187187=test_gem_package
[302/908] 187185=test_recorder
[303/908] 187185=test_ldap
[304/908] 187185=test_gem_doctor
[305/908] 187185=test_ripper
[306/908] 187185=test_force_quotes
[307/908] 187185=test_x509attr
[308/908] 187185=attribute_write_test
[309/908] 187185=test_nkf
[310/908] 187185=test_win32ole_variant
[311/908] 187185=test_change_word
[312/908] 187185=test_gem_commands_cleanup_command
[313/908] 187187=test_reline_key
[314/908] 187187=test_hmac
[315/908] 187187=test_pattern_key_name_check
[316/908] 187187=test_yamlstore
[317/908] 187187=test_gem_impossible_dependencies_error
[318/908] 187187=test_observer
[319/908] 187187=test_unicode_normalize
[320/908] 187186=test_liberal_parsing
[321/908] 187186=test_arith_seq_extract
[322/908] 187186=test_fd_setsize
[323/908] 187186=test_numeric
[324/908] 187186=test_autoload
[325/908] 187185=test_bug-5832
[326/908] 187185=test_win32ole_record
[327/908] 187185=test_digest
[328/908] 187185=test_yjit
[329/908] 187185=test_require
[330/908] 187185=test_rdoc_generator_pot_po_entry
[331/908] 187185=test_process
[332/908] 187186=test_m17n
[333/908] 187186=test_argf
[334/908] 187186=heredoc_dedent_test
[335/908] 187186=test_rdoc_text
[336/908] 187186=test_ubf_async_safe
[337/908] 187186=test_objectspace
[338/908] 187186=test_fiddle
[339/908] 187186=test_require_lib
[340/908] 187186=test_tsort
[341/908] 187186=test_integer_comb
[342/908] 187185=test_console_attr
[343/908] 187185=test_euc_kr
[344/908] 187185=test_ractor
[345/908] 187185=test_nesting_parser
[346/908] 187185=test_securerandom
[347/908] 187185=test_set
[348/908] 187185=test_kwargs
[349/908] 187185=test_io_wait
[350/908] 187185=test_frozen
[351/908] 187185=test_rdoc_rd_block_parser
[352/908] 187185=test_sleep
[353/908] 187185=test_rdoc_i18n_locale
[354/908] 187185=test_coderange
[355/908] 187185=test_configuration
[356/908] 187185=test_rdoc_method_attr
[357/908] 187185=test_rendering
[358/908] 187185=test_gem_resolver_dependency_request
[359/908] 187185=test_stream
[360/908] 187185=test_handle
[361/908] 187188=test_kdf
[362/908] 187188=test_gem_requirement
[363/908] 187188=test_io
[364/908] 187188=test_ns_spki
[365/908] 187188=test_serialize_subclasses
[366/908] 187188=test_rdoc_class_module
[367/908] 187185=test_hash
[368/908] 187187=test_file_exhaustive
[369/908] 187188=test_rdoc_parser_markdown
[370/908] 187188=test_show_source
[371/908] 187188=test_case_comprehensive
[372/908] 187186=json_common_interface_test
[373/908] 187186=test_x509store
[374/908] 187186=test_case_mapping
[375/908] 187186=test_psych
[376/908] 187186=test_each
[377/908] 187186=test_ractor
[378/908] 187186=test_delete
[379/908] 187186=test_case
[380/908] 187186=test_pty
[381/908] 187186=test_continuation
[382/908] 187186=test_libs
[383/908] 187186=test_gem_safe_marshal
[384/908] 187186=test_math
[385/908] 187186=test_rdoc_generator_markup
[386/908] 187186=test_gc
[387/908] 187186=test_placearg
[388/908] 187186=test_rdoc_alias
[389/908] 187186=test_gem_resolver_index_specification
[390/908] 187186=test_io_buffer
[391/908] 187186=test_scalar
[392/908] 187186=test_rdoc_generator_json_index
[393/908] 187186=test_m17n_comb
[394/908] 187185=test_webauthn_poller
[395/908] 187185=test_gem_command_manager
[396/908] 187185=test_did_you_mean
[397/908] 187185=test_files_test
[398/908] 187185=test_gem_commands_setup_command
[399/908] 187185=test_rdoc_rubygems_hook
[400/908] 187185=test_yjit_exit_locations
[401/908] 187185=test_gem_commands_push_command
[402/908] 187185=test_logdevice
[403/908] 187185=test_gem_config_file
[404/908] 187185=test_x509cert
[405/908] 187185=test_spell_checker
[406/908] 187185=test_config
[407/908] 187185=desugar_compiler_test
[408/908] 187185=test_gem_request_set_gem_dependency_api
[409/908] 187185=test_gem_security
[410/908] 187185=test_literal
[411/908] 187185=test_load
[412/908] 187185=test_udp
[413/908] 187185=test_string
[414/908] 187186=test_thread
[415/908] 187186=test_rdoc_markup_document
[416/908] 187186=test_emoji_breaks
[417/908] 187187=test_pkey
[418/908] 187187=test_type
[419/908] 187187=test_pkey_dh
[420/908] 187187=test_exception
[421/908] 187186=test_range
[422/908] 187186=test_ractor
[423/908] 187186=test_enumerator_kw
[424/908] 187186=test_bigdecimal_util
[425/908] 187186=test_invalid
[426/908] 187186=test_logperiod
[427/908] 187186=test_ts
[428/908] 187186=test_yaml_tree
[429/908] 187186=test_gem_resolver_activation_request
[430/908] 187186=test_locale
[431/908] 187186=test_rdoc_generator_ri
[432/908] 187186=test_class_name_check
[433/908] 187186=test_gem_stream_ui
[434/908] 187186=test_null
[435/908] 187186=test_rdoc_markdown
[436/908] 187186=test_ancdata
[437/908] 187186=test_recursion
[438/908] 187186=test_rdoc_encoding
[439/908] 187186=test_gem_commands_lock_command
[440/908] 187186=test_gem_resolver_git_set
[441/908] 187186=test_ractor
[442/908] 187186=test_rdoc_markup_to_html_crossref
[443/908] 187186=test_config
[444/908] 187186=test_rdoc_constant
[445/908] 187186=test_iseq
[446/908] 187186=test_deprecate
[447/908] 187186=test_yamldbm
[448/908] 187186=test_ractor
[449/908] 187186=test_lambda
[450/908] 187186=test_integer
[451/908] 187187=test_read
[452/908] 187187=test_gem_rdoc
[453/908] 187187=test_win32ole_param
[454/908] 187187=test_gem_ext_configure_builder
[455/908] 187187=test_protocol
[456/908] 187187=test_trick
[457/908] 187186=test_date_ractor
[458/908] 187186=test_rational
[459/908] 187186=test_syslog
[460/908] 187186=test_gem_gem_runner
[461/908] 187186=test_rdoc_parser_c
[462/908] 187186=test_ractor
[463/908] 187186=test_ssl
[464/908] 187186=json_fixtures_test
[465/908] 187186=test_rdoc_generator_pot
[466/908] 187186=test_ole_methods
[467/908] 187186=test_merge_keys
[468/908] 187186=test_mkmf
[469/908] 187186=test_rdoc_attr
[470/908] 187186=test_stringscanner
[471/908] 187186=test_scheduler
[472/908] 187186=test_rdoc_extend
[473/908] 187186=test_rdoc_tom_doc
[474/908] 187186=test_regexp
[475/908] 187187=test_marshal
[476/908] 187187=test_gem_install_update_options
[477/908] 187187=test_verbose
[478/908] 187187=test_threadgroup
[479/908] 187187=test_parser
[480/908] 187187=test_have_func
[481/908] 187187=test_addr
[482/908] 187187=test_cgi_core
[483/908] 187187=test_delegate
[484/908] 187187=test_gem
[485/908] 187187=test_rdoc_markup_heading
[486/908] 187187=test_bmethod
[487/908] 187187=test_boolean
[488/908] 187187=test_remote_fetch_error
[489/908] 187187=test_helper
[490/908] 187187=test_color
[491/908] 187187=test_rbconfig
[492/908] 187187=memsize_test
[493/908] 187187=test_gem_resolver_requirement_list
[494/908] 187187=ruby_api_test
[495/908] 187187=test_arith_seq_beg_len_step
[496/908] 187187=test_profile_frames
[497/908] 187187=test_gem_spec_fetcher
[498/908] 187187=test_gem_resolver_index_set
[499/908] 187187=test_member
[500/908] 187187=test_ipaddr
[501/908] 187187=test_gem_command
[502/908] 187187=test_jaro_winkler
[503/908] 187187=test_gem_commands_pristine_command
[504/908] 187187=test_optimization
[505/908] 187187=test_variable
[506/908] 187187=test_rdoc_markup_to_html
[507/908] 187187=test_common
[508/908] 187187=test_folderitem2_invokeverb
[509/908] 187187=test_time_tz
[510/908] 187187=test_bug-14834
[511/908] 187187=test_terminfo
[512/908] 187187=test_gem_source_specific_file
[513/908] 187187=location_test
[514/908] 187187=test_func
[515/908] 187185=test_rdoc_markup_formatter
[516/908] 187185=test_object
[517/908] 187185=test_nofree
[518/908] 187185=test_addrinfo
[519/908] 187185=test_c_struct_entry
[520/908] 187185=test_gem_source_vendor
[521/908] 187185=test_dir_m17n
[522/908] 187185=test_gem_commands_which_command
[523/908] 187185=test_history
[524/908] 187185=test_gem_source_installed
[525/908] 187185=test_gem_available_set
[526/908] 187185=test_process
[527/908] 187185=test_modify_expand
[528/908] 187185=test_dryrun
[529/908] 187185=test_default_gems
[530/908] 187185=test_gem_request_set_lockfile
[531/908] 187185=test_basicsocket
[532/908] 187185=test_rendering
[533/908] 187185=test_postponed_job
[534/908] 187185=test_path
[535/908] 187185=pattern_test
[536/908] 187185=test_string
[537/908] 187185=test_iterator
[538/908] 187185=test_buffering
[539/908] 187185=test_svcb_https
[540/908] 187185=test_date_strftime
[541/908] 187185=test_symbol
[542/908] 187185=test_euc_jp
[543/908] 187185=test_storage
[544/908] 187185=test_enc_raise
[545/908] 187185=test_rubyoptions
[546/908] 187185=test_gem_ext_builder
[547/908] 187185=test_x509ext
[548/908] 187185=test_flags
[549/908] 187185=test_pointer
[550/908] 187185=test_rdoc_token_stream
[551/908] 187185=test_name_error_extension
[552/908] 187185=test_pinned
[553/908] 187185=test_weakref
[554/908] 187185=test_path_to_class
[555/908] 187185=test_timeout
[556/908] 187185=test_general
[557/908] 187185=test_x509name
[558/908] 187185=test_gem_ext_ext_conf_builder
[559/908] 187185=compiler_test
[560/908] 187185=test_rdoc_single_class
[561/908] 187185=test_bug_reporter
[562/908] 187185=test_win32ole
[563/908] 187185=test_exit
[564/908] 187185=test_coder
[565/908] 187185=test_symbol
[566/908] 187187=test_nil2vtempty
[567/908] 187187=test_context
[568/908] 187187=test_type_completor
[569/908] 187187=test_regex_casefold
[570/908] 187187=test_unix
[571/908] 187187=test_gem_source_git
[572/908] 187187=test_drbobject
[573/908] 187187=test_gem_text
[574/908] 187187=test_settracefunc
[575/908] 187187=test_tcp
[576/908] 187187=test_gem_ext_cargo_builder_unit
[577/908] 187187=test_method_cache
[578/908] 187187=test_keyword
[579/908] 187185=test_rdoc_markup_to_markdown
[580/908] 187185=test_cgi_header
[581/908] 187185=test_tuplebag
[582/908] 187185=test_sprintf_comb
[583/908] 187187=test_gem_commands_info_command
[584/908] 187187=test_ossl
[585/908] 187185=test_gem_commands_mirror
[586/908] 187185=test_monitor
[587/908] 187185=test_whileuntil
[588/908] 187185=test_tree_builder
[589/908] 187185=test_ruby_lex
[590/908] 187187=test_protect
[591/908] 187187=test_scanner_events
[592/908] 187187=test_case
[593/908] 187187=test_bignum
[594/908] 187185=test_data_converters
[595/908] 187187=test_syslog_logger
[596/908] 187185=test_gem_request_set
[597/908] 187187=constant_path_node_test
[598/908] 187187=ractor_test
[599/908] 187187=test_gem_silent_ui
[600/908] 187187=test_abi
[601/908] 187187=test_line_editor
[602/908] 187187=test_object
[603/908] 187187=test_gem_commands_specification_command
[604/908] 187185=test_string_memory
[605/908] 187187=test_gem_resolver_vendor_specification
[606/908] 187187=test_gem_resolver_git_specification
[607/908] 187187=test_gem_source_local
[608/908] 187185=test_win32ole_param_event
[609/908] 187185=test_inputs_scanner
[610/908] 187185=test_rdoc_markup_include
[611/908] 187185=test_rat
[612/908] 187185=test_insns_leaf
[613/908] 187185=test_gem_resolver_local_specification
[614/908] 187185=test_ansi_with_terminfo
[615/908] 187185=test_parser_events
[616/908] 187185=test_gem_resolver_composed_set
[617/908] 187187=test_http
[618/908] 187185=json_generator_test
[619/908] 187185=test_rdoc_markup_attribute_manager
[620/908] 187185=test_thread_fd_close
[621/908] 187185=test_flush
[622/908] 187185=test_x509req
[623/908] 187185=test_gem_remote_fetcher
[624/908] 187185=test_koi8
[625/908] 187185=test_dln
[626/908] 187185=errors_test
[627/908] 187185=test_filter
[628/908] 187185=test_tmpdir
[629/908] 187186=test_vm_dump
[630/908] 187186=test_transcode
[631/908] 187185=test_win32ole_type
[632/908] 187185=test_pkg_config
[633/908] 187185=test_thread
[634/908] 187186=test_gem_package_tar_reader_entry
[635/908] 187186=test_str2big
[636/908] 187186=test_row
[637/908] 187186=test_rdoc_markup_to_joined_paragraph
[638/908] 187186=test_write
[639/908] 187186=test_store
[640/908] 187186=test_fips
[641/908] 187186=test_gem_security_policy
[642/908] 187186=test_internal_ivar
[643/908] 187186=test_rdoc_cross_reference
[644/908] 187186=test_helper
[645/908] 187186=test_tracepoint
[646/908] 187186=test_propertyputref
[647/908] 187186=test_gem_resolver_api_specification
[648/908] 187186=test_rdoc_markup_to_table_of_contents
[649/908] 187186=test_iso_8859
[650/908] 187186=test_gem_request
[651/908] 187186=test_gem_request_connection_pools
[652/908] 187186=test_refinement
[653/908] 187187=unescape_test
[654/908] 187185=test_drbunix
[655/908] 187187=test_numhash
[656/908] 187187=test_cgi_session
[657/908] 187187=test_open-uri
[658/908] 187185=test_pkey_rsa
[659/908] 187185=test_rdoc_parser_simple
[660/908] 187185=test_x509crl
[661/908] 187185=test_gem_validator
[662/908] 187185=test_rdoc_context
[663/908] 187187=test_sexp
[664/908] 187187=version_test
[665/908] 187187=test_closure
[666/908] 187186=test_rewind
[667/908] 187186=test_object_create_start
[668/908] 187186=test_erb
[669/908] 187186=test_gem_uri
[670/908] 187186=test_gem_commands_list_command
[671/908] 187186=test_digest
[672/908] 187186=test_gem_source_lock
[673/908] 187186=test_rdoc_markup_paragraph
[674/908] 187186=test_ocsp
[675/908] 187186=test_nonblock
[676/908] 187186=test_strip
[677/908] 187186=test_enumerator
[678/908] 187186=test_complexrational
[679/908] 187186=test_win32ole_event
[680/908] 187186=test_mutex
[681/908] 187185=test_env
[682/908] 187186=test_bigmath
[683/908] 187186=test_timeout
[684/908] 187186=test_struct
[685/908] 187186=test_gem_commands_fetch_command
[686/908] 187186=test_rdoc_any_method
[687/908] 187185=test_case_options
[688/908] 187185=test_bundled_ca
[689/908] 187185=test_io_m17n
[690/908] 187186=test_date_compat
[691/908] 187186=test_gem_commands_sources_command
[692/908] 187186=test_call
[693/908] 187185=test_big5
[694/908] 187185=test_my_integer
[695/908] 187185=test_big2str
[696/908] 187185=test_cmd
[697/908] 187186=test_yaml
[698/908] 187186=test_signal
[699/908] 187186=test_fixnum
[700/908] 187186=test_rdoc_options
[701/908] 187185=test_usrmarshal
[702/908] 187185=test_rdoc_markup_indented_paragraph
[703/908] 187185=test_gem_commands_search_command
[704/908] 187185=json_addition_test
[705/908] 187185=test_acl
[706/908] 187185=test_rdoc_include
[707/908] 187186=test_qsort
[708/908] 187186=test_uncorrectable_name_check
[709/908] 187186=test_logger
[710/908] 187186=test_cgi_tag_helper
[711/908] 187185=test_cmethod
[712/908] 187185=test_gem_resolver_api_set
[713/908] 187186=test_gem_stub_specification
[714/908] 187186=test_cgi_modruby
[715/908] 187186=test_gem_console_ui
[716/908] 187186=test_gem_commands_signin_command
[717/908] 187185=test_read_write
[718/908] 187186=test_printf
[719/908] 187185=test_gem_dependency_installer
[720/908] 187186=test_passing_block
[721/908] 187186=test_frozen_error
[722/908] 187186=test_gem_commands_help_command
[723/908] 187186=test_import
[724/908] 187187=test_stat
[725/908] 187187=json_generic_object_test
[726/908] 187187=test_to_ruby
[727/908] 187187=test_last_thread
[728/908] 187187=test_load
[729/908] 187187=test_thread_cv
[730/908] 187187=test_stack
[731/908] 187187=test_thread_queue
[732/908] 187185=test_install
[733/908] 187185=test_nowrite
[734/908] 187185=test_unicode
[735/908] 187185=test_gem_version
[736/908] 187185=test_depth_first
[737/908] 187185=test_set
[738/908] 187185=test_econv
[739/908] 187187=test_gem_commands_stale_command
[740/908] 187187=test_ellipsize
[741/908] 187187=test_c_union_entity
[742/908] 187185=test_cstr
[743/908] 187187=test_enum
[744/908] 187186=test_eval
[745/908] 187186=test_io_console
[746/908] 187186=test_gem_version_option
[747/908] 187186=test_rdoc_markup_verbatim
[748/908] 187186=test_inadvertent_creation
[749/908] 187186=test_object_references
[750/908] 187186=test_pair
[751/908] 187187=test_parse
[752/908] 187187=test_ssl_session
[753/908] 187187=test_files_lib
[754/908] 187186=test_pkey_dsa
[755/908] 187186=test_dir
[756/908] 187186=test_httpresponse
[757/908] 187186=test_alias_and_anchor
[758/908] 187186=test_rdoc_parser_ruby
[759/908] 187186=json_string_matching_test
[760/908] 187186=test_gem_resolver_best_set
[761/908] 187186=test_io_wait_uncommon
[762/908] 187186=test_lexer
[763/908] 187186=test_gem_ci_detector
[764/908] 187186=test_module
[765/908] 187185=test_rb_str_dup
[766/908] 187185=test_sockopt
[767/908] 187185=test_ssl
[768/908] 187186=test_const
[769/908] 187186=test_enc_str_buf_cat
[770/908] 187186=test_class
[771/908] 187185=test_encoding
[772/908] 187185=test_random
[773/908] 187185=test_marshalable
[774/908] 187185=test_acceptable
[775/908] 187185=test_too_many_dummy_encodings
[776/908] 187185=test_gem_commands_query_command
[777/908] 187187=test_constant
[778/908] 187185=test_gem_resolver_conflict
[779/908] 187185=test_gem_package_tar_reader
[780/908] 187185=test_rdoc_markup_to_ansi
[781/908] 187185=parse_comments_test
[782/908] 187185=test_encoding
[783/908] 187185=test_httpheader
[784/908] 187185=test_rdoc_ri_driver
[785/908] 187187=test_document
[786/908] 187187=test_gem_resolver
[787/908] 187187=test_ansi_without_terminfo
[788/908] 187187=test_rdoc_rd_inline_parser
[789/908] 187187=test_bigdecimal
[790/908] 187185=test_pathname
[791/908] 187185=test_have_macro
[792/908] 187185=test_primitive
[793/908] 187185=test_coverage
[794/908] 187185=test_rubyvm
[795/908] 187185=test_gem_source
[796/908] 187185=test_arithmetic_sequence
[797/908] 187185=test_project_sanity
[798/908] 187185=test_gem_package_tar_header
[799/908] 187185=test_benchmark
[800/908] 187185=test_date_arith
[801/908] 187185=test_rational2
[802/908] 187185=test_div
[803/908] 187185=test_completion
[804/908] 187185=test_ractor
[805/908] 187185=test_ensured
[806/908] 187185=test_signedness
[807/908] 187185=test_deprecated
[808/908] 187185=test_gem_util
[809/908] 187185=test_shift_jis
[810/908] 187185=test_gem_commands_outdated_command
[811/908] 187185=test_https
[812/908] 187185=test_evaluation
[813/908] 187185=test_skip_lines
[814/908] 187185=test_rdoc_context_section
[815/908] 187185=test_rdoc_markup_attributes
[816/908] 187185=test_assembler
[817/908] 187185=json_parser_test
[818/908] 187185=test_not
[819/908] 187185=test_emitter
[820/908] 187185=test_address_resolve
[821/908] 187185=test_read
[822/908] 187185=test_undef
[823/908] 187185=test_rdoc_require
[824/908] 187185=test_win32ole_method
[825/908] 187185=test_arity
[826/908] 187185=test_duplicate
[827/908] 187185=test_num2int
[828/908] 187185=test_gem_resolver_installed_specification
[829/908] 187185=test_flip
[830/908] 187185=test_iter_break
[831/908] 187185=test_memory_view
[832/908] 187185=test_weakkeymap
[833/908] 187187=test_gem_ext_cmake_builder
[834/908] 187187=test_gem_resolver_specification
[835/908] 187187=test_convert
[836/908] 187187=test_hash
[837/908] 187187=test_gem_installer
[838/908] 187185=test_rdoc_generator_pot_po
[839/908] 187185=test_input_method
[840/908] 187185=test_switch_hitter
[841/908] 187185=test_rdoc_normal_class
[842/908] 187185=test_header
[843/908] 187185=test_hash_create
[844/908] 187185=test_optparse
[845/908] 187185=test_gem_unsatisfiable_dependency_error
[846/908] 187185=test_win32ole_typelib
[847/908] 187185=test_external_new
[848/908] 187185=test_nomethod_error
[849/908] 187185=test_pattern_matching
[850/908] 187185=test_word
[851/908] 187185=test_have_library
[852/908] 187185=test_update
[853/908] 187185=test_numeric
[854/908] 187185=test_time
[855/908] 187185=test_gem_commands_exec_command
[856/908] 187185=test_gem_security_trust_dir
[857/908] 187185=test_variable_name_check
[858/908] 187185=magic_comment_test
[859/908] 187185=test_objspace
[860/908] 187187=test_dot_dot
[861/908] 187187=test_general
[862/908] 187187=test_engine
[863/908] 187187=test_len
[864/908] 187187=test_key_error
[865/908] 187187=test_clone
[866/908] 187187=test_require
[867/908] 187187=test_provider
[868/908] 187187=test_rdoc_markup_to_tt_only
[869/908] 187187=test_dup
[870/908] 187187=test_rdoc_markup_raw
[871/908] 187187=test_pkcs7
[872/908] 187187=bom_test
[873/908] 187187=test_file
[874/908] 187187=test_fstring
[875/908] 187187=test_cparser
[876/908] 187187=test_memory_view
[877/908] 187187=test_rdoc_rd_inline
[878/908] 187187=test_rdoc_rd
[879/908] 187187=test_win32ole_type_event
[880/908] 187187=test_config
[881/908] 187187=test_files_test_1
[882/908] 187187=test_typeddata
[883/908] 187187=test_yield
[884/908] 187187=test_history
[885/908] 187187=test_bigzero
[886/908] 187187=test_erb_command
[887/908] 187187=test_new
[888/908] 187187=test_cipher
[889/908] 187187=test_drb
[890/908] 187187=test_patterns
[891/908] 187187=test_class2name
[892/908] 187187=test_complex2
[893/908] 187187=test_windows_1251
[894/908] 187187=test_iseq_load
[895/908] 187187=test_rdoc_top_level
[896/908] 187187=test_metaclass
[897/908] 187187=test_class
[898/908] 187187=test_eval
[899/908] 187187=test_kconv
[900/908] 187187=test_quote_char_nil
[901/908] 187187=test_gem_commands_owner_command
[902/908] 187187=test_ostruct
[903/908] 187187=fuzzer_test
[904/908] 187187=test_pack
[905/908] 187187=test_gem_commands_install_command
[906/908] 187187=test_cgi_cookie
[907/908] 187187=test_ast
[908/908] 187186=test_struct
Finished tests in 10821.926599s, 2.4990 tests/s, 885.5476 assertions/s.
27044 tests, 9583331 assertions, 0 failures, 0 errors, 226 skips
ruby -v: ruby 3.4.0dev (2024-01-15T22:35:29Z master 6a1bf4cf1b) [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 = -O3 -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/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
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-gc-asserts/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
$ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-01-15T22:35:29Z master 6a1bf4cf1b) [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 613.131103 seconds
3728 files, 32492 examples, 143483 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.