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