# Logfile created on 2024-12-25 13:53:24 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x00007d6c5b71fdc8 @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_asan", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_asan", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_asan", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_asan", @configure_opts=["'CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0'"], @build_opts="-j16", @btest_opts="-j16", @test_opts="TESTS='-j16'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=600, @no_timeout_error=true, @logfile="/home/ko1/ruby/logs/brlog.trunk_asan.20241225-135324", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007d6c5b740168 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007d6c5d1dfe38 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007d6c5b65a1e0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_asan.20241225-135324", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_asan.20241225-135324>, @binmode=false, @mon_data=#<Monitor:0x00007d6c5d1dfa00>, @mon_data_owner_object_id=880>>> $$$[beg] make update-download -j16 tool/config.guess already exists tool/config.sub already exists $$$[end] "make update-download -j16" exit with 0. $$$[beg] make update-src -j16 From https://github.com/ruby/ruby 69bb296..7df5d65 master -> origin/master Updating 69bb296..7df5d65 Fast-forward gc.c | 6 ++++++ 1 file changed, 6 insertions(+) Latest commit hash = 7df5d65eac $$$[end] "make update-src -j16" exit with 0. $$$[beg] make after-update -j16 generating /tmp/ruby/src/trunk_asan/ext/ripper/eventids2table.c make[1]: Entering directory '/tmp/ruby/src/trunk_asan/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk_asan/ext/ripper' /tmp/ruby/src/trunk_asan/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_asan' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' $$$[end] "make after-update -j16" exit with 0. $$$[beg] make miniruby -j16 BASERUBY = /usr/bin/ruby --disable=gems CC = clang-17 LD = ld LDSHARED = clang-17 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -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-cast-function-type -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j16 --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_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs Ubuntu clang version 17.0.6 (9ubuntu1) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin compiling /tmp/ruby/src/trunk_asan/gc.c compiling /tmp/ruby/src/trunk_asan/version.c linking miniruby $$$[end] "make miniruby -j16" exit with 0. $$$[beg] make ruby -j16 BASERUBY = /usr/bin/ruby --disable=gems CC = clang-17 LD = ld LDSHARED = clang-17 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -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-cast-function-type -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j16 --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_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs Ubuntu clang version 17.0.6 (9ubuntu1) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin builtin_binary.inc updated 8aa42783bf133a5139454fc743f43b7e71d6d306d47eb97cfb05e6678928374e builtin_binary.inc compiling /tmp/ruby/src/trunk_asan/builtin.c linking static-library libruby-static.a linking ruby $$$[end] "make ruby -j16" exit with 0. $$$[beg] make all -j16 BASERUBY = /usr/bin/ruby --disable=gems CC = clang-17 LD = ld LDSHARED = clang-17 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -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-cast-function-type -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j16 --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_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs Ubuntu clang version 17.0.6 (9ubuntu1) 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_asan' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' making encs make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.7.0/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.0/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.0.pre.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.0.pre.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.0/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.7.0/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk_asan' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk_asan' make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' $$$[end] "make all -j16" exit with 0. $$$[beg] make install -j16 BASERUBY = /usr/bin/ruby --disable=gems CC = clang-17 LD = ld LDSHARED = clang-17 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -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-cast-function-type -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j16 --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_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs generating encdb.h generating enc.mk Ubuntu clang version 17.0.6 (9ubuntu1) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin encdb.h unchanged making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' making encs make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.7.0/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.0/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.0.pre.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.7.0/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.0/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.0.pre.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_asan' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk_asan' make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' ./miniruby -I/tmp/ruby/src/trunk_asan/lib -I. -I.ext/common /tmp/ruby/src/trunk_asan/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk_asan/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j16 --jobserver-auth=4,5" --make-flags=" -j16 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --gnumake --install=all --exclude=doc installing binary commands: /tmp/ruby/install/trunk_asan/bin installing base libraries: /tmp/ruby/install/trunk_asan/lib installing arch files: /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk_asan/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/3.5.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/3.5.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+0 installing extension scripts: /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/3.5.0+0 installing extension scripts: /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/3.5.0+0 installing extension headers: /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+0/ruby installing command scripts: /tmp/ruby/install/trunk_asan/bin installing library scripts: /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+0 installing common headers: /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+0 installing manpages: /tmp/ruby/install/trunk_asan/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+0 benchmark 0.4.0 bundler 2.6.2 cgi 0.4.1 delegate 0.4.0 did_you_mean 2.0.0 english 0.8.0 erb 4.0.4 error_highlight 0.7.0 fileutils 1.7.3 find 0.2.0 forwardable 1.3.3 ipaddr 1.2.7 irb 1.14.3 logger 1.6.4 net-http 0.6.0 net-protocol 0.2.2 open-uri 0.5.0 open3 0.2.1 optparse 0.6.0 ostruct 0.6.1 pp 0.6.2 prettyprint 0.2.0 prism 1.2.0 pstore 0.1.4 rdoc 6.10.0 readline 0.0.4 reline 0.6.0 resolv 0.6.0 ruby2_keywords 0.0.5 securerandom 0.4.1 set 1.1.1 shellwords 0.2.2 singleton 0.3.0 syntax_suggest 2.0.2 tempfile 0.3.1 time 0.4.1 timeout 0.4.3 tmpdir 0.3.1 tsort 0.2.0 un 0.3.0 uri 1.0.2 weakref 0.1.3 yaml 0.4.0 installing default gems from ext: /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+0 date 3.4.1 digest 3.2.0 etc 1.4.5 fcntl 1.2.0 fiddle 1.1.6 io-console 0.8.0 io-nonblock 0.3.1 io-wait 0.3.1 json 2.9.1 openssl 3.3.0 pathname 0.4.0 psych 5.2.2 stringio 3.1.2 strscan 3.1.2 zlib 3.2.1 installing bundled gems: /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+0 minitest 5.25.4 power_assert 2.0.5 rake 13.2.1 test-unit 3.6.7 rexml 3.4.0 rss 0.3.1 net-ftp 0.3.8 net-imap 0.5.4 net-pop 0.1.2 net-smtp 0.5.0 matrix 0.4.2 prime 0.1.3 rbs 3.8.0 typeprof 0.30.1 debug 1.10.0 racc 1.8.1 mutex_m 0.3.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.8 observer 0.1.2 abbrev 0.1.2 resolv-replace 0.1.1 rinda 0.2.0 drb 2.2.1 nkf 0.2.0 syslog 0.2.0 csv 3.3.2 repl_type_completor 0.1.9 installing bundled gem cache: /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+0/cache $$$[end] "make install -j16" exit with 0. $$$[beg] make yes-test-basic TESTS='-j16' BASERUBY = /usr/bin/ruby --disable=gems CC = clang-17 LD = ld LDSHARED = clang-17 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -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-cast-function-type -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 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_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs Ubuntu clang version 17.0.6 (9ubuntu1) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin Checking leaked global symbols...none /tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk_asan/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk_asan/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk_asan/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk_asan/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk_asan/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk_asan/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk_asan/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk_asan/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk_asan/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk_asan/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk_asan/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk_asan/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk_asan/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk_asan/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk_asan/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk_asan/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk_asan/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk_asan/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk_asan/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk_asan/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk_asan/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk_asan/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk_asan/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk_asan/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk_asan/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk_asan/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk_asan/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk_asan/basictest/test.rb:gc ....OK 4 test succeeded $$$[end] "make yes-test-basic TESTS='-j16'" exit with 0. $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16' BASERUBY = /usr/bin/ruby --disable=gems CC = clang-17 LD = ld LDSHARED = clang-17 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -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-cast-function-type -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 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_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs Ubuntu clang version 17.0.6 (9ubuntu1) 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_asan' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' making encs make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.7.0/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.7.0/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.0/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.0/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.0.pre.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.0.pre.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk_asan' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk_asan' make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' Run options: --seed=10083 "--ruby=./miniruby -I/tmp/ruby/src/trunk_asan/lib -I. -I.ext/common /tmp/ruby/src/trunk_asan/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk_asan/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j16 # Running tests: [ 1/916] 4132460=test_m17n [ 2/916] 4132448=test_rdoc_markup_attribute_manager [ 3/916] 4132456=test_buffered_io [ 4/916] 4132452=test_yjit [ 5/916] 4132449=test_webauthn_poller [ 6/916] 4132455=test_date_conv [ 7/916] 4132453=test_gem_resolver_composed_set [ 8/916] 4132457=test_argf [ 9/916] 4132459=test_rdoc_i18n_locale [ 10/916] 4132451=test_egrep_cpp [ 11/916] 4132458=test_pkey_rsa [ 12/916] 4132450=test_nofree [ 13/916] 4132447=test_rdoc_generator_ri [ 14/916] 4132454=test_numhash [ 15/916] 4132462=test_gem_stream_ui [ 16/916] 4132461=test_trace [ 17/916] 4132450=test_arity [ 18/916] 4132455=test_ipaddr [ 19/916] 4132454=test_gem_update_suggestion [ 20/916] 4132461=test_set [ 21/916] 4132450=test_gem_source_fetch_problem [ 22/916] 4132461=test_resource [ 23/916] 4132455=test_member [ 24/916] 4132455=test_gem_console_ui [ 25/916] 4132461=test_rdoc_markup_hard_break [ 26/916] 4132451=test_gem_resolver_lock_set [ 27/916] 4132456=test_append [ 28/916] 4132456=test_ractor_compatibility [ 29/916] 4132459=test_unicode_normalize [ 30/916] 4132447=test_method [ 31/916] 4132448=test_reline_key [ 32/916] 4132459=test_reqarg [ 33/916] 4132448=test_rdoc_generator_pot_po [ 34/916] 4132448=test_mailto [ 35/916] 4132461=test_case_mapping [ 36/916] 4132461=test_yaml_tree [ 37/916] 4132453=ripper_test [ 38/916] 4132448=test_rubygems [ 39/916] 4132450=test_gem_package_tar_writer [ 40/916] 4132455=test_weakref [ 41/916] 4132449=test_not [ 42/916] 4132449=test_timeout [ 43/916] 4132454=test_socket [ 44/916] 4132462=test_function [ 45/916] 4132461=test_beginendblock [ 46/916] 4132460=test_gem_resolver_requirement_list [ 47/916] 4132450=test_reline [ 48/916] 4132451=test_hash [ 49/916] 4132455=test_arith_seq_beg_len_step [ 50/916] 4132455=test_io_buffer [ 51/916] 4132455=test_win32ole_event [ 52/916] 4132455=test_scalar_scanner [ 53/916] 4132460=test_within_pipe [ 54/916] 4132455=test_yamlstore [ 55/916] 4132462=test_gem_config_file [ 56/916] 4132455=test_gem_commands_pristine_command [ 57/916] 4132460=test_rdoc_method_attr [ 58/916] 4132449=test_rdoc_rdoc [ 59/916] 4132456=test_rdoc_markup_pre_process [ 60/916] 4132448=test_yjit_exit_locations [ 61/916] 4132462=test_digest_extend [ 62/916] 4132462=test_gem_safe_yaml [ 63/916] 4132462=test_popen_deadlock [ 64/916] 4132459=test_did_you_mean [ 65/916] 4132448=test_autoconf [ 66/916] 4132448=test_bug-5832 Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x0000739114773c60 /tmp/ruby/build/trunk_asan/.ext/common/socket.rb:711 sleep> [ 67/916] 4132448=test_cgi_multipart Finished thread: TestSocket#test_udp_recvmsg_truncation: #<Thread:0x0000739114773c60 /tmp/ruby/build/trunk_asan/.ext/common/socket.rb:711 dead> [ 68/916] 4132461=test_case [ 69/916] 4132456=test_rb_str_dup [ 70/916] 4132456=fuzzer_test [ 71/916] 4132459=test_pack [ 72/916] 4132461=test_rdoc_comment [ 73/916] 4132459=test_ast [ 74/916] 4132449=test_struct [ 75/916] 4132448=onigmo_test [ 76/916] 4132458=test_libs [ 77/916] 4132456=test_super [ 78/916] 4132449=test_math [ 79/916] 4132449=test_time [ 80/916] 4132453=json_encoding_test [ 81/916] 4132458=test_gc [ 82/916] 4132461=test_console_attr [ 83/916] 4132461=test_gem_bundler_version_finder [ 84/916] 4132458=heredoc_test [ 85/916] 4132453=test_webauthn_listener_response [ 86/916] 4132453=test_array [ 87/916] 4132448=test_ubf_async_safe [ 88/916] 4132448=parser_test [ 89/916] 4132460=snippets_test [ 90/916] 4132448=newline_test [ 91/916] 4132453=test_win32ole_record [ 92/916] 4132453=test_gem_path_support [ 93/916] 4132453=constant_path_node_test [ 94/916] 4132453=test_dns [ 95/916] 4132458=test_stringio [ 96/916] 4132448=test_require [ 97/916] 4132449=test_dup [ 98/916] 4132461=test_comparable [ 99/916] 4132458=test_emoji_breaks [100/916] 4132461=test_notimplement [101/916] 4132458=test_system [102/916] 4132461=test_bug-3571 [103/916] 4132461=test_date_new [104/916] 4132461=test_io_timeout [105/916] 4132461=command_line_test [106/916] 4132453=test_rdoc_rd [107/916] 4132461=test_gem_commands_info_command [108/916] 4132454=test_euc_tw [109/916] 4132454=test_gem_security [110/916] 4132449=test_gem_commands_build_command [111/916] 4132461=test_compile_prism [112/916] 4132453=test_sizeof [113/916] 4132462=test_face [114/916] 4132462=test_gem_requirement [115/916] 4132456=test_alias [116/916] 4132449=test_object_references [117/916] 4132449=test_wait [118/916] 4132462=test_sleep [119/916] 4132449=test_x509name [120/916] 4132449=dispatcher_test [121/916] 4132456=test_udp [122/916] 4132456=test_rdoc_alias [123/916] 4132450=test_rdoc_single_class [124/916] 4132461=test_windows_1252 [125/916] 4132461=test_configuration [126/916] 4132449=test_stringify_symbols [127/916] 4132449=test_rdoc_token_stream [128/916] 4132456=test_rubyoptions [129/916] 4132449=test_printf [130/916] 4132449=test_to_ary_concat [131/916] 4132450=warnings_test [132/916] 4132461=test_tmpdir [133/916] 4132455=node_id_test [134/916] 4132450=test_gem_source_subpath_problem [135/916] 4132461=parse_stream_test [136/916] 4132461=test_gem_resolver_api_set [137/916] 4132461=test_locale [138/916] 4132462=test_emitter [139/916] 4132462=test_ts [140/916] 4132450=test_dryrun [141/916] 4132450=json_generator_test [142/916] 4132461=test_gem_impossible_dependencies_error [143/916] 4132461=test_io_buffer [144/916] 4132461=test_string_processing [145/916] 4132461=encodings_test [146/916] 4132458=test_range [147/916] 4132461=test_type [148/916] 4132461=test_rdoc_markup_paragraph [149/916] 4132461=test_placearg [150/916] 4132455=test_interned_str [151/916] 4132455=test_gem_commands_cleanup_command [152/916] 4132461=test_env [153/916] 4132460=regular_expression_encoding_test [154/916] 4132460=test_config [155/916] 4132462=test_project_sanity [156/916] 4132449=test_continuation [157/916] 4132449=test_object_create_start [158/916] 4132449=test_forwardable [159/916] 4132450=test_io_m17n [160/916] 4132449=test_config [161/916] 4132447=comments_test [162/916] 4132460=test_delete [163/916] 4132460=test_ensured [164/916] 4132462=test_rendering [165/916] 4132449=test_gem_commands_uninstall_command [166/916] 4132462=test_nesting_parser [167/916] 4132447=test_gem_resolver_installer_set [168/916] 4132460=test_gem_dependency_list [169/916] 4132462=test_files_test [170/916] 4132455=test_ifunless [171/916] 4132455=test_require [172/916] 4132455=test_gem_silent_ui [173/916] 4132454=test_ocsp [174/916] 4132460=test_shapes [175/916] 4132460=test_rdoc_text [176/916] 4132455=test_pkey_dh [177/916] 4132460=test_rdoc_generator_json_index [178/916] 4132462=test_set_len [179/916] 4132455=test_threadgroup [180/916] 4132462=test_euc_kr [181/916] 4132462=test_gem_commands_lock_command [182/916] 4132460=test_gem_local_remote_options [183/916] 4132462=test_gem_security_signer [184/916] 4132460=test_exception [185/916] 4132462=test_bash_completion [186/916] 4132462=test_rdoc_rd_inline_parser [187/916] 4132455=test_dir [188/916] 4132454=test_gem_ext_configure_builder [189/916] 4132447=test_x509store [190/916] 4132454=test_mdns [191/916] 4132462=test_random [192/916] 4132454=test_merge_keys [193/916] 4132462=test_lexer [194/916] 4132454=test_win32ole_type [195/916] 4132462=test_rdoc_extend [196/916] 4132454=test_io_wait [197/916] 4132462=test_kwargs [198/916] 4132462=index_write_test [199/916] 4132454=test_integer_comb [200/916] 4132447=test_depth_first [201/916] 4132447=test_ns_spki [202/916] 4132462=test_tsort [203/916] 4132462=test_custom_command [204/916] 4132447=test_bundled_gems [205/916] 4132462=lex_test [206/916] 4132447=test_tree_spell_checker [207/916] 4132447=test_pair [208/916] 4132455=test_m17n_comb [209/916] 4132449=test_date_ractor [210/916] 4132458=test_install [211/916] 4132453=test_rdoc_markup_to_label [212/916] 4132453=test_prettyprint [213/916] 4132453=test_gem_validator [214/916] 4132449=integer_parse_test [215/916] 4132449=test_sleep [216/916] 4132453=test_queue [217/916] 4132453=test_key_event_record [218/916] 4132458=regular_expression_options_test [219/916] 4132458=test_file_exhaustive [220/916] 4132453=test_gem_gem_runner [221/916] 4132453=test_gem_ext_cargo_builder [222/916] 4132453=test_exception [223/916] 4132453=test_rdoc_generator_pot [224/916] 4132453=test_gem_commands_signout_command [225/916] 4132453=test_object [226/916] 4132453=test_pack [227/916] 4132450=test_gem_commands_unpack_command [228/916] 4132453=test_gem_commands_exec_command [229/916] 4132462=test_autoload [230/916] 4132450=test_gem_resolver_local_specification [231/916] 4132450=test_optarg [232/916] 4132448=test_ractor [233/916] 4132450=test_ssl_session [234/916] 4132448=test_stream [235/916] 4132448=test_assignment [236/916] 4132457=test_ruby_lex [237/916] 4132449=test_syntax [238/916] 4132457=test_grapheme_breaks [239/916] 4132457=test_gem_request_set_gem_dependency_api [240/916] 4132447=test_ossl [241/916] 4132450=test_date_marshal [242/916] 4132450=test_rdoc_rd_block_parser [243/916] 4132450=test_win32ole_param_event [244/916] 4132450=test_key_name_check [245/916] 4132450=test_ripper [246/916] 4132453=test_singleton [247/916] 4132453=test_rdoc_servlet [248/916] 4132453=test_ansi [249/916] 4132457=test_gem_package_task [250/916] 4132457=test_bn [251/916] 4132453=test_provider [252/916] 4132457=test_win32ole_method_event [253/916] 4132457=test_http_request [254/916] 4132457=test_rdoc_ri_driver [255/916] 4132460=test_data [256/916] 4132460=test_httpheader [257/916] 4132460=test_gem_commands_server_command [258/916] 4132460=test_keyword [259/916] 4132450=numeric_value_test [260/916] 4132450=!Nothing_to_test [261/916] 4132450=heredoc_dedent_test [262/916] 4132450=test_kernel [263/916] 4132461=test_method_name_check [264/916] 4132453=test_function_entry [265/916] 4132453=test_rdoc_parser_markdown [266/916] 4132461=test_win32ole_param [267/916] 4132453=test_acceptable [268/916] 4132461=implicit_array_test [269/916] 4132461=test_len [270/916] 4132461=test_gem_safe_marshal [271/916] 4132451=test_input_method [272/916] 4132457=test_nextafter [273/916] 4132457=test_capacity [274/916] 4132457=test_tracer [275/916] 4132457=test_option [276/916] 4132453=static_literals_test [277/916] 4132453=test_workspace [278/916] 4132458=test_to_ruby [279/916] 4132451=test_bundled_ca [280/916] 4132457=test_random [281/916] 4132457=test_backtrace [282/916] 4132457=test_date_parse [283/916] 4132458=test_gem_commands_update_command [284/916] 4132453=test_fips [285/916] 4132450=test_rand [286/916] 4132460=test_pkey_ec [287/916] 4132457=test_thread [288/916] 4132457=test_data [289/916] 4132457=test_noarg [290/916] 4132460=test_integer [291/916] 4132461=test_utf32 [292/916] 4132461=test_ellipsize [293/916] 4132461=test_helper [294/916] 4132461=test_memory_view [295/916] 4132461=test_vm_dump [296/916] 4132461=test_rdoc_markup_document [297/916] 4132460=test_ftp [298/916] 4132461=errors_test [299/916] 4132460=test_open3 [300/916] 4132451=test_alias_and_anchor [301/916] 4132451=test_gem_commands_setup_command [302/916] 4132461=test_gem_commands_rebuild_command [303/916] 4132453=test_cesu8 [304/916] 4132457=test_rdoc_stats [305/916] 4132453=test_err_in_callback [306/916] 4132447=test_rdoc_store [307/916] 4132453=json_parser_test [308/916] 4132457=test_win32ole_variant_m [309/916] 4132457=test_generic [310/916] 4132453=breadth_first_search_test [311/916] 4132453=test_fiber [312/916] 4132450=test_resize [313/916] 4132450=test_rdoc_generator_darkfish [314/916] 4132457=test_div [315/916] 4132457=test_key_stroke [316/916] 4132461=test_deprecated [317/916] 4132461=test_gc_compact [318/916] 4132457=test_delegate [319/916] 4132457=test_helper_method [320/916] 4132457=test_cgi_core [321/916] 4132457=test_parser [322/916] 4132457=attribute_write_test [323/916] 4132457=test_yaml_special_cases [324/916] 4132457=test_gem_source_list [325/916] 4132457=test_gem_remote_fetcher_local_ssl_server [326/916] 4132454=test_rdoc_rd_inline [327/916] 4132454=test_float [328/916] 4132451=test_severity [329/916] 4132451=test_ractor [330/916] 4132451=test_gem [331/916] 4132448=percent_delimiter_string_test [332/916] 4132448=test_files_test_1 [333/916] 4132450=test_date_strptime [334/916] 4132450=test_ssl [335/916] 4132455=test_nomethod_error [336/916] 4132455=test_https_proxy [337/916] 4132458=test_pkey_dsa [338/916] 4132455=test_emitter [339/916] 4132447=test_json_tree [340/916] 4132455=library_symbols_test [341/916] 4132455=test_ractor [342/916] 4132447=test_case_comprehensive [343/916] 4132447=test_framework [344/916] 4132447=test_zlib [345/916] 4132454=magic_comment_test [346/916] 4132458=test_marshal [347/916] 4132462=test_omap [348/916] 4132462=test_load [349/916] 4132462=test_uncorrectable_name_check [350/916] 4132462=test_singleton_function [351/916] 4132462=test_cclass [352/916] 4132455=test_shellwords [353/916] 4132455=test_proc [354/916] 4132457=test_scan_args [355/916] 4132454=test_date_attr [356/916] 4132454=test_duplicate [357/916] 4132454=json_ext_parser_test [358/916] 4132457=test_time [359/916] 4132454=test_integer [360/916] 4132462=test_erb [361/916] 4132462=test_cp949 [362/916] 4132462=test_condition [363/916] 4132462=test_files_lib [364/916] 4132462=test_sorted_set [365/916] 4132457=test_emoji [366/916] 4132457=test_string Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 8 : #<TCPSocket:fd 8, AF_INET, 127.0.0.1, 34873> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 4132450 ko1 8u IPv4 1769765974 0t0 TCP localhost:34873->localhost:52450 (CLOSE_WAIT) [367/916] 4132451=test_help [368/916] 4132451=test_gem_resolver_git_set [369/916] 4132458=test_class_name_check Closed file descriptor: TestOpenURISSL#test_ssl_min_version: 8 [370/916] 4132450=test_gem_commands_check_command [371/916] 4132458=test_random_formatter [372/916] 4132450=test_rdoc_normal_class [373/916] 4132462=test_regex_casefold [374/916] 4132458=test_pipe [375/916] 4132462=test_gem_source_git [376/916] 4132450=test_rdoc_code_object [377/916] 4132458=test_gem_installer [378/916] 4132451=test_rdoc_top_level [379/916] 4132462=test_gem_command_manager [380/916] 4132462=test_multi_irb_commands [381/916] 4132462=test_gem_available_set [382/916] 4132450=test_gem_source_installed [383/916] 4132450=test_modify_expand [384/916] 4132450=test_change_word [385/916] 4132450=test_date_time [386/916] 4132450=test_pkcs12 [387/916] 4132455=test_date [388/916] 4132451=test_parser [389/916] 4132455=test_gem_source_vendor [390/916] 4132462=test_gem_commands_list_command [391/916] 4132455=test_variable_name_check [392/916] 4132462=test_dbm [393/916] 4132462=test_pty [394/916] 4132451=test_assembler [395/916] 4132451=test_rdoc_ri_paths [396/916] 4132451=overlap_test [397/916] 4132455=test_symbol [398/916] 4132460=test_gem_uninstaller [399/916] 4132455=test_gem_platform [400/916] 4132455=test_propertyputref [401/916] 4132455=test_safe_load [402/916] 4132455=test_color_printer [403/916] 4132455=test_frozen [404/916] 4132455=test_handle [405/916] 4132450=test_rdoc_markup_to_rdoc [406/916] 4132462=test_gem_source [407/916] 4132450=test_exception_at_throwing [408/916] 4132450=test_name_error [409/916] 4132451=test_benchmark [410/916] 4132455=string_encoding_test [411/916] 4132455=test_enumerator [412/916] 4132462=test_rdoc_parser_simple [413/916] 4132462=test_gem_package [414/916] 4132452=test_utf16 [415/916] 4132452=test_kdf [416/916] 4132452=test_gem_request_set_lockfile_tokenizer [417/916] 4132450=test_gem_commands_outdated_command [418/916] 4132450=test_class2name [419/916] 4132450=test_nil [420/916] 4132450=string_query_test [421/916] 4132450=test_rdoc_task [422/916] 4132450=test_backtrace [423/916] 4132451=test_time_tz [424/916] 4132451=test_lazy_enumerator [425/916] 4132452=test_date_compat [426/916] 4132452=test_profile_frames [427/916] 4132447=test_resolve_symbol [428/916] 4132461=test_error_highlight [429/916] 4132452=test_find_executable [430/916] 4132452=test_set [431/916] 4132447=test_array [432/916] 4132460=test_arith_seq_extract [433/916] 4132452=test_gem_commands_help_command [434/916] 4132462=test_stringchar [435/916] 4132452=test_debug [436/916] 4132452=test_gem_uri [437/916] 4132452=test_rbconfig [438/916] 4132452=test_gem_package_old [439/916] 4132462=test_command [440/916] 4132460=test_digest [441/916] 4132452=test_psych [442/916] 4132452=test_ractor [443/916] 4132450=test_rdoc_parser_prism_ruby [444/916] 4132451=test_win32ole_variant [445/916] 4132451=test_fiddle [446/916] 4132452=test_enumerator [447/916] 4132452=test_rdoc_markup_formatter [448/916] 4132462=test_iterator [449/916] 4132451=test_gem_resolver_index_specification [450/916] 4132452=test_string [451/916] 4132452=test_marshalable [452/916] 4132452=test_method_cache [453/916] 4132452=test_gem_dependency [454/916] 4132451=parse_comments_test [455/916] 4132451=test_class [456/916] 4132462=test_serialize_subclasses [457/916] 4132462=test_const [458/916] 4132462=test_gem_commands_dependency_command [459/916] 4132452=test_gem_ext_ext_conf_builder [460/916] 4132448=test_cmethod [461/916] 4132448=test_qsort [462/916] 4132448=json_addition_test [463/916] 4132462=test_thread_fd_close [464/916] 4132462=test_storage [465/916] 4132462=test_path_to_class [466/916] 4132448=test_func [467/916] 4132462=test_stream [468/916] 4132462=json_common_interface_test [469/916] 4132462=test_coverage [470/916] 4132460=test_pathname [471/916] 4132460=test_remote_fetch_error [472/916] 4132460=test_dir_m17n [473/916] 4132450=test_gem_resolver_git_specification [474/916] 4132461=test_kill_ring [475/916] 4132461=test_cgi_tag_helper [476/916] 4132454=test_io [477/916] 4132450=test_gem_commands_cert_command [478/916] 4132461=test_fileutils [479/916] 4132449=test_process [480/916] 4132454=test_object [481/916] 4132449=test_eval [482/916] 4132449=test_econv [483/916] 4132453=test_foreach [484/916] 4132462=test_securerandom [485/916] 4132453=test_nil2vtempty [486/916] 4132453=test_thread_queue [487/916] 4132462=test_nowrite [488/916] 4132462=test_flip [489/916] 4132461=test_summary [490/916] 4132462=test_stack [491/916] 4132461=test_gem_ext_cargo_builder_unit [492/916] 4132461=test_gem_commands_install_command [493/916] 4132448=test_rdoc_parser_rd [494/916] 4132452=test_gem_source_local [495/916] 4132448=test_num2int [496/916] 4132448=test_have_macro [497/916] 4132450=test_process [498/916] 4132452=test_parse [499/916] 4132456=test_iter_break [500/916] 4132456=test_wss [501/916] 4132456=test_closure [502/916] 4132454=test_address_resolve [503/916] 4132454=test_gem_resolver_lock_specification [504/916] 4132454=test_cstr [505/916] 4132448=test_variable [506/916] 4132456=test_digest [507/916] 4132456=test_getopts [508/916] 4132456=test_gem_resolver_api_specification [509/916] 4132448=test_rendering [510/916] 4132448=test_rdoc_include [511/916] 4132448=parameters_signature_test [512/916] 4132460=test_primitive [513/916] 4132456=test_gem_request [514/916] 4132448=test_pkey [515/916] 4132460=test_nonblock [516/916] 4132460=test_gem_commands_signin_command [517/916] 4132448=test_recorder [518/916] 4132448=test_yield_block [519/916] 4132448=test_gem_commands_specification_command [520/916] 4132454=test_boolean [521/916] 4132454=test_config [522/916] 4132460=test_yaml [523/916] 4132449=test_rdoc_options [524/916] 4132452=test_document [525/916] 4132452=test_ractor [526/916] 4132462=test_pstore [527/916] 4132448=test_spell_checker [528/916] 4132448=test_bug_reporter [529/916] 4132452=test_sockopt [530/916] 4132452=test_frozen_error [531/916] 4132462=bom_test [532/916] 4132452=test_file [533/916] 4132460=test_lambda [534/916] 4132462=test_encoding [535/916] 4132456=test_thread [536/916] 4132462=test_pattern_matching [537/916] 4132462=test_gem_commands_search_command [538/916] 4132460=test_arithmetic_sequence [539/916] 4132462=test_irb [540/916] 4132456=test_literal [541/916] 4132460=test_gem_resolver_conflict [542/916] 4132453=test_scalar [543/916] 4132453=test_readpartial [544/916] 4132460=test_rdoc_generator_markup [545/916] 4132460=test_gem_commands_contents_command [546/916] 4132460=test_rdoc_cross_reference [547/916] 4132453=newline_offsets_test [548/916] 4132461=test_regexp [549/916] 4132448=test_rational [550/916] 4132458=test_str2big [551/916] 4132458=test_windows_1251 [552/916] 4132458=relocation_test [553/916] 4132454=test_parser_events [554/916] 4132458=test_unicode [555/916] 4132449=test_stat [556/916] 4132449=test_eval [557/916] 4132453=test_addr [558/916] 4132462=test_convertible [559/916] 4132453=test_gem_resolver_best_set [560/916] 4132458=test_helper [561/916] 4132458=test_yamldbm [562/916] 4132454=test_win32ole_method [563/916] 4132458=test_thread_cv [564/916] 4132454=test_cgi_modruby [565/916] 4132453=test_gem_security_policy [566/916] 4132454=test_gem_install_update_options [567/916] 4132454=test_file [568/916] 4132458=test_gem_resolver_index_set [569/916] 4132454=test_init [570/916] 4132458=test_rdoc_parser_changelog [571/916] 4132453=test_rdoc_markup_to_html_crossref [572/916] 4132460=test_case_options [573/916] 4132460=test_folderitem2_invokeverb [574/916] 4132460=test_files_sample [575/916] 4132448=test_update [576/916] 4132448=test_arity [577/916] 4132448=test_switch_hitter [578/916] 4132448=test_defined [579/916] 4132460=test_pack [580/916] 4132458=test_ole_methods [581/916] 4132458=test_call [582/916] 4132448=test_thread [583/916] 4132458=test_hash_create [584/916] 4132458=json_generic_object_test [585/916] 4132458=test_too_many_dummy_encodings [586/916] 4132454=test_filter [587/916] 4132453=test_gem_ext_cmake_builder [588/916] 4132458=test_clone [589/916] 4132453=test_objspace [590/916] 4132454=test_erb_m17n [591/916] 4132454=test_koi8 [592/916] 4132454=test_rdoc_markup_to_ansi [593/916] 4132449=test_fnmatch [594/916] 4132454=test_evaluation [595/916] 4132460=test_gem_resolver_vendor_set [596/916] 4132454=test_require [597/916] 4132460=test_https [598/916] 4132449=test_erb_command [599/916] 4132449=test_have_library [600/916] 4132452=test_unicode_escape [601/916] 4132458=integer_base_flags_test [602/916] 4132458=test_httpresponses [603/916] 4132452=test_ftp [604/916] 4132458=test_raise [605/916] 4132458=test_ostruct [606/916] 4132452=test_completion [607/916] 4132456=test_proxy [608/916] 4132456=test_io_wait_uncommon [609/916] 4132456=test_string [610/916] 4132458=test_formatter [611/916] 4132458=test_gem_ci_detector [612/916] 4132458=test_yield [613/916] 4132456=test_gem_request_set_lockfile_parser [614/916] 4132456=test_shift_jis [615/916] 4132456=test_gem_dependency_resolution_error [616/916] 4132456=fixtures_test [617/916] 4132451=test_rational2 [618/916] 4132451=test_http [619/916] 4132456=test_ractor [620/916] 4132456=test_rdoc_rubygems_hook Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 9 #<File::Stat dev=0x8, ino=1769766772, mode=0140777, nlink=1, uid=1000, gid=27, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 4132451 ko1 9u IPv4 1769766772 0t0 TCP localhost:45849->localhost:53912 (CLOSE_WAIT) [621/916] 4132456=test_array_create [622/916] 4132456=test_debugger_integration [623/916] 4132449=test_gem_resolver_installed_specification [624/916] 4132456=test_gem_commands_environment_command [625/916] 4132449=test_tracepoint [626/916] 4132456=test_my_integer [627/916] 4132447=symbol_encoding_test [628/916] 4132456=test_cd [629/916] 4132456=test_gem_commands_mirror [630/916] 4132447=test_internal_ivar [631/916] 4132456=test_cgi_cookie [632/916] 4132447=test_signedness [633/916] 4132456=test_hmac [634/916] 4132456=desugar_compiler_test [635/916] 4132452=test_ractor [636/916] 4132456=test_gem_spec_fetcher [637/916] 4132452=test_c_union_entity [638/916] 4132452=test_gem_commands_sources_command [639/916] 4132456=test_undef [640/916] 4132456=test_date_arith [641/916] 4132456=test_io_console [642/916] 4132449=test_rdoc_require [643/916] 4132452=test_ws [644/916] 4132449=test_io [645/916] 4132454=test_numeric [646/916] 4132452=test_metaclass [647/916] 4132452=test_gem_commands_which_command [648/916] 4132452=test_enum [649/916] 4132454=parse_test [650/916] 4132454=test_gem_source_specific_file [651/916] 4132454=test_unix [652/916] 4132454=test_optparse [653/916] 4132454=test_coder [654/916] 4132454=test_symbol [655/916] 4132462=test_context [656/916] 4132462=test_rdoc_markup [657/916] 4132462=test_last_thread [658/916] 4132460=test_rdoc_markup_to_bs [659/916] 4132460=test_etc [660/916] 4132460=test_gem_remote_fetcher_local_server [661/916] 4132456=test_ldap [662/916] 4132456=test_gem_source_lock [663/916] 4132460=test_cipher [664/916] 4132456=test_macro [665/916] 4132460=test_hash [666/916] 4132462=test_new [667/916] 4132462=test_tempfile [668/916] 4132456=test_config [669/916] 4132460=test_gem_util [670/916] 4132456=test_raise_exception [671/916] 4132447=test_gem_gemcutter_utilities [672/916] 4132460=test_gem_remote_fetcher [673/916] 4132451=test_gem_resolver [674/916] 4132447=test_gem_commands_yank_command [675/916] 4132462=test_jaro_winkler [676/916] 4132462=test_pattern_key_name_check [677/916] 4132462=test_exit [678/916] 4132447=test_postponed_job [679/916] 4132452=test_gem_request_set_lockfile [680/916] 4132462=ractor_test [681/916] 4132451=test_dot_dot [682/916] 4132451=test_cparser [683/916] 4132462=test_human_typo [684/916] 4132462=reflection_test [685/916] 4132460=test_bignum [686/916] 4132462=test_key_error [687/916] 4132462=test_engine [688/916] 4132462=test_enc_raise [689/916] 4132462=test_inlinecache [690/916] 4132462=test_show_source [691/916] 4132462=test_httpresponse [692/916] 4132460=test_rdoc_parser_ruby [693/916] 4132462=test_rdoc_markup_to_markdown [694/916] 4132452=test_weakkeymap [695/916] 4132456=test_usrmarshal [696/916] 4132462=test_gem_command [697/916] 4132448=test_memory_view [698/916] 4132447=test_pinned [699/916] 4132462=test_gem_resolver_specification [700/916] 4132462=test_rdoc_generator_pot_po_entry [701/916] 4132462=json_fixtures_test [702/916] 4132462=test_load [703/916] 4132462=test_encoding [704/916] 4132447=test_default_gems [705/916] 4132447=test_gem_security_trust_dir [706/916] 4132456=test_rdoc_parser_c [707/916] 4132448=test_constant [708/916] 4132447=test_have_func [709/916] 4132451=test_logperiod [710/916] 4132451=test_enc_str_buf_cat [711/916] 4132451=test_zsh_completion [712/916] 4132451=test_gem_package_tar_reader_entry [713/916] 4132462=test_lock_native_thread [714/916] 4132462=test_webauthn_listener [715/916] 4132462=test_logdevice [716/916] 4132456=test_passing_block [717/916] 4132456=test_http [718/916] 4132456=test_rdoc_attr [719/916] 4132451=test_x509cert [720/916] 4132456=test_addrinfo [721/916] 4132456=test_buffering [722/916] 4132456=test_rdoc_context_section [723/916] 4132456=ruby_parser_test [724/916] 4132456=test_svcb_https [725/916] 4132456=test_bug-14834 [726/916] 4132447=test_key_actor_vi [727/916] 4132456=test_bmethod [728/916] 4132456=test_enumerable [729/916] 4132456=test_rdoc_markup_include [730/916] 4132456=test_rdoc_encoding [731/916] 4132456=test_sprintf [732/916] 4132460=test_gem_uri_formatter [733/916] 4132460=test_gem_request_connection_pools [734/916] 4132451=test_rdoc_markdown [735/916] 4132447=test_optimization [736/916] 4132456=test_common [737/916] 4132460=test_deprecate [738/916] 4132460=test_registry [739/916] 4132460=test_rdoc_constant [740/916] 4132452=test_ssl [741/916] 4132460=test_gem_commands_push_command [742/916] 4132451=test_module [743/916] 4132456=parse_success_test [744/916] 4132456=test_ractor [745/916] 4132456=test_win32ole_typelib [746/916] 4132456=test_euc_jp [747/916] 4132456=test_abi [748/916] 4132458=test_external_new [749/916] 4132458=test_scanner_events [750/916] 4132454=test_gem_resolver_dependency_request [751/916] 4132462=test_force_exit [752/916] 4132462=test_data_error [753/916] 4132454=test_rubyvm [754/916] 4132458=test_weakmap [755/916] 4132454=test_gem_doctor [756/916] 4132456=test_ancdata [757/916] 4132456=test_rdoc_markup_to_table_of_contents [758/916] 4132460=test_rdoc_tom_doc [759/916] 4132454=test_gem_unsatisfiable_dependency_error [760/916] 4132456=test_rdoc_i18n_text [761/916] 4132456=test_ractor [762/916] 4132454=test_disable_irb [763/916] 4132454=test_gem_package_tar_header [764/916] 4132460=pattern_test [765/916] 4132462=test_logger [766/916] 4132460=test_sexp [767/916] 4132454=test_basicsocket [768/916] 4132462=test_import [769/916] 4132454=test_gem_commands_owner_command [770/916] 4132460=test_normalize [771/916] 4132460=test_recursion [772/916] 4132456=locals_test [773/916] 4132456=test_find [774/916] 4132460=compiler_test [775/916] 4132460=test_date_strftime [776/916] 4132456=test_typeddata [777/916] 4132448=test_gem_resolver_vendor_specification [778/916] 4132448=test_struct [779/916] 4132454=test_mutex [780/916] 4132448=test_bigzero [781/916] 4132456=test_basicinstructions [782/916] 4132448=test_key_actor_emacs [783/916] 4132456=test_gem_ext_builder [784/916] 4132454=test_verbose [785/916] 4132454=test_history [786/916] 4132460=test_name_error_extension [787/916] 4132454=test_fstring [788/916] 4132460=test_iseq_load [789/916] 4132448=test_timeout [790/916] 4132448=test_fixnum [791/916] 4132448=test_signal [792/916] 4132454=test_rdoc_markup_raw [793/916] 4132454=test_ensure_and_callcc [794/916] 4132454=test_scheduler [795/916] 4132454=test_null [796/916] 4132454=test_gem_resolver_activation_request [797/916] 4132455=test_big5 [798/916] 4132454=test_fd_setsize [799/916] 4132455=test_trick [800/916] 4132454=test_objectspace [801/916] 4132462=version_test [802/916] 4132462=test_gem_request_set [803/916] 4132462=test_files_test_2 [804/916] 4132462=test_gem_version_option [805/916] 4132462=test_require_lib [806/916] 4132448=lex_test [807/916] 4132448=test_gem_rdoc [808/916] 4132448=test_rdoc_markup_parser [809/916] 4132460=test_gem_remote_fetcher_s3 [810/916] 4132448=test_protect [811/916] 4132448=test_gem_ext_cargo_builder_link_flag_converter [812/916] 4132448=test_protocol [813/916] 4132460=test_tree_builder [814/916] 4132460=test_gem_commands_open_command [815/916] 4132456=test_x509req [816/916] 4132448=test_cgi_util [817/916] 4132460=location_test [818/916] 4132460=test_c_struct_builder [819/916] 4132456=test_allocation [820/916] 4132460=test_gc [821/916] 4132448=test_enc_associate [822/916] 4132451=dump_test [823/916] 4132449=test_iseq [824/916] 4132448=test_insns_leaf [825/916] 4132448=test_store [826/916] 4132457=test_rdoc_markup_to_html [827/916] 4132448=regexp_test [828/916] 4132457=test_string_memory [829/916] 4132448=test_rdoc_markup_to_joined_paragraph [830/916] 4132448=test_pkg_config [831/916] 4132448=test_rdoc_context [832/916] 4132457=test_line_editor [833/916] 4132457=test_big2str [834/916] 4132457=test_rdoc_markup_indented_paragraph [835/916] 4132457=test_open-uri [836/916] 4132452=test_coderange Leaked file descriptor: TestOpenURI#test_404: 8 : #<TCPSocket:fd 8, AF_INET, 127.0.0.1, 46599> [837/916] 4132452=test_rdoc_parser COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 4132457 ko1 8u IPv4 1769789576 0t0 TCP localhost:46599->localhost:38972 (CLOSE_WAIT) Closed file descriptor: TestOpenURI#test_progress_chunked: 8 [838/916] 4132452=test_dln [839/916] 4132452=test_history [840/916] 4132452=test_x509attr [841/916] 4132452=test_iso_8859 [842/916] 4132452=test_complex2 [843/916] 4132457=test_flush [844/916] 4132452=test_rdoc_any_method [845/916] 4132457=test_pkcs7 [846/916] 4132449=test_cgi_header [847/916] 4132449=test_gem_commands_fetch_command [848/916] 4132455=test_complexrational [849/916] 4132455=test_rdoc_markup_to_html_snippet [850/916] 4132457=test_mixed_unicode_escapes [851/916] 4132457=test_enumerator_kw [852/916] 4132457=test_win32ole_variant_outarg [853/916] 4132457=test_mkmf [854/916] 4132449=test_mul [855/916] 4132449=test_require_path_check [856/916] 4132457=test_numeric [857/916] 4132457=test_stringscanner [858/916] 4132457=test_x509crl [859/916] 4132449=test_word [860/916] 4132449=test_class [861/916] 4132449=test_cgi_session [862/916] 4132449=test_type_completor [863/916] 4132449=test_gem_package_tar_reader [864/916] 4132455=test_gb18030 [865/916] 4132455=test_win32ole_variable [866/916] 4132455=test_gem_specification [867/916] 4132449=test_rdoc_markup_attributes [868/916] 4132449=test_gbk [869/916] 4132449=test_rdoc_class_module [870/916] 4132457=test_warning [871/916] 4132451=test_win32ole_type_event [872/916] 4132452=test_gem_name_tuple [873/916] 4132451=test_refinement [874/916] 4132452=test_pointer [875/916] 4132457=test_gem_dependency_installer [876/916] 4132448=equality_test [877/916] 4132448=test_color [878/916] 4132448=test_gem_commands_query_command [879/916] 4132452=test_eval_history [880/916] 4132452=test_c_struct_entry [881/916] 4132449=test_case [882/916] 4132449=test_files_ext [883/916] 4132452=test_x509ext [884/916] 4132452=unescape_test [885/916] 4132449=source_location_test [886/916] 4132449=test_complex [887/916] 4132458=test_at_exit [888/916] 4132448=test_rdoc_markup_verbatim [889/916] 4132448=test_instrumentation_api [890/916] 4132458=test_inadvertent_creation [891/916] 4132449=static_inspect_test [892/916] 4132449=test_extlibs [893/916] 4132458=test_rat [894/916] 4132458=test_rdoc_markup_heading [895/916] 4132458=test_gem_ext_rake_builder [896/916] 4132462=test_monitor [897/916] 4132462=json_string_matching_test [898/916] 4132462=test_asn1 [899/916] 4132462=test_flags [900/916] 4132448=test_transcode [901/916] 4132447=test_whileuntil [902/916] 4132447=test_rdoc_markdown_test [903/916] 4132455=test_rdoc_normal_module [904/916] 4132458=test_tcp [905/916] 4132455=test_pp [906/916] 4132448=test_sprintf_comb [907/916] 4132454=test_path [908/916] 4132454=test_method_cache [909/916] 4132454=test_gem_stub_specification [910/916] 4132455=test_gem_text [911/916] 4132455=test_settracefunc [912/916] 4132454=tunnel_test [913/916] 4132462=test_gem_commands_stale_command [914/916] 4132454=test_win32ole [915/916] 4132448=test_gem_version [916/916] 4132454=test_rdoc_markup_to_tt_only Finished tests in 175.710403s, 183.4325 tests/s, 37225.3714 assertions/s. 32231 tests, 6540885 assertions, 0 failures, 0 errors, 406 skips ruby -v: ruby 3.5.0dev (2024-12-25T13:21:37Z master 7df5d65eac) +PRISM [x86_64-linux] $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 0. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16' BASERUBY = /usr/bin/ruby --disable=gems CC = clang-17 LD = ld LDSHARED = clang-17 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -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-cast-function-type -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 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_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs Ubuntu clang version 17.0.6 (9ubuntu1) 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_asan' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' making encs make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.7.0/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.7.0/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.0/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.0/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.0.pre.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.0.pre.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk_asan' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk_asan' make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' make[1]: Entering directory '/tmp/ruby/build/trunk_asan' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk_asan' ruby 3.5.0dev (2024-12-25T13:21:37Z master 7df5d65eac) +PRISM [x86_64-linux] 0 ............................................................ 60 ............................................................ 120 ............................................................ 180 ............................................................ 240 ............................................................ 300 ............................................................ 360 ............................................................ 420 ............................................................ 480 ............................................................ 540 ............................................................ 600 ............................................................ 660 ............................................................ 720 ............................................................ 780 ............................................................ 840 ............................................................ 900 ............................................................ 960 ............................................................ 1020 ............................................................ 1080 ............................................................ 1140 ............................................................ 1200 ............................................................ 1260 ............................................................ 1320 ............................................................ 1380 ............................................................ 1440 ............................................................ 1500 ............................................................ 1560 ............................................................ 1620 ............................................................ 1680 ............................................................ 1740 ............................................................ 1800 ............................................................ 1860 ............................................................ 1920 ............................................................ 1980 ............................................................ 2040 ............................................................ 2100 ............................................................ 2160 ............................................................ 2220 ............................................................ 2280 ............................................................ 2340 ............................................................ 2400 ............................................................ 2460 ............................................................ 2520 ............................................................ 2580 ............................................................ 2640 ............................................................ 2700 ............................................................ 2760 ............................................................ 2820 ............................................................ 2880 ............................................................ 2940 ............................................................ 3000 ............................................................ 3060 ............................................................ 3120 ............................................................ 3180 ............................................................ 3240 ............................................................ 3300 ............................................................ 3360 ............................................................ 3420 .................... Finished in 37.072094 seconds 3439 files, 33372 examples, 132028 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'" exit with 0.