# Logfile created on 2023-08-18 15:34:26 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000056469ffda0c0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-repeat50", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat50", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat50", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat50", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=50", @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=208000, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat50.20230818-153426", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005646a00734c8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005646a0073388 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005646a00731a8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20230818-153426", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20230818-153426>, @binmode=false, @mon_data=#<Monitor:0x00005646a00730e0>, @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 typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
* branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.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
57ec167..c8d6419 master -> origin/master
Updating 57ec167..c8d6419
Fast-forward
.gitignore | 10 +
array.c | 6 +-
bootstraptest/test_yjit.rb | 24 +
common.mk | 34 +
ext/io/console/console.c | 35 +-
ext/io/console/extconf.rb | 1 -
lib/rubygems/package.rb | 8 +-
lib/rubygems/package/tar_reader.rb | 5 -
lib/rubygems/package/tar_reader/entry.rb | 38 +-
lib/rubygems/util/licenses.rb | 28 +
lib/yarp.rb | 4 +
lib/yarp/node.rb | 7480 --------------------
lib/yarp/serialize.rb | 582 --
string.c | 3 +-
test/io/console/test_io_console.rb | 10 +-
test/rubygems/test_gem_package.rb | 81 +
test/rubygems/test_gem_package_tar_reader_entry.rb | 50 +-
test/yarp/errors_test.rb | 7 +
tool/sync_default_gems.rb | 81 +-
yarp/api_node.c | 3712 ----------
yarp/ast.h | 1416 ----
yarp/config.yml | 2171 ++++++
yarp/node.c | 2033 ------
yarp/prettyprint.c | 1801 -----
yarp/serialize.c | 1649 -----
yarp/templates/ext/yarp/api_node.c.erb | 204 +
yarp/templates/include/yarp/ast.h.erb | 111 +
.../java/org/yarp/AbstractNodeVisitor.java.erb | 14 +
yarp/templates/java/org/yarp/Loader.java.erb | 282 +
yarp/templates/java/org/yarp/Nodes.java.erb | 291 +
yarp/templates/lib/yarp/node.rb.erb | 122 +
yarp/templates/lib/yarp/serialize.rb.erb | 179 +
yarp/templates/src/node.c.erb | 168 +
yarp/templates/src/prettyprint.c.erb | 106 +
yarp/templates/src/serialize.c.erb | 236 +
yarp/templates/src/token_type.c.erb | 18 +
yarp/templates/template.rb | 329 +
yarp/token_type.c | 347 -
yarp/yarp.c | 12 +-
yjit/src/asm/arm64/inst/mod.rs | 2 +
yjit/src/asm/arm64/inst/smulh.rs | 60 +
yjit/src/asm/arm64/mod.rs | 17 +-
yjit/src/backend/arm64/mod.rs | 43 +-
yjit/src/codegen.rs | 72 +-
yjit/src/stats.rs | 1 +
45 files changed, 4764 insertions(+), 19119 deletions(-)
delete mode 100644 lib/yarp/node.rb
delete mode 100644 lib/yarp/serialize.rb
delete mode 100644 yarp/api_node.c
delete mode 100644 yarp/ast.h
create mode 100644 yarp/config.yml
delete mode 100644 yarp/node.c
delete mode 100644 yarp/prettyprint.c
delete mode 100644 yarp/serialize.c
create mode 100644 yarp/templates/ext/yarp/api_node.c.erb
create mode 100644 yarp/templates/include/yarp/ast.h.erb
create mode 100644 yarp/templates/java/org/yarp/AbstractNodeVisitor.java.erb
create mode 100644 yarp/templates/java/org/yarp/Loader.java.erb
create mode 100644 yarp/templates/java/org/yarp/Nodes.java.erb
create mode 100644 yarp/templates/lib/yarp/node.rb.erb
create mode 100644 yarp/templates/lib/yarp/serialize.rb.erb
create mode 100644 yarp/templates/src/node.c.erb
create mode 100644 yarp/templates/src/prettyprint.c.erb
create mode 100644 yarp/templates/src/serialize.c.erb
create mode 100644 yarp/templates/src/token_type.c.erb
create mode 100755 yarp/templates/template.rb
delete mode 100644 yarp/token_type.c
create mode 100644 yjit/src/asm/arm64/inst/smulh.rs
Latest commit hash = c8d6419985
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk-repeat50/common.mk > uncommon.mk
/tmp/ruby/src/trunk-repeat50/revision.h updated
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
* branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.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 -Wmisleading-indentation -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 -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
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/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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/trunk-repeat50/array.c
compiling /tmp/ruby/src/trunk-repeat50/string.c
compiling /tmp/ruby/src/trunk-repeat50/version.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/api_node.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/api_pack.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/extension.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/node.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/prettyprint.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/regexp.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/serialize.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/token_type.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/unescape.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/util/yp_memchr.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/util/yp_strpbrk.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/yarp.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/yarp_init.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 -Wmisleading-indentation -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 -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
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/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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.
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-repeat50/loadpath.c
builtin_binary.inc updated
compiling /tmp/ruby/src/trunk-repeat50/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.3.0
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 -Wmisleading-indentation -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 -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
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/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
encdb.h unchanged
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
configuring io/console
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
compiling /tmp/ruby/src/trunk-repeat50/ext/io/console/console.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
linking shared-object io/console.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
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 -Wmisleading-indentation -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 -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
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/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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
From https://github.com/ruby/typeprof
* branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision -
making srcs under enc
making enc
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat50/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/trunk-repeat50/bin
installing base libraries: /tmp/ruby/install/trunk-repeat50/lib
installing arch files: /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-repeat50/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-repeat50/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers: /tmp/ruby/install/trunk-repeat50/include/ruby-3.3.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-repeat50/bin
installing library scripts: /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0
installing common headers: /tmp/ruby/install/trunk-repeat50/include/ruby-3.3.0+0
installing manpages: /tmp/ruby/install/trunk-repeat50/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.3.0+0
abbrev 0.1.1
base64 0.1.1
benchmark 0.2.1
bundler 2.5.0.dev
cgi 0.3.6
csv 3.2.8
delegate 0.3.0
did_you_mean 1.6.3
drb 2.1.1
english 0.7.2
erb 4.0.2
error_highlight 0.5.1
fileutils 1.7.1
find 0.1.1
forwardable 1.3.3
getoptlong 0.2.0
ipaddr 1.2.5
irb 1.7.4
logger 1.5.3
mutex_m 0.1.2
net-http 0.3.2
net-protocol 0.2.1
observer 0.1.1
open-uri 0.3.0
open3 0.1.2
optparse 0.4.0.pre.1
ostruct 0.5.5
pp 0.4.0
prettyprint 0.1.1
pstore 0.1.2
rdoc 6.5.0
readline 0.0.3
reline 0.3.7
resolv 0.2.2
resolv-replace 0.1.1
rinda 0.1.1
ruby2_keywords 0.0.5
securerandom 0.2.2
set 1.0.3
shellwords 0.1.0
singleton 0.1.1
syntax_suggest 1.1.0
tempfile 0.1.3
time 0.2.2
timeout 0.4.0
tmpdir 0.1.3
tsort 0.1.1
un 0.2.1
uri 0.12.2
weakref 0.1.2
yaml 0.2.1
yarp 0.7.0
installing default gems from ext: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.3.0+0
bigdecimal 3.1.4
date 3.3.3
digest 3.1.1
etc 1.4.2
fcntl 1.0.2
fiddle 1.1.2
io-console 0.6.0
io-nonblock 0.2.0
io-wait 0.3.0
json 2.6.3
nkf 0.1.3
openssl 3.1.0
pathname 0.2.1
psych 5.1.0
stringio 3.0.8
strscan 3.0.7
syslog 0.1.1
zlib 3.0.0
installing bundled gems: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.3.0+0
minitest 5.19.0
power_assert 2.0.3
rake 13.0.6
test-unit 3.6.1
rexml 3.2.6
rss 0.3.0
net-ftp 0.2.0
net-imap 0.3.7
net-pop 0.1.2
net-smtp 0.3.3
matrix 0.4.2
prime 0.1.2
rbs 3.1.3
typeprof 0.21.7
debug 1.8.0
racc 1.7.1
installing bundled gem cache: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1850 tests
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=50
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 -Wmisleading-indentation -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 -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
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/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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/trunk-repeat50/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic TESTS=--repeat-count=50" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50
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 -Wmisleading-indentation -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 -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
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/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
Run options:
--seed=30020
"--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-repeat50/test/.excludes
--name=!/memory_leak/
--stderr-on-failure
--repeat-count=50
# Running tests:
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-h1otbv>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-h1otbv>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-6pi0e2>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-6pi0e2>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(1/50) tests in 1100.571134s, 23.7022 tests/s, 8483.7133 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-h04fme>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-h04fme>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-u04y1c>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-u04y1c>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(2/50) tests in 1280.198819s, 20.3765 tests/s, 7297.1259 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-hzbnya>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-hzbnya>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-wvyhwn>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-wvyhwn>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(3/50) tests in 1239.585822s, 21.0441 tests/s, 7537.4652 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-zswxkd>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-zswxkd>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-7xbj52>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-7xbj52>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(4/50) tests in 1197.814041s, 21.7780 tests/s, 7800.2342 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-immw7y>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-immw7y>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-8juqyw>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-8juqyw>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(5/50) tests in 1228.744254s, 21.2298 tests/s, 7604.0030 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-i3obs4>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-i3obs4>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-dvvnwx>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-dvvnwx>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(6/50) tests in 1290.034773s, 20.2212 tests/s, 7242.4993 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-md9pld>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-md9pld>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-lfkshz>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-lfkshz>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(7/50) tests in 1287.732896s, 20.2573 tests/s, 7253.6067 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-ryw99h>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-ryw99h>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-4fqq7v>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-4fqq7v>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_path_getaddrinfo_error: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 46081>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_path_getaddrinfo_error: 8 : #<TCPServer:fd 8, AF_INET6, ::, 46081>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_path_getaddrinfo_error: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_path_getaddrinfo_error: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_download_cached: 7
Closed file descriptor: TestGemRemoteFetcher#test_download_cached: 8
Closed file descriptor: TestGemRemoteFetcher#test_download_cached: 9
Closed file descriptor: TestGemRemoteFetcher#test_download_cached: 10
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(8/50) tests in 1304.469406s, 19.9974 tests/s, 7162.3106 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-kkksrz>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-kkksrz>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-wc5s1n>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-wc5s1n>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(9/50) tests in 1180.474529s, 22.0979 tests/s, 7915.2813 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-onfm9m>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-onfm9m>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-raleil>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-raleil>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(10/50) tests in 1173.755105s, 22.2244 tests/s, 7960.3794 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-x3gl5j>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-x3gl5j>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-rxdlnn>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-rxdlnn>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(11/50) tests in 1231.656763s, 21.1796 tests/s, 7580.8385 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-96u867>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-96u867>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-597889>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-597889>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(12/50) tests in 1294.427149s, 20.1525 tests/s, 7216.4919 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-asnuqw>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-asnuqw>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-buh9l2>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-buh9l2>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 18 : #<IO:fd 18>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 18
Finished(13/50) tests in 1305.693946s, 19.9786 tests/s, 7155.5934 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-j591nx>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-j591nx>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-yubr5y>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-yubr5y>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(14/50) tests in 1284.122858s, 20.3143 tests/s, 7275.1411 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-elqjd7>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-elqjd7>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-52oauk>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-52oauk>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(15/50) tests in 1169.159717s, 22.3118 tests/s, 7990.6439 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-o4aylw>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-o4aylw>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-bexb6l>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-bexb6l>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(16/50) tests in 1230.624401s, 21.1974 tests/s, 7591.2309 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-p1ix9f>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-p1ix9f>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-w7204m>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-w7204m>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(17/50) tests in 1313.624723s, 19.8580 tests/s, 7112.1104 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-gg0i4>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-gg0i4>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-4yh350>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-4yh350>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(18/50) tests in 1333.512919s, 19.5619 tests/s, 7006.3566 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-8zul3t>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-8zul3t>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-9lbvxe>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-9lbvxe>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(19/50) tests in 1373.817966s, 18.9880 tests/s, 6800.7700 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-ojb6it>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-ojb6it>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-jsjc20>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-jsjc20>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(20/50) tests in 1327.355744s, 19.6526 tests/s, 7035.4063 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-12onip>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-12onip>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-hds1ln>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-hds1ln>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(21/50) tests in 1287.902846s, 20.2546 tests/s, 7248.9389 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-ik52p2>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-ik52p2>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-ca5amu>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-ca5amu>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(22/50) tests in 1273.286159s, 20.4871 tests/s, 7335.9409 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-exn7lt>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-exn7lt>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-jisevr>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-jisevr>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(23/50) tests in 1331.631141s, 19.5895 tests/s, 7014.4515 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-kfkd6q>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-kfkd6q>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230818-350516-7rifig>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230818-350516-7rifig>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(24/50) tests in 1330.619681s, 19.6044 tests/s, 7018.5539 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-wj8m13>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-wj8m13>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-mbrloy>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-mbrloy>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(25/50) tests in 1331.982129s, 19.5843 tests/s, 7011.9484 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-nagqv4>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-nagqv4>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-73u9ua>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-73u9ua>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 19 : #<TCPSocket:fd 19, AF_INET, 127.0.0.1, 39305>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 20 : #<IO:fd 20>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 21 : #<IO:fd 21>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 19
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 20
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 21
Finished(26/50) tests in 1245.790157s, 20.9393 tests/s, 7499.2598 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-wwh3rf>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-wwh3rf>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-xccn68>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-xccn68>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(27/50) tests in 1240.355761s, 21.0311 tests/s, 7532.3518 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-pjf6i0>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-pjf6i0>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-gsh2ko>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-gsh2ko>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(28/50) tests in 1132.823826s, 23.0274 tests/s, 8248.4609 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-8x19f5>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-8x19f5>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-l4sayb>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-l4sayb>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(29/50) tests in 1205.472599s, 21.6396 tests/s, 7749.7979 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-8mtb51>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-8mtb51>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-zqjhig>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-zqjhig>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(30/50) tests in 1247.953458s, 20.9030 tests/s, 7485.6558 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-v6s1rq>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-v6s1rq>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-c6vto7>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-c6vto7>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(31/50) tests in 1306.436360s, 19.9673 tests/s, 7151.0318 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-qktt36>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-qktt36>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-fi1dbp>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-fi1dbp>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Leaked file descriptor: TestGemRemoteFetcher#test_download_with_encoded_auth: 11 : #<TCPServer:fd 11, AF_INET, 0.0.0.0, 42505>
Leaked file descriptor: TestGemRemoteFetcher#test_download_with_encoded_auth: 12 : #<TCPServer:fd 12, AF_INET6, ::, 42505>
Leaked file descriptor: TestGemRemoteFetcher#test_download_with_encoded_auth: 13 : #<IO:fd 13>
Leaked file descriptor: TestGemRemoteFetcher#test_download_with_encoded_auth: 14 : #<IO:fd 14>
Closed file descriptor: TestGemRemoteFetcher#test_do_not_allow_invalid_client_cert_auth_connection: 11
Closed file descriptor: TestGemRemoteFetcher#test_do_not_allow_invalid_client_cert_auth_connection: 12
Closed file descriptor: TestGemRemoteFetcher#test_do_not_allow_invalid_client_cert_auth_connection: 13
Closed file descriptor: TestGemRemoteFetcher#test_do_not_allow_invalid_client_cert_auth_connection: 14
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(32/50) tests in 1306.750294s, 19.9625 tests/s, 7148.8823 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-q6zhrz>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-q6zhrz>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-w8cypi>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-w8cypi>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(33/50) tests in 1291.519363s, 20.1979 tests/s, 7232.2973 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-jmwufn>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-jmwufn>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-fp0s6d>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-fp0s6d>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 43581>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 13 : #<IO:fd 13>
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(34/50) tests in 1287.572930s, 20.2598 tests/s, 7253.9899 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-fzqmx7>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-fzqmx7>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-voff7>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-voff7>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(35/50) tests in 1306.486665s, 19.9665 tests/s, 7149.9015 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-hea3qq>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-hea3qq>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-fneied>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-fneied>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(36/50) tests in 1279.464048s, 20.3882 tests/s, 7301.9355 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-cs7mzf>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-cs7mzf>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-uynr5j>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-uynr5j>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 20 : #<IO:fd 20>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 21 : #<IO:fd 21>
Leaked thread: Rinda::TupleSpaceProxyTest#test_take_bug_8215: #<Thread:0x00007f8701274a90 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 sleep>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 19
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 20
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 21
Finished thread: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: #<Thread:0x00007f8701274a90 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 dead>
Finished(37/50) tests in 1319.631901s, 19.7676 tests/s, 7079.2370 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-r9a757>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-r9a757>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-wrl74k>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-wrl74k>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 35267>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked thread: Rinda::TupleSpaceProxyTest#test_take_bug_8215: #<Thread:0x00007f8702469e08 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 sleep>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 18
Finished thread: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: #<Thread:0x00007f8702469e08 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 dead>
Finished(38/50) tests in 1294.232522s, 20.1556 tests/s, 7218.6812 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-v6328s>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-v6328s>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-u0o9ke>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-u0o9ke>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(39/50) tests in 1469.574277s, 17.7507 tests/s, 6357.2493 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-5pae9g>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-5pae9g>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-w8bnvy>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-w8bnvy>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(40/50) tests in 1569.965040s, 16.6157 tests/s, 5949.9930 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-inoza8>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-inoza8>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-7xd2bu>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-7xd2bu>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(41/50) tests in 1514.697597s, 17.2219 tests/s, 6165.7839 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-5l3j6z>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-5l3j6z>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-ed1ako>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-ed1ako>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(42/50) tests in 1412.742337s, 18.4648 tests/s, 6614.3300 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-s5nmvz>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-s5nmvz>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-w1qzcr>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-w1qzcr>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(43/50) tests in 1321.476473s, 19.7400 tests/s, 7069.3260 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-vsp95j>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-vsp95j>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-4zfi98>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-4zfi98>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(44/50) tests in 1333.491468s, 19.5622 tests/s, 7007.8596 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-l5i1nl>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-l5i1nl>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-923hz0>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-923hz0>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(45/50) tests in 1411.929169s, 18.4754 tests/s, 6618.0048 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-sf0jqa>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-sf0jqa>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-vnwt6e>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-vnwt6e>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(46/50) tests in 1430.446333s, 18.2363 tests/s, 6528.6937 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-4zakej>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-4zakej>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-7fjrva>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-7fjrva>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(47/50) tests in 1377.620298s, 18.9356 tests/s, 6782.2672 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-kw188>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-kw188>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-qs4hf5>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-qs4hf5>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(48/50) tests in 1308.716872s, 19.9325 tests/s, 7135.2759 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-f49w5l>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-f49w5l>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-ikxp5r>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-ikxp5r>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(49/50) tests in 1346.367336s, 19.3751 tests/s, 6940.3674 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-u3lc4v>
Leaked tempfile: TestGemPackageTarReaderEntry#test_readpartial_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-u3lc4v>
Closed file descriptor: TestGemPackageTarReaderEntry#test_bytes_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_read_corrupted_tar: 8 : #<File:/tmp/TempIO20230819-350516-z0uu5j>
Leaked tempfile: TestGemPackageTarReaderEntry#test_read_corrupted_tar: #<Gem::TempIO:/tmp/TempIO20230819-350516-z0uu5j>
Closed file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8
Exception while verifying corrupt.gem
Exception while verifying corrupt.gem
Finished(50/50) tests in 1413.147625s, 18.4595 tests/s, 6610.9802 assertions/s.
1304300 tests, 467085792 assertions, 0 failures, 0 errors, 5095 skips
ruby -v: ruby 3.3.0dev (2023-08-18T14:25:36Z master c8d6419985) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS=--repeat-count=50
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 -Wmisleading-indentation -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 -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
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/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
$ /tmp/ruby/build/trunk-repeat50/miniruby -I/tmp/ruby/src/trunk-repeat50/lib /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat50 --extout=.ext -- /tmp/ruby/src/trunk-repeat50/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat50/spec/default.mspec --error-output stderr
ruby 3.3.0dev (2023-08-18T14:25:36Z master c8d6419985) [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 ..........................................................
Finished in 135.983969 seconds
3708 files, 32155 examples, 171616 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS=--repeat-count=50" exit with 0.