# Logfile created on 2024-06-04 03:59:34 +0000 by logger.rb/v1.4.3 #<BuildRuby:0x00005621f207fc50 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk", @TARGET_SRC_DIR="/tmp/ruby/src/trunk", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk", @configure_opts=["--enable-shared"], @build_opts="-j20", @btest_opts="-j20", @test_opts="TESTS='-j20'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk.20240604-035934", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005621f2113360 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005621f2113220 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005621f2113040 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20240604-035934", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20240604-035934>, @binmode=false, @mon_data=#<Monitor:0x00005621f2112f00>, @mon_data_owner_object_id=860>>> $$$[beg] make update-download -j20 tool/config.guess already exists tool/config.sub already exists Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision - echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision - echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision - /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem $$$[end] "make update-download -j20" exit with 0. $$$[beg] make update-src -j20 From https://github.com/ruby/ruby 255ca83..3eda59e master -> origin/master Updating 255ca83..3eda59e Fast-forward .rdoc_options | 2 + doc/strscan/helper_methods.md | 128 ++++ doc/strscan/link_refs.txt | 17 + doc/strscan/methods/get_byte.md | 30 + doc/strscan/methods/get_charpos.md | 19 + doc/strscan/methods/get_pos.md | 14 + doc/strscan/methods/getch.md | 43 ++ doc/strscan/methods/scan.md | 51 ++ doc/strscan/methods/scan_until.md | 52 ++ doc/strscan/methods/set_pos.md | 27 + doc/strscan/methods/skip.md | 43 ++ doc/strscan/methods/skip_until.md | 49 ++ doc/strscan/methods/terminate.md | 30 + doc/strscan/strscan.md | 543 +++++++++++++++ ext/json/generator/generator.c | 6 +- ext/json/generator/generator.h | 7 +- ext/json/parser/parser.c | 16 +- ext/json/parser/parser.h | 7 +- ext/json/parser/parser.rl | 16 +- ext/strscan/strscan.c | 1299 ++++++++++++++++++++++++------------ ext/strscan/strscan.gemspec | 5 + tool/sync_default_gems.rb | 1 + 22 files changed, 1934 insertions(+), 471 deletions(-) create mode 100644 doc/strscan/helper_methods.md create mode 100644 doc/strscan/link_refs.txt create mode 100644 doc/strscan/methods/get_byte.md create mode 100644 doc/strscan/methods/get_charpos.md create mode 100644 doc/strscan/methods/get_pos.md create mode 100644 doc/strscan/methods/getch.md create mode 100644 doc/strscan/methods/scan.md create mode 100644 doc/strscan/methods/scan_until.md create mode 100644 doc/strscan/methods/set_pos.md create mode 100644 doc/strscan/methods/skip.md create mode 100644 doc/strscan/methods/skip_until.md create mode 100644 doc/strscan/methods/terminate.md create mode 100644 doc/strscan/strscan.md Latest commit hash = 3eda59e975 $$$[end] "make update-src -j20" exit with 0. $$$[beg] make after-update -j20 generating /tmp/ruby/src/trunk/ext/ripper/eventids2table.c make[1]: Entering directory '/tmp/ruby/src/trunk/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/ripper' /tmp/ruby/src/trunk/revision.h updated generating x86_64-linux-fake.rb x86_64-linux-fake.rb updated generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision - echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision - echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision - /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem Extracting bundle gem power_assert-2.0.3... Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-2.0.4dev.gem $$$[end] "make after-update -j20" exit with 0. $$$[beg] make miniruby -j20 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -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 -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j20 --jobserver-auth=4,5 RUSTC = no YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. compiling /tmp/ruby/src/trunk/version.c linking miniruby $$$[end] "make miniruby -j20" exit with 0. $$$[beg] make ruby -j20 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -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 -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j20 --jobserver-auth=4,5 RUSTC = no YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 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 89a51dcd0fb1892d73eed189d5217d55cdef33ce2d9b7946f692c1f0ce22d546 builtin_binary.inc compiling /tmp/ruby/src/trunk/builtin.c linking static-library libruby-static.a linking shared-library libruby.so.3.4.0 linking ruby $$$[end] "make ruby -j20" exit with 0. $$$[beg] make all -j20 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -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 -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j20 --jobserver-auth=4,5 RUSTC = no YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 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 building spec/ruby/optional/capi/ext/array_spec.so building spec/ruby/optional/capi/ext/basic_object_spec.so building spec/ruby/optional/capi/ext/bignum_spec.so building spec/ruby/optional/capi/ext/binding_spec.so building spec/ruby/optional/capi/ext/boolean_spec.so building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so building spec/ruby/optional/capi/ext/class_spec.so building spec/ruby/optional/capi/ext/class_under_autoload_spec.so building spec/ruby/optional/capi/ext/complex_spec.so building spec/ruby/optional/capi/ext/constants_spec.so building spec/ruby/optional/capi/ext/data_spec.so building spec/ruby/optional/capi/ext/debug_spec.so building spec/ruby/optional/capi/ext/encoding_spec.so building spec/ruby/optional/capi/ext/enumerator_spec.so building spec/ruby/optional/capi/ext/exception_spec.so building spec/ruby/optional/capi/ext/fiber_spec.so building spec/ruby/optional/capi/ext/file_spec.so building spec/ruby/optional/capi/ext/fixnum_spec.so encdb.h unchanged building spec/ruby/optional/capi/ext/float_spec.so building spec/ruby/optional/capi/ext/gc_spec.so building spec/ruby/optional/capi/ext/globals_spec.so building spec/ruby/optional/capi/ext/hash_spec.so building spec/ruby/optional/capi/ext/integer_spec.so building spec/ruby/optional/capi/ext/io_spec.so building spec/ruby/optional/capi/ext/kernel_spec.so building spec/ruby/optional/capi/ext/language_spec.so building spec/ruby/optional/capi/ext/marshal_spec.so building spec/ruby/optional/capi/ext/module_spec.so building spec/ruby/optional/capi/ext/module_under_autoload_spec.so building spec/ruby/optional/capi/ext/mutex_spec.so building spec/ruby/optional/capi/ext/numeric_spec.so building spec/ruby/optional/capi/ext/object_spec.so building spec/ruby/optional/capi/ext/proc_spec.so building spec/ruby/optional/capi/ext/range_spec.so building spec/ruby/optional/capi/ext/rational_spec.so building spec/ruby/optional/capi/ext/rbasic_spec.so building spec/ruby/optional/capi/ext/regexp_spec.so building spec/ruby/optional/capi/ext/string_spec.so building spec/ruby/optional/capi/ext/struct_spec.so building spec/ruby/optional/capi/ext/st_spec.so building spec/ruby/optional/capi/ext/symbol_spec.so building spec/ruby/optional/capi/ext/thread_spec.so building spec/ruby/optional/capi/ext/time_spec.so building spec/ruby/optional/capi/ext/tracepoint_spec.so building spec/ruby/optional/capi/ext/typed_data_spec.so building spec/ruby/optional/capi/ext/util_spec.so making enc making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making encs make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' compiling /tmp/ruby/src/trunk/ext/strscan/strscan.c make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json/generator' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json/parser' compiling /tmp/ruby/src/trunk/ext/json/generator/generator.c compiling /tmp/ruby/src/trunk/ext/json/parser/parser.c make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' linking shared-object json/ext/parser.so make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json/parser' linking shared-object strscan.so make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/strscan' linking shared-object json/ext/generator.so make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json/generator' make[2]: Entering directory '/tmp/ruby/build/trunk' linking ruby make[2]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk' $$$[end] "make all -j20" exit with 0. $$$[beg] make install -j20 Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision - BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -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 -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j20 --jobserver-auth=4,5 RUSTC = no YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision unchanged echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision - echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision - generating encdb.h gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged encdb.h unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk/gems/power_assert-2.0.3.gem making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk' Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' Extracting bundle gem power_assert-2.0.3... generating transdb.h Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-2.0.4dev.gem transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making encs make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk' ./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j20 --jobserver-auth=4,5" --make-flags=" -j20 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --gnumake --install=all --exclude=doc installing binary commands: /tmp/ruby/install/trunk/bin installing base libraries: /tmp/ruby/install/trunk/lib installing arch files: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk/include/ruby-3.4.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.4.0+0 installing extension headers: /tmp/ruby/install/trunk/include/ruby-3.4.0+0/ruby installing command scripts: /tmp/ruby/install/trunk/bin installing library scripts: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0 installing common headers: /tmp/ruby/install/trunk/include/ruby-3.4.0+0 installing manpages: /tmp/ruby/install/trunk/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0 benchmark 0.3.0 bundler 2.6.0.dev cgi 0.4.1 delegate 0.3.1 did_you_mean 1.6.3 english 0.8.0 erb 4.0.4 error_highlight 0.6.0 fileutils 1.7.2 find 0.2.0 forwardable 1.3.3 ipaddr 1.2.6 irb 1.13.1 logger 1.6.0 net-http 0.4.1 net-protocol 0.2.2 open-uri 0.4.1 open3 0.2.1 optparse 0.5.0 ostruct 0.6.0 pp 0.5.0 prettyprint 0.2.0 prism 0.29.0 pstore 0.1.3 rdoc 6.7.0 readline 0.0.4 reline 0.5.8 resolv 0.4.0 ruby2_keywords 0.0.5 securerandom 0.3.1 set 1.1.0 shellwords 0.2.0 singleton 0.2.0 syntax_suggest 2.0.0 tempfile 0.2.1 time 0.3.0 timeout 0.4.1 tmpdir 0.2.0 tsort 0.2.0 un 0.3.0 uri 0.13.0 weakref 0.1.3 yaml 0.3.0 installing default gems from ext: /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0 date 3.3.4 digest 3.1.1 etc 1.4.3 fcntl 1.1.0 fiddle 1.1.3 io-console 0.7.2 io-nonblock 0.3.0 io-wait 0.3.1 json 2.7.2 openssl 3.2.0 pathname 0.3.0 psych 5.1.2 stringio 3.1.1 strscan 3.1.1 zlib 3.1.0 installing bundled gems: /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0 minitest 5.23.1 rake 13.2.1 test-unit 3.6.2 rexml 3.2.8 rss 0.3.0 net-ftp 0.3.5 net-imap 0.4.12 net-pop 0.1.2 net-smtp 0.5.0 matrix 0.4.2 prime 0.1.2 rbs 3.4.4 typeprof 0.21.11 debug 1.9.2 racc 1.8.0 mutex_m 0.2.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.8 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.1.2 csv 3.3.0 installing bundled gem cache: /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0/cache skipped bundled gems: power_assert-2.0.4dev.gem not found in bundled_gems $$$[end] "make install -j20" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j20' PASS all 1938 tests $$$[end] "make yes-btest TESTOPTS='-q -j20'" exit with 0. $$$[beg] make yes-test-basic TESTS='-j20' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -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 -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = no YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Checking leaked global symbols...none /tmp/ruby/src/trunk/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk/basictest/test.rb:gc ....OK 4 test succeeded $$$[end] "make yes-test-basic TESTS='-j20'" exit with 0. $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -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 -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = no YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making encs make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk' Run options: --seed=40817 "--ruby=./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j20 # Running tests: [ 1/899] 269689=test_windows_1251 [ 2/899] 269689=test_time [ 3/899] 269693=test_rdoc_rdoc [ 4/899] 269688=test_gem_uninstaller [ 5/899] 269691=test_gb18030 [ 6/899] 269692=test_buffering [ 7/899] 269690=test_svcb_https [ 8/899] 269702=test_key_name_check [ 9/899] 269704=test_defined [ 10/899] 269705=test_backtrace [ 11/899] 269706=test_io_buffer [ 12/899] 269707=test_rdoc_i18n_text [ 13/899] 269691=test_date_parse [ 14/899] 269705=redundant_return_test [ 15/899] 269702=test_pipe [ 16/899] 269703=test_trick [ 17/899] 269706=test_thread [ 18/899] 269706=test_pkey_ec [ 19/899] 269690=integer_base_flags_test [ 20/899] 269696=test_mul [ 21/899] 269695=newline_offsets_test [ 22/899] 269697=test_null [ 23/899] 269698=test_win32ole_type [ 24/899] 269701=test_default_gems [ 25/899] 269700=test_rdoc_markup_to_rdoc [ 26/899] 269698=test_rdoc_rd_inline_parser [ 27/899] 269699=compiler_test [ 28/899] 269696=test_rdoc_markup_attributes [ 29/899] 269694=test_custom_command [ 30/899] 269692=json_addition_test [ 31/899] 269704=test_rdoc_parser [ 32/899] 269697=test_qsort [ 33/899] 269697=test_gem_dependency_resolution_error [ 34/899] 269692=test_pattern_matching [ 35/899] 269705=test_rdoc_stats [ 36/899] 269690=test_string [ 37/899] 269701=test_rdoc_store [ 38/899] 269689=test_raise [ 39/899] 269689=test_x509attr [ 40/899] 269690=test_depth_first [ 41/899] 269692=test_gem_request_set_lockfile_parser [ 42/899] 269690=test_gem_validator [ 43/899] 269691=test_folderitem2_invokeverb [ 44/899] 269691=test_rdoc_markup_parser [ 45/899] 269699=test_require_path_check [ 46/899] 269702=test_files_test_2 [ 47/899] 269706=test_fnmatch [ 48/899] 269707=test_egrep_cpp [ 49/899] 269689=test_zlib [ 50/899] 269706=test_cgi_tag_helper [ 51/899] 269694=test_optimization [ 52/899] 269696=test_date_conv [ 53/899] 269696=test_erb_m17n [ 54/899] 269706=test_ole_methods [ 55/899] 269706=test_proc [ 56/899] 269699=test_string [ 57/899] 269696=test_gc_compact [ 58/899] 269704=integer_parse_test [ 59/899] 269693=test_gem_package_old [ 60/899] 269700=test_gem_resolver_index_set [ 61/899] 269698=test_rdoc_single_class [ 62/899] 269691=test_nil [ 63/899] 269698=test_num2int [ 64/899] 269697=test_verbose [ 65/899] 269698=test_pp [ 66/899] 269691=test_frozen [ 67/899] 269704=test_gem_ext_configure_builder [ 68/899] 269691=test_macro [ 69/899] 269690=test_iter_break [ 70/899] 269690=test_exception [ 71/899] 269697=test_zsh_completion [ 72/899] 269690=test_rdoc_token_stream [ 73/899] 269705=test_address_resolve [ 74/899] 269697=test_optarg [ 75/899] 269698=test_yaml_special_cases [ 76/899] 269707=test_gem_source_list [ 77/899] 269692=test_config [ 78/899] 269691=test_numeric [ 79/899] 269698=parse_stream_test [ 80/899] 269695=test_gem_commands_lock_command [ 81/899] 269705=test_assignment [ 82/899] 269691=test_ifunless [ 83/899] 269692=test_key_actor_vi [ 84/899] 269691=test_bug-3571 [ 85/899] 269691=test_gem_command [ 86/899] 269698=test_gem_spec_fetcher [ 87/899] 269697=test_common [ 88/899] 269693=test_rdoc_markup_to_tt_only [ 89/899] 269690=test_hmac [ 90/899] 269690=test_rdoc_tom_doc [ 91/899] 269700=test_object_create_start [ 92/899] 269692=snippets_test [ 93/899] 269700=test_gem_rdoc [ 94/899] 269693=test_date [ 95/899] 269690=test_gem_ext_cargo_builder_unit [ 96/899] 269693=parse_success_test [ 97/899] 269690=test_at_exit [ 98/899] 269704=test_command [ 99/899] 269707=!Nothing_to_test [100/899] 269690=test_psych [101/899] 269707=test_enc_raise [102/899] 269707=test_rdoc_markup_paragraph [103/899] 269707=test_kdf [104/899] 269690=test_gem_doctor [105/899] 269693=test_kernel [106/899] 269695=test_eval_history [107/899] 269690=static_inspect_test [108/899] 269707=test_bug-5832 [109/899] 269707=test_files_ext [110/899] 269690=test_emitter [111/899] 269690=test_gem_silent_ui [112/899] 269700=test_tcp [113/899] 269691=test_iso_8859 [114/899] 269697=test_rdoc_text [115/899] 269690=test_syntax [116/899] 269691=test_gem_safe_yaml [117/899] 269691=test_date_time [118/899] 269691=test_rdoc_markup_to_joined_paragraph [119/899] 269691=test_require [120/899] 269691=test_data [121/899] 269691=test_date_new [122/899] 269691=test_rdoc_parser_ruby [123/899] 269695=test_httpresponse [124/899] 269707=test_open-uri [125/899] 269701=test_rdoc_context [126/899] 269698=test_nil2vtempty [127/899] 269698=test_stream [128/899] 269698=test_gem_commands_dependency_command [129/899] 269695=test_gem_resolver [130/899] 269704=test_gem_resolver_composed_set [131/899] 269697=test_safe_load [132/899] 269697=test_rdoc_markup_attribute_manager [133/899] 269700=test_name_error [134/899] 269704=test_http [135/899] 269704=test_shift_jis [136/899] 269697=test_gem_commands_which_command [137/899] 269704=test_inadvertent_creation [138/899] 269698=test_flags [139/899] 269697=test_enumerator [140/899] 269688=test_gem_commands_specification_command [141/899] 269700=reflection_test [142/899] 269706=test_gem_ext_rake_builder [143/899] 269704=test_arity [144/899] 269704=test_logdevice [145/899] 269700=test_gem_resolver_lock_specification [146/899] 269688=test_err_in_callback [147/899] 269700=test_x509cert [148/899] 269688=test_gc [149/899] 269695=test_process [150/899] 269693=test_last_thread [151/899] 269691=command_line_test [152/899] 269707=test_pack [153/899] 269691=test_gem_source_local [154/899] 269700=test_gem_security_policy [155/899] 269701=newline_test [156/899] 269689=test_uncorrectable_name_check [157/899] 269692=test_stringchar [158/899] 269701=test_hash_create [159/899] 269701=test_passing_block [160/899] 269689=test_thread_fd_close [161/899] 269701=test_securerandom [162/899] 269689=test_logperiod [163/899] 269689=test_rdoc_normal_module [164/899] 269705=test_c_union_entity [165/899] 269707=test_rdoc_markdown_test [166/899] 269705=test_io_console [167/899] 269701=test_flush [168/899] 269692=test_singleton [169/899] 269692=test_switch_hitter [170/899] 269701=test_literal [171/899] 269692=test_c_struct_builder [172/899] 269700=test_dot_dot [173/899] 269700=test_str2big [174/899] 269691=test_rdoc_markup_to_table_of_contents [175/899] 269700=location_test [176/899] 269700=test_objectspace [177/899] 269692=test_socket [178/899] 269691=test_thread [179/899] 269689=test_severity [180/899] 269689=test_ractor [181/899] 269689=test_gem_install_update_options [182/899] 269704=test_require_lib [183/899] 269706=test_rdoc_generator_ri [184/899] 269691=test_extlibs [185/899] 269698=test_gem_stream_ui [186/899] 269706=test_m17n_comb [187/899] 269689=test_memory_view [188/899] 269698=test_ractor [189/899] 269701=test_ansi_with_terminfo [190/899] 269689=test_rdoc_generator_pot_po [191/899] 269689=test_rdoc_markup_to_markdown [192/899] 269698=test_json_tree [193/899] 269698=test_pkey [194/899] 269689=test_case [195/899] 269689=test_reline [196/899] 269701=test_parser_events [197/899] 269693=test_cclass [198/899] 269698=test_grapheme_breaks [199/899] 269698=test_gem_version_option [200/899] 269707=test_gem_request_connection_pools [201/899] 269701=test_generic [202/899] 269698=test_win32ole [203/899] 269698=test_scan_args [204/899] 269698=test_enumerator_kw [205/899] 269698=tunnel_test [206/899] 269698=test_gem_text [207/899] 269701=test_settracefunc [208/899] 269693=test_gem_commands_mirror [209/899] 269693=test_gem_ext_cargo_builder_link_flag_converter [210/899] 269698=test_gem_request [211/899] 269693=test_method_cache [212/899] 269693=test_sprintf_comb [213/899] 269696=test_exception [214/899] 269703=test_bug_reporter [215/899] 269689=test_gem_name_tuple [216/899] 269689=test_gem_package_tar_reader_entry [217/899] 269698=test_rand [218/899] 269693=test_rdoc_cross_reference [219/899] 269700=parameters_signature_test [220/899] 269700=test_gem_commands_info_command [221/899] 269700=test_gem_dependency_installer [222/899] 269689=test_scalar [223/899] 269689=test_case_options [224/899] 269689=test_store [225/899] 269692=test_gem_commands_owner_command [226/899] 269703=test_gem_source_vendor [227/899] 269689=test_recorder [228/899] 269698=test_bash_completion [229/899] 269689=test_formatter [230/899] 269689=test_rdoc_constant [231/899] 269698=test_deprecate [232/899] 269698=test_file [233/899] 269698=test_gem_available_set [234/899] 269703=test_rdoc_markdown [235/899] 269689=test_modify_expand [236/899] 269689=test_rdoc_any_method [237/899] 269698=test_complexrational [238/899] 269698=test_init [239/899] 269693=test_pathname [240/899] 269707=test_rdoc_encoding [241/899] 269707=test_coverage [242/899] 269693=test_gem_package_tar_reader [243/899] 269693=regexp_test [244/899] 269692=test_find [245/899] 269693=test_ractor [246/899] 269692=test_wss [247/899] 269701=test_fiddle [248/899] 269692=test_cgi_util [249/899] 269703=test_require [250/899] 269701=test_gem_ext_cmake_builder [251/899] 269698=test_gem_commands_contents_command [252/899] 269689=test_digest [253/899] 269693=test_marshalable [254/899] 269702=test_profile_frames [255/899] 269693=test_cstr [256/899] 269698=test_pstore [257/899] 269692=test_enc_str_buf_cat [258/899] 269692=test_gbk [259/899] 269692=test_class2name [260/899] 269692=index_write_test [261/899] 269692=test_rdoc_parser_c [262/899] 269698=test_comparable [263/899] 269698=json_fixtures_test [264/899] 269698=test_shapes [265/899] 269698=test_io_timeout [266/899] 269698=test_gem_commands_sources_command [267/899] 269701=test_ansi_without_terminfo [268/899] 269701=test_bmethod [269/899] 269701=test_euc_tw [270/899] 269701=test_ractor [271/899] 269701=test_rdoc_markup_formatter [272/899] 269701=test_nowrite [273/899] 269701=test_thread_queue [274/899] 269696=test_handle [275/899] 269702=test_wait [276/899] 269698=test_yaml [277/899] 269691=test_forwardable [278/899] 269691=test_big2str [279/899] 269691=test_gem_resolver_installed_specification [280/899] 269702=test_scanner_events [281/899] 269698=test_gem_remote_fetcher [282/899] 269691=test_mdns [283/899] 269696=test_parse [284/899] 269691=test_gem_dependency [285/899] 269702=test_gem_resolver_specification [286/899] 269691=test_path_to_class [287/899] 269691=lex_test [288/899] 269702=test_rdoc_markup_verbatim [289/899] 269692=test_inlinecache [290/899] 269707=test_gem_commands_search_command [291/899] 269707=test_complex [292/899] 269699=test_gem_ext_ext_conf_builder [293/899] 269692=test_frozen_error [294/899] 269692=test_gem_stub_specification [295/899] 269705=test_method_cache [296/899] 269702=test_resource [297/899] 269705=test_gem_commands_signin_command [298/899] 269702=test_emitter [299/899] 269702=test_ldap [300/899] 269693=encodings_test [301/899] 269702=test_string_processing [302/899] 269707=test_fileutils [303/899] 269693=test_rdoc_options [304/899] 269692=test_cesu8 [305/899] 269692=test_econv [306/899] 269706=test_gem_version [307/899] 269702=test_too_many_dummy_encodings [308/899] 269689=test_rdoc_include [309/899] 269706=test_reqarg [310/899] 269689=test_gem_commands_list_command [311/899] 269689=test_stack [312/899] 269702=desugar_compiler_test [313/899] 269696=test_gem_resolver_index_specification [314/899] 269705=test_internal_ivar [315/899] 269705=test_gem_commands_help_command [316/899] 269702=test_rdoc_markup [317/899] 269702=test_prettyprint [318/899] 269693=test_tracepoint [319/899] 269702=test_basicsocket [320/899] 269705=test_utf32 [321/899] 269702=test_duplicate [322/899] 269705=test_noarg [323/899] 269702=pattern_test [324/899] 269702=test_tempfile [325/899] 269707=test_queue [326/899] 269707=snapshots_test [327/899] 269691=test_function [328/899] 269696=test_irb [329/899] 269703=test_random [330/899] 269703=test_asn1 [331/899] 269703=test_const [332/899] 269703=test_class [333/899] 269700=test_rdoc_normal_class [334/899] 269706=test_load [335/899] 269706=json_string_matching_test [336/899] 269705=test_gem_installer [337/899] 269693=test_yamlstore [338/899] 269706=symbol_encoding_test [339/899] 269693=test_date_strftime [340/899] 269700=test_rdoc_parser_rd [341/899] 269700=test_ftp [342/899] 269700=test_rdoc_context_section [343/899] 269700=test_euc_kr [344/899] 269700=test_rdoc_rubygems_hook [345/899] 269706=test_method [346/899] 269702=test_gem_commands_query_command [347/899] 269691=test_array_create [348/899] 269691=test_pack [349/899] 269696=test_gem_impossible_dependencies_error [350/899] 269700=test_pattern_key_name_check [351/899] 269696=test_to_ruby [352/899] 269700=test_io [353/899] 269696=test_ubf_async_safe [354/899] 269696=test_hash [355/899] 269691=test_win32ole_type_event [356/899] 269691=test_emoji [357/899] 269693=test_sorted_set [358/899] 269691=test_win32ole_record [359/899] 269691=test_gem_unsatisfiable_dependency_error [360/899] 269691=test_gem_source_specific_file [361/899] 269700=test_foreach [362/899] 269704=test_condition [363/899] 269700=test_gem_commands_uninstall_command [364/899] 269704=test_cp949 [365/899] 269704=test_summary [366/899] 269691=test_console_attr [367/899] 269691=test_type_completor [368/899] 269691=test_kwargs [369/899] 269691=test_gem_commands_exec_command [370/899] 269692=test_io_wait [371/899] 269704=test_date_attr [372/899] 269704=test_ellipsize [373/899] 269704=test_yjit [374/899] 269704=test_workspace [375/899] 269689=test_weakmap [376/899] 269693=test_m17n [377/899] 269693=test_gem_commands_environment_command [378/899] 269704=test_ws [379/899] 269704=test_argf [380/899] 269693=test_ns_spki [381/899] 269702=test_framework [382/899] 269702=test_kill_ring [383/899] 269693=test_external_new [384/899] 269702=test_postponed_job [385/899] 269693=test_alias_and_anchor [386/899] 269693=test_hash [387/899] 269693=test_tree_builder [388/899] 269693=test_gem_resolver_dependency_request [389/899] 269693=test_win32ole_typelib [390/899] 269693=test_protect [391/899] 269693=test_raise_exception [392/899] 269707=test_gem_request_set_lockfile [393/899] 269699=equality_test [394/899] 269699=test_set [395/899] 269692=regular_expression_encoding_test [396/899] 269699=test_show_source [397/899] 269692=test_remote_fetch_error [398/899] 269692=test_have_library [399/899] 269699=test_gem_commands_stale_command [400/899] 269699=test_c_struct_entry [401/899] 269702=test_lock_native_thread [402/899] 269698=test_undef [403/899] 269698=test_line_editor [404/899] 269698=test_objspace [405/899] 269707=test_gem_security_trust_dir [406/899] 269700=test_sprintf [407/899] 269707=test_gem_requirement [408/899] 269699=test_string_memory [409/899] 269699=test_files_sample [410/899] 269702=test_stringscanner [411/899] 269707=test_convertible [412/899] 269702=test_yield [413/899] 269700=test_rdoc_alias [414/899] 269699=test_fstring [415/899] 269700=test_array [416/899] 269700=test_optparse [417/899] 269693=test_webauthn_poller [418/899] 269700=test_rdoc_markup_raw [419/899] 269700=test_rat [420/899] 269700=test_typeddata [421/899] 269699=test_gem_resolver_best_set [422/899] 269691=test_rdoc_markup_to_html_crossref [423/899] 269693=locals_test [424/899] 269699=test_rdoc_require [425/899] 269700=test_clone [426/899] 269699=test_gem_commands_install_command [427/899] 269694=test_readpartial [428/899] 269691=test_io_buffer [429/899] 269691=test_backtrace [430/899] 269693=test_pack [431/899] 269700=test_rdoc_task [432/899] 269700=regular_expression_options_test [433/899] 269693=test_gem_resolver_conflict [434/899] 269700=test_rdoc_markup_indented_paragraph [435/899] 269700=numeric_value_test [436/899] 269693=test_autoload [437/899] 269700=test_utf16 [438/899] 269697=test_unicode_escape [439/899] 269700=test_io [440/899] 269697=test_face [441/899] 269692=test_case [442/899] 269697=test_sizeof [443/899] 269692=test_rendering [444/899] 269692=test_yaml_tree [445/899] 269692=test_gc [446/899] 269694=test_math [447/899] 269692=test_gem_commands_fetch_command [448/899] 269703=test_libs [449/899] 269694=test_config [450/899] 269703=test_sleep [451/899] 269690=test_ripper [452/899] 269692=test_gem_config_file [453/899] 269694=test_gem_resolver_activation_request [454/899] 269694=test_protocol [455/899] 269692=test_getopts [456/899] 269692=test_yjit_exit_locations [457/899] 269692=test_etc [458/899] 269690=test_pkcs12 [459/899] 269692=test_system [460/899] 269694=test_bigzero [461/899] 269694=test_pkey_dh [462/899] 269694=test_iseq_load [463/899] 269690=test_gem_util [464/899] 269690=source_location_test [465/899] 269690=test_gem_package_tar_header [466/899] 269701=test_rdoc_servlet [467/899] 269699=test_gem_security [468/899] 269690=test_ractor [469/899] 269690=test_digest [470/899] 269690=test_closure [471/899] 269689=test_bundled_ca [472/899] 269691=test_open3 [473/899] 269701=test_fiber [474/899] 269696=test_multi_irb_commands [475/899] 269696=test_date_marshal [476/899] 269696=test_mkmf [477/899] 269702=test_history [478/899] 269696=test_popen_deadlock [479/899] 269690=test_delegate [480/899] 269690=test_exit [481/899] 269702=test_recursion [482/899] 269702=test_stream [483/899] 269702=test_webauthn_listener_response [484/899] 269702=test_time [485/899] 269690=test_to_ary_concat [486/899] 269688=test_rdoc_markup_pre_process [487/899] 269692=test_printf [488/899] 269692=test_pinned [489/899] 269702=test_within_pipe [490/899] 269702=test_gem_bundler_version_finder [491/899] 269702=test_emoji_breaks [492/899] 269702=test_help [493/899] 269702=test_rdoc_markup_to_bs [494/899] 269692=test_beginendblock [495/899] 269702=test_gem_commands_unpack_command [496/899] 269689=test_files_lib [497/899] 269688=test_pkey_dsa [498/899] 269706=test_class [499/899] 269706=test_ocsp [500/899] 269694=test_scheduler [501/899] 269702=test_rdoc_markup_heading [502/899] 269702=test_iseq [503/899] 269696=test_exception_at_throwing [504/899] 269696=test_gem_commands_server_command [505/899] 269696=test_did_you_mean [506/899] 269694=test_variable_name_check [507/899] 269703=test_io_m17n [508/899] 269692=test_tracer [509/899] 269692=test_cmethod [510/899] 269692=test_option [511/899] 269694=test_append [512/899] 269694=test_gem_commands_build_command [513/899] 269696=test_case_comprehensive [514/899] 269696=test_interned_str [515/899] 269696=test_lexer [516/899] 269696=test_thread_cv [517/899] 269706=test_ssl_session [518/899] 269692=test_random [519/899] 269692=test_notimplement [520/899] 269692=test_key_event_record [521/899] 269692=test_gem_uri [522/899] 269692=test_gem_commands_update_command [523/899] 269690=test_gem_resolver_vendor_specification [524/899] 269690=test_data [525/899] 269690=test_gem_gem_runner [526/899] 269690=test_filter [527/899] 269704=test_rdoc_method_attr [528/899] 269690=test_unicode [529/899] 269694=test_koi8 [530/899] 269694=test_enumerator [531/899] 269694=test_rdoc_parser_changelog [532/899] 269690=test_rdoc_generator_pot [533/899] 269690=test_case_mapping [534/899] 269690=test_path [535/899] 269690=test_win32ole_param_event [536/899] 269690=test_bn [537/899] 269690=test_http [538/899] 269702=test_addrinfo [539/899] 269704=test_tree_spell_checker [540/899] 269702=test_rdoc_markup_to_html [541/899] 269704=test_date_compat [542/899] 269704=test_bug-14834 [543/899] 269694=test_compile_prism [544/899] 269702=test_terminfo [545/899] 269702=test_color [546/899] 269704=json_encoding_test [547/899] 269704=test_key_stroke [548/899] 269704=test_httpresponses [549/899] 269705=test_encoding [550/899] 269702=test_set_len [551/899] 269702=test_rdoc_ri_driver [552/899] 269705=test_gem_resolver_local_specification [553/899] 269705=test_httpheader [554/899] 269704=test_rdoc_markup_to_label [555/899] 269704=test_install [556/899] 269705=string_encoding_test [557/899] 269705=test_sockopt [558/899] 269705=test_gem_commands_yank_command [559/899] 269696=test_win32ole_param [560/899] 269696=test_pair [561/899] 269697=test_euc_jp [562/899] 269697=test_rdoc_generator_pot_po_entry [563/899] 269697=test_acceptable [564/899] 269694=test_document [565/899] 269694=test_rdoc_i18n_locale [566/899] 269702=test_name_error_extension [567/899] 269702=test_human_typo [568/899] 269694=test_primitive [569/899] 269702=test_rbconfig [570/899] 269702=test_rational [571/899] 269694=fixtures_test [572/899] 269704=test_rational2 [573/899] 269702=test_spell_checker [574/899] 269702=test_propertyputref [575/899] 269702=test_assembler [576/899] 269704=test_gem_source_installed [577/899] 269702=test_erb [578/899] 269697=test_x509ext [579/899] 269697=test_yield_block [580/899] 269704=test_len [581/899] 269697=test_completion [582/899] 269704=test_gem_commands_cert_command [583/899] 269702=test_provider [584/899] 269694=test_abi [585/899] 269706=test_yamldbm [586/899] 269706=test_gem_commands_rebuild_command [587/899] 269705=test_load [588/899] 269705=test_rdoc_parser_simple [589/899] 269705=test_gem_ext_builder [590/899] 269702=test_https [591/899] 269706=test_evaluation [592/899] 269706=test_benchmark [593/899] 269703=test_gem_dependency_list [594/899] 269691=test_nesting_parser [595/899] 269694=test_win32ole_method_event [596/899] 269694=test_scalar_scanner [597/899] 269703=test_gem_source [598/899] 269694=test_helper_method [599/899] 269694=test_gem_package_tar_writer [600/899] 269692=test_array [601/899] 269691=test_gem_commands_outdated_command [602/899] 269691=test_boolean [603/899] 269691=test_instrumentation_api [604/899] 269694=test_stringify_symbols [605/899] 269694=test_rubyvm [606/899] 269694=test_configuration [607/899] 269694=test_monitor [608/899] 269703=test_buffered_io [609/899] 269702=test_whileuntil [610/899] 269702=test_rdoc_generator_markup [611/899] 269702=test_method_name_check [612/899] 269697=test_arith_seq_extract [613/899] 269702=test_parser [614/899] 269702=test_ssl [615/899] 269703=test_gem_ext_cargo_builder [616/899] 269703=test_module [617/899] 269694=test_gem_request_set [618/899] 269697=test_files_test_1 [619/899] 269693=test_gem_path_support [620/899] 269707=test_struct [621/899] 269693=test_set [622/899] 269693=test_mutex [623/899] 269694=test_x509req [624/899] 269705=test_rdoc_rd_inline [625/899] 269705=test_allocation [626/899] 269694=test_div [627/899] 269694=test_win32ole_variant_m [628/899] 269694=test_engine [629/899] 269694=test_key_error [630/899] 269694=test_serialize_subclasses [631/899] 269694=test_insns_leaf [632/899] 269694=test_deprecated [633/899] 269694=test_color_printer [634/899] 269694=test_pkg_config [635/899] 269694=test_cparser [636/899] 269707=magic_comment_test [637/899] 269706=test_rdoc_markup_to_html_snippet [638/899] 269706=test_struct [639/899] 269689=test_variable [640/899] 269706=test_rdoc_markup_include [641/899] 269706=test_sexp [642/899] 269706=fuzzer_test [643/899] 269706=test_win32ole_variant_outarg [644/899] 269706=json_common_interface_test [645/899] 269706=test_dln [646/899] 269706=test_gem_source_subpath_problem [647/899] 269707=comments_test [648/899] 269707=test_nomethod_error [649/899] 269707=json_parser_test [650/899] 269689=test_config [651/899] 269707=test_new [652/899] 269707=test_gem_security_signer [653/899] 269689=test_cipher [654/899] 269706=test_storage [655/899] 269706=test_gem_resolver_git_set [656/899] 269707=constant_path_node_test [657/899] 269689=test_digest_extend [658/899] 269707=test_omap [659/899] 269707=test_iterator [660/899] 269689=test_string [661/899] 269689=test_memory_view [662/899] 269689=test_debug [663/899] 269694=test_shellwords [664/899] 269689=test_metaclass [665/899] 269694=heredoc_test [666/899] 269689=test_rdoc_top_level [667/899] 269694=dispatcher_test [668/899] 269707=test_rdoc_rd [669/899] 269694=test_cgi_session [670/899] 269694=test_x509crl [671/899] 269707=test_fixnum [672/899] 269707=test_signal [673/899] 269694=test_process [674/899] 269706=test_input_method [675/899] 269694=test_windows_1252 [676/899] 269693=test_cgi_cookie [677/899] 269693=test_require [678/899] 269694=test_float [679/899] 269689=test_gem_source_git [680/899] 269706=test_refinement [681/899] 269704=test_gem_commands_signout_command [682/899] 269704=test_regex_casefold [683/899] 269704=warnings_test [684/899] 269704=test_gem_resolver_installer_set [685/899] 269704=test_dir_m17n [686/899] 269689=test_ancdata [687/899] 269689=test_singleton_function [688/899] 269689=test_reline_key [689/899] 269689=test_rb_str_dup [690/899] 269689=test_weakref [691/899] 269703=test_nonblock [692/899] 269703=test_unicode_normalize [693/899] 269689=test_marshal [694/899] 269703=test_timeout [695/899] 269688=test_alias [696/899] 269696=test_ractor [697/899] 269688=test_debugger_integration [698/899] 269699=test_rendering [699/899] 269688=json_ext_parser_test [700/899] 269699=test_thread [701/899] 269688=test_my_integer [702/899] 269688=test_ssl [703/899] 269697=test_gem_commands_open_command [704/899] 269697=test_dns [705/899] 269689=test_ractor [706/899] 269696=test_gem [707/899] 269689=test_gem_source_lock [708/899] 269691=test_registry [709/899] 269691=test_parser [710/899] 269691=test_cgi_core [711/899] 269691=test_gem_commands_setup_command [712/899] 269689=test_integer [713/899] 269689=test_dryrun [714/899] 269704=test_rdoc_attr [715/899] 269689=test_env [716/899] 269704=test_gem_resolver_git_specification [717/899] 269694=test_usrmarshal [718/899] 269688=test_object_references [719/899] 269688=test_capacity [720/899] 269688=test_nextafter [721/899] 269703=test_have_func [722/899] 269704=test_stat [723/899] 269704=test_gem_request_set_lockfile_tokenizer [724/899] 269697=test_rubygems [725/899] 269694=test_https_proxy [726/899] 269688=ripper_test [727/899] 269704=test_call [728/899] 269691=test_integer [729/899] 269705=test_cgi_modruby [730/899] 269694=test_rubyoptions [731/899] 269705=test_super [732/899] 269707=test_lazy_enumerator [733/899] 269697=test_enc_associate [734/899] 269704=test_unix [735/899] 269704=test_nofree [736/899] 269704=test_gem_commands_pristine_command [737/899] 269701=test_context [738/899] 269700=parser_test [739/899] 269700=test_symbol [740/899] 269701=test_coder [741/899] 269701=test_find_executable [742/899] 269707=test_function_entry [743/899] 269707=test_arith_seq_beg_len_step [744/899] 269701=test_gem_resolver_requirement_list [745/899] 269701=test_pkcs7 [746/899] 269707=test_mailto [747/899] 269707=test_symbol [748/899] 269707=test_coderange [749/899] 269707=json_generic_object_test [750/899] 269688=test_gem_source_fetch_problem [751/899] 269707=test_http_request [752/899] 269707=test_resize [753/899] 269688=test_error_highlight [754/899] 269707=test_rdoc_comment [755/899] 269707=test_rdoc_generator_darkfish [756/899] 269705=test_word [757/899] 269697=test_gem_commands_cleanup_command [758/899] 269705=test_cgi_multipart [759/899] 269701=test_member [760/899] 269706=test_numeric [761/899] 269701=test_autoconf [762/899] 269706=test_eval [763/899] 269706=test_dir [764/899] 269701=test_gem_console_ui [765/899] 269701=test_date_ractor [766/899] 269693=test_ractor_compatibility [767/899] 269705=test_rdoc_markup_to_ansi [768/899] 269705=test_history [769/899] 269707=test_mixed_unicode_escapes [770/899] 269707=test_ipaddr [771/899] 269707=test_win32ole_variant [772/899] 269707=overlap_test [773/899] 269688=test_gem_resolver_api_specification [774/899] 269705=static_literals_test [775/899] 269705=test_merge_keys [776/899] 269706=test_rdoc_extend [777/899] 269705=test_threadgroup [778/899] 269688=test_gem_specification [779/899] 269706=test_enum [780/899] 269701=test_resolve_symbol [781/899] 269701=test_complex2 [782/899] 269701=test_gem_package [783/899] 269693=test_have_macro [784/899] 269707=test_time_tz [785/899] 269707=test_win32ole_event [786/899] 269707=test_rdoc_generator_json_index [787/899] 269697=ractor_test [788/899] 269704=test_trace [789/899] 269707=test_io_wait_uncommon [790/899] 269707=test_arity [791/899] 269707=test_stringio [792/899] 269704=test_win32ole_variable [793/899] 269704=test_gem_ci_detector [794/899] 269704=test_bignum [795/899] 269697=test_rdoc_class_module [796/899] 269707=test_pointer [797/899] 269704=test_func [798/899] 269703=test_big5 [799/899] 269703=test_type [800/899] 269703=test_ractor [801/899] 269701=test_tsort [802/899] 269701=test_signedness [803/899] 269703=test_rdoc_rd_block_parser [804/899] 269696=test_ossl [805/899] 269703=test_normalize [806/899] 269703=test_timeout [807/899] 269703=test_flip [808/899] 269703=test_change_word [809/899] 269703=test_sleep [810/899] 269693=test_gem_local_remote_options [811/899] 269693=test_ruby_lex [812/899] 269706=test_object [813/899] 269705=test_date_arith [814/899] 269705=test_gem_command_manager [815/899] 269697=test_gem_gemcutter_utilities [816/899] 269689=test_basicinstructions [817/899] 269693=parse_test [818/899] 269693=test_key_actor_emacs [819/899] 269705=test_arithmetic_sequence [820/899] 269705=test_object [821/899] 269689=heredoc_dedent_test [822/899] 269705=test_cgi_header [823/899] 269705=version_test [824/899] 269705=test_not [825/899] 269705=test_gem_resolver_lock_set [826/899] 269705=test_import [827/899] 269707=test_rdoc_parser_markdown [828/899] 269692=test_gem_update_suggestion [829/899] 269689=test_files_test [830/899] 269689=test_file_exhaustive [831/899] 269707=attribute_write_test [832/899] 269693=test_logger [833/899] 269707=test_win32ole_method [834/899] 269707=test_delete [835/899] 269707=dump_test [836/899] 269693=test_class_name_check [837/899] 269692=test_keyword [838/899] 269693=test_continuation [839/899] 269693=test_fd_setsize [840/899] 269693=test_numhash [841/899] 269693=test_weakkeymap [842/899] 269706=test_gem_commands_push_command [843/899] 269697=test_pkey_rsa [844/899] 269693=test_gem_platform [845/899] 269697=test_rdoc_markup_hard_break [846/899] 269697=test_placearg [847/899] 269693=test_date_strptime [848/899] 269697=test_gem_package_task [849/899] 269697=test_jaro_winkler [850/899] 269697=test_helper [851/899] 269697=test_random_formatter [852/899] 269697=test_gem_request_set_gem_dependency_api [853/899] 269693=test_ast [854/899] 269706=test_lambda [855/899] 269692=test_webauthn_listener [856/899] 269706=test_x509store [857/899] 269692=test_rdoc_code_object [858/899] 269697=test_x509name [859/899] 269700=test_fips [860/899] 269697=test_update [861/899] 269697=parse_comments_test [862/899] 269697=test_transcode [863/899] 269695=json_generator_test [864/899] 269695=test_eval [865/899] 269691=test_enumerable [866/899] 269691=test_gem_resolver_vendor_set [867/899] 269691=test_config [868/899] 269688=test_gem_resolver_api_set [869/899] 269688=ruby_parser_test [870/899] 269688=test_gem_safe_marshal [871/899] 269697=test_rdoc_ri_paths [872/899] 269697=test_locale [873/899] 269692=test_addr [874/899] 269697=library_symbols_test [875/899] 269697=test_ensured [876/899] 269692=test_ts [877/899] 269700=test_encoding [878/899] 269697=test_helper [879/899] 269697=test_erb_command [880/899] 269706=test_gem_uri_formatter [881/899] 269707=test_constant [882/899] 269706=test_pty [883/899] 269697=test_dup [884/899] 269695=test_project_sanity [885/899] 269695=test_range [886/899] 269705=test_udp [887/899] 269697=test_file [888/899] 269705=test_force_exit [889/899] 269700=test_ostruct [890/899] 269705=unescape_test [891/899] 269704=bom_test [892/899] 269704=test_data_error [893/899] 269691=test_gem_commands_check_command [894/899] 269691=test_regexp [895/899] 269704=errors_test [896/899] 269700=test_rdoc_markup_document [897/899] 269700=test_integer_comb [898/899] 269704=test_tmpdir [899/899] 269692=test_vm_dump Finished tests in 40.824575s, 791.0921 tests/s, 157612.1732 assertions/s. 32296 tests, 6434450 assertions, 0 failures, 0 errors, 312 skips ruby -v: ruby 3.4.0dev (2024-06-04T03:40:08Z master 3eda59e975) [x86_64-linux] $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20'" exit with 0. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j20' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -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 -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = no YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making encs make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk' $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m3hmnj/1-mspec-multi-0 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m3hmnj/2-mspec-multi-1 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m3hmnj/3-mspec-multi-2 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m3hmnj/4-mspec-multi-3 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m3hmnj/5-mspec-multi-4 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m3hmnj/6-mspec-multi-5 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m3hmnj/7-mspec-multi-6 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m3hmnj/8-mspec-multi-7 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m3hmnj/9-mspec-multi-8 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m3hmnj/10-mspec-multi-9 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m3hmnj/11-mspec-multi-10 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m3hmnj/12-mspec-multi-11 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m3hmnj/13-mspec-multi-12 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m3hmnj/14-mspec-multi-13 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m3hmnj/15-mspec-multi-14 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m3hmnj/16-mspec-multi-15 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m3hmnj/17-mspec-multi-16 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m3hmnj/18-mspec-multi-17 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m3hmnj/19-mspec-multi-18 $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m3hmnj/20-mspec-multi-19 ruby 3.4.0dev (2024-06-04T03:40:08Z master 3eda59e975) [x86_64-linux] 0 ............................................................ 60 ............................................................ 120 ............................................................ 180 ............................................................ 240 ............................................................ 300 ............................................................ 360 ............................................................ 420 ............................................................ 480 ............................................................ 540 ............................................................ 600 ............................................................ 660 ............................................................ 720 ............................................................ 780 ............................................................ 840 ............................................................ 900 ............................................................ 960 ............................................................ 1020 ............................................................ 1080 ............................................................ 1140 ............................................................ 1200 ............................................................ 1260 ............................................................ 1320 ............................................................ 1380 ............................................................ 1440 ............................................................ 1500 ............................................................ 1560 ............................................................ 1620 ............................................................ 1680 ............................................................ 1740 ............................................................ 1800 ............................................................ 1860 ............................................................ 1920 ............................................................ 1980 ............................................................ 2040 ............................................................ 2100 ............................................................ 2160 ............................................................ 2220 ............................................................ 2280 ............................................................ 2340 ............................................................ 2400 ............................................................ 2460 ............................................................ 2520 ............................................................ 2580 ............................................................ 2640 ............................................................ 2700 ............................................................ 2760 ............................................................ 2820 ............................................................ 2880 ............................................................ 2940 ............................................................ 3000 ............................................................ 3060 ............................................................ 3120 ............................................................ 3180 ............................................................ 3240 ............................................................ 3300 ............................................................ 3360 ............................................................ 3420 ........... Finished in 8.141544 seconds 3430 files, 32649 examples, 170469 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j20'" exit with 0.