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