# Logfile created on 2023-12-21 21:35:37 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055aef1f463e8 @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", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat20", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat20", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat20", @configure_opts=["--enable-shared"], @build_opts="-j4", @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=41600, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat20.20231221-213537", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055aef1fdb510 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055aef1fdb3a8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055aef1fdb1f0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat20.20231221-213537", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat20.20231221-213537>, @binmode=false, @mon_data=#<Monitor:0x000055aef1fdb128>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update debug to d4feeae32b69b4f88c94fecfc7a283b475eec4de
echo d4feeae32b69b4f88c94fecfc7a283b475eec4de | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src -j4
From https://github.com/ruby/ruby
fd47351..fc549b2 master -> origin/master
Updating fd47351..fc549b2
Fast-forward
NEWS.md | 72 +++++++++++++++++++++++++++++++------------------
array.c | 7 ++++-
error.c | 2 +-
include/ruby/debug.h | 4 +--
ractor.c | 2 +-
test/ruby/test_array.rb | 4 +++
6 files changed, 60 insertions(+), 31 deletions(-)
Latest commit hash = fc549b2b3a
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
/tmp/ruby/src/trunk-repeat20/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'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
Update debug to d4feeae32b69b4f88c94fecfc7a283b475eec4de
echo d4feeae32b69b4f88c94fecfc7a283b475eec4de | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make after-update -j4" exit with 0.
$$$[beg] make miniruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -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/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/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-repeat20/yjit/target/release/' /tmp/ruby/src/trunk-repeat20/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-repeat20/array.c
compiling /tmp/ruby/src/trunk-repeat20/error.c
compiling /tmp/ruby/src/trunk-repeat20/gc.c
compiling /tmp/ruby/src/trunk-repeat20/rjit.c
compiling /tmp/ruby/src/trunk-repeat20/rjit_c.c
compiling /tmp/ruby/src/trunk-repeat20/ractor.c
compiling /tmp/ruby/src/trunk-repeat20/thread.c
compiling /tmp/ruby/src/trunk-repeat20/version.c
compiling /tmp/ruby/src/trunk-repeat20/vm_backtrace.c
compiling /tmp/ruby/src/trunk-repeat20/vm_trace.c
compiling /tmp/ruby/src/trunk-repeat20/yjit.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -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/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/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-repeat20/yjit/target/release/' /tmp/ruby/src/trunk-repeat20/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
1764203db8ecd1374b6b4de29ed00e4064ecbb198e6861e98565c85a65f47e99 builtin_binary.inc
compiling /tmp/ruby/src/trunk-repeat20/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-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/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-repeat20/yjit/target/release/' /tmp/ruby/src/trunk-repeat20/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
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/bug-14834/bug-14384.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/debug'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/debug/inspector.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/postponed_job/postponed_job.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/debug/profile_frames.c
linking shared-object -test-/bug_14834.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/bug-14834'
linking shared-object -test-/postponed_job.so
linking shared-object -test-/debug.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/tracepoint/gc_hook.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
compiling /tmp/ruby/src/trunk-repeat20/ext/objspace/object_tracing.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
compiling /tmp/ruby/src/trunk-repeat20/ext/objspace/objspace_dump.c
compiling /tmp/ruby/src/trunk-repeat20/ext/-test-/tracepoint/tracepoint.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
linking shared-object objspace.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.9.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.9.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update debug to d4feeae32b69b4f88c94fecfc7a283b475eec4de
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-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/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-repeat20/yjit/target/release/' /tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs
echo d4feeae32b69b4f88c94fecfc7a283b475eec4de | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.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.
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.revision unchanged
generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
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-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.9.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.9.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
./miniruby -I/tmp/ruby/src/trunk-repeat20/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat20/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat20/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-repeat20/bin
installing base libraries: /tmp/ruby/install/trunk-repeat20/lib
installing arch files: /tmp/ruby/install/trunk-repeat20/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-repeat20/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-repeat20/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-repeat20/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-repeat20/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-repeat20/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-repeat20/lib/ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-repeat20/lib/ruby/site_ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-repeat20/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers: /tmp/ruby/install/trunk-repeat20/include/ruby-3.3.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-repeat20/bin
installing library scripts: /tmp/ruby/install/trunk-repeat20/lib/ruby/3.3.0+0
installing common headers: /tmp/ruby/install/trunk-repeat20/include/ruby-3.3.0+0
installing manpages: /tmp/ruby/install/trunk-repeat20/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-repeat20/lib/ruby/gems/3.3.0+0
abbrev 0.1.2
base64 0.2.0
benchmark 0.3.0
bundler 2.5.1
cgi 0.4.1
csv 3.2.8
delegate 0.3.1
did_you_mean 1.6.3
drb 2.2.0
english 0.8.0
erb 4.0.3
error_highlight 0.6.0
fileutils 1.7.2
find 0.2.0
forwardable 1.3.3
getoptlong 0.2.1
ipaddr 1.2.6
irb 1.11.0
logger 1.6.0
mutex_m 0.2.0
net-http 0.4.0
net-protocol 0.2.2
observer 0.1.2
open-uri 0.4.1
open3 0.2.1
optparse 0.4.0
ostruct 0.6.0
pp 0.5.0
prettyprint 0.2.0
prism 0.19.0
pstore 0.1.3
rdoc 6.6.2
readline 0.0.4
reline 0.4.1
resolv 0.3.0
resolv-replace 0.1.1
rinda 0.2.0
ruby2_keywords 0.0.5
securerandom 0.3.1
set 1.0.4
shellwords 0.2.0
singleton 0.2.0
syntax_suggest 2.0.0
tempfile 0.2.1
time 0.3.0
timeout 0.4.1
tmpdir 0.2.0
tsort 0.2.0
un 0.3.0
uri 0.13.0
weakref 0.1.3
yaml 0.3.0
installing default gems from ext: /tmp/ruby/install/trunk-repeat20/lib/ruby/gems/3.3.0+0
bigdecimal 3.1.5
date 3.3.4
digest 3.1.1
etc 1.4.3
fcntl 1.1.0
fiddle 1.1.2
io-console 0.7.1
io-nonblock 0.3.0
io-wait 0.3.1
json 2.7.1
nkf 0.1.3
openssl 3.2.0
pathname 0.3.0
psych 5.1.2
stringio 3.1.0
strscan 3.0.7
syslog 0.1.2
zlib 3.1.0
installing bundled gems: /tmp/ruby/install/trunk-repeat20/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.3.3
net-imap 0.4.8
net-pop 0.1.2
net-smtp 0.4.0
matrix 0.4.2
prime 0.1.2
rbs 3.4.0
typeprof 0.21.9
debug 1.9.0
racc 1.7.3
installing bundled gem cache: /tmp/ruby/install/trunk-repeat20/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1868 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 -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-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/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/yjit/target/release/' /tmp/ruby/src/trunk-repeat20/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-repeat20/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-repeat20/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
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-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/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/yjit/target/release/' /tmp/ruby/src/trunk-repeat20/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-repeat20'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.9.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.9.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
Skipping Gem::PackageTask tests. rake not found.
Run options:
--seed=1783
"--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat20/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat20/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-repeat20/test/.excludes
--name=!/memory_leak/
--stderr-on-failure
--repeat-count=20
# Running tests:
Finished(1/20) tests in 1133.926822s, 23.7961 tests/s, 8437.7782 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 42467>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9
Finished(2/20) tests in 1219.265268s, 22.1314 tests/s, 7848.6136 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 41569>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9
Finished(3/20) tests in 1387.211725s, 19.4520 tests/s, 6897.9045 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 38357>
Closed file descriptor: TestHashOnly#test_broken_hash_value: 9
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 18 : #<IO:fd 18>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 13
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 14
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 18
Finished(4/20) tests in 1617.777260s, 16.6797 tests/s, 5915.9634 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007fbb3e791638 /tmp/ruby/src/trunk-repeat20/lib/drb/drb.rb:1717 sleep>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 35845>
Closed file descriptor: TestHashOnly#test_broken_hash_value: 9
Finished(5/20) tests in 1318.252826s, 20.4695 tests/s, 7259.3290 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 13 : #<IO:fd 13>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 42841>
Closed file descriptor: TestHashOnly#test_broken_hash_value: 9
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 18 : #<IO:fd 18>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 18
Finished(6/20) tests in 1310.782284s, 20.5862 tests/s, 7301.0660 assertions/s.
Finished(7/20) tests in 1264.486891s, 21.3399 tests/s, 7568.0611 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 41113>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9
Finished(8/20) tests in 1237.377886s, 21.8074 tests/s, 7734.4093 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 32961>
Closed file descriptor: TestHashOnly#test_broken_hash_value: 9
Finished(9/20) tests in 1694.698776s, 15.9226 tests/s, 5646.2536 assertions/s.
Finished(10/20) tests in 1327.325502s, 20.3296 tests/s, 7209.9097 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 46503>
Closed file descriptor: TestHashOnly#test_broken_hash_value: 9
Finished(11/20) tests in 1357.069432s, 19.8840 tests/s, 7050.9922 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 35657>
Closed file descriptor: TestHashOnly#test_broken_hash_value: 9
Finished(12/20) tests in 1342.878839s, 20.0941 tests/s, 7125.2809 assertions/s.
Finished(13/20) tests in 1327.573555s, 20.3258 tests/s, 7208.4910 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 42067>
Closed file descriptor: TestHashOnly#test_broken_hash_value: 9
Finished(14/20) tests in 1752.246587s, 15.3997 tests/s, 5460.4518 assertions/s.
Finished(15/20) tests in 1284.918563s, 21.0006 tests/s, 7448.4176 assertions/s.
Finished(16/20) tests in 1350.395514s, 19.9823 tests/s, 7086.2373 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 44305>
Closed file descriptor: TestHashOnly#test_broken_hash_value: 9
1) Failure:
TestRubyOptions#test_segv_setproctitle [/tmp/ruby/src/trunk-repeat20/test/ruby/test_rubyoptions.rb:866]:
pid 2558839 killed by SIGSEGV (signal 11)
| [BUG] Segmentation fault at 0x000003e900270b77
| ruby 3.3.0dev (2023-12-21T21:12:36Z master fc549b2b3a) [x86_64-linux]
|
| -- Machine register context ------------------------------------------------
| RIP: 0x00007fe115cba99a RBP: 0x0000000000000000 RSP: 0x00007fe0fc62ede0
| RAX: 0x0000000000000000 RBX: 0x00007fe0fc62f640 RCX: 0x00007fe115cba99a
| RDX: 0x0000000000000000 RDI: 0x0000000000000002 RSI: 0x00007fe0fc62ff30
| R8: 0x0000000000000000 R9: 0x00007fe0fc62f640 R10: 0x0000000000000008
| R11: 0x0000000000000246 R12: 0x00007fe0fc62f640 R13: 0x0000000000000019
| R14: 0x00007fe115cba850 R15: 0x00007ffcb3fd8c50 EFL: 0x0000000000000246
|
| -- C level backtrace information -------------------------------------------
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_print_backtrace+0x14) [0x7fe116334701] /tmp/ruby/src/trunk-repeat20/vm_dump.c:820
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_vm_bugreport) /tmp/ruby/src/trunk-repeat20/vm_dump.c:1151
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_bug_for_fatal_signal+0x104) [0x7fe11612c354] /tmp/ruby/src/trunk-repeat20/error.c:1065
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(sigsegv+0x4f) [0x7fe11628006f] /tmp/ruby/src/trunk-repeat20/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x7fe115c68520) [0x7fe115c68520]
| /lib/x86_64-linux-gnu/libc.so.6(start_thread+0x14a) [0x7fe115cba99a] ../sysdeps/unix/sysv/linux/internal-signals.h:110
| /lib/x86_64-linux-gnu/libc.so.6(clone+0x44) [0x7fe115d4bbb4] ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
|
| -- Other runtime information -----------------------------------------------
|
| * Loaded script: /tmp/test_ruby_test_bug759720231222-1358036-6u24z7.rb
|
| * Loaded features:
|
| 0 enumerator.so
| 1 thread.rb
| 2 fiber.so
| 3 rational.so
| 4 complex.so
| 5 ruby2_keywords.rb
| 6 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
| 7 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
|
| * Process memory map:
|
| 55b0a2359000-55b0a235a000 r--p 00000000 00:56 13422762 /tmp/ruby/build/trunk-repeat20/ruby
| 55b0a235a000-55b0a235b000 r-xp 00001000 00:56 13422762 /tmp/ruby/build/trunk-repeat20/ruby
| 55b0a235b000-55b0a235c000 r--p 00002000 00:56 13422762 /tmp/ruby/build/trunk-repeat20/ruby
| 55b0a235c000-55b0a235d000 r--p 00002000 00:56 13422762 /tmp/ruby/build/trunk-repeat20/ruby
| 55b0a235d000-55b0a235e000 rw-p 00003000 00:56 13422762 /tmp/ruby/build/trunk-repeat20/ruby
| 55b0a28ee000-55b0a2a83000 rw-p 00000000 00:00 0 [heap]
| 7fe0f4000000-7fe0f4021000 rw-p 00000000 00:00 0
| 7fe0f4021000-7fe0f8000000 ---p 00000000 00:00 0
| 7fe0f8952000-7fe0f8b70000 r--s 00000000 00:56 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fe0f8b70000-7fe0fa259000 rw-p 00000000 00:00 0
| 7fe0fa259000-7fe0fb54a000 r--s 00000000 00:56 13406203 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0
| 7fe0fb54a000-7fe0fb580000 r--s 00000000 00:56 13422762 /tmp/ruby/build/trunk-repeat20/ruby
| 7fe0fb580000-7fe0fb5e0000 rw-p 00000000 00:00 0
| 7fe0fb5ef000-7fe0fb5f0000 ---p 00000000 00:00 0
| 7fe0fb5f0000-7fe0fb631000 rw-p 00000000 00:00 0
| 7fe0fb631000-7fe0fb632000 ---p 00000000 00:00 0
| 7fe0fb632000-7fe0fb673000 rw-p 00000000 00:00 0
| 7fe0fb673000-7fe0fb674000 ---p 00000000 00:00 0
| 7fe0fb674000-7fe0fb6b5000 rw-p 00000000 00:00 0
| 7fe0fb6b5000-7fe0fb6b6000 ---p 00000000 00:00 0
| 7fe0fb6b6000-7fe0fb6f7000 rw-p 00000000 00:00 0
| 7fe0fb6f7000-7fe0fb6f8000 ---p 00000000 00:00 0
| 7fe0fb6f8000-7fe0fb739000 rw-p 00000000 00:00 0
| 7fe0fb739000-7fe0fb73a000 ---p 00000000 00:00 0
| 7fe0fb73a000-7fe0fb77b000 rw-p 00000000 00:00 0
| 7fe0fb77b000-7fe0fb77c000 ---p 00000000 00:00 0
| 7fe0fb77c000-7fe0fb7bd000 rw-p 00000000 00:00 0
| 7fe0fb7bd000-7fe0fb7be000 ---p 00000000 00:00 0
| 7fe0fb7be000-7fe0fb7ff000 rw-p 00000000 00:00 0
| 7fe0fb7ff000-7fe0fb800000 ---p 00000000 00:00 0
| 7fe0fb800000-7fe0fb841000 rw-p 00000000 00:00 0
| 7fe0fb841000-7fe0fb842000 ---p 00000000 00:00 0
| 7fe0fb842000-7fe0fb883000 rw-p 00000000 00:00 0
| 7fe0fb883000-7fe0fb884000 ---p 00000000 00:00 0
| 7fe0fb884000-7fe0fb8c5000 rw-p 00000000 00:00 0
| 7fe0fb8c5000-7fe0fb8c6000 ---p 00000000 00:00 0
| 7fe0fb8c6000-7fe0fb907000 rw-p 00000000 00:00 0
| 7fe0fb907000-7fe0fb908000 ---p 00000000 00:00 0
| 7fe0fb908000-7fe0fb949000 rw-p 00000000 00:00 0
| 7fe0fb949000-7fe0fb94a000 ---p 00000000 00:00 0
| 7fe0fb94a000-7fe0fb98b000 rw-p 00000000 00:00 0
| 7fe0fb98b000-7fe0fb98c000 ---p 00000000 00:00 0
| 7fe0fb98c000-7fe0fb9cd000 rw-p 00000000 00:00 0
| 7fe0fb9cd000-7fe0fb9ce000 ---p 00000000 00:00 0
| 7fe0fb9ce000-7fe0fba0f000 rw-p 00000000 00:00 0
| 7fe0fba0f000-7fe0fba10000 ---p 00000000 00:00 0
| 7fe0fba10000-7fe0fba51000 rw-p 00000000 00:00 0
| 7fe0fba51000-7fe0fba52000 ---p 00000000 00:00 0
| 7fe0fba52000-7fe0fba93000 rw-p 00000000 00:00 0
| 7fe0fba93000-7fe0fba94000 ---p 00000000 00:00 0
| 7fe0fba94000-7fe0fbad5000 rw-p 00000000 00:00 0
| 7fe0fbad5000-7fe0fbad6000 ---p 00000000 00:00 0
| 7fe0fbad6000-7fe0fbb17000 rw-p 00000000 00:00 0
| 7fe0fbb17000-7fe0fbb18000 ---p 00000000 00:00 0
| 7fe0fbb18000-7fe0fbb59000 rw-p 00000000 00:00 0
| 7fe0fbb59000-7fe0fbb5a000 ---p 00000000 00:00 0
| 7fe0fbb5a000-7fe0fbb9b000 rw-p 00000000 00:00 0
| 7fe0fbb9b000-7fe0fbb9c000 ---p 00000000 00:00 0
| 7fe0fbb9c000-7fe0fbbdd000 rw-p 00000000 00:00 0
| 7fe0fbbdd000-7fe0fbbde000 ---p 00000000 00:00 0
| 7fe0fbbde000-7fe0fbc1f000 rw-p 00000000 00:00 0
| 7fe0fbc1f000-7fe0fbc20000 ---p 00000000 00:00 0
| 7fe0fbc20000-7fe0fbc61000 rw-p 00000000 00:00 0
| 7fe0fbc61000-7fe0fbc62000 ---p 00000000 00:00 0
| 7fe0fbc62000-7fe0fbca3000 rw-p 00000000 00:00 0
| 7fe0fbca3000-7fe0fbca4000 ---p 00000000 00:00 0
| 7fe0fbca4000-7fe0fbce5000 rw-p 00000000 00:00 0
| 7fe0fbce5000-7fe0fbce6000 ---p 00000000 00:00 0
| 7fe0fbce6000-7fe0fbd27000 rw-p 00000000 00:00 0
| 7fe0fbd27000-7fe0fbd28000 ---p 00000000 00:00 0
| 7fe0fbd28000-7fe0fbd69000 rw-p 00000000 00:00 0
| 7fe0fbd69000-7fe0fbd6a000 ---p 00000000 00:00 0
| 7fe0fbd6a000-7fe0fbdab000 rw-p 00000000 00:00 0
| 7fe0fbdab000-7fe0fbdac000 ---p 00000000 00:00 0
| 7fe0fbdac000-7fe0fbded000 rw-p 00000000 00:00 0
| 7fe0fbded000-7fe0fbdee000 ---p 00000000 00:00 0
| 7fe0fbdee000-7fe0fbe2f000 rw-p 00000000 00:00 0
| 7fe0fbe2f000-7fe0fbe30000 ---p 00000000 00:00 0
| 7fe0fbe30000-7fe0fc680000 rw-p 00000000 00:00 0
| 7fe0fc685000-7fe0fc686000 r--p 00000000 00:56 14185782 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
| 7fe0fc686000-7fe0fc687000 r-xp 00001000 00:56 14185782 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
| 7fe0fc687000-7fe0fc688000 r--p 00002000 00:56 14185782 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
| 7fe0fc688000-7fe0fc689000 r--p 00002000 00:56 14185782 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
| 7fe0fc689000-7fe0fc68a000 rw-p 00003000 00:56 14185782 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
| 7fe0fc68a000-7fe0fc68b000 r--p 00000000 00:56 14187387 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
| 7fe0fc68b000-7fe0fc68c000 r-xp 00001000 00:56 14187387 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
| 7fe0fc68c000-7fe0fc68d000 r--p 00002000 00:56 14187387 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
| 7fe0fc68d000-7fe0fc68e000 r--p 00002000 00:56 14187387 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
| 7fe0fc68e000-7fe0fc68f000 rw-p 00003000 00:56 14187387 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
| 7fe0fc68f000-7fe115b00000 rw-p 00000000 00:00 0
| 7fe115b03000-7fe115c06000 rw-p 00000000 00:00 0
| 7fe115c06000-7fe115c09000 r--p 00000000 00:56 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fe115c09000-7fe115c20000 r-xp 00003000 00:56 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fe115c20000-7fe115c24000 r--p 0001a000 00:56 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fe115c24000-7fe115c25000 r--p 0001d000 00:56 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fe115c25000-7fe115c26000 rw-p 0001e000 00:56 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fe115c26000-7fe115c4e000 r--p 00000000 00:56 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fe115c4e000-7fe115de3000 r-xp 00028000 00:56 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fe115de3000-7fe115e3b000 r--p 001bd000 00:56 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fe115e3b000-7fe115e3f000 r--p 00214000 00:56 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fe115e3f000-7fe115e41000 rw-p 00218000 00:56 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fe115e41000-7fe115e50000 rw-p 00000000 00:00 0
| 7fe115e50000-7fe115e5e000 r--p 00000000 00:56 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fe115e5e000-7fe115eda000 r-xp 0000e000 00:56 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fe115eda000-7fe115f35000 r--p 0008a000 00:56 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fe115f35000-7fe115f36000 r--p 000e4000 00:56 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fe115f36000-7fe115f37000 rw-p 000e5000 00:56 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fe115f37000-7fe115f39000 r--p 00000000 00:56 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fe115f39000-7fe115f4d000 r-xp 00002000 00:56 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fe115f4d000-7fe115f66000 r--p 00016000 00:56 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fe115f66000-7fe115f67000 ---p 0002f000 00:56 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fe115f67000-7fe115f68000 r--p 0002f000 00:56 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fe115f68000-7fe115f69000 rw-p 00030000 00:56 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fe115f69000-7fe115f71000 rw-p 00000000 00:00 0
| 7fe115f71000-7fe115f7b000 r--p 00000000 00:56 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fe115f7b000-7fe115fda000 r-xp 0000a000 00:56 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fe115fda000-7fe115ff1000 r--p 00069000 00:56 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fe115ff1000-7fe115ff2000 r--p 0007f000 00:56 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fe115ff2000-7fe115ff3000 rw-p 00080000 00:56 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fe115ff3000-7fe115ff5000 r--p 00000000 00:56 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fe115ff5000-7fe116006000 r-xp 00002000 00:56 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fe116006000-7fe11600c000 r--p 00013000 00:56 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fe11600c000-7fe11600d000 ---p 00019000 00:56 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fe11600d000-7fe11600e000 r--p 00019000 00:56 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fe11600e000-7fe11600f000 rw-p 0001a000 00:56 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fe116013000-7fe11605e000 r--p 00000000 00:56 13406203 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0
| 7fe11605e000-7fe116459000 r-xp 0004b000 00:56 13406203 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0
| 7fe116459000-7fe1165e2000 r--p 00446000 00:56 13406203 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0
| 7fe1165e2000-7fe1165f9000 r--p 005ce000 00:56 13406203 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0
| 7fe1165f9000-7fe1165fd000 rw-p 005e5000 00:56 13406203 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0
| 7fe1165fd000-7fe116614000 rw-p 00000000 00:00 0
| 7fe116614000-7fe116616000 r--p 00000000 00:56 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fe116616000-7fe116640000 r-xp 00002000 00:56 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fe116640000-7fe11664b000 r--p 0002c000 00:56 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fe11664c000-7fe11664e000 r--p 00037000 00:56 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fe11664e000-7fe116650000 rw-p 00039000 00:56 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffcb37db000-7ffcb3fda000 rw-p 00000000 00:00 0 [stack]
| 7ffcb3ff9000-7ffcb3ffd000 r--p 00000000 00:00 0 [vvar]
| 7ffcb3ffd000-7ffcb3fff000 r-xp 00000000 00:00 0 [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall]
|
|
.
1. [2/2] Assertion for "stderr"
| Expected /
| -e:(?:1:)?\s\[BUG\]\sSegmentation\sfault.*\n
| /x
| to match
| "[BUG] Segmentation fault at 0x000003e900270b77\n"+
| "ruby 3.3.0dev (2023-12-21T21:12:36Z master fc549b2b3a) [x86_64-linux]\n\n"+
| "-- Machine register context ------------------------------------------------\n"+
| " RIP: 0x00007fe115cba99a RBP: 0x0000000000000000 RSP: 0x00007fe0fc62ede0\n"+
| " RAX: 0x0000000000000000 RBX: 0x00007fe0fc62f640 RCX: 0x00007fe115cba99a\n"+
| " RDX: 0x0000000000000000 RDI: 0x0000000000000002 RSI: 0x00007fe0fc62ff30\n"+
| " R8: 0x0000000000000000 R9: 0x00007fe0fc62f640 R10: 0x0000000000000008\n"+
| " R11: 0x0000000000000246 R12: 0x00007fe0fc62f640 R13: 0x0000000000000019\n"+
| " R14: 0x00007fe115cba850 R15: 0x00007ffcb3fd8c50 EFL: 0x0000000000000246\n\n"+
| "-- C level backtrace information -------------------------------------------\n"+
| "/tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_print_backtrace+0x14) [0x7fe116334701] /tmp/ruby/src/trunk-repeat20/vm_dump.c:820\n"+
| "/tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_vm_bugreport) /tmp/ruby/src/trunk-repeat20/vm_dump.c:1151\n"+
| "/tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_bug_for_fatal_signal+0x104) [0x7fe11612c354] /tmp/ruby/src/trunk-repeat20/error.c:1065\n"+
| "/tmp/ruby/build/trunk-repeat20/libruby.so.3.3(sigsegv+0x4f) [0x7fe11628006f] /tmp/ruby/src/trunk-repeat20/signal.c:926\n"+
| "/lib/x86_64-linux-gnu/libc.so.6(0x7fe115c68520) [0x7fe115c68520]\n"+
| "/lib/x86_64-linux-gnu/libc.so.6(start_thread+0x14a) [0x7fe115cba99a] ../sysdeps/unix/sysv/linux/internal-signals.h:110\n"+
| "/lib/x86_64-linux-gnu/libc.so.6(clone+0x44) [0x7fe115d4bbb4] ../sysdeps/unix/sysv/linux/x86_64/clone.S:100\n\n"+
| "-- Other runtime information -----------------------------------------------\n\n"+
| "* Loaded script: /tmp/test_ruby_test_bug759720231222-1358036-6u24z7.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-repeat20/.ext/x86_64-linux/enc/encdb.so\n"+
| " 7 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so\n\n"+
| "* Process memory map:\n\n"+
| "55b0a2359000-55b0a235a000 r--p 00000000 00:56 13422762 /tmp/ruby/build/trunk-repeat20/ruby\n"+
| "55b0a235a000-55b0a235b000 r-xp 00001000 00:56 13422762 /tmp/ruby/build/trunk-repeat20/ruby\n"+
| "55b0a235b000-55b0a235c000 r--p 00002000 00:56 13422762 /tmp/ruby/build/trunk-repeat20/ruby\n"+
| "55b0a235c000-55b0a235d000 r--p 00002000 00:56 13422762 /tmp/ruby/build/trunk-repeat20/ruby\n"+
| "55b0a235d000-55b0a235e000 rw-p 00003000 00:56 13422762 /tmp/ruby/build/trunk-repeat20/ruby\n"+
| "55b0a28ee000-55b0a2a83000 rw-p 00000000 00:00 0 [heap]\n"+
| "7fe0f4000000-7fe0f4021000 rw-p 00000000 00:00 0 \n"+
| "7fe0f4021000-7fe0f8000000 ---p 00000000 00:00 0 \n"+
| "7fe0f8952000-7fe0f8b70000 r--s 00000000 00:56 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6\n"+
| "7fe0f8b70000-7fe0fa259000 rw-p 00000000 00:00 0 \n"+
| "7fe0fa259000-7fe0fb54a000 r--s 00000000 00:56 13406203 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0\n"+
| "7fe0fb54a000-7fe0fb580000 r--s 00000000 00:56 13422762 /tmp/ruby/build/trunk-repeat20/ruby\n"+
| "7fe0fb580000-7fe0fb5e0000 rw-p 00000000 00:00 0 \n"+
| "7fe0fb5ef000-7fe0fb5f0000 ---p 00000000 00:00 0 \n"+
| "7fe0fb5f0000-7fe0fb631000 rw-p 00000000 00:00 0 \n"+
| "7fe0fb631000-7fe0fb632000 ---p 00000000 00:00 0 \n"+
| "7fe0fb632000-7fe0fb673000 rw-p 00000000 00:00 0 \n"+
| "7fe0fb673000-7fe0fb674000 ---p 00000000 00:00 0 \n"+
| "7fe0fb674000-7fe0fb6b5000 rw-p 00000000 00:00 0 \n"+
| "7fe0fb6b5000-7fe0fb6b6000 ---p 00000000 00:00 0 \n"+
| "7fe0fb6b6000-7fe0fb6f7000 rw-p 00000000 00:00 0 \n"+
| "7fe0fb6f7000-7fe0fb6f8000 ---p 00000000 00:00 0 \n"+
| "7fe0fb6f8000-7fe0fb739000 rw-p 00000000 00:00 0 \n"+
| "7fe0fb739000-7fe0fb73a000 ---p 00000000 00:00 0 \n"+
| "7fe0fb73a000-7fe0fb77b000 rw-p 00000000 00:00 0 \n"+
| "7fe0fb77b000-7fe0fb77c000 ---p 00000000 00:00 0 \n"+
| "7fe0fb77c000-7fe0fb7bd000 rw-p 00000000 00:00 0 \n"+
| "7fe0fb7bd000-7fe0fb7be000 ---p 00000000 00:00 0 \n"+
| "7fe0fb7be000-7fe0fb7ff000 rw-p 00000000 00:00 0 \n"+
| "7fe0fb7ff000-7fe0fb800000 ---p 00000000 00:00 0 \n"+
| "7fe0fb800000-7fe0fb841000 rw-p 00000000 00:00 0 \n"+
| "7fe0fb841000-7fe0fb842000 ---p 00000000 00:00 0 \n"+
| "7fe0fb842000-7fe0fb883000 rw-p 00000000 00:00 0 \n"+
| "7fe0fb883000-7fe0fb884000 ---p 00000000 00:00 0 \n"+
| "7fe0fb884000-7fe0fb8c5000 rw-p 00000000 00:00 0 \n"+
| "7fe0fb8c5000-7fe0fb8c6000 ---p 00000000 00:00 0 \n"+
| "7fe0fb8c6000-7fe0fb907000 rw-p 00000000 00:00 0 \n"+
| "7fe0fb907000-7fe0fb908000 ---p 00000000 00:00 0 \n"+
| "7fe0fb908000-7fe0fb949000 rw-p 00000000 00:00 0 \n"+
| "7fe0fb949000-7fe0fb94a000 ---p 00000000 00:00 0 \n"+
| "7fe0fb94a000-7fe0fb98b000 rw-p 00000000 00:00 0 \n"+
| "7fe0fb98b000-7fe0fb98c000 ---p 00000000 00:00 0 \n"+
| "7fe0fb98c000-7fe0fb9cd000 rw-p 00000000 00:00 0 \n"+
| "7fe0fb9cd000-7fe0fb9ce000 ---p 00000000 00:00 0 \n"+
| "7fe0fb9ce000-7fe0fba0f000 rw-p 00000000 00:00 0 \n"+
| "7fe0fba0f000-7fe0fba10000 ---p 00000000 00:00 0 \n"+
| "7fe0fba10000-7fe0fba51000 rw-p 00000000 00:00 0 \n"+
| "7fe0fba51000-7fe0fba52000 ---p 00000000 00:00 0 \n"+
| "7fe0fba52000-7fe0fba93000 rw-p 00000000 00:00 0 \n"+
| "7fe0fba93000-7fe0fba94000 ---p 00000000 00:00 0 \n"+
| "7fe0fba94000-7fe0fbad5000 rw-p 00000000 00:00 0 \n"+
| "7fe0fbad5000-7fe0fbad6000 ---p 00000000 00:00 0 \n"+
| "7fe0fbad6000-7fe0fbb17000 rw-p 00000000 00:00 0 \n"+
| "7fe0fbb17000-7fe0fbb18000 ---p 00000000 00:00 0 \n"+
| "7fe0fbb18000-7fe0fbb59000 rw-p 00000000 00:00 0 \n"+
| "7fe0fbb59000-7fe0fbb5a000 ---p 00000000 00:00 0 \n"+
| "7fe0fbb5a000-7fe0fbb9b000 rw-p 00000000 00:00 0 \n"+
| "7fe0fbb9b000-7fe0fbb9c000 ---p 00000000 00:00 0 \n"+
| "7fe0fbb9c000-7fe0fbbdd000 rw-p 00000000 00:00 0 \n"+
| "7fe0fbbdd000-7fe0fbbde000 ---p 00000000 00:00 0 \n"+
| "7fe0fbbde000-7fe0fbc1f000 rw-p 00000000 00:00 0 \n"+
| "7fe0fbc1f000-7fe0fbc20000 ---p 00000000 00:00 0 \n"+
| "7fe0fbc20000-7fe0fbc61000 rw-p 00000000 00:00 0 \n"+
| "7fe0fbc61000-7fe0fbc62000 ---p 00000000 00:00 0 \n"+
| "7fe0fbc62000-7fe0fbca3000 rw-p 00000000 00:00 0 \n"+
| "7fe0fbca3000-7fe0fbca4000 ---p 00000000 00:00 0 \n"+
| "7fe0fbca4000-7fe0fbce5000 rw-p 00000000 00:00 0 \n"+
| "7fe0fbce5000-7fe0fbce6000 ---p 00000000 00:00 0 \n"+
| "7fe0fbce6000-7fe0fbd27000 rw-p 00000000 00:00 0 \n"+
| "7fe0fbd27000-7fe0fbd28000 ---p 00000000 00:00 0 \n"+
| "7fe0fbd28000-7fe0fbd69000 rw-p 00000000 00:00 0 \n"+
| "7fe0fbd69000-7fe0fbd6a000 ---p 00000000 00:00 0 \n"+
| "7fe0fbd6a000-7fe0fbdab000 rw-p 00000000 00:00 0 \n"+
| "7fe0fbdab000-7fe0fbdac000 ---p 00000000 00:00 0 \n"+
| "7fe0fbdac000-7fe0fbded000 rw-p 00000000 00:00 0 \n"+
| "7fe0fbded000-7fe0fbdee000 ---p 00000000 00:00 0 \n"+
| "7fe0fbdee000-7fe0fbe2f000 rw-p 00000000 00:00 0 \n"+
| "7fe0fbe2f000-7fe0fbe30000 ---p 00000000 00:00 0 \n"+
| "7fe0fbe30000-7fe0fc680000 rw-p 00000000 00:00 0 \n"+
| "7fe0fc685000-7fe0fc686000 r--p 00000000 00:56 14185782 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so\n"+
| "7fe0fc686000-7fe0fc687000 r-xp 00001000 00:56 14185782 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so\n"+
| "7fe0fc687000-7fe0fc688000 r--p 00002000 00:56 14185782 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so\n"+
| "7fe0fc688000-7fe0fc689000 r--p 00002000 00:56 14185782 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so\n"+
| "7fe0fc689000-7fe0fc68a000 rw-p 00003000 00:56 14185782 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so\n"+
| "7fe0fc68a000-7fe0fc68b000 r--p 00000000 00:56 14187387 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so\n"+
| "7fe0fc68b000-7fe0fc68c000 r-xp 00001000 00:56 14187387 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so\n"+
| "7fe0fc68c000-7fe0fc68d000 r--p 00002000 00:56 14187387 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so\n"+
| "7fe0fc68d000-7fe0fc68e000 r--p 00002000 00:56 14187387 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so\n"+
| "7fe0fc68e000-7fe0fc68f000 rw-p 00003000 00:56 14187387 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so\n"+
| "7fe0fc68f000-7fe115b00000 rw-p 00000000 00:00 0 \n"+
| "7fe115b03000-7fe115c06000 rw-p 00000000 00:00 0 \n"+
| "7fe115c06000-7fe115c09000 r--p 00000000 00:56 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1\n"+
| "7fe115c09000-7fe115c20000 r-xp 00003000 00:56 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1\n"+
| "7fe115c20000-7fe115c24000 r--p 0001a000 00:56 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1\n"+
| "7fe115c24000-7fe115c25000 r--p 0001d000 00:56 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1\n"+
| "7fe115c25000-7fe115c26000 rw-p 0001e000 00:56 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1\n"+
| "7fe115c26000-7fe115c4e000 r--p 00000000 00:56 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6\n"+
| "7fe115c4e000-7fe115de3000 r-xp 00028000 00:56 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6\n"+
| "7fe115de3000-7fe115e3b000 r--p 001bd000 00:56 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6\n"+
| "7fe115e3b000-7fe115e3f000 r--p 00214000 00:56 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6\n"+
| "7fe115e3f000-7fe115e41000 rw-p 00218000 00:56 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6\n"+
| "7fe115e41000-7fe115e50000 rw-p 00000000 00:00 0 \n"+
| "7fe115e50000-7fe115e5e000 r--p 00000000 00:56 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6\n"+
| "7fe115e5e000-7fe115eda000 r-xp 0000e000 00:56 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6\n"+
| "7fe115eda000-7fe115f35000 r--p 0008a000 00:56 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6\n"+
| "7fe115f35000-7fe115f36000 r--p 000e4000 00:56 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6\n"+
| "7fe115f36000-7fe115f37000 rw-p 000e5000 00:56 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6\n"+
| "7fe115f37000-7fe115f39000 r--p 00000000 00:56 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0\n"+
| "7fe115f39000-7fe115f4d000 r-xp 00002000 00:56 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0\n"+
| "7fe115f4d000-7fe115f66000 r--p 00016000 00:56 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0\n"+
| "7fe115f66000-7fe115f67000 ---p 0002f000 00:56 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0\n"+
| "7fe115f67000-7fe115f68000 r--p 0002f000 00:56 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0\n"+
| "7fe115f68000-7fe115f69000 rw-p 00030000 00:56 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0\n"+
| "7fe115f69000-7fe115f71000 rw-p 00000000 00:00 0 \n"+
| "7fe115f71000-7fe115f7b000 r--p 00000000 00:56 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1\n"+
| "7fe115f7b000-7fe115fda000 r-xp 0000a000 00:56 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1\n"+
| "7fe115fda000-7fe115ff1000 r--p 00069000 00:56 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1\n"+
| "7fe115ff1000-7fe115ff2000 r--p 0007f000 00:56 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1\n"+
| "7fe115ff2000-7fe115ff3000 rw-p 00080000 00:56 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1\n"+
| "7fe115ff3000-7fe115ff5000 r--p 00000000 00:56 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11\n"+
| "7fe115ff5000-7fe116006000 r-xp 00002000 00:56 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11\n"+
| "7fe116006000-7fe11600c000 r--p 00013000 00:56 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11\n"+
| "7fe11600c000-7fe11600d000 ---p 00019000 00:56 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11\n"+
| "7fe11600d000-7fe11600e000 r--p 00019000 00:56 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11\n"+
| "7fe11600e000-7fe11600f000 rw-p 0001a000 00:56 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11\n"+
| "7fe116013000-7fe11605e000 r--p 00000000 00:56 13406203 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0\n"+
| "7fe11605e000-7fe116459000 r-xp 0004b000 00:56 13406203 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0\n"+
| "7fe116459000-7fe1165e2000 r--p 00446000 00:56 13406203 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0\n"+
| "7fe1165e2000-7fe1165f9000 r--p 005ce000 00:56 13406203 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0\n"+
| "7fe1165f9000-7fe1165fd000 rw-p 005e5000 00:56 13406203 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0\n"+
| "7fe1165fd000-7fe116614000 rw-p 00000000 00:00 0 \n"+
| "7fe116614000-7fe116616000 r--p 00000000 00:56 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2\n"+
| "7fe116616000-7fe116640000 r-xp 00002000 00:56 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2\n"+
| "7fe116640000-7fe11664b000 r--p 0002c000 00:56 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2\n"+
| "7fe11664c000-7fe11664e000 r--p 00037000 00:56 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2\n"+
| "7fe11664e000-7fe116650000 rw-p 00039000 00:56 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2\n"+
| "7ffcb37db000-7ffcb3fda000 rw-p 00000000 00:00 0 [stack]\n"+
| "7ffcb3ff9000-7ffcb3ffd000 r--p 00000000 00:00 0 [vvar]\n"+
| "7ffcb3ffd000-7ffcb3fff000 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(17/20) tests in 1380.862302s, 19.5414 tests/s, 6930.3275 assertions/s.
458727 tests, 162679962 assertions, 1 failures, 0 errors, 1984 skips
ruby -v: ruby 3.3.0dev (2023-12-21T21:12:36Z master fc549b2b3a) [x86_64-linux]
make: *** [uncommon.mk:943: yes-test-all] Error 1
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' 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 -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-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/prism -I/tmp/ruby/src/trunk-repeat20/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/yjit/target/release/' /tmp/ruby/src/trunk-repeat20/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-repeat20'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.9.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.9.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
$ /tmp/ruby/build/trunk-repeat20/miniruby -I/tmp/ruby/src/trunk-repeat20/lib /tmp/ruby/src/trunk-repeat20/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20 --extout=.ext -- /tmp/ruby/src/trunk-repeat20/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20/spec/default.mspec --error-output stderr --debug
ruby 3.3.0dev (2023-12-21T21:12:36Z master fc549b2b3a) [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 125.501105 seconds
3728 files, 32495 examples, 157395 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS=--repeat-count=20" exit with 0.