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