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