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