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