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