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