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