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