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