# Logfile created on 2025-01-28 07:49:38 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x0000fffd23dcfde0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/home/opc/ruby/src", @BUILD_DIR="/home/opc/ruby/build", @INSTALL_DIR="/home/opc/ruby/install", @TARGET_NAME="master", @TARGET_SRC_DIR="/home/opc/ruby/src/master", @TARGET_BUILD_DIR="/home/opc/ruby/build/master", @TARGET_INSTALL_DIR="/home/opc/ruby/install/master", @configure_opts=["--disable-dtrace --disable-yjit"], @build_opts="-j3", @btest_opts="-j3", @test_opts="TESTS='-j3'", @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, @no_timeout_error=nil, @logfile="/home/opc/ruby/logs/brlog.master.20250128-074938", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000fffd23e1cd20 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000fffd23e1c4b0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000fffd23cd0250 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/opc/ruby/logs/brlog.master.20250128-074938", @dev=#<File:/home/opc/ruby/logs/brlog.master.20250128-074938>, @binmode=false, @mon_data=#<Monitor:0x0000fffd23e1c168>, @mon_data_owner_object_id=880>>>
$$$[beg] make update-download -j3
tool/config.guess already exists
tool/config.sub already exists
Update syslog to f2b9e75a8e016502607a3a20695cef57956150c2
Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f
Update irb to 6bb53630c3398b2042fb99d5232c68399491d338
echo f2b9e75a8e016502607a3a20695cef57956150c2 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/syslog.revision -
echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/pstore.revision -
echo 6bb53630c3398b2042fb99d5232c68399491d338 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/irb.revision -
/home/opc/ruby/src/master/.bundle/.timestamp/irb.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/syslog.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/pstore.revision unchanged
Update reline to defcd36c0b6e6648333d4b9ab5923eb4e543615e
echo defcd36c0b6e6648333d4b9ab5923eb4e543615e | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/reline.revision -
/home/opc/ruby/src/master/.bundle/.timestamp/reline.revision unchanged
$$$[end] "make update-download -j3" exit with 0.
$$$[beg] make update-src      -j3
From https://github.com/ruby/ruby
   4c73c31..50e34fd  master     -> origin/master
Updating 4c73c31..50e34fd
Fast-forward
 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 +
 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 +-
 56 files changed, 525 insertions(+), 433 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      -j3" exit with 0.
$$$[beg] make after-update    -j3
Update syslog to f2b9e75a8e016502607a3a20695cef57956150c2
Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f
echo f2b9e75a8e016502607a3a20695cef57956150c2 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/syslog.revision -
echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/pstore.revision -
/home/opc/ruby/src/master/.bundle/.timestamp/syslog.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/pstore.revision unchanged
Update irb to 6bb53630c3398b2042fb99d5232c68399491d338
Update reline to defcd36c0b6e6648333d4b9ab5923eb4e543615e
echo 6bb53630c3398b2042fb99d5232c68399491d338 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/irb.revision -
echo defcd36c0b6e6648333d4b9ab5923eb4e543615e | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/reline.revision -
/home/opc/ruby/src/master/.bundle/.timestamp/irb.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/reline.revision unchanged
/home/opc/ruby/src/master/revision.h updated
generating aarch64-linux-fake.rb
aarch64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
$$$[end] "make after-update    -j3" exit with 0.
$$$[beg] make miniruby -j3
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -msign-return-address=all -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/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j3 --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=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1)
Copyright (C) 2018 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 /home/opc/ruby/src/master/version.c
linking miniruby
$$$[end] "make miniruby -j3" exit with 0.
$$$[beg] make ruby -j3
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -msign-return-address=all -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/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j3 --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=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1)
Copyright (C) 2018 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
f89a0eb89ba5c746d5b17fc62cdbc570124778e85c5198739459edbfb6bdec56  builtin_binary.inc
compiling /home/opc/ruby/src/master/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j3" exit with 0.
$$$[beg] make all -j3
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -msign-return-address=all -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/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j3 --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=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1)
Copyright (C) 2018 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 '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making encs
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
installing default libraries
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/strscan'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/strscan'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json/generator'
compiling /home/opc/ruby/src/master/ext/json/generator/generator.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog'
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json/generator'
make[2]: Entering directory '/home/opc/ruby/build/master'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
$$$[end] "make all -j3" exit with 0.
$$$[beg] make install -j3
Update syslog to f2b9e75a8e016502607a3a20695cef57956150c2
Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f
Update irb to 6bb53630c3398b2042fb99d5232c68399491d338
echo f2b9e75a8e016502607a3a20695cef57956150c2 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/syslog.revision -
echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/pstore.revision -
echo 6bb53630c3398b2042fb99d5232c68399491d338 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/irb.revision -
/home/opc/ruby/src/master/.bundle/.timestamp/syslog.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/pstore.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/irb.revision unchanged
Update reline to defcd36c0b6e6648333d4b9ab5923eb4e543615e
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -msign-return-address=all -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/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j3 --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=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
echo defcd36c0b6e6648333d4b9ab5923eb4e543615e | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/reline.revision -
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1)
Copyright (C) 2018 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
/home/opc/ruby/src/master/.bundle/.timestamp/reline.revision unchanged
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making encs
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/strscan'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/strscan'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
./miniruby -I/home/opc/ruby/src/master/lib -I. -I.ext/common  /home/opc/ruby/src/master/tool/runruby.rb --extout=.ext  -- --disable-gems -r./aarch64-linux-fake /home/opc/ruby/src/master/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j3 --jobserver-auth=4,5" --make-flags=" -j3 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc"  --gnumake --install=all --exclude=doc
installing binary commands:         /home/opc/ruby/install/master/bin
installing base libraries:          /home/opc/ruby/install/master/lib
installing arch files:              /home/opc/ruby/install/master/lib/ruby/3.5.0+0/aarch64-linux
installing pkgconfig data:          /home/opc/ruby/install/master/lib/pkgconfig
installing extension objects:       /home/opc/ruby/install/master/lib/ruby/3.5.0+0/aarch64-linux
installing extension objects:       /home/opc/ruby/install/master/lib/ruby/site_ruby/3.5.0+0/aarch64-linux
installing extension objects:       /home/opc/ruby/install/master/lib/ruby/vendor_ruby/3.5.0+0/aarch64-linux
installing extension headers:       /home/opc/ruby/install/master/include/ruby-3.5.0+0/aarch64-linux
installing extension scripts:       /home/opc/ruby/install/master/lib/ruby/3.5.0+0
installing extension scripts:       /home/opc/ruby/install/master/lib/ruby/site_ruby/3.5.0+0
installing extension scripts:       /home/opc/ruby/install/master/lib/ruby/vendor_ruby/3.5.0+0
installing extension headers:       /home/opc/ruby/install/master/include/ruby-3.5.0+0/ruby
installing command scripts:         /home/opc/ruby/install/master/bin
installing library scripts:         /home/opc/ruby/install/master/lib/ruby/3.5.0+0
installing common headers:          /home/opc/ruby/install/master/include/ruby-3.5.0+0
installing manpages:                /home/opc/ruby/install/master/share/man/man1
installing default gems from lib:   /home/opc/ruby/install/master/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:   /home/opc/ruby/install/master/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:            /home/opc/ruby/install/master/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:       /home/opc/ruby/install/master/lib/ruby/gems/3.5.0+0/cache
skipped bundled gems:
    win32ole-1.9.1.gem              not found in bundled_gems
