# Logfile created on 2023-10-22 19:06:15 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000556781d3a9a8 @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_clang_11", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_clang_11", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_clang_11", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_clang_11", @configure_opts=["CC=clang-11"], @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_clang_11.20231022-190613", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000556781dc35f0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000556781dc3460 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000556781dc32d0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_clang_11.20231022-190613", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_clang_11.20231022-190613>, @binmode=false, @mon_data=#<Monitor:0x0000556781dc3208>, @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 2cac4e78dfd76e85342ab2c332d3fae046b36961
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 2cac4e78dfd76e85342ab2c332d3fae046b36961 | /bin/sh /tmp/ruby/src/trunk_clang_11/tool/ifchange /tmp/ruby/src/trunk_clang_11/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk_clang_11/tool/ifchange /tmp/ruby/src/trunk_clang_11/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk_clang_11/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk_clang_11/.bundle/.timestamp/debug.revision unchanged
Building rbs@2cac4e78dfd76e85342ab2c332d3fae046b36961 to /tmp/ruby/src/trunk_clang_11/gems/rbs-3.2.2.gem
  Successfully built RubyGem
  Name: rbs
  Version: 3.2.0
  File: rbs-3.2.0.gem
$$$[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
Already up to date.
Latest commit hash = b84e6fe93e
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk_clang_11/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_clang_11'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
Update rbs to 2cac4e78dfd76e85342ab2c332d3fae046b36961
echo 2cac4e78dfd76e85342ab2c332d3fae046b36961 | /bin/sh /tmp/ruby/src/trunk_clang_11/tool/ifchange /tmp/ruby/src/trunk_clang_11/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk_clang_11/.bundle/.timestamp/rbs.revision unchanged
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk_clang_11/tool/ifchange /tmp/ruby/src/trunk_clang_11/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk_clang_11/.bundle/.timestamp/debug.revision unchanged
Building rbs@2cac4e78dfd76e85342ab2c332d3fae046b36961 to /tmp/ruby/src/trunk_clang_11/gems/rbs-3.2.2.gem
  Successfully built RubyGem
  Name: rbs
  Version: 3.2.0
  File: rbs-3.2.0.gem
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-11
	LD = ld
	LDSHARED = clang-11 -shared
	CFLAGS = -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_clang_11/include -I/tmp/ruby/src/trunk_clang_11 -I/tmp/ruby/src/trunk_clang_11/prism -I/tmp/ruby/src/trunk_clang_11/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_clang_11/yjit/target/release/' /tmp/ruby/src/trunk_clang_11/yjit/src/lib.rs
Ubuntu clang version 11.1.0-6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
compiling /tmp/ruby/src/trunk_clang_11/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-11
	LD = ld
	LDSHARED = clang-11 -shared
	CFLAGS = -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_clang_11/include -I/tmp/ruby/src/trunk_clang_11 -I/tmp/ruby/src/trunk_clang_11/prism -I/tmp/ruby/src/trunk_clang_11/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_clang_11/yjit/target/release/' /tmp/ruby/src/trunk_clang_11/yjit/src/lib.rs
Ubuntu clang version 11.1.0-6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
builtin_binary.inc updated
compiling /tmp/ruby/src/trunk_clang_11/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 = clang-11
	LD = ld
	LDSHARED = clang-11 -shared
	CFLAGS = -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_clang_11/include -I/tmp/ruby/src/trunk_clang_11 -I/tmp/ruby/src/trunk_clang_11/prism -I/tmp/ruby/src/trunk_clang_11/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_clang_11/yjit/target/release/' /tmp/ruby/src/trunk_clang_11/yjit/src/lib.rs
Ubuntu clang version 11.1.0-6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk_clang_11/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update rbs to 2cac4e78dfd76e85342ab2c332d3fae046b36961
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-11
	LD = ld
	LDSHARED = clang-11 -shared
	CFLAGS = -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_clang_11/include -I/tmp/ruby/src/trunk_clang_11 -I/tmp/ruby/src/trunk_clang_11/prism -I/tmp/ruby/src/trunk_clang_11/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_clang_11/yjit/target/release/' /tmp/ruby/src/trunk_clang_11/yjit/src/lib.rs
echo 2cac4e78dfd76e85342ab2c332d3fae046b36961 | /bin/sh /tmp/ruby/src/trunk_clang_11/tool/ifchange /tmp/ruby/src/trunk_clang_11/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk_clang_11/tool/ifchange /tmp/ruby/src/trunk_clang_11/.bundle/.timestamp/debug.revision -
generating encdb.h
Ubuntu clang version 11.1.0-6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
/tmp/ruby/src/trunk_clang_11/.bundle/.timestamp/debug.revision unchanged
generating enc.mk
/tmp/ruby/src/trunk_clang_11/.bundle/.timestamp/rbs.revision unchanged
encdb.h unchanged
Building rbs@2cac4e78dfd76e85342ab2c332d3fae046b36961 to /tmp/ruby/src/trunk_clang_11/gems/rbs-3.2.2.gem
making srcs under enc
making enc
  Successfully built RubyGem
  Name: rbs
  Version: 3.2.0
  File: rbs-3.2.0.gem
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk_clang_11/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
./miniruby -I/tmp/ruby/src/trunk_clang_11/lib -I. -I.ext/common  /tmp/ruby/src/trunk_clang_11/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk_clang_11/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_clang_11/bin
installing base libraries:          /tmp/ruby/install/trunk_clang_11/lib
installing arch files:              /tmp/ruby/install/trunk_clang_11/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk_clang_11/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk_clang_11/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_clang_11/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_clang_11/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk_clang_11/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk_clang_11/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk_clang_11/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk_clang_11/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk_clang_11/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk_clang_11/bin
installing library scripts:         /tmp/ruby/install/trunk_clang_11/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk_clang_11/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk_clang_11/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk_clang_11/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.15.1
                                    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_clang_11/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.3
                                    digest 3.1.1
                                    etc 1.4.2
                                    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_clang_11/lib/ruby/gems/3.3.0+0
                                    minitest 5.20.0
                                    power_assert 2.0.3
                                    rake 13.0.6
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.2.0
                                    net-imap 0.4.1
                                    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_clang_11/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 = clang-11
	LD = ld
	LDSHARED = clang-11 -shared
	CFLAGS = -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_clang_11/include -I/tmp/ruby/src/trunk_clang_11 -I/tmp/ruby/src/trunk_clang_11/prism -I/tmp/ruby/src/trunk_clang_11/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_clang_11/yjit/target/release/' /tmp/ruby/src/trunk_clang_11/yjit/src/lib.rs
Ubuntu clang version 11.1.0-6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
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_clang_11/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk_clang_11/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk_clang_11/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 = clang-11
	LD = ld
	LDSHARED = clang-11 -shared
	CFLAGS = -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_clang_11/include -I/tmp/ruby/src/trunk_clang_11 -I/tmp/ruby/src/trunk_clang_11/prism -I/tmp/ruby/src/trunk_clang_11/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_clang_11/yjit/target/release/' /tmp/ruby/src/trunk_clang_11/yjit/src/lib.rs
Ubuntu clang version 11.1.0-6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk_clang_11/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
Run options: 
  --seed=21465
  "--ruby=./miniruby -I/tmp/ruby/src/trunk_clang_11/lib -I. -I.ext/common  /tmp/ruby/src/trunk_clang_11/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk_clang_11/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

[  1/902] 944110=test_row
[  2/902] 944112=test_stringscanner
[  3/902] 944110=test_emitter
[  4/902] 944110=test_defined
[  5/902] 944113=test_write
[  6/902] 944112=test_gem_commands_check_command
[  7/902] 944115=test_yamlstore
[  8/902] 944113=test_gem_commands_sources_command
[  9/902] 944110=test_rdoc_text
[ 10/902] 944115=test_key_stroke
[ 11/902] 944115=test_require
[ 12/902] 944115=test_object_create_start
[ 13/902] 944115=test_gem_unsatisfiable_dependency_error
[ 14/902] 944112=test_function
[ 15/902] 944112=test_array
[ 16/902] 944113=test_rdoc_markup_paragraph
[ 17/902] 944115=test_big2str
[ 18/902] 944115=test_io
[ 19/902] 944110=json_generator_test
[ 20/902] 944113=test_object
[ 21/902] 944110=test_gem_source_list
[ 22/902] 944115=test_yaml_special_cases
[ 23/902] 944115=test_resource
[ 24/902] 944115=test_raise
[ 25/902] 944115=test_rdoc_any_method
[ 26/902] 944110=test_dot_dot
[ 27/902] 944110=test_ifunless
[ 28/902] 944113=test_reqarg
[ 29/902] 944110=test_each
[ 30/902] 944110=test_func
[ 31/902] 944113=test_dryrun
[ 32/902] 944113=test_string
[ 33/902] 944113=test_gem_commands_signin_command
[ 34/902] 944113=test_complexrational
[ 35/902] 944113=test_protocol
[ 36/902] 944113=test_fnmatch
[ 37/902] 944113=test_gem_commands_search_command
[ 38/902] 944113=test_liberal_parsing
[ 39/902] 944113=test_gem_commands_open_command
[ 40/902] 944113=test_win32ole_variant
[ 41/902] 944113=test_config
[ 42/902] 944115=test_parser
[ 43/902] 944113=test_gem_security_policy
[ 44/902] 944115=test_rubyoptions
[ 45/902] 944113=test_memory_view
[ 46/902] 944113=test_erb_m17n
[ 47/902] 944113=test_data
[ 48/902] 944113=test_m17n_comb
[ 49/902] 944110=test_gem_commands_contents_command
[ 50/902] 944110=test_helper
[ 51/902] 944110=test_read
[ 52/902] 944112=test_data_converters
[ 53/902] 944112=test_euc_tw
[ 54/902] 944112=test_win32ole_param
[ 55/902] 944112=test_macro
[ 56/902] 944112=test_gem_package_tar_writer
[ 57/902] 944110=test_arity
[ 58/902] 944110=test_rdoc_markup_to_markdown
[ 59/902] 944110=test_pty
[ 60/902] 944112=test_trick
[ 61/902] 944110=test_addr
[ 62/902] 944110=test_wait
[ 63/902] 944110=test_yield_block
[ 64/902] 944110=test_regexp
[ 65/902] 944113=test_switch_hitter
[ 66/902] 944113=test_gem_package_old
[ 67/902] 944113=test_numeric
[ 68/902] 944113=test_singleton_function
[ 69/902] 944113=test_io_timeout
[ 70/902] 944113=test_depth_first
[ 71/902] 944113=test_hash_create
[ 72/902] 944113=test_date_ractor
[ 73/902] 944113=test_comparable
[ 74/902] 944113=test_hmac
[ 75/902] 944113=test_exception
[ 76/902] 944112=test_encodings
[ 77/902] 944113=test_stream
[ 78/902] 944113=test_too_many_dummy_encodings
[ 79/902] 944113=test_lambda
[ 80/902] 944113=test_weakref
[ 81/902] 944112=test_omap
[ 82/902] 944113=test_timeout
[ 83/902] 944112=test_rdoc_extend
[ 84/902] 944110=test_shellwords
[ 85/902] 944110=test_rdoc_rd_inline_parser
[ 86/902] 944112=test_merge_keys
[ 87/902] 944110=test_gem_uninstaller
[ 88/902] 944112=test_config
[ 89/902] 944113=test_rdoc_markup_to_rdoc
[ 90/902] 944113=test_gem_commands_mirror
[ 91/902] 944113=test_shift_jis
[ 92/902] 944113=test_arith_seq_extract
[ 93/902] 944113=test_gem_version
[ 94/902] 944113=test_rdoc_servlet
[ 95/902] 944112=test_threadgroup
[ 96/902] 944113=test_c_struct_entry
[ 97/902] 944112=test_float
[ 98/902] 944113=test_change_word
[ 99/902] 944113=test_gem_commands_environment_command
[100/902] 944113=test_rdoc_generator_pot
[101/902] 944113=test_gem_gem_runner
[102/902] 944113=test_date_marshal
[103/902] 944113=test_scanner_events
[104/902] 944113=test_tree_spell_checker
[105/902] 944113=test_fiber
[106/902] 944110=test_hash
[107/902] 944115=test_gem_safe_marshal
[108/902] 944112=test_delegation
[109/902] 944112=test_stream
[110/902] 944112=test_pkey_dh
[111/902] 944112=test_drbunix
[112/902] 944115=test_gem_ext_rake_builder
[113/902] 944113=test_key_event_record
[114/902] 944113=test_rdoc_rdoc
[115/902] 944115=test_config
[116/902] 944113=test_debug
[117/902] 944113=test_io_buffer
[118/902] 944115=test_gem_commands_push_command
[119/902] 944113=test_thread
[120/902] 944115=test_reline
[121/902] 944115=test_rdoc_generator_pot_po
[122/902] 944115=test_rdoc_parser_simple
[123/902] 944115=test_egrep_cpp
[124/902] 944115=test_set
[125/902] 944115=test_skip_lines
[126/902] 944115=test_date_conv
[127/902] 944115=test_rdoc_markup_document
[128/902] 944115=test_member
[129/902] 944115=test_process
[130/902] 944112=test_io_buffer
[131/902] 944112=test_rdoc_alias
[132/902] 944112=test_propertyputref
[133/902] 944112=test_nofree
[134/902] 944112=test_httpresponses
[135/902] 944112=test_option
[136/902] 944112=test_grapheme_breaks
[137/902] 944112=test_color_printer
[138/902] 944112=test_m17n
[139/902] 944112=test_file
[140/902] 944112=test_yjit
[141/902] 944113=test_gem_resolver_index_specification
[142/902] 944113=test_pkey_rsa
[143/902] 944113=test_init
[144/902] 944113=test_socket
[145/902] 944113=test_argf
[146/902] 944112=test_numhash
[147/902] 944112=test_securerandom
[148/902] 944112=test_gem_commands_uninstall_command
[149/902] 944110=test_rdoc_markup_to_bs
[150/902] 944110=test_thread
[151/902] 944110=test_name_error_extension
[152/902] 944110=test_bug-3571
[153/902] 944110=test_rdoc_markup_hard_break
[154/902] 944110=test_literal
[155/902] 944112=test_gem_source_git
[156/902] 944110=json_addition_test
[157/902] 944110=test_regex_casefold
[158/902] 944110=newline_test
[159/902] 944110=test_x509name
[160/902] 944110=test_qsort
[161/902] 944110=test_err_in_callback
[162/902] 944110=test_rdoc_rd_block_parser
[163/902] 944112=test_bn
[164/902] 944110=ractor_test
[165/902] 944112=test_ns_spki
[166/902] 944112=test_gem_commands_setup_command
[167/902] 944110=test_cgi_tag_helper
[168/902] 944110=test_ractor
[169/902] 944110=test_bignum
[170/902] 944110=test_class_name_check
[171/902] 944110=test_abbrev
[172/902] 944110=test_getoptlong
[173/902] 944110=test_tempfile
[174/902] 944110=test_bigzero
[175/902] 944110=test_pkey
[176/902] 944110=test_ldap
[177/902] 944110=test_unix
[178/902] 944110=test_gem_package_task
[179/902] 944110=test_gem_commands_install_command
[180/902] 944112=test_io_wait
[181/902] 944112=test_bug-5832
[182/902] 944112=test_kwargs
[183/902] 944112=test_fstring
[184/902] 944113=test_symbol
[185/902] 944112=test_coder
[186/902] 944112=test_context
[187/902] 944112=test_rdoc_markup_raw
[188/902] 944112=test_gem_resolver_vendor_specification
[189/902] 944112=test_rdoc_parser_markdown
[190/902] 944112=test_euc_kr
[191/902] 944112=test_bigmath
[192/902] 944112=test_math
[193/902] 944112=test_gc
[194/902] 944112=test_libs
[195/902] 944112=test_scalar
[196/902] 944112=test_date_new
[197/902] 944112=test_case
[198/902] 944112=test_observer
[199/902] 944112=test_ws
[200/902] 944112=test_kernel
[201/902] 944113=test_rubyvm
[202/902] 944113=test_emoji
[203/902] 944113=test_sorted_set
[204/902] 944112=test_enumerable
[205/902] 944112=test_condition
[206/902] 944112=test_drb
[207/902] 944113=test_object_references
[208/902] 944113=test_rdoc_top_level
[209/902] 944113=test_cp949
[210/902] 944113=test_win32ole_type_event
[211/902] 944113=regexp_test
[212/902] 944113=test_stringio
[213/902] 944113=test_load
[214/902] 944113=test_gem_resolver_installer_set
[215/902] 944110=test_date_attr
[216/902] 944110=test_gem_resolver_conflict
[217/902] 944110=test_sleep
[218/902] 944113=test_pipe
[219/902] 944113=test_gem_commands_specification_command
[220/902] 944113=test_ssl
[221/902] 944110=test_module
[222/902] 944110=test_ole_methods
[223/902] 944110=test_files_lib
[224/902] 944112=test_time
[225/902] 944113=test_gem_resolver_best_set
[226/902] 944115=test_cgi_util
[227/902] 944113=!Nothing_to_test
[228/902] 944113=test_rdoc_comment
[229/902] 944113=test_gbk
[230/902] 944113=test_zlib
[231/902] 944112=magic_comment_test
[232/902] 944112=test_assignment
[233/902] 944115=test_pkey_dsa
[234/902] 944115=test_proc
[235/902] 944112=test_rat
[236/902] 944112=test_gem_source_subpath_problem
[237/902] 944112=test_http
[238/902] 944112=test_autoconf
[239/902] 944112=test_nomethod_error
[240/902] 944112=comments_test
[241/902] 944112=test_cgi_multipart
[242/902] 944112=test_rdoc_rd_inline
[243/902] 944112=test_exception
[244/902] 944115=test_time
[245/902] 944112=test_framework
[246/902] 944112=test_files_test_1
[247/902] 944115=test_rb_str_dup
[248/902] 944115=test_string_processing
[249/902] 944115=test_optarg
[250/902] 944115=test_load
[251/902] 944115=test_rdoc_markup_to_label
[252/902] 944115=test_case_options
[253/902] 944115=test_rdoc_markup_formatter
[254/902] 944115=test_handle
[255/902] 944110=test_gem_uri
[256/902] 944110=test_protect
[257/902] 944110=test_case_comprehensive
[258/902] 944115=test_to_ary_concat
[259/902] 944115=test_tree_builder
[260/902] 944115=test_rewind
[261/902] 944115=test_backtrace
[262/902] 944115=test_rdoc_task
[263/902] 944115=test_rdoc_parser_ruby
[264/902] 944113=test_httpresponse
[265/902] 944113=test_gc_compact
[266/902] 944115=test_complex
[267/902] 944115=test_enumerator
[268/902] 944115=test_win32ole_event
[269/902] 944115=test_basicinstructions
[270/902] 944115=test_rubygems
[271/902] 944115=test_key_actor_emacs
[272/902] 944115=test_gem_local_remote_options
[273/902] 944115=test_gem_resolver
[274/902] 944112=test_line_editor
[275/902] 944112=test_bigdecimal
[276/902] 944115=test_string_memory
[277/902] 944115=test_normalize
[278/902] 944115=test_gem_commands_yank_command
[279/902] 944115=test_profile_frames
[280/902] 944115=test_signal
[281/902] 944113=test_fixnum
[282/902] 944113=test_rdoc_store
[283/902] 944115=test_nil
[284/902] 944115=test_human_typo
[285/902] 944115=encoding_test
[286/902] 944113=test_rdoc_stats
[287/902] 944113=test_date_compat
[288/902] 944113=test_pkey_ec
[289/902] 944115=test_thread
[290/902] 944115=test_ts
[291/902] 944113=test_date_parse
[292/902] 944113=test_digest
[293/902] 944115=test_locale
[294/902] 944115=test_ractor
[295/902] 944113=test_interned_str
[296/902] 944113=test_uncorrectable_name_check
[297/902] 944113=test_struct
[298/902] 944115=test_gem_source
[299/902] 944113=test_fd_setsize
[300/902] 944113=test_pkcs12
[301/902] 944112=test_last_thread
[302/902] 944115=test_fiddle
[303/902] 944113=test_range
[304/902] 944112=test_bash_completion
[305/902] 944112=test_mutex
[306/902] 944115=test_benchmark
[307/902] 944112=test_features
[308/902] 944113=test_utf16
[309/902] 944113=test_assembler
[310/902] 944113=test_asn1
[311/902] 944113=test_udp
[312/902] 944113=test_unicode_normalize
[313/902] 944112=test_reline_key
[314/902] 944112=test_gem_source_vendor
[315/902] 944112=test_gem_command
[316/902] 944115=test_c_union_entity
[317/902] 944115=test_backtrace
[318/902] 944115=test_sexp
[319/902] 944115=test_modify_expand
[320/902] 944115=test_date
[321/902] 944115=test_gem_available_set
[322/902] 944112=test_force_quotes
[323/902] 944112=test_io_console
[324/902] 944115=test_pstore
[325/902] 944115=test_yaml_tree
[326/902] 944115=test_num2int
[327/902] 944115=test_mutex_m
[328/902] 944115=test_error_highlight
[329/902] 944115=test_iter_break
[330/902] 944115=test_alias
[331/902] 944115=test_acceptable
[332/902] 944115=test_class
[333/902] 944115=test_address_resolve
[334/902] 944115=test_table
[335/902] 944115=test_ripper
[336/902] 944112=test_integer_comb
[337/902] 944115=test_len
[338/902] 944115=test_basicsocket
[339/902] 944115=test_coderange
[340/902] 944115=test_dns
[341/902] 944115=test_date_strftime
[342/902] 944115=test_gem_source_fetch_problem
[343/902] 944115=test_scan_args
[344/902] 944115=test_syslog_logger
[345/902] 944115=test_gem_path_support
[346/902] 944115=test_provider
[347/902] 944115=test_gem_config_file
[348/902] 944115=test_autoload
[349/902] 944112=test_httpheader
[350/902] 944112=test_ractor_compatibility
[351/902] 944113=test_rdoc_ri_driver
[352/902] 944112=test_data
[353/902] 944112=test_yjit_exit_locations
[354/902] 944112=test_json_tree
[355/902] 944112=test_history
[356/902] 944112=test_ractor
[357/902] 944112=test_rdoc_class_module
[358/902] 944113=test_weakmap
[359/902] 944112=test_singleton
[360/902] 944112=test_webauthn_poller
[361/902] 944112=test_pp
[362/902] 944112=test_cclass
[363/902] 944112=test_gem_commands_cert_command
[364/902] 944112=test_ansi_without_terminfo
[365/902] 944112=test_nil2vtempty
[366/902] 944112=test_set
[367/902] 944112=test_pack
[368/902] 944112=test_win32ole_variant_m
[369/902] 944112=test_ssl_session
[370/902] 944112=test_sprintf
[371/902] 944115=test_super
[372/902] 944112=test_x509store
[373/902] 944112=test_ractor
[374/902] 944112=test_severity
[375/902] 944112=test_enc_str_buf_cat
[376/902] 944112=test_continuation
[377/902] 944112=test_cmd
[378/902] 944115=test_windows_1251
[379/902] 944115=test_rdoc_parser_c
[380/902] 944115=test_delete
[381/902] 944115=test_stringchar
[382/902] 944115=test_cesu8
[383/902] 944115=json_fixtures_test
[384/902] 944115=test_ractor
[385/902] 944112=test_deprecated
[386/902] 944112=test_gem_commands_build_command
[387/902] 944115=test_placearg
[388/902] 944115=test_gem_package_tar_reader_entry
[389/902] 944115=test_drbssl
[390/902] 944112=test_base64
[391/902] 944112=test_acl
[392/902] 944112=test_gem_ext_cmake_builder
[393/902] 944112=test_div
[394/902] 944112=test_gem_request
[395/902] 944112=test_ensured
[396/902] 944112=test_mailto
[397/902] 944112=test_gem_requirement
[398/902] 944112=locals_test
[399/902] 944112=test_bmethod
[400/902] 944112=test_project_sanity
[401/902] 944112=json_parser_test
[402/902] 944112=test_debug_cmd
[403/902] 944112=test_workspace
[404/902] 944112=test_files_test
[405/902] 944112=test_str2big
[406/902] 944112=test_name_error
[407/902] 944112=test_rdoc_markdown
[408/902] 944112=test_gem_resolver_installed_specification
[409/902] 944112=test_webauthn_listener_response
[410/902] 944112=test_gem_request_connection_pools
[411/902] 944112=test_random
[412/902] 944112=test_rdoc_encoding
[413/902] 944112=test_safe_load
[414/902] 944112=test_erb
[415/902] 944112=test_gem_bundler_version_finder
[416/902] 944112=test_pattern_matching
[417/902] 944112=test_memory_view
[418/902] 944112=test_enumerator
[419/902] 944112=test_rdoc_constant
[420/902] 944112=test_deprecate
[421/902] 944112=test_rand
[422/902] 944112=test_date_time
[423/902] 944112=test_input_method
[424/902] 944112=test_console_attr
[425/902] 944112=test_bundled_ca
[426/902] 944112=test_type
[427/902] 944112=desugar_compiler_test
[428/902] 944112=test_utf32
[429/902] 944112=test_rdoc_markup_to_table_of_contents
[430/902] 944112=test_noarg
[431/902] 944112=test_ubf_async_safe
[432/902] 944112=test_popen_deadlock
[433/902] 944112=test_parser_events
[434/902] 944112=test_trace
[435/902] 944112=test_rdoc_markup_to_joined_paragraph
[436/902] 944112=test_invalid
[437/902] 944112=test_header
[438/902] 944112=test_arity
[439/902] 944112=test_win32ole_record
[440/902] 944112=test_rdoc_markup_parser
[441/902] 944112=test_have_macro
[442/902] 944112=test_tcp
[443/902] 944113=test_formatter
[444/902] 944113=test_gem_dependency_list
[445/902] 944112=test_random_formatter
[446/902] 944112=test_https
[447/902] 944113=test_row_separator
[448/902] 944113=test_evaluation
[449/902] 944113=test_rdoc_code_object
[450/902] 944112=test_instrumentation_api
[451/902] 944113=test_converters
[452/902] 944113=test_gem_rdoc
[453/902] 944113=test_not
[454/902] 944113=test_gem_stream_ui
[455/902] 944112=test_rdoc_generator_ri
[456/902] 944112=test_rational2
[457/902] 944112=test_printf
[458/902] 944112=test_gem_resolver_requirement_list
[459/902] 944112=test_unicode_escape
[460/902] 944113=test_arith_seq_beg_len_step
[461/902] 944113=test_method_name_check
[462/902] 944113=test_https_proxy
[463/902] 944113=test_flags
[464/902] 944112=test_internal_ivar
[465/902] 944112=test_rdoc_markup_verbatim
[466/902] 944112=test_tracepoint
[467/902] 944112=test_gem_commands_pristine_command
[468/902] 944113=test_irb
[469/902] 944113=test_completion
[470/902] 944110=test_require
[471/902] 944113=test_gem_commands_fetch_command
[472/902] 944113=test_bug_reporter
[473/902] 944112=test_method
[474/902] 944113=json_string_matching_test
[475/902] 944113=test_call
[476/902] 944113=test_ocsp
[477/902] 944113=library_symbols_test
[478/902] 944113=json_ext_parser_test
[479/902] 944113=test_rdoc_tom_doc
[480/902] 944113=test_eval
[481/902] 944113=test_http
[482/902] 944110=test_rdoc_markup_indented_paragraph
[483/902] 944110=test_gem_resolver_api_specification
[484/902] 944110=test_filter
[485/902] 944110=test_rdoc_markup_to_html
[486/902] 944110=test_find
[487/902] 944110=test_io_m17n
[488/902] 944112=test_files_sample
[489/902] 944112=test_verbose
[490/902] 944112=test_koi8
[491/902] 944112=test_gem_dependency_installer
[492/902] 944110=test_rdoc_parser_changelog
[493/902] 944110=test_gem_remote_fetcher
[494/902] 944113=test_column_separator
[495/902] 944113=test_gem_commands_help_command
[496/902] 944110=test_stat
[497/902] 944110=test_random
[498/902] 944110=test_quote_empty
[499/902] 944113=test_cparser
[500/902] 944110=test_configuration
[501/902] 944110=test_lexer
[502/902] 944110=test_sleep
[503/902] 944112=test_gem_commands_stale_command
[504/902] 944112=test_rdoc_markup_heading
[505/902] 944112=test_cgi_modruby
[506/902] 944112=test_unconverted_fields
[507/902] 944112=test_gem_resolver_lock_specification
[508/902] 944112=test_optimization
[509/902] 944110=test_inlinecache
[510/902] 944110=test_sizeof
[511/902] 944113=test_gem_request_set_gem_dependency_api
[512/902] 944115=test_config
[513/902] 944115=test_win32ole_method_event
[514/902] 944115=test_system
[515/902] 944113=test_gem_package
[516/902] 944115=test_engine
[517/902] 944115=test_key_error
[518/902] 944115=test_inadvertent_creation
[519/902] 944113=test_require_path_check
[520/902] 944115=test_dup
[521/902] 944113=test_open3
[522/902] 944115=ripper_compat_test
[523/902] 944115=test_metaclass
[524/902] 944115=test_array
[525/902] 944115=test_thread_fd_close
[526/902] 944115=test_rdoc_markup
[527/902] 944115=test_lazy_enumerator
[528/902] 944115=test_find_executable
[529/902] 944115=test_gem_commands_cleanup_command
[530/902] 944115=test_gem_resolver_git_specification
[531/902] 944115=test_enum
[532/902] 944113=test_cgi_cookie
[533/902] 944115=test_install
[534/902] 944113=test_default_gems
[535/902] 944113=test_pinned
[536/902] 944115=test_gem_ext_cargo_builder
[537/902] 944113=test_nesting_parser
[538/902] 944113=test_new
[539/902] 944110=test_buffering
[540/902] 944113=test_drbobject
[541/902] 944110=test_win32ole_variant_outarg
[542/902] 944110=test_ast
[543/902] 944115=test_nonblock
[544/902] 944115=test_strip
[545/902] 944115=test_zsh_completion
[546/902] 944115=test_pack
[547/902] 944115=test_cipher
[548/902] 944113=test_exit
[549/902] 944115=parse_serialize_test
[550/902] 944115=test_pair
[551/902] 944113=test_gem_security_signer
[552/902] 944113=test_gem_commands_query_command
[553/902] 944112=test_wss
[554/902] 944112=test_gem_commands_list_command
[555/902] 944112=test_gem_commands_dependency_command
[556/902] 944112=test_array_create
[557/902] 944112=test_rdoc_markup_to_html_snippet
[558/902] 944112=test_store
[559/902] 944113=test_gem_platform
[560/902] 944112=test_win32ole_param_event
[561/902] 944112=test_ostruct
[562/902] 944113=test_dir_m17n
[563/902] 944112=test_variable_name_check
[564/902] 944112=test_shapes
[565/902] 944112=test_rdoc_markup_pre_process
[566/902] 944112=test_rdoc_parser_rd
[567/902] 944112=test_file_exhaustive
[568/902] 944115=test_function_entry
[569/902] 944115=json_encoding_test
[570/902] 944115=test_general
[571/902] 944115=test_raise_no_backtrace_exception
[572/902] 944115=test_io
[573/902] 944113=test_process
[574/902] 944113=test_rdoc_markdown_test
[575/902] 944113=test_rdoc_normal_module
[576/902] 944113=test_forwardable
[577/902] 944113=test_flip
[578/902] 944113=test_foreach
[579/902] 944113=test_settracefunc
[580/902] 944113=test_gem_text
[581/902] 944113=test_iterator
[582/902] 944113=test_string
[583/902] 944113=test_digest
[584/902] 944113=test_closure
[585/902] 944113=test_rdoc_token_stream
[586/902] 944113=pattern_test
[587/902] 944113=test_win32ole
[588/902] 944113=test_http_request
[589/902] 944113=test_jaro_winkler
[590/902] 944113=test_sprintf_comb
[591/902] 944113=test_gem_commands_generate_index_command
[592/902] 944113=test_typeddata
[593/902] 944113=test_rinda
[594/902] 944113=test_method_cache
[595/902] 944113=test_null
[596/902] 944113=test_etc
[597/902] 944113=test_storage
[598/902] 944113=test_rdoc_single_class
[599/902] 944113=test_erb_command
[600/902] 944113=test_summary
[601/902] 944113=test_rendering
[602/902] 944113=test_env
[603/902] 944112=test_kill_ring
[604/902] 944112=test_gem_silent_ui
[605/902] 944112=test_fileutils
[606/902] 944112=test_gem_source_installed
[607/902] 944112=test_cmethod
[608/902] 944112=memsize_test
[609/902] 944112=test_iseq_load
[610/902] 944113=test_variable
[611/902] 944113=json_common_interface_test
[612/902] 944113=test_notimplement
[613/902] 944113=test_case
[614/902] 944113=test_compile_prism
[615/902] 944113=test_method_cache
[616/902] 944113=heredoc_dedent_test
[617/902] 944113=test_gem_commands_exec_command
[618/902] 944112=test_update
[619/902] 944112=test_serialize_subclasses
[620/902] 944112=test_key_name_check
[621/902] 944112=test_gem_request_set_lockfile_tokenizer
[622/902] 944112=test_gem_resolver_specification
[623/902] 944112=test_rdoc_markup_include
[624/902] 944112=test_inputs_scanner
[625/902] 944112=test_gem_name_tuple
[626/902] 944112=test_convertible
Ignoring debug-1.8.0 because its extensions are not built. Try: gem pristine debug --version 1.8.0
Ignoring racc-1.7.1 because its extensions are not built. Try: gem pristine racc --version 1.7.1
Ignoring rbs-3.2.2 because its extensions are not built. Try: gem pristine rbs --version 3.2.2
[627/902] 944113=test_win32ole_type
[628/902] 944113=test_gem_request_set_lockfile_parser
[629/902] 944113=test_queue
[630/902] 944113=test_patterns
[631/902] 944113=test_flush
[632/902] 944113=test_gem_resolver_git_set
[633/902] 944115=test_gem_dependency_resolution_error
[634/902] 944115=test_remote_fetch_error
[635/902] 944115=test_kconv
[636/902] 944115=test_eval
[637/902] 944115=test_prettyprint
[638/902] 944115=test_weakkeymap
[639/902] 944113=test_rdoc_context_section
[640/902] 944113=test_readpartial
[641/902] 944115=fuzzer_test
[642/902] 944115=test_thread_cv
[643/902] 944113=test_pattern_key_name_check
[644/902] 944113=test_gem_indexer
[645/902] 944115=constant_path_node_test
[646/902] 944115=test_struct
[647/902] 944115=test_common
[648/902] 944115=test_gem_request_set
[649/902] 944113=test_rdoc_generator_markup
[650/902] 944113=test_boolean
[651/902] 944113=test_rdoc_generator_pot_po_entry
[652/902] 944113=test_unicode
[653/902] 944113=test_append
[654/902] 944113=test_folderitem2_invokeverb
[655/902] 944113=test_document
[656/902] 944113=test_file
[657/902] 944115=test_yamldbm
[658/902] 944115=bom_test
[659/902] 944115=test_gem_resolver_index_set
[660/902] 944115=test_primitive
[661/902] 944115=test_integer
[662/902] 944115=test_bigdecimal_util
[663/902] 944115=test_mdns
[664/902] 944115=test_dir
[665/902] 944115=test_ftp
[666/902] 944115=test_gem_validator
[667/902] 944115=test_within_pipe
[668/902] 944115=test_gem_commands_owner_command
[669/902] 944115=test_signedness
[670/902] 944113=test_spell_checker
[671/902] 944113=test_beginendblock
[672/902] 944113=test_ractor
[673/902] 944113=test_getopts
[674/902] 944113=test_c_struct_builder
[675/902] 944113=test_capacity
[676/902] 944113=test_iso_8859
[677/902] 944113=test_rdoc_rd
[678/902] 944113=test_nextafter
[679/902] 944113=test_date_arith
[680/902] 944113=test_encoding
[681/902] 944113=test_win32ole_typelib
[682/902] 944113=test_rdoc_context
[683/902] 944113=test_rational
[684/902] 944113=test_external_new
[685/902] 944113=test_require
[686/902] 944115=test_open-uri
[687/902] 944115=test_gem_ext_builder
[688/902] 944113=test_sockopt
[689/902] 944113=test_gb18030
[690/902] 944113=test_gem_spec_fetcher
[691/902] 944113=test_marshal
[692/902] 944115=test_gem_specification
[693/902] 944113=test_euc_jp
[694/902] 944113=test_ssl
[695/902] 944113=test_rdoc_ri_paths
[696/902] 944113=test_win32ole_variable
[697/902] 944113=test_gem_command_manager
[698/902] 944113=test_tuplebag
[699/902] 944113=test_rdoc_markup_to_ansi
[700/902] 944113=test_cgi_header
[701/902] 944113=test_complex2
[702/902] 944113=test_rdoc_markup_to_html_crossref
[703/902] 944112=test_ractor
[704/902] 944113=test_pointer
[705/902] 944112=test_mkmf
[706/902] 944112=test_exception_at_throwing
[707/902] 944112=test_enumerator_kw
[708/902] 944112=test_gem
[709/902] 944115=test_io_wait_uncommon
[710/902] 944115=test_mixed_unicode_escapes
[711/902] 944115=test_gem_resolver_activation_request
[712/902] 944115=test_cgi_core
[713/902] 944115=compiler_test
[714/902] 944115=test_parser
[715/902] 944112=test_mul
[716/902] 944112=test_rdoc_markup_to_tt_only
[717/902] 944115=test_numeric
[718/902] 944115=test_rdoc_parser
[719/902] 944112=test_rdoc_options
[720/902] 944115=test_addrinfo
[721/902] 944115=test_word
[722/902] 944115=test_x509attr
[723/902] 944115=test_terminfo
[724/902] 944115=test_gem_package_tar_header
[725/902] 944115=test_rdoc_include
[726/902] 944115=test_bug-14834
[727/902] 944115=test_hash
[728/902] 944115=test_syntax
[729/902] 944113=test_pkcs7
[730/902] 944112=test_iseq
[731/902] 944113=test_windows_1252
[732/902] 944113=test_enc_associate
[733/902] 944112=test_recorder
[734/902] 944112=test_gem_gemcutter_utilities
[735/902] 944113=test_frozen_error
[736/902] 944113=test_undef
[737/902] 944113=test_gem_install_update_options
[738/902] 944113=test_integer
[739/902] 944112=test_gem_impossible_dependencies_error
[740/902] 944112=test_gem_commands_update_command
[741/902] 944112=test_enc_raise
[742/902] 944112=json_generic_object_test
[743/902] 944112=test_nowrite
[744/902] 944112=test_thread_queue
[745/902] 944113=test_ellipsize
[746/902] 944113=test_transcode
[747/902] 944113=test_yield
[748/902] 944112=test_gem_resolver_dependency_request
[749/902] 944112=test_read_write
[750/902] 944112=test_set_len
[751/902] 944112=test_generic
[752/902] 944112=test_path
[753/902] 944112=test_gem_commands_server_command
[754/902] 944112=test_to_ruby
[755/902] 944112=test_scheduler
[756/902] 944112=test_symbol
[757/902] 944112=test_cstr
[758/902] 944115=test_date_strptime
[759/902] 944115=test_clone
[760/902] 944113=test_gem_source_specific_file
[761/902] 944113=test_usrmarshal
[762/902] 944115=test_tmpdir
[763/902] 944113=test_my_integer
[764/902] 944113=parse_test
[765/902] 944115=test_at_exit
[766/902] 944115=test_gem_commands_unpack_command
[767/902] 944112=unescape_test
[768/902] 944115=test_gem_ext_configure_builder
[769/902] 944115=test_rdoc_markup_attributes
[770/902] 944115=test_marshalable
[771/902] 944115=test_gem_security_trust_dir
[772/902] 944115=test_gem_commands_which_command
[773/902] 944115=test_postponed_job
[774/902] 944115=test_gem_request_set_lockfile
[775/902] 944115=test_alias_and_anchor
[776/902] 944115=dispatcher_test
[777/902] 944115=test_eval_history
[778/902] 944115=test_gem_resolver_vendor_set
[779/902] 944115=test_gem_resolver_lock_set
[780/902] 944115=test_gem_commands_lock_command
[781/902] 944115=test_ractor
[782/902] 944115=test_gem_source_lock
[783/902] 944115=test_coverage
[784/902] 944112=test_recursion
[785/902] 944112=test_pathname
[786/902] 944112=test_color
[787/902] 944112=test_gem_dependency
[788/902] 944115=test_gem_update_suggestion
[789/902] 944112=test_files_ext
[790/902] 944112=test_time_tz
[791/902] 944112=test_ractor
[792/902] 944115=test_ansi_with_terminfo
[793/902] 944112=test_read
[794/902] 944115=test_data_error
[795/902] 944113=test_x509crl
[796/902] 944112=test_cgi_session
[797/902] 944112=test_gem_doctor
[798/902] 944112=test_rdoc_method_attr
[799/902] 944115=test_gem_util
[800/902] 944112=test_path_to_class
[801/902] 944112=test_buffered_io
[802/902] 944112=test_quote_char_nil
[803/902] 944112=test_ruby_lex
[804/902] 944113=test_refinement
[805/902] 944112=test_abi
[806/902] 944115=test_emitter
[807/902] 944115=test_ossl
[808/902] 944112=test_nkf
[809/902] 944112=test_gem_ext_ext_conf_builder
[810/902] 944112=test_ancdata
[811/902] 944112=test_encoding
[812/902] 944112=test_case_mapping
[813/902] 944112=test_syslog
[814/902] 944112=test_gem_ext_cargo_builder_unit
[815/902] 944112=test_constant
[816/902] 944110=test_string
[817/902] 944113=test_gem_stub_specification
[818/902] 944110=test_gem_uri_formatter
[819/902] 944110=test_object
[820/902] 944110=test_x509cert
[821/902] 944113=test_extlibs
[822/902] 944110=test_key_actor_vi
[823/902] 944110=test_gem_installer
[824/902] 944113=test_rdoc_require
[825/902] 944113=test_logdevice
[826/902] 944115=test_gem_version_option
[827/902] 944115=test_pkg_config
[828/902] 944115=test_have_func
[829/902] 944112=test_rdoc_normal_class
[830/902] 944112=test_dln
[831/902] 944112=test_rdoc_generator_json_index
[832/902] 944112=test_rdoc_cross_reference
[833/902] 944113=test_gem_resolver_local_specification
[834/902] 944113=test_convert
[835/902] 944113=test_webauthn_listener
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 46357>
[836/902] 944115=test_x509req
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 11
[837/902] 944112=test_keyword
[838/902] 944113=test_rdoc_markup_attribute_manager
[839/902] 944113=test_rdoc_i18n_locale
[840/902] 944113=test_gem_ext_cargo_builder_link_flag_converter
[841/902] 944115=test_gem_resolver_composed_set
[842/902] 944115=test_yaml
[843/902] 944113=test_duplicate
[844/902] 944113=test_insns_leaf
[845/902] 944113=test_delegate
[846/902] 944113=test_resize
[847/902] 944113=test_logperiod
[848/902] 944113=test_optparse
[849/902] 944113=test_rdoc_attr
[850/902] 944115=test_rdoc_rubygems_hook
[851/902] 944113=test_scalar_scanner
[852/902] 944113=test_objectspace
[853/902] 944115=test_gem_commands_signout_command
[854/902] 944115=test_files_test_2
[855/902] 944112=test_psych
[856/902] 944112=test_gem_security
[857/902] 944113=test_have_library
[858/902] 944110=location_test
[859/902] 944110=test_ipaddr
[860/902] 944110=test_parse
[861/902] 944110=test_gem_commands_outdated_command
[862/902] 944113=test_helper
[863/902] 944113=test_fips
[864/902] 944110=test_gc
[865/902] 944113=test_digest_extend
[866/902] 944113=test_passing_block
[867/902] 944113=test_general
[868/902] 944113=test_objspace
[869/902] 944115=test_rdoc_generator_darkfish
[870/902] 944115=test_require_lib
[871/902] 944112=test_rbconfig
[872/902] 944112=test_econv
[873/902] 944112=ruby_api_test
[874/902] 944112=test_logger
[875/902] 944112=test_import
[876/902] 944115=test_emoji_breaks
[877/902] 944112=test_gem_package_tar_reader
[878/902] 944112=test_win32ole_method
[879/902] 944112=test_whileuntil
[880/902] 944112=test_kdf
[881/902] 944112=test_tsort
[882/902] 944112=test_monitor
[883/902] 944112=test_gem_commands_info_command
[884/902] 944112=test_stack
[885/902] 944115=test_rendering
[886/902] 944115=version_test
[887/902] 944115=test_frozen
[888/902] 944115=test_did_you_mean
[889/902] 944115=test_history
[890/902] 944115=test_gem_resolver_api_set
[891/902] 944115=test_timeout
[892/902] 944115=test_class
[893/902] 944112=test_const
[894/902] 944112=test_gem_source_local
[895/902] 944112=test_rdoc_i18n_text
[896/902] 944112=test_vm_dump
[897/902] 944112=test_class2name
[898/902] 944112=test_pack
[899/902] 944112=test_big5
[900/902] 944112=test_x509ext
[901/902] 944112=errors_test
[902/902] 944112=test_arithmetic_sequence
Finished tests in 629.946333s, 42.4623 tests/s, 15035.4236 assertions/s.
26749 tests, 9471510 assertions, 0 failures, 0 errors, 190 skips

ruby -v: ruby 3.3.0dev (2023-10-22T11:12:16Z master b84e6fe93e) [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 = clang-11
	LD = ld
	LDSHARED = clang-11 -shared
	CFLAGS = -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_clang_11/include -I/tmp/ruby/src/trunk_clang_11 -I/tmp/ruby/src/trunk_clang_11/prism -I/tmp/ruby/src/trunk_clang_11/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_clang_11/yjit/target/release/' /tmp/ruby/src/trunk_clang_11/yjit/src/lib.rs
Ubuntu clang version 11.1.0-6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk_clang_11/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
$ /tmp/ruby/build/trunk_clang_11/miniruby -I/tmp/ruby/src/trunk_clang_11/lib /tmp/ruby/src/trunk_clang_11/tool/runruby.rb --archdir=/tmp/ruby/build/trunk_clang_11 --extout=.ext -- /tmp/ruby/src/trunk_clang_11/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk_clang_11/spec/default.mspec --error-output stderr --debug
ruby 3.3.0dev (2023-10-22T11:12:16Z master b84e6fe93e) [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 .................................................................

Finished in 127.964340 seconds

3715 files, 32233 examples, 166197 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_clang_11/ruby -c /tmp/cores/core.1001.944789.ruby -x gdbscript
[New LWP 944789]
[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_clang_11/ruby -e '.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140516804732864) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7fcc9e3b27c0 (LWP 944789) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140516804732864) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7fcc9e3b27c0 (LWP 944789)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140516804732864) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7fcc9e3b27c0
        old_mask = {__val = {1982000, 28, 28, 16, 17179869185, 0, 13510798882111488, 0, 94210756521606, 1, 140722174589782, 1, 163840, 163840, 163840, 1656001}}
        ret = <optimized out>
        pd = <optimized out>
        old_mask = <optimized out>
        ret = <optimized out>
        tid = <optimized out>
        ret = <optimized out>
        resultvar = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        __private = <optimized out>
        __oldval = <optimized out>
        result = <optimized out>
#1  __pthread_kill_internal (signo=6, threadid=140516804732864) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140516804732864, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007fcc9e3f7476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007fcc9e3dd7f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x350, sa_sigaction = 0x350}, sa_mask = {__val = {48, 48, 8, 17179869188, 896, 896, 896, 68, 68, 4, 17179869191, 2181360, 140722174590327, 24, 520, 140722174590324}}, sa_flags = 27, sa_restorer = 0x55af26874470 <BSD__sfvwrite>}
        sigs = {__val = {32, 94210765015616, 28, 140516786088160, 28, 94210754035840, 25769803778, 2194368, 2198464, 0, 0, 0, 8, 17179869188, 848, 848}}
#5  0x000055af26aa9e56 in rb_async_bug_errno (mesg=<optimized out>, mesg@entry=0x7ffc6f3a7d50 "rb_thread_wakeup_timer_thread: write(0)", errno_arg=errno_arg@entry=5) at /tmp/ruby/src/trunk_clang_11/error.c:1111
No locals.
#6  0x000055af268af92d in async_bug_fd (mesg=<optimized out>, errno_arg=5, fd=fd@entry=0) at /tmp/ruby/src/trunk_clang_11/thread.c:4490
        buff = "rb_thread_wakeup_timer_thread: write(0)\000\322\t6\000\000\000\000\000X\326]\236\314\177\000\000\000\000\000\000\000\000\000"
        n = <optimized out>
#7  0x000055af268a4e50 in signal_communication_pipe (fd=0) at /tmp/ruby/src/trunk_clang_11/thread_pthread.c:2995
        e = 944789
        buff = 1
        result = <optimized out>
#8  timer_thread_wakeup_force () at /tmp/ruby/src/trunk_clang_11/thread_pthread.c:3009
No locals.
#9  rb_thread_wakeup_timer_thread (sig=<optimized out>) at /tmp/ruby/src/trunk_clang_11/thread_pthread.c:2547
No locals.
#10 0x000055af2686eb58 in sighandler (sig=1) at /tmp/ruby/src/trunk_clang_11/signal.c:693
        old_errnum = 0
#11 <signal handler called>
No locals.
#12 0x000055af26a01467 in rb_ary_new_capa (capa=2) at /tmp/ruby/src/trunk_clang_11/array.c:728
No locals.
#13 rb_ary_new_from_args (n=n@entry=2) at /tmp/ruby/src/trunk_clang_11/array.c:744
        ar = {{gp_offset = 650489280, fp_offset = 21935, overflow_arg_area = 0x7fcc9e45b679 <__libc_calloc+217>, reg_save_area = 0x643928a469b71500}}
        ary = <optimized out>
        i = <optimized out>
#14 0x000055af26799c31 in rb_iseq_pathobj_new (path=140516786088160, realpath=4) at /tmp/ruby/src/trunk_clang_11/iseq.c:513
        pathobj = <optimized out>
#15 rb_iseq_pathobj_set (iseq=iseq@entry=0x7fcc9d1ea8b8, path=path@entry=140516786088160, realpath=realpath@entry=4) at /tmp/ruby/src/trunk_clang_11/iseq.c:522
No locals.
#16 0x000055af2679b461 in iseq_location_setup (iseq=0x7fcc9d1ea8b8, name=140516786088160, path=140516786088160, realpath=4, first_lineno=0, code_location=0x0, node_id=-1) at /tmp/ruby/src/trunk_clang_11/iseq.c:531
        loc = 0x55af272eca80
#17 prepare_iseq_build (iseq=iseq@entry=0x7fcc9d1ea8b8, name=140516786088160, name@entry=0, path=140516786088160, path@entry=0, realpath=realpath@entry=4, first_lineno=first_lineno@entry=0, code_location=0x0, node_id=-1, parent=0x0, isolated_depth=0, type=ISEQ_TYPE_TOP, script_lines=4, option=0x55af26c55968 <COMPILE_OPTION_DEFAULT>) at /tmp/ruby/src/trunk_clang_11/iseq.c:607
        err_info = <optimized out>
        coverage = 0
        body = 0x55af272eca40
#18 0x000055af2679ae25 in rb_iseq_new_with_opt (ast=ast@entry=0x0, name=<optimized out>, path=<optimized out>, realpath=<optimized out>, realpath@entry=4, first_lineno=<optimized out>, first_lineno@entry=0, parent=parent@entry=0x0, isolated_depth=<optimized out>, type=<optimized out>, option=<optimized out>) at /tmp/ruby/src/trunk_clang_11/iseq.c:935
        new_opt = {inline_const_cache = 0, peephole_optimization = 0, tailcall_optimization = 0, specialized_instruction = 1, operands_unification = 0, instructions_unification = 1, frozen_string_literal = 1, debug_frozen_string_literal = 0, coverage_enabled = 1, debug_level = 21935}
        node = 0x0
        iseq = 0x7fcc9d1ea8b8
        script_lines = 7221848164078654720
#19 0x000055af2679acd2 in rb_iseq_new (ast=0x7fcc9d221368, ast@entry=0x0, name=140516786088160, path=4, realpath=5, realpath@entry=4, parent=parent@entry=0x0, type=1773606144, type@entry=ISEQ_TYPE_TOP) at /tmp/ruby/src/trunk_clang_11/iseq.c:819
No locals.
#20 0x000055af268fceb4 in Init_VM () at /tmp/ruby/src/trunk_clang_11/vm.c:4032
        vm = 0x55af2725cb10
        th = 0x55af2725f090
        filename = 7221848164078654720
        iseq = <optimized out>
        fcore = <optimized out>
        klass = <optimized out>
        opts = <optimized out>
#21 0x000055af267787d3 in rb_call_inits () at /tmp/ruby/src/trunk_clang_11/inits.c:64
No locals.
#22 0x000055af26743ad4 in ruby_setup () at /tmp/ruby/src/trunk_clang_11/eval.c:89
        _ec = 0x55af272602c0
        _tag = {tag = 36, retval = 3, buf = {0x7ffc6f3a8d60, 0x55af26743ab0 <ruby_setup+208>, 0x7ffc6f3a8cd0, 0x3, 0x55af268a4816 <ruby_init_stack+342>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
#23 0x000055af26743b89 in ruby_init () at /tmp/ruby/src/trunk_clang_11/eval.c:101
        state = <optimized out>
#24 0x000055af267422a3 in rb_main (argc=3, argv=0x7ffc6f3a8ed8) at /tmp/ruby/src/trunk_clang_11/main.c:38
        variable_in_this_stack_frame = 100
#25 main (argc=3, argv=0x7ffc6f3a8ed8) at /tmp/ruby/src/trunk_clang_11/main.c:58
No locals.

>>> Dump Ruby level backtrace (if possible)
raw logfile