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