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