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