# Logfile created on 2023-11-03 05:35:22 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005592ab641c28 @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.20231103-053522", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005592ab6e3348 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005592ab6e31e0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005592ab6e3028 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20231103-053522", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20231103-053522>, @binmode=false, @mon_data=#<Monitor:0x00005592ab6e2f38>, @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 rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision unchanged
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.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
3379593..5cff4c5 master -> origin/master
Updating 3379593..5cff4c5
Fast-forward
ext/objspace/objspace_dump.c | 5 -
gc.c | 3 +-
prism/prism.c | 7 +-
prism/templates/ext/prism/api_node.c.erb | 12 +-
prism_compile.c | 49 +++++----
regcomp.c | 4 +-
regparse.c | 87 ++++++++++++++-
regparse.h | 3 +-
rjit_c.rb | 1 -
ruby.c | 3 +-
shape.c | 14 +--
shape.h | 1 -
string.c | 93 ++++++++++++++++
test/-ext-/debug/test_profile_frames.rb | 2 +
test/-ext-/string/test_capacity.rb | 2 +-
test/ruby/test_compile_prism.rb | 34 +++---
test/ruby/test_shapes.rb | 27 +++--
test/ruby/test_yjit.rb | 10 ++
tool/rjit/bindgen.rb | 1 -
variable.c | 66 +++++------
vm_insnhelper.c | 22 +++-
yjit.h | 4 +-
yjit/src/codegen.rs | 181 ++++++++++++++-----------------
yjit/src/yjit.rs | 7 +-
24 files changed, 429 insertions(+), 209 deletions(-)
Latest commit hash = 5cff4c5aa3
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
making /tmp/ruby/src/trunk-repeat50/rjit_c.rbinc
/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'
generating miniprelude.c
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
generating enc.mk
miniprelude.c updated
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 rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision unchanged
$$$[end] "make after-update -j4" exit with 0.
$$$[beg] make miniruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -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/prism -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/miniinit.c
compiling /tmp/ruby/src/trunk-repeat50/array.c
compiling /tmp/ruby/src/trunk-repeat50/ast.c
compiling /tmp/ruby/src/trunk-repeat50/bignum.c
compiling /tmp/ruby/src/trunk-repeat50/class.c
compiling /tmp/ruby/src/trunk-repeat50/compile.c
compiling /tmp/ruby/src/trunk-repeat50/complex.c
compiling /tmp/ruby/src/trunk-repeat50/cont.c
compiling /tmp/ruby/src/trunk-repeat50/debug.c
compiling /tmp/ruby/src/trunk-repeat50/dir.c
compiling /tmp/ruby/src/trunk-repeat50/encoding.c
compiling /tmp/ruby/src/trunk-repeat50/enum.c
compiling /tmp/ruby/src/trunk-repeat50/enumerator.c
compiling /tmp/ruby/src/trunk-repeat50/error.c
compiling /tmp/ruby/src/trunk-repeat50/eval.c
compiling /tmp/ruby/src/trunk-repeat50/file.c
compiling /tmp/ruby/src/trunk-repeat50/gc.c
compiling /tmp/ruby/src/trunk-repeat50/hash.c
compiling /tmp/ruby/src/trunk-repeat50/io.c
compiling /tmp/ruby/src/trunk-repeat50/iseq.c
compiling /tmp/ruby/src/trunk-repeat50/load.c
compiling /tmp/ruby/src/trunk-repeat50/marshal.c
compiling /tmp/ruby/src/trunk-repeat50/math.c
compiling /tmp/ruby/src/trunk-repeat50/memory_view.c
compiling /tmp/ruby/src/trunk-repeat50/rjit.c
compiling /tmp/ruby/src/trunk-repeat50/rjit_c.c
compiling /tmp/ruby/src/trunk-repeat50/node.c
compiling /tmp/ruby/src/trunk-repeat50/node_dump.c
compiling /tmp/ruby/src/trunk-repeat50/numeric.c
compiling /tmp/ruby/src/trunk-repeat50/object.c
compiling /tmp/ruby/src/trunk-repeat50/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-repeat50/proc.c
compiling /tmp/ruby/src/trunk-repeat50/process.c
compiling /tmp/ruby/src/trunk-repeat50/ractor.c
compiling /tmp/ruby/src/trunk-repeat50/random.c
compiling /tmp/ruby/src/trunk-repeat50/range.c
compiling /tmp/ruby/src/trunk-repeat50/rational.c
compiling /tmp/ruby/src/trunk-repeat50/re.c
compiling /tmp/ruby/src/trunk-repeat50/regcomp.c
compiling /tmp/ruby/src/trunk-repeat50/regparse.c
compiling /tmp/ruby/src/trunk-repeat50/ruby.c
compiling /tmp/ruby/src/trunk-repeat50/scheduler.c
compiling /tmp/ruby/src/trunk-repeat50/shape.c
compiling /tmp/ruby/src/trunk-repeat50/signal.c
compiling /tmp/ruby/src/trunk-repeat50/sprintf.c
compiling /tmp/ruby/src/trunk-repeat50/string.c
compiling /tmp/ruby/src/trunk-repeat50/struct.c
compiling /tmp/ruby/src/trunk-repeat50/symbol.c
compiling /tmp/ruby/src/trunk-repeat50/thread.c
compiling /tmp/ruby/src/trunk-repeat50/time.c
compiling /tmp/ruby/src/trunk-repeat50/transcode.c
compiling /tmp/ruby/src/trunk-repeat50/variable.c
compiling /tmp/ruby/src/trunk-repeat50/version.c
compiling /tmp/ruby/src/trunk-repeat50/vm.c
compiling /tmp/ruby/src/trunk-repeat50/vm_backtrace.c
compiling /tmp/ruby/src/trunk-repeat50/vm_dump.c
compiling /tmp/ruby/src/trunk-repeat50/vm_sync.c
compiling /tmp/ruby/src/trunk-repeat50/vm_trace.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-repeat50/prism/prism.c
compiling /tmp/ruby/src/trunk-repeat50/yjit.c
building Rust YJIT (release mode)
touch yjit/target/release/libyjit.a
partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -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/prism -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.
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 -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -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/prism -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
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 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 '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/-test-/rational'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/rational/rat.c
linking shared-object -test-/rational.so
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'
compiling /tmp/ruby/src/trunk-repeat50/ext/coverage/coverage.c
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]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/rational'
make[2]: Entering 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/fiddle'
linking shared-object coverage.so
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]: Entering 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]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/objspace.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
compiling /tmp/ruby/src/trunk-repeat50/ext/pty/pty.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/objspace_dump.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper.c
linking shared-object pty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
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'
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/tcpserver.c
linking shared-object objspace.so
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/option.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ancdata.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
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'
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/raddrinfo.c
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.2.0/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ifaddr.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
linking shared-object socket.so
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/ext/socket'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
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 rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision -
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -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/prism -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
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision unchanged
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision -
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating encdb.h
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision unchanged
generating enc.mk
encdb.h unchanged
making srcs under enc
making 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'
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'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/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'
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]: Entering 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/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
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/fiddle'
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/objspace'
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/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
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]: 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/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
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/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
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/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
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/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.2/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/rbs-3.2.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
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.2.2/ext/rbs_extension'
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.3
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.8.3
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
prism 0.16.0
pstore 0.1.2
rdoc 6.5.0
readline 0.0.3
reline 0.3.9
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
installing default gems from ext: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.3.0+0
bigdecimal 3.1.5
date 3.3.3
digest 3.1.1
etc 1.4.3.dev.1
fcntl 1.0.2
fiddle 1.1.2
io-console 0.6.1.dev
io-nonblock 0.2.0
io-wait 0.3.0
json 2.6.3
nkf 0.1.3
openssl 3.2.0
pathname 0.2.1
psych 5.1.1.1
stringio 3.0.9
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.20.0
power_assert 2.0.3
rake 13.1.0
test-unit 3.6.1
rexml 3.2.6
rss 0.3.0
net-ftp 0.2.0
net-imap 0.4.3
net-pop 0.1.2
net-smtp 0.4.0
matrix 0.4.2
prime 0.1.2
rbs 3.2.2
typeprof 0.21.8
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
skipped bundled gems:
rbs-3.2.0.gem not found in bundled_gems
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1858 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 -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -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/prism -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 -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -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/prism -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.2.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.2/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=8687
"--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: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 35277>
Closed file descriptor: TestMethodCache#test_negative_cache_with_and_without_subclasses: 9
Finished(1/50) tests in 998.182136s, 26.8348 tests/s, 9493.3516 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 36871>
Closed file descriptor: TestGemDependencyList#test_tsort_each_node: 9
Finished(2/50) tests in 1096.497250s, 24.4287 tests/s, 8648.2023 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 41705>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(3/50) tests in 1111.148028s, 24.1066 tests/s, 8534.6585 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 42645>
Closed file descriptor: Test_StForeachUnpack#test_st_foreach_check_unpack: 9
Finished(4/50) tests in 1107.398695s, 24.1882 tests/s, 8563.6547 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 40989>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(5/50) tests in 1239.406355s, 21.6120 tests/s, 7650.7563 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 42535>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(6/50) tests in 1333.285807s, 20.0902 tests/s, 7112.1150 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 38687>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(7/50) tests in 1173.830437s, 22.8193 tests/s, 8078.5382 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 40957>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(8/50) tests in 1149.862154s, 23.2950 tests/s, 8246.5137 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 46293>
Closed file descriptor: TestSocketOption#test_ipv4_multicast_loop: 9
Finished(9/50) tests in 1134.884037s, 23.6024 tests/s, 8356.2555 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 46125>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(10/50) tests in 1066.202983s, 25.1228 tests/s, 8894.5418 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 40641>
Closed file descriptor: Test_StForeachUnpack#test_st_foreach_check_unpack: 9
Finished(11/50) tests in 1189.227182s, 22.5239 tests/s, 7974.4275 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 36387>
Closed file descriptor: Test_StForeachUnpack#test_st_foreach_check_unpack: 9
Finished(12/50) tests in 1354.642810s, 19.7735 tests/s, 7000.3782 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 32979>
Closed file descriptor: TestGemDependencyList#test_tsort_each_node: 9
Finished(13/50) tests in 1192.540461s, 22.4613 tests/s, 7952.1394 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 39987>
Closed file descriptor: OpenSSL::TestPKeyRSA#test_verify_empty_rsa: 9
Finished(14/50) tests in 1155.697273s, 23.1773 tests/s, 8204.9333 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 44231>
Closed file descriptor: TestSocketOption#test_ipv4_multicast_loop: 9
Finished(15/50) tests in 1169.017666s, 22.9133 tests/s, 8111.5601 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 45817>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(16/50) tests in 1204.917096s, 22.2306 tests/s, 7870.5730 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 34655>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(17/50) tests in 1241.304792s, 21.5789 tests/s, 7639.0771 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 44283>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(18/50) tests in 1361.066630s, 19.6802 tests/s, 6966.8808 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 40793>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(19/50) tests in 1242.442450s, 21.5591 tests/s, 7632.0678 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 46425>
Closed file descriptor: TestProtocol#test_shareable_buffer_leak: 9
Finished(20/50) tests in 1228.760166s, 21.7992 tests/s, 7717.8446 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 43701>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(21/50) tests in 1252.541329s, 21.3853 tests/s, 7571.2759 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 43739>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(22/50) tests in 1359.567843s, 19.7018 tests/s, 6975.2738 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 41413>
Closed file descriptor: TestMethodCache#test_negative_cache_with_and_without_subclasses: 9
Finished(23/50) tests in 1714.780165s, 15.6207 tests/s, 5529.7526 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 34561>
Closed file descriptor: TestSocketOption#test_ipv4_multicast_loop: 9
Finished(24/50) tests in 1276.119518s, 20.9902 tests/s, 7431.3948 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 41993>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(25/50) tests in 1208.115626s, 22.1717 tests/s, 7849.5980 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 42957>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(26/50) tests in 1256.737711s, 21.3139 tests/s, 7545.1957 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 40517>
Closed file descriptor: Test_StForeachUnpack#test_st_foreach_check_unpack: 9
Finished(27/50) tests in 1261.953941s, 21.2258 tests/s, 7514.7339 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 36233>
Closed file descriptor: TestSocketOption#test_ipv4_multicast_loop: 9
Finished(28/50) tests in 1187.087658s, 22.5645 tests/s, 7988.6678 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 36629>
Closed file descriptor: TestGemInstallUpdateOptions#test_user_install_enabled: 9
Finished(29/50) tests in 1418.350456s, 18.8853 tests/s, 6686.1769 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 42607>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(30/50) tests in 1204.022562s, 22.2471 tests/s, 7876.3773 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 35171>
Closed file descriptor: TestStringScannerFixedAnchor#test_pos_unicode: 9
Finished(31/50) tests in 1121.718924s, 23.8794 tests/s, 8453.7452 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 36719>
Closed file descriptor: Test_StForeachUnpack#test_st_foreach_check_unpack: 9
Finished(32/50) tests in 1222.500598s, 21.9108 tests/s, 7757.3451 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 40685>
Closed file descriptor: Test_StForeachUnpack#test_st_foreach_check_unpack: 9
Finished(33/50) tests in 1239.134398s, 21.6167 tests/s, 7653.2150 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 45537>
Closed file descriptor: TestProtocol#test_shareable_buffer_leak: 9
Finished(34/50) tests in 1871.131745s, 14.3154 tests/s, 5068.1958 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 34751>
Closed file descriptor: TestGemDependencyList#test_tsort_each_node: 9
Finished(35/50) tests in 1363.142262s, 19.6502 tests/s, 6956.9738 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 42163>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(36/50) tests in 1193.355285s, 22.4460 tests/s, 7946.0091 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 38095>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(37/50) tests in 1143.912246s, 23.4161 tests/s, 8289.3203 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 46603>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(38/50) tests in 1153.459882s, 23.2223 tests/s, 8220.9127 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 33297>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(39/50) tests in 1273.215113s, 21.0381 tests/s, 7448.3502 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 46463>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(40/50) tests in 1481.239380s, 18.0835 tests/s, 6402.2427 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 41083>
Closed file descriptor: Bug::StNumHash::Test_NumHash#test_check: 9
Finished(41/50) tests in 1305.255016s, 20.5217 tests/s, 7264.7313 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 40297>
Closed file descriptor: TestMethodCache#test_negative_cache_with_and_without_subclasses: 9
1) Failure:
TestRubyOptions#test_crash_report_script_path [/tmp/ruby/src/trunk-repeat50/test/ruby/test_rubyoptions.rb:896]:
Expected /
test\/bug\.rb:(?:1:)?\s\[BUG\]\sSegmentation\sfault.*\n
/x
to match
"[BUG] Segmentation fault at 0x000003e9002730cc\n"+
"ruby 3.3.0dev (2023-11-03T01:41:48Z master 5cff4c5aa3) [x86_64-linux]\n\n"+
"-- Machine register context ------------------------------------------------\n"+
" RIP: 0x00007f38927f699a RBP: 0x0000000000000000 RSP: 0x00007f3878f9ede0\n"+
" RAX: 0x0000000000000000 RBX: 0x00007f3878f9f640 RCX: 0x00007f38927f699a\n"+
" RDX: 0x0000000000000000 RDI: 0x0000000000000002 RSI: 0x00007f3878f9ff30\n"+
" R8: 0x0000000000000000 R9: 0x00007f3878f9f640 R10: 0x0000000000000008\n"+
" R11: 0x0000000000000246 R12: 0x00007f3878f9f640 R13: 0x0000000000000019\n"+
" R14: 0x00007f38927f6850 R15: 0x00007fff2fd294f0 EFL: 0x0000000000000246\n\n"+
"-- C level backtrace information -------------------------------------------\n"+
"/tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_print_backtrace+0x14) [0x7f3892c9b3b1] /tmp/ruby/src/trunk-repeat50/vm_dump.c:812\n"+
"/tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_vm_bugreport) /tmp/ruby/src/trunk-repeat50/vm_dump.c:1143\n"+
"/tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_bug_for_fatal_signal+0x104) [0x7f3892a97e04] /tmp/ruby/src/trunk-repeat50/error.c:1065\n"+
"/tmp/ruby/build/trunk-repeat50/libruby.so.3.3(sigsegv+0x4f) [0x7f3892be845f] /tmp/ruby/src/trunk-repeat50/signal.c:920\n"+
"/lib/x86_64-linux-gnu/libc.so.6(0x7f38927a4520) [0x7f38927a4520]\n"+
"/lib/x86_64-linux-gnu/libc.so.6(start_thread+0x14a) [0x7f38927f699a] ../sysdeps/unix/sysv/linux/internal-signals.h:110\n"+
"/lib/x86_64-linux-gnu/libc.so.6(clone+0x44) [0x7f3892887bb4] ../sysdeps/unix/sysv/linux/x86_64/clone.S:100\n\n"+
"-- Other runtime information -----------------------------------------------\n\n"+
"* Loaded script: test/bug.rb\n\n"+
"* Loaded features:\n\n"+
" 0 enumerator.so\n"+
" 1 thread.rb\n"+
" 2 fiber.so\n"+
" 3 rational.so\n"+
" 4 complex.so\n"+
" 5 ruby2_keywords.rb\n"+
" 6 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so\n"+
" 7 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so\n\n"+
"* Process memory map:\n\n"+
"55b2fe781000-55b2fe782000 r--p 00000000 00:6d 18484541 /tmp/ruby/build/trunk-repeat50/ruby\n"+
"55b2fe782000-55b2fe783000 r-xp 00001000 00:6d 18484541 /tmp/ruby/build/trunk-repeat50/ruby\n"+
"55b2fe783000-55b2fe784000 r--p 00002000 00:6d 18484541 /tmp/ruby/build/trunk-repeat50/ruby\n"+
"55b2fe784000-55b2fe785000 r--p 00002000 00:6d 18484541 /tmp/ruby/build/trunk-repeat50/ruby\n"+
"55b2fe785000-55b2fe786000 rw-p 00003000 00:6d 18484541 /tmp/ruby/build/trunk-repeat50/ruby\n"+
"55b2fffd1000-55b300170000 rw-p 00000000 00:00 0 [heap]\n"+
"7f3870000000-7f3870021000 rw-p 00000000 00:00 0 \n"+
"7f3870021000-7f3874000000 ---p 00000000 00:00 0 \n"+
"7f38753cf000-7f38755ed000 r--s 00000000 00:6d 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6\n"+
"7f38755ed000-7f3876c43000 rw-p 00000000 00:00 0 \n"+
"7f3876c43000-7f3877eba000 r--s 00000000 00:6d 18484399 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0\n"+
"7f3877eba000-7f3877ef0000 r--s 00000000 00:6d 18484541 /tmp/ruby/build/trunk-repeat50/ruby\n"+
"7f3877ef0000-7f3877f50000 rw-p 00000000 00:00 0 \n"+
"7f3877f5f000-7f3877f60000 ---p 00000000 00:00 0 \n"+
"7f3877f60000-7f3877fa1000 rw-p 00000000 00:00 0 \n"+
"7f3877fa1000-7f3877fa2000 ---p 00000000 00:00 0 \n"+
"7f3877fa2000-7f3877fe3000 rw-p 00000000 00:00 0 \n"+
"7f3877fe3000-7f3877fe4000 ---p 00000000 00:00 0 \n"+
"7f3877fe4000-7f3878025000 rw-p 00000000 00:00 0 \n"+
"7f3878025000-7f3878026000 ---p 00000000 00:00 0 \n"+
"7f3878026000-7f3878067000 rw-p 00000000 00:00 0 \n"+
"7f3878067000-7f3878068000 ---p 00000000 00:00 0 \n"+
"7f3878068000-7f38780a9000 rw-p 00000000 00:00 0 \n"+
"7f38780a9000-7f38780aa000 ---p 00000000 00:00 0 \n"+
"7f38780aa000-7f38780eb000 rw-p 00000000 00:00 0 \n"+
"7f38780eb000-7f38780ec000 ---p 00000000 00:00 0 \n"+
"7f38780ec000-7f387812d000 rw-p 00000000 00:00 0 \n"+
"7f387812d000-7f387812e000 ---p 00000000 00:00 0 \n"+
"7f387812e000-7f387816f000 rw-p 00000000 00:00 0 \n"+
"7f387816f000-7f3878170000 ---p 00000000 00:00 0 \n"+
"7f3878170000-7f38781b1000 rw-p 00000000 00:00 0 \n"+
"7f38781b1000-7f38781b2000 ---p 00000000 00:00 0 \n"+
"7f38781b2000-7f38781f3000 rw-p 00000000 00:00 0 \n"+
"7f38781f3000-7f38781f4000 ---p 00000000 00:00 0 \n"+
"7f38781f4000-7f3878235000 rw-p 00000000 00:00 0 \n"+
"7f3878235000-7f3878236000 ---p 00000000 00:00 0 \n"+
"7f3878236000-7f3878277000 rw-p 00000000 00:00 0 \n"+
"7f3878277000-7f3878278000 ---p 00000000 00:00 0 \n"+
"7f3878278000-7f38782b9000 rw-p 00000000 00:00 0 \n"+
"7f38782b9000-7f38782ba000 ---p 00000000 00:00 0 \n"+
"7f38782ba000-7f38782fb000 rw-p 00000000 00:00 0 \n"+
"7f38782fb000-7f38782fc000 ---p 00000000 00:00 0 \n"+
"7f38782fc000-7f387833d000 rw-p 00000000 00:00 0 \n"+
"7f387833d000-7f387833e000 ---p 00000000 00:00 0 \n"+
"7f387833e000-7f387837f000 rw-p 00000000 00:00 0 \n"+
"7f387837f000-7f3878380000 ---p 00000000 00:00 0 \n"+
"7f3878380000-7f38783c1000 rw-p 00000000 00:00 0 \n"+
"7f38783c1000-7f38783c2000 ---p 00000000 00:00 0 \n"+
"7f38783c2000-7f3878403000 rw-p 00000000 00:00 0 \n"+
"7f3878403000-7f3878404000 ---p 00000000 00:00 0 \n"+
"7f3878404000-7f3878445000 rw-p 00000000 00:00 0 \n"+
"7f3878445000-7f3878446000 ---p 00000000 00:00 0 \n"+
"7f3878446000-7f3878487000 rw-p 00000000 00:00 0 \n"+
"7f3878487000-7f3878488000 ---p 00000000 00:00 0 \n"+
"7f3878488000-7f38784c9000 rw-p 00000000 00:00 0 \n"+
"7f38784c9000-7f38784ca000 ---p 00000000 00:00 0 \n"+
"7f38784ca000-7f387850b000 rw-p 00000000 00:00 0 \n"+
"7f387850b000-7f387850c000 ---p 00000000 00:00 0 \n"+
"7f387850c000-7f387854d000 rw-p 00000000 00:00 0 \n"+
"7f387854d000-7f387854e000 ---p 00000000 00:00 0 \n"+
"7f387854e000-7f387858f000 rw-p 00000000 00:00 0 \n"+
"7f387858f000-7f3878590000 ---p 00000000 00:00 0 \n"+
"7f3878590000-7f38785d1000 rw-p 00000000 00:00 0 \n"+
"7f38785d1000-7f38785d2000 ---p 00000000 00:00 0 \n"+
"7f38785d2000-7f3878613000 rw-p 00000000 00:00 0 \n"+
"7f3878613000-7f3878614000 ---p 00000000 00:00 0 \n"+
"7f3878614000-7f3878655000 rw-p 00000000 00:00 0 \n"+
"7f3878655000-7f3878656000 ---p 00000000 00:00 0 \n"+
"7f3878656000-7f3878697000 rw-p 00000000 00:00 0 \n"+
"7f3878697000-7f3878698000 ---p 00000000 00:00 0 \n"+
"7f3878698000-7f38786d9000 rw-p 00000000 00:00 0 \n"+
"7f38786d9000-7f38786da000 ---p 00000000 00:00 0 \n"+
"7f38786da000-7f387871b000 rw-p 00000000 00:00 0 \n"+
"7f387871b000-7f387871c000 ---p 00000000 00:00 0 \n"+
"7f387871c000-7f387875d000 rw-p 00000000 00:00 0 \n"+
"7f387875d000-7f387875e000 ---p 00000000 00:00 0 \n"+
"7f387875e000-7f387879f000 rw-p 00000000 00:00 0 \n"+
"7f387879f000-7f38787a0000 ---p 00000000 00:00 0 \n"+
"7f38787a0000-7f3878ff0000 rw-p 00000000 00:00 0 \n"+
"7f3878fff000-7f3892470000 rw-p 00000000 00:00 0 \n"+
"7f3892474000-7f3892475000 r--p 00000000 00:6d 19925072 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so\n"+
"7f3892475000-7f3892476000 r-xp 00001000 00:6d 19925072 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so\n"+
"7f3892476000-7f3892477000 r--p 00002000 00:6d 19925072 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so\n"+
"7f3892477000-7f3892478000 r--p 00002000 00:6d 19925072 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so\n"+
"7f3892478000-7f3892479000 rw-p 00003000 00:6d 19925072 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so\n"+
"7f3892479000-7f389247a000 r--p 00000000 00:6d 19924682 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so\n"+
"7f389247a000-7f389247b000 r-xp 00001000 00:6d 19924682 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so\n"+
"7f389247b000-7f389247c000 r--p 00002000 00:6d 19924682 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so\n"+
"7f389247c000-7f389247d000 r--p 00002000 00:6d 19924682 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so\n"+
"7f389247d000-7f389247e000 rw-p 00003000 00:6d 19924682 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so\n"+
"7f389247e000-7f3892581000 rw-p 00000000 00:00 0 \n"+
"7f3892581000-7f3892584000 r--p 00000000 00:6d 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1\n"+
"7f3892584000-7f389259b000 r-xp 00003000 00:6d 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1\n"+
"7f389259b000-7f389259f000 r--p 0001a000 00:6d 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1\n"+
"7f389259f000-7f38925a0000 r--p 0001d000 00:6d 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1\n"+
"7f38925a0000-7f38925a1000 rw-p 0001e000 00:6d 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1\n"+
"7f38925a1000-7f38925af000 r--p 00000000 00:6d 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6\n"+
"7f38925af000-7f389262b000 r-xp 0000e000 00:6d 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6\n"+
"7f389262b000-7f3892686000 r--p 0008a000 00:6d 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6\n"+
"7f3892686000-7f3892687000 r--p 000e4000 00:6d 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6\n"+
"7f3892687000-7f3892688000 rw-p 000e5000 00:6d 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6\n"+
"7f3892688000-7f389268a000 rw-p 00000000 00:00 0 \n"+
"7f389268a000-7f389268c000 r--p 00000000 00:6d 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0\n"+
"7f389268c000-7f38926a0000 r-xp 00002000 00:6d 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0\n"+
"7f38926a0000-7f38926b9000 r--p 00016000 00:6d 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0\n"+
"7f38926b9000-7f38926ba000 ---p 0002f000 00:6d 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0\n"+
"7f38926ba000-7f38926bb000 r--p 0002f000 00:6d 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0\n"+
"7f38926bb000-7f38926bc000 rw-p 00030000 00:6d 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0\n"+
"7f38926bc000-7f38926c4000 rw-p 00000000 00:00 0 \n"+
"7f38926c4000-7f38926ce000 r--p 00000000 00:6d 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1\n"+
"7f38926ce000-7f389272d000 r-xp 0000a000 00:6d 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1\n"+
"7f389272d000-7f3892744000 r--p 00069000 00:6d 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1\n"+
"7f3892744000-7f3892745000 r--p 0007f000 00:6d 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1\n"+
"7f3892745000-7f3892746000 rw-p 00080000 00:6d 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1\n"+
"7f3892746000-7f3892748000 r--p 00000000 00:6d 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11\n"+
"7f3892748000-7f3892759000 r-xp 00002000 00:6d 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11\n"+
"7f3892759000-7f389275f000 r--p 00013000 00:6d 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11\n"+
"7f389275f000-7f3892760000 ---p 00019000 00:6d 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11\n"+
"7f3892760000-7f3892761000 r--p 00019000 00:6d 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11\n"+
"7f3892761000-7f3892762000 rw-p 0001a000 00:6d 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11\n"+
"7f3892762000-7f389278a000 r--p 00000000 00:6d 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6\n"+
"7f389278a000-7f389291f000 r-xp 00028000 00:6d 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6\n"+
"7f389291f000-7f3892977000 r--p 001bd000 00:6d 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6\n"+
"7f3892977000-7f389297b000 r--p 00214000 00:6d 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6\n"+
"7f389297b000-7f389297d000 rw-p 00218000 00:6d 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6\n"+
"7f389297d000-7f389298a000 rw-p 00000000 00:00 0 \n"+
"7f389298e000-7f38929d7000 r--p 00000000 00:6d 18484399 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0\n"+
"7f38929d7000-7f3892db2000 r-xp 00049000 00:6d 18484399 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0\n"+
"7f3892db2000-7f3892f33000 r--p 00424000 00:6d 18484399 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0\n"+
"7f3892f33000-7f3892f34000 ---p 005a5000 00:6d 18484399 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0\n"+
"7f3892f34000-7f3892f4a000 r--p 005a5000 00:6d 18484399 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0\n"+
"7f3892f4a000-7f3892f4e000 rw-p 005bb000 00:6d 18484399 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0\n"+
"7f3892f4e000-7f3892f65000 rw-p 00000000 00:00 0 \n"+
"7f3892f65000-7f3892f67000 r--p 00000000 00:6d 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2\n"+
"7f3892f67000-7f3892f91000 r-xp 00002000 00:6d 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2\n"+
"7f3892f91000-7f3892f9c000 r--p 0002c000 00:6d 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2\n"+
"7f3892f9d000-7f3892f9f000 r--p 00037000 00:6d 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2\n"+
"7f3892f9f000-7f3892fa1000 rw-p 00039000 00:6d 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2\n"+
"7fff2f52c000-7fff2fd2b000 rw-p 00000000 00:00 0 [stack]\n"+
"7fff2fd4c000-7fff2fd50000 r--p 00000000 00:00 0 [vvar]\n"+
"7fff2fd50000-7fff2fd52000 r-xp 00000000 00:00 0 [vdso]\n"+
"ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall]\n\n\n"
after 0 patterns with 0 characters.
Finished(42/50) tests in 1272.287539s, 21.0534 tests/s, 7453.8135 assertions/s.
1125012 tests, 398277556 assertions, 1 failures, 0 errors, 4195 skips
ruby -v: ruby 3.3.0dev (2023-11-03T01:41:48Z master 5cff4c5aa3) [x86_64-linux]
make: *** [uncommon.mk:942: yes-test-all] Error 1
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' 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 -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -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/prism -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.2.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.2/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 --debug
ruby 3.3.0dev (2023-11-03T01:41:48Z master 5cff4c5aa3) [x86_64-linux]
0 .........................................................................
73 .........................................................................
146 .........................................................................
219 .........................................................................
292 .........................................................................
365 .........................................................................
438 .........................................................................
511 .........................................................................
584 .........................................................................
657 .........................................................................
730 .........................................................................
803 .........................................................................
876 .........................................................................
949 .........................................................................
1022 .........................................................................
1095 .........................................................................
1168 .........................................................................
1241 .........................................................................
1314 .........................................................................
1387 .........................................................................
1460 .........................................................................
1533 .........................................................................
1606 .........................................................................
1679 .........................................................................
1752 .........................................................................
1825 .........................................................................
1898 .........................................................................
1971 .........................................................................
2044 .........................................................................
2117 .........................................................................
2190 .........................................................................
2263 .........................................................................
2336 .........................................................................
2409 .........................................................................
2482 .........................................................................
2555 .........................................................................
2628 .........................................................................
2701 .........................................................................
2774 .........................................................................
2847 .........................................................................
2920 .........................................................................
2993 .........................................................................
3066 .........................................................................
3139 .........................................................................
3212 .........................................................................
3285 .........................................................................
3358 .........................................................................
3431 .........................................................................
3504 .........................................................................
3577 .........................................................................
3650 .........................................................................
3723 ..
Finished in 119.820301 seconds
3725 files, 32455 examples, 168497 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS=--repeat-count=50" exit with 0.