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