# Logfile created on 2024-01-17 01:35:18 +0000 by logger.rb/v1.4.3 #<BuildRuby:0x000055b4f9fcc048 @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="-j16", @btest_opts="-j16", @test_opts="TESTS='-j16'", @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.20240117-013518", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055b4fa01b990 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055b4fa01b850 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055b4fa01b670 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20240117-013518", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20240117-013518>, @binmode=false, @mon_data=#<Monitor:0x000055b4fa01b5a8>, @mon_data_owner_object_id=860>>> $$$[beg] make update-unicode -j16 make: Nothing to be done for 'update-unicode'. $$$[end] "make update-unicode -j16" exit with 0. $$$[beg] make update-download -j16 tool/config.guess already exists tool/config.sub already exists $$$[end] "make update-download -j16" exit with 0. $$$[beg] make update-rubyspec -j16 make: Nothing to be done for 'update-rubyspec'. $$$[end] "make update-rubyspec -j16" exit with 0. $$$[beg] make update-src -j16 From https://github.com/ruby/ruby e37a37e..8642a57 master -> origin/master Updating e37a37e..8642a57 Fast-forward compile.c | 2 +- vm_core.h | 2 +- vm_insnhelper.c | 6 +++--- vm_trace.c | 2 +- yjit/src/cruby_bindings.inc.rs | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) Latest commit hash = 8642a573e6 $$$[end] "make update-src -j16" exit with 0. $$$[beg] make after-update -j16 /tmp/ruby/src/trunk/revision.h updated generating x86_64-linux-fake.rb x86_64-linux-fake.rb updated generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' $$$[end] "make after-update -j16" exit with 0. $$$[beg] make miniruby -j16 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 = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j16 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/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/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/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 compiling /tmp/ruby/src/trunk/yjit.c building Rust YJIT (release mode) touch yjit/target/release/libyjit.a partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o linking miniruby $$$[end] "make miniruby -j16" exit with 0. $$$[beg] make ruby -j16 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 = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j16 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. builtin_binary.inc updated d0e3d90d5ebe665dbfb7f19f3ffed1b32634936bc6de25ec9712b603bac036cb 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 -j16" exit with 0. $$$[beg] make all -j16 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 = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j16 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/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 encdb.h unchanged building spec/ruby/optional/capi/ext/exception_spec.so building spec/ruby/optional/capi/ext/fiber_spec.so building spec/ruby/optional/capi/ext/file_spec.so building spec/ruby/optional/capi/ext/fixnum_spec.so building spec/ruby/optional/capi/ext/float_spec.so building spec/ruby/optional/capi/ext/gc_spec.so building spec/ruby/optional/capi/ext/globals_spec.so building spec/ruby/optional/capi/ext/hash_spec.so building spec/ruby/optional/capi/ext/integer_spec.so building spec/ruby/optional/capi/ext/io_spec.so building spec/ruby/optional/capi/ext/kernel_spec.so building spec/ruby/optional/capi/ext/language_spec.so building spec/ruby/optional/capi/ext/marshal_spec.so building spec/ruby/optional/capi/ext/module_spec.so building spec/ruby/optional/capi/ext/module_under_autoload_spec.so building spec/ruby/optional/capi/ext/mutex_spec.so building spec/ruby/optional/capi/ext/numeric_spec.so building spec/ruby/optional/capi/ext/object_spec.so building spec/ruby/optional/capi/ext/proc_spec.so building spec/ruby/optional/capi/ext/range_spec.so building spec/ruby/optional/capi/ext/rational_spec.so building spec/ruby/optional/capi/ext/rbasic_spec.so building spec/ruby/optional/capi/ext/regexp_spec.so building spec/ruby/optional/capi/ext/st_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/symbol_spec.so building spec/ruby/optional/capi/ext/thread_spec.so building spec/ruby/optional/capi/ext/time_spec.so building spec/ruby/optional/capi/ext/tracepoint_spec.so building spec/ruby/optional/capi/ext/typed_data_spec.so building spec/ruby/optional/capi/ext/util_spec.so making enc making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for '/tmp/ruby/src/trunk/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making encs make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/bigdecimal' 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' 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/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/bigdecimal' 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' compiling /tmp/ruby/src/trunk/ext/objspace/object_tracing.c make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' compiling /tmp/ruby/src/trunk/ext/objspace/objspace.c make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' compiling /tmp/ruby/src/trunk/ext/objspace/objspace_dump.c make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' compiling /tmp/ruby/src/trunk/ext/ripper/ripper.c make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/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/ext/socket' compiling /tmp/ruby/src/trunk/ext/socket/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension' compiling /tmp/ruby/src/trunk/ext/socket/constants.c make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' compiling /tmp/ruby/src/trunk/ext/socket/basicsocket.c make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' compiling /tmp/ruby/src/trunk/ext/socket/socket.c compiling /tmp/ruby/src/trunk/ext/socket/ipsocket.c compiling /tmp/ruby/src/trunk/ext/socket/tcpsocket.c compiling /tmp/ruby/src/trunk/ext/socket/tcpserver.c make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' compiling /tmp/ruby/src/trunk/ext/socket/sockssocket.c make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' compiling /tmp/ruby/src/trunk/ext/socket/udpsocket.c make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension' compiling /tmp/ruby/src/trunk/ext/socket/unixsocket.c make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' compiling /tmp/ruby/src/trunk/ext/socket/unixserver.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' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk' $$$[end] "make all -j16" exit with 0. $$$[beg] make install -j16 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 = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j16 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/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 encdb.h unchanged making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for '/tmp/ruby/src/trunk/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making encs make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefile exts.mk make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/bigdecimal' 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/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' 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/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/nkf' 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/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/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="-j16 --jobserver-auth=4,5" --make-flags=" -j16 --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 abbrev 0.1.2 benchmark 0.3.0 bundler 2.6.0.dev cgi 0.4.1 csv 3.2.9 delegate 0.3.1 did_you_mean 1.6.3 drb 2.2.0 english 0.8.0 erb 4.0.4 error_highlight 0.6.0 fileutils 1.7.2 find 0.2.0 forwardable 1.3.3 ipaddr 1.2.6 irb 1.11.0 logger 1.6.0 net-http 0.4.1 net-protocol 0.2.2 observer 0.1.2 open-uri 0.4.1 open3 0.2.1 optparse 0.4.0 ostruct 0.6.0 pp 0.5.0 prettyprint 0.2.0 prism 0.19.0 pstore 0.1.3 rdoc 6.6.2 readline 0.0.4 reline 0.4.2 resolv 0.3.0 resolv-replace 0.1.1 rinda 0.2.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 bigdecimal 3.1.5 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.dev.1 io-nonblock 0.3.0 io-wait 0.3.1 json 2.7.1 nkf 0.1.3 openssl 3.2.0 pathname 0.3.0 psych 5.1.2 stringio 3.1.1 strscan 3.0.8 syslog 0.1.2 zlib 3.1.0 installing bundled gems: /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0 minitest 5.21.1 power_assert 2.0.3 rake 13.1.0 test-unit 3.6.1 rexml 3.2.6 rss 0.3.0 net-ftp 0.3.4 net-imap 0.4.9.1 net-pop 0.1.2 net-smtp 0.4.0.1 matrix 0.4.2 prime 0.1.2 rbs 3.4.1 typeprof 0.21.9 debug 1.9.1 racc 1.7.3 mutex_m 0.2.0 getoptlong 0.2.1 base64 0.2.0 installing bundled gem cache: /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0/cache $$$[end] "make install -j16" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j16' PASS all 1874 tests $$$[end] "make yes-btest TESTOPTS='-q -j16'" exit with 0. $$$[beg] make yes-test-basic TESTS='-j16' 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 = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/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. Ignore setproctitle.o because of setproctitle.c under missing Ignore strlcat.o because of strlcat.c under missing Ignore strlcpy.o because of strlcpy.c under missing 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='-j16'" exit with 0. $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16' 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 = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for '/tmp/ruby/src/trunk/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making encs make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/bigdecimal' 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/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/nkf' 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/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/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.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/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' Run options: --seed=43397 "--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 -j16 --exclude=rubygems/test_gem_package_task\.rb # Running tests: [ 1/906] 2365425=test_rdoc_markup_indented_paragraph [ 2/906] 2365434=test_gem_resolver_conflict [ 3/906] 2365435=test_rdoc_task [ 4/906] 2365427=test_backtrace [ 5/906] 2365436=test_pack [ 6/906] 2365426=test_io_buffer [ 7/906] 2365428=test_readpartial [ 8/906] 2365437=test_clone [ 9/906] 2365431=test_gem_commands_install_command [ 10/906] 2365424=test_rdoc_require [ 11/906] 2365438=locals_test [ 12/906] 2365430=test_rdoc_markup_to_html_crossref [ 13/906] 2365433=test_gem_resolver_best_set [ 14/906] 2365432=encoding_test [ 15/906] 2365439=test_typeddata [ 16/906] 2365429=test_rat [ 17/906] 2365436=test_webauthn_poller [ 18/906] 2365429=test_rdoc_markup_raw [ 19/906] 2365435=test_optparse [ 20/906] 2365435=test_array [ 21/906] 2365435=test_fstring [ 22/906] 2365426=test_rdoc_alias [ 23/906] 2365425=test_yield [ 24/906] 2365432=test_convertible [ 25/906] 2365435=test_convert [ 26/906] 2365429=test_stringscanner [ 27/906] 2365424=test_files_sample [ 28/906] 2365429=test_gem_package_tar_header [ 29/906] 2365435=test_gem_util [ 30/906] 2365437=test_iseq_load [ 31/906] 2365434=test_pkey_dh [ 32/906] 2365439=test_bigzero [ 33/906] 2365433=test_system [ 34/906] 2365439=test_pkcs12 [ 35/906] 2365424=test_etc [ 36/906] 2365426=test_yjit_exit_locations [ 37/906] 2365434=test_getopts [ 38/906] 2365434=test_protocol [ 39/906] 2365424=test_gem_resolver_activation_request [ 40/906] 2365436=test_gem_config_file [ 41/906] 2365426=test_ripper [ 42/906] 2365428=test_sleep [ 43/906] 2365429=test_config [ 44/906] 2365438=test_libs [ 45/906] 2365438=test_math [ 46/906] 2365436=test_gem_commands_fetch_command [ 47/906] 2365438=test_gc [ 48/906] 2365438=test_yaml_tree [ 49/906] 2365430=test_rendering [ 50/906] 2365424=test_sizeof [ 51/906] 2365429=test_case [ 52/906] 2365438=test_face [ 53/906] 2365429=test_io [ 54/906] 2365430=test_unicode_escape [ 55/906] 2365435=test_utf16 [ 56/906] 2365435=test_autoload [ 57/906] 2365438=test_ellipsize [ 58/906] 2365438=test_date_attr [ 59/906] 2365438=test_io_wait [ 60/906] 2365434=test_gem_commands_exec_command [ 61/906] 2365430=test_kwargs [ 62/906] 2365430=test_type_completor [ 63/906] 2365436=test_console_attr [ 64/906] 2365436=test_summary [ 65/906] 2365430=test_cp949 [ 66/906] 2365430=test_gem_commands_uninstall_command [ 67/906] 2365439=test_condition [ 68/906] 2365436=test_gem_source_specific_file [ 69/906] 2365439=test_foreach [ 70/906] 2365426=test_gem_unsatisfiable_dependency_error [ 71/906] 2365439=test_win32ole_record [ 72/906] 2365439=test_sorted_set [ 73/906] 2365436=test_emoji [ 74/906] 2365436=test_win32ole_type_event [ 75/906] 2365436=test_hash [ 76/906] 2365426=test_ubf_async_safe [ 77/906] 2365426=test_io [ 78/906] 2365439=test_pattern_key_name_check [ 79/906] 2365439=test_to_ruby [ 80/906] 2365439=test_gem_impossible_dependencies_error [ 81/906] 2365438=test_pack [ 82/906] 2365437=test_array_create [ 83/906] 2365437=test_gem_commands_query_command [ 84/906] 2365439=test_method [ 85/906] 2365426=test_rdoc_rubygems_hook [ 86/906] 2365438=test_skip_lines [ 87/906] 2365438=test_euc_kr [ 88/906] 2365438=test_rdoc_context_section [ 89/906] 2365427=test_ftp [ 90/906] 2365433=test_string_memory [ 91/906] 2365427=comments_test [ 92/906] 2365426=test_gem_requirement [ 93/906] 2365433=test_sprintf [ 94/906] 2365427=test_gem_security_trust_dir [ 95/906] 2365438=test_objspace [ 96/906] 2365426=test_line_editor [ 97/906] 2365426=test_general [ 98/906] 2365433=test_undef [ 99/906] 2365433=test_c_struct_entry [100/906] 2365427=test_gem_commands_stale_command [101/906] 2365427=test_remote_fetch_error [102/906] 2365427=test_have_library [103/906] 2365426=test_set [104/906] 2365426=test_gem_request_set_lockfile [105/906] 2365430=test_raise_exception [106/906] 2365433=test_protect [107/906] 2365433=test_win32ole_typelib [108/906] 2365433=test_gem_resolver_dependency_request [109/906] 2365433=test_tree_builder [110/906] 2365434=test_hash [111/906] 2365433=test_postponed_job [112/906] 2365434=test_alias_and_anchor [113/906] 2365434=test_external_new [114/906] 2365434=ripper_compat_test [115/906] 2365431=test_kill_ring [116/906] 2365437=test_framework [117/906] 2365437=test_ns_spki [118/906] 2365431=test_argf [119/906] 2365437=test_ws [120/906] 2365437=test_gem_commands_environment_command [121/906] 2365434=test_m17n [122/906] 2365437=test_debug_cmd [123/906] 2365426=test_workspace [124/906] 2365437=test_weakmap [125/906] 2365434=test_yjit [126/906] 2365426=test_gem_commands_list_command [127/906] 2365426=test_stack [128/906] 2365433=test_rdoc_include [129/906] 2365430=test_reqarg [130/906] 2365430=test_too_many_dummy_encodings [131/906] 2365433=test_gem_version [132/906] 2365430=test_econv [133/906] 2365428=test_cesu8 [134/906] 2365428=test_rdoc_options [135/906] 2365433=test_fileutils [136/906] 2365425=test_string_processing [137/906] 2365425=test_ldap [138/906] 2365425=test_emitter [139/906] 2365428=test_resource [140/906] 2365425=test_gem_commands_signin_command [141/906] 2365433=test_frozen_error [142/906] 2365433=test_gem_stub_specification [143/906] 2365428=test_method_cache [144/906] 2365428=test_gem_ext_ext_conf_builder [145/906] 2365427=test_observer [146/906] 2365427=test_complex [147/906] 2365427=test_gem_commands_search_command [148/906] 2365433=test_inlinecache [149/906] 2365427=test_rdoc_markup_verbatim [150/906] 2365425=test_path_to_class [151/906] 2365425=test_gem_resolver_specification [152/906] 2365425=test_gem_dependency [153/906] 2365433=test_parse [154/906] 2365426=test_mdns [155/906] 2365427=test_gem_remote_fetcher [156/906] 2365426=test_scanner_events [157/906] 2365426=test_gem_resolver_installed_specification [158/906] 2365426=test_date_strftime [159/906] 2365425=test_rdoc_parser_rd [160/906] 2365425=test_yamlstore [161/906] 2365425=test_gem_installer [162/906] 2365430=json_string_matching_test [163/906] 2365430=test_load [164/906] 2365430=test_class [165/906] 2365433=test_rdoc_normal_class [166/906] 2365433=test_const [167/906] 2365433=test_features [168/906] 2365426=test_asn1 [169/906] 2365433=test_random [170/906] 2365433=test_irb [171/906] 2365426=test_function [172/906] 2365424=test_queue [173/906] 2365424=test_tempfile [174/906] 2365426=parse_comments_test [175/906] 2365426=test_noarg [176/906] 2365433=test_duplicate [177/906] 2365433=test_utf32 [178/906] 2365433=test_basicsocket [179/906] 2365426=test_prettyprint [180/906] 2365433=test_tracepoint [181/906] 2365426=test_rdoc_markup [182/906] 2365426=test_gem_commands_help_command [183/906] 2365426=test_internal_ivar [184/906] 2365426=test_gem_resolver_index_specification [185/906] 2365426=test_marshalable [186/906] 2365426=test_digest [187/906] 2365424=test_gem_commands_contents_command [188/906] 2365428=test_gem_ext_cmake_builder [189/906] 2365428=test_require [190/906] 2365424=test_cgi_util [191/906] 2365433=test_fiddle [192/906] 2365439=test_wss [193/906] 2365436=test_ractor [194/906] 2365433=test_find [195/906] 2365439=regexp_test [196/906] 2365433=test_gem_package_tar_reader [197/906] 2365433=test_coverage [198/906] 2365439=test_rdoc_encoding [199/906] 2365436=test_pathname [200/906] 2365424=test_init [201/906] 2365437=test_complexrational [202/906] 2365437=test_rdoc_any_method [203/906] 2365439=test_modify_expand [204/906] 2365439=test_rdoc_markdown [205/906] 2365436=test_gem_available_set [206/906] 2365436=test_file [207/906] 2365436=test_deprecate [208/906] 2365424=test_rdoc_constant [209/906] 2365436=test_bash_completion [210/906] 2365436=test_formatter [211/906] 2365436=test_recorder [212/906] 2365436=test_gem_source_vendor [213/906] 2365439=test_gem_commands_owner_command [214/906] 2365436=test_big2str [215/906] 2365436=test_forwardable [216/906] 2365436=test_yaml [217/906] 2365426=test_wait [218/906] 2365424=test_handle [219/906] 2365426=test_thread_queue [220/906] 2365436=test_nowrite [221/906] 2365436=test_rdoc_markup_formatter [222/906] 2365427=test_ractor [223/906] 2365432=test_euc_tw [224/906] 2365432=test_rinda [225/906] 2365427=test_bmethod [226/906] 2365427=test_ansi_without_terminfo [227/906] 2365427=test_gem_commands_sources_command [228/906] 2365436=test_io_timeout [229/906] 2365436=test_shapes [230/906] 2365436=json_fixtures_test [231/906] 2365436=test_comparable [232/906] 2365436=test_rdoc_parser_c [233/906] 2365437=test_class2name [234/906] 2365437=test_gbk [235/906] 2365437=test_enc_str_buf_cat [236/906] 2365437=test_pstore [237/906] 2365437=test_cstr [238/906] 2365424=test_profile_frames [239/906] 2365427=test_gem_request_connection_pools [240/906] 2365433=test_grapheme_breaks [241/906] 2365433=test_gem_version_option [242/906] 2365433=test_cclass [243/906] 2365436=test_parser_events [244/906] 2365433=test_reline [245/906] 2365428=test_case [246/906] 2365428=test_pkey [247/906] 2365439=test_rdoc_markup_to_markdown [248/906] 2365424=test_json_tree [249/906] 2365428=test_rdoc_generator_pot_po [250/906] 2365439=test_ansi_with_terminfo [251/906] 2365428=test_ractor [252/906] 2365424=test_m17n_comb [253/906] 2365436=test_memory_view [254/906] 2365439=test_gem_stream_ui [255/906] 2365428=test_rdoc_generator_ri [256/906] 2365428=test_extlibs [257/906] 2365433=test_require_lib [258/906] 2365430=test_gem_install_update_options [259/906] 2365436=parse_test [260/906] 2365439=test_ractor [261/906] 2365439=test_severity [262/906] 2365431=test_thread [263/906] 2365439=test_socket [264/906] 2365430=test_objectspace [265/906] 2365437=test_rdoc_markup_to_table_of_contents [266/906] 2365437=test_str2big [267/906] 2365437=test_dot_dot [268/906] 2365437=test_c_struct_builder [269/906] 2365431=test_literal [270/906] 2365437=test_store [271/906] 2365435=test_case_options [272/906] 2365435=test_gem_dependency_installer [273/906] 2365437=test_scalar [274/906] 2365437=test_general [275/906] 2365437=test_gem_commands_info_command [276/906] 2365437=test_rdoc_cross_reference [277/906] 2365439=test_rand [278/906] 2365427=test_gem_package_tar_reader_entry [279/906] 2365431=test_gem_name_tuple [280/906] 2365431=test_bug_reporter [281/906] 2365439=test_exception [282/906] 2365427=test_sprintf_comb [283/906] 2365430=test_method_cache [284/906] 2365430=test_gem_request [285/906] 2365437=test_gem_commands_mirror [286/906] 2365437=test_gem_ext_cargo_builder_link_flag_converter [287/906] 2365437=test_settracefunc [288/906] 2365427=test_gem_text [289/906] 2365432=test_enumerator_kw [290/906] 2365432=test_nkf [291/906] 2365430=test_scan_args [292/906] 2365427=test_delegation [293/906] 2365430=test_win32ole [294/906] 2365430=test_generic [295/906] 2365427=test_gem_commands_specification_command [296/906] 2365430=test_enumerator [297/906] 2365431=test_flags [298/906] 2365432=test_inadvertent_creation [299/906] 2365427=test_gem_commands_which_command [300/906] 2365427=test_shift_jis [301/906] 2365427=test_http [302/906] 2365427=test_name_error [303/906] 2365432=test_rdoc_markup_attribute_manager [304/906] 2365427=test_table [305/906] 2365427=test_gem_resolver_composed_set [306/906] 2365427=test_safe_load [307/906] 2365427=test_gem_resolver [308/906] 2365432=test_gem_commands_dependency_command [309/906] 2365428=test_bigdecimal [310/906] 2365427=test_stream [311/906] 2365427=test_nil2vtempty [312/906] 2365427=test_rdoc_context [313/906] 2365432=test_httpresponse [314/906] 2365432=test_open-uri [315/906] 2365434=test_rdoc_parser_ruby [316/906] 2365437=test_date_new [317/906] 2365437=test_data [318/906] 2365437=test_require [319/906] 2365437=test_rdoc_markup_to_joined_paragraph [320/906] 2365437=test_date_time [321/906] 2365437=test_syntax [322/906] 2365432=test_rdoc_text [323/906] 2365424=test_iso_8859 [324/906] 2365431=test_tcp [325/906] 2365425=test_switch_hitter [326/906] 2365425=test_flush [327/906] 2365424=test_singleton [328/906] 2365425=test_io_console [329/906] 2365424=test_c_union_entity [330/906] 2365432=test_rdoc_normal_module [331/906] 2365431=test_rdoc_markdown_test [332/906] 2365429=test_logperiod [333/906] 2365424=test_each [334/906] 2365429=test_securerandom [335/906] 2365424=test_syslog_logger [336/906] 2365429=test_thread_fd_close [337/906] 2365432=test_passing_block [338/906] 2365429=test_hash_create [339/906] 2365432=test_stringchar [340/906] 2365429=test_uncorrectable_name_check [341/906] 2365429=newline_test [342/906] 2365432=test_gem_security_policy [343/906] 2365424=test_gem_source_local [344/906] 2365435=test_pack [345/906] 2365429=test_show_source [346/906] 2365427=test_last_thread [347/906] 2365429=test_read [348/906] 2365434=test_process [349/906] 2365435=test_gc [350/906] 2365436=test_x509cert [351/906] 2365432=test_err_in_callback [352/906] 2365432=test_gem_resolver_lock_specification [353/906] 2365432=test_logdevice [354/906] 2365424=test_arity [355/906] 2365424=test_gem_ext_rake_builder [356/906] 2365429=test_rdoc_tom_doc [357/906] 2365429=test_hmac [358/906] 2365429=test_rdoc_markup_to_tt_only [359/906] 2365429=test_common [360/906] 2365436=test_gem_spec_fetcher [361/906] 2365429=test_gem_command [362/906] 2365436=test_key_actor_vi [363/906] 2365429=test_bug-3571 [364/906] 2365429=test_ifunless [365/906] 2365429=test_assignment [366/906] 2365436=test_gem_commands_lock_command [367/906] 2365433=test_numeric [368/906] 2365436=test_config [369/906] 2365439=test_gem_source_list [370/906] 2365436=test_optarg [371/906] 2365436=test_yaml_special_cases [372/906] 2365433=test_address_resolve [373/906] 2365436=test_rdoc_token_stream [374/906] 2365436=test_zsh_completion [375/906] 2365436=test_exception [376/906] 2365433=test_iter_break [377/906] 2365433=test_macro [378/906] 2365436=test_gem_ext_configure_builder [379/906] 2365433=test_frozen [380/906] 2365426=test_pp [381/906] 2365433=test_verbose [382/906] 2365439=test_rdoc_single_class [383/906] 2365436=test_num2int [384/906] 2365426=test_nil [385/906] 2365439=test_gem_silent_ui [386/906] 2365426=test_emitter [387/906] 2365426=test_bug-5832 [388/906] 2365436=test_files_ext [389/906] 2365433=test_abbrev [390/906] 2365426=test_eval_history [391/906] 2365433=dispatcher_test [392/906] 2365426=test_kernel [393/906] 2365424=test_kdf [394/906] 2365439=test_gem_doctor [395/906] 2365433=test_rdoc_markup_paragraph [396/906] 2365433=test_enc_raise [397/906] 2365433=test_psych [398/906] 2365431=!Nothing_to_test [399/906] 2365436=test_at_exit [400/906] 2365424=test_gem_ext_cargo_builder_unit [401/906] 2365431=test_date [402/906] 2365433=test_gem_rdoc [403/906] 2365439=test_object_create_start [404/906] 2365439=test_rdoc_markup_attributes [405/906] 2365427=test_rdoc_rd_inline_parser [406/906] 2365439=test_rdoc_markup_to_rdoc [407/906] 2365431=test_default_gems [408/906] 2365436=test_bigmath [409/906] 2365424=test_encodings [410/906] 2365427=test_win32ole_type [411/906] 2365427=test_null [412/906] 2365439=test_mul [413/906] 2365427=test_pkey_ec [414/906] 2365432=test_trick [415/906] 2365439=test_thread [416/906] 2365439=test_pipe [417/906] 2365431=test_date_parse [418/906] 2365436=test_rdoc_i18n_text [419/906] 2365436=test_io_buffer [420/906] 2365427=test_defined [421/906] 2365436=test_backtrace [422/906] 2365436=test_key_name_check [423/906] 2365433=test_svcb_https [424/906] 2365436=test_buffering [425/906] 2365436=test_gb18030 [426/906] 2365433=test_gem_uninstaller [427/906] 2365436=test_rdoc_rdoc [428/906] 2365439=test_windows_1251 [429/906] 2365428=test_time [430/906] 2365439=test_gem_resolver_index_set [431/906] 2365431=test_gem_package_old [432/906] 2365427=test_gc_compact [433/906] 2365439=test_proc [434/906] 2365431=test_string [435/906] 2365436=test_erb_m17n [436/906] 2365436=test_ole_methods [437/906] 2365436=test_date_conv [438/906] 2365436=test_optimization [439/906] 2365428=test_cgi_tag_helper [440/906] 2365428=test_zlib [441/906] 2365424=test_egrep_cpp [442/906] 2365426=test_fnmatch [443/906] 2365424=test_files_test_2 [444/906] 2365424=test_require_path_check [445/906] 2365426=test_rdoc_markup_parser [446/906] 2365426=test_folderitem2_invokeverb [447/906] 2365424=test_gem_validator [448/906] 2365426=test_row_separator [449/906] 2365426=test_gem_request_set_lockfile_parser [450/906] 2365424=test_depth_first [451/906] 2365424=test_raise [452/906] 2365424=test_x509attr [453/906] 2365424=test_rdoc_store [454/906] 2365426=test_string [455/906] 2365426=test_rdoc_stats [456/906] 2365426=test_pattern_matching [457/906] 2365426=test_gem_dependency_resolution_error [458/906] 2365426=test_rdoc_parser [459/906] 2365426=test_qsort [460/906] 2365426=json_addition_test [461/906] 2365439=test_gem_safe_marshal [462/906] 2365426=test_gem_resolver_api_set [463/906] 2365426=test_config [464/906] 2365425=test_gem_resolver_vendor_set [465/906] 2365425=test_enumerable [466/906] 2365425=test_eval [467/906] 2365429=test_kconv [468/906] 2365429=json_generator_test [469/906] 2365429=test_transcode [470/906] 2365433=test_update [471/906] 2365433=test_fips [472/906] 2365425=test_x509name [473/906] 2365424=test_rdoc_code_object [474/906] 2365426=test_x509store [475/906] 2365425=test_webauthn_listener Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 49887> [476/906] 2365429=test_lambda [477/906] 2365433=test_gem_request_set_gem_dependency_api [478/906] 2365429=test_ast COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 2365425 ko1 9u IPv4 28658633 0t0 TCP localhost:49887->localhost:56568 (CLOSE_WAIT) Closed file descriptor: WebauthnListenerTest#test_listener_thread_sets_error: 9 [479/906] 2365426=test_random_formatter [480/906] 2365425=test_helper [481/906] 2365426=test_jaro_winkler [482/906] 2365426=test_vm_dump [483/906] 2365426=test_write [484/906] 2365424=test_tmpdir [485/906] 2365425=test_rdoc_markup_document [486/906] 2365425=test_integer_comb [487/906] 2365426=errors_test [488/906] 2365424=test_regexp [489/906] 2365433=test_gem_commands_check_command [490/906] 2365439=test_data_error [491/906] 2365426=bom_test [492/906] 2365433=test_file [493/906] 2365426=test_ostruct [494/906] 2365439=unescape_test [495/906] 2365426=test_udp [496/906] 2365426=test_project_sanity [497/906] 2365432=test_range [498/906] 2365426=test_pty [499/906] 2365426=test_dup [500/906] 2365432=test_constant [501/906] 2365426=test_gem_uri_formatter [502/906] 2365426=test_helper [503/906] 2365426=test_erb_command [504/906] 2365426=test_encoding [505/906] 2365427=test_ts [506/906] 2365426=test_ensured [507/906] 2365426=library_symbols_test [508/906] 2365426=test_addr [509/906] 2365426=test_locale [510/906] 2365439=test_quote_char_nil [511/906] 2365426=test_rdoc_ri_paths [512/906] 2365439=version_test [513/906] 2365439=test_cgi_header [514/906] 2365426=heredoc_dedent_test [515/906] 2365439=test_tuplebag [516/906] 2365426=test_object [517/906] 2365426=test_arithmetic_sequence [518/906] 2365439=test_key_actor_emacs [519/906] 2365426=test_gem_gemcutter_utilities [520/906] 2365439=test_basicinstructions [521/906] 2365439=test_gem_command_manager [522/906] 2365427=test_date_arith [523/906] 2365427=test_object [524/906] 2365426=test_ruby_lex [525/906] 2365439=test_gem_local_remote_options [526/906] 2365439=test_sleep [527/906] 2365426=test_change_word [528/906] 2365426=compiler_test [529/906] 2365426=test_flip [530/906] 2365428=test_timeout [531/906] 2365426=test_ossl [532/906] 2365428=test_normalize [533/906] 2365428=test_invalid [534/906] 2365428=test_rdoc_rd_block_parser [535/906] 2365428=test_signedness [536/906] 2365427=test_tsort [537/906] 2365427=test_ractor [538/906] 2365427=test_type [539/906] 2365427=test_func [540/906] 2365425=test_big5 [541/906] 2365425=test_pointer [542/906] 2365437=test_quote_empty [543/906] 2365437=test_date_strptime [544/906] 2365437=test_placearg [545/906] 2365437=test_rdoc_markup_hard_break [546/906] 2365437=test_gem_platform [547/906] 2365437=test_pkey_rsa [548/906] 2365432=test_weakkeymap [549/906] 2365437=test_gem_commands_push_command [550/906] 2365425=test_numhash [551/906] 2365425=test_fd_setsize [552/906] 2365425=test_continuation [553/906] 2365425=test_keyword [554/906] 2365432=test_class_name_check [555/906] 2365432=test_data_converters [556/906] 2365432=test_delete [557/906] 2365432=test_win32ole_method [558/906] 2365432=test_ractor [559/906] 2365432=test_logger [560/906] 2365432=test_file_exhaustive [561/906] 2365436=test_files_test [562/906] 2365436=test_gem_update_suggestion [563/906] 2365425=test_rdoc_parser_markdown [564/906] 2365425=test_force_quotes [565/906] 2365437=test_import [566/906] 2365425=test_gem_resolver_lock_set [567/906] 2365436=test_not [568/906] 2365436=test_ractor_compatibility [569/906] 2365425=test_gem_console_ui [570/906] 2365425=test_date_ractor [571/906] 2365425=test_dir [572/906] 2365428=test_autoconf [573/906] 2365428=test_eval [574/906] 2365428=test_numeric [575/906] 2365436=test_member [576/906] 2365428=test_cgi_multipart [577/906] 2365436=test_gem_commands_cleanup_command [578/906] 2365425=test_word [579/906] 2365425=test_rdoc_generator_darkfish [580/906] 2365428=test_rdoc_comment [581/906] 2365427=test_error_highlight [582/906] 2365428=test_resize [583/906] 2365428=test_http_request [584/906] 2365435=json_generic_object_test [585/906] 2365435=test_gem_source_fetch_problem [586/906] 2365428=test_coderange [587/906] 2365428=location_test [588/906] 2365435=test_symbol [589/906] 2365435=test_mailto [590/906] 2365435=test_drbssl [591/906] 2365438=test_pkcs7 [592/906] 2365428=test_gem_resolver_requirement_list [593/906] 2365428=test_arith_seq_beg_len_step [594/906] 2365425=test_function_entry [595/906] 2365425=ruby_api_test [596/906] 2365428=test_find_executable [597/906] 2365428=test_coder [598/906] 2365436=test_symbol [599/906] 2365427=test_gem_commands_pristine_command [600/906] 2365438=test_context [601/906] 2365428=test_nofree [602/906] 2365428=test_unix [603/906] 2365428=test_lazy_enumerator [604/906] 2365425=test_enc_associate [605/906] 2365437=test_rdoc_class_module [606/906] 2365438=test_bignum [607/906] 2365438=test_gem_ci_detector [608/906] 2365438=test_win32ole_variable [609/906] 2365438=test_stringio [610/906] 2365428=test_arity [611/906] 2365428=test_io_wait_uncommon [612/906] 2365428=test_trace [613/906] 2365428=ractor_test [614/906] 2365438=test_rdoc_generator_json_index [615/906] 2365428=test_time_tz [616/906] 2365438=test_win32ole_event [617/906] 2365438=test_have_macro [618/906] 2365425=test_gem_package [619/906] 2365428=test_resolve_symbol [620/906] 2365428=test_complex2 [621/906] 2365428=test_enum [622/906] 2365437=test_gem_specification [623/906] 2365433=test_threadgroup [624/906] 2365438=test_rdoc_extend [625/906] 2365438=test_row [626/906] 2365438=test_merge_keys [627/906] 2365438=test_liberal_parsing [628/906] 2365438=test_gem_resolver_api_specification [629/906] 2365438=test_win32ole_variant [630/906] 2365427=test_ipaddr [631/906] 2365438=test_mixed_unicode_escapes [632/906] 2365438=test_history [633/906] 2365427=test_rdoc_markup_to_ansi [634/906] 2365438=test_cgi_core [635/906] 2365438=test_parser [636/906] 2365425=test_read [637/906] 2365425=test_gem_source_lock [638/906] 2365427=test_gem [639/906] 2365438=test_ractor [640/906] 2365438=test_dns [641/906] 2365425=test_gem_commands_open_command [642/906] 2365425=test_ssl [643/906] 2365428=test_my_integer [644/906] 2365428=json_ext_parser_test [645/906] 2365428=test_thread [646/906] 2365439=test_rendering [647/906] 2365439=test_ractor [648/906] 2365433=test_alias [649/906] 2365438=test_timeout [650/906] 2365433=test_marshal [651/906] 2365425=test_unicode_normalize [652/906] 2365439=test_weakref [653/906] 2365439=test_nonblock [654/906] 2365439=test_strip [655/906] 2365439=test_rb_str_dup [656/906] 2365439=test_reline_key [657/906] 2365439=test_ancdata [658/906] 2365439=test_singleton_function [659/906] 2365439=test_super [660/906] 2365430=test_rubyoptions [661/906] 2365438=test_cgi_modruby [662/906] 2365438=test_integer [663/906] 2365433=test_call [664/906] 2365426=test_https_proxy [665/906] 2365426=test_rubygems [666/906] 2365433=test_gem_request_set_lockfile_tokenizer [667/906] 2365433=test_stat [668/906] 2365433=test_syslog [669/906] 2365433=test_have_func [670/906] 2365426=test_nextafter [671/906] 2365426=test_capacity [672/906] 2365426=test_object_references [673/906] 2365426=test_usrmarshal [674/906] 2365436=test_gem_resolver_git_specification [675/906] 2365437=test_converters [676/906] 2365437=test_env [677/906] 2365426=test_rdoc_attr [678/906] 2365436=test_read_write [679/906] 2365426=test_dryrun [680/906] 2365436=test_integer [681/906] 2365426=desugar_compiler_test [682/906] 2365426=test_drbunix [683/906] 2365439=test_gem_commands_setup_command [684/906] 2365427=test_config [685/906] 2365427=test_nomethod_error [686/906] 2365436=json_parser_test [687/906] 2365427=memsize_test [688/906] 2365427=test_dln [689/906] 2365427=test_gem_source_subpath_problem [690/906] 2365436=json_common_interface_test [691/906] 2365436=test_win32ole_variant_outarg [692/906] 2365436=fuzzer_test [693/906] 2365436=test_sexp [694/906] 2365436=test_rdoc_markup_include [695/906] 2365436=test_inputs_scanner [696/906] 2365436=test_variable [697/906] 2365427=test_struct [698/906] 2365427=test_rdoc_markup_to_html_snippet [699/906] 2365427=magic_comment_test [700/906] 2365427=test_cparser [701/906] 2365436=test_pkg_config [702/906] 2365436=test_unconverted_fields [703/906] 2365436=test_color_printer [704/906] 2365436=test_deprecated [705/906] 2365436=test_insns_leaf [706/906] 2365436=test_patterns [707/906] 2365436=test_serialize_subclasses [708/906] 2365436=test_key_error [709/906] 2365436=test_win32ole_variant_m [710/906] 2365436=test_engine [711/906] 2365436=test_div [712/906] 2365436=test_rdoc_rd_inline [713/906] 2365436=test_x509req [714/906] 2365436=test_mutex [715/906] 2365439=test_set [716/906] 2365439=test_struct [717/906] 2365439=test_gem_path_support [718/906] 2365439=test_files_test_1 [719/906] 2365433=test_dir_m17n [720/906] 2365427=test_gem_resolver_installer_set [721/906] 2365436=test_regex_casefold [722/906] 2365427=test_refinement [723/906] 2365436=test_gem_commands_signout_command [724/906] 2365436=test_gem_source_git [725/906] 2365432=test_float [726/906] 2365438=test_require [727/906] 2365437=test_cgi_cookie [728/906] 2365437=test_header [729/906] 2365437=test_windows_1252 [730/906] 2365437=test_input_method [731/906] 2365437=test_process [732/906] 2365433=test_signal [733/906] 2365437=test_fixnum [734/906] 2365437=test_x509crl [735/906] 2365436=test_cgi_session [736/906] 2365436=test_rdoc_rd [737/906] 2365436=test_rdoc_top_level [738/906] 2365437=test_metaclass [739/906] 2365437=test_shellwords [740/906] 2365437=test_debug [741/906] 2365437=test_memory_view [742/906] 2365437=pattern_test [743/906] 2365437=test_string [744/906] 2365437=test_iterator [745/906] 2365437=test_omap [746/906] 2365437=test_digest_extend [747/906] 2365437=test_storage [748/906] 2365437=test_gem_resolver_git_set [749/906] 2365436=test_cipher [750/906] 2365436=test_gem_security_signer [751/906] 2365436=test_new [752/906] 2365436=test_gem_commands_outdated_command [753/906] 2365425=test_array [754/906] 2365436=test_gem_package_tar_writer [755/906] 2365436=test_gem_source [756/906] 2365437=test_scalar_scanner [757/906] 2365437=test_bigdecimal_util [758/906] 2365437=test_win32ole_method_event [759/906] 2365437=test_nesting_parser [760/906] 2365437=test_gem_dependency_list [761/906] 2365437=test_benchmark [762/906] 2365436=test_evaluation [763/906] 2365436=test_https [764/906] 2365432=test_gem_ext_builder [765/906] 2365436=test_rdoc_parser_simple [766/906] 2365436=test_load [767/906] 2365436=test_yamldbm [768/906] 2365436=test_abi [769/906] 2365436=test_provider [770/906] 2365439=test_gem_commands_cert_command [771/906] 2365426=test_completion [772/906] 2365433=test_len [773/906] 2365433=test_yield_block [774/906] 2365436=test_x509ext [775/906] 2365433=test_erb [776/906] 2365436=test_gem_source_installed [777/906] 2365436=test_assembler [778/906] 2365436=test_spell_checker [779/906] 2365436=test_propertyputref [780/906] 2365436=attribute_write_test [781/906] 2365433=test_rational2 [782/906] 2365433=test_rational [783/906] 2365433=test_gem_request_set [784/906] 2365436=test_module [785/906] 2365431=test_gem_ext_cargo_builder [786/906] 2365431=test_ssl [787/906] 2365437=constant_path_node_test [788/906] 2365437=test_parser [789/906] 2365432=test_arith_seq_extract [790/906] 2365437=test_method_name_check [791/906] 2365437=test_rdoc_generator_markup [792/906] 2365437=test_cmd [793/906] 2365432=test_whileuntil [794/906] 2365432=test_buffered_io [795/906] 2365432=test_monitor [796/906] 2365433=test_configuration [797/906] 2365427=test_rubyvm [798/906] 2365427=test_stringify_symbols [799/906] 2365427=test_instrumentation_api [800/906] 2365426=test_boolean [801/906] 2365426=test_acl [802/906] 2365433=test_terminfo [803/906] 2365433=test_compile_prism [804/906] 2365426=test_bug-14834 [805/906] 2365438=test_date_compat [806/906] 2365438=test_rdoc_markup_to_html [807/906] 2365432=test_tree_spell_checker [808/906] 2365426=test_http [809/906] 2365432=test_addrinfo [810/906] 2365438=test_bn [811/906] 2365438=test_win32ole_param_event [812/906] 2365438=test_path [813/906] 2365438=test_case_mapping [814/906] 2365438=test_rdoc_generator_pot [815/906] 2365438=test_enumerator [816/906] 2365438=test_rdoc_parser_changelog [817/906] 2365432=parameters_signature_test [818/906] 2365432=test_koi8 [819/906] 2365432=test_unicode [820/906] 2365438=test_column_separator [821/906] 2365438=test_rdoc_method_attr [822/906] 2365432=test_filter [823/906] 2365434=test_gem_gem_runner [824/906] 2365433=test_data [825/906] 2365433=test_gem_resolver_vendor_specification [826/906] 2365432=test_gem_commands_update_command [827/906] 2365433=test_gem_uri [828/906] 2365434=test_key_event_record [829/906] 2365438=test_notimplement [830/906] 2365438=test_random [831/906] 2365433=test_ssl_session [832/906] 2365438=test_thread_cv [833/906] 2365434=test_lexer [834/906] 2365434=test_rewind [835/906] 2365434=test_rbconfig [836/906] 2365434=test_primitive [837/906] 2365434=test_human_typo [838/906] 2365434=test_name_error_extension [839/906] 2365437=test_rdoc_i18n_locale [840/906] 2365434=test_document [841/906] 2365434=test_acceptable [842/906] 2365437=test_rdoc_generator_pot_po_entry [843/906] 2365437=test_euc_jp [844/906] 2365437=test_pair [845/906] 2365434=test_gem_commands_yank_command [846/906] 2365436=test_win32ole_param [847/906] 2365436=test_sockopt [848/906] 2365428=test_install [849/906] 2365436=test_rdoc_markup_to_label [850/906] 2365434=test_gem_resolver_local_specification [851/906] 2365436=test_httpheader [852/906] 2365438=test_rdoc_ri_driver [853/906] 2365434=test_drb [854/906] 2365436=test_set_len [855/906] 2365436=test_encoding [856/906] 2365436=test_httpresponses [857/906] 2365436=test_key_stroke [858/906] 2365436=json_encoding_test [859/906] 2365436=test_color [860/906] 2365436=test_files_lib [861/906] 2365436=test_gem_commands_unpack_command [862/906] 2365428=test_beginendblock [863/906] 2365433=test_rdoc_markup_to_bs [864/906] 2365433=test_emoji_breaks [865/906] 2365438=test_gem_bundler_version_finder [866/906] 2365438=test_within_pipe [867/906] 2365438=test_pinned [868/906] 2365436=test_rdoc_markup_pre_process [869/906] 2365438=test_printf [870/906] 2365424=test_to_ary_concat [871/906] 2365438=test_time [872/906] 2365432=test_webauthn_listener_response [873/906] 2365436=test_stream [874/906] 2365436=test_recursion [875/906] 2365432=test_exit [876/906] 2365436=test_drbobject [877/906] 2365428=test_delegate [878/906] 2365428=test_popen_deadlock [879/906] 2365436=test_history [880/906] 2365438=test_mkmf [881/906] 2365432=test_date_marshal [882/906] 2365432=test_fiber [883/906] 2365436=test_open3 [884/906] 2365438=test_bundled_ca [885/906] 2365428=test_closure [886/906] 2365439=test_digest [887/906] 2365439=test_ractor [888/906] 2365439=test_gem_security [889/906] 2365424=test_rdoc_servlet [890/906] 2365428=test_interned_str [891/906] 2365428=test_case_comprehensive [892/906] 2365424=test_gem_commands_build_command [893/906] 2365427=test_append [894/906] 2365438=test_option [895/906] 2365427=test_cmethod [896/906] 2365427=test_io_m17n [897/906] 2365424=test_variable_name_check [898/906] 2365438=test_did_you_mean [899/906] 2365438=test_gem_commands_server_command [900/906] 2365424=test_exception_at_throwing [901/906] 2365438=test_iseq [902/906] 2365424=test_rdoc_markup_heading [903/906] 2365424=test_scheduler [904/906] 2365424=test_ocsp [905/906] 2365424=test_class [906/906] 2365424=test_pkey_dsa Finished tests in 44.972331s, 602.0146 tests/s, 213007.5474 assertions/s. 27074 tests, 9579446 assertions, 0 failures, 0 errors, 210 skips ruby -v: ruby 3.4.0dev (2024-01-17T01:31:27Z master 8642a573e6) [x86_64-linux] $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 0. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j16' 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 = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for '/tmp/ruby/src/trunk/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making encs make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/bigdecimal' 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/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/nkf' 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/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/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.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/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' $ /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 ruby 3.4.0dev (2024-01-17T01:31:27Z master 8642a573e6) [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 ......................................................................... 3431 ......................................................................... 3504 ......................................................................... 3577 ......................................................................... 3650 ......................................................................... 3723 ..... Finished in 90.335352 seconds 3728 files, 32819 examples, 252014 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j16'" exit with 0.