# Logfile created on 2025-01-14 04:26:13 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x00007f34b868fdc8 @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_gcc14", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_gcc14", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_gcc14", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_gcc14", @configure_opts=["CC=gcc-14"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @spec_opts="-j", @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_gcc14.20250114-042613", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007f34b86b1c48 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f34b86b1900 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f34b85ca870 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_gcc14.20250114-042613", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_gcc14.20250114-042613>, @binmode=false, @mon_data=#<Monitor:0x00007f34b86b1680>, @mon_data_owner_object_id=860>>> $$$[beg] make update-download -j4 tool/config.guess already exists tool/config.sub already exists Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/trunk_gcc14/tool/ifchange /tmp/ruby/src/trunk_gcc14/.bundle/.timestamp/pstore.revision - /tmp/ruby/src/trunk_gcc14/.bundle/.timestamp/pstore.revision unchanged $$$[end] "make update-download -j4" exit with 0. $$$[beg] make update-src -j4 From https://github.com/ruby/ruby 5f3d1ee..61d3f9a master -> origin/master Updating 5f3d1ee..61d3f9a Fast-forward .github/actions/setup/directories/action.yml | 11 ++++- ext/fiddle/lib/fiddle/cparser.rb | 2 +- ext/json/generator/generator.c | 15 ++++++- ext/json/lib/json/common.rb | 6 +-- ext/json/lib/json/ext/generator/state.rb | 11 ----- include/ruby/internal/intern/file.h | 6 +++ lib/bundler/definition.rb | 4 +- lib/bundler/man/bundle-add.1 | 6 +-- lib/bundler/man/bundle-binstubs.1 | 6 +-- lib/bundler/man/bundle-cache.1 | 6 +-- lib/bundler/man/bundle-check.1 | 6 +-- lib/bundler/man/bundle-clean.1 | 6 +-- lib/bundler/man/bundle-config.1 | 6 +-- lib/bundler/man/bundle-console.1 | 6 +-- lib/bundler/man/bundle-doctor.1 | 6 +-- lib/bundler/man/bundle-env.1 | 6 +-- lib/bundler/man/bundle-exec.1 | 6 +-- lib/bundler/man/bundle-fund.1 | 6 +-- lib/bundler/man/bundle-gem.1 | 6 +-- lib/bundler/man/bundle-help.1 | 6 +-- lib/bundler/man/bundle-info.1 | 6 +-- lib/bundler/man/bundle-init.1 | 6 +-- lib/bundler/man/bundle-inject.1 | 6 +-- lib/bundler/man/bundle-install.1 | 6 +-- lib/bundler/man/bundle-issue.1 | 6 +-- lib/bundler/man/bundle-licenses.1 | 6 +-- lib/bundler/man/bundle-list.1 | 6 +-- lib/bundler/man/bundle-lock.1 | 6 +-- lib/bundler/man/bundle-open.1 | 6 +-- lib/bundler/man/bundle-outdated.1 | 6 +-- lib/bundler/man/bundle-platform.1 | 6 +-- lib/bundler/man/bundle-plugin.1 | 6 +-- lib/bundler/man/bundle-pristine.1 | 6 +-- lib/bundler/man/bundle-remove.1 | 6 +-- lib/bundler/man/bundle-show.1 | 6 +-- lib/bundler/man/bundle-update.1 | 6 +-- lib/bundler/man/bundle-version.1 | 6 +-- lib/bundler/man/bundle-viz.1 | 6 +-- lib/bundler/man/bundle.1 | 6 +-- lib/bundler/man/gemfile.5 | 6 +-- lib/bundler/plugin/index.rb | 4 ++ lib/bundler/resolver.rb | 3 +- lib/bundler/resolver/base.rb | 3 +- lib/bundler/resolver/package.rb | 2 +- lib/bundler/source/git.rb | 1 + lib/bundler/spec_set.rb | 18 +++++++- lib/rubygems.rb | 9 +++- spec/bundler/bundler/plugin/index_spec.rb | 8 ---- spec/bundler/cache/git_spec.rb | 20 +++++++++ .../install/gemfile/specific_platform_spec.rb | 46 +++++++++++++++++++- .../install/gems/dependency_api_fallback_spec.rb | 3 +- spec/bundler/realworld/fixtures/tapioca/Gemfile | 5 +++ .../realworld/fixtures/tapioca/Gemfile.lock | 49 ++++++++++++++++++++++ .../realworld/gemfile_source_header_spec.rb | 3 +- spec/bundler/realworld/mirror_probe_spec.rb | 3 +- spec/bundler/support/filters.rb | 3 -- spec/bundler/support/silent_logger.rb | 8 ++-- test/fiddle/test_cparser.rb | 5 +++ .../custom_name/ext/custom_name_lib/Cargo.lock | 8 ++-- .../custom_name/ext/custom_name_lib/Cargo.toml | 2 +- .../rust_ruby_example/Cargo.lock | 8 ++-- .../rust_ruby_example/Cargo.toml | 2 +- tool/bundler/dev_gems.rb | 4 +- tool/bundler/test_gems.rb | 1 - 64 files changed, 307 insertions(+), 164 deletions(-) create mode 100644 spec/bundler/realworld/fixtures/tapioca/Gemfile create mode 100644 spec/bundler/realworld/fixtures/tapioca/Gemfile.lock Latest commit hash = 61d3f9a1a5 $$$[end] "make update-src -j4" exit with 0. $$$[beg] make after-update -j4 /tmp/ruby/src/trunk_gcc14/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_gcc14' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/trunk_gcc14/tool/ifchange /tmp/ruby/src/trunk_gcc14/.bundle/.timestamp/pstore.revision - /tmp/ruby/src/trunk_gcc14/.bundle/.timestamp/pstore.revision unchanged $$$[end] "make after-update -j4" exit with 0. $$$[beg] make miniruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc-14 LD = ld LDSHARED = gcc-14 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc14/include -I/tmp/ruby/src/trunk_gcc14 -I/tmp/ruby/src/trunk_gcc14/prism -I/tmp/ruby/src/trunk_gcc14/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 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_gcc14/yjit/target/release/' /tmp/ruby/src/trunk_gcc14/yjit/src/lib.rs gcc-14 (Ubuntu 14-20240412-0ubuntu1) 14.0.1 20240412 (experimental) [master r14-9935-g67e1433a94f] Copyright (C) 2024 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_gcc14/main.c compiling /tmp/ruby/src/trunk_gcc14/dmydln.c compiling /tmp/ruby/src/trunk_gcc14/miniinit.c compiling /tmp/ruby/src/trunk_gcc14/array.c compiling /tmp/ruby/src/trunk_gcc14/ast.c compiling /tmp/ruby/src/trunk_gcc14/bignum.c compiling /tmp/ruby/src/trunk_gcc14/class.c compiling /tmp/ruby/src/trunk_gcc14/compar.c compiling /tmp/ruby/src/trunk_gcc14/compile.c compiling /tmp/ruby/src/trunk_gcc14/complex.c compiling /tmp/ruby/src/trunk_gcc14/cont.c compiling /tmp/ruby/src/trunk_gcc14/debug.c compiling /tmp/ruby/src/trunk_gcc14/debug_counter.c compiling /tmp/ruby/src/trunk_gcc14/dir.c compiling /tmp/ruby/src/trunk_gcc14/dln_find.c compiling /tmp/ruby/src/trunk_gcc14/encoding.c compiling /tmp/ruby/src/trunk_gcc14/enum.c compiling /tmp/ruby/src/trunk_gcc14/enumerator.c compiling /tmp/ruby/src/trunk_gcc14/error.c compiling /tmp/ruby/src/trunk_gcc14/eval.c compiling /tmp/ruby/src/trunk_gcc14/file.c compiling /tmp/ruby/src/trunk_gcc14/gc.c compiling /tmp/ruby/src/trunk_gcc14/hash.c compiling /tmp/ruby/src/trunk_gcc14/inits.c compiling /tmp/ruby/src/trunk_gcc14/imemo.c compiling /tmp/ruby/src/trunk_gcc14/io.c compiling /tmp/ruby/src/trunk_gcc14/io_buffer.c compiling /tmp/ruby/src/trunk_gcc14/iseq.c compiling /tmp/ruby/src/trunk_gcc14/load.c compiling /tmp/ruby/src/trunk_gcc14/marshal.c compiling /tmp/ruby/src/trunk_gcc14/math.c compiling /tmp/ruby/src/trunk_gcc14/memory_view.c compiling /tmp/ruby/src/trunk_gcc14/rjit.c compiling /tmp/ruby/src/trunk_gcc14/rjit_c.c compiling /tmp/ruby/src/trunk_gcc14/node.c compiling /tmp/ruby/src/trunk_gcc14/node_dump.c compiling /tmp/ruby/src/trunk_gcc14/numeric.c compiling /tmp/ruby/src/trunk_gcc14/object.c compiling /tmp/ruby/src/trunk_gcc14/pack.c compiling parse.c compiling /tmp/ruby/src/trunk_gcc14/proc.c compiling /tmp/ruby/src/trunk_gcc14/process.c compiling /tmp/ruby/src/trunk_gcc14/ractor.c compiling /tmp/ruby/src/trunk_gcc14/random.c compiling /tmp/ruby/src/trunk_gcc14/range.c compiling /tmp/ruby/src/trunk_gcc14/rational.c compiling /tmp/ruby/src/trunk_gcc14/re.c compiling /tmp/ruby/src/trunk_gcc14/regcomp.c compiling /tmp/ruby/src/trunk_gcc14/regenc.c compiling /tmp/ruby/src/trunk_gcc14/regerror.c compiling /tmp/ruby/src/trunk_gcc14/regexec.c compiling /tmp/ruby/src/trunk_gcc14/regparse.c compiling /tmp/ruby/src/trunk_gcc14/regsyntax.c compiling /tmp/ruby/src/trunk_gcc14/ruby.c compiling /tmp/ruby/src/trunk_gcc14/ruby_parser.c compiling /tmp/ruby/src/trunk_gcc14/scheduler.c compiling /tmp/ruby/src/trunk_gcc14/shape.c compiling /tmp/ruby/src/trunk_gcc14/signal.c compiling /tmp/ruby/src/trunk_gcc14/sprintf.c compiling /tmp/ruby/src/trunk_gcc14/st.c compiling /tmp/ruby/src/trunk_gcc14/strftime.c compiling /tmp/ruby/src/trunk_gcc14/string.c compiling /tmp/ruby/src/trunk_gcc14/struct.c compiling /tmp/ruby/src/trunk_gcc14/symbol.c compiling /tmp/ruby/src/trunk_gcc14/thread.c compiling /tmp/ruby/src/trunk_gcc14/time.c compiling /tmp/ruby/src/trunk_gcc14/transcode.c compiling /tmp/ruby/src/trunk_gcc14/util.c compiling /tmp/ruby/src/trunk_gcc14/variable.c compiling /tmp/ruby/src/trunk_gcc14/version.c compiling /tmp/ruby/src/trunk_gcc14/vm.c compiling /tmp/ruby/src/trunk_gcc14/vm_backtrace.c compiling /tmp/ruby/src/trunk_gcc14/vm_dump.c compiling /tmp/ruby/src/trunk_gcc14/vm_sync.c compiling /tmp/ruby/src/trunk_gcc14/vm_trace.c compiling /tmp/ruby/src/trunk_gcc14/weakmap.c compiling prism/api_node.c compiling /tmp/ruby/src/trunk_gcc14/prism/api_pack.c compiling /tmp/ruby/src/trunk_gcc14/prism/extension.c compiling /tmp/ruby/src/trunk_gcc14/prism_init.c compiling /tmp/ruby/src/trunk_gcc14/yjit.c compiling /tmp/ruby/src/trunk_gcc14/enc/ascii.c compiling /tmp/ruby/src/trunk_gcc14/enc/us_ascii.c compiling /tmp/ruby/src/trunk_gcc14/enc/unicode.c compiling /tmp/ruby/src/trunk_gcc14/enc/utf_8.c compiling enc/trans/newline.c compiling /tmp/ruby/src/trunk_gcc14/missing/setproctitle.c linking miniruby $$$[end] "make miniruby -j4" exit with 0. $$$[beg] make ruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc-14 LD = ld LDSHARED = gcc-14 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc14/include -I/tmp/ruby/src/trunk_gcc14 -I/tmp/ruby/src/trunk_gcc14/prism -I/tmp/ruby/src/trunk_gcc14/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 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_gcc14/yjit/target/release/' /tmp/ruby/src/trunk_gcc14/yjit/src/lib.rs gcc-14 (Ubuntu 14-20240412-0ubuntu1) 14.0.1 20240412 (experimental) [master r14-9935-g67e1433a94f] Copyright (C) 2024 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_gcc14/dln.c compiling /tmp/ruby/src/trunk_gcc14/localeinit.c compiling /tmp/ruby/src/trunk_gcc14/loadpath.c builtin_binary.inc updated ae4db3fa410991261f4203ac62ff7aa8eb3959967203d43e69af30c1ea1423fe builtin_binary.inc compiling /tmp/ruby/src/trunk_gcc14/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-14 LD = ld LDSHARED = gcc-14 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc14/include -I/tmp/ruby/src/trunk_gcc14 -I/tmp/ruby/src/trunk_gcc14/prism -I/tmp/ruby/src/trunk_gcc14/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 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_gcc14/yjit/target/release/' /tmp/ruby/src/trunk_gcc14/yjit/src/lib.rs gcc-14 (Ubuntu 14-20240412-0ubuntu1) 14.0.1 20240412 (experimental) [master r14-9935-g67e1433a94f] Copyright (C) 2024 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_gcc14' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' generating transdb.h compiling /tmp/ruby/src/trunk_gcc14/enc/encdb.c compiling /tmp/ruby/src/trunk_gcc14/enc/big5.c compiling /tmp/ruby/src/trunk_gcc14/enc/cesu_8.c transdb.h unchanged generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated making trans compiling /tmp/ruby/src/trunk_gcc14/enc/cp949.c make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' compiling /tmp/ruby/src/trunk_gcc14/enc/trans/transdb.c compiling /tmp/ruby/src/trunk_gcc14/enc/emacs_mule.c compiling /tmp/ruby/src/trunk_gcc14/enc/euc_jp.c compiling /tmp/ruby/src/trunk_gcc14/enc/euc_kr.c compiling /tmp/ruby/src/trunk_gcc14/enc/trans/big5.c compiling /tmp/ruby/src/trunk_gcc14/enc/euc_tw.c compiling /tmp/ruby/src/trunk_gcc14/enc/gb2312.c compiling /tmp/ruby/src/trunk_gcc14/enc/gb18030.c compiling /tmp/ruby/src/trunk_gcc14/enc/gbk.c compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_1.c compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_2.c compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_3.c compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_4.c compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_5.c compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_6.c compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_7.c compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_8.c compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_9.c compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_10.c compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_11.c compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_13.c compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_14.c compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_15.c compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_16.c compiling /tmp/ruby/src/trunk_gcc14/enc/koi8_r.c compiling /tmp/ruby/src/trunk_gcc14/enc/koi8_u.c compiling /tmp/ruby/src/trunk_gcc14/enc/shift_jis.c compiling /tmp/ruby/src/trunk_gcc14/enc/utf_16be.c compiling /tmp/ruby/src/trunk_gcc14/enc/utf_16le.c compiling /tmp/ruby/src/trunk_gcc14/enc/utf_32be.c compiling /tmp/ruby/src/trunk_gcc14/enc/utf_32le.c compiling /tmp/ruby/src/trunk_gcc14/enc/windows_31j.c compiling /tmp/ruby/src/trunk_gcc14/enc/windows_1250.c compiling /tmp/ruby/src/trunk_gcc14/enc/windows_1251.c compiling /tmp/ruby/src/trunk_gcc14/enc/trans/cesu_8.c compiling /tmp/ruby/src/trunk_gcc14/enc/windows_1252.c compiling /tmp/ruby/src/trunk_gcc14/enc/windows_1253.c compiling /tmp/ruby/src/trunk_gcc14/enc/trans/chinese.c compiling /tmp/ruby/src/trunk_gcc14/enc/windows_1254.c compiling /tmp/ruby/src/trunk_gcc14/enc/windows_1257.c compiling /tmp/ruby/src/trunk_gcc14/enc/trans/ebcdic.c linking encoding encdb.so linking encoding big5.so linking encoding cesu_8.so linking encoding cp949.so compiling /tmp/ruby/src/trunk_gcc14/enc/trans/emoji.c linking encoding emacs_mule.so linking encoding euc_jp.so linking encoding euc_kr.so linking encoding euc_tw.so linking encoding gb2312.so linking encoding gb18030.so linking encoding gbk.so compiling /tmp/ruby/src/trunk_gcc14/enc/trans/emoji_iso2022_kddi.c linking encoding iso_8859_1.so linking encoding iso_8859_2.so linking encoding iso_8859_3.so linking encoding iso_8859_4.so linking encoding iso_8859_5.so linking encoding iso_8859_6.so linking encoding iso_8859_7.so compiling /tmp/ruby/src/trunk_gcc14/enc/trans/emoji_sjis_docomo.c linking encoding iso_8859_8.so linking encoding iso_8859_9.so linking encoding iso_8859_10.so linking encoding iso_8859_11.so compiling /tmp/ruby/src/trunk_gcc14/enc/trans/emoji_sjis_kddi.c linking encoding iso_8859_13.so linking encoding iso_8859_14.so linking encoding iso_8859_15.so linking encoding iso_8859_16.so linking encoding koi8_r.so linking encoding koi8_u.so linking encoding shift_jis.so linking encoding utf_16be.so linking encoding utf_16le.so linking encoding utf_32be.so linking encoding utf_32le.so linking encoding windows_31j.so linking encoding windows_1250.so linking encoding windows_1251.so linking encoding windows_1252.so compiling /tmp/ruby/src/trunk_gcc14/enc/trans/emoji_sjis_softbank.c linking encoding windows_1253.so linking encoding windows_1254.so linking encoding windows_1257.so compiling /tmp/ruby/src/trunk_gcc14/enc/trans/escape.c make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' compiling /tmp/ruby/src/trunk_gcc14/enc/trans/gb18030.c compiling /tmp/ruby/src/trunk_gcc14/enc/trans/gbk.c compiling /tmp/ruby/src/trunk_gcc14/enc/trans/iso2022.c compiling /tmp/ruby/src/trunk_gcc14/enc/trans/japanese.c compiling /tmp/ruby/src/trunk_gcc14/enc/trans/japanese_euc.c compiling /tmp/ruby/src/trunk_gcc14/enc/trans/japanese_sjis.c compiling /tmp/ruby/src/trunk_gcc14/enc/trans/korean.c make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' compiling /tmp/ruby/src/trunk_gcc14/enc/trans/single_byte.c compiling /tmp/ruby/src/trunk_gcc14/enc/trans/utf8_mac.c compiling /tmp/ruby/src/trunk_gcc14/enc/trans/utf_16_32.c linking transcoder transdb.so linking transcoder big5.so linking transcoder cesu_8.so linking transcoder chinese.so linking transcoder ebcdic.so linking transcoder emoji.so linking transcoder emoji_iso2022_kddi.so linking transcoder emoji_sjis_docomo.so linking transcoder emoji_sjis_kddi.so linking transcoder emoji_sjis_softbank.so linking transcoder escape.so linking transcoder gb18030.so linking transcoder gbk.so linking transcoder iso2022.so linking transcoder japanese.so linking transcoder japanese_euc.so linking transcoder japanese_sjis.so make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' generating makefile exts.mk linking transcoder korean.so linking transcoder single_byte.so linking transcoder utf_16_32.so exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/RUBY_ALIGNOF' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/RUBY_ALIGNOF/c.c make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/arith_seq/beg_len_step' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/arith_seq/beg_len_step/beg_len_step.c make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/arith_seq/extract' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/arith_seq/extract/extract.c linking transcoder utf8_mac.so make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' making encs linking shared-object -test-/RUBY_ALIGNOF.so linking shared-object -test-/arith_seq/beg_len_step.so linking shared-object -test-/arith_seq/extract.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/RUBY_ALIGNOF' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/array/concat' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/array/concat/to_ary_concat.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/arith_seq/beg_len_step' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/array/resize' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/array/resize/resize.c make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/arith_seq/extract' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/bignum' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bignum/big2str.c make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/bug-14834' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bug-14834/bug-14834.c linking shared-object -test-/array/resize.so linking shared-object -test-/array/to_ary_concat.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/array/resize' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/bug-3571' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bug-3571/bug.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/array/concat' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/bug-5832' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bug-5832/bug.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bignum/bigzero.c linking shared-object -test-/bug_14834.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/bug-14834' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/bug_reporter' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bug_reporter/bug_reporter.c linking shared-object -test-/bug_5832.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/bug-5832' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/class' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/class/class2name.c linking shared-object -test-/bug_3571.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/bug-3571' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/debug' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/debug/init.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bignum/div.c linking shared-object -test-/bug_reporter.so compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/class/init.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/debug/inspector.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/bug_reporter' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/dln/empty' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/dln/empty/empty.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bignum/init.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/debug/profile_frames.c linking shared-object -test-/class.so linking shared-object -test-/dln/empty.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/class' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/enumerator_kw' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/enumerator_kw/enumerator_kw.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/dln/empty' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/exception' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/exception/dataerror.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bignum/intpack.c linking shared-object -test-/debug.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/fatal' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/fatal/init.c linking shared-object -test-/enumerator_kw.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/enumerator_kw' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/file' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/file/fs.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/exception/enc_raise.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/fatal/invalid.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bignum/mul.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/exception/ensured.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/file/init.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/fatal/rb_fatal.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/exception/init.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/file/newline_conv.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bignum/str2big.c linking shared-object -test-/fatal.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/fatal' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/float' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/float/init.c linking shared-object -test-/exception.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/exception' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/funcall' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/funcall/funcall.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/file/stat.c linking shared-object -test-/bignum.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/bignum' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/gvl/call_without_gvl' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/gvl/call_without_gvl/call_without_gvl.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/float/nextafter.c linking shared-object -test-/gvl/call_without_gvl.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/gvl/call_without_gvl' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/hash' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/hash/delete.c linking shared-object -test-/file.so linking shared-object -test-/float.so linking shared-object -test-/funcall.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/file' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/integer' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/integer/core_ext.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/funcall' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/iseq_load' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/iseq_load/iseq_load.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/float' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/iter' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/iter/break.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/hash/init.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/iter/init.c linking shared-object -test-/iseq_load.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/iseq_load' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/load/dot.dot' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/load/dot.dot/dot.dot.c linking shared-object -test-/hash.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/hash' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/integer/init.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/iter/yield.c linking shared-object -test-/load/dot.dot.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/load/dot.dot' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/load/protect' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/load/protect/protect.c linking shared-object -test-/iter.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/iter' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/integer/my_integer.c make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/marshal/compat' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/marshal/compat/usrcompat.c linking shared-object -test-/load/protect.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/load/protect' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/marshal/internal_ivar' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/marshal/internal_ivar/internal_ivar.c make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/marshal/usr' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/marshal/usr/usrmarshal.c linking shared-object -test-/marshal/compat.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/marshal/compat' linking shared-object -test-/integer.so make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/memory_view' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/memory_view/memory_view.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/integer' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/method' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/method/arity.c linking shared-object -test-/marshal/internal_ivar.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/marshal/internal_ivar' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/notimplement' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/notimplement/bug.c linking shared-object -test-/marshal/usr.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/marshal/usr' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/method/init.c make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/num2int' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/num2int/num2int.c linking shared-object -test-/notimplement.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/notimplement' linking shared-object -test-/method.so make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/path_to_class' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/path_to_class/path_to_class.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/method' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/popen_deadlock' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/popen_deadlock/infinite_loop_dlsym.c linking shared-object -test-/memory_view.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/memory_view' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/postponed_job' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/postponed_job/postponed_job.c linking shared-object -test-/path_to_class.so linking shared-object -test-/num2int.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/path_to_class' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/printf' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/printf/printf.c linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/popen_deadlock' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/proc' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/proc/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/num2int' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/random' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/random/bad_version.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/random/init.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/proc/receiver.c linking shared-object -test-/postponed_job.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/postponed_job' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/rational' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/rational/rat.c linking shared-object -test-/printf.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/printf' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/rb_call_super_kw' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/rb_call_super_kw/rb_call_super_kw.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/proc/super.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/random/loop.c linking shared-object -test-/rb_call_super_kw.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/rb_call_super_kw' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/recursion' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/recursion/recursion.c linking shared-object -test-/proc.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/proc' linking shared-object -test-/random.so make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/regexp' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/regexp/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/random' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/scan_args' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/scan_args/scan_args.c linking shared-object -test-/recursion.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/recursion' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/st/foreach' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/st/foreach/foreach.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/regexp/parse_depth_limit.c linking shared-object -test-/rational.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/rational' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/st/numhash' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/st/numhash/numhash.c linking shared-object -test-/regexp.so linking shared-object -test-/st/foreach.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/regexp' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/st/update' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/st/update/update.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/st/foreach' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/string' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/capacity.c linking shared-object -test-/st/numhash.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/st/numhash' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/struct' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/struct/data.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/coderange.c linking shared-object -test-/st/update.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/st/update' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/symbol' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/symbol/init.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/struct/duplicate.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/cstr.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/symbol/type.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/struct/init.c linking shared-object -test-/scan_args.so linking shared-object -test-/symbol.so compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/ellipsize.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/scan_args' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/thread/instrumentation' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/thread/instrumentation/instrumentation.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/symbol' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/thread_fd' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/thread_fd/thread_fd.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/struct/len.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/enc_associate.c linking shared-object -test-/thread_fd.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/thread_fd' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/time' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/time/init.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/struct/member.c linking shared-object -test-/thread/instrumentation.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/thread/instrumentation' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/tracepoint' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/tracepoint/gc_hook.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/time/leap_second.c linking shared-object -test-/struct.so compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/enc_dummy.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/struct' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/typeddata' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/typeddata/typeddata.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/tracepoint/tracepoint.c linking shared-object -test-/typeddata.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/typeddata' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/vm' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/vm/at_exit.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/enc_str_buf_cat.c linking shared-object -test-/tracepoint.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/tracepoint' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/wait' compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/wait/wait.c linking shared-object -test-/vm/at_exit.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/vm' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/cgi/escape' compiling /tmp/ruby/src/trunk_gcc14/ext/cgi/escape/escape.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/fstring.c linking shared-object -test-/wait.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/wait' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/continuation' compiling /tmp/ruby/src/trunk_gcc14/ext/continuation/continuation.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/init.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/time/new.c linking shared-object cgi/escape.so compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/modify.c linking shared-object continuation.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/cgi/escape' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/coverage' compiling /tmp/ruby/src/trunk_gcc14/ext/coverage/coverage.c linking shared-object -test-/time.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/continuation' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/date' compiling /tmp/ruby/src/trunk_gcc14/ext/date/date_core.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/time' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest' compiling /tmp/ruby/src/trunk_gcc14/ext/digest/digest.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/new.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/nofree.c linking shared-object digest.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/etc' compiling /tmp/ruby/src/trunk_gcc14/ext/etc/etc.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/normalize.c linking shared-object coverage.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/fcntl' compiling /tmp/ruby/src/trunk_gcc14/ext/fcntl/fcntl.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/qsort.c linking shared-object etc.so linking shared-object fcntl.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/etc' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/fiddle' compiling /tmp/ruby/src/trunk_gcc14/ext/fiddle/closure.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/fcntl' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/io/console' compiling /tmp/ruby/src/trunk_gcc14/ext/io/console/console.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/rb_interned_str.c compiling /tmp/ruby/src/trunk_gcc14/ext/fiddle/conversions.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/rb_str_dup.c compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/set_len.c compiling /tmp/ruby/src/trunk_gcc14/ext/fiddle/fiddle.c linking shared-object -test-/string.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/string' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/io/nonblock' compiling /tmp/ruby/src/trunk_gcc14/ext/io/nonblock/nonblock.c linking shared-object io/console.so compiling /tmp/ruby/src/trunk_gcc14/ext/fiddle/function.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/io/wait' compiling /tmp/ruby/src/trunk_gcc14/ext/io/wait/wait.c linking shared-object io/nonblock.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/io/nonblock' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/json' installing default libraries make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/monitor' compiling /tmp/ruby/src/trunk_gcc14/ext/monitor/monitor.c linking shared-object io/wait.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/io/wait' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/objspace' compiling /tmp/ruby/src/trunk_gcc14/ext/objspace/object_tracing.c linking shared-object monitor.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/openssl' compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl.c compiling /tmp/ruby/src/trunk_gcc14/ext/fiddle/handle.c compiling /tmp/ruby/src/trunk_gcc14/ext/objspace/objspace.c compiling /tmp/ruby/src/trunk_gcc14/ext/fiddle/memory_view.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_asn1.c compiling /tmp/ruby/src/trunk_gcc14/ext/fiddle/pinned.c compiling /tmp/ruby/src/trunk_gcc14/ext/objspace/objspace_dump.c compiling /tmp/ruby/src/trunk_gcc14/ext/fiddle/pointer.c installing default fiddle libraries linking shared-object fiddle.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/pathname' compiling /tmp/ruby/src/trunk_gcc14/ext/pathname/pathname.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_bio.c linking shared-object objspace.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/psych' compiling /tmp/ruby/src/trunk_gcc14/ext/psych/psych.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_bn.c compiling /tmp/ruby/src/trunk_gcc14/ext/psych/psych_emitter.c compiling /tmp/ruby/src/trunk_gcc14/ext/psych/psych_parser.c compiling /tmp/ruby/src/trunk_gcc14/ext/psych/psych_to_ruby.c linking shared-object pathname.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/pty' compiling /tmp/ruby/src/trunk_gcc14/ext/pty/pty.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_cipher.c compiling /tmp/ruby/src/trunk_gcc14/ext/psych/psych_yaml_tree.c linking shared-object pty.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/rbconfig/sizeof' compiling /tmp/ruby/src/trunk_gcc14/ext/rbconfig/sizeof/sizes.c linking shared-object psych.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/ripper' compiling /tmp/ruby/src/trunk_gcc14/ext/ripper/eventids1.c compiling /tmp/ruby/src/trunk_gcc14/ext/rbconfig/sizeof/limits.c linking shared-object rbconfig/sizeof.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/rbconfig/sizeof' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/socket' compiling /tmp/ruby/src/trunk_gcc14/ext/socket/init.c compiling /tmp/ruby/src/trunk_gcc14/ext/date/date_parse.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_config.c compiling /tmp/ruby/src/trunk_gcc14/ext/ripper/eventids2.c compiling /tmp/ruby/src/trunk_gcc14/ext/socket/constants.c compiling /tmp/ruby/src/trunk_gcc14/ext/ripper/ripper.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_digest.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_engine.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_hmac.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_kdf.c compiling /tmp/ruby/src/trunk_gcc14/ext/socket/basicsocket.c compiling /tmp/ruby/src/trunk_gcc14/ext/date/date_strftime.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_ns_spki.c compiling /tmp/ruby/src/trunk_gcc14/ext/socket/socket.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_ocsp.c compiling /tmp/ruby/src/trunk_gcc14/ext/date/date_strptime.c compiling /tmp/ruby/src/trunk_gcc14/ext/socket/ipsocket.c linking shared-object date_core.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/stringio' compiling /tmp/ruby/src/trunk_gcc14/ext/stringio/stringio.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_pkcs12.c compiling /tmp/ruby/src/trunk_gcc14/ext/socket/tcpsocket.c compiling /tmp/ruby/src/trunk_gcc14/ext/socket/tcpserver.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_pkcs7.c compiling /tmp/ruby/src/trunk_gcc14/ext/socket/sockssocket.c linking shared-object stringio.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/stringio' compiling /tmp/ruby/src/trunk_gcc14/ext/socket/udpsocket.c compiling /tmp/ruby/src/trunk_gcc14/ext/socket/unixsocket.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_pkey.c compiling /tmp/ruby/src/trunk_gcc14/ext/socket/unixserver.c compiling /tmp/ruby/src/trunk_gcc14/ext/socket/option.c compiling /tmp/ruby/src/trunk_gcc14/ext/socket/ancdata.c compiling /tmp/ruby/src/trunk_gcc14/ext/socket/raddrinfo.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_pkey_dh.c compiling /tmp/ruby/src/trunk_gcc14/ext/socket/ifaddr.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_pkey_dsa.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_pkey_ec.c linking shared-object socket.so compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_pkey_rsa.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/strscan' compiling /tmp/ruby/src/trunk_gcc14/ext/strscan/strscan.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_provider.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_rand.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_ssl.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_ssl_session.c linking shared-object strscan.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/zlib' compiling /tmp/ruby/src/trunk_gcc14/ext/zlib/zlib.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_ts.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_x509.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_x509attr.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_x509cert.c make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/rbs-3.8.1/ext/rbs_extension' compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_x509crl.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest/bubblebabble' compiling /tmp/ruby/src/trunk_gcc14/ext/digest/bubblebabble/bubblebabble.c linking shared-object digest/bubblebabble.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest/bubblebabble' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest/md5' compiling /tmp/ruby/src/trunk_gcc14/ext/digest/md5/md5init.c compiling /tmp/ruby/src/trunk_gcc14/ext/digest/md5/md5.c linking shared-object zlib.so compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_x509ext.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/zlib' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest/rmd160' compiling /tmp/ruby/src/trunk_gcc14/ext/digest/rmd160/rmd160init.c linking shared-object digest/md5.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest/md5' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest/sha1' compiling /tmp/ruby/src/trunk_gcc14/ext/digest/sha1/sha1init.c compiling /tmp/ruby/src/trunk_gcc14/ext/digest/rmd160/rmd160.c compiling /tmp/ruby/src/trunk_gcc14/ext/digest/sha1/sha1.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_x509name.c linking shared-object digest/rmd160.so linking shared-object digest/sha1.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest/rmd160' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest/sha2' compiling /tmp/ruby/src/trunk_gcc14/ext/digest/sha2/sha2init.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest/sha1' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/json/generator' compiling /tmp/ruby/src/trunk_gcc14/ext/json/generator/generator.c compiling /tmp/ruby/src/trunk_gcc14/ext/digest/sha2/sha2.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_x509req.c linking shared-object digest/sha2.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/json/parser' compiling /tmp/ruby/src/trunk_gcc14/ext/json/parser/parser.c compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_x509revoked.c linking shared-object json/ext/generator.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/json/generator' compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_x509store.c compiling /tmp/ruby/src/trunk_gcc14/ext/ripper/ripper_init.c linking shared-object json/ext/parser.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/json/parser' linking shared-object openssl.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/openssl' linking shared-object ripper.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' $$$[end] "make all -j4" exit with 0. $$$[beg] make install -j4 Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f BASERUBY = /usr/bin/ruby --disable=gems CC = gcc-14 LD = ld LDSHARED = gcc-14 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc14/include -I/tmp/ruby/src/trunk_gcc14 -I/tmp/ruby/src/trunk_gcc14/prism -I/tmp/ruby/src/trunk_gcc14/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 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_gcc14/yjit/target/release/' /tmp/ruby/src/trunk_gcc14/yjit/src/lib.rs echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/trunk_gcc14/tool/ifchange /tmp/ruby/src/trunk_gcc14/.bundle/.timestamp/pstore.revision - generating encdb.h gcc-14 (Ubuntu 14-20240412-0ubuntu1) 14.0.1 20240412 (experimental) [master r14-9935-g67e1433a94f] Copyright (C) 2024 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 /tmp/ruby/src/trunk_gcc14/.bundle/.timestamp/pstore.revision unchanged encdb.h unchanged making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' generating transdb.h make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' making encs make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' ./miniruby -I/tmp/ruby/src/trunk_gcc14/lib -I. -I.ext/common /tmp/ruby/src/trunk_gcc14/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk_gcc14/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 binary commands: /tmp/ruby/install/trunk_gcc14/bin installing base libraries: /tmp/ruby/install/trunk_gcc14/lib installing arch files: /tmp/ruby/install/trunk_gcc14/lib/ruby/3.5.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk_gcc14/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk_gcc14/lib/ruby/3.5.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk_gcc14/lib/ruby/site_ruby/3.5.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk_gcc14/lib/ruby/vendor_ruby/3.5.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk_gcc14/include/ruby-3.5.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk_gcc14/lib/ruby/3.5.0+0 installing extension scripts: /tmp/ruby/install/trunk_gcc14/lib/ruby/site_ruby/3.5.0+0 installing extension scripts: /tmp/ruby/install/trunk_gcc14/lib/ruby/vendor_ruby/3.5.0+0 installing extension headers: /tmp/ruby/install/trunk_gcc14/include/ruby-3.5.0+0/ruby installing command scripts: /tmp/ruby/install/trunk_gcc14/bin installing library scripts: /tmp/ruby/install/trunk_gcc14/lib/ruby/3.5.0+0 installing common headers: /tmp/ruby/install/trunk_gcc14/include/ruby-3.5.0+0 installing manpages: /tmp/ruby/install/trunk_gcc14/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk_gcc14/lib/ruby/gems/3.5.0+0 bundler 2.7.0.dev cgi 0.4.1 delegate 0.4.0 did_you_mean 2.0.0 english 0.8.0 erb 4.0.4 error_highlight 0.7.0 fileutils 1.7.3 find 0.2.0 forwardable 1.3.3 ipaddr 1.2.7 irb 1.14.3 net-http 0.6.0 net-protocol 0.2.2 open-uri 0.5.0 open3 0.2.1 optparse 0.6.0 pp 0.6.2 prettyprint 0.2.0 prism 1.3.0 rdoc 6.10.0 readline 0.0.4 reline 0.6.0 resolv 0.6.0 ruby2_keywords 0.0.5 securerandom 0.4.1 set 1.1.1 shellwords 0.2.2 singleton 0.3.0 syntax_suggest 2.0.2 tempfile 0.3.1 time 0.4.1 timeout 0.4.3 tmpdir 0.3.1 tsort 0.2.0 un 0.3.0 uri 1.0.2 weakref 0.1.3 yaml 0.4.0 installing default gems from ext: /tmp/ruby/install/trunk_gcc14/lib/ruby/gems/3.5.0+0 date 3.4.1 digest 3.2.0 etc 1.4.5 fcntl 1.2.0 fiddle 1.1.7.dev io-console 0.8.0 io-nonblock 0.3.1 io-wait 0.3.1 json 2.9.1 openssl 3.3.0 pathname 0.4.0 psych 5.2.2 stringio 3.1.3.dev strscan 3.1.2 zlib 3.2.1 installing bundled gems: /tmp/ruby/install/trunk_gcc14/lib/ruby/gems/3.5.0+0 minitest 5.25.4 power_assert 2.0.5 rake 13.2.1 test-unit 3.6.7 rexml 3.4.0 rss 0.3.1 net-ftp 0.3.8 net-imap 0.5.5 net-pop 0.1.2 net-smtp 0.5.0 matrix 0.4.2 prime 0.1.3 rbs 3.8.1 typeprof 0.30.1 debug 1.10.0 racc 1.8.1 mutex_m 0.3.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.9 observer 0.1.2 abbrev 0.1.2 resolv-replace 0.1.1 rinda 0.2.0 drb 2.2.1 nkf 0.2.0 syslog 0.2.0 csv 3.3.2 repl_type_completor 0.1.9 ostruct 0.6.1 pstore 0.1.4 benchmark 0.4.0 logger 1.6.5 installing bundled gem cache: /tmp/ruby/install/trunk_gcc14/lib/ruby/gems/3.5.0+0/cache $$$[end] "make install -j4" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 2005 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-14 LD = ld LDSHARED = gcc-14 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc14/include -I/tmp/ruby/src/trunk_gcc14 -I/tmp/ruby/src/trunk_gcc14/prism -I/tmp/ruby/src/trunk_gcc14/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 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_gcc14/yjit/target/release/' /tmp/ruby/src/trunk_gcc14/yjit/src/lib.rs gcc-14 (Ubuntu 14-20240412-0ubuntu1) 14.0.1 20240412 (experimental) [master r14-9935-g67e1433a94f] Copyright (C) 2024 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_gcc14/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk_gcc14/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk_gcc14/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-14 LD = ld LDSHARED = gcc-14 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc14/include -I/tmp/ruby/src/trunk_gcc14 -I/tmp/ruby/src/trunk_gcc14/prism -I/tmp/ruby/src/trunk_gcc14/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 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_gcc14/yjit/target/release/' /tmp/ruby/src/trunk_gcc14/yjit/src/lib.rs gcc-14 (Ubuntu 14-20240412-0ubuntu1) 14.0.1 20240412 (experimental) [master r14-9935-g67e1433a94f] Copyright (C) 2024 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_gcc14' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' making encs make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' Run options: --seed=57305 "--ruby=./miniruby -I/tmp/ruby/src/trunk_gcc14/lib -I. -I.ext/common /tmp/ruby/src/trunk_gcc14/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk_gcc14/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j4 # Running tests: [ 1/911] 923388=test_gem_dependency_resolution_error [ 2/911] 923391=test_resource [ 3/911] 923387=test_function_entry [ 4/911] 923392=test_gem_source [ 5/911] 923387=test_rat [ 6/911] 923391=test_gem_request_set_lockfile_parser [ 7/911] 923387=test_threadgroup [ 8/911] 923388=test_raise [ 9/911] 923388=test_gem_remote_fetcher_s3 [ 10/911] 923391=test_string [ 11/911] 923388=test_too_many_dummy_encodings [ 12/911] 923388=test_reqarg [ 13/911] 923391=test_rdoc_rubygems_hook [ 14/911] 923387=test_merge_keys [ 15/911] 923387=test_fnmatch [ 16/911] 923392=test_gem_dependency_installer [ 17/911] 923387=test_rdoc_extend [ 18/911] 923391=test_flip [ 19/911] 923391=json_string_matching_test [ 20/911] 923391=test_helper_method [ 21/911] 923387=test_http_request [ 22/911] 923391=test_erb_m17n [ 23/911] 923388=test_assembler [ 24/911] 923388=test_trick [ 25/911] 923391=heredoc_test [ 26/911] 923387=test_rdoc_markup_verbatim [ 27/911] 923387=test_date_ractor [ 28/911] 923391=parse_comments_test [ 29/911] 923391=test_yamlstore [ 30/911] 923391=test_defined [ 31/911] 923391=test_rdoc_text [ 32/911] 923387=test_show_source [ 33/911] 923391=test_gem_commands_signin_command [ 34/911] 923387=test_pattern_key_name_check [ 35/911] 923387=test_hash [ 36/911] 923387=test_require [ 37/911] 923387=test_gem_commands_search_command [ 38/911] 923391=test_gem_commands_which_command [ 39/911] 923387=test_undef [ 40/911] 923387=test_digest_extend [ 41/911] 923387=test_variable_name_check [ 42/911] 923391=test_class2name [ 43/911] 923391=test_gem_request_set_gem_dependency_api [ 44/911] 923387=test_function [ 45/911] 923391=test_rdoc_markup_hard_break [ 46/911] 923391=numeric_value_test [ 47/911] 923391=test_rubyoptions [ 48/911] 923387=test_weakref [ 49/911] 923387=test_timeout [ 50/911] 923387=test_nomethod_error [ 51/911] 923387=test_yield [ 52/911] 923388=test_eval [ 53/911] 923388=test_scalar_scanner [ 54/911] 923388=test_gem_ext_configure_builder [ 55/911] 923388=test_emitter [ 56/911] 923388=test_color_printer [ 57/911] 923388=magic_comment_test [ 58/911] 923388=test_emitter [ 59/911] 923388=test_dryrun [ 60/911] 923392=test_clone [ 61/911] 923388=static_literals_test [ 62/911] 923388=test_win32ole_method [ 63/911] 923388=test_gem_commands_lock_command [ 64/911] 923388=test_exception [ 65/911] 923392=test_files_test_1 [ 66/911] 923387=test_rdoc_rd_inline [ 67/911] 923387=test_class [ 68/911] 923387=test_type_completor [ 69/911] 923387=test_ifunless [ 70/911] 923387=test_euc_tw [ 71/911] 923387=test_file [ 72/911] 923388=test_integer [ 73/911] 923388=bom_test [ 74/911] 923388=test_gem_installer [ 75/911] 923392=test_key_event_record [ 76/911] 923392=test_gem_commands_sources_command [ 77/911] 923392=test_rdoc_generator_darkfish [ 78/911] 923392=test_macro [ 79/911] 923392=test_gem_remote_fetcher_local_server Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 9 : #<TCPSocket:fd 9, AF_INET6, ::1, 39817> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 9 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 9 : #<TCPSocket:fd 9, AF_INET6, ::1, 37663> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 9 [ 80/911] 923392=test_debug [ 81/911] 923392=test_tree_builder [ 82/911] 923392=test_rdoc_top_level [ 83/911] 923392=test_wait [ 84/911] 923392=test_gem_install_update_options [ 85/911] 923392=test_protect [ 86/911] 923392=test_rdoc_normal_class [ 87/911] 923392=test_inadvertent_creation [ 88/911] 923392=test_arithmetic_sequence [ 89/911] 923392=test_numeric [ 90/911] 923392=test_io [ 91/911] 923387=test_history [ 92/911] 923387=test_tree_spell_checker [ 93/911] 923387=test_m17n_comb [ 94/911] 923392=test_comparable [ 95/911] 923392=test_string_memory [ 96/911] 923392=test_hmac [ 97/911] 923392=test_config [ 98/911] 923392=test_duplicate [ 99/911] 923392=test_io_timeout [100/911] 923392=test_line_editor [101/911] 923392=test_nextafter [102/911] 923392=test_buffered_io [103/911] 923392=test_capacity [104/911] 923392=test_rdoc_code_object [105/911] 923392=test_gem_commands_install_command [106/911] 923387=test_gem_resolver_lock_specification [107/911] 923387=test_profile_frames [108/911] 923387=newline_test [109/911] 923387=test_ellipsize [110/911] 923387=test_rdoc_servlet [111/911] 923387=test_rdoc_markup_to_ansi [112/911] 923387=test_io_buffer [113/911] 923388=test_random_formatter [114/911] 923388=test_process [115/911] 923387=test_signal [116/911] 923392=test_fixnum [117/911] 923392=test_date_marshal [118/911] 923392=test_tempfile [119/911] 923392=test_egrep_cpp [120/911] 923392=test_date_conv [121/911] 923392=test_iseq_load [122/911] 923387=test_to_ruby [123/911] 923387=test_stream [124/911] 923387=test_rdoc_alias [125/911] 923387=test_rdoc_markup_formatter [126/911] 923387=test_gem_ci_detector [127/911] 923387=attribute_write_test [128/911] 923387=test_time [129/911] 923387=test_io_wait_uncommon [130/911] 923387=test_recorder [131/911] 923387=test_gem_resolver_composed_set [132/911] 923387=test_securerandom [133/911] 923387=test_rdoc_markup_attribute_manager [134/911] 923387=test_gem_resolver_vendor_set [135/911] 923387=test_bundled_ca .Leaked file descriptor: TestGemBundledCA#test_accessing_staging: 10 #<File::Stat dev=0x8, ino=485129929, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> [136/911] 923392=test_gem_source_vendor [137/911] 923392=test_gem_command_manager [138/911] 923392=test_typeddata Closed file descriptor: TestGemBundledCA#test_accessing_www_rubygems: 10 [139/911] 923387=test_basicsocket [140/911] 923387=test_io_buffer [141/911] 923392=test_modify_expand [142/911] 923392=test_gem_available_set [143/911] 923387=test_sexp [144/911] 923387=test_stream [145/911] 923387=test_rdoc_rdoc [146/911] 923392=test_call [147/911] 923387=pattern_test [148/911] 923387=library_symbols_test [149/911] 923387=test_pkey_dh [150/911] 923387=json_generic_object_test [151/911] 923392=test_date_new [152/911] 923387=test_ldap [153/911] 923387=test_gem_commands_dependency_command [154/911] 923392=test_x509name [155/911] 923392=test_alias_and_anchor [156/911] 923392=test_yaml [157/911] 923387=test_mutex [158/911] 923392=test_date_strftime [159/911] 923391=test_struct [160/911] 923392=test_config [161/911] 923392=test_set_len [162/911] 923392=test_gem_package_tar_writer [163/911] 923387=test_pkey_rsa [164/911] 923392=test_external_new [165/911] 923392=test_deprecate [166/911] 923392=test_numhash [167/911] 923392=test_rdoc_constant [168/911] 923391=test_win32ole_typelib [169/911] 923391=test_module [170/911] 923392=test_ssl [171/911] 923387=test_gem_ext_cargo_builder_unit [172/911] 923387=constant_path_node_test [173/911] 923387=test_parse [174/911] 923387=test_gem_request_set_lockfile_tokenizer [175/911] 923387=test_rdoc_encoding [176/911] 923387=snippets_test [177/911] 923387=test_data [178/911] 923387=test_kwargs [179/911] 923387=test_rdoc_markdown [180/911] 923387=test_io_wait [181/911] 923391=test_gem_dependency [182/911] 923387=test_bug-5832 [183/911] 923387=test_usrmarshal [184/911] 923391=test_gem_gemcutter_utilities [185/911] 923387=test_euc_kr [186/911] 923387=test_econv [187/911] 923391=test_rubyvm [188/911] 923391=test_ssl_session [189/911] 923387=test_stack [190/911] 923391=test_scalar [191/911] 923391=test_enum [192/911] 923391=test_thread [193/911] 923391=test_literal [194/911] 923387=test_key_stroke [195/911] 923387=test_acceptable [196/911] 923387=test_reline [197/911] 923391=test_init [198/911] 923391=json_fixtures_test [199/911] 923391=test_rdoc_context_section [200/911] 923391=test_load [201/911] 923391=test_rdoc_parser_c [202/911] 923391=test_debugger_integration [203/911] 923391=test_my_integer [204/911] 923391=test_file [205/911] 923391=node_id_test [206/911] 923387=test_rdoc_ri_driver [207/911] 923391=test_httpheader [208/911] 923391=test_gem_commands_info_command [209/911] 923391=test_socket [210/911] 923392=test_ns_spki [211/911] 923392=test_gem_source_lock [212/911] 923387=test_class [213/911] 923392=test_const [214/911] 923392=test_gem_platform [215/911] 923392=test_bmethod [216/911] 923392=test_ractor [217/911] 923392=test_pkey [218/911] 923392=test_bug-3571 [219/911] 923392=test_bignum [220/911] 923392=test_tcp [221/911] 923392=test_assignment [222/911] 923387=test_abi [223/911] 923387=test_rdoc_method_attr [224/911] 923387=test_win32ole_type [225/911] 923387=test_gbk [226/911] 923387=ractor_test [227/911] 923387=test_enc_raise [228/911] 923387=test_gem_resolver_best_set [229/911] 923392=test_warning [230/911] 923387=test_dot_dot [231/911] 923387=test_type [232/911] 923387=test_handle [233/911] 923392=test_framework [234/911] 923392=test_gem_resolver_conflict [235/911] 923392=test_gem_commands_stale_command [236/911] 923392=test_exception [237/911] 923392=test_memory_view [238/911] 923392=test_flags .Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007fa87d5b1fa8 /tmp/ruby/build/trunk_gcc14/.ext/common/socket.rb:711 sleep> Finished thread: TestSocket#test_resolurion_error_error_code: #<Thread:0x00007fa87d5b1fa8 /tmp/ruby/build/trunk_gcc14/.ext/common/socket.rb:711 dead> [239/911] 923387=test_case_mapping [240/911] 923391=test_optarg [241/911] 923387=test_rdoc_markup_pre_process [242/911] 923387=test_ractor [243/911] 923391=test_rdoc_markdown_test [244/911] 923387=test_rdoc_normal_module [245/911] 923387=test_date_compat [246/911] 923387=test_fiddle [247/911] 923387=test_kernel [248/911] 923391=test_rdoc_markup_to_html_crossref [249/911] 923387=test_gem_validator [250/911] 923387=test_gem_commands_query_command [251/911] 923391=regexp_test [252/911] 923391=test_files_test [253/911] 923391=test_digest [254/911] 923392=test_rdoc_markup_include [255/911] 923392=test_continuation [256/911] 923392=test_require_path_check [257/911] 923392=test_win32ole_variant_m [258/911] 923392=test_date_attr [259/911] 923392=test_rdoc_generator_pot_po_entry [260/911] 923392=test_delete [261/911] 923392=test_enumerator [262/911] 923392=test_context [263/911] 923388=!Nothing_to_test [264/911] 923388=test_placearg [265/911] 923392=test_emoji [266/911] 923392=test_coder [267/911] 923392=test_symbol [268/911] 923388=test_gem_spec_fetcher [269/911] 923387=test_sorted_set [270/911] 923391=test_cgi_util [271/911] 923388=test_rdoc_i18n_locale [272/911] 923387=test_unix [273/911] 923387=test_condition [274/911] 923388=test_gem_uri [275/911] 923387=test_cp949 [276/911] 923387=test_date_parse [277/911] 923388=test_load [278/911] 923388=test_postponed_job [279/911] 923391=test_pkey_ec [280/911] 923391=test_thread [281/911] 923391=test_gem_request_set_lockfile [282/911] 923387=test_gem_ext_cargo_builder_link_flag_converter [283/911] 923387=test_utf16 [284/911] 923387=parse_stream_test [285/911] 923387=test_gem_security [286/911] 923388=test_gem_commands_fetch_command [287/911] 923388=test_x509store [288/911] 923388=json_generator_test [289/911] 923391=heredoc_dedent_test [290/911] 923391=test_asn1 [291/911] 923391=test_emoji_breaks [292/911] 923391=test_pkcs12 [293/911] 923391=test_rdoc_token_stream [294/911] 923391=test_gem_commands_list_command [295/911] 923391=test_gem_request_set [296/911] 923388=test_pkey_dsa [297/911] 923391=test_c_struct_builder [298/911] 923392=test_rdoc_single_class [299/911] 923392=test_shift_jis [300/911] 923392=test_jaro_winkler [301/911] 923392=test_backtrace [302/911] 923392=test_arity [303/911] 923392=test_gem_silent_ui [304/911] 923388=test_files_lib [305/911] 923391=test_help [306/911] 923391=implicit_array_test [307/911] 923391=test_complex [308/911] 923392=test_gem_commands_help_command [309/911] 923392=test_gem_name_tuple [310/911] 923392=test_gc_compact [311/911] 923391=test_backtrace [312/911] 923391=test_rdoc_task [313/911] 923391=test_gem_ext_builder [314/911] 923392=test_thread [315/911] 923391=test_hash_create [316/911] 923391=test_rdoc_generator_pot_po [317/911] 923391=test_error_highlight [318/911] 923388=test_integer_comb [319/911] 923391=test_did_you_mean [320/911] 923391=test_rdoc_stats [321/911] 923391=test_switch_hitter [322/911] 923391=test_rdoc_markup_indented_paragraph [323/911] 923391=test_http [324/911] 923391=test_file_exhaustive [325/911] 923387=test_gem_source_specific_file [326/911] 923387=test_store [327/911] 923387=test_rdoc_store [328/911] 923387=test_unicode_normalize [329/911] 923387=test_name_error_extension [330/911] 923387=test_custom_command [331/911] 923387=test_set [332/911] 923387=test_weakmap [333/911] 923388=test_json_tree [334/911] 923388=test_regexp [335/911] 923387=test_reline_key [336/911] 923387=test_gem_resolver_dependency_request [337/911] 923387=test_gem_request_connection_pools [338/911] 923391=test_depth_first [339/911] 923391=test_input_method [340/911] 923391=test_cclass [341/911] 923392=test_rdoc_markup_to_table_of_contents [342/911] 923387=test_rdoc_markup_to_html_snippet [343/911] 923392=test_workspace [344/911] 923391=test_find_executable [345/911] 923387=test_gem_commands_contents_command [346/911] 923391=test_rdoc_cross_reference [347/911] 923392=test_lazy_enumerator [348/911] 923387=test_gem_commands_exec_command [349/911] 923391=test_memory_view [350/911] 923392=test_helper [351/911] 923392=test_disable_irb [352/911] 923392=comments_test [353/911] 923391=test_stringify_symbols [354/911] 923391=test_method_name_check [355/911] 923392=test_mkmf [356/911] 923391=test_null [357/911] 923392=test_addr [358/911] 923391=test_ractor [359/911] 923392=test_sprintf [360/911] 923391=test_ractor [361/911] 923391=test_win32ole_variant_outarg [362/911] 923391=test_gem_safe_yaml [363/911] 923391=integer_parse_test [364/911] 923391=test_rdoc_parser_prism_ruby [365/911] 923392=test_gem_package [366/911] 923391=test_path_to_class [367/911] 923391=test_gem_package_tar_reader_entry [368/911] 923391=test_gem_commands_owner_command [369/911] 923392=test_config [370/911] 923387=test_gem_ext_ext_conf_builder [371/911] 923391=json_parser_test [372/911] 923391=test_gem_ext_rake_builder [373/911] 923392=test_gem_dependency_list [374/911] 923392=test_gem_resolver_local_specification [375/911] 923392=test_rdoc_markup_parser [376/911] 923392=test_gem_resolver_git_specification [377/911] 923391=overlap_test [378/911] 923392=test_gem_resolver_vendor_specification [379/911] 923392=command_line_test [380/911] 923392=test_scan_args [381/911] 923392=test_div [382/911] 923392=test_deprecated [383/911] 923392=test_ensure_and_callcc [384/911] 923392=warnings_test [385/911] 923392=symbol_encoding_test [386/911] 923391=test_rdoc_rd_inline_parser [387/911] 923391=dispatcher_test [388/911] 923391=test_windows_1252 [389/911] 923392=test_lambda [390/911] 923391=ripper_test [391/911] 923392=test_rdoc_markup_to_html [392/911] 923392=test_iseq [393/911] 923387=test_rubygems [394/911] 923387=test_noarg [395/911] 923387=test_member [396/911] 923387=parser_test [397/911] 923387=test_safe_load [398/911] 923391=test_path [399/911] 923387=test_case_comprehensive [400/911] 923391=test_gem_source_local [401/911] 923387=test_ripper [402/911] 923391=test_object_create_start [403/911] 923391=test_name_error [404/911] 923392=test_rdoc_markup_paragraph [405/911] 923392=test_enumerator [406/911] 923391=test_erb [407/911] 923387=test_rdoc_markup_heading [408/911] 923387=test_utf32 [409/911] 923391=test_gem_security_signer [410/911] 923387=test_gem_ext_cmake_builder [411/911] 923387=test_autoload [412/911] 923391=test_rdoc_comment [413/911] 923391=test_ws [414/911] 923391=test_date_time [415/911] 923391=test_gem_stream_ui [416/911] 923391=test_rdoc_generator_ri [417/911] 923391=test_gem_resolver_activation_request [418/911] 923391=test_common [419/911] 923391=test_autoconf [420/911] 923391=test_random [421/911] 923391=test_cgi_multipart [422/911] 923391=test_nofree [423/911] 923391=json_ext_parser_test [424/911] 923391=test_zsh_completion [425/911] 923391=test_instrumentation_api [426/911] 923391=test_stringchar [427/911] 923391=test_qsort [428/911] 923391=json_addition_test [429/911] 923391=test_gem_resolver_specification [430/911] 923391=test_provider [431/911] 923391=test_https_proxy [432/911] 923391=test_color [433/911] 923391=test_object [434/911] 923391=locals_test [435/911] 923391=test_len [436/911] 923391=test_stringio [437/911] 923391=test_gem_resolver_api_specification [438/911] 923391=test_rdoc_markup_to_joined_paragraph [439/911] 923391=test_cgi_tag_helper [440/911] 923388=test_cesu8 [441/911] 923388=parse_success_test [442/911] 923391=test_func [443/911] 923388=test_hash [444/911] 923391=test_iso_8859 [445/911] 923391=test_ocsp [446/911] 923388=test_scanner_events [447/911] 923391=test_dup [448/911] 923388=test_rdoc_context [449/911] 923391=test_sleep [450/911] 923388=test_open3 [451/911] 923387=test_open-uri [452/911] 923387=test_gem_commands_cleanup_command [453/911] 923387=test_kdf [454/911] 923387=test_eval [455/911] 923387=test_parser_events [456/911] 923387=test_win32ole_variant [457/911] 923387=test_yaml_tree [458/911] 923387=test_gem_commands_outdated_command [459/911] 923387=test_yjit_exit_locations [460/911] 923387=test_folderitem2_invokeverb [461/911] 923387=test_io_m17n [462/911] 923391=test_enc_str_buf_cat [463/911] 923391=test_psych [464/911] 923391=test_gem_config_file [465/911] 923391=test_str2big [466/911] 923391=test_command [467/911] 923388=test_resolve_symbol [468/911] 923388=test_rendering [469/911] 923388=test_rdoc_markup [470/911] 923388=test_gem_resolver_index_set [471/911] 923391=test_set [472/911] 923391=test_proxy [473/911] 923388=test_completion [474/911] 923391=test_ast [475/911] 923388=test_rdoc_ri_paths [476/911] 923388=test_have_macro [477/911] 923387=test_pinned [478/911] 923387=test_webauthn_poller [479/911] 923387=fixtures_test [480/911] 923387=test_rational2 [481/911] 923387=test_yjit [482/911] 923388=test_inlinecache [483/911] 923388=test_m17n [484/911] 923388=test_irb [485/911] 923388=test_argf [486/911] 923392=integer_base_flags_test [487/911] 923392=test_printf [488/911] 923392=test_gem_request [489/911] 923392=test_flush [490/911] 923392=test_frozen [491/911] 923392=test_https [492/911] 923388=test_evaluation [493/911] 923388=test_exit [494/911] 923388=test_string [495/911] 923387=regular_expression_encoding_test [496/911] 923387=test_not [497/911] 923387=test_remote_fetch_error [498/911] 923387=test_coderange [499/911] 923387=test_new [500/911] 923387=test_gem_uri_formatter [501/911] 923387=test_install [502/911] 923387=test_cipher [503/911] 923387=test_data_error [504/911] 923387=test_win32ole_method_event [505/911] 923387=test_cgi_cookie [506/911] 923387=test_cd [507/911] 923387=test_bundled_gems [508/911] 923387=test_pair [509/911] 923392=test_wss [510/911] 923392=test_nonblock [511/911] 923392=test_metaclass [512/911] 923392=test_gem_requirement [513/911] 923392=test_nil2vtempty [514/911] 923392=test_case [515/911] 923392=test_arith_seq_extract [516/911] 923392=location_test [517/911] 923392=test_gem_resolver_installer_set [518/911] 923392=test_random [519/911] 923392=test_engine [520/911] 923392=test_gem_text [521/911] 923392=test_settracefunc [522/911] 923392=test_key_error [523/911] 923392=test_require [524/911] 923387=tunnel_test [525/911] 923387=test_win32ole [526/911] 923387=test_gem_commands_environment_command [527/911] 923387=test_locale [528/911] 923387=test_stat [529/911] 923387=test_rdoc_class_module [530/911] 923387=test_webauthn_listener [531/911] 923387=test_ts [532/911] 923392=test_lexer [533/911] 923392=test_http [534/911] 923387=test_method_cache [535/911] 923387=test_sprintf_comb [536/911] 923387=test_gem_unsatisfiable_dependency_error [537/911] 923387=test_singleton_function [538/911] 923387=test_gem_resolver_installed_specification [539/911] 923387=test_range [540/911] 923387=test_cgi_modruby [541/911] 923387=test_human_typo [542/911] 923387=test_gem_ext_cargo_builder [543/911] 923387=test_udp [544/911] 923387=test_win32ole_record [545/911] 923387=test_ubf_async_safe [546/911] 923387=test_project_sanity [547/911] 923387=test_case [548/911] 923387=test_config [549/911] 923387=test_gem_commands_yank_command [550/911] 923387=test_gem_source_subpath_problem [551/911] 923387=test_date_strptime [552/911] 923387=test_gem_impossible_dependencies_error [553/911] 923387=test_filter [554/911] 923387=test_cparser [555/911] 923387=test_gc [556/911] 923387=test_math [557/911] 923387=test_ensured [558/911] 923387=test_libs [559/911] 923387=test_enumerator_kw.Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 11 #<File::Stat dev=0x8, ino=485209839, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> [560/911] 923387=test_koi8 [561/911] 923387=test_console_attr [562/911] 923387=test_gem_command [563/911] 923387=test_buffering [564/911] 923387=test_svcb_https [565/911] 923387=compiler_test [566/911] 923387=test_gem_commands_cert_command [567/911] 923392=test_alias [568/911] 923392=test_key_actor_emacs [569/911] 923392=test_getopts [570/911] 923392=test_basicinstructions [571/911] 923392=test_stringscanner [572/911] 923392=test_dns [573/911] 923392=test_rdoc_markup_document [574/911] 923392=test_boolean [575/911] 923392=test_resize [576/911] 923392=test_normalize [577/911] 923392=test_rdoc_i18n_text [578/911] 923392=test_thread_fd_close [579/911] 923392=test_tracepoint [580/911] 923387=test_gem_commands_build_command [581/911] 923392=test_rb_str_dup [582/911] 923392=test_cmethod [583/911] 923392=desugar_compiler_test [584/911] 923392=test_default_gems [585/911] 923387=test_generic [586/911] 923392=test_internal_ivar [587/911] 923392=test_update [588/911] 923392=test_yamldbm [589/911] 923392=test_win32ole_type_event [590/911] 923392=test_io [591/911] 923387=string_encoding_test [592/911] 923387=test_gem_resolver_index_specification [593/911] 923387=test_digest [594/911] 923387=test_popen_deadlock [595/911] 923387=test_object_references [596/911] 923387=test_fd_setsize [597/911] 923387=test_files_test_2 [598/911] 923388=test_readpartial [599/911] 923388=test_closure [600/911] 923388=test_webauthn_listener_response [601/911] 923388=test_gem_safe_marshal [602/911] 923387=test_rational [603/911] 923388=test_string_processing [604/911] 923388=encodings_test [605/911] 923388=test_etc [606/911] 923388=test_gem_remote_fetcher [607/911] 923387=test_protocol [608/911] 923388=test_dir [609/911] 923387=test_gem_bundler_version_finder [610/911] 923387=test_erb_command [611/911] 923387=test_convertible [612/911] 923388=test_super [613/911] 923388=test_optimization [614/911] 923388=test_encoding [615/911] 923388=test_enumerable [616/911] 923388=parse_test [617/911] 923388=test_mixed_unicode_escapes [618/911] 923388=test_ftp [619/911] 923388=test_verbose [620/911] 923388=test_gem_console_ui [621/911] 923388=test_process [622/911] 923388=test_sockopt [623/911] 923388=ruby_parser_test [624/911] 923388=test_rdoc_parser_markdown [625/911] 923388=test_env [626/911] 923388=test_uncorrectable_name_check [627/911] 923388=test_dir_m17n [628/911] 923388=test_multi_irb_commands [629/911] 923388=test_pp [630/911] 923388=source_location_test [631/911] 923388=test_key_actor_vi [632/911] 923388=index_write_test [633/911] 923388=test_ansi [634/911] 923388=test_mailto [635/911] 923388=test_ractor [636/911] 923388=test_gem_specification [637/911] 923388=test_gem_package_task [638/911] 923388=test_primitive [639/911] 923388=test_gem_resolver_api_set [640/911] 923388=test_bug_reporter [641/911] 923388=test_rdoc_rd [642/911] 923388=test_storage [643/911] 923388=test_signedness [644/911] 923391=parameters_signature_test [645/911] 923391=test_string [646/911] 923391=test_iterator [647/911] 923391=lex_test [648/911] 923392=test_rdoc_tom_doc [649/911] 923392=test_document [650/911] 923392=test_kill_ring [651/911] 923392=test_date_arith [652/911] 923392=test_win32ole_variable [653/911] 923392=breadth_first_search_test [654/911] 923392=test_require [655/911] 923391=test_win32ole_event [656/911] 923391=test_enc_associate [657/911] 923391=test_summary [658/911] 923391=test_bash_completion [659/911] 923391=test_gem_rdoc [660/911] 923391=test_unicode [661/911] 923391=test_variable [662/911] 923391=test_force_exit [663/911] 923391=test_gem_doctor [664/911] 923391=test_rdoc_rd_block_parser [665/911] 923391=test_thread_cv [666/911] 923392=test_weakkeymap [667/911] 923391=test_foreach [668/911] 923391=test_ole_methods [669/911] 923391=test_struct [670/911] 923391=onigmo_test [671/911] 923391=fuzzer_test [672/911] 923391=equality_test [673/911] 923391=test_syntax [674/911] 923392=test_trace [675/911] 923392=test_arity [676/911] 923392=percent_delimiter_string_test [677/911] 923392=test_c_struct_entry [678/911] 923392=test_files_ext [679/911] 923392=test_rdoc_markup_to_label [680/911] 923392=test_address_resolve [681/911] 923392=test_addrinfo [682/911] 923392=test_rdoc_markup_to_bs [683/911] 923392=test_bug-14834 [684/911] 923392=test_pack [685/911] 923392=test_gem_commands_uninstall_command [686/911] 923392=test_num2int [687/911] 923392=test_rdoc_parser_simple [688/911] 923392=test_rdoc_generator_markup [689/911] 923392=test_iter_break [690/911] 923392=test_eval_history [691/911] 923392=test_ipaddr [692/911] 923392=test_queue [693/911] 923392=test_array_create [694/911] 923392=test_command_aliasing [695/911] 923392=test_data [696/911] 923392=test_rdoc_markup_raw [697/911] 923392=test_gem_commands_open_command [698/911] 923392=test_integer [699/911] 923392=test_prettyprint [700/911] 923392=dump_test [701/911] 923392=test_propertyputref [702/911] 923392=test_fstring [703/911] 923392=test_at_exit [704/911] 923392=test_array [705/911] 923388=test_euc_jp [706/911] 923388=test_marshal [707/911] 923388=test_gem_version_option [708/911] 923388=test_spell_checker [709/911] 923388=test_bigzero [710/911] 923388=test_pointer [711/911] 923391=test_change_word [712/911] 923391=test_ssl [713/911] 923388=test_ractor [714/911] 923388=test_singleton [715/911] 923388=test_gem_package_tar_reader [716/911] 923388=test_have_library [717/911] 923387=test_cgi_header [718/911] 923387=test_raise_exception [719/911] 923391=string_query_test [720/911] 923391=test_parser [721/911] 923391=test_gem [722/911] 923387=test_mdns [723/911] 923387=test_grapheme_breaks [724/911] 923387=test_cgi_core [725/911] 923387=test_gem_commands_update_command [726/911] 923388=test_pack [727/911] 923388=test_parser [728/911] 923388=test_objspace [729/911] 923391=test_err_in_callback [730/911] 923391=test_forwardable [731/911] 923391=regular_expression_options_test [732/911] 923391=test_complex2 [733/911] 923391=test_passing_block [734/911] 923391=relocation_test [735/911] 923391=test_windows_1251 [736/911] 923391=test_gem_commands_server_command [737/911] 923391=test_optparse [738/911] 923391=test_shapes [739/911] 923391=test_interned_str [740/911] 923391=test_ractor [741/911] 923387=test_ractor [742/911] 923391=newline_offsets_test [743/911] 923387=test_x509attr [744/911] 923387=test_rdoc_require [745/911] 923387=test_gem_commands_check_command [746/911] 923387=test_win32ole_param_event [747/911] 923387=test_files_sample [748/911] 923387=unescape_test [749/911] 923387=test_recursion [750/911] 923387=test_time_tz [751/911] 923387=test_rdoc_parser [752/911] 923387=test_nesting_parser [753/911] 923387=test_pty [754/911] 923391=test_mul [755/911] 923391=test_gem_commands_unpack_command [756/911] 923387=test_gem_commands_specification_command [757/911] 923391=test_pattern_matching [758/911] 923387=test_gem_update_suggestion [759/911] 923391=test_gem_source_git [760/911] 923387=test_regex_casefold [761/911] 923387=test_gem_local_remote_options [762/911] 923387=test_rand [763/911] 923387=test_numeric [764/911] 923387=test_word [765/911] 923387=test_omap [766/911] 923387=test_gem_resolver_lock_set [767/911] 923387=test_configuration [768/911] 923387=test_serialize_subclasses [769/911] 923387=test_gem_stub_specification [770/911] 923387=test_shellwords [771/911] 923387=test_httpresponses [772/911] 923387=test_scheduler [773/911] 923387=test_symbol [774/911] 923387=test_unicode_escape [775/911] 923387=json_common_interface_test [776/911] 923387=test_transcode [777/911] 923387=test_gem_util [778/911] 923387=test_exception_at_throwing [779/911] 923387=test_float [780/911] 923391=test_gb18030 [781/911] 923391=test_pkcs7 [782/911] 923391=test_to_ary_concat [783/911] 923387=named_capture_test [784/911] 923387=test_gem_source_installed [785/911] 923387=test_notimplement [786/911] 923387=test_gem_commands_setup_command [787/911] 923392=test_gem_version [788/911] 923392=test_pkg_config [789/911] 923392=static_inspect_test [790/911] 923392=test_pipe [791/911] 923392=test_rdoc_attr [792/911] 923392=test_system [793/911] 923387=test_fiber [794/911] 923391=test_pathname [795/911] 923391=test_dln [796/911] 923391=test_coverage [797/911] 923392=test_tmpdir [798/911] 923392=test_gem_remote_fetcher_local_ssl_server [799/911] 923391=test_tsort [800/911] 923391=test_extlibs [801/911] 923392=test_time [802/911] 923392=test_keyword [803/911] 923391=test_sleep [804/911] 923387=test_import [805/911] 923392=test_lock_native_thread [806/911] 923392=test_x509req [807/911] 923392=test_yield_block [808/911] 923392=test_find [809/911] 923392=test_compile_prism [810/911] 923391=test_rbconfig [811/911] 923391=test_marshalable [812/911] 923391=test_face [813/911] 923392=test_sizeof [814/911] 923391=test_allocation [815/911] 923387=test_gem_security_policy [816/911] 923387=test_gem_security_trust_dir [817/911] 923387=test_have_func [818/911] 923387=test_insns_leaf [819/911] 923387=test_x509crl [820/911] 923387=lex_test [821/911] 923387=test_cgi_session [822/911] 923387=json_encoding_test [823/911] 923387=test_rdoc_markup_to_tt_only [824/911] 923387=test_pack [825/911] 923387=test_cstr [826/911] 923391=test_dbm [827/911] 923391=test_ancdata [828/911] 923391=test_gem_commands_signout_command [829/911] 923391=test_gem_source_list [830/911] 923391=test_zlib [831/911] 923387=test_yaml_special_cases [832/911] 923387=test_ruby_lex [833/911] 923387=test_class_name_check [834/911] 923387=test_proc [835/911] 923387=test_ossl [836/911] 923392=test_refinement [837/911] 923392=test_gem_path_support [838/911] 923392=version_test [839/911] 923392=test_require_lib [840/911] 923388=test_gem_commands_push_command [841/911] 923387=test_thread_queue [842/911] 923388=test_rdoc_generator_json_index [843/911] 923391=test_big5 [844/911] 923391=test_nowrite [845/911] 923388=test_tracer [846/911] 923388=test_ractor_compatibility [847/911] 923391=test_array [848/911] 923391=test_case_options [849/911] 923391=test_option [850/911] 923391=test_ractor [851/911] 923391=test_timeout [852/911] 923391=test_objectspace [853/911] 923388=test_object [854/911] 923388=test_gem_source_fetch_problem [855/911] 923388=test_registry [856/911] 923388=test_rendering [857/911] 923388=test_gem_resolver_requirement_list [858/911] 923388=test_arith_seq_beg_len_step [859/911] 923388=test_httpresponse [860/911] 923388=test_rdoc_parser_ruby [861/911] 923392=test_gem_commands_rebuild_command [862/911] 923392=test_history [863/911] 923392=test_fileutils [864/911] 923388=test_frozen_error [865/911] 923388=test_gem_commands_pristine_command [866/911] 923392=test_nil [867/911] 923392=test_rdoc_options [868/911] 923392=test_gem_gem_runner [869/911] 923392=test_bn [870/911] 923392=reflection_test [871/911] 923392=test_method_cache [872/911] 923392=test_rdoc_generator_pot [873/911] 923392=test_rdoc_include [874/911] 923392=test_gem_package_old [875/911] 923392=test_complexrational [876/911] 923392=test_gem_commands_mirror [877/911] 923392=test_gem_resolver [878/911] 923387=string_test [879/911] 923387=test_ftp [880/911] 923387=test_vm_dump [881/911] 923387=test_x509ext [882/911] 923387=test_beginendblock [883/911] 923388=test_encoding [884/911] 923392=errors_test [885/911] 923392=test_x509cert [886/911] 923388=test_gem_package_tar_header [887/911] 923387=test_rdoc_any_method [888/911] 923388=test_within_pipe [889/911] 923388=test_constant [890/911] 923387=test_last_thread [891/911] 923392=test_rdoc_markup_attributes [892/911] 923392=test_gem_uninstaller [893/911] 923391=test_helper [894/911] 923391=test_rdoc_parser_rd [895/911] 923391=test_rdoc_markup_to_markdown [896/911] 923391=test_gc [897/911] 923387=test_big2str [898/911] 923387=test_win32ole_param [899/911] 923387=test_fips [900/911] 923387=test_rdoc_parser_changelog [901/911] 923387=test_gem_resolver_git_set [902/911] 923387=test_delegate [903/911] 923392=test_c_union_entity [904/911] 923387=test_append [905/911] 923387=test_method [906/911] 923392=test_io_console [907/911] 923392=test_date [908/911] 923392=test_monitor [909/911] 923392=test_key_name_check [910/911] 923392=test_rdoc_markup_to_rdoc [911/911] 923392=test_whileuntil Finished tests in 299.846600s, 108.0653 tests/s, 21771.3191 assertions/s. 32403 tests, 6528056 assertions, 0 failures, 0 errors, 394 skips ruby -v: ruby 3.5.0dev (2025-01-14T03:24:37Z master 61d3f9a1a5) +PRISM [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 -j' TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc-14 LD = ld LDSHARED = gcc-14 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc14/include -I/tmp/ruby/src/trunk_gcc14 -I/tmp/ruby/src/trunk_gcc14/prism -I/tmp/ruby/src/trunk_gcc14/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 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_gcc14/yjit/target/release/' /tmp/ruby/src/trunk_gcc14/yjit/src/lib.rs gcc-14 (Ubuntu 14-20240412-0ubuntu1) 14.0.1 20240412 (experimental) [master r14-9935-g67e1433a94f] Copyright (C) 2024 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_gcc14' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' making encs make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14' ruby 3.5.0dev (2025-01-14T03:24:37Z master 61d3f9a1a5) +PRISM [x86_64-linux] 0 ............................................................ 60 ............................................................ 120 ............................................................ 180 ............................................................ 240 ............................................................ 300 ............................................................ 360 ............................................................ 420 ............................................................ 480 ............................................................ 540 ............................................................ 600 ............................................................ 660 ............................................................ 720 ............................................................ 780 ............................................................ 840 ............................................................ 900 ............................................................ 960 ............................................................ 1020 ............................................................ 1080 ............................................................ 1140 ............................................................ 1200 ............................................................ 1260 ............................................................ 1320 ............................................................ 1380 ............................................................ 1440 ............................................................ 1500 ............................................................ 1560 ............................................................ 1620 ............................................................ 1680 ............................................................ 1740 ............................................................ 1800 ............................................................ 1860 ............................................................ 1920 ............................................................ 1980 ............................................................ 2040 ............................................................ 2100 ............................................................ 2160 ............................................................ 2220 ............................................................ 2280 ............................................................ 2340 ............................................................ 2400 ............................................................ 2460 ............................................................ 2520 ............................................................ 2580 ............................................................ 2640 ............................................................ 2700 ............................................................ 2760 ............................................................ 2820 ............................................................ 2880 ............................................................ 2940 ............................................................ 3000 ............................................................ 3060 ............................................................ 3120 ............................................................ 3180 ............................................................ 3240 ............................................................ 3300 ............................................................ 3360 ...................................................... Finished in 24.369894 seconds 3413 files, 33290 examples, 146789 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0.