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