# Logfile created on 2025-01-28 08:02:11 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x00007f0c7d9bfdd0 @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_gcc12", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_gcc12", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_gcc12", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_gcc12", @configure_opts=["CC=gcc-12"], @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_gcc12.20250128-080211", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007f0c7d9e1930 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f0c7d9e17c8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f0c7d8fa828 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_gcc12.20250128-080211", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_gcc12.20250128-080211>, @binmode=false, @mon_data=#<Monitor:0x00007f0c7d9e14a8>, @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 Update irb to 6bb53630c3398b2042fb99d5232c68399491d338 Update reline to defcd36c0b6e6648333d4b9ab5923eb4e543615e echo 6bb53630c3398b2042fb99d5232c68399491d338 | /bin/sh /tmp/ruby/src/trunk_gcc12/tool/ifchange /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/irb.revision - echo defcd36c0b6e6648333d4b9ab5923eb4e543615e | /bin/sh /tmp/ruby/src/trunk_gcc12/tool/ifchange /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/reline.revision - /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/irb.revision unchanged /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/reline.revision unchanged echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/trunk_gcc12/tool/ifchange /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/pstore.revision - /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/pstore.revision unchanged $$$[end] "make update-download -j4" exit with 0. $$$[beg] make update-src -j4 From https://github.com/ruby/ruby 92b87c4..50e34fd master -> origin/master Updating 92b87c4..50e34fd Fast-forward .github/workflows/cygwin.yml | 8 +- ext/json/generator/generator.c | 46 +++++- ext/json/json.gemspec | 5 +- ext/json/lib/json/common.rb | 94 +++++++++++ ext/json/lib/json/ext/generator/state.rb | 1 + gems/bundled_gems | 2 +- lib/bundler/dependency.rb | 1 - lib/bundler/gem_helpers.rb | 14 +- lib/bundler/rubygems_ext.rb | 161 +++++++++---------- lib/bundler/runtime.rb | 43 +++-- lib/bundler/spec_set.rb | 4 + lib/bundler/vendor/fileutils/.document | 1 - lib/bundler/vendor/net-http-persistent/.document | 1 - lib/bundler/vendor/pub_grub/.document | 1 - lib/bundler/vendor/securerandom/.document | 1 - lib/bundler/vendor/thor/.document | 1 - lib/bundler/vendor/tsort/.document | 1 - lib/bundler/vendor/uri/.document | 1 - lib/bundler/worker.rb | 2 +- .../connection_pool => rubygems/vendor}/.document | 0 lib/rubygems/vendor/molinillo/.document | 1 - lib/rubygems/vendor/net-http/.document | 1 - lib/rubygems/vendor/net-protocol/.document | 1 - lib/rubygems/vendor/optparse/.document | 1 - lib/rubygems/vendor/resolv/.document | 1 - lib/rubygems/vendor/securerandom/.document | 1 - lib/rubygems/vendor/timeout/.document | 1 - lib/rubygems/vendor/tsort/.document | 1 - lib/rubygems/vendor/uri/.document | 1 - spec/bundler/bundler/fetcher/downloader_spec.rb | 2 +- spec/bundler/bundler/lockfile_parser_spec.rb | 6 +- spec/bundler/bundler/source_spec.rb | 6 +- spec/bundler/commands/console_spec.rb | 174 ++++++++++++--------- spec/bundler/commands/info_spec.rb | 4 +- spec/bundler/commands/install_spec.rb | 13 +- spec/bundler/commands/lock_spec.rb | 19 +-- spec/bundler/commands/update_spec.rb | 4 +- spec/bundler/install/gemfile/gemspec_spec.rb | 56 ++----- spec/bundler/install/gemfile/platform_spec.rb | 6 +- .../install/gemfile/specific_platform_spec.rb | 14 +- spec/bundler/install/gems/dependency_api_spec.rb | 2 +- spec/bundler/install/gems/resolving_spec.rb | 4 +- spec/bundler/lock/lockfile_spec.rb | 2 +- spec/bundler/other/ext_spec.rb | 20 +-- spec/bundler/runtime/platform_spec.rb | 16 +- spec/bundler/runtime/require_spec.rb | 53 ++----- spec/bundler/support/builders.rb | 4 + spec/bundler/support/hax.rb | 17 +- spec/bundler/support/helpers.rb | 10 -- spec/bundler/support/path.rb | 2 +- spec/bundler/support/platforms.rb | 66 ++------ spec/bundler/support/the_bundle.rb | 4 + test/json/json_coder_test.rb | 38 +++++ test/json/json_generator_test.rb | 9 ++ .../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 +- 58 files changed, 533 insertions(+), 435 deletions(-) delete mode 100644 lib/bundler/vendor/fileutils/.document delete mode 100644 lib/bundler/vendor/net-http-persistent/.document delete mode 100644 lib/bundler/vendor/pub_grub/.document delete mode 100644 lib/bundler/vendor/securerandom/.document delete mode 100644 lib/bundler/vendor/thor/.document delete mode 100644 lib/bundler/vendor/tsort/.document delete mode 100644 lib/bundler/vendor/uri/.document rename lib/{bundler/vendor/connection_pool => rubygems/vendor}/.document (100%) delete mode 100644 lib/rubygems/vendor/molinillo/.document delete mode 100644 lib/rubygems/vendor/net-http/.document delete mode 100644 lib/rubygems/vendor/net-protocol/.document delete mode 100644 lib/rubygems/vendor/optparse/.document delete mode 100644 lib/rubygems/vendor/resolv/.document delete mode 100644 lib/rubygems/vendor/securerandom/.document delete mode 100644 lib/rubygems/vendor/timeout/.document delete mode 100644 lib/rubygems/vendor/tsort/.document delete mode 100644 lib/rubygems/vendor/uri/.document create mode 100755 test/json/json_coder_test.rb Latest commit hash = 50e34fd768 $$$[end] "make update-src -j4" exit with 0. $$$[beg] make after-update -j4 Cloning https://github.com/ruby/syslog Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f Update irb to 6bb53630c3398b2042fb99d5232c68399491d338 Cloning into '/tmp/ruby/src/trunk_gcc12/gems/src/syslog'... echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/trunk_gcc12/tool/ifchange /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/pstore.revision - echo 6bb53630c3398b2042fb99d5232c68399491d338 | /bin/sh /tmp/ruby/src/trunk_gcc12/tool/ifchange /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/irb.revision - /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/pstore.revision unchanged /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/irb.revision unchanged Update reline to defcd36c0b6e6648333d4b9ab5923eb4e543615e echo defcd36c0b6e6648333d4b9ab5923eb4e543615e | /bin/sh /tmp/ruby/src/trunk_gcc12/tool/ifchange /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/reline.revision - /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/reline.revision unchanged /tmp/ruby/src/trunk_gcc12/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_gcc12' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' Update syslog to f2b9e75a8e016502607a3a20695cef57956150c2 echo f2b9e75a8e016502607a3a20695cef57956150c2 | /bin/sh /tmp/ruby/src/trunk_gcc12/tool/ifchange /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/syslog.revision - /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/syslog.revision updated Building syslog@f2b9e75a8e016502607a3a20695cef57956150c2 to /tmp/ruby/src/trunk_gcc12/gems/syslog-0.2.0.gem Successfully built RubyGem Name: syslog Version: 0.2.0 File: syslog-0.2.0.gem Extracting bundle gem syslog-0.2.0... Unpacked gems/syslog-0.2.0.gem $$$[end] "make after-update -j4" exit with 0. $$$[beg] make miniruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc-12 LD = ld LDSHARED = gcc-12 -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_gcc12/include -I/tmp/ruby/src/trunk_gcc12 -I/tmp/ruby/src/trunk_gcc12/prism -I/tmp/ruby/src/trunk_gcc12/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_gcc12/yjit/target/release/' /tmp/ruby/src/trunk_gcc12/yjit/src/lib.rs gcc-12 (Ubuntu 12.3.0-17ubuntu1) 12.3.0 Copyright (C) 2022 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_gcc12/version.c linking miniruby $$$[end] "make miniruby -j4" exit with 0. $$$[beg] make ruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc-12 LD = ld LDSHARED = gcc-12 -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_gcc12/include -I/tmp/ruby/src/trunk_gcc12 -I/tmp/ruby/src/trunk_gcc12/prism -I/tmp/ruby/src/trunk_gcc12/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_gcc12/yjit/target/release/' /tmp/ruby/src/trunk_gcc12/yjit/src/lib.rs gcc-12 (Ubuntu 12.3.0-17ubuntu1) 12.3.0 Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. builtin_binary.inc updated ea6538ec25b7a6bcad88288def47c0e5aeaa1050539923a12198db7cc6360961 builtin_binary.inc compiling /tmp/ruby/src/trunk_gcc12/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-12 LD = ld LDSHARED = gcc-12 -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_gcc12/include -I/tmp/ruby/src/trunk_gcc12 -I/tmp/ruby/src/trunk_gcc12/prism -I/tmp/ruby/src/trunk_gcc12/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_gcc12/yjit/target/release/' /tmp/ruby/src/trunk_gcc12/yjit/src/lib.rs gcc-12 (Ubuntu 12.3.0-17ubuntu1) 12.3.0 Copyright (C) 2022 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 enc making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' making encs make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' configuring syslog-0.2.0/ext/syslog make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/objspace' installing default libraries make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.1/ext/racc/cparse' compiling /tmp/ruby/src/trunk_gcc12/.bundle/gems/syslog-0.2.0/ext/syslog/syslog.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/json/generator' compiling /tmp/ruby/src/trunk_gcc12/ext/json/generator/generator.c make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/digest/sha2' linking shared-object syslog_ext.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/syslog-0.2.0/ext/syslog' linking shared-object json/ext/generator.so make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/json/generator' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' $$$[end] "make all -j4" exit with 0. $$$[beg] make install -j4 Update syslog to f2b9e75a8e016502607a3a20695cef57956150c2 Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f echo f2b9e75a8e016502607a3a20695cef57956150c2 | /bin/sh /tmp/ruby/src/trunk_gcc12/tool/ifchange /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/syslog.revision - echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/trunk_gcc12/tool/ifchange /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/pstore.revision - Update irb to 6bb53630c3398b2042fb99d5232c68399491d338 Update reline to defcd36c0b6e6648333d4b9ab5923eb4e543615e /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/pstore.revision unchanged /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/syslog.revision unchanged echo 6bb53630c3398b2042fb99d5232c68399491d338 | /bin/sh /tmp/ruby/src/trunk_gcc12/tool/ifchange /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/irb.revision - echo defcd36c0b6e6648333d4b9ab5923eb4e543615e | /bin/sh /tmp/ruby/src/trunk_gcc12/tool/ifchange /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/reline.revision - /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/reline.revision unchanged /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/irb.revision unchanged BASERUBY = /usr/bin/ruby --disable=gems CC = gcc-12 LD = ld LDSHARED = gcc-12 -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_gcc12/include -I/tmp/ruby/src/trunk_gcc12 -I/tmp/ruby/src/trunk_gcc12/prism -I/tmp/ruby/src/trunk_gcc12/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_gcc12/yjit/target/release/' /tmp/ruby/src/trunk_gcc12/yjit/src/lib.rs generating encdb.h generating enc.mk encdb.h unchanged gcc-12 (Ubuntu 12.3.0-17ubuntu1) 12.3.0 Copyright (C) 2022 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. making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' making encs make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' ./miniruby -I/tmp/ruby/src/trunk_gcc12/lib -I. -I.ext/common /tmp/ruby/src/trunk_gcc12/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk_gcc12/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_gcc12/bin installing base libraries: /tmp/ruby/install/trunk_gcc12/lib installing arch files: /tmp/ruby/install/trunk_gcc12/lib/ruby/3.5.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk_gcc12/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk_gcc12/lib/ruby/3.5.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk_gcc12/lib/ruby/site_ruby/3.5.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk_gcc12/lib/ruby/vendor_ruby/3.5.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk_gcc12/include/ruby-3.5.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk_gcc12/lib/ruby/3.5.0+0 installing extension scripts: /tmp/ruby/install/trunk_gcc12/lib/ruby/site_ruby/3.5.0+0 installing extension scripts: /tmp/ruby/install/trunk_gcc12/lib/ruby/vendor_ruby/3.5.0+0 installing extension headers: /tmp/ruby/install/trunk_gcc12/include/ruby-3.5.0+0/ruby installing command scripts: /tmp/ruby/install/trunk_gcc12/bin installing library scripts: /tmp/ruby/install/trunk_gcc12/lib/ruby/3.5.0+0 installing common headers: /tmp/ruby/install/trunk_gcc12/include/ruby-3.5.0+0 installing manpages: /tmp/ruby/install/trunk_gcc12/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk_gcc12/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 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 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_gcc12/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.3 stringio 3.1.3.dev strscan 3.1.2 zlib 3.2.1 installing bundled gems: /tmp/ruby/install/trunk_gcc12/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.10 ostruct 0.6.1 pstore 0.1.4 benchmark 0.4.0 logger 1.6.5 rdoc 6.11.0 irb 1.15.1 reline 0.6.0 readline 0.0.4 installing bundled gem cache: /tmp/ruby/install/trunk_gcc12/lib/ruby/gems/3.5.0+0/cache skipped bundled gems: win32ole-1.9.1.gem not found in bundled_gems $$$[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-12 LD = ld LDSHARED = gcc-12 -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_gcc12/include -I/tmp/ruby/src/trunk_gcc12 -I/tmp/ruby/src/trunk_gcc12/prism -I/tmp/ruby/src/trunk_gcc12/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_gcc12/yjit/target/release/' /tmp/ruby/src/trunk_gcc12/yjit/src/lib.rs gcc-12 (Ubuntu 12.3.0-17ubuntu1) 12.3.0 Copyright (C) 2022 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_gcc12/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk_gcc12/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk_gcc12/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-12 LD = ld LDSHARED = gcc-12 -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_gcc12/include -I/tmp/ruby/src/trunk_gcc12 -I/tmp/ruby/src/trunk_gcc12/prism -I/tmp/ruby/src/trunk_gcc12/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_gcc12/yjit/target/release/' /tmp/ruby/src/trunk_gcc12/yjit/src/lib.rs gcc-12 (Ubuntu 12.3.0-17ubuntu1) 12.3.0 Copyright (C) 2022 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_gcc12' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' making encs make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' Run options: --seed=57255 "--ruby=./miniruby -I/tmp/ruby/src/trunk_gcc12/lib -I. -I.ext/common /tmp/ruby/src/trunk_gcc12/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk_gcc12/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j4 # Running tests: [ 1/766] 2375454=test_enumerator [ 2/766] 2375454=test_shapes [ 3/766] 2375456=test_rational [ 4/766] 2375454=test_gem_version_option [ 5/766] 2375459=test_ractor [ 6/766] 2375459=test_gem_uri [ 7/766] 2375455=json_generator_test [ 8/766] 2375454=comments_test [ 9/766] 2375454=test_gem_specification [ 10/766] 2375455=test_gem_requirement [ 11/766] 2375459=test_array [ 12/766] 2375455=test_yamldbm [ 13/766] 2375455=source_location_test [ 14/766] 2375455=test_gem_version [ 15/766] 2375455=test_date_compat [ 16/766] 2375455=test_gem_commands_update_command [ 17/766] 2375456=test_forwardable [ 18/766] 2375456=test_gem_resolver_index_specification [ 19/766] 2375456=test_gem_console_ui [ 20/766] 2375456=test_json_tree [ 21/766] 2375456=test_mixed_unicode_escapes [ 22/766] 2375456=test_time_tz [ 23/766] 2375456=test_cclass [ 24/766] 2375456=test_windows_1252 [ 25/766] 2375456=test_ubf_async_safe [ 26/766] 2375456=test_boolean [ 27/766] 2375456=test_scan_args [ 28/766] 2375456=fixtures_test [ 29/766] 2375456=test_rational2 [ 30/766] 2375456=dispatcher_test [ 31/766] 2375456=test_proxy [ 32/766] 2375456=warnings_test [ 33/766] 2375456=test_open3 [ 34/766] 2375455=test_console_attr [ 35/766] 2375455=test_resolve_symbol [ 36/766] 2375455=test_https [ 37/766] 2375454=test_symbol [ 38/766] 2375454=test_enc_associate [ 39/766] 2375454=test_parser [ 40/766] 2375454=test_http [ 41/766] 2375454=test_gem_stub_specification [ 42/766] 2375459=test_gem_resolver_installed_specification [ 43/766] 2375454=test_gem_config_file [ 44/766] 2375459=test_queue [ 45/766] 2375459=test_qsort [ 46/766] 2375459=test_new [ 47/766] 2375459=json_addition_test [ 48/766] 2375459=test_date_time [ 49/766] 2375459=test_yjit_exit_locations [ 50/766] 2375459=test_exception_at_throwing [ 51/766] 2375459=test_cipher [ 52/766] 2375454=test_complexrational [ 53/766] 2375454=test_rb_str_dup [ 54/766] 2375454=test_gem_commands_build_command [ 55/766] 2375459=test_prettyprint [ 56/766] 2375459=test_gem_commands_unpack_command [ 57/766] 2375454=test_gem_source_specific_file [ 58/766] 2375459=test_files_lib [ 59/766] 2375454=test_safe_load [ 60/766] 2375454=test_metaclass [ 61/766] 2375454=test_variable [ 62/766] 2375456=test_name_error [ 63/766] 2375456=test_yaml_tree [ 64/766] 2375454=test_enumerator [ 65/766] 2375456=test_singleton_function [ 66/766] 2375456=test_integer [ 67/766] 2375459=test_cgi_cookie [ 68/766] 2375455=test_cgi_tag_helper [ 69/766] 2375459=test_name_error_extension [ 70/766] 2375459=test_webauthn_listener_response [ 71/766] 2375455=test_shellwords [ 72/766] 2375455=test_gem_commands_exec_command [ 73/766] 2375459=lex_test [ 74/766] 2375456=test_gem_commands_server_command [ 75/766] 2375456=test_marshal [ 76/766] 2375459=test_storage [ 77/766] 2375459=test_omap [ 78/766] 2375459=test_postponed_job [ 79/766] 2375456=test_iterator [ 80/766] 2375459=test_string [ 81/766] 2375459=test_mdns [ 82/766] 2375459=test_ractor [ 83/766] 2375456=test_gem_bundler_version_finder [ 84/766] 2375456=test_gem_request_set_lockfile [ 85/766] 2375459=test_pkey_dsa [ 86/766] 2375455=test_gem_unsatisfiable_dependency_error [ 87/766] 2375455=test_engine [ 88/766] 2375455=test_gem_resolver_vendor_specification [ 89/766] 2375455=test_key_error [ 90/766] 2375455=test_passing_block [ 91/766] 2375455=test_ssl [ 92/766] 2375456=test_stringchar [ 93/766] 2375456=test_gem [ 94/766] 2375459=freeze_test [ 95/766] 2375459=test_float [ 96/766] 2375455=test_process [ 97/766] 2375455=test_cparser [ 98/766] 2375459=test_gem_remote_fetcher_s3 [ 99/766] 2375459=test_object_references [100/766] 2375459=test_big2str [101/766] 2375459=test_parser [102/766] 2375459=test_config [103/766] 2375459=json_coder_test [104/766] 2375459=test_popen_deadlock [105/766] 2375456=test_dir_m17n [106/766] 2375455=test_debug [107/766] 2375455=test_gem_package_tar_reader [108/766] 2375455=test_cgi_core [109/766] 2375455=test_httpresponses [110/766] 2375455=test_webauthn_poller [111/766] 2375459=test_stream [112/766] 2375459=test_deprecated [113/766] 2375459=test_div [114/766] 2375459=test_gem_safe_marshal [115/766] 2375455=test_case_mapping [116/766] 2375455=test_exception [117/766] 2375455=test_member [118/766] 2375455=test_fiber [119/766] 2375456=test_m17n [120/766] 2375459=test_gem_ext_ext_conf_builder [121/766] 2375456=test_data_error [122/766] 2375456=test_yjit [123/766] 2375454=test_fstring [124/766] 2375454=test_path_to_class [125/766] 2375454=test_gem_package_tar_header [126/766] 2375459=test_optarg [127/766] 2375454=test_exit [128/766] 2375454=test_gem_resolver_installer_set [129/766] 2375459=test_argf [130/766] 2375454=json_parser_test [131/766] 2375454=test_cmethod [132/766] 2375454=test_gem_uri_formatter [133/766] 2375454=test_assignment [134/766] 2375455=test_gem_commands_signout_command [135/766] 2375455=test_gem_source_installed [136/766] 2375455=test_pinned [137/766] 2375455=test_gem_commands_help_command [138/766] 2375455=errors_test [139/766] 2375455=test_date_marshal [140/766] 2375455=test_nofree [141/766] 2375455=test_set [142/766] 2375455=test_yield_block [143/766] 2375455=index_write_test [144/766] 2375455=test_ftp [145/766] 2375455=test_vm_dump [146/766] 2375455=test_memory_view [147/766] 2375455=test_helper [148/766] 2375455=test_closure [149/766] 2375454=test_gem_commands_list_command [150/766] 2375455=static_inspect_test [151/766] 2375455=test_dot_dot [152/766] 2375455=test_method [153/766] 2375454=test_digest [154/766] 2375454=test_project_sanity [155/766] 2375454=!Nothing_to_test [156/766] 2375454=test_gem_source_subpath_problem [157/766] 2375454=test_fips [158/766] 2375454=test_ensured [159/766] 2375454=test_kernel [160/766] 2375454=test_bash_completion [161/766] 2375454=test_instrumentation_api [162/766] 2375459=test_pattern_key_name_check [163/766] 2375459=test_memory_view [164/766] 2375459=test_hash [165/766] 2375454=test_bigzero [166/766] 2375454=test_timeout [167/766] 2375454=test_webauthn_listener Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 33777> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 8 : #<TCPSocket:fd 8, AF_INET, 127.0.0.1, 38587> .Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 8 [168/766] 2375454=test_weakref [169/766] 2375454=test_sleep [170/766] 2375454=test_len [171/766] 2375454=test_libs [172/766] 2375454=test_arity [173/766] 2375454=test_math [174/766] 2375454=test_lock_native_thread [175/766] 2375454=test_gc [176/766] 2375454=test_filter [177/766] 2375454=test_sizeof [178/766] 2375456=test_enc_str_buf_cat [179/766] 2375456=test_sockopt [180/766] 2375456=test_backtrace [181/766] 2375456=test_encoding [182/766] 2375456=test_emoji_breaks [183/766] 2375456=test_koi8 [184/766] 2375456=test_case [185/766] 2375456=test_gem_security_trust_dir [186/766] 2375456=test_date_parse [187/766] 2375456=test_keyword [188/766] 2375455=test_hash_create [189/766] 2375455=test_gem_commands_environment_command [190/766] 2375456=test_system [191/766] 2375455=test_gem_security [192/766] 2375459=test_pkey_ec [193/766] 2375459=test_document [194/766] 2375459=test_http [195/766] 2375456=test_data [196/766] 2375456=test_switch_hitter [197/766] 2375456=test_provider .Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 8 #<File::Stat dev=0x8, ino=1039378642, 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> [198/766] 2375456=test_bn [199/766] 2375456=test_primitive [200/766] 2375456=encodings_test [201/766] 2375456=test_did_you_mean [202/766] 2375456=test_gem_package_task [203/766] 2375456=test_uncorrectable_name_check [204/766] 2375456=test_array [205/766] 2375456=test_thread_cv [206/766] 2375456=test_ossl [207/766] 2375455=test_time [208/766] 2375455=test_pack [209/766] 2375455=test_object [210/766] 2375455=test_gem_commands_rebuild_command [211/766] 2375455=test_gem_resolver_git_set [212/766] 2375454=test_gc_compact .Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 9 #<File::Stat dev=0x8, ino=1039382745, 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> [213/766] 2375459=test_shift_jis [214/766] 2375459=test_basicsocket [215/766] 2375459=test_nomethod_error [216/766] 2375459=test_big5 [217/766] 2375459=test_gem_gem_runner [218/766] 2375459=test_sleep [219/766] 2375455=test_gem_commands_mirror [220/766] 2375455=test_gem_commands_info_command [221/766] 2375455=magic_comment_test [222/766] 2375455=test_timeout [223/766] 2375455=test_install [224/766] 2375455=pattern_test [225/766] 2375455=dump_test [226/766] 2375454=test_date_ractor [227/766] 2375459=test_pair [228/766] 2375456=test_gem_command [229/766] 2375454=lex_test [230/766] 2375454=test_zlib [231/766] 2375456=test_string [232/766] 2375455=test_type [233/766] 2375455=test_random_formatter [234/766] 2375455=test_proc [235/766] 2375455=test_bundled_gems [236/766] 2375455=test_io_buffer [237/766] 2375455=test_date_strftime [238/766] 2375455=test_files_test_1 [239/766] 2375459=version_test [240/766] 2375459=test_import [241/766] 2375454=test_delete [242/766] 2375454=test_lexer [243/766] 2375454=test_merge_keys [244/766] 2375454=test_random [245/766] 2375454=test_pointer [246/766] 2375459=test_continuation [247/766] 2375459=test_time [248/766] 2375459=test_gem_resolver_git_specification [249/766] 2375455=test_placearg [250/766] 2375459=test_config [251/766] 2375454=test_gem_commands_cleanup_command [252/766] 2375459=library_symbols_test [253/766] 2375455=test_erb [254/766] 2375459=test_io [255/766] 2375455=test_files_test [256/766] 2375455=test_pkey_dh [257/766] 2375455=test_threadgroup [258/766] 2375459=test_pipe [259/766] 2375459=test_cgi_header [260/766] 2375459=test_gem_dependency_installer [261/766] 2375455=test_gem_source [262/766] 2375454=test_gem_security_policy [263/766] 2375455=test_ocsp [264/766] 2375455=test_coderange [265/766] 2375455=test_euc_kr [266/766] 2375455=test_psych [267/766] 2375454=json_fixtures_test [268/766] 2375454=test_to_ary_concat [269/766] 2375455=test_gem_resolver_index_set [270/766] 2375455=test_date [271/766] 2375455=test_gem_commands_setup_command [272/766] 2375455=test_io_m17n [273/766] 2375454=test_bmethod [274/766] 2375454=unescape_test [275/766] 2375454=test_ipaddr [276/766] 2375454=test_assembler [277/766] 2375454=test_x509store [278/766] 2375454=test_kwargs [279/766] 2375454=test_io_wait [280/766] 2375454=test_kdf [281/766] 2375454=test_inadvertent_creation [282/766] 2375454=test_deprecate [283/766] 2375454=test_range [284/766] 2375455=test_gem_resolver_conflict [285/766] 2375455=test_gem_commands_specification_command [286/766] 2375455=integer_base_flags_test [287/766] 2375455=test_interned_str [288/766] 2375455=test_ns_spki [289/766] 2375455=test_dryrun [290/766] 2375455=test_require_path_check [291/766] 2375455=test_ts [292/766] 2375454=test_gem_platform [293/766] 2375459=test_encoding [294/766] 2375454=test_nil [295/766] 2375454=test_frozen [296/766] 2375454=test_grapheme_breaks [297/766] 2375455=test_integer_comb [298/766] 2375454=test_gem_resolver_composed_set [299/766] 2375454=test_remote_fetch_error [300/766] 2375454=test_constant [301/766] 2375459=test_gem_resolver_best_set [302/766] 2375459=test_rubyoptions [303/766] 2375455=test_printf [304/766] 2375455=test_transcode [305/766] 2375455=test_set [306/766] 2375455=test_gem_resolver_api_specification [307/766] 2375455=test_udp [308/766] 2375455=test_pack [309/766] 2375455=test_x509name [310/766] 2375455=test_gem_gemcutter_utilities [311/766] 2375455=test_http_request [312/766] 2375455=test_basicinstructions [313/766] 2375455=test_bug_reporter [314/766] 2375455=test_str2big [315/766] 2375455=test_alias [316/766] 2375455=test_gem_commands_check_command [317/766] 2375455=parameters_signature_test [318/766] 2375455=test_gem_package_old [319/766] 2375455=test_resource [320/766] 2375455=test_have_func [321/766] 2375454=test_unicode_normalize [322/766] 2375454=test_singleton [323/766] 2375454=test_gem_path_support [324/766] 2375454=test_require [325/766] 2375455=test_reqarg [326/766] 2375455=test_parser_events [327/766] 2375455=test_gem_remote_fetcher [328/766] 2375456=test_ssl_session [329/766] 2375455=test_normalize [330/766] 2375455=test_function_entry [331/766] 2375455=test_dns [332/766] 2375456=test_fd_setsize [333/766] 2375456=json_common_interface_test [334/766] 2375456=named_capture_test [335/766] 2375456=test_gem_ext_cmake_builder [336/766] 2375456=test_ancdata [337/766] 2375455=test_gem_request [338/766] 2375456=test_tsort [339/766] 2375456=test_rat [340/766] 2375456=test_syntax [341/766] 2375454=ripper_test [342/766] 2375455=test_rubygems [343/766] 2375455=test_file [344/766] 2375455=test_data [345/766] 2375455=test_function [346/766] 2375455=test_gem_commands_lock_command [347/766] 2375455=test_acceptable [348/766] 2375454=test_super [349/766] 2375455=test_registry [350/766] 2375455=test_ractor [351/766] 2375455=test_serialize_subclasses [352/766] 2375455=test_struct [353/766] 2375455=onigmo_test [354/766] 2375455=test_gem_uninstaller [355/766] 2375454=test_httpheader [356/766] 2375454=test_gem_source_git [357/766] 2375455=fuzzer_test [358/766] 2375455=test_regex_casefold [359/766] 2375455=test_internal_ivar [360/766] 2375455=desugar_compiler_test [361/766] 2375455=test_yamlstore [362/766] 2375455=test_tracepoint [363/766] 2375455=test_gem_ext_configure_builder [364/766] 2375455=test_gem_resolver_api_set [365/766] 2375455=symbol_encoding_test [366/766] 2375455=test_thread_fd_close [367/766] 2375455=test_cgi_multipart [368/766] 2375455=test_tempfile [369/766] 2375459=test_gem_resolver_vendor_set [370/766] 2375459=test_protect [371/766] 2375459=test_tmpdir [372/766] 2375459=test_tree_builder [373/766] 2375459=ruby_parser_test [374/766] 2375459=test_pkcs7 [375/766] 2375454=test_autoconf [376/766] 2375454=test_enumerable [377/766] 2375454=test_generic [378/766] 2375455=test_gem_ext_cargo_builder_link_flag_converter [379/766] 2375454=parser_test [380/766] 2375454=test_numeric [381/766] 2375454=test_string_memory [382/766] 2375455=test_bundled_ca [383/766] 2375459=test_rand [384/766] 2375454=test_jaro_winkler [385/766] 2375454=test_class_name_check [386/766] 2375454=test_mailto [387/766] 2375454=test_capacity [388/766] 2375454=test_nextafter [389/766] 2375454=string_query_test [390/766] 2375454=test_comparable [391/766] 2375454=test_stringio [392/766] 2375454=test_io_timeout [393/766] 2375454=test_ldap [394/766] 2375454=test_pty [395/766] 2375459=test_arity [396/766] 2375459=test_euc_tw [397/766] 2375459=test_numhash [398/766] 2375459=test_trace [399/766] 2375459=test_pkey_rsa [400/766] 2375455=test_complex2 [401/766] 2375455=test_wait [402/766] 2375455=test_gem_remote_fetcher_local_ssl_server [403/766] 2375454=test_change_word [404/766] 2375454=test_yaml_special_cases [405/766] 2375454=test_gem_source_list [406/766] 2375454=test_spell_checker [407/766] 2375454=test_gem_commands_contents_command [408/766] 2375454=test_integer [409/766] 2375454=test_gem_dependency [410/766] 2375459=test_find_executable [411/766] 2375459=test_gem_ext_cargo_builder [412/766] 2375459=test_date_new [413/766] 2375459=test_lazy_enumerator [414/766] 2375454=test_x509req [415/766] 2375454=json_encoding_test [416/766] 2375454=test_allocation [417/766] 2375459=test_insns_leaf [418/766] 2375459=test_tcp [419/766] 2375456=test_call [420/766] 2375456=test_iso_8859 [421/766] 2375456=test_pkg_config [422/766] 2375456=test_asn1 [423/766] 2375456=test_flags [424/766] 2375455=test_gem_ext_cargo_builder_unit [425/766] 2375455=test_open-uri [426/766] 2375459=test_dln [427/766] 2375459=test_files_sample [428/766] 2375459=overlap_test [429/766] 2375455=test_configuration [430/766] 2375455=test_require [431/766] 2375455=test_notimplement [432/766] 2375459=test_error_highlight [433/766] 2375455=test_key_name_check [434/766] 2375455=test_thread [435/766] 2375459=test_gem_validator [436/766] 2375459=test_arithmetic_sequence [437/766] 2375459=test_at_exit [438/766] 2375459=test_case_options [439/766] 2375459=test_complex [440/766] 2375456=test_flush [441/766] 2375459=json_string_matching_test [442/766] 2375456=test_gem_package [443/766] 2375459=test_cgi_session [444/766] 2375459=test_x509crl [445/766] 2375459=test_gem_dependency_resolution_error [446/766] 2375459=newline_test [447/766] 2375459=test_files_ext [448/766] 2375459=test_gem_request_set_lockfile_parser [449/766] 2375459=test_trick [450/766] 2375456=test_ftp [451/766] 2375456=test_compile_prism [452/766] 2375456=test_gem_request_set_gem_dependency_api [453/766] 2375456=test_refinement [454/766] 2375454=test_unicode_escape [455/766] 2375454=implicit_array_test [456/766] 2375454=test_warning [457/766] 2375454=test_gem_resolver [458/766] 2375459=test_socket [459/766] 2375454=attribute_write_test [460/766] 2375454=test_gem_commands_push_command [461/766] 2375454=parse_stream_test [462/766] 2375454=test_gbk [463/766] 2375454=test_x509ext [464/766] 2375454=test_recorder [465/766] 2375454=reflection_test [466/766] 2375454=test_gem_local_remote_options [467/766] 2375454=test_gb18030 [468/766] 2375454=test_etc [469/766] 2375454=json_ext_parser_test [470/766] 2375454=test_bignum [471/766] 2375454=test_append [472/766] 2375454=test_array_create [473/766] 2375454=test_pp [474/766] 2375454=test_mul [475/766] 2375454=ractor_test [476/766] 2375454=test_gem_remote_fetcher_local_server Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 11 : #<TCPSocket:fd 11, AF_INET6, ::1, 40943> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 11 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 11 : #<TCPSocket:fd 11, AF_INET6, ::1, 39297> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 11 [477/766] 2375454=test_exception [478/766] 2375456=test_profile_frames [479/766] 2375456=test_io [480/766] 2375455=test_enum [481/766] 2375454=test_httpresponse [482/766] 2375454=test_x509attr [483/766] 2375454=test_gem_silent_ui [484/766] 2375454=test_monitor [485/766] 2375454=test_io_console [486/766] 2375455=test_coder [487/766] 2375455=test_symbol [488/766] 2375454=test_whileuntil [489/766] 2375454=test_unix [490/766] 2375454=test_c_union_entity [491/766] 2375459=regexp_test [492/766] 2375459=test_store [493/766] 2375454=test_modify_expand [494/766] 2375454=test_gem_available_set [495/766] 2375454=test_m17n_comb [496/766] 2375459=test_settracefunc [497/766] 2375459=test_gem_text [498/766] 2375459=tunnel_test [499/766] 2375459=test_cgi_util [500/766] 2375459=test_beginendblock [501/766] 2375455=test_gem_commands_outdated_command [502/766] 2375455=test_gem_source_vendor [503/766] 2375455=test_method_cache [504/766] 2375455=parse_comments_test [505/766] 2375455=test_gem_command_manager [506/766] 2375459=test_last_thread [507/766] 2375455=test_sprintf_comb [508/766] 2375455=test_https_proxy [509/766] 2375455=test_usrmarshal [510/766] 2375459=test_gem_commands_dependency_command [511/766] 2375455=test_require_lib [512/766] 2375459=static_literals_test [513/766] 2375459=test_objectspace [514/766] 2375454=percent_delimiter_string_test [515/766] 2375454=test_default_gems [516/766] 2375454=test_fileutils [517/766] 2375454=test_iter_break [518/766] 2375454=test_gem_source_fetch_problem [519/766] 2375454=test_gem_safe_yaml [520/766] 2375454=test_method_cache [521/766] 2375454=test_typeddata [522/766] 2375454=test_addrinfo [523/766] 2375455=test_num2int [524/766] 2375455=test_svcb_https [525/766] 2375455=test_null [526/766] 2375455=test_buffering [527/766] 2375455=numeric_value_test [528/766] 2375455=test_ractor_compatibility [529/766] 2375454=test_bug-14834 [530/766] 2375454=test_variable_name_check [531/766] 2375454=test_egrep_cpp [532/766] 2375455=test_address_resolve [533/766] 2375454=test_gem_package_tar_reader_entry [534/766] 2375455=string_test [535/766] 2375455=test_date_conv [536/766] 2375455=test_gem_source_lock [537/766] 2375455=test_flip [538/766] 2375455=test_object [539/766] 2375454=test_iseq_load [540/766] 2375455=test_io_buffer [541/766] 2375455=test_delegate [542/766] 2375455=test_optimization [543/766] 2375459=test_func [544/766] 2375454=test_wss [545/766] 2375454=locals_test [546/766] 2375454=test_euc_jp [547/766] 2375454=test_gem_resolver_lock_specification [548/766] 2375454=test_gem_request_connection_pools [549/766] 2375456=test_my_integer [550/766] 2375456=test_gem_install_update_options [551/766] 2375454=test_gem_ext_rake_builder [552/766] 2375456=command_line_test [553/766] 2375456=test_weakmap [554/766] 2375454=snippets_test [555/766] 2375459=test_ractor [556/766] 2375459=test_helper [557/766] 2375459=test_addr [558/766] 2375459=test_gem_ci_detector [559/766] 2375459=test_configuration [560/766] 2375459=test_recursion [561/766] 2375459=newline_offsets_test [562/766] 2375459=test_io_wait_uncommon [563/766] 2375459=test_gem_request_set_lockfile_tokenizer [564/766] 2375454=test_ifunless [565/766] 2375459=test_verbose [566/766] 2375454=string_encoding_test [567/766] 2375459=test_regexp [568/766] 2375454=relocation_test [569/766] 2375454=test_windows_1251 [570/766] 2375454=test_common [571/766] 2375454=bom_test [572/766] 2375454=test_gem_stream_ui [573/766] 2375454=test_file [574/766] 2375455=test_bug-5832 [575/766] 2375455=test_rbconfig [576/766] 2375455=test_sprintf [577/766] 2375455=heredoc_dedent_test [578/766] 2375455=test_dbm [579/766] 2375455=test_scheduler [580/766] 2375455=test_case_comprehensive [581/766] 2375455=json_generic_object_test [582/766] 2375455=test_gem_commands_which_command [583/766] 2375455=test_x509cert [584/766] 2375454=test_gem_commands_open_command [585/766] 2375454=test_file_exhaustive [586/766] 2375455=test_lambda [587/766] 2375455=test_bug-3571 [588/766] 2375455=test_config [589/766] 2375455=test_external_new [590/766] 2375455=test_gem_rdoc [591/766] 2375455=test_eval [592/766] 2375455=test_pattern_matching [593/766] 2375455=test_emitter [594/766] 2375455=test_framework [595/766] 2375455=test_gem_commands_signin_command [596/766] 2375455=test_not [597/766] 2375455=test_iseq [598/766] 2375456=test_inlinecache [599/766] 2375456=test_gem_security_signer [600/766] 2375456=test_gem_spec_fetcher [601/766] 2375455=test_gem_request_set [602/766] 2375456=test_update [603/766] 2375456=test_zsh_completion [604/766] 2375456=test_class [605/766] 2375456=test_gem_update_suggestion [606/766] 2375456=test_stringscanner [607/766] 2375456=test_object_create_start [608/766] 2375456=location_test [609/766] 2375456=test_gem_resolver_local_specification [610/766] 2375456=test_gc [611/766] 2375455=test_pack [612/766] 2375455=test_gem_commands_search_command [613/766] 2375455=test_gem_resolver_lock_set [614/766] 2375455=test_hash [615/766] 2375455=test_mkmf [616/766] 2375455=test_tree_spell_checker [617/766] 2375455=test_have_library [618/766] 2375455=test_protocol [619/766] 2375455=test_gem_ext_builder [620/766] 2375454=test_erb_command [621/766] 2375454=test_objspace [622/766] 2375455=parse_success_test [623/766] 2375455=test_set_len [624/766] 2375455=test_class2name [625/766] 2375455=test_numeric [626/766] 2375455=test_resize [627/766] 2375455=test_condition [628/766] 2375455=test_enc_raise [629/766] 2375455=test_too_many_dummy_encodings [630/766] 2375455=test_cp949 [631/766] 2375455=test_undef [632/766] 2375455=test_emoji [633/766] 2375455=test_sorted_set [634/766] 2375455=test_hmac [635/766] 2375455=test_gem_resolver_specification [636/766] 2375455=test_enumerator_kw [637/766] 2375455=test_date_attr [638/766] 2375455=test_ractor [639/766] 2375455=integer_parse_test [640/766] 2375455=test_signedness [641/766] 2375456=test_utf16 [642/766] 2375456=test_ractor [643/766] 2375456=test_emitter [644/766] 2375456=test_yield [645/766] 2375456=test_string [646/766] 2375456=test_stringify_symbols [647/766] 2375456=test_dup [648/766] 2375456=test_raise [649/766] 2375456=test_date_arith [650/766] 2375456=parse_test [651/766] 2375459=test_require [652/766] 2375456=test_depth_first [653/766] 2375456=test_fnmatch [654/766] 2375456=test_gem_commands_sources_command [655/766] 2375456=test_clone [656/766] 2375456=test_erb_m17n [657/766] 2375456=test_optparse [658/766] 2375456=test_pkcs12 [659/766] 2375456=test_ast [660/766] 2375459=test_autoload [661/766] 2375455=test_c_struct_entry [662/766] 2375455=equality_test [663/766] 2375455=test_ensure_and_callcc [664/766] 2375455=test_defined [665/766] 2375455=test_gem_installer [666/766] 2375459=test_gem_util [667/766] 2375459=test_duplicate [668/766] 2375459=test_arith_seq_extract [669/766] 2375459=test_gem_commands_cert_command [670/766] 2375454=test_ripper [671/766] 2375454=test_gem_commands_owner_command [672/766] 2375459=test_extlibs [673/766] 2375454=test_gem_dependency_list [674/766] 2375454=test_weakkeymap [675/766] 2375459=test_path [676/766] 2375459=test_backtrace [677/766] 2375454=node_id_test [678/766] 2375454=test_human_typo [679/766] 2375454=test_rubyvm [680/766] 2375454=test_ellipsize [681/766] 2375454=test_c_struct_builder [682/766] 2375454=test_convertible [683/766] 2375459=test_gem_commands_uninstall_command [684/766] 2375459=test_gem_commands_yank_command [685/766] 2375459=test_env [686/766] 2375455=test_marshalable [687/766] 2375455=test_ractor [688/766] 2375455=test_module [689/766] 2375459=test_scanner_events [690/766] 2375459=constant_path_node_test [691/766] 2375459=test_ssl [692/766] 2375455=test_fiddle [693/766] 2375455=test_ws [694/766] 2375455=test_ractor [695/766] 2375455=test_to_ruby [696/766] 2375455=test_scalar [697/766] 2375455=test_readpartial [698/766] 2375455=regular_expression_encoding_test [699/766] 2375455=test_eval [700/766] 2375455=test_pathname [701/766] 2375455=test_gem_commands_fetch_command [702/766] 2375455=test_digest [703/766] 2375455=test_coverage [704/766] 2375455=test_literal [705/766] 2375455=test_gem_commands_pristine_command [706/766] 2375459=test_gem_impossible_dependencies_error [707/766] 2375459=test_thread [708/766] 2375459=test_thread_queue [709/766] 2375455=test_nowrite [710/766] 2375455=test_arith_seq_beg_len_step [711/766] 2375455=test_gem_resolver_requirement_list [712/766] 2375455=test_digest_extend [713/766] 2375455=test_gem_doctor [714/766] 2375455=test_cstr [715/766] 2375459=test_ractor [716/766] 2375459=heredoc_test [717/766] 2375459=test_have_macro [718/766] 2375455=test_method_name_check [719/766] 2375455=test_yaml [720/766] 2375455=test_pkey [721/766] 2375455=test_gem_resolver_dependency_request [722/766] 2375455=test_abi [723/766] 2375459=test_handle [724/766] 2375455=test_alias_and_anchor [725/766] 2375455=test_gem_name_tuple [726/766] 2375455=test_load [727/766] 2375455=test_gem_commands_install_command [728/766] 2375459=test_getopts [729/766] 2375459=test_utf32 [730/766] 2375459=compiler_test [731/766] 2375459=test_nonblock [732/766] 2375459=test_gem_commands_stale_command [733/766] 2375459=regular_expression_options_test [734/766] 2375459=test_process [735/766] 2375455=test_parse [736/766] 2375455=test_noarg [737/766] 2375455=test_random [738/766] 2375455=test_stack [739/766] 2375454=test_summary [740/766] 2375454=test_securerandom [741/766] 2375454=test_scalar_scanner [742/766] 2375454=test_date_strptime [743/766] 2375454=test_econv [744/766] 2375455=test_foreach [745/766] 2375455=test_signal [746/766] 2375455=test_fixnum [747/766] 2375455=test_frozen_error [748/766] 2375455=test_gem_resolver_activation_request [749/766] 2375455=test_files_test_2 [750/766] 2375455=test_mutex [751/766] 2375454=test_struct [752/766] 2375455=test_gem_package_tar_writer [753/766] 2375455=test_find [754/766] 2375455=test_stream [755/766] 2375455=test_buffered_io [756/766] 2375455=test_cesu8 [757/766] 2375455=breadth_first_search_test [758/766] 2375455=test_load [759/766] 2375455=test_gem_source_local [760/766] 2375454=test_stat [761/766] 2375454=test_class [762/766] 2375455=test_sexp [763/766] 2375455=test_const [764/766] 2375455=test_gem_commands_query_command [765/766] 2375456=test_cgi_modruby [766/766] 2375456=test_dir Finished tests in 427.878137s, 67.2458 tests/s, 14239.6853 assertions/s. 28773 tests, 6092850 assertions, 0 failures, 0 errors, 208 skips ruby -v: ruby 3.5.0dev (2025-01-28T06:42:20Z master 50e34fd768) +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-12 LD = ld LDSHARED = gcc-12 -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_gcc12/include -I/tmp/ruby/src/trunk_gcc12 -I/tmp/ruby/src/trunk_gcc12/prism -I/tmp/ruby/src/trunk_gcc12/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_gcc12/yjit/target/release/' /tmp/ruby/src/trunk_gcc12/yjit/src/lib.rs gcc-12 (Ubuntu 12.3.0-17ubuntu1) 12.3.0 Copyright (C) 2022 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_gcc12' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' making encs make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12' make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12' ruby 3.5.0dev (2025-01-28T06:42:20Z master 50e34fd768) +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 .............. Finished in 88.454648 seconds 3313 files, 33292 examples, 148587 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0.