$$$[end] "make install -j3" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j3'
PASS all 2005 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j3'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j3'
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -msign-return-address=all -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/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.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=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1)
Copyright (C) 2018 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
/home/opc/ruby/src/master/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/home/opc/ruby/src/master/basictest/test.rb:condition ..OK 2
/home/opc/ruby/src/master/basictest/test.rb:if/unless ...OK 3
/home/opc/ruby/src/master/basictest/test.rb:case .....OK 5
/home/opc/ruby/src/master/basictest/test.rb:while/until ........OK 8
/home/opc/ruby/src/master/basictest/test.rb:exception ..........OK 10
/home/opc/ruby/src/master/basictest/test.rb:array .......................................OK 39
/home/opc/ruby/src/master/basictest/test.rb:hash ...........................OK 27
/home/opc/ruby/src/master/basictest/test.rb:iterator ...........................................................................................................OK 107
/home/opc/ruby/src/master/basictest/test.rb:float ................................................................................OK 80
/home/opc/ruby/src/master/basictest/test.rb:bignum ...............................OK 31
/home/opc/ruby/src/master/basictest/test.rb:string & char ..............................................................OK 62
/home/opc/ruby/src/master/basictest/test.rb:assignment ..........OK 10
/home/opc/ruby/src/master/basictest/test.rb:call ......OK 6
/home/opc/ruby/src/master/basictest/test.rb:proc .........OK 9
/home/opc/ruby/src/master/basictest/test.rb:signal ..OK 2
/home/opc/ruby/src/master/basictest/test.rb:eval ...........................OK 27
/home/opc/ruby/src/master/basictest/test.rb:system ........OK 8
/home/opc/ruby/src/master/basictest/test.rb:const .....OK 5
/home/opc/ruby/src/master/basictest/test.rb:clone .....OK 5
/home/opc/ruby/src/master/basictest/test.rb:marshal ....OK 4
/home/opc/ruby/src/master/basictest/test.rb:pack ....OK 4
/home/opc/ruby/src/master/basictest/test.rb:math ..OK 2
/home/opc/ruby/src/master/basictest/test.rb:struct ......OK 6
/home/opc/ruby/src/master/basictest/test.rb:variable ............OK 12
/home/opc/ruby/src/master/basictest/test.rb:trace ...OK 3
/home/opc/ruby/src/master/basictest/test.rb:defined? ............OK 12
/home/opc/ruby/src/master/basictest/test.rb:alias ......OK 6
/home/opc/ruby/src/master/basictest/test.rb:path .......................OK 23
/home/opc/ruby/src/master/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j3'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -msign-return-address=all -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/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.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=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1)
Copyright (C) 2018 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 '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making srcs under enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making encs
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/strscan'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/strscan'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
Run options: 
  --seed=735
  "--ruby=./miniruby -I/home/opc/ruby/src/master/lib -I. -I.ext/common  /home/opc/ruby/src/master/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/home/opc/ruby/src/master/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j3

# Running tests:

