# Logfile created on 2023-02-04 05:19:23 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055ab3479d260 @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-repeat20-asserts", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat20-asserts", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat20-asserts", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat20-asserts", @configure_opts=["--enable-shared"], @build_opts="DEFS=\"-DRUBY_DEBUG=1\"", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=20", @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-repeat20-asserts.20230204-051923", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055ab3483f2b8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055ab3483f178 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055ab3483efe8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20230204-051923", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20230204-051923>, @binmode=false, @mon_data=#<Monitor:0x000055ab3483ee80>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode DEFS="-DRUBY_DEBUG=1"
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make update-download DEFS="-DRUBY_DEBUG=1"
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make update-rubyspec DEFS="-DRUBY_DEBUG=1"
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make update-src DEFS="-DRUBY_DEBUG=1"
From https://github.com/ruby/ruby
e30cf60..da9ee7b master -> origin/master
Updating e30cf60..da9ee7b
Fast-forward
lib/rdoc/task.rb | 29 +++++++++++++++++++++++++++--
proc.c | 2 +-
struct.c | 25 ++++++++-----------------
test/rdoc/test_rdoc_task.rb | 9 +++++++++
4 files changed, 45 insertions(+), 20 deletions(-)
Latest commit hash = da9ee7bcf3
$$$[end] "make update-src DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make after-update DEFS="-DRUBY_DEBUG=1"
/tmp/ruby/src/trunk-repeat20-asserts/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
$$$[end] "make after-update DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make miniruby DEFS="-DRUBY_DEBUG=1"
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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRUBY_DEBUG=1
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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 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-repeat20-asserts/proc.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/struct.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/version.c
linking miniruby
$$$[end] "make miniruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make ruby DEFS="-DRUBY_DEBUG=1"
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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRUBY_DEBUG=1
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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
builtin_binary.inc updated
compiling /tmp/ruby/src/trunk-repeat20-asserts/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.3.0
linking ruby
$$$[end] "make ruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make all DEFS="-DRUBY_DEBUG=1"
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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRUBY_DEBUG=1
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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 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
encdb.h unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-2.8.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-2.8.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
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
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20-asserts/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
building rb_mjit_header.h
rb_mjit_header.h unchanged
building .ext/include/x86_64-linux/rb_mjit_min_header-3.3.0.h
transform_mjit_header: making external definition static inline: rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_opt_cfunc_p, rb_vm_ic_hit_p, rb_vm_opt_newarray_min, rb_vm_opt_newarray_max, rb_vm_splat_array, rb_vm_concat_array, rb_vm_defined, rb_vm_yield_with_cfunc, rb_vm_cc_general, rb_aliased_callable_method_entry, rb_find_defined_class_by_owner, rb_vm_call_ivar_attrset_p, rb_iseq_only_kwparam_p, rb_iseq_only_optparam_p, rb_vm_ccs_dump, rb_vm_setinstancevariable, rb_vm_setclassvariable, rb_vm_getclassvariable, rb_vm_get_ev_const, rb_vm_rewrite_cref, rb_vm_get_cref, rb_vm_push_frame_fname, rb_vm_pop_frame_no_int, rb_vm_block_ep_update, rb_vm_cref_new_toplevel, rb_vm_cref_dup_without_refinements, rb_vm_ep_in_heap_p, rb_vm_frame_block_handler, rb_vm_cframe_keyword_p, rb_vm_ep_local_ep
transform_mjit_header: making declaration static inline: rb_vm_lvar_exposed, rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_rewrite_cref, rb_vm_pop_frame_no_int, rb_vm_frame_block_handler, rb_vm_block_ep_update, rb_vm_ep_local_ep, rb_vm_ep_in_heap_p, rb_vm_push_frame_fname
transform_mjit_header: SKIPPED to transform: getlogin_r, pread64, pread, read, bsearch, fread_unlocked, fgets_unlocked, fread, fgets, vdprintf, dprintf, vfprintf, vprintf, printf, fprintf, getline, putchar_unlocked, putc_unlocked, fputc_unlocked, putchar, getchar_unlocked, getc_unlocked, fgetc_unlocked, getchar
$$$[end] "make all DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make install DEFS="-DRUBY_DEBUG=1"
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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRUBY_DEBUG=1
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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 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
encdb.h unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-2.8.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-2.8.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20-asserts/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
./miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat20-asserts/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- DEFS=-DRUBY_DEBUG=1" --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-repeat20-asserts/bin
installing base libraries: /tmp/ruby/install/trunk-repeat20-asserts/lib
installing arch files: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-repeat20-asserts/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/site_ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers: /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.3.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-repeat20-asserts/bin
installing library scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0
installing common headers: /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.3.0+0
installing manpages: /tmp/ruby/install/trunk-repeat20-asserts/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-repeat20-asserts/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.7
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.0
find 0.1.1
forwardable 1.3.3
getoptlong 0.2.0
ipaddr 1.2.5
irb 1.6.2
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
racc 1.6.2
rdoc 6.5.0
readline 0.0.3
reline 0.3.2
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.0.2
tempfile 0.1.3
time 0.2.1
timeout 0.3.1
tmpdir 0.1.3
tsort 0.1.1
un 0.2.1
uri 0.12.0
weakref 0.1.2
yaml 0.2.1
installing default gems from ext: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/3.3.0+0
bigdecimal 3.1.3
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.2
openssl 3.1.0
pathname 0.2.1
psych 5.0.2
readline-ext 0.1.5
stringio 3.0.6
strscan 3.0.6
syslog 0.1.1
zlib 3.0.0
installing bundled gems: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/3.3.0+0
minitest 5.17.0
power_assert 2.0.3
rake 13.0.6
test-unit 3.5.7
rexml 3.2.5
rss 0.2.9
net-ftp 0.2.0
net-imap 0.3.4
net-pop 0.1.2
net-smtp 0.3.3
matrix 0.4.2
prime 0.1.2
rbs 2.8.4
typeprof 0.21.4
debug 1.7.1
installing bundled gem cache: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1789 tests
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=20
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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 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.
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic TESTS=--repeat-count=20" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20
making mjit_build_dir.so
Run options:
--seed=39989
"--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-repeat20-asserts/test/excludes
--name=!/memory_leak/
--stderr-on-failure
--repeat-count=20
# Running tests:
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_read: 8 : #<File:/tmp/TempIO20230204-2037402-91v5cw>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_read: #<TempIO:/tmp/TempIO20230204-2037402-91v5cw>
Closed file descriptor: TestGemPackageTarReaderEntry#test_consecutive_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8 : #<File:/tmp/TempIO20230204-2037402-h8jqz5>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: #<TempIO:/tmp/TempIO20230204-2037402-h8jqz5>
Finished(1/20) tests in 1446.854840s, 16.4550 tests/s, 6150.2141 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_read: 8 : #<File:/tmp/TempIO20230204-2037402-ncduzh>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_read: #<TempIO:/tmp/TempIO20230204-2037402-ncduzh>
Closed file descriptor: TestGemPackageTarReaderEntry#test_consecutive_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8 : #<File:/tmp/TempIO20230204-2037402-nv7c9h>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: #<TempIO:/tmp/TempIO20230204-2037402-nv7c9h>
Finished(2/20) tests in 1311.087636s, 18.1582 tests/s, 6787.4456 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_read: 8 : #<File:/tmp/TempIO20230204-2037402-q29sb1>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_read: #<TempIO:/tmp/TempIO20230204-2037402-q29sb1>
Closed file descriptor: TestGemPackageTarReaderEntry#test_consecutive_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8 : #<File:/tmp/TempIO20230204-2037402-1mshq5>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: #<TempIO:/tmp/TempIO20230204-2037402-1mshq5>
Finished(3/20) tests in 1313.314201s, 18.1274 tests/s, 6773.8931 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_read: 8 : #<File:/tmp/TempIO20230204-2037402-5hdvv>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_read: #<TempIO:/tmp/TempIO20230204-2037402-5hdvv>
Closed file descriptor: TestGemPackageTarReaderEntry#test_consecutive_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8 : #<File:/tmp/TempIO20230204-2037402-ha6bh6>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: #<TempIO:/tmp/TempIO20230204-2037402-ha6bh6>
Finished(4/20) tests in 1280.169735s, 18.5968 tests/s, 6950.4276 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_read: 8 : #<File:/tmp/TempIO20230204-2037402-mwmrt8>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_read: #<TempIO:/tmp/TempIO20230204-2037402-mwmrt8>
Closed file descriptor: TestGemPackageTarReaderEntry#test_consecutive_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8 : #<File:/tmp/TempIO20230204-2037402-nxd65v>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: #<TempIO:/tmp/TempIO20230204-2037402-nxd65v>
Finished(5/20) tests in 1338.215824s, 17.7901 tests/s, 6647.5787 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_read: 8 : #<File:/tmp/TempIO20230204-2037402-oj6vmt>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_read: #<TempIO:/tmp/TempIO20230204-2037402-oj6vmt>
Closed file descriptor: TestGemPackageTarReaderEntry#test_consecutive_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8 : #<File:/tmp/TempIO20230204-2037402-1yp0xl>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: #<TempIO:/tmp/TempIO20230204-2037402-1yp0xl>
Finished(6/20) tests in 1524.696682s, 15.6143 tests/s, 5835.8270 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_read: 8 : #<File:/tmp/TempIO20230204-2037402-jzssxr>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_read: #<TempIO:/tmp/TempIO20230204-2037402-jzssxr>
Closed file descriptor: TestGemPackageTarReaderEntry#test_consecutive_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8 : #<File:/tmp/TempIO20230204-2037402-1728zn>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: #<TempIO:/tmp/TempIO20230204-2037402-1728zn>
Finished(7/20) tests in 1254.823346s, 18.9724 tests/s, 7092.0038 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_read: 8 : #<File:/tmp/TempIO20230204-2037402-wkg30j>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_read: #<TempIO:/tmp/TempIO20230204-2037402-wkg30j>
Closed file descriptor: TestGemPackageTarReaderEntry#test_consecutive_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8 : #<File:/tmp/TempIO20230204-2037402-s3vnk8>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: #<TempIO:/tmp/TempIO20230204-2037402-s3vnk8>
Finished(8/20) tests in 1324.518950s, 17.9741 tests/s, 6718.7359 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_read: 8 : #<File:/tmp/TempIO20230204-2037402-inshy6>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_read: #<TempIO:/tmp/TempIO20230204-2037402-inshy6>
Closed file descriptor: TestGemPackageTarReaderEntry#test_consecutive_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8 : #<File:/tmp/TempIO20230204-2037402-i4qxnv>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: #<TempIO:/tmp/TempIO20230204-2037402-i4qxnv>
Finished(9/20) tests in 1304.532453s, 18.2495 tests/s, 6822.7003 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_read: 8 : #<File:/tmp/TempIO20230204-2037402-rf0948>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_read: #<TempIO:/tmp/TempIO20230204-2037402-rf0948>
Closed file descriptor: TestGemPackageTarReaderEntry#test_consecutive_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8 : #<File:/tmp/TempIO20230204-2037402-a2llrx>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: #<TempIO:/tmp/TempIO20230204-2037402-a2llrx>
Finished(10/20) tests in 1287.712088s, 18.4878 tests/s, 6909.6672 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_read: 8 : #<File:/tmp/TempIO20230204-2037402-nr2uhq>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_read: #<TempIO:/tmp/TempIO20230204-2037402-nr2uhq>
Closed file descriptor: TestGemPackageTarReaderEntry#test_consecutive_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8 : #<File:/tmp/TempIO20230204-2037402-xgo346>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: #<TempIO:/tmp/TempIO20230204-2037402-xgo346>
Finished(11/20) tests in 1419.607432s, 16.7701 tests/s, 6268.3315 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_read: 8 : #<File:/tmp/TempIO20230204-2037402-krsmxw>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_read: #<TempIO:/tmp/TempIO20230204-2037402-krsmxw>
Closed file descriptor: TestGemPackageTarReaderEntry#test_consecutive_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8 : #<File:/tmp/TempIO20230204-2037402-7gaz37>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: #<TempIO:/tmp/TempIO20230204-2037402-7gaz37>
Finished(12/20) tests in 1555.956344s, 15.3006 tests/s, 5719.0692 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_read: 8 : #<File:/tmp/TempIO20230204-2037402-3dy37r>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_read: #<TempIO:/tmp/TempIO20230204-2037402-3dy37r>
Closed file descriptor: TestGemPackageTarReaderEntry#test_consecutive_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8 : #<File:/tmp/TempIO20230204-2037402-opx6eg>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: #<TempIO:/tmp/TempIO20230204-2037402-opx6eg>
Closed file descriptor: TestOpenURI#test_encoding: 14
Finished(13/20) tests in 1225.187352s, 19.4313 tests/s, 7264.6318 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_read: 8 : #<File:/tmp/TempIO20230204-2037402-u8fsyv>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_read: #<TempIO:/tmp/TempIO20230204-2037402-u8fsyv>
Closed file descriptor: TestGemPackageTarReaderEntry#test_consecutive_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8 : #<File:/tmp/TempIO20230204-2037402-nqbpuk>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: #<TempIO:/tmp/TempIO20230204-2037402-nqbpuk>
Finished(14/20) tests in 1307.234729s, 18.2117 tests/s, 6808.1055 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_read: 8 : #<File:/tmp/TempIO20230204-2037402-ox51ns>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_read: #<TempIO:/tmp/TempIO20230204-2037402-ox51ns>
Closed file descriptor: TestGemPackageTarReaderEntry#test_consecutive_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8 : #<File:/tmp/TempIO20230204-2037402-iult53>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: #<TempIO:/tmp/TempIO20230204-2037402-iult53>
Finished(15/20) tests in 1253.928999s, 18.9859 tests/s, 7099.8502 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_read: 8 : #<File:/tmp/TempIO20230204-2037402-yauq34>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_read: #<TempIO:/tmp/TempIO20230204-2037402-yauq34>
Closed file descriptor: TestGemPackageTarReaderEntry#test_consecutive_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8 : #<File:/tmp/TempIO20230204-2037402-iaqjrv>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: #<TempIO:/tmp/TempIO20230204-2037402-iaqjrv>
Finished(16/20) tests in 1251.689843s, 19.0199 tests/s, 7109.5128 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_read: 8 : #<File:/tmp/TempIO20230204-2037402-2v28pr>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_read: #<TempIO:/tmp/TempIO20230204-2037402-2v28pr>
Closed file descriptor: TestGemPackageTarReaderEntry#test_consecutive_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8 : #<File:/tmp/TempIO20230204-2037402-owsvme>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: #<TempIO:/tmp/TempIO20230204-2037402-owsvme>
Finished(17/20) tests in 1628.504406s, 14.6189 tests/s, 5466.7559 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_read: 8 : #<File:/tmp/TempIO20230204-2037402-sc4h1e>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_read: #<TempIO:/tmp/TempIO20230204-2037402-sc4h1e>
Closed file descriptor: TestGemPackageTarReaderEntry#test_consecutive_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8 : #<File:/tmp/TempIO20230204-2037402-m2g75w>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: #<TempIO:/tmp/TempIO20230204-2037402-m2g75w>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 35471>
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>
Leaked thread: Rinda::TupleSpaceProxyTest#test_take_bug_8215: #<Thread:0x00007f6539ceed10 /tmp/ruby/src/trunk-repeat20-asserts/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:0x00007f6539ceed10 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1716 dead>
Leaked file descriptor: TestOpenURI#test_open_timeout: 10 : #<TCPSocket:fd 10, AF_INET, 127.0.0.1, 39248>
Closed file descriptor: TestOpenURI#test_proxy: 10
Finished(18/20) tests in 1383.366410s, 17.2095 tests/s, 6431.9228 assertions/s.
Closed file descriptor: TestGemPackageTarReaderEntry#test_consecutive_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8 : #<File:/tmp/TempIO20230204-2037402-8ov5a8>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: #<TempIO:/tmp/TempIO20230204-2037402-8ov5a8>
Finished(19/20) tests in 1313.618465s, 18.1232 tests/s, 6776.8977 assertions/s.
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_read: 8 : #<File:/tmp/TempIO20230204-2037402-fl6ykj>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_read: #<TempIO:/tmp/TempIO20230204-2037402-fl6ykj>
Closed file descriptor: TestGemPackageTarReaderEntry#test_consecutive_read: 8
Leaked file descriptor: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: 8 : #<File:/tmp/TempIO20230204-2037402-di6ohq>
Leaked tempfile: TestGemPackageTarReaderEntry#test_zero_byte_file_readpartial: #<TempIO:/tmp/TempIO20230204-2037402-di6ohq>
Finished(20/20) tests in 1390.460878s, 17.1217 tests/s, 6399.5875 assertions/s.
476141 tests, 177981650 assertions, 0 failures, 0 errors, 1797 skips
ruby -v: ruby 3.3.0dev (2023-02-03T23:41:06Z master da9ee7bcf3) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 0.
$$$[beg] make yes-test-rubyspec TESTS=--repeat-count=20
$ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec
ruby 3.3.0dev (2023-02-03T23:41:06Z master da9ee7bcf3) [x86_64-linux]
...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 124.632090 seconds
3835 files, 31375 examples, 147766 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec TESTS=--repeat-count=20" exit with 0.