# Logfile created on 2024-03-04 04:28:36 +0000 by logger.rb/v1.4.3 #<BuildRuby:0x000055ee9914f1d0 @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.20240304-042836", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055ee991d73c8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055ee991d7238 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055ee991d70a8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20240304-042836", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20240304-042836>, @binmode=false, @mon_data=#<Monitor:0x000055ee991d6fe0>, @mon_data_owner_object_id=860>>> $$$[beg] make update-unicode -j20 make: Nothing to be done for 'update-unicode'. $$$[end] "make update-unicode -j20" exit with 0. $$$[beg] make update-download -j20 tool/config.guess already exists tool/config.sub already exists Update minitest to 00affdbf08f42b9b12df043e9fe28e56ad33b622 Update rbs to 56ae86bb5f4864f5057778bd45b280248b012329 Update debug to 2d602636d99114d55a32fedd652c9c704446a749 Update bigdecimal to 741fb93b566959663269ecd988e278a974528a1d echo 00affdbf08f42b9b12df043e9fe28e56ad33b622 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision - echo 56ae86bb5f4864f5057778bd45b280248b012329 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision - echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision - echo 741fb93b566959663269ecd988e278a974528a1d | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/bigdecimal.revision - /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/bigdecimal.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged $$$[end] "make update-download -j20" exit with 0. $$$[beg] make update-rubyspec -j20 make: Nothing to be done for 'update-rubyspec'. $$$[end] "make update-rubyspec -j20" exit with 0. $$$[beg] make update-src -j20 Already up to date. Latest commit hash = 2d8788e90c $$$[end] "make update-src -j20" exit with 0. $$$[beg] make after-update -j20 /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 minitest to 00affdbf08f42b9b12df043e9fe28e56ad33b622 Update rbs to 56ae86bb5f4864f5057778bd45b280248b012329 Update debug to 2d602636d99114d55a32fedd652c9c704446a749 Update bigdecimal to 741fb93b566959663269ecd988e278a974528a1d echo 00affdbf08f42b9b12df043e9fe28e56ad33b622 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision - echo 56ae86bb5f4864f5057778bd45b280248b012329 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision - echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision - echo 741fb93b566959663269ecd988e278a974528a1d | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/bigdecimal.revision - /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/bigdecimal.revision unchanged $$$[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 98ace7fe4e5fbeec1a143de91219c8b73945cd805b8a5efeb899968e9fe9abb3 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 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 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 '/tmp/ruby/src/trunk/enc/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/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' 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]: 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/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' 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/pty' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' 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/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' 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]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' 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/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' 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/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' 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' $$$[end] "make all -j20" exit with 0. $$$[beg] make install -j20 Update minitest to 00affdbf08f42b9b12df043e9fe28e56ad33b622 Update rbs to 56ae86bb5f4864f5057778bd45b280248b012329 Update debug to 2d602636d99114d55a32fedd652c9c704446a749 Update bigdecimal to 741fb93b566959663269ecd988e278a974528a1d echo 00affdbf08f42b9b12df043e9fe28e56ad33b622 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision - echo 56ae86bb5f4864f5057778bd45b280248b012329 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision - echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.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/rbs.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged echo 741fb93b566959663269ecd988e278a974528a1d | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/bigdecimal.revision - 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/bigdecimal.revision unchanged 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' 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 unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for '/tmp/ruby/src/trunk/enc/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/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' 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/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' 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/io/console' 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/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' 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]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' 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/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/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/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/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/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 to 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.11.2 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.4.0 ostruct 0.6.0 pp 0.5.0 prettyprint 0.2.0 prism 0.24.0 pstore 0.1.3 rdoc 6.6.2 readline 0.0.4 reline 0.4.3 resolv 0.3.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.1 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.22.2 power_assert 2.0.3 rake 13.1.0 test-unit 3.6.2 rexml 3.2.6 rss 0.3.0 net-ftp 0.3.4 net-imap 0.4.10 net-pop 0.1.2 net-smtp 0.4.0.1 matrix 0.4.2 prime 0.1.2 rbs 3.4.4 typeprof 0.21.11 debug 1.9.1 racc 1.7.3 mutex_m 0.2.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.6 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.2.8 installing bundled gem cache: /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0/cache $$$[end] "make install -j20" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j20' PASS all 1905 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 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 '/tmp/ruby/src/trunk/enc/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.6/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/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.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/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=16649 "--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/872] 366522=test_gem_package_old [ 2/872] 366526=test_gem_resolver_index_set [ 3/872] 366525=test_proc [ 4/872] 366523=test_string [ 5/872] 366524=test_gc_compact [ 6/872] 366527=test_optimization [ 7/872] 366545=test_date_conv [ 8/872] 366543=test_ole_methods [ 9/872] 366536=test_erb_m17n [ 10/872] 366544=test_egrep_cpp [ 11/872] 366543=test_zlib [ 12/872] 366547=test_cgi_tag_helper [ 13/872] 366536=test_files_test_2 [ 14/872] 366535=test_fnmatch [ 15/872] 366547=test_folderitem2_invokeverb [ 16/872] 366545=test_rdoc_markup_parser [ 17/872] 366547=test_require_path_check [ 18/872] 366529=test_gem_validator [ 19/872] 366530=test_raise [ 20/872] 366533=test_x509attr [ 21/872] 366534=test_depth_first [ 22/872] 366532=test_gem_request_set_lockfile_parser [ 23/872] 366546=test_rdoc_store [ 24/872] 366530=test_string [ 25/872] 366531=test_pattern_matching [ 26/872] 366528=test_rdoc_stats [ 27/872] 366534=test_rdoc_parser [ 28/872] 366533=test_qsort [ 29/872] 366535=test_gem_dependency_resolution_error [ 30/872] 366533=json_addition_test [ 31/872] 366530=test_rdoc_markup_attributes [ 32/872] 366531=test_default_gems [ 33/872] 366533=test_rdoc_markup_to_rdoc [ 34/872] 366547=test_rdoc_rd_inline_parser [ 35/872] 366522=test_mul [ 36/872] 366522=test_null [ 37/872] 366522=test_win32ole_type [ 38/872] 366522=test_pkey_ec [ 39/872] 366531=test_pipe [ 40/872] 366544=test_trick [ 41/872] 366526=test_thread [ 42/872] 366526=test_date_parse [ 43/872] 366545=test_rdoc_i18n_text [ 44/872] 366545=test_key_name_check [ 45/872] 366545=test_defined [ 46/872] 366535=test_backtrace [ 47/872] 366535=test_io_buffer [ 48/872] 366547=test_gb18030 [ 49/872] 366545=test_buffering [ 50/872] 366522=test_svcb_https [ 51/872] 366530=test_gem_uninstaller [ 52/872] 366531=test_rdoc_rdoc [ 53/872] 366547=test_windows_1251 [ 54/872] 366534=test_time [ 55/872] 366526=test_gem_silent_ui [ 56/872] 366547=test_emitter [ 57/872] 366533=test_bug-5832 [ 58/872] 366533=test_files_ext [ 59/872] 366535=dispatcher_test [ 60/872] 366529=test_eval_history [ 61/872] 366528=test_kernel [ 62/872] 366522=test_kdf [ 63/872] 366547=test_gem_doctor [ 64/872] 366545=test_rdoc_markup_paragraph [ 65/872] 366545=!Nothing_to_test [ 66/872] 366545=test_psych [ 67/872] 366526=test_enc_raise [ 68/872] 366545=test_gem_rdoc [ 69/872] 366526=test_date [ 70/872] 366532=test_gem_ext_cargo_builder_unit [ 71/872] 366522=test_at_exit [ 72/872] 366526=test_command [ 73/872] 366535=test_object_create_start [ 74/872] 366535=test_rdoc_tom_doc [ 75/872] 366533=test_rdoc_markup_to_tt_only [ 76/872] 366532=test_hmac [ 77/872] 366522=test_gem_spec_fetcher [ 78/872] 366534=test_common [ 79/872] 366532=test_key_actor_vi [ 80/872] 366533=test_bug-3571 [ 81/872] 366533=test_gem_command [ 82/872] 366529=test_gem_commands_lock_command [ 83/872] 366529=test_assignment [ 84/872] 366547=test_ifunless [ 85/872] 366547=test_numeric [ 86/872] 366535=test_yaml_special_cases [ 87/872] 366535=test_optarg [ 88/872] 366531=test_gem_source_list [ 89/872] 366547=test_config [ 90/872] 366532=test_address_resolve [ 91/872] 366532=test_rdoc_token_stream [ 92/872] 366534=test_iter_break [ 93/872] 366534=test_exception [ 94/872] 366534=test_zsh_completion [ 95/872] 366545=test_pp [ 96/872] 366522=test_frozen [ 97/872] 366534=test_gem_ext_configure_builder [ 98/872] 366522=test_macro [ 99/872] 366545=test_nil [100/872] 366547=test_num2int [101/872] 366545=test_rdoc_single_class [102/872] 366547=test_verbose [103/872] 366545=test_switch_hitter [104/872] 366533=test_io_console [105/872] 366522=test_flush [106/872] 366535=test_singleton [107/872] 366547=test_logperiod [108/872] 366535=test_rdoc_markdown_test [109/872] 366547=test_c_union_entity [110/872] 366525=test_rdoc_normal_module [111/872] 366522=test_securerandom [112/872] 366545=test_thread_fd_close [113/872] 366545=test_passing_block [114/872] 366545=test_stringchar [115/872] 366547=test_hash_create [116/872] 366522=newline_test [117/872] 366547=test_uncorrectable_name_check [118/872] 366532=test_gem_source_local [119/872] 366547=test_gem_security_policy [120/872] 366531=test_pack [121/872] 366545=test_process [122/872] 366534=test_last_thread [123/872] 366526=test_x509cert [124/872] 366525=test_gc [125/872] 366522=test_gem_resolver_lock_specification [126/872] 366546=test_err_in_callback [127/872] 366546=test_logdevice [128/872] 366522=test_gem_ext_rake_builder [129/872] 366531=test_arity [130/872] 366531=test_gem_commands_specification_command [131/872] 366547=test_inadvertent_creation [132/872] 366532=test_flags [133/872] 366528=test_enumerator [134/872] 366543=test_http [135/872] 366547=test_shift_jis [136/872] 366547=test_gem_commands_which_command [137/872] 366543=test_rdoc_markup_attribute_manager [138/872] 366547=test_name_error [139/872] 366526=test_gem_resolver [140/872] 366531=test_gem_resolver_composed_set [141/872] 366531=test_safe_load [142/872] 366531=test_gem_commands_dependency_command [143/872] 366547=test_nil2vtempty [144/872] 366547=test_stream [145/872] 366547=test_rdoc_context [146/872] 366543=test_rdoc_parser_ruby [147/872] 366531=test_open-uri [148/872] 366526=test_httpresponse [149/872] 366526=test_date_time [150/872] 366526=test_rdoc_markup_to_joined_paragraph [151/872] 366530=test_require [152/872] 366530=test_data [153/872] 366530=test_date_new [154/872] 366526=test_syntax [155/872] 366530=test_gem_safe_yaml [156/872] 366530=test_rdoc_text [157/872] 366535=test_tcp [158/872] 366530=test_iso_8859 [159/872] 366530=test_store [160/872] 366535=test_case_options [161/872] 366535=test_gem_commands_info_command [162/872] 366535=test_gem_dependency_installer [163/872] 366522=test_scalar [164/872] 366522=test_rdoc_cross_reference [165/872] 366531=test_gem_name_tuple [166/872] 366531=test_gem_package_tar_reader_entry [167/872] 366546=test_rand [168/872] 366543=test_bug_reporter [169/872] 366530=test_exception [170/872] 366531=test_sprintf_comb [171/872] 366534=test_gem_request [172/872] 366546=test_method_cache [173/872] 366546=test_gem_ext_cargo_builder_link_flag_converter [174/872] 366531=test_gem_commands_mirror [175/872] 366531=test_gem_text [176/872] 366543=test_settracefunc [177/872] 366534=test_enumerator_kw [178/872] 366547=test_scan_args [179/872] 366532=test_win32ole [180/872] 366534=test_generic [181/872] 366532=test_grapheme_breaks [182/872] 366547=test_gem_version_option [183/872] 366534=test_gem_request_connection_pools [184/872] 366531=test_cclass [185/872] 366524=test_reline [186/872] 366532=test_parser_events [187/872] 366547=test_pkey [188/872] 366546=test_case [189/872] 366546=test_rdoc_markup_to_markdown [190/872] 366529=test_json_tree [191/872] 366529=test_ansi_with_terminfo [192/872] 366532=test_rdoc_generator_pot_po [193/872] 366529=test_ractor [194/872] 366532=test_memory_view [195/872] 366546=test_m17n_comb [196/872] 366547=test_rdoc_generator_ri [197/872] 366547=test_extlibs [198/872] 366529=test_gem_stream_ui [199/872] 366531=parse_test [200/872] 366529=test_gem_install_update_options [201/872] 366532=test_require_lib [202/872] 366524=test_severity [203/872] 366524=test_ractor [204/872] 366524=test_objectspace [205/872] 366529=test_socket [206/872] 366522=test_thread [207/872] 366544=test_rdoc_markup_to_table_of_contents [208/872] 366544=test_c_struct_builder [209/872] 366544=test_dot_dot [210/872] 366536=test_str2big [211/872] 366544=test_literal [212/872] 366536=test_big2str [213/872] 366536=test_yaml [214/872] 366522=test_forwardable [215/872] 366522=test_handle [216/872] 366536=test_wait [217/872] 366536=test_nowrite [218/872] 366536=test_thread_queue [219/872] 366522=test_rdoc_markup_formatter [220/872] 366543=test_bmethod [221/872] 366543=test_ractor [222/872] 366522=test_euc_tw [223/872] 366522=test_gem_commands_sources_command [224/872] 366543=test_ansi_without_terminfo [225/872] 366543=test_io_timeout [226/872] 366543=json_fixtures_test [227/872] 366543=test_shapes [228/872] 366543=test_comparable [229/872] 366543=test_rdoc_parser_c [230/872] 366544=test_gbk [231/872] 366544=test_class2name [232/872] 366544=test_enc_str_buf_cat [233/872] 366544=test_cstr [234/872] 366522=test_pstore [235/872] 366534=test_profile_frames [236/872] 366524=test_marshalable [237/872] 366524=test_digest [238/872] 366522=test_gem_ext_cmake_builder [239/872] 366522=test_gem_commands_contents_command [240/872] 366543=test_cgi_util [241/872] 366522=test_require [242/872] 366523=test_fiddle [243/872] 366533=test_wss [244/872] 366544=test_ractor [245/872] 366533=test_find [246/872] 366523=test_rdoc_encoding [247/872] 366533=test_coverage [248/872] 366534=test_gem_package_tar_reader [249/872] 366534=regexp_test [250/872] 366544=test_complexrational [251/872] 366544=test_init [252/872] 366543=test_pathname [253/872] 366523=test_gem_available_set [254/872] 366534=test_rdoc_markdown [255/872] 366529=test_modify_expand [256/872] 366535=test_rdoc_any_method [257/872] 366529=test_file [258/872] 366529=test_rdoc_constant [259/872] 366543=test_deprecate [260/872] 366523=test_formatter [261/872] 366523=test_bash_completion [262/872] 366523=test_gem_commands_owner_command [263/872] 366534=test_gem_source_vendor [264/872] 366534=test_recorder [265/872] 366534=test_rdoc_parser_rd [266/872] 366529=test_date_strftime [267/872] 366534=test_yamlstore [268/872] 366544=test_gem_installer [269/872] 366546=test_const [270/872] 366534=test_class [271/872] 366546=test_rdoc_normal_class [272/872] 366546=test_load [273/872] 366546=json_string_matching_test [274/872] 366543=test_random [275/872] 366546=test_asn1 [276/872] 366543=test_irb [277/872] 366535=test_queue [278/872] 366535=test_function [279/872] 366524=test_tempfile [280/872] 366546=parse_comments_test [281/872] 366547=test_noarg [282/872] 366530=test_basicsocket [283/872] 366530=test_utf32 [284/872] 366546=test_duplicate [285/872] 366546=test_gem_commands_help_command [286/872] 366530=test_rdoc_markup [287/872] 366530=test_tracepoint [288/872] 366529=test_prettyprint [289/872] 366529=test_internal_ivar [290/872] 366547=test_gem_resolver_index_specification [291/872] 366529=test_reqarg [292/872] 366546=test_rdoc_include [293/872] 366533=test_stack [294/872] 366547=test_gem_commands_list_command [295/872] 366543=test_too_many_dummy_encodings [296/872] 366547=test_gem_version [297/872] 366535=test_rdoc_options [298/872] 366546=test_cesu8 [299/872] 366546=test_econv [300/872] 366543=test_string_processing [301/872] 366543=test_fileutils [302/872] 366547=test_resource [303/872] 366524=test_gem_commands_signin_command [304/872] 366523=test_emitter [305/872] 366530=test_ldap [306/872] 366547=test_gem_ext_ext_conf_builder [307/872] 366523=test_method_cache [308/872] 366523=test_gem_stub_specification [309/872] 366530=test_frozen_error [310/872] 366530=test_gem_commands_search_command [311/872] 366530=test_complex [312/872] 366523=test_rdoc_markup_verbatim [313/872] 366523=test_inlinecache [314/872] 366535=test_gem_dependency [315/872] 366530=test_gem_resolver_specification [316/872] 366530=test_path_to_class [317/872] 366530=test_mdns [318/872] 366523=test_parse [319/872] 366530=test_gem_remote_fetcher [320/872] 366529=test_scanner_events [321/872] 366524=test_gem_resolver_installed_specification [322/872] 366529=test_sprintf [323/872] 366535=test_gem_requirement [324/872] 366522=comments_test [325/872] 366524=test_string_memory [326/872] 366522=test_gem_security_trust_dir [327/872] 366522=test_undef [328/872] 366522=test_line_editor [329/872] 366522=test_objspace [330/872] 366524=ripper_test [331/872] 366535=test_remote_fetch_error [332/872] 366535=test_have_library [333/872] 366531=test_gem_commands_stale_command [334/872] 366531=test_c_struct_entry [335/872] 366524=test_lock_native_thread [336/872] 366543=test_set [337/872] 366529=test_show_source [338/872] 366529=test_win32ole_typelib [339/872] 366529=test_protect [340/872] 366543=test_raise_exception [341/872] 366529=test_gem_request_set_lockfile [342/872] 366531=test_external_new [343/872] 366531=test_postponed_job [344/872] 366524=test_alias_and_anchor [345/872] 366524=test_hash [346/872] 366533=test_tree_builder [347/872] 366524=test_gem_resolver_dependency_request [348/872] 366523=test_ns_spki [349/872] 366533=test_framework [350/872] 366529=test_kill_ring [351/872] 366524=test_argf [352/872] 366529=test_m17n [353/872] 366523=test_gem_commands_environment_command [354/872] 366533=test_ws [355/872] 366533=test_yjit [356/872] 366533=test_workspace [357/872] 366523=test_weakmap [358/872] 366529=test_date_attr [359/872] 366529=test_ellipsize [360/872] 366529=test_kwargs [361/872] 366529=test_gem_commands_exec_command [362/872] 366546=test_io_wait [363/872] 366533=test_type_completor [364/872] 366533=test_summary [365/872] 366547=test_console_attr [366/872] 366547=test_gem_source_specific_file [367/872] 366531=test_foreach [368/872] 366531=test_condition [369/872] 366531=test_gem_commands_uninstall_command [370/872] 366543=test_cp949 [371/872] 366543=test_win32ole_record [372/872] 366543=test_gem_unsatisfiable_dependency_error [373/872] 366533=test_ubf_async_safe [374/872] 366543=test_hash [375/872] 366533=test_win32ole_type_event [376/872] 366533=test_emoji [377/872] 366547=test_sorted_set [378/872] 366533=test_io [379/872] 366546=test_pattern_key_name_check [380/872] 366546=test_to_ruby [381/872] 366546=test_array_create [382/872] 366546=test_pack [383/872] 366533=test_gem_impossible_dependencies_error [384/872] 366533=test_method [385/872] 366547=test_gem_commands_query_command [386/872] 366532=test_rdoc_rubygems_hook [387/872] 366535=test_rdoc_context_section [388/872] 366535=test_euc_kr [389/872] 366546=test_ftp [390/872] 366535=test_iseq_load [391/872] 366546=test_gem_util [392/872] 366532=test_gem_package_tar_header [393/872] 366531=test_bigzero [394/872] 366531=test_pkey_dh [395/872] 366532=test_pkcs12 [396/872] 366531=test_system [397/872] 366546=test_etc [398/872] 366529=test_yjit_exit_locations [399/872] 366529=test_gem_resolver_activation_request [400/872] 366529=test_protocol [401/872] 366546=test_getopts [402/872] 366546=test_ripper [403/872] 366534=test_gem_config_file [404/872] 366528=test_config [405/872] 366532=test_sleep [406/872] 366547=test_gc [407/872] 366547=test_gem_commands_fetch_command [408/872] 366528=test_math [409/872] 366528=test_libs [410/872] 366528=test_yaml_tree [411/872] 366528=test_rendering [412/872] 366534=test_face [413/872] 366530=test_case [414/872] 366529=test_sizeof [415/872] 366528=test_unicode_escape [416/872] 366530=test_io [417/872] 366534=test_autoload [418/872] 366535=test_utf16 [419/872] 366535=test_rdoc_markup_indented_paragraph [420/872] 366547=test_rdoc_task [421/872] 366547=test_gem_resolver_conflict [422/872] 366535=test_io_buffer [423/872] 366547=test_backtrace [424/872] 366546=test_pack [425/872] 366528=ruby_parser_test [426/872] 366546=test_readpartial [427/872] 366528=test_gem_commands_install_command [428/872] 366535=test_clone [429/872] 366535=test_rdoc_require [430/872] 366535=locals_test [431/872] 366527=test_typeddata [432/872] 366536=encoding_test [433/872] 366546=test_gem_resolver_best_set [434/872] 366527=test_rdoc_markup_to_html_crossref [435/872] 366546=test_rdoc_markup_raw [436/872] 366525=test_webauthn_poller [437/872] 366546=test_rat [438/872] 366546=test_array [439/872] 366535=test_optparse [440/872] 366535=test_fstring [441/872] 366546=test_yield [442/872] 366536=test_rdoc_alias [443/872] 366535=parser_test [444/872] 366535=test_convertible [445/872] 366531=test_files_sample [446/872] 366523=test_stringscanner [447/872] 366523=test_case_comprehensive [448/872] 366531=test_interned_str [449/872] 366531=test_gem_commands_build_command [450/872] 366536=test_option [451/872] 366525=test_append [452/872] 366525=test_tracer [453/872] 366527=test_cmethod [454/872] 366527=test_did_you_mean [455/872] 366536=test_variable_name_check [456/872] 366536=test_io_m17n [457/872] 366525=test_gem_commands_server_command [458/872] 366525=test_iseq [459/872] 366531=test_exception_at_throwing [460/872] 366527=test_rdoc_markup_heading [461/872] 366527=test_scheduler [462/872] 366531=test_class [463/872] 366531=test_ocsp [464/872] 366528=test_pkey_dsa [465/872] 366527=test_beginendblock [466/872] 366526=test_gem_commands_unpack_command [467/872] 366547=test_files_lib [468/872] 366531=test_help [469/872] 366531=test_rdoc_markup_to_bs [470/872] 366531=test_within_pipe [471/872] 366526=test_gem_bundler_version_finder [472/872] 366531=test_emoji_breaks [473/872] 366526=test_pinned [474/872] 366526=test_rdoc_markup_pre_process [475/872] 366525=test_printf [476/872] 366527=test_stream [477/872] 366525=test_webauthn_listener_response [478/872] 366526=test_time [479/872] 366527=test_to_ary_concat [480/872] 366525=test_recursion [481/872] 366525=test_exit [482/872] 366525=test_popen_deadlock [483/872] 366526=test_delegate [484/872] 366526=test_date_marshal [485/872] 366526=test_mkmf [486/872] 366526=test_history [487/872] 366532=test_open3 [488/872] 366526=test_fiber [489/872] 366527=test_bundled_ca [490/872] 366544=test_closure [491/872] 366544=test_digest [492/872] 366528=test_rdoc_servlet [493/872] 366525=test_gem_security [494/872] 366544=test_ractor [495/872] 366544=test_rbconfig [496/872] 366544=test_primitive [497/872] 366544=test_human_typo [498/872] 366544=test_rdoc_i18n_locale [499/872] 366536=test_name_error_extension [500/872] 366544=test_rdoc_generator_pot_po_entry [501/872] 366536=test_euc_jp [502/872] 366536=test_acceptable [503/872] 366544=test_document [504/872] 366544=test_win32ole_param [505/872] 366544=test_gem_commands_yank_command [506/872] 366528=test_pair [507/872] 366536=test_sockopt [508/872] 366536=test_rdoc_markup_to_label [509/872] 366536=test_install [510/872] 366524=test_rdoc_ri_driver [511/872] 366536=test_httpheader [512/872] 366536=test_gem_resolver_local_specification [513/872] 366543=test_httpresponses [514/872] 366544=test_encoding [515/872] 366544=test_set_len [516/872] 366544=test_key_stroke [517/872] 366544=test_color [518/872] 366543=json_encoding_test [519/872] 366543=test_compile_prism [520/872] 366529=test_terminfo [521/872] 366529=test_bug-14834 [522/872] 366544=test_rdoc_markup_to_html [523/872] 366529=test_date_compat [524/872] 366529=test_tree_spell_checker [525/872] 366544=test_http [526/872] 366529=test_addrinfo [527/872] 366536=test_win32ole_param_event [528/872] 366536=test_bn [529/872] 366536=test_case_mapping [530/872] 366533=test_path [531/872] 366536=test_rdoc_generator_pot [532/872] 366536=test_unicode [533/872] 366533=parameters_signature_test [534/872] 366524=test_koi8 [535/872] 366524=test_enumerator [536/872] 366524=test_rdoc_parser_changelog [537/872] 366529=test_rdoc_method_attr [538/872] 366533=test_data [539/872] 366533=static_literals_test [540/872] 366533=test_gem_gem_runner [541/872] 366524=test_filter [542/872] 366531=test_gem_commands_update_command [543/872] 366543=test_gem_resolver_vendor_specification [544/872] 366536=test_random [545/872] 366524=test_notimplement [546/872] 366536=test_key_event_record [547/872] 366543=test_gem_uri [548/872] 366536=test_lexer [549/872] 366524=test_thread_cv [550/872] 366533=test_ssl_session [551/872] 366536=test_gem_request_set [552/872] 366543=test_module [553/872] 366529=test_ssl [554/872] 366546=test_gem_ext_cargo_builder [555/872] 366546=constant_path_node_test [556/872] 366546=test_parser [557/872] 366546=test_method_name_check [558/872] 366546=test_arith_seq_extract [559/872] 366527=test_rdoc_generator_markup [560/872] 366527=test_whileuntil [561/872] 366527=test_monitor [562/872] 366536=test_buffered_io [563/872] 366536=test_rubyvm [564/872] 366536=test_configuration [565/872] 366546=test_instrumentation_api [566/872] 366536=integer_parse_test [567/872] 366536=test_stringify_symbols [568/872] 366536=test_boolean [569/872] 366536=test_gem_package_tar_writer [570/872] 366527=test_array [571/872] 366536=test_gem_commands_outdated_command [572/872] 366524=test_scalar_scanner [573/872] 366524=test_gem_source [574/872] 366536=test_nesting_parser [575/872] 366536=test_win32ole_method_event [576/872] 366536=test_benchmark [577/872] 366532=test_gem_dependency_list [578/872] 366532=test_evaluation [579/872] 366524=test_gem_ext_builder [580/872] 366532=test_https [581/872] 366533=test_yamldbm [582/872] 366533=test_load [583/872] 366533=test_rdoc_parser_simple [584/872] 366534=test_provider [585/872] 366533=test_abi [586/872] 366533=test_completion [587/872] 366531=test_gem_commands_cert_command [588/872] 366534=test_yield_block [589/872] 366534=test_len [590/872] 366534=test_gem_source_installed [591/872] 366534=test_erb [592/872] 366534=test_x509ext [593/872] 366534=test_spell_checker [594/872] 366532=attribute_write_test [595/872] 366534=test_propertyputref [596/872] 366534=test_assembler [597/872] 366534=test_rational2 [598/872] 366534=test_rational [599/872] 366534=test_gem_resolver_installer_set [600/872] 366532=test_dir_m17n [601/872] 366534=test_gem_source_git [602/872] 366533=test_refinement [603/872] 366547=test_gem_commands_signout_command [604/872] 366547=test_regex_casefold [605/872] 366535=test_cgi_cookie [606/872] 366535=test_require [607/872] 366524=test_float [608/872] 366543=test_input_method [609/872] 366543=test_windows_1252 [610/872] 366543=test_process [611/872] 366543=test_x509crl [612/872] 366536=test_fixnum [613/872] 366536=test_signal [614/872] 366534=test_metaclass [615/872] 366534=test_rdoc_top_level [616/872] 366543=test_rdoc_rd [617/872] 366543=test_cgi_session [618/872] 366543=test_shellwords [619/872] 366543=pattern_test [620/872] 366547=test_memory_view [621/872] 366547=test_debug [622/872] 366547=test_omap [623/872] 366543=test_iterator [624/872] 366547=test_string [625/872] 366547=test_digest_extend [626/872] 366534=test_gem_resolver_git_set [627/872] 366547=test_storage [628/872] 366547=test_gem_security_signer [629/872] 366543=test_cipher [630/872] 366543=test_new [631/872] 366543=test_config [632/872] 366547=memsize_test [633/872] 366543=json_parser_test [634/872] 366547=test_nomethod_error [635/872] 366547=json_common_interface_test [636/872] 366547=test_gem_source_subpath_problem [637/872] 366543=test_dln [638/872] 366543=test_win32ole_variant_outarg [639/872] 366543=test_variable [640/872] 366534=test_sexp [641/872] 366547=test_rdoc_markup_include [642/872] 366547=fuzzer_test [643/872] 366547=magic_comment_test [644/872] 366543=test_rdoc_markup_to_html_snippet [645/872] 366534=test_struct [646/872] 366547=test_cparser [647/872] 366534=test_pkg_config [648/872] 366534=test_color_printer [649/872] 366528=test_deprecated [650/872] 366532=test_serialize_subclasses [651/872] 366528=test_insns_leaf [652/872] 366528=test_key_error [653/872] 366528=test_div [654/872] 366532=test_win32ole_variant_m [655/872] 366534=test_engine [656/872] 366528=test_rdoc_rd_inline [657/872] 366534=test_mutex [658/872] 366532=test_x509req [659/872] 366528=test_gem_path_support [660/872] 366543=test_struct [661/872] 366528=test_set [662/872] 366528=test_files_test_1 [663/872] 366532=test_rubyoptions [664/872] 366531=test_super [665/872] 366547=test_integer [666/872] 366524=test_cgi_modruby [667/872] 366524=test_rubygems [668/872] 366546=test_https_proxy [669/872] 366543=test_call [670/872] 366546=test_have_func [671/872] 366531=test_stat [672/872] 366531=test_gem_request_set_lockfile_tokenizer [673/872] 366524=test_capacity [674/872] 366524=test_nextafter [675/872] 366531=test_usrmarshal [676/872] 366524=test_object_references [677/872] 366524=test_gem_resolver_git_specification [678/872] 366543=test_env [679/872] 366531=test_rdoc_attr [680/872] 366531=test_dryrun [681/872] 366527=desugar_compiler_test [682/872] 366531=test_integer [683/872] 366524=test_gem_commands_setup_command [684/872] 366531=test_cgi_core [685/872] 366531=test_parser [686/872] 366527=test_gem [687/872] 366531=test_gem_source_lock [688/872] 366531=test_gem_commands_open_command [689/872] 366534=test_dns [690/872] 366531=test_ractor [691/872] 366531=test_ssl [692/872] 366524=test_debugger_integration [693/872] 366524=test_rendering [694/872] 366524=test_thread [695/872] 366535=json_ext_parser_test [696/872] 366535=test_my_integer [697/872] 366535=test_ractor [698/872] 366536=test_timeout [699/872] 366531=test_alias [700/872] 366534=test_weakref [701/872] 366531=test_nonblock [702/872] 366530=test_unicode_normalize [703/872] 366526=test_marshal [704/872] 366531=test_reline_key [705/872] 366535=test_rb_str_dup [706/872] 366531=test_singleton_function [707/872] 366535=test_ancdata [708/872] 366531=test_gem_ci_detector [709/872] 366535=test_bignum [710/872] 366531=test_rdoc_class_module [711/872] 366525=test_io_wait_uncommon [712/872] 366525=test_arity [713/872] 366546=test_stringio [714/872] 366525=test_win32ole_variable [715/872] 366525=ractor_test [716/872] 366534=test_trace [717/872] 366534=test_time_tz [718/872] 366525=test_win32ole_event [719/872] 366525=test_rdoc_generator_json_index [720/872] 366525=test_complex2 [721/872] 366535=test_resolve_symbol [722/872] 366534=test_gem_package [723/872] 366525=test_have_macro [724/872] 366546=test_gem_specification [725/872] 366535=test_enum [726/872] 366531=test_threadgroup [727/872] 366536=test_rdoc_extend [728/872] 366536=test_merge_keys [729/872] 366533=test_gem_resolver_api_specification [730/872] 366536=test_win32ole_variant [731/872] 366536=test_rdoc_markup_to_ansi [732/872] 366533=test_history [733/872] 366536=test_mixed_unicode_escapes [734/872] 366536=test_ipaddr [735/872] 366533=test_autoconf [736/872] 366534=test_eval [737/872] 366533=test_dir [738/872] 366534=format_errors_test [739/872] 366534=test_date_ractor [740/872] 366536=test_gem_console_ui [741/872] 366526=test_ractor_compatibility [742/872] 366536=test_member [743/872] 366536=test_numeric [744/872] 366536=test_word [745/872] 366536=test_gem_commands_cleanup_command [746/872] 366525=test_cgi_multipart [747/872] 366547=test_resize [748/872] 366547=test_error_highlight [749/872] 366533=test_rdoc_comment [750/872] 366525=test_rdoc_generator_darkfish [751/872] 366534=test_gem_source_fetch_problem [752/872] 366533=json_generic_object_test [753/872] 366533=test_http_request [754/872] 366527=test_symbol [755/872] 366534=location_test [756/872] 366527=test_coderange [757/872] 366527=test_mailto [758/872] 366533=test_pkcs7 [759/872] 366527=test_arith_seq_beg_len_step [760/872] 366534=test_gem_resolver_requirement_list [761/872] 366534=test_function_entry [762/872] 366534=test_find_executable [763/872] 366534=ruby_api_test [764/872] 366527=test_nofree [765/872] 366527=test_gem_commands_pristine_command [766/872] 366533=test_context [767/872] 366535=test_symbol [768/872] 366534=test_coder [769/872] 366526=test_unix [770/872] 366547=test_enc_associate [771/872] 366536=test_lazy_enumerator [772/872] 366534=test_rdoc_markup_hard_break [773/872] 366528=test_placearg [774/872] 366534=test_date_strptime [775/872] 366533=test_gem_package_task [776/872] 366526=test_gem_platform [777/872] 366533=test_pkey_rsa [778/872] 366526=test_numhash [779/872] 366526=test_weakkeymap [780/872] 366525=test_gem_commands_push_command [781/872] 366534=test_continuation [782/872] 366534=test_fd_setsize [783/872] 366534=test_class_name_check [784/872] 366528=test_keyword [785/872] 366534=test_delete [786/872] 366534=test_win32ole_method [787/872] 366534=test_logger [788/872] 366534=test_gem_update_suggestion [789/872] 366533=test_files_test [790/872] 366533=test_file_exhaustive [791/872] 366534=test_rdoc_parser_markdown [792/872] 366534=test_import [793/872] 366536=test_not [794/872] 366536=test_gem_resolver_lock_set [795/872] 366536=version_test [796/872] 366536=heredoc_dedent_test [797/872] 366526=test_cgi_header [798/872] 366536=test_object [799/872] 366536=test_arithmetic_sequence [800/872] 366526=test_key_actor_emacs [801/872] 366536=test_gem_command_manager [802/872] 366531=test_gem_gemcutter_utilities [803/872] 366526=test_basicinstructions [804/872] 366536=test_gem_local_remote_options [805/872] 366526=test_ruby_lex [806/872] 366536=test_object [807/872] 366547=test_date_arith [808/872] 366547=test_sleep [809/872] 366531=compiler_test [810/872] 366531=test_flip [811/872] 366526=test_change_word [812/872] 366526=test_normalize [813/872] 366526=test_ossl [814/872] 366531=test_timeout [815/872] 366531=test_rdoc_rd_block_parser [816/872] 366531=test_tsort [817/872] 366531=test_signedness [818/872] 366525=test_type [819/872] 366525=test_ractor [820/872] 366528=test_pointer [821/872] 366525=test_big5 [822/872] 366525=test_func [823/872] 366543=test_vm_dump [824/872] 366543=test_rdoc_markup_document [825/872] 366543=test_integer_comb [826/872] 366546=test_tmpdir [827/872] 366536=test_gem_commands_check_command [828/872] 366536=test_regexp [829/872] 366546=errors_test [830/872] 366546=test_force_exit [831/872] 366534=test_file [832/872] 366546=unescape_test [833/872] 366527=test_ostruct [834/872] 366528=bom_test [835/872] 366528=test_data_error [836/872] 366527=test_udp [837/872] 366528=command_line_test [838/872] 366528=test_constant [839/872] 366527=test_pty [840/872] 366522=test_dup [841/872] 366522=test_project_sanity [842/872] 366522=test_range [843/872] 366530=test_gem_uri_formatter [844/872] 366530=test_encoding [845/872] 366527=test_erb_command [846/872] 366527=test_helper [847/872] 366527=test_ts [848/872] 366535=test_locale [849/872] 366530=test_addr [850/872] 366530=library_symbols_test [851/872] 366545=test_ensured [852/872] 366535=test_rdoc_ri_paths [853/872] 366535=test_gem_safe_marshal [854/872] 366530=test_gem_resolver_api_set [855/872] 366545=test_gem_resolver_vendor_set [856/872] 366545=test_config [857/872] 366530=test_enumerable [858/872] 366530=test_eval [859/872] 366530=json_generator_test [860/872] 366530=test_transcode [861/872] 366529=test_x509name [862/872] 366546=test_fips [863/872] 366529=test_update [864/872] 366545=test_rdoc_code_object [865/872] 366529=test_x509store [866/872] 366527=test_webauthn_listener [867/872] 366522=test_ast [868/872] 366527=test_gem_request_set_gem_dependency_api [869/872] 366530=test_lambda [870/872] 366546=test_jaro_winkler [871/872] 366546=test_helper [872/872] 366546=test_random_formatter Finished tests in 39.797043s, 634.1677 tests/s, 238993.0309 assertions/s. 25238 tests, 9511216 assertions, 0 failures, 0 errors, 284 skips ruby -v: ruby 3.4.0dev (2024-03-04T03:33:00Z master 2d8788e90c) [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 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 '/tmp/ruby/src/trunk/enc/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.6/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/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.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/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/rubyspec_temp.20240304-617558-3jocmg/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/rubyspec_temp.20240304-617558-3jocmg/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/rubyspec_temp.20240304-617558-3jocmg/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/rubyspec_temp.20240304-617558-3jocmg/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/rubyspec_temp.20240304-617558-3jocmg/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/rubyspec_temp.20240304-617558-3jocmg/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/rubyspec_temp.20240304-617558-3jocmg/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/rubyspec_temp.20240304-617558-3jocmg/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/rubyspec_temp.20240304-617558-3jocmg/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/rubyspec_temp.20240304-617558-3jocmg/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/rubyspec_temp.20240304-617558-3jocmg/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/rubyspec_temp.20240304-617558-3jocmg/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/rubyspec_temp.20240304-617558-3jocmg/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/rubyspec_temp.20240304-617558-3jocmg/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/rubyspec_temp.20240304-617558-3jocmg/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/rubyspec_temp.20240304-617558-3jocmg/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/rubyspec_temp.20240304-617558-3jocmg/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/rubyspec_temp.20240304-617558-3jocmg/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/rubyspec_temp.20240304-617558-3jocmg/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/rubyspec_temp.20240304-617558-3jocmg/20-mspec-multi-19 ruby 3.4.0dev (2024-03-04T03:33:00Z master 2d8788e90c) [x86_64-linux] 0 ......................................................................... 73 ......................................................................... 146 ......................................................................... 219 ......................................................................... 292 ......................................................................... 365 ......................................................................... 438 ......................................................................... 511 ......................................................................... 584 ......................................................................... 657 ......................................................................... 730 ......................................................................... 803 ......................................................................... 876 ......................................................................... 949 ......................................................................... 1022 ......................................................................... 1095 ......................................................................... 1168 ......................................................................... 1241 ......................................................................... 1314 ......................................................................... 1387 ......................................................................... 1460 ......................................................................... 1533 ......................................................................... 1606 ......................................................................... 1679 ......................................................................... 1752 ......................................................................... 1825 ......................................................................... 1898 ......................................................................... 1971 ......................................................................... 2044 ......................................................................... 2117 ......................................................................... 2190 ......................................................................... 2263 ......................................................................... 2336 ......................................................................... 2409 ......................................................................... 2482 ......................................................................... 2555 ......................................................................... 2628 ......................................................................... 2701 ......................................................................... 2774 ......................................................................... 2847 ......................................................................... 2920 ......................................................................... 2993 ......................................................................... 3066 ......................................................................... 3139 ......................................................................... 3212 ......................................................................... 3285 ......................................................................... 3358 ..................................................................... Finished in 8.086221 seconds 3426 files, 32531 examples, 197247 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j20'" exit with 0.