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