# Logfile created on 2023-08-04 02:58:51 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000056278dc55fe8 @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.20230804-025851", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000056278dceb430 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000056278dceb2f0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000056278dceb110 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20230804-025851", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20230804-025851>, @binmode=false, @mon_data=#<Monitor:0x000056278dceb048>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
* branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src -j4
From https://github.com/ruby/ruby
5336b2f..4f99240 master -> origin/master
Updating 5336b2f..4f99240
Fast-forward
array.c | 9 ++--
bootstraptest/test_yjit.rb | 11 +++++
gc.c | 2 -
misc/gdb.py | 23 ++++++----
string.c | 23 ++++++++--
yjit/src/backend/arm64/mod.rs | 3 ++
yjit/src/backend/ir.rs | 8 +++-
yjit/src/backend/x86_64/mod.rs | 74 +++++++++++++++++++++++++-----
yjit/src/codegen.rs | 101 +++++++++++++++++++++++++++++++----------
yjit/src/stats.rs | 3 +-
10 files changed, 197 insertions(+), 60 deletions(-)
Latest commit hash = 4f99240b2e
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
/tmp/ruby/src/trunk-repeat50/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-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
* branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision unchanged
$$$[end] "make after-update -j4" exit with 0.
$$$[beg] make miniruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
compiling /tmp/ruby/src/trunk-repeat50/array.c
compiling /tmp/ruby/src/trunk-repeat50/gc.c
compiling /tmp/ruby/src/trunk-repeat50/string.c
compiling /tmp/ruby/src/trunk-repeat50/version.c
building Rust YJIT (release mode)
touch yjit/target/release/libyjit.a
partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
builtin_binary.inc updated
compiling /tmp/ruby/src/trunk-repeat50/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.3.0
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-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
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[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]: 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/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving 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/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering 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/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering 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/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
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/rbs-3.1.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
From https://github.com/ruby/typeprof
* branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision unchanged
making srcs under enc
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'
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'
ext/configure-ext.mk unchanged
making encs
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[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/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
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/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/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]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering 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/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving 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/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering 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/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.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.1.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat50/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc
Installing to
installing binary commands: /tmp/ruby/install/trunk-repeat50/bin
installing base libraries: /tmp/ruby/install/trunk-repeat50/lib
installing arch files: /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-repeat50/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-repeat50/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers: /tmp/ruby/install/trunk-repeat50/include/ruby-3.3.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-repeat50/bin
installing library scripts: /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0
installing common headers: /tmp/ruby/install/trunk-repeat50/include/ruby-3.3.0+0
installing manpages: /tmp/ruby/install/trunk-repeat50/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.3.0+0
abbrev 0.1.1
base64 0.1.1
benchmark 0.2.1
bundler 2.5.0.dev
cgi 0.3.6
csv 3.2.8
delegate 0.3.0
did_you_mean 1.6.3
drb 2.1.1
english 0.7.2
erb 4.0.2
error_highlight 0.5.1
fileutils 1.7.1
find 0.1.1
forwardable 1.3.3
getoptlong 0.2.0
ipaddr 1.2.5
irb 1.7.4
logger 1.5.3
mutex_m 0.1.2
net-http 0.3.2
net-protocol 0.2.1
observer 0.1.1
open-uri 0.3.0
open3 0.1.2
optparse 0.4.0.pre.1
ostruct 0.5.5
pp 0.4.0
prettyprint 0.1.1
pstore 0.1.2
rdoc 6.5.0
readline 0.0.3
reline 0.3.7
resolv 0.2.2
resolv-replace 0.1.1
rinda 0.1.1
ruby2_keywords 0.0.5
securerandom 0.2.2
set 1.0.3
shellwords 0.1.0
singleton 0.1.1
syntax_suggest 1.1.0
tempfile 0.1.3
time 0.2.2
timeout 0.4.0
tmpdir 0.1.3
tsort 0.1.1
un 0.2.1
uri 0.12.2
weakref 0.1.2
yaml 0.2.1
yarp 0.4.0
installing default gems from ext: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.3.0+0
bigdecimal 3.1.4
date 3.3.3
digest 3.1.1
etc 1.4.2
fcntl 1.0.2
fiddle 1.1.2
io-console 0.6.0
io-nonblock 0.2.0
io-wait 0.3.0
json 2.6.3
nkf 0.1.3
openssl 3.1.0
pathname 0.2.1
psych 5.1.0
stringio 3.0.8
strscan 3.0.7
syslog 0.1.1
zlib 3.0.0
installing bundled gems: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.3.0+0
minitest 5.19.0
power_assert 2.0.3
rake 13.0.6
test-unit 3.6.1
rexml 3.2.6
rss 0.2.9
net-ftp 0.2.0
net-imap 0.3.7
net-pop 0.1.2
net-smtp 0.3.3
matrix 0.4.2
prime 0.1.2
rbs 3.1.3
typeprof 0.21.7
debug 1.8.0
racc 1.7.1
installing bundled gem cache: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1842 tests
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=50
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic TESTS=--repeat-count=50" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50
Run options:
--seed=3100
"--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: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 37799>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 8 : #<TCPServer:fd 8, AF_INET6, ::, 37799>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_cache_update_path: 7
Closed file descriptor: TestGemRemoteFetcher#test_cache_update_path: 8
Closed file descriptor: TestGemRemoteFetcher#test_cache_update_path: 9
Closed file descriptor: TestGemRemoteFetcher#test_cache_update_path: 10
Finished(1/50) tests in 1101.408399s, 22.7917 tests/s, 8368.0504 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_instance_profile_creds: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 39555>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_instance_profile_creds: 8 : #<TCPServer:fd 8, AF_INET6, ::, 39555>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_instance_profile_creds: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_instance_profile_creds: 10 : #<IO:fd 10>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_instance_profile_creds: 11 : #<TCPServer:fd 11, AF_INET, 0.0.0.0, 46095>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_instance_profile_creds: 12 : #<TCPServer:fd 12, AF_INET6, ::, 46095>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_instance_profile_creds: 13 : #<IO:fd 13>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_instance_profile_creds: 14 : #<IO:fd 14>
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_instance_profile_creds_with_region: 7
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_instance_profile_creds_with_region: 8
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_instance_profile_creds_with_region: 9
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_instance_profile_creds_with_region: 10
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_instance_profile_creds_with_region: 11
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_instance_profile_creds_with_region: 12
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_instance_profile_creds_with_region: 13
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_instance_profile_creds_with_region: 14
Finished(2/50) tests in 1276.959727s, 19.6584 tests/s, 7223.7603 assertions/s.
Finished(3/50) tests in 1309.768518s, 19.1660 tests/s, 7043.0667 assertions/s.
Finished(4/50) tests in 1233.957323s, 20.3435 tests/s, 7474.3241 assertions/s.
Finished(5/50) tests in 1182.769413s, 21.2239 tests/s, 7796.0394 assertions/s.
Finished(6/50) tests in 1176.050864s, 21.3452 tests/s, 7841.2756 assertions/s.
Finished(7/50) tests in 1294.074025s, 19.3984 tests/s, 7125.4401 assertions/s.
Finished(8/50) tests in 1355.670093s, 18.5170 tests/s, 6805.3253 assertions/s.
Finished(9/50) tests in 1346.449475s, 18.6438 tests/s, 6851.0242 assertions/s.
Finished(10/50) tests in 1246.028824s, 20.1464 tests/s, 7401.4596 assertions/s.
Finished(11/50) tests in 1259.972927s, 19.9234 tests/s, 7321.4470 assertions/s.
Finished(12/50) tests in 1324.268576s, 18.9561 tests/s, 6965.9646 assertions/s.
Finished(13/50) tests in 1329.015778s, 18.8884 tests/s, 6941.8010 assertions/s.
Finished(14/50) tests in 1403.171778s, 17.8902 tests/s, 6574.8279 assertions/s.
Finished(15/50) tests in 1343.143852s, 18.6897 tests/s, 6868.7840 assertions/s.
Finished(16/50) tests in 1315.823327s, 19.0778 tests/s, 7011.1441 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_self_fetcher: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 41275>
Leaked file descriptor: TestGemRemoteFetcher#test_self_fetcher: 8 : #<TCPServer:fd 8, AF_INET6, ::, 41275>
Leaked file descriptor: TestGemRemoteFetcher#test_self_fetcher: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_self_fetcher: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds: 7
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds: 8
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds: 9
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds: 10
Finished(17/50) tests in 1259.209147s, 19.9355 tests/s, 7327.7017 assertions/s.
Finished(18/50) tests in 1328.562369s, 18.8949 tests/s, 6943.2435 assertions/s.
Finished(19/50) tests in 1295.529575s, 19.3766 tests/s, 7120.4511 assertions/s.
Finished(20/50) tests in 1472.585016s, 17.0469 tests/s, 6264.0492 assertions/s.
Finished(21/50) tests in 1262.694622s, 19.8805 tests/s, 7306.5711 assertions/s.
Finished(22/50) tests in 1238.239105s, 20.2731 tests/s, 7451.6383 assertions/s.
Finished(23/50) tests in 1268.296031s, 19.7927 tests/s, 7269.2650 assertions/s.
Finished(24/50) tests in 1349.379714s, 18.6034 tests/s, 6836.4345 assertions/s.
1) Timeout:
TestMkmfFlags#test_try_ldflag_invalid_opt
2) Timeout:
TestMkmfFlags#test_try_cppflag_invalid_opt
TTFinished(25/50) tests in 1485.904971s, 16.8941 tests/s, 6208.2988 assertions/s.
627575 tests, 230600433 assertions, 0 failures, 2 errors, 1820 skips
ruby -v: ruby 3.3.0dev (2023-08-03T20:14:44Z master 4f99240b2e) [x86_64-linux]
make: *** [uncommon.mk:891: yes-test-all] Error 2
$$$[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' TESTS=--repeat-count=50
$ /tmp/ruby/build/trunk-repeat50/miniruby -I/tmp/ruby/src/trunk-repeat50/lib /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat50 --extout=.ext -- /tmp/ruby/src/trunk-repeat50/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat50/spec/default.mspec --error-output stderr
ruby 3.3.0dev (2023-08-03T20:14:44Z master 4f99240b2e) [x86_64-linux]
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 141.793618 seconds
3708 files, 32149 examples, 158944 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS=--repeat-count=50" exit with 0.
$ gdb -batch -se /tmp/ruby/build/trunk-repeat50/ruby -c /tmp/cores/core.1001.2274927.ruby -x gdbscript
[New LWP 2274927]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat50/ruby -w --disable=gems -I/tmp/ruby/src/trunk-rep'.
Program terminated with signal SIGABRT, Aborted.
#0 0x00007fccabbea45a in __GI___wait4 (pid=2274933, stat_loc=stat_loc@entry=0x7ffce4a0a928, options=0, usage=usage@entry=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fccabadec00 (LWP 2274927) 0x00007fccabbea45a in __GI___wait4 (pid=2274933, stat_loc=stat_loc@entry=0x7ffce4a0a928, options=0, usage=usage@entry=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30
>>> Machine level backtrace
Thread 1 (Thread 0x7fccabadec00 (LWP 2274927)):
#0 0x00007fccabbea45a in __GI___wait4 (pid=2274933, stat_loc=stat_loc@entry=0x7ffce4a0a928, options=0, usage=usage@entry=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30
sc_ret = -512
sc_ret = <optimized out>
#1 0x00007fccabbea41b in __GI___waitpid (pid=<optimized out>, stat_loc=stat_loc@entry=0x7ffce4a0a928, options=<optimized out>) at ./posix/waitpid.c:38
No locals.
#2 0x00007fccac0cc137 in do_waitpid (flags=<optimized out>, st=0x7ffce4a0a928, pid=<optimized out>) at /tmp/ruby/src/trunk-repeat50/process.c:1072
No locals.
#3 waitpid_blocking_no_SIGCHLD (x=x@entry=0x7ffce4a0a900) at /tmp/ruby/src/trunk-repeat50/process.c:1106
w = 0x7ffce4a0a900
#4 0x00007fccac179955 in rb_nogvl (func=0x7fccac0cc120 <waitpid_blocking_no_SIGCHLD>, data1=0x7ffce4a0a900, ubf=<optimized out>, data2=<optimized out>, flags=<optimized out>) at /tmp/ruby/src/trunk-repeat50/thread.c:1552
__region = {prev_status = THREAD_RUNNABLE}
val = 0x0
ec = 0x5618cbb99120
th = 0x5618cbb97f90
vm = 0x5618cbb95b10
is_main_thread = true
saved_errno = 0
ubf_th = 0
#5 0x00007fccac0d15bc in waitpid_no_SIGCHLD (w=0x7ffce4a0a900) at /tmp/ruby/src/trunk-repeat50/process.c:1119
No locals.
#6 rb_process_status_wait (pid=<optimized out>, flags=flags@entry=0) at /tmp/ruby/src/trunk-repeat50/process.c:1141
waitpid_state = {wnode = {next = 0x7fcca9f27b78, prev = 0x7ffce4a0aa40}, ec = 0x5618cbb99120, cond = 0xb2049cc66dfcc600, ret = 0, pid = 2274933, status = 0, options = 0, errnum = 0}
#7 0x00007fccac0d175b in rb_waitpid (pid=<optimized out>, st=st@entry=0x7ffce4a0a9a0, flags=flags@entry=0) at /tmp/ruby/src/trunk-repeat50/process.c:1214
status = <optimized out>
data = <optimized out>
#8 0x00007fccac032d70 in fptr_waitpid (nohang=0, fptr=0x5618cbfdb900) at /tmp/ruby/src/trunk-repeat50/io.c:5657
status = -459232864
#9 fptr_waitpid (nohang=0, fptr=0x5618cbfdb900) at /tmp/ruby/src/trunk-repeat50/io.c:5652
status = <optimized out>
status = <optimized out>
#10 pipe_close (io=<optimized out>) at /tmp/ruby/src/trunk-repeat50/io.c:7723
fptr = 0x5618cbfdb900
#11 0x00007fccabfef9f4 in rb_ensure (b_proc=0x7fccac1cdf30 <rb_yield>, data1=140517001296760, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk-repeat50/eval.c:1017
state = <optimized out>
result = 4
errinfo = 140517001296600
ec = 0x5618cbb99120
ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7fccac032bf0 <pipe_close>, data2 = 140517001296760}}
#12 0x00007fccac1b25e4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3462
ci = <optimized out>
cc = <optimized out>
val = <optimized out>
me = <optimized out>
cfunc = <optimized out>
recv = <optimized out>
frame_type = <optimized out>
len = <optimized out>
block_handler = <optimized out>
ci = <optimized out>
cc = <optimized out>
val = <optimized out>
me = <optimized out>
cfunc = <optimized out>
recv = <optimized out>
block_handler = <optimized out>
frame_type = <optimized out>
len = <optimized out>
args = <optimized out>
flag_arg_ = <optimized out>
hooks_arg_ = <optimized out>
flag_arg_ = <optimized out>
hooks_arg_ = <optimized out>
args = <optimized out>
#13 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3490
argc = <optimized out>
stack_bottom = <optimized out>
argv = <optimized out>
argc = <optimized out>
stack_bottom = <optimized out>
argv = <optimized out>
#14 vm_call_cfunc_other (ec=0x5618cbb99120, reg_cfp=0x7fccabadcc90, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3516
ci = <optimized out>
argv_ary = <optimized out>
#15 0x00007fccac1c445b in vm_sendish (method_explorer=mexp_search_method, block_handler=<optimized out>, cd=0x5618cbee1e00, reg_cfp=0x7fccabadcc90, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_callinfo.h:403
val = 36
ci = <optimized out>
cc = <optimized out>
recv = <optimized out>
argc = <optimized out>
calling = {cd = 0x5618cbee1e00, cc = 0x7fcca9f28708, block_handler = 4186380, recv = 140517011749560, argc = 2, kw_splat = false, heap_argv = 0}
val = <optimized out>
ci = <optimized out>
cc = <optimized out>
argc = <optimized out>
recv = <optimized out>
calling = <optimized out>
#16 vm_exec_core (ec=<optimized out>) at ../../src/trunk-repeat50/insns.def:815
bh = <optimized out>
cd = 0x5618cbee1e00
blockiseq = <optimized out>
leaf = false
val = <optimized out>
reg_pc = 0x5618cbf2aed8
reg_cfp = 0x7fccabadcc90
insns_address_table = {0x7fccac1c1e63 <vm_exec_core+723>, 0x7fccac1c1df7 <vm_exec_core+615>, 0x7fccac1c1ffe <vm_exec_core+1134>, 0x7fccac1c1f7c <vm_exec_core+1004>, 0x7fccac1c1f02 <vm_exec_core+882>, 0x7fccac1c1e8b <vm_exec_core+763>, 0x7fccac1c36b7 <vm_exec_core+6951>, 0x7fccac1c26f4 <vm_exec_core+2916>, 0x7fccac1c263f <vm_exec_core+2735>, 0x7fccac1c25e7 <vm_exec_core+2647>, 0x7fccac1c2404 <vm_exec_core+2164>, 0x7fccac1c21f3 <vm_exec_core+1635>, 0x7fccac1c20fb <vm_exec_core+1387>, 0x7fccac1c2072 <vm_exec_core+1250>, 0x7fccac1c3668 <vm_exec_core+6872>, 0x7fccac1c3625 <vm_exec_core+6805>, 0x7fccac1c35e7 <vm_exec_core+6743>, 0x7fccac1c35ac <vm_exec_core+6684>, 0x7fccac1c3571 <vm_exec_core+6625>, 0x7fccac1c3536 <vm_exec_core+6566>, 0x7fccac1c34c0 <vm_exec_core+6448>, 0x7fccac1c347d <vm_exec_core+6381>, 0x7fccac1c341f <vm_exec_core+6287>, 0x7fccac1c33d3 <vm_exec_core+6211>, 0x7fccac1c3344 <vm_exec_core+6068>, 0x7fccac1c3307 <vm_exec_core+6007>, 0x7fccac1c32a6 <vm_exec_core+5910>, 0x7fccac1c3229 <vm_exec_core+5785>, 0x7fccac1c31e9 <vm_exec_core+5721>, 0x7fccac1c31a9 <vm_exec_core+5657>, 0x7fccac1c3e16 <vm_exec_core+8838>, 0x7fccac1c3d7d <vm_exec_core+8685>, 0x7fccac1c3d18 <vm_exec_core+8584>, 0x7fccac1c3cbc <vm_exec_core+8492>, 0x7fccac1c3c6c <vm_exec_core+8412>, 0x7fccac1c3c3f <vm_exec_core+8367>, 0x7fccac1c3bfe <vm_exec_core+8302>, 0x7fccac1c3ba3 <vm_exec_core+8211>, 0x7fccac1c3b69 <vm_exec_core+8153>, 0x7fccac1c3a76 <vm_exec_core+7910>, 0x7fccac1c3a29 <vm_exec_core+7833>, 0x7fccac1c39db <vm_exec_core+7755>, 0x7fccac1c39a3 <vm_exec_core+7699>, 0x7fccac1c3930 <vm_exec_core+7584>, 0x7fccac1c38c8 <vm_exec_core+7480>, 0x7fccac1c378d <vm_exec_core+7165>, 0x7fccac1c42f3 <vm_exec_core+10083>, 0x7fccac1c425e <vm_exec_core+9934>, 0x7fccac1c4157 <vm_exec_core+9671>, 0x7fccac1c4117 <vm_exec_core+9607>, 0x7fccac1c4488 <vm_exec_core+10488>, 0x7fccac1c4368 <vm_exec_core+10200>, 0x7fccac1c1be8 <vm_exec_core+88>, 0x7fccac1c44d3 <vm_exec_core+10563>, 0x7fccac1c3fad <vm_exec_core+9245>, 0x7fccac1c4ca4 <vm_exec_core+12564>, 0x7fccac1c3fff <vm_exec_core+9327>, 0x7fccac1c4051 <vm_exec_core+9409>, 0x7fccac1c30b8 <vm_exec_core+5416>, 0x7fccac1c2f90 <vm_exec_core+5120>, 0x7fccac1c2ed9 <vm_exec_core+4937>, 0x7fccac1c4615 <vm_exec_core+10885>, 0x7fccac1c2e99 <vm_exec_core+4873>, 0x7fccac1c2df8 <vm_exec_core+4712>, 0x7fccac1c2d99 <vm_exec_core+4617>, 0x7fccac1c2e57 <vm_exec_core+4807>, 0x7fccac1c2ceb <vm_exec_core+4443>, 0x7fccac1c2c3e <vm_exec_core+4270>, 0x7fccac1c5534 <vm_exec_core+14756>, 0x7fccac1c559e <vm_exec_core+14862>, 0x7fccac1c5492 <vm_exec_core+14594>, 0x7fccac1c5058 <vm_exec_core+13512>, 0x7fccac1c50e0 <vm_exec_core+13648>, 0x7fccac1c517d <vm_exec_core+13805>, 0x7fccac1c51e9 <vm_exec_core+13913>, 0x7fccac1c5265 <vm_exec_core+14037>, 0x7fccac1c52c5 <vm_exec_core+14133>, 0x7fccac1c5325 <vm_exec_core+14229>, 0x7fccac1c5385 <vm_exec_core+14325>, 0x7fccac1c4cf0 <vm_exec_core+12640>, 0x7fccac1c4d7b <vm_exec_core+12779>, 0x7fccac1c4dd1 <vm_exec_core+12865>, 0x7fccac1c4e2f <vm_exec_core+12959>, 0x7fccac1c5400 <vm_exec_core+14448>, 0x7fccac1c2b81 <vm_exec_core+4081>, 0x7fccac1c2ac9 <vm_exec_core+3897>, 0x7fccac1c4c64 <vm_exec_core+12500>, 0x7fccac1c4ea0 <vm_exec_core+13072>, 0x7fccac1c4ee0 <vm_exec_core+13136>, 0x7fccac1c4f2c <vm_exec_core+13212>, 0x7fccac1c4f83 <vm_exec_core+13299>, 0x7fccac1c4c16 <vm_exec_core+12422>, 0x7fccac1c2a54 <vm_exec_core+3780>, 0x7fccac1c29d0 <vm_exec_core+3648>, 0x7fccac1c2920 <vm_exec_core+3472>, 0x7fccac1c28d3 <vm_exec_core+3395>, 0x7fccac1c287e <vm_exec_core+3310>, 0x7fccac1c2829 <vm_exec_core+3225>, 0x7fccac1c27cc <vm_exec_core+3132>, 0x7fccac1c2791 <vm_exec_core+3073>, 0x7fccac1c2756 <vm_exec_core+3014>, 0x7fccac1c1e54 <vm_exec_core+708>, 0x7fccac1c1de8 <vm_exec_core+600>, 0x7fccac1c1fef <vm_exec_core+1119>, 0x7fccac1c1f6d <vm_exec_core+989>, 0x7fccac1c1ef3 <vm_exec_core+867>, 0x7fccac1c1e7c <vm_exec_core+748>, 0x7fccac1c36a8 <vm_exec_core+6936>, 0x7fccac1c26e5 <vm_exec_core+2901>, 0x7fccac1c2630 <vm_exec_core+2720>, 0x7fccac1c25d8 <vm_exec_core+2632>, 0x7fccac1c23f5 <vm_exec_core+2149>, 0x7fccac1c21e4 <vm_exec_core+1620>, 0x7fccac1c20ec <vm_exec_core+1372>, 0x7fccac1c2063 <vm_exec_core+1235>, 0x7fccac1c3659 <vm_exec_core+6857>, 0x7fccac1c3616 <vm_exec_core+6790>, 0x7fccac1c35d8 <vm_exec_core+6728>, 0x7fccac1c359d <vm_exec_core+6669>, 0x7fccac1c3562 <vm_exec_core+6610>, 0x7fccac1c3527 <vm_exec_core+6551>, 0x7fccac1c34b1 <vm_exec_core+6433>, 0x7fccac1c346e <vm_exec_core+6366>, 0x7fccac1c3410 <vm_exec_core+6272>, 0x7fccac1c33c4 <vm_exec_core+6196>, 0x7fccac1c3335 <vm_exec_core+6053>, 0x7fccac1c32f8 <vm_exec_core+5992>, 0x7fccac1c3297 <vm_exec_core+5895>, 0x7fccac1c321a <vm_exec_core+5770>, 0x7fccac1c31da <vm_exec_core+5706>, 0x7fccac1c319a <vm_exec_core+5642>, 0x7fccac1c3e07 <vm_exec_core+8823>, 0x7fccac1c3d6e <vm_exec_core+8670>, 0x7fccac1c3d09 <vm_exec_core+8569>, 0x7fccac1c3cad <vm_exec_core+8477>, 0x7fccac1c3c5d <vm_exec_core+8397>, 0x7fccac1c3c30 <vm_exec_core+8352>, 0x7fccac1c3bef <vm_exec_core+8287>, 0x7fccac1c3b94 <vm_exec_core+8196>, 0x7fccac1c3b5a <vm_exec_core+8138>, 0x7fccac1c3a67 <vm_exec_core+7895>, 0x7fccac1c3a1a <vm_exec_core+7818>, 0x7fccac1c39cc <vm_exec_core+7740>, 0x7fccac1c3994 <vm_exec_core+7684>, 0x7fccac1c3921 <vm_exec_core+7569>, 0x7fccac1c38b9 <vm_exec_core+7465>, 0x7fccac1c377e <vm_exec_core+7150>, 0x7fccac1c42e4 <vm_exec_core+10068>, 0x7fccac1c424f <vm_exec_core+9919>, 0x7fccac1c4148 <vm_exec_core+9656>, 0x7fccac1c4108 <vm_exec_core+9592>, 0x7fccac1c4479 <vm_exec_core+10473>, 0x7fccac1c4359 <vm_exec_core+10185>, 0x7fccac1c570c <vm_exec_core+15228>, 0x7fccac1c44c4 <vm_exec_core+10548>, 0x7fccac1c3f9e <vm_exec_core+9230>, 0x7fccac1c5720 <vm_exec_core+15248>, 0x7fccac1c3ff0 <vm_exec_core+9312>, 0x7fccac1c4042 <vm_exec_core+9394>, 0x7fccac1c30a9 <vm_exec_core+5401>, 0x7fccac1c2f81 <vm_exec_core+5105>, 0x7fccac1c2eca <vm_exec_core+4922>, 0x7fccac1c4606 <vm_exec_core+10870>, 0x7fccac1c2e8a <vm_exec_core+4858>, 0x7fccac1c2de9 <vm_exec_core+4697>, 0x7fccac1c2d8a <vm_exec_core+4602>, 0x7fccac1c2e48 <vm_exec_core+4792>, 0x7fccac1c2cdc <vm_exec_core+4428>, 0x7fccac1c2c2f <vm_exec_core+4255>, 0x7fccac1c5734 <vm_exec_core+15268>, 0x7fccac1c5748 <vm_exec_core+15288>, 0x7fccac1c575c <vm_exec_core+15308>, 0x7fccac1c5770 <vm_exec_core+15328>, 0x7fccac1c5784 <vm_exec_core+15348>, 0x7fccac1c5798 <vm_exec_core+15368>, 0x7fccac1c53e5 <vm_exec_core+14421>, 0x7fccac1c56f8 <vm_exec_core+15208>, 0x7fccac1c56d0 <vm_exec_core+15168>, 0x7fccac1c56e4 <vm_exec_core+15188>, 0x7fccac1c5680 <vm_exec_core+15088>, 0x7fccac1c5694 <vm_exec_core+15108>, 0x7fccac1c56a8 <vm_exec_core+15128>, 0x7fccac1c56bc <vm_exec_core+15148>, 0x7fccac1c5608 <vm_exec_core+14968>, 0x7fccac1c561c <vm_exec_core+14988>, 0x7fccac1c2b72 <vm_exec_core+4066>, 0x7fccac1c2aba <vm_exec_core+3882>, 0x7fccac1c5630 <vm_exec_core+15008>, 0x7fccac1c5644 <vm_exec_core+15028>, 0x7fccac1c5658 <vm_exec_core+15048>, 0x7fccac1c566c <vm_exec_core+15068>, 0x7fccac1c1bd1 <vm_exec_core+65>, 0x7fccac1c1bd5 <vm_exec_core+69>, 0x7fccac1c2a45 <vm_exec_core+3765>, 0x7fccac1c29c1 <vm_exec_core+3633>, 0x7fccac1c2911 <vm_exec_core+3457>, 0x7fccac1c28c4 <vm_exec_core+3380>, 0x7fccac1c286f <vm_exec_core+3295>, 0x7fccac1c281a <vm_exec_core+3210>, 0x7fccac1c27bd <vm_exec_core+3117>...}
#17 0x00007fccac1c8ce4 in rb_vm_exec (ec=0x5618cbb99120) at /tmp/ruby/src/trunk-repeat50/vm.c:2399
_ec = 0x5618cbb99120
_tag = {tag = 36, retval = 4, buf = {0x7ffce4a0add0, 0x7fccac1c8418 <rb_vm_exec+360>, 0x0, 0x7ffce4a0ac80, 0x7fccac4c6040 <_rtld_global>}, prev = 0x7ffce4a0ae10, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = 36
#18 0x00007fccabfeb1d1 in rb_ec_exec_node (ec=ec@entry=0x5618cbb99120, n=n@entry=0x7fcca9f21228) at /tmp/ruby/src/trunk-repeat50/eval.c:287
th = <optimized out>
_ec = <optimized out>
_tag = {tag = 36, retval = 140517037260580, buf = {0x7fcca9f21228, 0x7fccabfeb222 <rb_ec_exec_node+258>, 0x0, 0x7ffce4a0ade0, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
iseq = 0x7fcca9f21228
#19 0x00007fccabff1703 in ruby_run_node (n=0x7fcca9f21228) at /tmp/ruby/src/trunk-repeat50/eval.c:328
ec = 0x5618cbb99120
status = 0
#20 0x00005618ca96c187 in rb_main (argv=0x7ffce4a0b018, argc=140) at /tmp/ruby/src/trunk-repeat50/main.c:39
variable_in_this_stack_frame = 140724144224089
#21 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat50/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)