# Logfile created on 2024-02-12 10:58:13 +0000 by logger.rb/v1.4.3 #<BuildRuby:0x00005649b31760d0 @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_gcc9", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_gcc9", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_gcc9", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_gcc9", @configure_opts=["CC=gcc-9"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk_gcc9.20240212-105813", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005649b320f410 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005649b320f280 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005649b320f0f0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_gcc9.20240212-105813", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_gcc9.20240212-105813>, @binmode=false, @mon_data=#<Monitor:0x00005649b320f028>, @mon_data_owner_object_id=860>>> $$$[beg] make update-unicode -j4 make: Nothing to be done for 'update-unicode'. $$$[end] "make update-unicode -j4" exit with 0. $$$[beg] make update-download -j4 tool/config.guess already exists tool/config.sub already exists Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk_gcc9/tool/ifchange /tmp/ruby/src/trunk_gcc9/.bundle/.timestamp/debug.revision - /tmp/ruby/src/trunk_gcc9/.bundle/.timestamp/debug.revision unchanged $$$[end] "make update-download -j4" exit with 0. $$$[beg] make update-rubyspec -j4 make: Nothing to be done for 'update-rubyspec'. $$$[end] "make update-rubyspec -j4" exit with 0. $$$[beg] make update-src -j4 From https://github.com/ruby/ruby 7fc89a9..39788e5 master -> origin/master Updating 7fc89a9..39788e5 Fast-forward common.mk | 2 +- spec/ruby/core/integer/coerce_spec.rb | 19 +- spec/ruby/core/module/prepend_spec.rb | 33 ++ spec/ruby/core/rational/coerce_spec.rb | 1 - spec/ruby/core/time/at_spec.rb | 10 +- spec/ruby/library/abbrev/abbrev_spec.rb | 47 ++- spec/ruby/library/base64/decode64_spec.rb | 41 +- spec/ruby/library/base64/encode64_spec.rb | 33 +- spec/ruby/library/base64/strict_decode64_spec.rb | 77 ++-- spec/ruby/library/base64/strict_encode64_spec.rb | 27 +- spec/ruby/library/base64/urlsafe_decode64_spec.rb | 27 +- spec/ruby/library/base64/urlsafe_encode64_spec.rb | 29 +- spec/ruby/library/bigdecimal/BigDecimal_spec.rb | 415 ++++++++++---------- spec/ruby/library/bigdecimal/abs_spec.rb | 89 +++-- spec/ruby/library/bigdecimal/add_spec.rb | 339 ++++++++--------- spec/ruby/library/bigdecimal/case_compare_spec.rb | 9 +- spec/ruby/library/bigdecimal/ceil_spec.rb | 187 +++++---- spec/ruby/library/bigdecimal/clone_spec.rb | 9 +- spec/ruby/library/bigdecimal/coerce_spec.rb | 43 +-- spec/ruby/library/bigdecimal/comparison_spec.rb | 137 ++++--- spec/ruby/library/bigdecimal/constants_spec.rb | 111 +++--- spec/ruby/library/bigdecimal/div_spec.rb | 185 +++++---- spec/ruby/library/bigdecimal/divide_spec.rb | 23 +- spec/ruby/library/bigdecimal/divmod_spec.rb | 293 +++++++------- spec/ruby/library/bigdecimal/double_fig_spec.rb | 13 +- spec/ruby/library/bigdecimal/dup_spec.rb | 9 +- spec/ruby/library/bigdecimal/eql_spec.rb | 9 +- spec/ruby/library/bigdecimal/equal_value_spec.rb | 9 +- spec/ruby/library/bigdecimal/exponent_spec.rb | 41 +- spec/ruby/library/bigdecimal/finite_spec.rb | 57 ++- spec/ruby/library/bigdecimal/fix_spec.rb | 99 +++-- spec/ruby/library/bigdecimal/floor_spec.rb | 169 ++++---- spec/ruby/library/bigdecimal/frac_spec.rb | 89 +++-- spec/ruby/library/bigdecimal/gt_spec.rb | 161 ++++---- spec/ruby/library/bigdecimal/gte_spec.rb | 169 ++++---- spec/ruby/library/bigdecimal/hash_spec.rb | 43 +-- spec/ruby/library/bigdecimal/infinite_spec.rb | 51 ++- spec/ruby/library/bigdecimal/inspect_spec.rb | 45 +-- spec/ruby/library/bigdecimal/limit_spec.rb | 89 +++-- spec/ruby/library/bigdecimal/lt_spec.rb | 161 ++++---- spec/ruby/library/bigdecimal/lte_spec.rb | 169 ++++---- spec/ruby/library/bigdecimal/minus_spec.rb | 109 +++--- spec/ruby/library/bigdecimal/mode_spec.rb | 61 ++- spec/ruby/library/bigdecimal/modulo_spec.rb | 19 +- spec/ruby/library/bigdecimal/mult_spec.rb | 49 ++- spec/ruby/library/bigdecimal/multiply_spec.rb | 63 ++- spec/ruby/library/bigdecimal/nan_spec.rb | 37 +- spec/ruby/library/bigdecimal/nonzero_spec.rb | 49 ++- spec/ruby/library/bigdecimal/plus_spec.rb | 93 +++-- spec/ruby/library/bigdecimal/power_spec.rb | 9 +- spec/ruby/library/bigdecimal/precs_spec.rb | 79 ++-- spec/ruby/library/bigdecimal/quo_spec.rb | 17 +- spec/ruby/library/bigdecimal/remainder_spec.rb | 161 ++++---- spec/ruby/library/bigdecimal/round_spec.rb | 423 ++++++++++----------- spec/ruby/library/bigdecimal/sign_spec.rb | 85 ++--- spec/ruby/library/bigdecimal/split_spec.rb | 149 ++++---- spec/ruby/library/bigdecimal/sqrt_spec.rb | 185 +++++---- spec/ruby/library/bigdecimal/sub_spec.rb | 115 +++--- spec/ruby/library/bigdecimal/to_d_spec.rb | 15 +- spec/ruby/library/bigdecimal/to_f_spec.rb | 103 +++-- spec/ruby/library/bigdecimal/to_i_spec.rb | 11 +- spec/ruby/library/bigdecimal/to_int_spec.rb | 11 +- spec/ruby/library/bigdecimal/to_r_spec.rb | 43 +-- spec/ruby/library/bigdecimal/to_s_spec.rb | 159 ++++---- spec/ruby/library/bigdecimal/truncate_spec.rb | 135 ++++--- spec/ruby/library/bigdecimal/uminus_spec.rb | 101 +++-- spec/ruby/library/bigdecimal/uplus_spec.rb | 29 +- spec/ruby/library/bigdecimal/util_spec.rb | 59 ++- spec/ruby/library/bigdecimal/zero_spec.rb | 45 +-- spec/ruby/library/bigmath/log_spec.rb | 15 +- .../csv/basicwriter/close_on_terminate_spec.rb | 9 +- .../library/csv/basicwriter/initialize_spec.rb | 9 +- .../ruby/library/csv/basicwriter/terminate_spec.rb | 9 +- spec/ruby/library/csv/cell/data_spec.rb | 9 +- spec/ruby/library/csv/cell/initialize_spec.rb | 9 +- spec/ruby/library/csv/foreach_spec.rb | 9 +- spec/ruby/library/csv/generate_line_spec.rb | 45 +-- spec/ruby/library/csv/generate_row_spec.rb | 9 +- spec/ruby/library/csv/generate_spec.rb | 47 ++- spec/ruby/library/csv/iobuf/close_spec.rb | 9 +- spec/ruby/library/csv/iobuf/initialize_spec.rb | 9 +- spec/ruby/library/csv/iobuf/read_spec.rb | 9 +- spec/ruby/library/csv/iobuf/terminate_spec.rb | 9 +- .../csv/ioreader/close_on_terminate_spec.rb | 9 +- spec/ruby/library/csv/ioreader/get_row_spec.rb | 9 +- spec/ruby/library/csv/ioreader/initialize_spec.rb | 9 +- spec/ruby/library/csv/ioreader/terminate_spec.rb | 9 +- spec/ruby/library/csv/liberal_parsing_spec.rb | 29 +- spec/ruby/library/csv/open_spec.rb | 9 +- spec/ruby/library/csv/parse_spec.rb | 181 +++++---- spec/ruby/library/csv/read_spec.rb | 9 +- spec/ruby/library/csv/readlines_spec.rb | 53 ++- spec/ruby/library/csv/streambuf/add_buf_spec.rb | 9 +- spec/ruby/library/csv/streambuf/buf_size_spec.rb | 9 +- spec/ruby/library/csv/streambuf/drop_spec.rb | 9 +- .../csv/streambuf/element_reference_spec.rb | 9 +- spec/ruby/library/csv/streambuf/get_spec.rb | 9 +- spec/ruby/library/csv/streambuf/idx_is_eos_spec.rb | 9 +- spec/ruby/library/csv/streambuf/initialize_spec.rb | 9 +- spec/ruby/library/csv/streambuf/is_eos_spec.rb | 9 +- spec/ruby/library/csv/streambuf/read_spec.rb | 9 +- spec/ruby/library/csv/streambuf/rel_buf_spec.rb | 9 +- spec/ruby/library/csv/streambuf/terminate_spec.rb | 9 +- spec/ruby/library/csv/stringreader/get_row_spec.rb | 9 +- .../library/csv/stringreader/initialize_spec.rb | 9 +- spec/ruby/library/csv/writer/add_row_spec.rb | 9 +- spec/ruby/library/csv/writer/append_spec.rb | 9 +- spec/ruby/library/csv/writer/close_spec.rb | 9 +- spec/ruby/library/csv/writer/create_spec.rb | 9 +- spec/ruby/library/csv/writer/generate_spec.rb | 9 +- spec/ruby/library/csv/writer/initialize_spec.rb | 9 +- spec/ruby/library/csv/writer/terminate_spec.rb | 9 +- spec/ruby/library/drb/start_service_spec.rb | 4 +- spec/ruby/library/getoptlong/each_option_spec.rb | 11 +- spec/ruby/library/getoptlong/each_spec.rb | 11 +- spec/ruby/library/getoptlong/error_message_spec.rb | 35 +- spec/ruby/library/getoptlong/get_option_spec.rb | 11 +- spec/ruby/library/getoptlong/get_spec.rb | 11 +- spec/ruby/library/getoptlong/initialize_spec.rb | 41 +- spec/ruby/library/getoptlong/ordering_spec.rb | 57 ++- spec/ruby/library/getoptlong/set_options_spec.rb | 151 ++++---- spec/ruby/library/getoptlong/terminate_spec.rb | 47 ++- spec/ruby/library/getoptlong/terminated_spec.rb | 23 +- spec/ruby/library/observer/add_observer_spec.rb | 35 +- spec/ruby/library/observer/count_observers_spec.rb | 37 +- spec/ruby/library/observer/delete_observer_spec.rb | 29 +- .../ruby/library/observer/delete_observers_spec.rb | 29 +- spec/ruby/library/observer/fixtures/classes.rb | 24 +- .../ruby/library/observer/notify_observers_spec.rb | 49 ++- spec/ruby/library/syslog/alert_spec.rb | 13 +- spec/ruby/library/syslog/close_spec.rb | 107 +++--- spec/ruby/library/syslog/constants_spec.rb | 57 ++- spec/ruby/library/syslog/crit_spec.rb | 13 +- spec/ruby/library/syslog/debug_spec.rb | 13 +- spec/ruby/library/syslog/emerg_spec.rb | 23 +- spec/ruby/library/syslog/err_spec.rb | 13 +- spec/ruby/library/syslog/facility_spec.rb | 87 ++--- spec/ruby/library/syslog/ident_spec.rb | 49 ++- spec/ruby/library/syslog/info_spec.rb | 13 +- spec/ruby/library/syslog/inspect_spec.rb | 57 ++- spec/ruby/library/syslog/instance_spec.rb | 15 +- spec/ruby/library/syslog/log_spec.rb | 85 ++--- spec/ruby/library/syslog/mask_spec.rb | 151 ++++---- spec/ruby/library/syslog/notice_spec.rb | 13 +- spec/ruby/library/syslog/open_spec.rb | 141 ++++--- spec/ruby/library/syslog/opened_spec.rb | 55 ++- spec/ruby/library/syslog/options_spec.rb | 87 ++--- spec/ruby/library/syslog/reopen_spec.rb | 13 +- spec/ruby/library/syslog/shared/log.rb | 66 ++-- spec/ruby/library/syslog/shared/reopen.rb | 64 ++-- spec/ruby/library/syslog/warning_spec.rb | 13 +- spec/ruby/optional/capi/ext/util_spec.c | 17 +- spec/ruby/shared/rational/coerce.rb | 13 +- 153 files changed, 4032 insertions(+), 4437 deletions(-) Latest commit hash = 39788e5888 $$$[end] "make update-src -j4" exit with 0. $$$[beg] make after-update -j4 sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk_gcc9/common.mk > uncommon.mk generating /tmp/ruby/src/trunk_gcc9/ext/ripper/eventids2table.c make[1]: Entering directory '/tmp/ruby/src/trunk_gcc9/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk_gcc9/ext/ripper' /tmp/ruby/src/trunk_gcc9/revision.h updated generating x86_64-linux-fake.rb x86_64-linux-fake.rb updated /bin/sh /tmp/ruby/src/trunk_gcc9/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp rbconfig.rb unchanged generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk_gcc9/tool/ifchange /tmp/ruby/src/trunk_gcc9/.bundle/.timestamp/debug.revision - /tmp/ruby/src/trunk_gcc9/.bundle/.timestamp/debug.revision unchanged $$$[end] "make after-update -j4" exit with 0. $$$[beg] make miniruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc-9 LD = ld LDSHARED = gcc-9 -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 XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc9/include -I/tmp/ruby/src/trunk_gcc9 -I/tmp/ruby/src/trunk_gcc9/prism -I/tmp/ruby/src/trunk_gcc9/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc9/yjit/target/release/' /tmp/ruby/src/trunk_gcc9/yjit/src/lib.rs gcc-9 (Ubuntu 9.5.0-1ubuntu1~22.04) 9.5.0 Copyright (C) 2019 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_gcc9/version.c linking miniruby $$$[end] "make miniruby -j4" exit with 0. $$$[beg] make ruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc-9 LD = ld LDSHARED = gcc-9 -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 XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc9/include -I/tmp/ruby/src/trunk_gcc9 -I/tmp/ruby/src/trunk_gcc9/prism -I/tmp/ruby/src/trunk_gcc9/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc9/yjit/target/release/' /tmp/ruby/src/trunk_gcc9/yjit/src/lib.rs gcc-9 (Ubuntu 9.5.0-1ubuntu1~22.04) 9.5.0 Copyright (C) 2019 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. creating verconf.h verconf.h updated compiling /tmp/ruby/src/trunk_gcc9/loadpath.c builtin_binary.inc updated 8b37765cb4356bfd4115c7ee2361f9641cf73ee48d001812446e248dcd2f8fa6 builtin_binary.inc compiling /tmp/ruby/src/trunk_gcc9/builtin.c linking static-library libruby-static.a linking ruby $$$[end] "make ruby -j4" exit with 0. $$$[beg] make all -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc-9 LD = ld LDSHARED = gcc-9 -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 XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc9/include -I/tmp/ruby/src/trunk_gcc9 -I/tmp/ruby/src/trunk_gcc9/prism -I/tmp/ruby/src/trunk_gcc9/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc9/yjit/target/release/' /tmp/ruby/src/trunk_gcc9/yjit/src/lib.rs gcc-9 (Ubuntu 9.5.0-1ubuntu1~22.04) 9.5.0 Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating encdb.h generating enc.mk encdb.h unchanged making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Nothing to be done for '/tmp/ruby/src/trunk_gcc9/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' making encs ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' $$$[end] "make all -j4" exit with 0. $$$[beg] make install -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc-9 LD = ld LDSHARED = gcc-9 -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 XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc9/include -I/tmp/ruby/src/trunk_gcc9 -I/tmp/ruby/src/trunk_gcc9/prism -I/tmp/ruby/src/trunk_gcc9/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc9/yjit/target/release/' /tmp/ruby/src/trunk_gcc9/yjit/src/lib.rs Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk_gcc9/tool/ifchange /tmp/ruby/src/trunk_gcc9/.bundle/.timestamp/debug.revision - generating encdb.h generating enc.mk gcc-9 (Ubuntu 9.5.0-1ubuntu1~22.04) 9.5.0 Copyright (C) 2019 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. /tmp/ruby/src/trunk_gcc9/.bundle/.timestamp/debug.revision unchanged encdb.h unchanged making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Nothing to be done for '/tmp/ruby/src/trunk_gcc9/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' making encs ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' ./miniruby -I/tmp/ruby/src/trunk_gcc9/lib -I. -I.ext/common /tmp/ruby/src/trunk_gcc9/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk_gcc9/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc Installing to installing binary commands: /tmp/ruby/install/trunk_gcc9/bin installing base libraries: /tmp/ruby/install/trunk_gcc9/lib installing arch files: /tmp/ruby/install/trunk_gcc9/lib/ruby/3.4.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk_gcc9/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk_gcc9/lib/ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk_gcc9/lib/ruby/site_ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk_gcc9/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk_gcc9/include/ruby-3.4.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk_gcc9/lib/ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk_gcc9/lib/ruby/site_ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk_gcc9/lib/ruby/vendor_ruby/3.4.0+0 installing extension headers: /tmp/ruby/install/trunk_gcc9/include/ruby-3.4.0+0/ruby installing command scripts: /tmp/ruby/install/trunk_gcc9/bin installing library scripts: /tmp/ruby/install/trunk_gcc9/lib/ruby/3.4.0+0 installing common headers: /tmp/ruby/install/trunk_gcc9/include/ruby-3.4.0+0 installing manpages: /tmp/ruby/install/trunk_gcc9/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk_gcc9/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_gcc9/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_gcc9/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_gcc9/lib/ruby/gems/3.4.0+0/cache $$$[end] "make install -j4" 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-9 LD = ld LDSHARED = gcc-9 -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 XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc9/include -I/tmp/ruby/src/trunk_gcc9 -I/tmp/ruby/src/trunk_gcc9/prism -I/tmp/ruby/src/trunk_gcc9/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc9/yjit/target/release/' /tmp/ruby/src/trunk_gcc9/yjit/src/lib.rs gcc-9 (Ubuntu 9.5.0-1ubuntu1~22.04) 9.5.0 Copyright (C) 2019 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_gcc9/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk_gcc9/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk_gcc9/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-9 LD = ld LDSHARED = gcc-9 -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 XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc9/include -I/tmp/ruby/src/trunk_gcc9 -I/tmp/ruby/src/trunk_gcc9/prism -I/tmp/ruby/src/trunk_gcc9/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc9/yjit/target/release/' /tmp/ruby/src/trunk_gcc9/yjit/src/lib.rs gcc-9 (Ubuntu 9.5.0-1ubuntu1~22.04) 9.5.0 Copyright (C) 2019 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_gcc9' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Nothing to be done for '/tmp/ruby/src/trunk_gcc9/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' making encs make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' Run options: --seed=16146 "--ruby=./miniruby -I/tmp/ruby/src/trunk_gcc9/lib -I. -I.ext/common /tmp/ruby/src/trunk_gcc9/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk_gcc9/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j4 --exclude=rubygems/test_gem_package_task\.rb # Running tests: [ 1/864] 326434=test_constant [ 2/864] 326433=test_basicsocket [ 3/864] 326433=test_sleep [ 4/864] 326436=test_win32ole_param [ 5/864] 326436=test_gem_commands_query_command [ 6/864] 326435=test_rdoc_rdoc [ 7/864] 326435=test_encoding [ 8/864] 326435=test_rdoc_require [ 9/864] 326435=test_gem_ext_ext_conf_builder [ 10/864] 326436=test_load [ 11/864] 326436=test_io_buffer [ 12/864] 326436=test_dir [ 13/864] 326436=json_parser_test [ 14/864] 326436=test_rdoc_markup_pre_process [ 15/864] 326436=test_path_to_class [ 16/864] 326436=test_ellipsize [ 17/864] 326436=test_gem_update_suggestion [ 18/864] 326436=test_asn1 [ 19/864] 326436=test_array_create [ 20/864] 326436=test_reqarg [ 21/864] 326436=test_gem_resolver_lock_set [ 22/864] 326436=test_resource [ 23/864] 326436=test_irb [ 24/864] 326435=test_date_strftime [ 25/864] 326436=test_div [ 26/864] 326436=test_deprecated [ 27/864] 326436=test_optparse [ 28/864] 326436=test_to_ruby [ 29/864] 326436=test_ssl [ 30/864] 326435=test_input_method [ 31/864] 326435=test_function [ 32/864] 326435=test_module [ 33/864] 326433=test_gem_source_local [ 34/864] 326433=test_gem_util [ 35/864] 326434=test_ipaddr [ 36/864] 326434=test_complex [ 37/864] 326434=test_case_comprehensive [ 38/864] 326433=test_gem_resolver_api_set [ 39/864] 326433=test_yamlstore [ 40/864] 326433=test_rubyvm [ 41/864] 326433=ripper_compat_test [ 42/864] 326433=test_rdoc_markup_to_html [ 43/864] 326433=test_raise_exception [ 44/864] 326433=attribute_write_test [ 45/864] 326433=test_rdoc_generator_pot [ 46/864] 326433=test_gem_commands_stale_command [ 47/864] 326433=test_gem_gem_runner [ 48/864] 326433=test_alias_and_anchor [ 49/864] 326433=test_date_conv [ 50/864] 326433=test_memory_view [ 51/864] 326433=test_egrep_cpp [ 52/864] 326433=test_logger [ 53/864] 326433=test_rdoc_markup_heading [ 54/864] 326433=test_provider [ 55/864] 326435=test_file_exhaustive [ 56/864] 326433=test_gbk [ 57/864] 326433=json_fixtures_test [ 58/864] 326433=test_rdoc_generator_pot_po_entry [ 59/864] 326433=test_windows_1252 [ 60/864] 326433=test_rdoc_parser_c [ 61/864] 326433=test_gem_commands_lock_command [ 62/864] 326433=test_sexp [ 63/864] 326433=test_import [ 64/864] 326433=test_rdoc_markup_indented_paragraph [ 65/864] 326433=test_gem_source_vendor [ 66/864] 326433=test_bug-3571 [ 67/864] 326433=test_ansi_with_terminfo [ 68/864] 326433=test_bmethod [ 69/864] 326433=test_pack [ 70/864] 326433=test_struct [ 71/864] 326433=test_gem_available_set [ 72/864] 326433=test_files_sample [ 73/864] 326433=test_modify_expand [ 74/864] 326433=test_gem_ext_configure_builder [ 75/864] 326433=test_len [ 76/864] 326433=test_mutex [ 77/864] 326433=test_comparable [ 78/864] 326433=test_have_library [ 79/864] 326436=test_range [ 80/864] 326433=test_tree_spell_checker [ 81/864] 326433=test_deprecate [ 82/864] 326433=test_gem_commands_fetch_command [ 83/864] 326435=test_rdoc_constant [ 84/864] 326435=test_timeout [ 85/864] 326435=test_rdoc_markup_formatter [ 86/864] 326435=test_io_timeout [ 87/864] 326435=test_ts [ 88/864] 326433=test_fixnum [ 89/864] 326433=test_signal [ 90/864] 326436=test_rdoc_encoding [ 91/864] 326436=test_locale [ 92/864] 326436=test_big5 [ 93/864] 326436=test_gem_commands_outdated_command [ 94/864] 326436=test_rdoc_markdown [ 95/864] 326435=test_objspace [ 96/864] 326436=regexp_test [ 97/864] 326436=heredoc_dedent_test [ 98/864] 326436=test_key_event_record [ 99/864] 326436=test_profile_frames [100/864] 326436=version_test [101/864] 326436=test_wait [102/864] 326436=test_unicode_escape [103/864] 326436=test_cgi_util [104/864] 326433=test_euc_tw [105/864] 326433=test_bug-5832 [106/864] 326433=test_wss [107/864] 326433=test_env [108/864] 326436=test_udp [109/864] 326436=test_rdoc_cross_reference [110/864] 326436=test_rdoc_options [111/864] 326436=test_require [112/864] 326436=test_set [113/864] 326436=test_gem_dependency_list [114/864] 326436=test_rdoc_text [115/864] 326436=test_gem_commands_update_command [116/864] 326436=test_alias [117/864] 326436=test_regex_casefold [118/864] 326436=test_rdoc_markup_attribute_manager [119/864] 326436=test_rdoc_include [120/864] 326436=test_rdoc_markup_to_html_crossref [121/864] 326436=test_gem_source_git [122/864] 326433=test_date_compat [123/864] 326433=test_io [124/864] 326436=test_gem_resolver_composed_set [125/864] 326436=test_rdoc_alias [126/864] 326436=test_gem_commands_owner_command [127/864] 326436=test_did_you_mean [128/864] 326436=test_io_buffer [129/864] 326436=test_argf [130/864] 326434=test_ast [131/864] 326436=test_history [132/864] 326436=test_m17n [133/864] 326436=test_yjit [134/864] 326435=test_gem_uri [135/864] 326435=test_complex2 [136/864] 326435=test_frozen_error [137/864] 326435=test_instrumentation_api [138/864] 326435=test_gem_package [139/864] 326435=test_dns [140/864] 326435=test_enumerator [141/864] 326435=test_etc [142/864] 326435=test_pkcs7 [143/864] 326435=test_config [144/864] 326435=test_hash [145/864] 326433=parser_test [146/864] 326433=test_emoji_breaks [147/864] 326436=test_rat [148/864] 326436=test_gem_package_tar_writer [149/864] 326436=test_lazy_enumerator [150/864] 326433=test_find_executable [151/864] 326433=test_super [152/864] 326436=locals_test [153/864] 326433=test_rendering [154/864] 326433=test_word [155/864] 326433=test_tmpdir [156/864] 326433=test_numeric [157/864] 326433=test_class2name [158/864] 326433=test_pkey_dh [159/864] 326435=test_stringify_symbols [160/864] 326435=test_class [161/864] 326435=test_rdoc_markup_include [162/864] 326435=test_gem_security [163/864] 326433=test_dup [164/864] 326436=test_gem_resolver_activation_request [165/864] 326436=test_gem_commands_specification_command [166/864] 326436=test_emitter [167/864] 326436=test_rdoc_generator_json_index [168/864] 326433=test_weakmap [169/864] 326436=test_gem_request_connection_pools [170/864] 326436=test_gem_resolver_specification [171/864] 326436=test_tree_builder [172/864] 326436=test_fileutils [173/864] 326436=test_protect [174/864] 326436=test_pty [175/864] 326436=test_rdoc_i18n_locale [176/864] 326436=test_marshalable [177/864] 326436=test_euc_kr [178/864] 326436=test_files_lib [179/864] 326435=test_gem_source_specific_file [180/864] 326435=test_https_proxy [181/864] 326435=test_gem_spec_fetcher [182/864] 326435=test_case [183/864] 326435=test_gem_request_set [184/864] 326435=constant_path_node_test [185/864] 326435=test_method_cache [186/864] 326435=test_kwargs [187/864] 326435=test_io_wait [188/864] 326435=test_m17n_comb [189/864] 326433=test_pathname [190/864] 326433=test_win32ole_variant_m [191/864] 326433=test_gc [192/864] 326433=test_coverage [193/864] 326436=test_math [194/864] 326436=test_libs [195/864] 326436=test_string_memory [196/864] 326436=test_gem_commands_unpack_command [197/864] 326436=test_sprintf [198/864] 326433=test_line_editor [199/864] 326433=test_rdoc_markup_to_table_of_contents [200/864] 326433=test_mailto [201/864] 326433=json_ext_parser_test [202/864] 326433=test_nowrite [203/864] 326433=test_gem_resolver_dependency_request [204/864] 326433=test_win32ole_variant_outarg [205/864] 326433=test_thread_queue [206/864] 326436=test_rdoc_parser_rd [207/864] 326436=test_uncorrectable_name_check [208/864] 326436=test_gem_commands_info_command [209/864] 326436=test_rdoc_normal_class [210/864] 326435=test_rdoc_parser_simple [211/864] 326435=test_gem_installer [212/864] 326436=test_gem_request_set_lockfile [213/864] 326436=test_postponed_job [214/864] 326436=test_ftp [215/864] 326436=test_case_mapping [216/864] 326436=test_ns_spki [217/864] 326436=test_gem_package_tar_reader_entry [218/864] 326436=test_enc_raise [219/864] 326436=test_rdoc_markup_to_html_snippet [220/864] 326436=test_not [221/864] 326436=test_propertyputref [222/864] 326436=test_gem_commands_server_command [223/864] 326436=test_pkey_dsa [224/864] 326436=test_arity [225/864] 326436=test_trace [226/864] 326436=test_exception [227/864] 326433=test_key_name_check [228/864] 326433=test_rdoc_method_attr [229/864] 326433=test_duplicate [230/864] 326433=test_cstr [231/864] 326436=test_gem_ext_builder [232/864] 326433=test_pattern_key_name_check [233/864] 326433=test_type_completor [234/864] 326433=test_gem_security_signer [235/864] 326433=test_gem_platform [236/864] 326433=test_rdoc_context_section [237/864] 326433=pattern_test [238/864] 326433=test_digest_extend [239/864] 326433=test_gem_ext_cargo_builder [240/864] 326433=test_optarg [241/864] 326433=test_string [242/864] 326433=test_iterator [243/864] 326433=test_proc [244/864] 326435=test_storage [245/864] 326435=test_rdoc_markup_to_ansi [246/864] 326435=test_win32ole_event [247/864] 326435=test_case [248/864] 326435=test_exception [249/864] 326435=test_zlib [250/864] 326436=test_io_wait_uncommon [251/864] 326436=test_array [252/864] 326433=test_gem_ci_detector [253/864] 326433=test_dir_m17n [254/864] 326433=test_gem_resolver_git_set [255/864] 326433=test_object [256/864] 326433=test_gem_commands_which_command [257/864] 326433=test_process [258/864] 326433=test_assignment [259/864] 326435=test_func [260/864] 326433=test_x509name [261/864] 326433=!Nothing_to_test [262/864] 326433=test_macro [263/864] 326433=test_pipe [264/864] 326433=test_win32ole_method_event [265/864] 326433=test_win32ole_typelib [266/864] 326433=test_gem_console_ui [267/864] 326433=test_gem_commands_sources_command [268/864] 326433=test_external_new [269/864] 326433=test_rbconfig [270/864] 326433=test_show_source [271/864] 326433=test_object_create_start [272/864] 326433=test_numeric [273/864] 326433=memsize_test [274/864] 326433=test_gem_text [275/864] 326433=test_settracefunc [276/864] 326433=test_ractor [277/864] 326433=test_win32ole [278/864] 326433=test_time [279/864] 326435=test_method_cache [280/864] 326435=json_generic_object_test [281/864] 326435=test_hmac [282/864] 326435=test_parser [283/864] 326433=test_sprintf_comb [284/864] 326436=test_rdoc_markup_paragraph [285/864] 326436=test_variable [286/864] 326435=test_gem_resolver_index_specification [287/864] 326435=test_kernel [288/864] 326433=test_too_many_dummy_encodings [289/864] 326436=test_qsort [290/864] 326436=test_buffered_io [291/864] 326433=test_config [292/864] 326436=test_gem_commands_list_command [293/864] 326436=test_gem_install_update_options [294/864] 326436=json_addition_test [295/864] 326436=test_object_references [296/864] 326436=test_backtrace [297/864] 326436=test_typeddata [298/864] 326435=test_rdoc_generator_darkfish [299/864] 326433=test_rdoc_rd_inline_parser [300/864] 326433=test_string [301/864] 326433=test_boolean [302/864] 326433=test_raise [303/864] 326433=test_find [304/864] 326436=test_date [305/864] 326436=test_cesu8 [306/864] 326436=test_iso_8859 [307/864] 326433=test_fnmatch [308/864] 326436=test_date_parse [309/864] 326433=library_symbols_test [310/864] 326433=test_rdoc_context [311/864] 326435=test_lambda [312/864] 326436=test_erb_m17n [313/864] 326436=test_delegate [314/864] 326436=test_open-uri [315/864] 326435=test_pkey_ec [316/864] 326435=test_cgi_tag_helper [317/864] 326435=test_rdoc_generator_ri [318/864] 326435=test_usrmarshal [319/864] 326435=test_gem_stream_ui [320/864] 326433=test_thread [321/864] 326433=test_shellwords [322/864] 326433=test_gem_request_set_lockfile_parser [323/864] 326433=test_utf32 [324/864] 326433=test_error_highlight [325/864] 326435=test_regexp [326/864] 326433=test_rdoc_stats [327/864] 326433=test_omap [328/864] 326433=test_rdoc_store [329/864] 326436=test_my_integer [330/864] 326436=test_pkey_rsa [331/864] 326433=test_flush [332/864] 326433=test_numhash [333/864] 326433=test_gem_dependency_resolution_error [334/864] 326433=test_defined [335/864] 326433=test_rational [336/864] 326433=test_noarg [337/864] 326433=test_random [338/864] 326433=test_helper [339/864] 326433=test_jaro_winkler [340/864] 326433=test_float [341/864] 326436=test_rb_str_dup [342/864] 326436=test_nil [343/864] 326436=test_scalar_scanner [344/864] 326436=test_gc_compact [345/864] 326433=test_rdoc_code_object [346/864] 326433=test_gem_impossible_dependencies_error [347/864] 326433=test_iseq_load [348/864] 326434=test_gem_commands_help_command [349/864] 326434=test_gem_source_installed [350/864] 326434=test_random_formatter [351/864] 326434=test_enumerator_kw [352/864] 326434=test_addr [353/864] 326434=test_gem_source_lock [354/864] 326434=test_depth_first [355/864] 326433=test_yamldbm [356/864] 326433=test_severity [357/864] 326433=test_gem_commands_exec_command [358/864] 326434=test_gem_resolver_git_specification [359/864] 326434=test_ractor [360/864] 326434=test_set_len [361/864] 326434=test_rdoc_generator_pot_po [362/864] 326436=test_fiber [363/864] 326434=test_capacity [364/864] 326434=test_trick [365/864] 326433=test_win32ole_type [366/864] 326433=test_nextafter [367/864] 326433=test_rdoc_tom_doc [368/864] 326433=test_singleton [369/864] 326433=test_gem_command_manager [370/864] 326433=test_date_ractor [371/864] 326433=test_cp949 [372/864] 326433=test_ensured [373/864] 326433=test_condition [374/864] 326433=test_thread [375/864] 326434=test_emoji [376/864] 326434=test_rdoc_i18n_text [377/864] 326434=test_sorted_set [378/864] 326434=test_verbose [379/864] 326434=test_integer [380/864] 326434=test_cclass [381/864] 326434=test_project_sanity [382/864] 326434=test_date_attr [383/864] 326434=test_scalar [384/864] 326434=test_pack [385/864] 326434=test_gem_ext_cargo_builder_link_flag_converter [386/864] 326434=test_json_tree [387/864] 326434=test_literal [388/864] 326434=test_koi8 [389/864] 326434=test_framework [390/864] 326434=test_win32ole_param_event [391/864] 326434=test_gem_validator [392/864] 326434=test_threadgroup [393/864] 326434=test_filter [394/864] 326434=test_extlibs [395/864] 326436=test_dot_dot [396/864] 326436=test_thread [397/864] 326436=test_scan_args [398/864] 326436=test_gem_gemcutter_utilities [399/864] 326436=test_files_test_2 [400/864] 326436=test_rdoc_markup_hard_break [401/864] 326436=test_data [402/864] 326436=test_ractor [403/864] 326436=test_gem_rdoc [404/864] 326436=test_memory_view [405/864] 326436=test_gem_commands_pristine_command [406/864] 326434=test_gem_unsatisfiable_dependency_error [407/864] 326434=test_http [408/864] 326436=comments_test [409/864] 326436=test_pkey [410/864] 326436=test_option [411/864] 326436=test_merge_keys [412/864] 326436=test_tracer [413/864] 326436=test_gem_dependency_installer [414/864] 326433=test_arith_seq_beg_len_step [415/864] 326433=test_rdoc_extend [416/864] 326433=test_gem_resolver_requirement_list [417/864] 326433=test_rand [418/864] 326433=test_arity [419/864] 326433=test_process [420/864] 326436=encoding_test [421/864] 326436=test_date_time [422/864] 326436=test_rdoc_markup_verbatim [423/864] 326436=test_gem_commands_install_command [424/864] 326434=test_gem_resolver_installed_specification [425/864] 326434=test_key_actor_vi [426/864] 326436=test_default_gems [427/864] 326434=test_gc [428/864] 326435=test_rdoc_single_class [429/864] 326435=test_enumerator [430/864] 326436=test_buffering [431/864] 326436=test_svcb_https [432/864] 326436=test_gem_resolver_api_specification [433/864] 326436=test_hash_create [434/864] 326436=test_rdoc_token_stream [435/864] 326436=test_safe_load [436/864] 326436=test_securerandom [437/864] 326436=test_unix [438/864] 326436=test_switch_hitter [439/864] 326436=test_bn [440/864] 326436=test_inadvertent_creation [441/864] 326436=test_rdoc_task [442/864] 326436=test_win32ole_method [443/864] 326436=test_name_error [444/864] 326436=test_context [445/864] 326436=test_gem_commands_dependency_command [446/864] 326436=test_coder [447/864] 326436=test_backtrace [448/864] 326436=test_symbol [449/864] 326434=ractor_test [450/864] 326434=test_gem_resolver_vendor_set [451/864] 326434=test_exit [452/864] 326434=test_bignum [453/864] 326434=test_utf16 [454/864] 326434=test_class_name_check [455/864] 326434=test_gem_ext_cargo_builder_unit [456/864] 326434=test_http_request [457/864] 326434=test_gem_doctor [458/864] 326434=test_gem_resolver_lock_specification [459/864] 326434=test_rubyoptions [460/864] 326435=test_optimization [461/864] 326436=test_gem_silent_ui [462/864] 326436=test_stream [463/864] 326436=json_string_matching_test [464/864] 326436=test_function_entry [465/864] 326436=test_arithmetic_sequence [466/864] 326436=test_dryrun [467/864] 326436=test_stringchar [468/864] 326436=test_pinned [469/864] 326436=test_pkcs12 [470/864] 326433=test_shift_jis [471/864] 326433=test_gem_commands_environment_command [472/864] 326433=test_pp [473/864] 326433=test_io_console [474/864] 326436=test_folderitem2_invokeverb [475/864] 326436=test_ldap [476/864] 326436=test_basicinstructions [477/864] 326436=test_closure [478/864] 326436=test_key_actor_emacs [479/864] 326436=test_change_word [480/864] 326436=test_digest [481/864] 326436=test_c_union_entity [482/864] 326436=test_gem_resolver_index_set [483/864] 326436=test_autoload [484/864] 326433=test_call [485/864] 326433=test_rdoc_markup_attributes [486/864] 326433=test_enc_associate [487/864] 326433=test_gem_source_fetch_problem [488/864] 326433=test_objectspace [489/864] 326433=test_last_thread [490/864] 326433=test_eval [491/864] 326433=test_bigzero [492/864] 326433=test_normalize [493/864] 326433=test_tsort [494/864] 326433=test_time_tz [495/864] 326433=test_require_lib [496/864] 326435=test_ractor_compatibility [497/864] 326435=test_x509store [498/864] 326435=test_ripper [499/864] 326434=test_syntax [500/864] 326435=test_gem_specification [501/864] 326433=test_hash [502/864] 326433=test_fstring [503/864] 326433=test_yaml_special_cases [504/864] 326433=test_gem_source_list [505/864] 326433=test_rdoc_markup_raw [506/864] 326433=test_fd_setsize [507/864] 326433=test_integer_comb [508/864] 326435=test_win32ole_variable [509/864] 326435=test_gem_resolver [510/864] 326435=test_mixed_unicode_escapes [511/864] 326435=test_cmethod [512/864] 326435=test_resize [513/864] 326435=test_zsh_completion [514/864] 326435=test_symbol [515/864] 326435=test_exception_at_throwing [516/864] 326435=test_rdoc_parser_ruby [517/864] 326436=test_httpresponse [518/864] 326433=test_undef [519/864] 326433=test_gem_resolver_local_specification [520/864] 326436=test_tempfile [521/864] 326433=test_method_name_check [522/864] 326433=test_have_macro [523/864] 326436=test_rdoc_markup_parser [524/864] 326435=test_case_options [525/864] 326435=test_enum [526/864] 326436=test_thread_cv [527/864] 326433=test_gem_path_support [528/864] 326436=test_rdoc_markup_to_joined_paragraph [529/864] 326436=test_rdoc_markup_to_tt_only [530/864] 326433=test_yield [531/864] 326436=test_enumerable [532/864] 326436=test_unicode [533/864] 326436=test_debug_cmd [534/864] 326436=test_workspace [535/864] 326436=test_nonblock [536/864] 326436=json_generator_test [537/864] 326436=test_time [538/864] 326436=parse_test [539/864] 326435=test_gem_package_old [540/864] 326435=test_type [541/864] 326435=test_file [542/864] 326435=test_clone [543/864] 326435=test_integer [544/864] 326433=test_init [545/864] 326433=test_continuation [546/864] 326433=test_gem_resolver_conflict [547/864] 326433=test_marshal [548/864] 326436=test_delete [549/864] 326436=test_human_typo [550/864] 326436=test_logperiod [551/864] 326436=test_sockopt [552/864] 326436=test_ractor [553/864] 326435=test_gem_uninstaller [554/864] 326436=test_pstore [555/864] 326436=test_placearg [556/864] 326436=test_weakref [557/864] 326436=test_gem_commands_yank_command [558/864] 326433=test_encoding [559/864] 326433=test_ssl [560/864] 326436=test_timeout [561/864] 326434=test_logdevice [562/864] 326435=test_gem [563/864] 326436=test_x509cert [564/864] 326433=test_document [565/864] 326433=test_gem_resolver_best_set [566/864] 326433=test_gem_commands_check_command [567/864] 326433=test_cgi_modruby [568/864] 326433=test_rdoc_markup_to_rdoc [569/864] 326433=test_generic [570/864] 326433=test_parser [571/864] 326436=test_cgi_core [572/864] 326436=test_files_test [573/864] 326436=test_primitive [574/864] 326433=test_stat [575/864] 326436=parse_comments_test [576/864] 326436=test_rdoc_comment [577/864] 326433=test_gem_name_tuple [578/864] 326433=test_thread_fd_close [579/864] 326436=test_rational2 [580/864] 326433=test_rdoc_ri_paths [581/864] 326436=test_update [582/864] 326436=test_autoconf [583/864] 326436=test_completion [584/864] 326433=test_name_error_extension [585/864] 326433=test_cgi_multipart [586/864] 326433=test_evaluation [587/864] 326433=test_gem_commands_cert_command [588/864] 326434=test_https [589/864] 326436=test_pattern_matching [590/864] 326436=test_webauthn_listener Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 41489> Multiple autoclose IO objects for a file descriptor in: WebauthnListenerTest#test_wait_for_otp_code_options_request: #<IO:<STDOUT>> #<IO:fd 1>(autoclose) #<IO:fd 1>(autoclose) Multiple autoclose IO objects for a file descriptor in: WebauthnListenerTest#test_wait_for_otp_code_options_request: #<IO:<STDIN>> #<IO:fd 0>(autoclose) #<IO:fd 0>(autoclose) [591/864] 326436=test_to_ary_concat [592/864] 326434=errors_test [593/864] 326435=test_load [594/864] 326435=test_vm_dump [595/864] 326435=test_helper [596/864] 326435=test_gem_ext_cmake_builder [597/864] 326435=test_data_error [598/864] 326434=test_erb_command [599/864] 326435=test_passing_block [600/864] 326435=test_eval_history [601/864] 326435=dispatcher_test [602/864] 326435=test_string [603/864] 326434=test_stringio [604/864] 326434=test_files_ext [605/864] 326434=test_fips [606/864] 326433=test_gem_commands_setup_command [607/864] 326434=test_grapheme_breaks [608/864] 326434=test_gem_security_policy [609/864] 326434=test_at_exit [610/864] 326434=test_yaml [611/864] 326434=test_require_path_check [612/864] 326434=test_c_struct_builder [613/864] 326433=test_interned_str [614/864] 326433=test_ostruct [615/864] 326433=desugar_compiler_test [616/864] 326433=test_gem_uri_formatter [617/864] 326433=test_gem_version [618/864] 326434=test_flip [619/864] 326434=test_gem_resolver_vendor_specification [620/864] 326434=test_windows_1251 [621/864] 326434=test_io [622/864] 326433=test_member [623/864] 326433=test_bug_reporter [624/864] 326434=test_force_exit [625/864] 326433=test_coderange [626/864] 326433=test_file [627/864] 326434=bom_test [628/864] 326434=test_date_arith [629/864] 326434=format_errors_test [630/864] 326434=test_gem_local_remote_options [631/864] 326434=test_parse [632/864] 326434=test_err_in_callback [633/864] 326434=test_ractor Closed file descriptor: TestConcatStress#test_concat: 11 [634/864] 326436=test_rdoc_markup_to_markdown [635/864] 326436=test_mul [636/864] 326434=test_key_error [637/864] 326436=test_gem_version_option [638/864] 326434=test_engine [639/864] 326434=test_rdoc_markdown_test [640/864] 326436=test_rdoc_normal_module [641/864] 326436=test_signedness [642/864] 326434=test_unicode_normalize [643/864] 326433=test_stack [644/864] 326433=test_gb18030 [645/864] 326433=test_keyword [646/864] 326434=test_handle [647/864] 326433=test_cparser [648/864] 326436=test_reline_key [649/864] 326436=test_big2str [650/864] 326436=test_frozen [651/864] 326436=test_config [652/864] 326436=test_econv [653/864] 326434=test_date_strptime [654/864] 326434=test_nofree [655/864] 326434=test_eval [656/864] 326434=test_rdoc_any_method [657/864] 326436=test_cipher [658/864] 326436=test_gem_commands_signout_command [659/864] 326436=test_complexrational [660/864] 326436=test_new [661/864] 326436=test_ossl [662/864] 326434=test_ws [663/864] 326434=test_kdf [664/864] 326434=test_rdoc_markup_to_label [665/864] 326434=test_rdoc_class_module [666/864] 326433=test_rubygems [667/864] 326433=test_ruby_lex [668/864] 326433=test_digest [669/864] 326434=test_weakkeymap [670/864] 326433=test_psych [671/864] 326433=test_gem_commands_mirror [672/864] 326433=test_address_resolve [673/864] 326434=test_rdoc_parser [674/864] 326433=test_metaclass [675/864] 326434=test_object [676/864] 326433=test_const [677/864] 326434=test_class [678/864] 326433=test_iter_break [679/864] 326433=test_fiddle [680/864] 326433=test_num2int [681/864] 326433=test_x509attr [682/864] 326433=test_cgi_cookie [683/864] 326433=test_ractor [684/864] 326433=test_rdoc_rd_block_parser [685/864] 326433=test_benchmark [686/864] 326433=test_readpartial [687/864] 326433=json_encoding_test [688/864] 326433=test_gem_request [689/864] 326433=test_ancdata [690/864] 326433=test_gem_source [691/864] 326433=test_c_struct_entry [692/864] 326433=test_install [693/864] 326433=test_gem_commands_open_command [694/864] 326433=test_tcp [695/864] 326433=test_bug-14834 [696/864] 326436=test_pair [697/864] 326433=test_method [698/864] 326434=test_flags [699/864] 326434=test_gem_request_set_lockfile_tokenizer [700/864] 326434=test_ractor [701/864] 326434=test_terminfo [702/864] 326434=test_convertible [703/864] 326436=test_iseq [704/864] 326436=test_color_printer [705/864] 326436=test_yield_block [706/864] 326436=parameters_signature_test [707/864] 326436=test_rdoc_parser_changelog [708/864] 326436=test_addrinfo [709/864] 326436=test_assembler [710/864] 326436=test_notimplement [711/864] 326436=test_rdoc_parser_markdown [712/864] 326436=test_getopts [713/864] 326436=test_lexer [714/864] 326436=test_random [715/864] 326436=test_gem_commands_uninstall_command [716/864] 326436=test_str2big [717/864] 326436=test_rdoc_attr [718/864] 326436=test_socket [719/864] 326436=test_ansi_without_terminfo [720/864] 326436=test_parser_events [721/864] 326436=test_have_func [722/864] 326433=test_reline [723/864] 326436=test_euc_jp [724/864] 326436=test_enc_str_buf_cat [725/864] 326436=test_debug [726/864] 326436=test_compile_prism [727/864] 326433=test_gem_package_tar_reader [728/864] 326433=test_gem_dependency [729/864] 326433=test_mkmf [730/864] 326433=test_string_processing [731/864] 326433=ruby_api_test [732/864] 326433=test_pack [733/864] 326433=test_gem_commands_cleanup_command [734/864] 326436=test_ocsp [735/864] 326436=test_foreach [736/864] 326436=test_recursion [737/864] 326436=test_nomethod_error [738/864] 326436=test_summary [739/864] 326436=test_ractor [740/864] 326436=magic_comment_test [741/864] 326436=test_protocol [742/864] 326433=test_array [743/864] 326433=test_gem_ext_rake_builder [744/864] 326436=test_io_m17n [745/864] 326435=test_append [746/864] 326435=test_gem_source_subpath_problem [747/864] 326435=test_gem_remote_fetcher [748/864] 326433=location_test [749/864] 326433=test_color [750/864] 326433=test_gem_safe_marshal [751/864] 326434=test_files_test_1 [752/864] 326434=test_rdoc_rd_inline [753/864] 326434=newline_test [754/864] 326434=test_system [755/864] 326433=test_nil2vtempty [756/864] 326433=test_path [757/864] 326433=test_history [758/864] 326433=test_bash_completion [759/864] 326433=test_rdoc_top_level [760/864] 326436=test_date_new [761/864] 326436=test_scheduler [762/864] 326433=test_store [763/864] 326436=test_gem_resolver_installer_set [764/864] 326433=test_printf [765/864] 326433=test_internal_ivar [766/864] 326433=test_kill_ring [767/864] 326433=test_tracepoint [768/864] 326436=test_sleep [769/864] 326434=test_recorder [770/864] 326434=test_beginendblock [771/864] 326433=test_rdoc_markup_document [772/864] 326433=test_gem_stub_specification [773/864] 326433=test_stringscanner [774/864] 326433=test_within_pipe [775/864] 326433=test_face [776/864] 326433=test_sizeof [777/864] 326436=test_yaml_tree [778/864] 326436=test_popen_deadlock [779/864] 326434=test_singleton_function [780/864] 326434=test_pointer [781/864] 326436=test_insns_leaf [782/864] 326436=test_gem_security_trust_dir [783/864] 326436=json_common_interface_test [784/864] 326436=test_rdoc_markup_to_bs [785/864] 326436=compiler_test [786/864] 326436=test_gem_commands_search_command [787/864] 326436=test_win32ole_type_event [788/864] 326436=test_x509req [789/864] 326435=test_gem_commands_signin_command [790/864] 326436=test_rdoc_rd [791/864] 326436=test_emitter [792/864] 326435=test_dln [793/864] 326435=test_gem_bundler_version_finder [794/864] 326436=test_null [795/864] 326436=test_inlinecache [796/864] 326435=test_yjit_exit_locations [797/864] 326436=test_require [798/864] 326435=test_open3 [799/864] 326434=test_pkg_config [800/864] 326434=test_cgi_header [801/864] 326434=test_data [802/864] 326434=test_serialize_subclasses [803/864] 326434=test_gem_config_file [804/864] 326434=test_webauthn_listener_response [805/864] 326434=test_bundled_ca [806/864] 326434=test_webauthn_poller [807/864] 326433=test_forwardable [808/864] 326433=test_config [809/864] 326434=test_remote_fetch_error [810/864] 326433=test_gem_commands_push_command [811/864] 326434=test_abi [812/864] 326435=test_set [813/864] 326434=test_struct [814/864] 326434=test_gem_commands_build_command [815/864] 326435=test_shapes [816/864] 326435=test_key_stroke [817/864] 326435=test_rdoc_markup [818/864] 326435=test_refinement [819/864] 326434=fuzzer_test [820/864] 326434=test_x509crl [821/864] 326433=test_cgi_session [822/864] 326433=test_ifunless [823/864] 326433=test_gem_command [824/864] 326433=test_x509ext [825/864] 326436=test_stream [826/864] 326436=test_cmd [827/864] 326434=test_http [828/864] 326434=test_gem_package_tar_header [829/864] 326433=test_require [830/864] 326434=test_configuration [831/864] 326434=test_ole_methods [832/864] 326434=test_gem_requirement [833/864] 326434=test_rdoc_servlet [834/864] 326434=test_spell_checker [835/864] 326434=test_transcode [836/864] 326436=test_formatter [837/864] 326436=test_ssl_session [838/864] 326434=test_common [839/864] 326434=test_mdns [840/864] 326434=test_date_marshal [841/864] 326434=test_monitor [842/864] 326434=test_gem_request_set_gem_dependency_api [843/864] 326433=test_erb [844/864] 326433=test_win32ole_variant [845/864] 326433=test_whileuntil [846/864] 326433=test_acceptable [847/864] 326433=test_gem_commands_contents_command [848/864] 326433=test_rdoc_ri_driver [849/864] 326436=test_httpheader [850/864] 326436=test_arith_seq_extract [851/864] 326434=test_resolve_symbol [852/864] 326434=test_variable_name_check [853/864] 326436=test_console_attr [854/864] 326436=unescape_test [855/864] 326434=test_rendering [856/864] 326434=test_queue [857/864] 326434=test_win32ole_record [858/864] 326434=test_httpresponses [859/864] 326434=test_rdoc_rubygems_hook [860/864] 326434=test_scanner_events [861/864] 326434=test_nesting_parser [862/864] 326434=test_ubf_async_safe [863/864] 326433=test_rdoc_generator_markup [864/864] 326433=test_prettyprint Retrying... Finished tests in 330.430079s, 75.9677 tests/s, 28635.3834 assertions/s. 25102 tests, 9461992 assertions, 0 failures, 0 errors, 230 skips ruby -v: ruby 3.4.0dev (2024-02-12T10:33:19Z master 39788e5888) [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-9 LD = ld LDSHARED = gcc-9 -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 XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc9/include -I/tmp/ruby/src/trunk_gcc9 -I/tmp/ruby/src/trunk_gcc9/prism -I/tmp/ruby/src/trunk_gcc9/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc9/yjit/target/release/' /tmp/ruby/src/trunk_gcc9/yjit/src/lib.rs gcc-9 (Ubuntu 9.5.0-1ubuntu1~22.04) 9.5.0 Copyright (C) 2019 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_gcc9' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Nothing to be done for '/tmp/ruby/src/trunk_gcc9/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' making encs make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9' Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk_gcc9/tool/ifchange /tmp/ruby/src/trunk_gcc9/.bundle/.timestamp/debug.revision - /tmp/ruby/src/trunk_gcc9/.bundle/.timestamp/debug.revision unchanged $ /tmp/ruby/build/trunk_gcc9/miniruby -I/tmp/ruby/src/trunk_gcc9/lib /tmp/ruby/src/trunk_gcc9/tool/runruby.rb --archdir=/tmp/ruby/build/trunk_gcc9 --extout=.ext -- /tmp/ruby/src/trunk_gcc9/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk_gcc9/spec/default.mspec --error-output stderr --debug ruby 3.4.0dev (2024-02-12T10:33:19Z master 39788e5888) [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 244.048933 seconds 3730 files, 32665 examples, 178048 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.