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