# Logfile created on 2023-11-01 13:11:50 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005563cc44a068 @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-O0", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-O0", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-O0", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-O0", @configure_opts=["optflags=-O0"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @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=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-O0.20231101-131150", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005563cc4df460 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005563cc4df2d0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005563cc4df140 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231101-131150", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231101-131150>, @binmode=false, @mon_data=#<Monitor:0x00005563cc4df078>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk-O0/.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
a1e24ab..9c6dd25 master -> origin/master
Updating a1e24ab..9c6dd25
Fast-forward
test/ruby/test_shapes.rb | 9 +++++++++
variable.c | 8 ++++++--
2 files changed, 15 insertions(+), 2 deletions(-)
Latest commit hash = 9c6dd25093
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
/tmp/ruby/src/trunk-O0/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-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk-O0/.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 = -O0 -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
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/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-O0/variable.c
compiling /tmp/ruby/src/trunk-O0/version.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 = -O0 -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
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/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-O0/builtin.c
linking static-library libruby-static.a
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 = -O0 -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
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
BASERUBY = /usr/bin/ruby --disable=gems
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -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
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
generating encdb.h
generating enc.mk
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
encdb.h unchanged
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.
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/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-O0/bin
installing base libraries: /tmp/ruby/install/trunk-O0/lib
installing arch files: /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers: /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-O0/bin
installing library scripts: /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing common headers: /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0
installing manpages: /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
abbrev 0.1.1
base64 0.1.1
benchmark 0.2.1
bundler 2.5.0.dev
cgi 0.3.6
csv 3.2.8
delegate 0.3.0
did_you_mean 1.6.3
drb 2.1.1
english 0.7.2
erb 4.0.3
error_highlight 0.5.1
fileutils 1.7.1
find 0.1.1
forwardable 1.3.3
getoptlong 0.2.0
ipaddr 1.2.5
irb 1.8.3
logger 1.5.3
mutex_m 0.1.2
net-http 0.3.2
net-protocol 0.2.1
observer 0.1.1
open-uri 0.3.0
open3 0.1.2
optparse 0.4.0.pre.1
ostruct 0.5.5
pp 0.4.0
prettyprint 0.1.1
prism 0.16.0
pstore 0.1.2
rdoc 6.5.0
readline 0.0.3
reline 0.3.9
resolv 0.2.2
resolv-replace 0.1.1
rinda 0.1.1
ruby2_keywords 0.0.5
securerandom 0.2.2
set 1.0.3
shellwords 0.1.0
singleton 0.1.1
syntax_suggest 1.1.0
tempfile 0.1.3
time 0.2.2
timeout 0.4.0
tmpdir 0.1.3
tsort 0.1.1
un 0.2.1
uri 0.12.2
weakref 0.1.2
yaml 0.2.1
installing default gems from ext: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
bigdecimal 3.1.5
date 3.3.3
digest 3.1.1
etc 1.4.3.dev.1
fcntl 1.0.2
fiddle 1.1.2
io-console 0.6.1.dev
io-nonblock 0.2.0
io-wait 0.3.0
json 2.6.3
nkf 0.1.3
openssl 3.2.0
pathname 0.2.1
psych 5.1.1.1
stringio 3.0.9
strscan 3.0.7
syslog 0.1.1
zlib 3.0.0
installing bundled gems: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
minitest 5.20.0
power_assert 2.0.3
rake 13.1.0
test-unit 3.6.1
rexml 3.2.6
rss 0.3.0
net-ftp 0.2.0
net-imap 0.4.3
net-pop 0.1.2
net-smtp 0.4.0
matrix 0.4.2
prime 0.1.2
rbs 3.2.2
typeprof 0.21.8
debug 1.8.0
racc 1.7.1
installing bundled gem cache: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0/cache
skipped bundled gems:
rbs-3.2.0.gem not found in bundled_gems
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1858 tests
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -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
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/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-O0/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-O0/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-O0/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-O0/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-O0/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-O0/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-O0/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-O0/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -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
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/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-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options:
--seed=18650
"--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
--name=!/memory_leak/
--stderr-on-failure
-j4
# Running tests:
[ 1/903] 2436789=test_encoding
[ 2/903] 2436788=test_windows_1251
[ 3/903] 2436788=test_shellwords
[ 4/903] 2436788=test_yaml_tree
[ 5/903] 2436789=test_sockopt
[ 6/903] 2436789=test_gem_uri_formatter
[ 7/903] 2436792=test_omap
[ 8/903] 2436788=errors_test
[ 9/903] 2436791=test_fileutils
[ 10/903] 2436792=test_gem_package_tar_writer
[ 11/903] 2436789=test_gb18030
[ 12/903] 2436788=test_gem_resolver_conflict
[ 13/903] 2436789=test_nowrite
[ 14/903] 2436789=test_nesting_parser
[ 15/903] 2436789=test_thread_queue
[ 16/903] 2436788=test_vm_dump
[ 17/903] 2436788=test_passing_block
[ 18/903] 2436792=test_gem_commands_which_command
[ 19/903] 2436788=test_primitive
[ 20/903] 2436788=test_mul
[ 21/903] 2436788=test_float
[ 22/903] 2436792=test_gem_gemcutter_utilities
[ 23/903] 2436791=test_method_cache
[ 24/903] 2436791=test_history
[ 25/903] 2436792=test_document
[ 26/903] 2436792=test_gem_config_file
[ 27/903] 2436791=test_cstr
[ 28/903] 2436792=test_gem_resolver_best_set
[ 29/903] 2436792=test_whileuntil
[ 30/903] 2436792=test_monitor
[ 31/903] 2436792=test_data_error
[ 32/903] 2436788=test_yjit_exit_locations
[ 33/903] 2436792=test_set_len
[ 34/903] 2436792=test_x509attr
[ 35/903] 2436788=test_unicode
[ 36/903] 2436792=test_webauthn_poller
[ 37/903] 2436791=test_rdoc_parser_rd
[ 38/903] 2436788=test_marshalable
[ 39/903] 2436788=test_webauthn_listener
[ 40/903] 2436792=test_pattern_matching
[ 41/903] 2436792=test_thread_cv
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 35505>
.Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
[ 42/903] 2436788=test_rdoc_parser
[ 43/903] 2436792=test_helper
[ 44/903] 2436792=test_case
[ 45/903] 2436791=test_gem_path_support
[ 46/903] 2436792=test_pathname
[ 47/903] 2436788=test_coverage
[ 48/903] 2436791=test_libs
[ 49/903] 2436791=test_gc
[ 50/903] 2436791=test_math
[ 51/903] 2436791=test_fips
[ 52/903] 2436792=test_configuration
[ 53/903] 2436791=test_class
[ 54/903] 2436791=test_wss
[ 55/903] 2436791=test_x509ext
[ 56/903] 2436791=test_num2int
[ 57/903] 2436791=test_gem_install_update_options
[ 58/903] 2436792=test_iter_break
[ 59/903] 2436792=test_keyword
[ 60/903] 2436789=test_x509crl
[ 61/903] 2436789=test_hash
[ 62/903] 2436791=test_ensured
[ 63/903] 2436792=test_cgi_session
[ 64/903] 2436791=test_pkcs7
[ 65/903] 2436792=test_address_resolve
[ 66/903] 2436792=test_gem_command_manager
[ 67/903] 2436791=test_refinement
[ 68/903] 2436788=test_project_sanity
[ 69/903] 2436792=test_word
[ 70/903] 2436792=test_numeric
[ 71/903] 2436792=test_gem_requirement
[ 72/903] 2436788=test_irb
[ 73/903] 2436792=test_gem_ext_rake_builder
[ 74/903] 2436788=test_parser
[ 75/903] 2436788=test_gem_resolver_vendor_set
[ 76/903] 2436788=test_gem_commands_list_command
[ 77/903] 2436788=test_cmethod
[ 78/903] 2436788=test_gem_resolver_installed_specification
[ 79/903] 2436788=test_gem_commands_help_command
[ 80/903] 2436788=test_set
[ 81/903] 2436788=test_rdoc_include
[ 82/903] 2436788=test_pkg_config
[ 83/903] 2436788=test_yield_block
[ 84/903] 2436788=test_object
[ 85/903] 2436788=test_gem_resolver_local_specification
[ 86/903] 2436788=test_digest
[ 87/903] 2436788=test_dln
[ 88/903] 2436788=test_rdoc_options
[ 89/903] 2436792=test_at_exit
[ 90/903] 2436792=test_closure
[ 91/903] 2436788=test_files_ext
[ 92/903] 2436788=test_x509req
[ 93/903] 2436792=test_array
[ 94/903] 2436788=test_gem_ext_cargo_builder_link_flag_converter
[ 95/903] 2436788=test_console_attr
[ 96/903] 2436788=test_argf
[ 97/903] 2436792=test_m17n
[ 98/903] 2436792=test_yjit
[ 99/903] 2436791=test_frozen_error
[100/903] 2436791=test_ossl
[101/903] 2436788=test_ubf_async_safe
[102/903] 2436788=test_insns_leaf
[103/903] 2436788=test_gem_version_option
[104/903] 2436788=dispatcher_test
[105/903] 2436788=test_complex2
[106/903] 2436788=test_eval_history
[107/903] 2436788=test_win32ole_record
[108/903] 2436788=test_ruby_lex
[109/903] 2436788=test_timeout
[110/903] 2436788=test_httpresponses
[111/903] 2436788=test_gem_commands_server_command
[112/903] 2436788=test_general
[113/903] 2436788=test_objspace
[114/903] 2436791=test_abbrev
[115/903] 2436791=test_time_tz
[116/903] 2436791=test_new
[117/903] 2436791=test_big5
[118/903] 2436791=test_cipher
[119/903] 2436791=test_httpresponse
[120/903] 2436791=test_rdoc_parser_ruby
[121/903] 2436791=test_beginendblock
[122/903] 2436791=test_load
[123/903] 2436791=test_have_library
[124/903] 2436792=test_mixed_unicode_escapes
[125/903] 2436792=test_rdoc_generator_darkfish
[126/903] 2436791=test_within_pipe
[127/903] 2436791=test_gem_resolver
[128/903] 2436792=test_win32ole_variable
[129/903] 2436792=test_bigdecimal
[130/903] 2436791=test_object_references
[131/903] 2436791=test_scheduler
[132/903] 2436791=test_cgi_cookie
[133/903] 2436791=version_test
[134/903] 2436791=test_rbconfig
[135/903] 2436791=test_files_sample
[136/903] 2436791=test_metaclass
[137/903] 2436791=test_gem_commands_exec_command
[138/903] 2436789=test_tsort
[139/903] 2436789=test_rdoc_markup_to_label
[140/903] 2436789=test_gem_package_tar_reader_entry
[141/903] 2436789=test_gem_specification
[142/903] 2436791=test_engine
[143/903] 2436791=test_append
[144/903] 2436791=test_symbol
[145/903] 2436791=test_rb_str_dup
[146/903] 2436791=test_key_error
[147/903] 2436791=test_module
[148/903] 2436792=test_ssl
[149/903] 2436791=test_digest_extend
[150/903] 2436791=test_logger
[151/903] 2436791=test_ftp
[152/903] 2436791=test_logdevice
[153/903] 2436789=test_import
[154/903] 2436791=test_last_thread
[155/903] 2436791=test_enc_associate
[156/903] 2436792=test_x509cert
[157/903] 2436792=test_gem_commands_unpack_command
[158/903] 2436791=test_rdoc_markup_to_table_of_contents
[159/903] 2436789=test_pp
[160/903] 2436791=test_logperiod
[161/903] 2436791=test_getoptlong
[162/903] 2436791=test_pack
[163/903] 2436789=test_arith_seq_extract
[164/903] 2436792=test_rubyvm
[165/903] 2436792=test_ractor
[166/903] 2436792=test_config
[167/903] 2436789=test_gem_request_connection_pools
[168/903] 2436792=test_recursion
[169/903] 2436792=test_string_processing
[170/903] 2436792=test_c_union_entity
[171/903] 2436792=test_unicode_escape
[172/903] 2436789=test_cparser
[173/903] 2436792=test_rdoc_markup_attributes
[174/903] 2436791=test_bn
[175/903] 2436792=test_io_console
[176/903] 2436791=test_require_lib
[177/903] 2436789=test_tree_spell_checker
[178/903] 2436789=test_euc_jp
[179/903] 2436789=test_gem_util
[180/903] 2436789=test_compile_prism
[181/903] 2436792=test_io
[182/903] 2436789=test_sexp
[183/903] 2436789=test_integer
[184/903] 2436791=test_objectspace
[185/903] 2436789=test_gem_ext_cmake_builder
[186/903] 2436789=test_interned_str
[187/903] 2436789=test_scalar_scanner
[188/903] 2436789=test_notimplement
[189/903] 2436789=test_array_create
[190/903] 2436789=test_key_event_record
[191/903] 2436789=test_win32ole_event
[192/903] 2436789=test_option
[193/903] 2436789=test_mutex
[194/903] 2436789=test_struct
[195/903] 2436791=test_etc
[196/903] 2436789=test_encoding
[197/903] 2436791=test_to_ary_concat
[198/903] 2436789=test_gem
[199/903] 2436791=test_addrinfo
[200/903] 2436791=test_constant
[201/903] 2436789=test_buffered_io
[202/903] 2436789=test_completion
[203/903] 2436789=test_terminfo
[204/903] 2436789=test_rational2
[205/903] 2436789=test_fiber
[206/903] 2436791=test_rdoc_require
[207/903] 2436791=test_parser
[208/903] 2436791=test_cgi_core
[209/903] 2436791=test_signal
[210/903] 2436791=test_fixnum
[211/903] 2436791=test_bug-14834
[212/903] 2436791=test_delegate
[213/903] 2436791=test_gem_ext_cargo_builder_unit
[214/903] 2436791=test_bash_completion
[215/903] 2436791=ripper_compat_test
[216/903] 2436791=test_optparse
[217/903] 2436791=test_gem_commands_generate_index_command
[218/903] 2436792=test_gem_commands_update_command
[219/903] 2436791=json_encoding_test
[220/903] 2436791=test_marshal
[221/903] 2436789=test_rdoc_markup_to_bs
[222/903] 2436789=test_ractor
[223/903] 2436789=test_convert
[224/903] 2436789=test_https
[225/903] 2436789=test_rdoc_markup_to_tt_only
[226/903] 2436789=test_ssl
[227/903] 2436789=test_evaluation
[228/903] 2436789=test_case_options
[229/903] 2436789=test_range
[230/903] 2436791=test_rdoc_rd
[231/903] 2436791=test_optimization
[232/903] 2436792=test_gem_commands_query_command
[233/903] 2436789=test_drbobject
[234/903] 2436789=test_exit
[235/903] 2436789=test_dup
[236/903] 2436789=test_delegation
[237/903] 2436789=test_history
[238/903] 2436789=test_locale
[239/903] 2436789=test_require
[240/903] 2436792=test_unconverted_fields
[241/903] 2436792=test_find_executable
[242/903] 2436792=test_ts
[243/903] 2436792=test_rdoc_markup_document
[244/903] 2436792=test_lazy_enumerator
[245/903] 2436788=test_key_actor_vi
[246/903] 2436788=test_weakkeymap
[247/903] 2436788=test_formatter
[248/903] 2436788=test_remote_fetch_error
[249/903] 2436788=test_require
[250/903] 2436792=test_thread
[251/903] 2436788=test_pattern_key_name_check
[252/903] 2436788=test_pinned
[253/903] 2436788=test_udp
[254/903] 2436788=test_open3
[255/903] 2436789=test_rand
[256/903] 2436789=test_serialize_subclasses
[257/903] 2436789=test_default_gems
[258/903] 2436789=test_instrumentation_api
[259/903] 2436789=test_propertyputref
[260/903] 2436789=test_struct
[261/903] 2436789=fuzzer_test
[262/903] 2436789=test_ast
[263/903] 2436792=test_gem_request_set_lockfile_tokenizer
[264/903] 2436792=test_gem_doctor
[265/903] 2436792=test_date_strptime
[266/903] 2436792=ruby_api_test
[267/903] 2436792=test_gem_safe_marshal
[268/903] 2436792=test_enumerable
[269/903] 2436792=test_too_many_dummy_encodings
[270/903] 2436792=test_signedness
[271/903] 2436788=test_rdoc_parser_simple
[272/903] 2436788=test_grapheme_breaks
[273/903] 2436788=test_ractor
[274/903] 2436788=json_common_interface_test
[275/903] 2436788=test_gem_security_signer
[276/903] 2436788=test_date_arith
[277/903] 2436788=test_gem_package
[278/903] 2436788=test_gem_resolver_api_specification
[279/903] 2436788=location_test
[280/903] 2436788=test_gem_commands_stale_command
[281/903] 2436788=test_patterns
[282/903] 2436788=test_buffering
[283/903] 2436788=test_drbunix
[284/903] 2436791=test_scanner_events
[285/903] 2436791=test_inlinecache
[286/903] 2436792=test_filter
[287/903] 2436792=test_rdoc_generator_markup
[288/903] 2436792=test_rendering
[289/903] 2436791=test_gem_dependency_list
[290/903] 2436792=test_gem_ext_configure_builder
[291/903] 2436792=test_not
[292/903] 2436792=test_rdoc_attr
[293/903] 2436792=test_table
[294/903] 2436792=test_ostruct
[295/903] 2436791=test_koi8
[296/903] 2436791=json_ext_parser_test
[297/903] 2436791=test_gem_resolver_vendor_specification
[298/903] 2436791=test_force_quotes
[299/903] 2436792=test_err_in_callback
[300/903] 2436792=test_gem_package_task
[301/903] 2436791=test_data
[302/903] 2436791=test_rdoc_markup_to_html_snippet
[303/903] 2436792=test_gem_commands_lock_command
[304/903] 2436792=test_rdoc_markup_indented_paragraph
[305/903] 2436792=test_rdoc_i18n_text
[306/903] 2436792=test_gem_source_fetch_problem
[307/903] 2436792=test_rdoc_parser_markdown
[308/903] 2436792=test_gem_commands_sources_command
[309/903] 2436791=test_context
[310/903] 2436791=test_coder
[311/903] 2436791=test_symbol
[312/903] 2436792=test_http
[313/903] 2436791=test_fd_setsize
[314/903] 2436791=test_gem_source_git
[315/903] 2436791=test_regex_casefold
[316/903] 2436791=test_unix
[317/903] 2436792=test_ws
[318/903] 2436792=test_gem_rdoc
[319/903] 2436791=test_erb_command
[320/903] 2436791=test_win32ole_variant_outarg
[321/903] 2436791=test_gem_commands_contents_command
[322/903] 2436792=test_ractor_compatibility
[323/903] 2436788=test_have_func
[324/903] 2436791=test_bignum
[325/903] 2436791=test_sleep
[326/903] 2436792=test_converters
[327/903] 2436792=test_normalize
[328/903] 2436792=ractor_test
[329/903] 2436792=test_gem_commands_fetch_command
[330/903] 2436788=test_rdoc_tom_doc
[331/903] 2436788=test_ancdata
[332/903] 2436791=test_spell_checker
[333/903] 2436788=test_singleton
[334/903] 2436788=test_gem_resolver_git_specification
[335/903] 2436791=test_files_test_2
[336/903] 2436791=test_rdoc_markup
[337/903] 2436791=test_https_proxy
[338/903] 2436792=test_bigdecimal_util
[339/903] 2436791=test_rdoc_rd_block_parser
[340/903] 2436792=test_name_error_extension
[341/903] 2436792=test_rdoc_ri_paths
[342/903] 2436791=test_key_actor_emacs
[343/903] 2436792=test_ractor
[344/903] 2436792=test_verbose
[345/903] 2436792=test_read
[346/903] 2436792=test_basicinstructions
[347/903] 2436792=test_update
[348/903] 2436792=test_pack
[349/903] 2436788=test_stat
[350/903] 2436788=test_pair
[351/903] 2436791=test_flush
[352/903] 2436791=test_rational
[353/903] 2436791=test_cgi_modruby
[354/903] 2436791=test_gem_commands_owner_command
[355/903] 2436792=test_gem_local_remote_options
[356/903] 2436792=test_gc
[357/903] 2436791=test_find
[358/903] 2436791=test_arity
[359/903] 2436791=test_object
[360/903] 2436788=test_gem_resolver_composed_set
[361/903] 2436788=test_summary
[362/903] 2436791=test_win32ole_variant
[363/903] 2436788=test_rdoc_class_module
[364/903] 2436791=test_liberal_parsing
[365/903] 2436791=test_rdoc_markup_attribute_manager
[366/903] 2436791=test_nil
[367/903] 2436791=test_trace
[368/903] 2436791=test_yamldbm
[369/903] 2436791=unescape_test
[370/903] 2436788=test_foreach
[371/903] 2436788=test_install
[372/903] 2436788=test_func
[373/903] 2436791=test_jaro_winkler
[374/903] 2436791=test_rdoc_parser_changelog
[375/903] 2436791=test_raise_no_backtrace_exception
[376/903] 2436791=test_drbssl
[377/903] 2436788=test_yaml_special_cases
[378/903] 2436788=test_gem_source_list
[379/903] 2436788=test_column_separator
[380/903] 2436788=test_boolean
[381/903] 2436788=test_kill_ring
[382/903] 2436788=test_open-uri
[383/903] 2436788=test_date
[384/903] 2436788=test_lexer
[385/903] 2436788=test_nonblock
[386/903] 2436788=test_strip
[387/903] 2436788=test_rdoc_context
[388/903] 2436788=test_random
[389/903] 2436788=test_c_struct_entry
[390/903] 2436788=test_dir
[391/903] 2436788=test_coderange
[392/903] 2436788=test_iso_8859
[393/903] 2436788=test_transcode
[394/903] 2436788=test_gem_commands_install_command
[395/903] 2436788=test_gem_indexer
[396/903] 2436788=test_enumerator_kw
[397/903] 2436788=test_mailto
[398/903] 2436788=test_gem_resolver_specification
[399/903] 2436788=test_tracepoint
[400/903] 2436788=desugar_compiler_test
[401/903] 2436788=test_pipe
[402/903] 2436788=test_have_macro
[403/903] 2436788=test_general
[404/903] 2436788=test_resize
[405/903] 2436788=test_io_m17n
[406/903] 2436788=test_stringscanner
[407/903] 2436788=test_error_highlight
[408/903] 2436791=test_config
[409/903] 2436788=test_internal_ivar
[410/903] 2436788=test_nkf
[411/903] 2436788=test_rdoc_markup_pre_process
[412/903] 2436791=test_env
[413/903] 2436788=test_convertible
[414/903] 2436788=test_win32ole_param
[415/903] 2436788=test_super
[416/903] 2436791=test_ocsp
[417/903] 2436792=test_gem_package_old
[418/903] 2436791=memsize_test
[419/903] 2436791=test_method_cache
[420/903] 2436791=heredoc_dedent_test
[421/903] 2436791=test_sprintf_comb
[422/903] 2436792=test_time
[423/903] 2436791=test_win32ole
[424/903] 2436791=test_gem_request_set_gem_dependency_api
[425/903] 2436792=test_lambda
[426/903] 2436792=test_readpartial
[427/903] 2436792=test_pstore
[428/903] 2436791=test_variable
[429/903] 2436792=test_gem_text
[430/903] 2436791=test_settracefunc
[431/903] 2436792=test_gem_remote_fetcher
[432/903] 2436788=test_case
[433/903] 2436788=test_printf
[434/903] 2436788=compiler_test
[435/903] 2436788=test_iterator
[436/903] 2436788=test_variable_name_check
[437/903] 2436788=test_string
[438/903] 2436788=pattern_test
[439/903] 2436788=test_file_exhaustive
[440/903] 2436791=test_extlibs
[441/903] 2436792=test_regexp
[442/903] 2436791=test_pointer
[443/903] 2436791=test_gem_gem_runner
[444/903] 2436791=test_alias
[445/903] 2436791=test_proc
[446/903] 2436788=test_eval
[447/903] 2436788=test_storage
[448/903] 2436788=test_zlib
[449/903] 2436792=test_gem_uninstaller
[450/903] 2436791=test_rdoc_generator_pot
[451/903] 2436791=test_singleton_function
[452/903] 2436791=test_protocol
[453/903] 2436791=test_rdoc_markup_to_rdoc
[454/903] 2436791=test_cgi_header
[455/903] 2436791=test_tuplebag
[456/903] 2436791=test_rdoc_generator_pot_po_entry
[457/903] 2436791=test_helper
[458/903] 2436791=test_dir_m17n
[459/903] 2436792=test_getopts
[460/903] 2436792=test_addr
[461/903] 2436792=test_gem_commands_info_command
[462/903] 2436792=test_process
[463/903] 2436792=test_dns
[464/903] 2436792=test_eval
[465/903] 2436792=test_kconv
[466/903] 2436792=test_gem_security
[467/903] 2436791=test_rubygems
[468/903] 2436791=test_member
[469/903] 2436791=test_stringchar
[470/903] 2436791=test_rdoc_cross_reference
[471/903] 2436791=test_quote_char_nil
[472/903] 2436791=test_shift_jis
[473/903] 2436791=test_gem_commands_open_command
[474/903] 2436791=test_bug-5832
[475/903] 2436791=test_store
[476/903] 2436792=test_files_lib
[477/903] 2436791=test_digest
[478/903] 2436791=test_gem_command
[479/903] 2436791=test_emoji_breaks
[480/903] 2436788=test_ractor
[481/903] 2436788=test_gem_resolver_git_set
[482/903] 2436788=test_nofree
[483/903] 2436788=test_gem_resolver_lock_specification
[484/903] 2436788=test_fiddle
[485/903] 2436788=test_name_error
[486/903] 2436788=locals_test
[487/903] 2436788=test_string
[488/903] 2436791=bom_test
[489/903] 2436791=test_safe_load
[490/903] 2436791=test_gem_stream_ui
[491/903] 2436791=test_ansi_with_terminfo
[492/903] 2436791=test_thread_fd_close
[493/903] 2436791=test_file
[494/903] 2436788=test_rdoc_generator_ri
[495/903] 2436788=test_hash_create
[496/903] 2436788=test_gem_commands_dependency_command
[497/903] 2436788=test_rdoc_rubygems_hook
[498/903] 2436788=test_pkey_dsa
[499/903] 2436788=test_switch_hitter
[500/903] 2436788=test_enumerator
[501/903] 2436791=test_timeout
[502/903] 2436788=test_weakref
[503/903] 2436791=test_handle
[504/903] 2436788=test_did_you_mean
[505/903] 2436788=test_date_time
[506/903] 2436788=test_rdoc_markup_to_joined_paragraph
[507/903] 2436788=test_arity
[508/903] 2436788=test_reline_key
[509/903] 2436788=test_read
[510/903] 2436788=test_unicode_normalize
[511/903] 2436791=test_bug-3571
[512/903] 2436791=test_stringio
[513/903] 2436791=test_memory_view
[514/903] 2436791=test_exception_at_throwing
[515/903] 2436791=test_row
[516/903] 2436791=test_enumerator
[517/903] 2436791=test_rdoc_method_attr
[518/903] 2436791=test_win32ole_type_event
[519/903] 2436791=test_rewind
[520/903] 2436791=test_gem_uri
[521/903] 2436791=test_sprintf
[522/903] 2436792=test_weakmap
[523/903] 2436791=test_egrep_cpp
[524/903] 2436791=test_case_mapping
[525/903] 2436791=test_date_compat
[526/903] 2436791=test_gem_source_subpath_problem
[527/903] 2436791=test_date_conv
[528/903] 2436791=test_scan_args
[529/903] 2436791=test_dot_dot
[530/903] 2436791=test_win32ole_method
[531/903] 2436791=test_frozen
[532/903] 2436791=test_flip
[533/903] 2436791=test_gem_source_local
[534/903] 2436791=test_json_tree
[535/903] 2436791=test_cgi_multipart
[536/903] 2436791=test_autoconf
[537/903] 2436791=test_io_buffer
[538/903] 2436791=test_bug_reporter
[539/903] 2436791=test_cclass
[540/903] 2436791=test_rdoc_rdoc
[541/903] 2436791=test_tcp
[542/903] 2436791=test_win32ole_variant_m
[543/903] 2436791=test_kdf
[544/903] 2436791=test_rdoc_comment
[545/903] 2436791=test_gem_source_installed
[546/903] 2436791=test_rdoc_i18n_locale
[547/903] 2436791=test_gem_resolver_lock_set
[548/903] 2436791=test_ole_methods
[549/903] 2436791=test_flags
[550/903] 2436791=test_gem_resolver_installer_set
[551/903] 2436791=test_psych
[552/903] 2436791=test_http
[553/903] 2436791=test_gem_update_suggestion
[554/903] 2436791=test_arithmetic_sequence
[555/903] 2436791=test_ractor
[556/903] 2436791=test_load
[557/903] 2436791=test_severity
[558/903] 2436791=test_gem_commands_specification_command
[559/903] 2436791=test_popen_deadlock
[560/903] 2436791=test_asn1
[561/903] 2436791=test_features
[562/903] 2436791=test_len
[563/903] 2436791=test_placearg
[564/903] 2436791=test_ractor
[565/903] 2436791=test_delete
[566/903] 2436791=test_rdoc_markup_to_ansi
[567/903] 2436791=test_gc_compact
[568/903] 2436788=json_generator_test
[569/903] 2436788=test_gem_impossible_dependencies_error
[570/903] 2436788=test_continuation
[571/903] 2436788=test_str2big
[572/903] 2436788=test_bigmath
[573/903] 2436788=test_time
[574/903] 2436788=test_files_test
[575/903] 2436788=test_gem_bundler_version_finder
[576/903] 2436788=test_gem_commands_signout_command
[577/903] 2436788=test_gem_silent_ui
[578/903] 2436788=test_io_wait_uncommon
[579/903] 2436788=test_gem_request_set_lockfile_parser
[580/903] 2436788=test_parser_events
[581/903] 2436788=test_inadvertent_creation
[582/903] 2436788=test_webauthn_listener_response
[583/903] 2436788=test_enc_raise
[584/903] 2436788=test_syntax
[585/903] 2436791=test_rdoc_store
[586/903] 2436791=test_case_comprehensive
[587/903] 2436792=test_exception
[588/903] 2436788=test_provider
[589/903] 2436788=test_gem_dependency_resolution_error
[590/903] 2436788=test_rdoc_stats
[591/903] 2436788=test_gem_request
[592/903] 2436788=test_pkey_ec
[593/903] 2436788=test_thread
[594/903] 2436788=test_rdoc_token_stream
[595/903] 2436788=test_recorder
[596/903] 2436788=test_write
[597/903] 2436792=test_enum
[598/903] 2436788=test_date_parse
[599/903] 2436788=test_gem_spec_fetcher
[600/903] 2436788=test_folderitem2_invokeverb
[601/903] 2436788=test_win32ole_param_event
[602/903] 2436788=test_debug_cmd
[603/903] 2436788=test_workspace
[604/903] 2436788=test_rdoc_single_class
[605/903] 2436788=test_rdoc_generator_json_index
[606/903] 2436788=test_cgi_tag_helper
[607/903] 2436788=test_gem_resolver_index_set
[608/903] 2436788=test_invalid
[609/903] 2436788=test_qsort
[610/903] 2436788=test_gem_commands_build_command
[611/903] 2436788=json_addition_test
[612/903] 2436788=test_gem_commands_push_command
[613/903] 2436792=test_m17n_comb
[614/903] 2436788=test_class_name_check
[615/903] 2436788=test_common
[616/903] 2436788=test_type
[617/903] 2436788=test_backtrace
[618/903] 2436788=test_complex
[619/903] 2436788=json_generic_object_test
[620/903] 2436788=test_base64
[621/903] 2436788=test_div
[622/903] 2436788=test_kernel
[623/903] 2436788=test_nil2vtempty
[624/903] 2436788=test_integer_comb
[625/903] 2436792=test_deprecated
[626/903] 2436792=test_read_write
[627/903] 2436792=test_profile_frames
.Leaked thread: TestProfileFrames#test_profile_thread_frames: #<Thread:0x00007f6bfef537c0 /tmp/ruby/src/trunk-O0/test/-ext-/debug/test_profile_frames.rb:158 sleep>
Finished thread: TestProfileFrames#test_ifunc_frame: #<Thread:0x00007f6bfef537c0 /tmp/ruby/src/trunk-O0/test/-ext-/debug/test_profile_frames.rb:158 dead>
[628/903] 2436792=test_each
[629/903] 2436792=parse_test
[630/903] 2436788=test_gbk
[631/903] 2436788=json_parser_test
[632/903] 2436788=test_rdoc_markup_formatter
[633/903] 2436788=test_usrmarshal
[634/903] 2436788=test_gem_validator
[635/903] 2436788=test_gem_commands_outdated_command
[636/903] 2436788=!Nothing_to_test
[637/903] 2436788=test_rendering
[638/903] 2436788=test_my_integer
[639/903] 2436788=test_assignment
[640/903] 2436792=test_modify_expand
[641/903] 2436792=test_gem_available_set
[642/903] 2436792=test_memory_view
[643/903] 2436792=test_gem_dependency
[644/903] 2436792=test_cgi_util
[645/903] 2436788=test_autoload
[646/903] 2436792=test_rdoc_text
[647/903] 2436792=test_ansi_without_terminfo
[648/903] 2436792=test_data_converters
[649/903] 2436792=test_call
[650/903] 2436792=test_gem_source_vendor
[651/903] 2436792=test_require
[652/903] 2436792=test_x509store
[653/903] 2436792=test_exception
[654/903] 2436792=test_win32ole_type
[655/903] 2436792=test_header
[656/903] 2436792=test_null
[657/903] 2436792=test_windows_1252
[658/903] 2436792=test_optarg
[659/903] 2436792=test_ripper
[660/903] 2436792=test_gem_dependency_installer
[661/903] 2436788=test_gem_source_lock
[662/903] 2436788=test_syslog_logger
[663/903] 2436788=test_input_method
[664/903] 2436788=test_enc_str_buf_cat
[665/903] 2436788=test_generic
[666/903] 2436788=regexp_test
[667/903] 2436788=test_gem_commands_pristine_command
[668/903] 2436792=test_tmpdir
[669/903] 2436792=test_noarg
[670/903] 2436792=test_change_word
[671/903] 2436792=test_arith_seq_beg_len_step
[672/903] 2436788=test_gem_resolver_requirement_list
[673/903] 2436792=test_scalar
[674/903] 2436792=test_key_name_check
[675/903] 2436792=test_trick
[676/903] 2436788=test_rdoc_markup_to_markdown
[677/903] 2436788=test_iseq_load
[678/903] 2436788=test_utf32
[679/903] 2436788=test_encodings
[680/903] 2436788=test_ns_spki
[681/903] 2436788=test_gem_resolver_dependency_request
[682/903] 2436788=test_ssl_session
[683/903] 2436788=test_rdoc_markup_hard_break
[684/903] 2436788=test_gem_version
[685/903] 2436788=test_rdoc_markdown_test
[686/903] 2436792=test_rdoc_normal_module
[687/903] 2436792=test_random
[688/903] 2436792=test_dryrun
[689/903] 2436792=test_ractor
[690/903] 2436792=parse_comments_test
[691/903] 2436792=test_forwardable
[692/903] 2436792=test_gem_resolver_api_set
[693/903] 2436792=test_stream
[694/903] 2436792=test_pkey
[695/903] 2436792=test_io_wait
[696/903] 2436792=test_string_memory
[697/903] 2436788=test_acceptable
[698/903] 2436788=test_kwargs
[699/903] 2436788=test_yield
[700/903] 2436792=test_integer
[701/903] 2436792=test_rinda
[702/903] 2436792=test_gem_security_trust_dir
[703/903] 2436792=test_line_editor
[704/903] 2436792=test_literal
[705/903] 2436792=test_date_marshal
[706/903] 2436792=test_gem_commands_cleanup_command
[707/903] 2436792=test_euc_kr
[708/903] 2436792=test_gem_commands_mirror
[709/903] 2436792=test_shapes
[710/903] 2436792=test_rdoc_ri_driver
[711/903] 2436792=test_httpheader
[712/903] 2436792=test_rubyoptions
[713/903] 2436788=test_capacity
[714/903] 2436788=test_thread
[715/903] 2436788=test_nextafter
[716/903] 2436788=test_rdoc_servlet
[717/903] 2436788=test_clone
[718/903] 2436788=test_tree_builder
[719/903] 2436788=test_rdoc_generator_pot_po
[720/903] 2436788=test_protect
[721/903] 2436788=test_inputs_scanner
[722/903] 2436788=test_cesu8
[723/903] 2436788=test_rdoc_markup_include
[724/903] 2436788=test_typeddata
[725/903] 2436789=test_hash
[726/903] 2436789=test_complexrational
[727/903] 2436789=test_drb
[728/903] 2436788=test_abi
[729/903] 2436788=test_rdoc_any_method
[730/903] 2436788=test_config
[731/903] 2436788=test_alias_and_anchor
[732/903] 2436788=test_securerandom
[733/903] 2436788=test_pkey_dh
[734/903] 2436788=test_path_to_class
[735/903] 2436788=test_gem_resolver_activation_request
[736/903] 2436788=test_function_entry
[737/903] 2436788=test_gem_ext_ext_conf_builder
[738/903] 2436791=test_win32ole_method_event
[739/903] 2436791=constant_path_node_test
[740/903] 2436791=test_gem_request_set
[741/903] 2436788=test_gem_name_tuple
[742/903] 2436788=test_undef
[743/903] 2436788=test_date_ractor
[744/903] 2436788=test_http_request
[745/903] 2436788=test_rat
[746/903] 2436788=test_mdns
[747/903] 2436788=test_config
[748/903] 2436788=test_process
[749/903] 2436791=test_key_stroke
[750/903] 2436791=test_ractor
[751/903] 2436791=test_ifunless
[752/903] 2436791=test_external_new
[753/903] 2436791=test_bundled_ca
[754/903] 2436791=test_win32ole_typelib
[755/903] 2436791=test_c_struct_builder
[756/903] 2436791=test_gem_resolver_index_specification
[757/903] 2436791=test_merge_keys
[758/903] 2436791=test_to_ruby
[759/903] 2436791=test_rdoc_extend
[760/903] 2436791=test_gem_package_tar_header
[761/903] 2436791=test_gem_ext_cargo_builder
[762/903] 2436791=test_io_buffer
[763/903] 2436791=test_rdoc_alias
[764/903] 2436791=test_big2str
[765/903] 2436791=test_data
[766/903] 2436791=test_gem_commands_yank_command
[767/903] 2436791=test_gem_commands_check_command
[768/903] 2436791=test_queue
[769/903] 2436791=test_ellipsize
[770/903] 2436791=test_emitter
[771/903] 2436791=test_io
[772/903] 2436791=test_gem_security_policy
[773/903] 2436791=test_rdoc_context_section
[774/903] 2436791=test_human_typo
[775/903] 2436791=test_threadgroup
[776/903] 2436791=test_prettyprint
[777/903] 2436791=test_gem_ext_builder
[778/903] 2436791=test_stream
[779/903] 2436791=test_rdoc_markup_raw
[780/903] 2436791=test_quote_empty
[781/903] 2436791=test_nomethod_error
[782/903] 2436791=test_euc_tw
[783/903] 2436791=test_fstring
[784/903] 2436791=test_path
[785/903] 2436791=test_cmd
[786/903] 2436789=test_rdoc_markup_paragraph
[787/903] 2436789=json_string_matching_test
[788/903] 2436789=test_utf16
[789/903] 2436789=test_acl
[790/903] 2436789=test_gem_unsatisfiable_dependency_error
[791/903] 2436789=test_require_path_check
[792/903] 2436789=magic_comment_test
[793/903] 2436789=test_duplicate
[794/903] 2436789=test_object_create_start
[795/903] 2436789=test_tempfile
[796/903] 2436792=test_wait
[797/903] 2436792=test_gem_commands_cert_command
[798/903] 2436789=test_date_new
[799/903] 2436789=test_row_separator
[800/903] 2436789=test_rdoc_constant
[801/903] 2436789=test_deprecate
[802/903] 2436789=test_pkcs12
[803/903] 2436791=test_gem_installer
[804/903] 2436789=test_gem_source_specific_file
[805/903] 2436789=test_rdoc_markup_parser
[806/903] 2436792=test_method
[807/903] 2436789=test_io_timeout
[808/903] 2436789=test_files_test_1
[809/903] 2436792=test_rdoc_encoding
[810/903] 2436792=test_class
[811/903] 2436789=test_const
[812/903] 2436789=test_ipaddr
[813/903] 2436789=test_comparable
[814/903] 2436789=test_rdoc_normal_class
[815/903] 2436789=test_gem_package_tar_reader
[816/903] 2436789=test_rdoc_markdown
[817/903] 2436791=test_rdoc_rd_inline
[818/903] 2436791=test_numeric
[819/903] 2436791=test_gem_commands_environment_command
[820/903] 2436791=test_erb
[821/903] 2436791=test_pty
[822/903] 2436792=encoding_test
[823/903] 2436792=test_bmethod
[824/903] 2436792=test_rdoc_top_level
[825/903] 2436789=test_hmac
[826/903] 2436789=test_gem_commands_setup_command
[827/903] 2436792=test_parse
[828/903] 2436791=test_observer
[829/903] 2436791=test_method_name_check
[830/903] 2436791=test_uncorrectable_name_check
[831/903] 2436791=test_gem_request_set_lockfile
[832/903] 2436789=test_postponed_job
[833/903] 2436792=test_bigzero
[834/903] 2436792=test_stack
[835/903] 2436789=test_pkey_rsa
[836/903] 2436789=test_backtrace
[837/903] 2436791=test_rdoc_markup_to_html
[838/903] 2436791=test_macro
[839/903] 2436791=test_numhash
[840/903] 2436791=test_rdoc_task
[841/903] 2436791=test_ldap
[842/903] 2436791=test_color
[843/903] 2436791=parse_serialize_test
[844/903] 2436791=newline_test
[845/903] 2436791=test_econv
[846/903] 2436789=json_fixtures_test
[847/903] 2436789=test_rdoc_markup_verbatim
[848/903] 2436789=test_emitter
[849/903] 2436789=test_rdoc_parser_c
[850/903] 2436792=test_gem_platform
[851/903] 2436792=test_benchmark
[852/903] 2436789=test_depth_first
[853/903] 2436789=test_random_formatter
[854/903] 2436789=test_skip_lines
[855/903] 2436789=test_mutex_m
[856/903] 2436789=test_gem_source
[857/903] 2436791=test_pack
[858/903] 2436791=test_rdoc_markup_heading
[859/903] 2436791=test_x509name
[860/903] 2436791=test_fnmatch
[861/903] 2436789=test_rdoc_code_object
[862/903] 2436791=test_gem_commands_uninstall_command
[863/903] 2436792=test_syslog
[864/903] 2436792=test_erb_m17n
[865/903] 2436792=test_yamlstore
[866/903] 2436792=test_class2name
[867/903] 2436792=test_rdoc_markup_to_html_crossref
[868/903] 2436789=test_framework
[869/903] 2436792=test_socket
[870/903] 2436789=test_reline
[871/903] 2436789=test_array
[872/903] 2436789=test_debug
[873/903] 2436789=comments_test
[874/903] 2436789=test_yaml
[875/903] 2436792=test_function
[876/903] 2436792=test_string
[877/903] 2436789=test_gem_stub_specification
[878/903] 2436791=test_assembler
[879/903] 2436792=test_raise
[880/903] 2436791=test_mkmf
[881/903] 2436792=test_gem_commands_signin_command
[882/903] 2436791=test_system
[883/903] 2436792=library_symbols_test
[884/903] 2436792=test_zsh_completion
[885/903] 2436792=test_resource
[886/903] 2436792=test_init
[887/903] 2436789=test_set
[888/903] 2436789=test_reqarg
[889/903] 2436792=test_date_strftime
[890/903] 2436789=test_file
[891/903] 2436789=test_sleep
[892/903] 2436789=test_basicsocket
[893/903] 2436789=test_color_printer
[894/903] 2436789=test_rdoc_rd_inline_parser
[895/903] 2436789=test_date_attr
[896/903] 2436789=test_iseq
[897/903] 2436788=test_sorted_set
[898/903] 2436792=test_emoji
[899/903] 2436792=test_sizeof
[900/903] 2436791=test_defined
[901/903] 2436788=test_cp949
[902/903] 2436788=test_gem_commands_search_command
[903/903] 2436788=test_condition
Retrying...
Finished tests in 1117.719145s, 23.9881 tests/s, 8477.2655 assertions/s.
26812 tests, 9475202 assertions, 0 failures, 0 errors, 189 skips
ruby -v: ruby 3.3.0dev (2023-11-01T12:25:09Z master 9c6dd25093) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -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
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/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-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.3.0dev (2023-11-01T12:25:09Z master 9c6dd25093) [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 289.790180 seconds
3725 files, 32455 examples, 147872 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.
$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.2446251.ruby -x gdbscript
[New LWP 2446251]
[New LWP 2446262]
[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-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/l'.
Program terminated with signal SIGABRT, Aborted.
#0 pop_mark_stack (stack=0x55ab9aa346e8, data=0x7ffdfdd13ba8) at /tmp/ruby/src/trunk-O0/gc.c:6315
6315 *data = stack->chunk->data[--stack->index];
[Current thread is 1 (Thread 0x7fded4a927c0 (LWP 2446251))]
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fded4a927c0 (LWP 2446251) pop_mark_stack (stack=0x55ab9aa346e8, data=0x7ffdfdd13ba8) at /tmp/ruby/src/trunk-O0/gc.c:6315
2 Thread 0x7fdebb4bf640 (LWP 2446262) 0x00007fded4bbafde in epoll_wait (epfd=4, events=0x55ab98deb27c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>>> Machine level backtrace
Thread 2 (Thread 0x7fdebb4bf640 (LWP 2446262)):
#0 0x00007fded4bbafde in epoll_wait (epfd=4, events=0x55ab98deb27c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
sc_ret = -4
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x000055ab9897cfa4 in timer_thread_polling (vm=0x55ab9aa31b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:721
r = 466652181
#2 0x000055ab9897d64c in timer_thread_func (ptr=0x55ab9aa31b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2964
vm = 0x55ab9aa31b10
#3 0x00007fded4b29b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140728861805200, -6577386632971947830, 140594601784896, 25, 140595027941456, 140728861805552, 6558678271428260042, 6558864836909854922}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#4 0x00007fded4bbabb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.
Thread 1 (Thread 0x7fded4a927c0 (LWP 2446251)):
#0 pop_mark_stack (stack=0x55ab9aa346e8, data=0x7ffdfdd13ba8) at /tmp/ruby/src/trunk-O0/gc.c:6315
No locals.
#1 0x000055ab987f5833 in gc_mark_stacked_objects (objspace=0x55ab9aa34260, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7429
mstack = 0x55ab9aa346e8
obj = 140594584359800
marked_slots_at_the_beginning = 749
popped_count = 0
#2 0x000055ab987f58cd in gc_mark_stacked_objects_all (objspace=0x55ab9aa34260) at /tmp/ruby/src/trunk-O0/gc.c:7473
No locals.
#3 0x000055ab987f7ba3 in gc_marks_rest (objspace=0x55ab9aa34260) at /tmp/ruby/src/trunk-O0/gc.c:8660
No locals.
#4 0x000055ab987f7cd7 in gc_marks (objspace=0x55ab9aa34260, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8718
marking_finished = false
#5 0x000055ab987f9a5f in gc_start (objspace=0x55ab9aa34260, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9468
do_full_mark = 1
immediate_mark = 32768
__func__ = <optimized out>
lock_lev = 1048577
#6 0x000055ab987f96fc in garbage_collect (objspace=0x55ab9aa34260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9352
_lev = 3142446336
ret = 32734
#7 0x000055ab987fa17f in garbage_collect_with_gvl (objspace=0x55ab9aa34260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9729
No locals.
#8 0x000055ab98801042 in objspace_malloc_gc_stress (objspace=0x55ab9aa34260) at /tmp/ruby/src/trunk-O0/gc.c:12170
reason = 45568
#9 0x000055ab98801325 in objspace_xmalloc0 (objspace=0x55ab9aa34260, size=56) at /tmp/ruby/src/trunk-O0/gc.c:12372
gpr = 107008
mem = 0x7ffdfdd13d90
#10 0x000055ab98801642 in ruby_xmalloc0 (size=56) at /tmp/ruby/src/trunk-O0/gc.c:12596
No locals.
#11 0x000055ab98801678 in ruby_xmalloc_body (size=56) at /tmp/ruby/src/trunk-O0/gc.c:12605
No locals.
#12 0x000055ab98804fa3 in ruby_xmalloc (size=56) at /tmp/ruby/src/trunk-O0/gc.c:14178
No locals.
#13 0x000055ab9894ae70 in rb_st_init_table_with_size (type=0x55ab98dd6430 <st_hashtype_num>, size=15) at /tmp/ruby/src/trunk-O0/st.c:570
tab = 0x55ab9abd9c60
#14 0x000055ab9894b110 in rebuild_table (tab=0x55ab9abd9c60) at /tmp/ruby/src/trunk-O0/st.c:749
i = 140594602114360
ni = 0
size_ind = 32734
new_tab = 0x55ab9aa996d0
new_entries = 0x7fdebb4ded00
curr_entry_ptr = 0xba36dd50
bins = 0x7fdebb4ded00
bin_ind = 1
bound = 140728861802112
entries = 0x55ab989b2bca <rb_const_search+94>
#15 0x000055ab9894bced in rebuild_table_if_necessary (tab=0x55ab9abd9c60) at /tmp/ruby/src/trunk-O0/st.c:1096
bound = 8
#16 0x000055ab9894bd3d in rb_st_insert (tab=0x55ab9abd9c60, key=94195524005744, value=20) at /tmp/ruby/src/trunk-O0/st.c:1114
entry = 0x47bb
bin = 94195487824215
ind = 140728861802304
hash_value = 747579972030979
bin_ind = 140728861802272
new_p = 123
#17 0x000055ab989cf926 in vm_track_constant_cache (id=18363, ic=0x55ab9abf6f70) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5786
const_cache = 0x55ab9aa34f70
lookup_result = 94195523886176
ics = 0x55ab9abd9c60
#18 0x000055ab989cf9c0 in vm_ic_track_const_chain (cfp=0x7fded4a90f30, ic=0x55ab9abf6f70, segments=0x55ab9abf6bc0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5797
id = 18363
i = 0
_lev = 1
#19 0x000055ab989cfccb in rb_vm_opt_getconstant_path (ec=0x55ab9aa352c0, reg_cfp=0x7fded4a90f30, ic=0x55ab9abf6f70) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5864
val = 140594601913600
segments = 0x55ab9abf6bc0
ice = 0x0
#20 0x000055ab989d37e0 in vm_exec_core (ec=0x55ab9aa352c0) at ../../src/trunk-O0/insns.def:263
ic = 0x55ab9abf6f70
leaf = false
val = 140594601913600
reg_pc = 0x55ab9abf6ca0
reg_cfp = 0x7fded4a90f30
insns_address_table = {0x55ab989d29e0 <vm_exec_core+108>, 0x55ab989d2a42 <vm_exec_core+206>, 0x55ab989d2b55 <vm_exec_core+481>, 0x55ab989d2c69 <vm_exec_core+757>, 0x55ab989d2e07 <vm_exec_core+1171>, 0x55ab989d2f37 <vm_exec_core+1475>, 0x55ab989d3149 <vm_exec_core+2005>, 0x55ab989d325b <vm_exec_core+2279>, 0x55ab989d3334 <vm_exec_core+2496>, 0x55ab989d343b <vm_exec_core+2759>, 0x55ab989d3542 <vm_exec_core+3022>, 0x55ab989d3650 <vm_exec_core+3292>, 0x55ab989d3762 <vm_exec_core+3566>, 0x55ab989d3832 <vm_exec_core+3774>, 0x55ab989d393b <vm_exec_core+4039>, 0x55ab989d3a35 <vm_exec_core+4289>, 0x55ab989d3af8 <vm_exec_core+4484>, 0x55ab989d3bbb <vm_exec_core+4679>, 0x55ab989d3c44 <vm_exec_core+4816>, 0x55ab989d3cd0 <vm_exec_core+4956>, 0x55ab989d3d76 <vm_exec_core+5122>, 0x55ab989d3e4e <vm_exec_core+5338>, 0x55ab989d3f1b <vm_exec_core+5543>, 0x55ab989d3ff9 <vm_exec_core+5765>, 0x55ab989d40bb <vm_exec_core+5959>, 0x55ab989d41fa <vm_exec_core+6278>, 0x55ab989d42a0 <vm_exec_core+6444>, 0x55ab989d4385 <vm_exec_core+6673>, 0x55ab989d44b4 <vm_exec_core+6976>, 0x55ab989d4577 <vm_exec_core+7171>, 0x55ab989d463a <vm_exec_core+7366>, 0x55ab989d4732 <vm_exec_core+7614>, 0x55ab989d47f4 <vm_exec_core+7808>, 0x55ab989d48d3 <vm_exec_core+8031>, 0x55ab989d49e3 <vm_exec_core+8303>, 0x55ab989d4add <vm_exec_core+8553>, 0x55ab989d4b58 <vm_exec_core+8676>, 0x55ab989d4c19 <vm_exec_core+8869>, 0x55ab989d4d07 <vm_exec_core+9107>, 0x55ab989d4db7 <vm_exec_core+9283>, 0x55ab989d4f36 <vm_exec_core+9666>, 0x55ab989d5010 <vm_exec_core+9884>, 0x55ab989d50fc <vm_exec_core+10120>, 0x55ab989d518d <vm_exec_core+10265>, 0x55ab989d52e8 <vm_exec_core+10612>, 0x55ab989d57d8 <vm_exec_core+11876>, 0x55ab989d58d4 <vm_exec_core+12128>, 0x55ab989d59d7 <vm_exec_core+12387>, 0x55ab989d5ac3 <vm_exec_core+12623>, 0x55ab989d5cdc <vm_exec_core+13160>, 0x55ab989d5dce <vm_exec_core+13402>, 0x55ab989d5ed4 <vm_exec_core+13664>, 0x55ab989d60d1 <vm_exec_core+14173>, 0x55ab989d627a <vm_exec_core+14598>, 0x55ab989d63a5 <vm_exec_core+14897>, 0x55ab989d6511 <vm_exec_core+15261>, 0x55ab989d663c <vm_exec_core+15560>, 0x55ab989d67a8 <vm_exec_core+15924>, 0x55ab989d698a <vm_exec_core+16406>, 0x55ab989d6b87 <vm_exec_core+16915>, 0x55ab989d6d30 <vm_exec_core+17340>, 0x55ab989d6e52 <vm_exec_core+17630>, 0x55ab989d6ef9 <vm_exec_core+17797>, 0x55ab989d6fbd <vm_exec_core+17993>, 0x55ab989d70a6 <vm_exec_core+18226>, 0x55ab989d7192 <vm_exec_core+18462>, 0x55ab989d727b <vm_exec_core+18695>, 0x55ab989d738f <vm_exec_core+18971>, 0x55ab989d74b6 <vm_exec_core+19266>, 0x55ab989d75ec <vm_exec_core+19576>, 0x55ab989d7722 <vm_exec_core+19886>, 0x55ab989d7858 <vm_exec_core+20196>, 0x55ab989d798e <vm_exec_core+20506>, 0x55ab989d7ac4 <vm_exec_core+20816>, 0x55ab989d7c05 <vm_exec_core+21137>, 0x55ab989d7d7f <vm_exec_core+21515>, 0x55ab989d7eb5 <vm_exec_core+21825>, 0x55ab989d7feb <vm_exec_core+22135>, 0x55ab989d8121 <vm_exec_core+22445>, 0x55ab989d8257 <vm_exec_core+22755>, 0x55ab989d838d <vm_exec_core+23065>, 0x55ab989d84c3 <vm_exec_core+23375>, 0x55ab989d85f9 <vm_exec_core+23685>, 0x55ab989d872f <vm_exec_core+23995>, 0x55ab989d887e <vm_exec_core+24330>, 0x55ab989d8a38 <vm_exec_core+24772>, 0x55ab989d8bb6 <vm_exec_core+25154>, 0x55ab989d8cd5 <vm_exec_core+25441>, 0x55ab989d8df4 <vm_exec_core+25728>, 0x55ab989d8f0e <vm_exec_core+26010>, 0x55ab989d9028 <vm_exec_core+26292>, 0x55ab989d9153 <vm_exec_core+26591>, 0x55ab989d9289 <vm_exec_core+26901>, 0x55ab989d9374 <vm_exec_core+27136>, 0x55ab989d9479 <vm_exec_core+27397>, 0x55ab989d95c1 <vm_exec_core+27725>, 0x55ab989d96b0 <vm_exec_core+27964>, 0x55ab989d9784 <vm_exec_core+28176>, 0x55ab989d9859 <vm_exec_core+28389>, 0x55ab989d9943 <vm_exec_core+28623>, 0x55ab989d99bf <vm_exec_core+28747>, 0x55ab989d9a3b <vm_exec_core+28871>, 0x55ab989d9a59 <vm_exec_core+28901>, 0x55ab989d9a77 <vm_exec_core+28931>, 0x55ab989d9a95 <vm_exec_core+28961>, 0x55ab989d9ab3 <vm_exec_core+28991>, 0x55ab989d9ad1 <vm_exec_core+29021>, 0x55ab989d9aef <vm_exec_core+29051>, 0x55ab989d9b0d <vm_exec_core+29081>, 0x55ab989d9b2b <vm_exec_core+29111>, 0x55ab989d9b49 <vm_exec_core+29141>, 0x55ab989d9b67 <vm_exec_core+29171>, 0x55ab989d9b85 <vm_exec_core+29201>, 0x55ab989d9ba3 <vm_exec_core+29231>, 0x55ab989d9bc1 <vm_exec_core+29261>, 0x55ab989d9bdf <vm_exec_core+29291>, 0x55ab989d9bfd <vm_exec_core+29321>, 0x55ab989d9c1b <vm_exec_core+29351>, 0x55ab989d9c39 <vm_exec_core+29381>, 0x55ab989d9c57 <vm_exec_core+29411>, 0x55ab989d9c75 <vm_exec_core+29441>, 0x55ab989d9c93 <vm_exec_core+29471>, 0x55ab989d9cb1 <vm_exec_core+29501>, 0x55ab989d9ccf <vm_exec_core+29531>, 0x55ab989d9ced <vm_exec_core+29561>, 0x55ab989d9d0b <vm_exec_core+29591>, 0x55ab989d9d29 <vm_exec_core+29621>, 0x55ab989d9d47 <vm_exec_core+29651>, 0x55ab989d9d65 <vm_exec_core+29681>, 0x55ab989d9d83 <vm_exec_core+29711>, 0x55ab989d9da1 <vm_exec_core+29741>, 0x55ab989d9dbf <vm_exec_core+29771>, 0x55ab989d9ddd <vm_exec_core+29801>, 0x55ab989d9dfb <vm_exec_core+29831>, 0x55ab989d9e19 <vm_exec_core+29861>, 0x55ab989d9e37 <vm_exec_core+29891>, 0x55ab989d9e55 <vm_exec_core+29921>, 0x55ab989d9e73 <vm_exec_core+29951>, 0x55ab989d9e91 <vm_exec_core+29981>, 0x55ab989d9eaf <vm_exec_core+30011>, 0x55ab989d9ecd <vm_exec_core+30041>, 0x55ab989d9eeb <vm_exec_core+30071>, 0x55ab989d9f09 <vm_exec_core+30101>, 0x55ab989d9f27 <vm_exec_core+30131>, 0x55ab989d9f45 <vm_exec_core+30161>, 0x55ab989d9f63 <vm_exec_core+30191>, 0x55ab989d9f81 <vm_exec_core+30221>, 0x55ab989d9f9f <vm_exec_core+30251>, 0x55ab989d9fbd <vm_exec_core+30281>, 0x55ab989d9fdb <vm_exec_core+30311>, 0x55ab989d9ff9 <vm_exec_core+30341>, 0x55ab989da017 <vm_exec_core+30371>, 0x55ab989da035 <vm_exec_core+30401>, 0x55ab989da053 <vm_exec_core+30431>, 0x55ab989da071 <vm_exec_core+30461>, 0x55ab989da08f <vm_exec_core+30491>, 0x55ab989da0ad <vm_exec_core+30521>, 0x55ab989da0cb <vm_exec_core+30551>, 0x55ab989da0e9 <vm_exec_core+30581>, 0x55ab989da107 <vm_exec_core+30611>, 0x55ab989da125 <vm_exec_core+30641>, 0x55ab989da143 <vm_exec_core+30671>, 0x55ab989da161 <vm_exec_core+30701>, 0x55ab989da17f <vm_exec_core+30731>, 0x55ab989da19d <vm_exec_core+30761>, 0x55ab989da1bb <vm_exec_core+30791>, 0x55ab989da1d9 <vm_exec_core+30821>, 0x55ab989da1f7 <vm_exec_core+30851>, 0x55ab989da215 <vm_exec_core+30881>, 0x55ab989da233 <vm_exec_core+30911>, 0x55ab989da251 <vm_exec_core+30941>, 0x55ab989da26f <vm_exec_core+30971>, 0x55ab989da28d <vm_exec_core+31001>, 0x55ab989da2ab <vm_exec_core+31031>, 0x55ab989da2c9 <vm_exec_core+31061>, 0x55ab989da2e7 <vm_exec_core+31091>, 0x55ab989da318 <vm_exec_core+31140>, 0x55ab989da336 <vm_exec_core+31170>, 0x55ab989da354 <vm_exec_core+31200>, 0x55ab989da372 <vm_exec_core+31230>, 0x55ab989da390 <vm_exec_core+31260>, 0x55ab989da3ae <vm_exec_core+31290>, 0x55ab989da3cc <vm_exec_core+31320>, 0x55ab989da3ea <vm_exec_core+31350>, 0x55ab989da408 <vm_exec_core+31380>, 0x55ab989da426 <vm_exec_core+31410>, 0x55ab989da444 <vm_exec_core+31440>, 0x55ab989da462 <vm_exec_core+31470>, 0x55ab989da480 <vm_exec_core+31500>, 0x55ab989da49e <vm_exec_core+31530>, 0x55ab989da4bc <vm_exec_core+31560>, 0x55ab989da4da <vm_exec_core+31590>, 0x55ab989da4f8 <vm_exec_core+31620>, 0x55ab989da516 <vm_exec_core+31650>, 0x55ab989da534 <vm_exec_core+31680>, 0x55ab989da552 <vm_exec_core+31710>, 0x55ab989da570 <vm_exec_core+31740>, 0x55ab989da58e <vm_exec_core+31770>, 0x55ab989da5ac <vm_exec_core+31800>, 0x55ab989da5ca <vm_exec_core+31830>...}
#21 0x000055ab989ec73f in vm_exec_loop (ec=0x55ab9aa352c0, state=RUBY_TAG_RAISE, tag=0x7ffdfdd14c30, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2499
No locals.
#22 0x000055ab989ec697 in rb_vm_exec (ec=0x55ab9aa352c0) at /tmp/ruby/src/trunk-O0/vm.c:2478
_ec = 0x55ab9aa352c0
_tag = {tag = 36, retval = 4, buf = {0x7ffdfdd14cb0, 0x55ab989ec5c2 <rb_vm_exec+174>, 0x0, 0x7ffdfdd14c00, 0x7ffdfdd14f48}, prev = 0x7ffdfdd14d20, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_RAISE
result = 36
#23 0x000055ab989ed493 in rb_iseq_eval_main (iseq=0x7fdeba408030) at /tmp/ruby/src/trunk-O0/vm.c:2738
ec = 0x55ab9aa352c0
val = 94195522163392
#24 0x000055ab987d67e3 in rb_ec_exec_node (ec=0x55ab9aa352c0, n=0x7fdeba408030) at /tmp/ruby/src/trunk-O0/eval.c:287
th = 0x55ab9aa34090
_ec = 0x55ab9aa352c0
_tag = {tag = 36, retval = 94195486121418, buf = {0x7ffdfdd14da0, 0x55ab987d6779 <rb_ec_exec_node+196>, 0x0, 0x7ffdfdd14cf0, 0x55ab9aa352c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
iseq = 0x7fdeba408030
#25 0x000055ab987d6950 in ruby_run_node (n=0x7fdeba408030) at /tmp/ruby/src/trunk-O0/eval.c:328
ec = 0x55ab9aa352c0
status = 21931
#26 0x000055ab987d22f4 in rb_main (argc=138, argv=0x7ffdfdd14f48) at /tmp/ruby/src/trunk-O0/main.c:39
variable_in_this_stack_frame = 140728861806112
#27 0x000055ab987d2355 in main (argc=138, argv=0x7ffdfdd14f48) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)