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