[  1/766] 1813968=test_hash
[  2/766] 1813969=test_http
[  3/766] 1813967=test_gem_dependency_installer
[  4/766] 1813969=test_pty
[  5/766] 1813969=test_gem_package_old
[  6/766] 1813969=test_gem_commands_which_command
[  7/766] 1813969=test_gem_request
[  8/766] 1813969=test_gem_commands_specification_command
[  9/766] 1813969=test_scan_args
[ 10/766] 1813969=test_sprintf_comb
[ 11/766] 1813969=test_too_many_dummy_encodings
[ 12/766] 1813969=test_method_cache
[ 13/766] 1813969=locals_test
[ 14/766] 1813969=test_gem_commands_push_command
[ 15/766] 1813969=test_tracepoint
[ 16/766] 1813969=test_settracefunc
[ 17/766] 1813967=test_gem_text
[ 18/766] 1813967=test_backtrace
[ 19/766] 1813969=tunnel_test
[ 20/766] 1813968=desugar_compiler_test
[ 21/766] 1813969=test_gem_gemcutter_utilities
[ 22/766] 1813968=test_gem_source_local
[ 23/766] 1813968=test_internal_ivar
[ 24/766] 1813968=test_utf16
[ 25/766] 1813968=test_http
[ 26/766] 1813969=test_set
[ 27/766] 1813969=test_gem_package_tar_writer
[ 28/766] 1813969=test_str2big
[ 29/766] 1813969=test_ractor
[ 30/766] 1813969=test_m17n
[ 31/766] 1813969=test_method
[ 32/766] 1813967=test_gem_remote_fetcher_local_server
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 9 : #<TCPSocket:fd 9, AF_INET6, ::1, 36615>
COMMAND     PID USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME
ruby    1813967  opc    9u  IPv6 2562830380      0t0  TCP localhost:36615->localhost:59150 (CLOSE_WAIT)
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 9
[ 33/766] 1813967=test_gem_dependency
[ 34/766] 1813967=test_yjit
[ 35/766] 1813967=test_gem_uninstaller
[ 36/766] 1813967=test_cclass
[ 37/766] 1813967=test_yaml
[ 38/766] 1813967=test_x509name
[ 39/766] 1813967=test_argf
.Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 8 #<File::Stat dev=0x9, ino=2562832519, mode=0140777, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=65536, 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>
COMMAND     PID USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME
ruby    1813968  opc    8u  IPv4 2562832519      0t0  TCP localhost:35159->localhost:48638 (CLOSE_WAIT)
[ 40/766] 1813969=test_gem_remote_fetcher
[ 41/766] 1813969=test_json_tree
[ 42/766] 1813969=test_koi8
[ 43/766] 1813969=test_pkcs12
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 9 #<File::Stat dev=0x9, ino=2562831757, mode=0140777, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=65536, 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>
COMMAND     PID USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME
ruby    1813968  opc    9u  IPv4 2562831757      0t0  TCP localhost:37465->localhost:51222 (CLOSE_WAIT)
[ 44/766] 1813969=test_filter
[ 45/766] 1813969=test_parser_events
[ 46/766] 1813969=test_numhash
[ 47/766] 1813969=test_system
[ 48/766] 1813967=test_flush
[ 49/766] 1813967=test_pkey_rsa
[ 50/766] 1813969=string_test
[ 51/766] 1813969=test_gem_specification
[ 52/766] 1813967=test_parse
[ 53/766] 1813967=test_method_cache
[ 54/766] 1813967=attribute_write_test
[ 55/766] 1813967=test_sorted_set
[ 56/766] 1813967=test_emoji
[ 57/766] 1813968=test_windows_1252
[ 58/766] 1813968=test_stack
[ 59/766] 1813967=test_gem_dependency_resolution_error
[ 60/766] 1813967=test_sleep
[ 61/766] 1813968=json_coder_test
[ 62/766] 1813968=test_mixed_unicode_escapes
[ 63/766] 1813968=test_fileutils
.Leaked file descriptor: TestFileUtils#test_chown_error: 7 #<File::Stat dev=0xfc00, ino=36566075, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2025-01-28 02:38:05.772096036 +0000, mtime=2024-07-02 00:23:26.387557471 +0000, ctime=2024-07-02 00:23:26.387557471 +0000>
Leaked file descriptor: TestFileUtils#test_chown_error: 10 #<File::Stat dev=0xfc00, ino=36566444, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=6940392, blksize=65536, blocks=13560, atime=2025-01-28 04:13:00.947567744 +0000, mtime=2024-07-02 00:23:28.695566203 +0000, ctime=2024-07-02 00:23:28.695566203 +0000>
COMMAND     PID USER   FD   TYPE     DEVICE SIZE/OFF     NODE NAME
ruby    1813968  opc    7r   REG      252,0  9253600 36566075 /var/lib/sss/mc/passwd
ruby    1813968  opc    8u  IPv4 2562832519      0t0      TCP localhost:35159->localhost:48638 (CLOSE_WAIT)
ruby    1813968  opc    9u  IPv4 2562831757      0t0      TCP localhost:37465->localhost:51222 (CLOSE_WAIT)
ruby    1813968  opc   10r   REG      252,0  6940392 36566444 /var/lib/sss/mc/group
[ 64/766] 1813968=dispatcher_test
[ 65/766] 1813968=test_cp949
[ 66/766] 1813968=test_jaro_winkler
[ 67/766] 1813968=test_condition
[ 68/766] 1813968=test_gem_resolver_vendor_set
[ 69/766] 1813968=test_gem_install_update_options
[ 70/766] 1813968=warnings_test
[ 71/766] 1813968=test_econv
[ 72/766] 1813969=test_stringchar
[ 73/766] 1813969=constant_path_node_test
[ 74/766] 1813969=test_date_attr
[ 75/766] 1813969=test_sizeof
[ 76/766] 1813967=test_gem_request_set_lockfile_parser
[ 77/766] 1813967=test_pinned
[ 78/766] 1813968=test_pack
[ 79/766] 1813968=test_cgi_tag_helper
[ 80/766] 1813968=test_coderange
[ 81/766] 1813967=test_weakmap
[ 82/766] 1813968=test_inadvertent_creation
[ 83/766] 1813968=test_framework
[ 84/766] 1813968=test_date_time
[ 85/766] 1813968=test_array
[ 86/766] 1813968=test_gem_command_manager
[ 87/766] 1813968=test_enc_associate
[ 88/766] 1813968=test_enumerator
[ 89/766] 1813969=test_case
[ 90/766] 1813969=test_open-uri
[ 91/766] 1813969=test_const
[ 92/766] 1813969=comments_test
[ 93/766] 1813969=test_class
[ 94/766] 1813967=test_exit
[ 95/766] 1813967=test_yaml_special_cases
[ 96/766] 1813967=test_recorder
[ 97/766] 1813967=json_addition_test
[ 98/766] 1813967=test_gem_source_list
[ 99/766] 1813967=test_name_error
[100/766] 1813967=test_gem_commands_sources_command
[101/766] 1813967=test_sprintf
[102/766] 1813967=test_safe_load
[103/766] 1813967=test_libs
[104/766] 1813967=test_iso_8859
[105/766] 1813967=test_gc
[106/766] 1813967=test_qsort
[107/766] 1813967=test_math
[108/766] 1813967=test_fd_setsize
[109/766] 1813967=test_process
[110/766] 1813967=test_forwardable
[111/766] 1813967=static_literals_test
[112/766] 1813967=!Nothing_to_test
[113/766] 1813967=test_complex
[114/766] 1813967=test_threadgroup
[115/766] 1813969=test_array_create
[116/766] 1813969=test_memory_view
[117/766] 1813967=test_dir_m17n
[118/766] 1813969=test_merge_keys
[119/766] 1813969=test_storage
[120/766] 1813969=test_method_name_check
[121/766] 1813969=regular_expression_encoding_test
[122/766] 1813969=test_cesu8
[123/766] 1813969=test_shapes
[124/766] 1813969=test_did_you_mean
[125/766] 1813969=test_gem_rdoc
[126/766] 1813969=test_dot_dot
[127/766] 1813969=test_kernel
[128/766] 1813967=test_gem_commands_install_command
[129/766] 1813969=test_string
[130/766] 1813969=test_iterator
[131/766] 1813969=test_gem_commands_pristine_command
[132/766] 1813967=test_optarg
[133/766] 1813969=test_variable
[134/766] 1813967=test_hash
[135/766] 1813967=test_gem_security
[136/766] 1813969=test_erb
[137/766] 1813969=test_date_ractor
[138/766] 1813969=test_basicinstructions
[139/766] 1813969=test_utf32
[140/766] 1813969=test_gem_resolver_git_specification
[141/766] 1813969=test_gem_resolver_requirement_list
[142/766] 1813969=test_arith_seq_beg_len_step
[143/766] 1813969=test_exception
[144/766] 1813969=test_noarg
[145/766] 1813969=test_gem_impossible_dependencies_error
[146/766] 1813969=test_pp
[147/766] 1813969=test_asn1
[148/766] 1813969=test_gem_command
[149/766] 1813969=test_undef
[150/766] 1813969=test_random
[151/766] 1813969=test_gem_resolver_lock_set
[152/766] 1813969=test_assignment
[153/766] 1813969=test_gem_update_suggestion
[154/766] 1813969=test_gem_commands_open_command
[155/766] 1813969=test_verbose
[156/766] 1813969=test_normalize
[157/766] 1813969=test_emoji_breaks
[158/766] 1813969=test_shift_jis
[159/766] 1813969=test_optimization
[160/766] 1813968=test_data_error
[161/766] 1813968=test_files_sample
[162/766] 1813968=test_rubyoptions
[163/766] 1813967=test_yield
[164/766] 1813969=test_remote_fetch_error
[165/766] 1813969=regexp_test
[166/766] 1813969=test_gc_compact
[167/766] 1813967=test_dryrun
[168/766] 1813967=test_gem_resolver_lock_specification
[169/766] 1813967=test_boolean
[170/766] 1813967=test_queue
[171/766] 1813967=test_enc_raise
[172/766] 1813967=lex_test
[173/766] 1813969=test_clone
[174/766] 1813969=test_cgi_util
[175/766] 1813969=test_gem_uri_formatter
[176/766] 1813969=test_prettyprint
[177/766] 1813969=test_gem_commands_dependency_command
[178/766] 1813967=test_backtrace
[179/766] 1813967=test_gbk
[180/766] 1813967=test_unicode_escape
[181/766] 1813969=test_switch_hitter
[182/766] 1813967=test_default_gems
[183/766] 1813969=test_warning
[184/766] 1813967=test_yamldbm
[185/766] 1813967=test_gem_spec_fetcher
[186/766] 1813969=test_grapheme_breaks
[187/766] 1813969=test_hash_create
[188/766] 1813969=ruby_parser_test
[189/766] 1813969=test_tree_spell_checker
[190/766] 1813969=test_enumerable
[191/766] 1813969=test_set
[192/766] 1813967=test_webauthn_listener
[193/766] 1813969=test_ractor
[194/766] 1813969=test_gem_resolver_api_specification
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 44557>
[195/766] 1813969=test_case_mappingCOMMAND     PID USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME
ruby    1813967  opc   11u  IPv4 2562839590      0t0  TCP localhost:44557->localhost:39392 (CLOSE_WAIT)

[196/766] 1813969=test_rational
.Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 11
[197/766] 1813967=test_gem_ext_cargo_builder_unit
[198/766] 1813967=test_svcb_https
[199/766] 1813967=test_pkey_ec
[200/766] 1813969=test_buffering
[201/766] 1813967=test_arity
[202/766] 1813967=test_date_parse
[203/766] 1813969=test_mdns
[204/766] 1813969=test_open3
[205/766] 1813967=test_complex2
[206/766] 1813967=test_config
[207/766] 1813967=test_gem_security_signer
[208/766] 1813967=test_gem_util
[209/766] 1813967=test_thread
[210/766] 1813968=test_gem_unsatisfiable_dependency_error
[211/766] 1813968=static_inspect_test
[212/766] 1813968=test_literal
[213/766] 1813967=test_io
[214/766] 1813967=test_m17n_comb
[215/766] 1813968=test_pkey_dh
[216/766] 1813969=test_data
[217/766] 1813969=test_memory_view
[218/766] 1813969=test_ractor
[219/766] 1813969=test_null
[220/766] 1813969=test_gem_platform
[221/766] 1813969=compiler_test
[222/766] 1813969=test_gem_commands_query_command
[223/766] 1813968=test_gem_remote_fetcher_local_ssl_server
[224/766] 1813969=test_bigzero
[225/766] 1813969=test_pkey
[226/766] 1813969=parse_success_test
[227/766] 1813969=test_external_new
[228/766] 1813969=index_write_test
[229/766] 1813969=test_gem_commands_cert_command
[230/766] 1813967=percent_delimiter_string_test
[231/766] 1813967=json_parser_test
[232/766] 1813967=test_date_strftime
[233/766] 1813967=test_ws
[234/766] 1813967=test_gem_commands_stale_command
[235/766] 1813967=test_instrumentation_api
[236/766] 1813969=test_weakref
[237/766] 1813969=test_ractor
[238/766] 1813969=test_timeout
[239/766] 1813969=test_key_name_check
[240/766] 1813969=test_gem_ext_rake_builder
[241/766] 1813969=test_singleton
[242/766] 1813969=test_fstring
[243/766] 1813969=test_numeric
[244/766] 1813969=test_files_test_2
[245/766] 1813968=test_div
[246/766] 1813968=pattern_test
[247/766] 1813968=test_exception
[248/766] 1813967=test_bash_completion
[249/766] 1813967=test_optparse
[250/766] 1813967=test_io_buffer
[251/766] 1813967=test_deprecated
[252/766] 1813967=test_pack
[253/766] 1813967=test_gem_commands_environment_command
[254/766] 1813967=test_pkcs7
[255/766] 1813967=test_basicsocket
Leaked file descriptor: TestSocket_BasicSocket#test_read_nonblock_mix_buffered: 10 #<File::Stat dev=0xfc00, ino=100664122, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=256, blksize=65536, blocks=8, atime=2025-01-27 19:51:27.303604763 +0000, mtime=2023-10-12 17:12:45.990994796 +0000, ctime=2023-10-12 17:12:45.990994796 +0000>
Closed file descriptor: TestSocket_BasicSocket#test_listen: 10
[256/766] 1813967=test_zsh_completion
[257/766] 1813967=test_scalar
[258/766] 1813967=test_syntax
[259/766] 1813969=test_class_name_check
[260/766] 1813969=library_symbols_test
[261/766] 1813969=test_objspace
[262/766] 1813968=test_require
[263/766] 1813968=test_stringify_symbols
[264/766] 1813968=test_ns_spki
[265/766] 1813968=test_stream
[266/766] 1813968=test_have_library
[267/766] 1813968=test_iseq_load
[268/766] 1813968=test_gem_request_set_lockfile
[269/766] 1813968=test_postponed_job
[270/766] 1813968=test_ensure_and_callcc
[271/766] 1813968=test_common
[272/766] 1813968=test_generic
[273/766] 1813968=test_deprecate
[274/766] 1813968=test_httpresponses
[275/766] 1813968=test_rand
[276/766] 1813968=encodings_test
[277/766] 1813968=test_random_formatter
[278/766] 1813968=test_gem_source_specific_file
[279/766] 1813968=test_euc_kr
[280/766] 1813968=test_provider
[281/766] 1813968=test_bmethod
[282/766] 1813968=test_process
[283/766] 1813967=test_kwargs
[284/766] 1813967=test_pack
[285/766] 1813967=test_io_wait
[286/766] 1813967=test_len
[287/766] 1813967=test_gem_doctor
[288/766] 1813967=json_fixtures_test
[289/766] 1813967=test_gem_commands_outdated_command
[290/766] 1813967=string_encoding_test
[291/766] 1813967=test_gem_dependency_list
[292/766] 1813967=test_securerandom
[293/766] 1813967=test_tsort
[294/766] 1813967=test_typeddata
[295/766] 1813967=test_gem_commands_fetch_command
[296/766] 1813967=test_gem_resolver_activation_request
[297/766] 1813967=test_function
[298/766] 1813967=test_gem_commands_server_command
[299/766] 1813967=test_pipe
[300/766] 1813967=test_string
[301/766] 1813968=test_gem_requirement
[302/766] 1813968=test_gem_name_tuple
[303/766] 1813968=test_integer
[304/766] 1813968=test_tcp
[305/766] 1813968=test_capacity
[306/766] 1813968=test_gem_commands_owner_command
[307/766] 1813968=test_nextafter
[308/766] 1813968=test_file
[309/766] 1813968=test_time
[310/766] 1813968=test_flags
[311/766] 1813967=test_yamlstore
[312/766] 1813967=test_bug-3571
[313/766] 1813967=test_numeric
[314/766] 1813968=test_rat
[315/766] 1813967=test_gem_request_connection_pools
[316/766] 1813968=test_constant
[317/766] 1813969=test_find
[318/766] 1813969=test_encoding
[319/766] 1813969=test_hmac
[320/766] 1813969=test_date_compat
[321/766] 1813969=test_gem_version_option
[322/766] 1813969=test_ubf_async_safe
[323/766] 1813969=snippets_test
[324/766] 1813967=test_zlib
[325/766] 1813968=test_gem_commands_unpack_command
[326/766] 1813969=test_gem_ext_cargo_builder
[327/766] 1813969=test_proc
[328/766] 1813968=test_console_attr
[329/766] 1813968=test_frozen_error
[330/766] 1813968=test_gem_version
[331/766] 1813968=test_spell_checker
[332/766] 1813968=test_gem_ext_ext_conf_builder
[333/766] 1813968=test_reqarg
[334/766] 1813969=test_enumerator
[335/766] 1813969=test_path_to_class
[336/766] 1813969=test_c_struct_builder
[337/766] 1813968=test_bug-5832
[338/766] 1813968=test_yield_block
[339/766] 1813968=test_gem_uri
[340/766] 1813969=test_resource
[341/766] 1813968=test_gem_package_tar_reader_entry
[342/766] 1813969=location_test
[343/766] 1813969=test_io_timeout
[344/766] 1813969=test_yjit_exit_locations
[345/766] 1813969=test_comparable
[346/766] 1813969=json_string_matching_test
[347/766] 1813969=freeze_test
[348/766] 1813969=test_gem_config_file
[349/766] 1813968=test_thread_queue
[350/766] 1813969=test_defined
[351/766] 1813969=test_passing_block
[352/766] 1813969=test_nowrite
[353/766] 1813969=test_kdf
[354/766] 1813969=test_ldap
[355/766] 1813969=test_io_buffer
[356/766] 1813969=test_nil
[357/766] 1813969=test_psych
[358/766] 1813969=test_import
[359/766] 1813967=test_human_typo
[360/766] 1813967=test_wait
[361/766] 1813967=test_pkey_dsa
[362/766] 1813969=test_big2str
[363/766] 1813969=test_gem_resolver_specification
[364/766] 1813969=test_cstr
[365/766] 1813967=test_euc_tw
[366/766] 1813967=test_gem_resolver_dependency_request
[367/766] 1813967=test_yaml_tree
[368/766] 1813967=test_gem_commands_yank_command
[369/766] 1813969=test_marshalable
[370/766] 1813969=test_enumerator_kw
[371/766] 1813969=test_string_memory
[372/766] 1813969=test_files_lib
[373/766] 1813969=lex_test
[374/766] 1813969=named_capture_test
[375/766] 1813969=version_test
[376/766] 1813969=test_raise
[377/766] 1813969=test_complexrational
[378/766] 1813969=test_error_highlight
[379/766] 1813967=test_function_entry
[380/766] 1813967=test_string
[381/766] 1813967=json_common_interface_test
[382/766] 1813967=test_store
[383/766] 1813967=test_coverage
[384/766] 1813969=test_tempfile
[385/766] 1813967=test_http_request
[386/766] 1813967=test_pathname
[387/766] 1813969=test_fnmatch
[388/766] 1813969=test_big5
[389/766] 1813969=test_date
[390/766] 1813969=test_gem_commands_update_command
[391/766] 1813967=test_protect
[392/766] 1813967=test_tree_builder
[393/766] 1813967=test_frozen
[394/766] 1813967=test_serialize_subclasses
[395/766] 1813967=test_gem_resolver_index_specification
[396/766] 1813967=test_egrep_cpp
[397/766] 1813968=test_webauthn_poller
[398/766] 1813967=test_date_conv
[399/766] 1813967=test_timeout
[400/766] 1813967=test_erb_m17n
[401/766] 1813967=test_gem_commands_uninstall_command
[402/766] 1813968=test_helper
[403/766] 1813968=test_compile_prism
[404/766] 1813968=test_emitter
[405/766] 1813968=test_alias
[406/766] 1813968=test_fips
[407/766] 1813968=test_getopts
[408/766] 1813968=test_thread_fd_close
[409/766] 1813968=test_last_thread
[410/766] 1813967=test_digest_extend
[411/766] 1813967=test_gem_ext_cmake_builder
[412/766] 1813967=test_class2name
[413/766] 1813967=test_gem_commands_cleanup_command
[414/766] 1813969=test_debug
[415/766] 1813969=test_refinement
[416/766] 1813967=test_transcode
[417/766] 1813967=test_profile_frames
[418/766] 1813967=test_pattern_key_name_check
[419/766] 1813967=heredoc_test
[420/766] 1813967=test_io_console
[421/766] 1813968=test_flip
[422/766] 1813968=test_configuration
[423/766] 1813968=test_x509crl
[424/766] 1813968=source_location_test
[425/766] 1813968=test_dns
[426/766] 1813968=test_c_union_entity
[427/766] 1813968=test_notimplement
[428/766] 1813968=test_cgi_session
[429/766] 1813968=test_insns_leaf
[430/766] 1813968=test_gem_console_ui
[431/766] 1813968=test_allocation
[432/766] 1813969=test_ifunless
[433/766] 1813969=test_x509req
[434/766] 1813969=test_httpresponse
[435/766] 1813969=test_readpartial
[436/766] 1813969=test_super
[437/766] 1813967=unescape_test
[438/766] 1813967=test_gem_commands_exec_command
[439/766] 1813967=test_object
[440/766] 1813969=test_dln
[441/766] 1813969=test_gem_resolver
[442/766] 1813969=test_gem_source_vendor
[443/766] 1813969=test_ftp
[444/766] 1813969=test_vm_dump
[445/766] 1813969=json_encoding_test
[446/766] 1813968=test_func
[447/766] 1813969=reflection_test
[448/766] 1813967=errors_test
[449/766] 1813969=test_convertible
[450/766] 1813967=test_modify_expand
[451/766] 1813967=test_gem_available_set
[452/766] 1813967=test_pkg_config
[453/766] 1813967=test_pointer
[454/766] 1813967=test_whileuntil
[455/766] 1813967=test_regexp
[456/766] 1813968=test_nofree
[457/766] 1813968=parameters_signature_test
[458/766] 1813968=test_eval
[459/766] 1813968=test_monitor
[460/766] 1813968=test_beginendblock
[461/766] 1813969=test_gem_source_subpath_problem
[462/766] 1813968=test_object_references
[463/766] 1813969=test_arith_seq_extract
[464/766] 1813969=test_buffered_io
[465/766] 1813969=regular_expression_options_test
[466/766] 1813969=test_ossl
[467/766] 1813968=test_bug_reporter
[468/766] 1813968=test_gem_installer
[469/766] 1813968=test_duplicate
[470/766] 1813968=test_gem_resolver_api_set
[471/766] 1813968=test_helper
[472/766] 1813968=test_case_options
[473/766] 1813968=test_cgi_header
[474/766] 1813968=test_member
[475/766] 1813968=test_object
[476/766] 1813968=test_addr
[477/766] 1813968=test_mailto
[478/766] 1813968=bom_test
[479/766] 1813968=test_summary
[480/766] 1813968=test_file
[481/766] 1813969=test_config
[482/766] 1813969=test_emitter
[483/766] 1813969=test_x509ext
[484/766] 1813969=symbol_encoding_test
[485/766] 1813969=test_append
[486/766] 1813969=test_gem_resolver_installer_set
[487/766] 1813969=test_foreach
[488/766] 1813969=test_keyword
[489/766] 1813969=test_arity
[490/766] 1813969=test_gem_path_support
[491/766] 1813969=test_trace
[492/766] 1813969=dump_test
[493/766] 1813969=test_rb_str_dup
[494/766] 1813969=test_lambda
[495/766] 1813969=test_scalar_scanner
[496/766] 1813969=test_webauthn_listener_response
[497/766] 1813969=test_sleep
[498/766] 1813968=test_gem_resolver_index_set
[499/766] 1813968=test_gem_bundler_version_finder
[500/766] 1813968=test_gem_request_set
[501/766] 1813968=test_gc
[502/766] 1813969=test_pattern_matching
[503/766] 1813969=test_set_len
[504/766] 1813969=test_interned_str
[505/766] 1813969=test_delegate
[506/766] 1813969=test_symbol
[507/766] 1813969=test_project_sanity
[508/766] 1813969=test_time
[509/766] 1813969=test_popen_deadlock
[510/766] 1813969=test_alias_and_anchor
[511/766] 1813969=test_euc_jp
[512/766] 1813969=test_ensured
[513/766] 1813969=test_to_ary_concat
[514/766] 1813967=test_gem_ext_builder
[515/766] 1813967=relocation_test
[516/766] 1813967=test_windows_1251
[517/766] 1813967=test_call
[518/766] 1813967=test_ellipsize
[519/766] 1813967=test_gem_commands_build_command
[520/766] 1813967=integer_base_flags_test
[521/766] 1813967=test_thread
[522/766] 1813969=test_inlinecache
[523/766] 1813969=test_socket
[524/766] 1813968=test_bug-14834
[525/766] 1813968=test_data
[526/766] 1813968=test_to_ruby
[527/766] 1813968=test_addrinfo
[528/766] 1813968=newline_offsets_test
[529/766] 1813969=test_time_tz
[530/766] 1813969=test_marshal
[531/766] 1813968=ractor_test
[532/766] 1813968=test_ancdata
[533/766] 1813968=newline_test
[534/766] 1813968=test_bignum
[535/766] 1813969=test_enc_str_buf_cat
[536/766] 1813969=breadth_first_search_test
[537/766] 1813969=test_scheduler
[538/766] 1813969=test_gem_commands_help_command
[539/766] 1813969=test_ssl
[540/766] 1813968=test_ractor
[541/766] 1813969=test_gem_resolver_conflict
[542/766] 1813969=test_ractor
[543/766] 1813969=json_generator_test
[544/766] 1813968=numeric_value_test
[545/766] 1813968=test_gem
[546/766] 1813968=test_registry
[547/766] 1813968=test_dbm
[548/766] 1813968=test_cgi_core
[549/766] 1813968=test_gem_resolver_best_set
[550/766] 1813968=node_id_test
[551/766] 1813967=test_parser
[552/766] 1813969=test_recursion
[553/766] 1813967=test_require
[554/766] 1813969=test_enum
[555/766] 1813968=test_iter_break
[556/766] 1813968=test_extlibs
[557/766] 1813969=test_gem_commands_signin_command
[558/766] 1813967=test_range
[559/766] 1813969=test_num2int
[560/766] 1813969=test_rbconfig
[561/766] 1813969=test_ts
[562/766] 1813968=test_address_resolve
[563/766] 1813968=test_trick
[564/766] 1813969=test_ractor
[565/766] 1813969=test_stream
[566/766] 1813969=test_configuration
[567/766] 1813969=test_gem_resolver_local_specification
[568/766] 1813969=test_gem_commands_list_command
[569/766] 1813969=test_date_new
[570/766] 1813969=test_date_marshal
[571/766] 1813969=test_have_func
[572/766] 1813967=test_unix
[573/766] 1813967=test_integer
[574/766] 1813969=test_udp
[575/766] 1813969=test_gem_commands_contents_command
[576/766] 1813969=test_coder
[577/766] 1813969=test_gem_commands_search_command
[578/766] 1813969=test_symbol
[579/766] 1813968=test_ssl
[580/766] 1813967=test_abi
[581/766] 1813967=test_bundled_ca
[582/766] 1813967=test_integer_comb
[583/766] 1813969=test_load
[584/766] 1813969=test_usrmarshal
[585/766] 1813969=test_gem_validator
[586/766] 1813969=test_gem_source_installed
[587/766] 1813969=test_gem_security_trust_dir
[588/766] 1813969=test_module
[589/766] 1813967=test_erb_command
[590/766] 1813967=test_engine
[591/766] 1813967=integer_parse_test
[592/766] 1813967=test_fiber
[593/766] 1813969=test_gem_commands_mirror
[594/766] 1813969=test_key_error
[595/766] 1813969=test_resize
[596/766] 1813969=test_gem_package_task
[597/766] 1813969=test_lock_native_thread
[598/766] 1813969=test_struct
[599/766] 1813969=onigmo_test
[600/766] 1813969=test_c_struct_entry
[601/766] 1813969=fuzzer_test
[602/766] 1813969=test_rubyvm
[603/766] 1813969=test_cparser
[604/766] 1813969=equality_test
[605/766] 1813969=test_change_word
[606/766] 1813969=test_depth_first
[607/766] 1813969=test_config
[608/766] 1813968=test_new
[609/766] 1813969=test_cipher
[610/766] 1813969=test_update
[611/766] 1813969=test_gem_source_lock
[612/766] 1813968=test_load
[613/766] 1813968=test_metaclass
[614/766] 1813968=test_require_lib
[615/766] 1813969=test_gem_gem_runner
[616/766] 1813969=test_x509store
[617/766] 1813969=test_wss
[618/766] 1813969=test_not
[619/766] 1813969=test_cgi_cookie
[620/766] 1813969=test_my_integer
[621/766] 1813969=test_gem_resolver_composed_set
[622/766] 1813969=test_objectspace
[623/766] 1813967=test_require
[624/766] 1813968=test_placearg
[625/766] 1813968=fixtures_test
[626/766] 1813968=test_rational2
[627/766] 1813968=test_case_comprehensive
[628/766] 1813968=test_ssl_session
[629/766] 1813967=test_gem_package_tar_header
[630/766] 1813968=test_gem_ci_detector
[631/766] 1813968=test_continuation
[632/766] 1813968=test_signal
[633/766] 1813967=test_gem_silent_ui
[634/766] 1813967=test_fixnum
[635/766] 1813967=test_io_wait_uncommon
[636/766] 1813967=test_handle
[637/766] 1813967=test_delete
[638/766] 1813967=test_gem_security_policy
[639/766] 1813968=test_proxy
[640/766] 1813968=test_file_exhaustive
[641/766] 1813967=test_name_error_extension
[642/766] 1813967=test_gem_request_set_gem_dependency_api
[643/766] 1813969=test_https
[644/766] 1813967=test_gem_commands_info_command
[645/766] 1813967=test_object_create_start
[646/766] 1813967=test_protocol
[647/766] 1813967=test_weakkeymap
[648/766] 1813967=test_files_test
[649/766] 1813967=test_ast
[650/766] 1813969=test_require_path_check
[651/766] 1813969=test_bn
[652/766] 1813969=test_variable_name_check
[653/766] 1813969=test_x509cert
[654/766] 1813969=test_date_arith
[655/766] 1813969=test_gem_resolver_vendor_specification
[656/766] 1813969=test_fiddle
[657/766] 1813969=json_generic_object_test
[658/766] 1813969=test_stringscanner
[659/766] 1813969=parse_stream_test
[660/766] 1813969=test_ractor
[661/766] 1813969=test_gem_resolver_installed_specification
[662/766] 1813969=test_exception_at_throwing
[663/766] 1813969=test_digest
[664/766] 1813968=test_signedness
[665/766] 1813969=test_gem_commands_check_command
[666/766] 1813969=test_gem_resolver_git_set
[667/766] 1813969=test_ractor
[668/766] 1813969=test_sexp
[669/766] 1813969=test_httpheader
[670/766] 1813969=test_gem_safe_marshal
[671/766] 1813969=test_gem_local_remote_options
[672/766] 1813969=test_gem_ext_cargo_builder_link_flag_converter
[673/766] 1813969=test_acceptable
[674/766] 1813969=test_dup
[675/766] 1813969=test_struct
[676/766] 1813968=test_tmpdir
[677/766] 1813968=heredoc_dedent_test
[678/766] 1813968=test_type
[679/766] 1813968=parse_test
[680/766] 1813968=test_mutex
[681/766] 1813969=test_random
[682/766] 1813969=test_files_ext
[683/766] 1813969=test_stringio
[684/766] 1813969=test_assembler
[685/766] 1813969=overlap_test
[686/766] 1813969=test_thread_cv
[687/766] 1813968=test_ripper
[688/766] 1813968=test_gem_source_git
[689/766] 1813969=test_lexer
[690/766] 1813969=test_regex_casefold
[691/766] 1813969=test_array
[692/766] 1813968=test_gem_package
[693/766] 1813968=test_autoload
[694/766] 1813968=test_class
[695/766] 1813968=test_have_macro
[696/766] 1813968=test_gem_source
[697/766] 1813968=test_mkmf
[698/766] 1813968=command_line_test
[699/766] 1813968=test_at_exit
[700/766] 1813968=test_find_executable
[701/766] 1813968=test_ractor_compatibility
[702/766] 1813968=test_arithmetic_sequence
[703/766] 1813968=test_autoconf
[704/766] 1813968=test_lazy_enumerator
[705/766] 1813968=test_cgi_multipart
[706/766] 1813968=test_gem_request_set_lockfile_tokenizer
[707/766] 1813968=test_install
[708/766] 1813968=test_encoding
[709/766] 1813968=test_gem_source_fetch_problem
[710/766] 1813968=test_sockopt
[711/766] 1813968=test_ftp
[712/766] 1813968=test_singleton_function
[713/766] 1813968=test_document
[714/766] 1813968=test_eval
[715/766] 1813968=test_gem_safe_yaml
[716/766] 1813968=test_gem_commands_setup_command
[717/766] 1813968=test_bundled_gems
[718/766] 1813968=test_pair
[719/766] 1813968=test_gem_commands_signout_command
[720/766] 1813968=test_gem_package_tar_reader
[721/766] 1813968=test_env
[722/766] 1813969=test_parser
[723/766] 1813969=parser_test
[724/766] 1813969=test_primitive
[725/766] 1813969=test_iseq
[726/766] 1813969=test_path
[727/766] 1813969=test_digest
[728/766] 1813969=ripper_test
[729/766] 1813969=test_closure
[730/766] 1813968=test_rubygems
[731/766] 1813968=test_resolve_symbol
[732/766] 1813968=test_files_test_1
[733/766] 1813968=test_dir
[734/766] 1813968=test_uncorrectable_name_check
[735/766] 1813968=test_io
[736/766] 1813969=magic_comment_test
[737/766] 1813969=test_gem_remote_fetcher_s3
[738/766] 1813969=test_cgi_modruby
[739/766] 1813969=string_query_test
[740/766] 1813969=test_x509attr
[741/766] 1813969=test_printf
[742/766] 1813969=test_stat
[743/766] 1813969=test_gem_commands_rebuild_command
[744/766] 1813969=test_nomethod_error
[745/766] 1813969=test_etc
[746/766] 1813969=test_https_proxy
[747/766] 1813969=test_shellwords
[748/766] 1813969=test_mul
[749/766] 1813969=test_omap
[750/766] 1813969=test_date_strptime
[751/766] 1813969=test_scanner_events
[752/766] 1813969=implicit_array_test
[753/766] 1813969=test_ocsp
[754/766] 1813969=test_ipaddr
[755/766] 1813969=test_nonblock
[756/766] 1813969=json_ext_parser_test
[757/766] 1813969=test_gem_ext_configure_builder
[758/766] 1813969=test_cmethod
[759/766] 1813969=test_float
[760/766] 1813969=test_gem_stub_specification
[761/766] 1813969=test_io_m17n
[762/766] 1813967=parse_comments_test
[763/766] 1813967=test_gem_stream_ui
[764/766] 1813967=test_unicode_normalize
[765/766] 1813967=test_gem_commands_lock_command
[766/766] 1813967=test_gb18030
Finished tests in 169.665646s, 168.7142 tests/s, 35856.0743 assertions/s.
28625 tests, 6083544 assertions, 0 failures, 0 errors, 214 skips

ruby -v: ruby 3.5.0dev (2025-01-28T06:42:20Z master 50e34fd768) +PRISM [aarch64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j3'
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -msign-return-address=all -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/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.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=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1)
Copyright (C) 2018 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 '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making srcs under enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making encs
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/strscan'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/strscan'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
ruby 3.5.0dev (2025-01-28T06:42:20Z master 50e34fd768) +PRISM [aarch64-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 26.622351 seconds

3313 files, 33297 examples, 195561 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j3'" exit with 0.
raw logfile