# Logfile created on 2024-11-26 07:20:50 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007f862373fdd8 @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.20241126-072050", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007f86237618c0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f8623761758 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f862367a880 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_gcc10.20241126-072050", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_gcc10.20241126-072050>, @binmode=false, @mon_data=#<Monitor:0x00007f8623761460>, @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/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
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   5197016..5471f28  master     -> origin/master
Updating 5197016..5471f28
Fast-forward
 ext/json/fbuffer/fbuffer.h                         |  62 +++--
 ext/json/generator/generator.c                     | 103 +++++----
 ext/json/lib/json/common.rb                        |  35 ++-
 ext/json/lib/json/ext/generator/state.rb           |  11 +
 ext/json/parser/extconf.rb                         |   1 -
 ext/json/parser/parser.c                           | 256 ++++++++++-----------
 ext/json/parser/parser.rl                          |  24 +-
 lib/bundler.rb                                     |   5 +-
 lib/bundler/cli/doctor.rb                          |   8 +-
 lib/bundler/cli/info.rb                            |   4 +-
 lib/bundler/definition.rb                          |  65 +++---
 lib/bundler/dependency.rb                          |   2 +-
 lib/bundler/dsl.rb                                 |   2 +-
 lib/bundler/gem_helpers.rb                         |  28 ++-
 lib/bundler/installer/standalone.rb                |   4 +-
 lib/bundler/lazy_specification.rb                  |  52 +++--
 lib/bundler/lockfile_parser.rb                     |  10 +-
 lib/bundler/materialization.rb                     |  59 +++++
 lib/bundler/resolver.rb                            |  10 +-
 lib/bundler/resolver/base.rb                       |   8 +-
 lib/bundler/resolver/candidate.rb                  |   4 +-
 lib/bundler/resolver/spec_group.rb                 |   7 +-
 lib/bundler/runtime.rb                             |   4 +-
 lib/bundler/source/path.rb                         |   4 +-
 lib/bundler/source_list.rb                         |   2 +-
 lib/bundler/spec_set.rb                            | 125 +++++-----
 lib/rubygems.rb                                    |  12 +-
 lib/rubygems/commands/cleanup_command.rb           |   4 +-
 lib/rubygems/commands/contents_command.rb          |   8 +-
 lib/rubygems/commands/pristine_command.rb          |   4 +-
 lib/rubygems/commands/rdoc_command.rb              |   4 +-
 lib/rubygems/ext/cargo_builder.rb                  |   3 +-
 lib/rubygems/resolver.rb                           |   6 +-
 lib/rubygems/resolver/composed_set.rb              |   6 +-
 lib/rubygems/resolver/index_set.rb                 |   4 +-
 lib/rubygems/source/git.rb                         |   4 +-
 lib/rubygems/specification.rb                      |   6 +-
 spec/bundler/commands/install_spec.rb              |  56 +++++
 spec/bundler/commands/update_spec.rb               |   2 +-
 spec/bundler/install/gems/resolving_spec.rb        |  49 ++++
 spec/bundler/install/yanked_spec.rb                |  82 ++++---
 .../support/artifice/helpers/compact_index.rb      |   4 +-
 spec/bundler/support/artifice/helpers/endpoint.rb  |   4 +-
 spec/bundler/support/matchers.rb                   |   8 +-
 test/json/json_common_interface_test.rb            |  11 +
 test/json/json_generator_test.rb                   |  17 +-
 tool/rbs_skip_tests                                |   4 +
 47 files changed, 753 insertions(+), 440 deletions(-)
 create mode 100644 lib/bundler/materialization.rb
Latest commit hash = 5471f284d2
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk_gcc10/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc10'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc10'
Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94
Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb
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
5893ade8b90fdbf37d3c8eb7f62fa5c4931e3153a44fa88ae082138ee4b773f6  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 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc10'
generating transdb.h
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc10'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc10'
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc10'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc10'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc10'
configuring json/parser
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'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc10'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc10'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc10/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc10/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc10/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc10/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc10/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc10/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc10/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc10/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc10/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc10/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc10/ext/io/console'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc10/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc10/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc10/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc10/ext/fiddle'
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/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc10/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc10/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc10/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc10/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc10/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc10/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc10/ext/psych'
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/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/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/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]: 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/bigdecimal-3.1.8/ext/bigdecimal'
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/syslog-0.1.2/ext/syslog'
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]: Entering directory '/tmp/ruby/build/trunk_gcc10/ext/json/generator'
compiling /tmp/ruby/src/trunk_gcc10/ext/json/generator/generator.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc10/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc10/ext/json/parser'
compiling /tmp/ruby/src/trunk_gcc10/ext/json/parser/parser.c
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc10/ext/json/parser'
/tmp/ruby/src/trunk_gcc10/ext/json/generator/generator.c: In function ‘raise_generator_error’:
/tmp/ruby/src/trunk_gcc10/ext/json/generator/generator.c:91:5: warning: function ‘raise_generator_error’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
   91 |     VALUE str = rb_vsprintf(fmt, args);
      |     ^~~~~
/tmp/ruby/src/trunk_gcc10/ext/json/generator/generator.c: At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc10/ext/json/generator'
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
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-10
	LD = ld
	LDSHARED = gcc-10 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc10/include -I/tmp/ruby/src/trunk_gcc10 -I/tmp/ruby/src/trunk_gcc10/prism -I/tmp/ruby/src/trunk_gcc10/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc10/yjit/target/release/' /tmp/ruby/src/trunk_gcc10/yjit/src/lib.rs
echo 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 -
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
/tmp/ruby/src/trunk_gcc10/.bundle/.timestamp/typeprof.revision unchanged
generating enc.mk
encdb.h 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...
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
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
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
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/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc10/ext/digest'
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/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc10/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc10/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc10/ext/fiddle'
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/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]: 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/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc10/ext/pty'
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/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]: Entering 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/rubyvm'
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/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc10/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc10/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc10/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc10/.bundle/gems/racc-1.8.1/ext/racc/cparse'
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.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/nkf-0.2.0/ext/nkf'
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/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'
./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+1/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+1/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_gcc10/lib/ruby/site_ruby/3.4.0+1/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_gcc10/lib/ruby/vendor_ruby/3.4.0+1/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk_gcc10/include/ruby-3.4.0+1/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk_gcc10/lib/ruby/3.4.0+1
installing extension scripts:       /tmp/ruby/install/trunk_gcc10/lib/ruby/site_ruby/3.4.0+1
installing extension scripts:       /tmp/ruby/install/trunk_gcc10/lib/ruby/vendor_ruby/3.4.0+1
installing extension headers:       /tmp/ruby/install/trunk_gcc10/include/ruby-3.4.0+1/ruby
installing command scripts:         /tmp/ruby/install/trunk_gcc10/bin
installing library scripts:         /tmp/ruby/install/trunk_gcc10/lib/ruby/3.4.0+1
installing common headers:          /tmp/ruby/install/trunk_gcc10/include/ruby-3.4.0+1
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+1
                                    benchmark 0.4.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    delegate 0.4.0
                                    did_you_mean 1.6.3
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.3
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.7
                                    irb 1.14.1
                                    logger 1.6.1
                                    net-http 0.5.0
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.6.0
                                    ostruct 0.6.1
                                    pp 0.6.1
                                    prettyprint 0.2.0
                                    prism 1.0.0
                                    pstore 0.1.4
                                    rdoc 6.8.1
                                    readline 0.0.4
                                    reline 0.5.11
                                    resolv 0.5.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.2
                                    set 1.1.0
                                    shellwords 0.2.1
                                    singleton 0.3.0
                                    syntax_suggest 2.0.2
                                    tempfile 0.3.1
                                    time 0.4.1
                                    timeout 0.4.2
                                    tmpdir 0.3.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 1.0.2
                                    weakref 0.1.3
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk_gcc10/lib/ruby/gems/3.4.0+1
                                    date 3.4.0
                                    digest 3.1.1
                                    etc 1.4.4
                                    fcntl 1.2.0
                                    fiddle 1.1.6.dev
                                    io-console 0.8.0.beta1
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.8.2
                                    openssl 3.2.0
                                    pathname 0.4.0
                                    psych 5.2.0
                                    stringio 3.1.2.dev
                                    strscan 3.1.1.dev
                                    zlib 3.2.0
installing bundled gems:            /tmp/ruby/install/trunk_gcc10/lib/ruby/gems/3.4.0+1
                                    minitest 5.25.2
                                    power_assert 2.0.4
                                    rake 13.2.1
                                    test-unit 3.6.2
                                    rexml 3.3.9
                                    rss 0.3.1
                                    net-ftp 0.3.8
                                    net-imap 0.5.1
                                    net-pop 0.1.2
                                    net-smtp 0.5.0
                                    matrix 0.4.2
                                    prime 0.1.3
                                    rbs 3.6.1
                                    debug 1.9.2
                                    racc 1.8.1
                                    mutex_m 0.3.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+1/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 1993 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.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=40409
  "--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/915] 2124303=test_win32ole_variable
[  2/915] 2124303=test_boolean
[  3/915] 2124304=test_pkey_dh
[  4/915] 2124308=test_eval
[  5/915] 2124303=test_singleton_function
[  6/915] 2124303=test_gem_source_lock
[  7/915] 2124306=test_bignum
[  8/915] 2124304=test_gem_util
[  9/915] 2124306=library_symbols_test
[ 10/915] 2124306=test_new
[ 11/915] 2124306=ractor_test
[ 12/915] 2124306=test_cipher
[ 13/915] 2124308=test_gem_specification
[ 14/915] 2124303=test_vm_dump
[ 15/915] 2124303=test_jaro_winkler
[ 16/915] 2124303=test_config
[ 17/915] 2124306=test_ftp
[ 18/915] 2124303=test_gem_console_ui
[ 19/915] 2124303=errors_test
[ 20/915] 2124306=test_cd
[ 21/915] 2124306=source_location_test
[ 22/915] 2124304=test_cgi_cookie
[ 23/915] 2124304=test_gem_commands_info_command
[ 24/915] 2124306=test_find_executable
[ 25/915] 2124306=test_debugger_integration
[ 26/915] 2124304=test_lazy_enumerator
[ 27/915] 2124306=test_my_integer
[ 28/915] 2124306=test_mixed_unicode_escapes
[ 29/915] 2124306=test_metaclass
[ 30/915] 2124306=test_store
[ 31/915] 2124303=pattern_test
[ 32/915] 2124303=test_rational
[ 33/915] 2124306=test_gc
[ 34/915] 2124304=test_ractor
[ 35/915] 2124304=test_gem_unsatisfiable_dependency_error
[ 36/915] 2124304=test_fips
[ 37/915] 2124304=test_rdoc_code_object
[ 38/915] 2124303=test_io_buffer
[ 39/915] 2124303=test_engine
[ 40/915] 2124303=test_usrmarshal
[ 41/915] 2124304=test_env
[ 42/915] 2124303=test_file
[ 43/915] 2124308=bom_test
[ 44/915] 2124308=test_rdoc_require
[ 45/915] 2124308=test_key_error
[ 46/915] 2124308=test_assembler
[ 47/915] 2124308=test_gem_package
[ 48/915] 2124303=test_gem_source_installed
[ 49/915] 2124303=test_basicsocket
[ 50/915] 2124303=test_yield_block
[ 51/915] 2124303=test_rubyoptions
[ 52/915] 2124308=test_helper
[ 53/915] 2124308=test_random_formatter
[ 54/915] 2124308=test_gem_source
[ 55/915] 2124304=test_win32ole_event
[ 56/915] 2124308=test_coder
[ 57/915] 2124304=test_config
[ 58/915] 2124304=test_symbol
[ 59/915] 2124308=test_context
[ 60/915] 2124308=test_yamldbm
[ 61/915] 2124308=test_gem_commands_signout_command
[ 62/915] 2124308=implicit_array_test
[ 63/915] 2124308=test_unix
[ 64/915] 2124308=test_gem_resolver_index_specification
[ 65/915] 2124308=test_benchmark
[ 66/915] 2124308=test_date_strftime
[ 67/915] 2124308=overlap_test
[ 68/915] 2124308=test_dryrun
[ 69/915] 2124308=test_rdoc_alias
[ 70/915] 2124308=test_enc_associate
[ 71/915] 2124304=test_cparser
[ 72/915] 2124308=test_optparse
[ 73/915] 2124308=test_have_library
[ 74/915] 2124304=test_rdoc_markdown
[ 75/915] 2124304=json_generic_object_test
[ 76/915] 2124304=test_rdoc_encoding
[ 77/915] 2124304=test_gem_resolver_git_set
[ 78/915] 2124304=test_storage
[ 79/915] 2124304=test_gem_commands_build_command
[ 80/915] 2124304=test_string
[ 81/915] 2124304=test_iterator
[ 82/915] 2124306=test_rb_str_dup
[ 83/915] 2124306=test_extlibs
[ 84/915] 2124304=test_rdoc_constant
[ 85/915] 2124308=test_deprecate
[ 86/915] 2124304=test_date_ractor
[ 87/915] 2124308=test_objspace
[ 88/915] 2124304=test_gem_update_suggestion
[ 89/915] 2124304=test_gem_platform
[ 90/915] 2124304=test_dir
[ 91/915] 2124304=test_process
[ 92/915] 2124304=json_ext_parser_test
[ 93/915] 2124304=test_ns_spki
[ 94/915] 2124304=test_gem_resolver_lock_set
[ 95/915] 2124304=test_keyword
[ 96/915] 2124306=test_gem_commands_rebuild_command
[ 97/915] 2124304=test_rdoc_top_level
[ 98/915] 2124306=test_dir_m17n
[ 99/915] 2124304=test_flip
[100/915] 2124304=test_ruby_lex
[101/915] 2124304=test_kwargs
[102/915] 2124304=test_io_wait
[103/915] 2124304=test_proxy
Leaked file descriptor: TestOpenURIProxy#test_authenticated_proxy_http_basic_authentication_success: 12 : #<TCPSocket:fd 12, AF_INET, 127.0.0.1, 37243>
.Closed file descriptor: TestOpenURIProxy#test_proxy: 12
[104/915] 2124304=test_threadgroup
[105/915] 2124304=test_webauthn_listener_response
[106/915] 2124304=test_rdoc_parser_c
[107/915] 2124306=test_tcp
[108/915] 2124304=test_completion
Leaked file descriptor: TestSocket_TCPSocket#test_initialize_v6_hostname_resolved_earlier: 10 #<File::Stat dev=0xd, ino=2313038355, mode=010600, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=2024-11-26 07:23:20.413635301 +0000, mtime=2024-11-26 07:23:20.409635231 +0000, ctime=2024-11-26 07:23:20.409635231 +0000>
Leaked file descriptor: TestSocket_TCPSocket#test_initialize_v6_hostname_resolved_earlier: 11 #<File::Stat dev=0xd, ino=2313038355, mode=010600, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=2024-11-26 07:23:20.413635301 +0000, mtime=2024-11-26 07:23:20.409635231 +0000, ctime=2024-11-26 07:23:20.409635231 +0000>
.Leaked file descriptor: TestSocket_TCPSocket#test_initialize_resolv_timeout_with_connection_failure: 9 #<File::Stat dev=0xd, ino=2313035776, mode=010600, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=2024-11-26 07:23:20.865643199 +0000, mtime=2024-11-26 07:23:20.865643199 +0000, ctime=2024-11-26 07:23:20.865643199 +0000>
Leaked file descriptor: TestSocket_TCPSocket#test_initialize_resolv_timeout_with_connection_failure: 12 #<File::Stat dev=0xd, ino=2313035776, mode=010600, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=2024-11-26 07:23:20.865643199 +0000, mtime=2024-11-26 07:23:20.865643199 +0000, ctime=2024-11-26 07:23:20.865643199 +0000>
.Leaked file descriptor: TestSocket_TCPSocket#test_inspect: 14 #<File::Stat dev=0xd, ino=2313025454, mode=010600, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=2024-11-26 07:23:21.005645646 +0000, mtime=2024-11-26 07:23:21.005645646 +0000, ctime=2024-11-26 07:23:21.005645646 +0000>
Leaked file descriptor: TestSocket_TCPSocket#test_inspect: 15 #<File::Stat dev=0xd, ino=2313025454, mode=010600, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=2024-11-26 07:23:21.005645646 +0000, mtime=2024-11-26 07:23:21.005645646 +0000, ctime=2024-11-26 07:23:21.005645646 +0000>
Closed file descriptor: TestSocket_TCPSocket#test_initialize_v6_connected_socket_with_v6_address: 14
Closed file descriptor: TestSocket_TCPSocket#test_initialize_v6_connected_socket_with_v6_address: 15
[109/915] 2124304=test_win32ole_variant
[110/915] 2124304=test_https_proxy
[111/915] 2124304=test_win32ole_variant_m
[112/915] 2124304=json_fixtures_test
[113/915] 2124304=test_ossl.Leaked file descriptor: TestSocket_TCPSocket#test_initialize_v4_hostname_resolved_earlier: 14 #<File::Stat dev=0xd, ino=2313042178, mode=010600, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=2024-11-26 07:23:21.62165643 +0000, mtime=2024-11-26 07:23:21.61765636 +0000, ctime=2024-11-26 07:23:21.61765636 +0000>
Leaked file descriptor: TestSocket_TCPSocket#test_initialize_v4_hostname_resolved_earlier: 15 #<File::Stat dev=0xd, ino=2313042178, mode=010600, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=2024-11-26 07:23:21.62165643 +0000, mtime=2024-11-26 07:23:21.61765636 +0000, ctime=2024-11-26 07:23:21.61765636 +0000>

[114/915] 2124306=test_gem_commands_contents_command
[115/915] 2124306=test_gem_bundler_version_finder
[116/915] 2124306=test_gem_ci_detector
[117/915] 2124306=test_io_wait_uncommon
[118/915] 2124306=test_rdoc_rd_inline.Closed file descriptor: TestRDocRdInline#test_class_new: 10
Closed file descriptor: TestRDocRdInline#test_class_new: 11
....
[119/915] 2124306=test_files_test_1
.Closed file descriptor: TestRipper::Generic#test_parse_files:test/dtrace: 9
Closed file descriptor: TestRipper::Generic#test_parse_files:test/dtrace: 12
.Closed file descriptor: TestRipper::Generic#test_parse_files:test/irb: 14
Closed file descriptor: TestRipper::Generic#test_parse_files:test/irb: 15
[120/915] 2124303=fixtures_test
[121/915] 2124303=test_rational2
[122/915] 2124303=test_variable_name_check
[123/915] 2124303=test_resolve_symbol
[124/915] 2124303=test_gem_resolver_composed_set
[125/915] 2124303=test_nomethod_error
[126/915] 2124303=test_rdoc_markup_attribute_manager
[127/915] 2124303=test_rdoc_markup_to_ansi
[128/915] 2124303=test_object
[129/915] 2124303=test_variable
[130/915] 2124303=test_https
[131/915] 2124306=test_pack
[132/915] 2124306=magic_comment_test
[133/915] 2124306=test_flags
[134/915] 2124306=test_popen_deadlock
[135/915] 2124306=test_bmethod
[136/915] 2124306=test_open3
[137/915] 2124304=test_object_references
[138/915] 2124304=test_euc_kr
[139/915] 2124304=test_win32ole_type_event
[140/915] 2124304=test_evaluation
[141/915] 2124304=test_merge_keys
[142/915] 2124304=test_error_highlight
[143/915] 2124303=test_thread
[144/915] 2124304=test_rdoc_extend
[145/915] 2124304=breadth_first_search_test
[146/915] 2124304=test_sockopt
[147/915] 2124304=test_rdoc_rd_block_parser
[148/915] 2124304=test_arithmetic_sequence
[149/915] 2124304=test_rdoc_generator_json_index
[150/915] 2124304=test_encoding
[151/915] 2124304=test_rat
[152/915] 2124304=test_yamlstore
[153/915] 2124304=test_gem_resolver_installer_set
[154/915] 2124304=test_data_error
[155/915] 2124304=test_regexp
[156/915] 2124306=test_function
[157/915] 2124306=test_case_comprehensive
[158/915] 2124306=test_addr
[159/915] 2124306=test_primitive
[160/915] 2124306=test_gem_uri_formatter
[161/915] 2124306=test_time_tz
[162/915] 2124306=test_helper
[163/915] 2124306=test_document
[164/915] 2124306=test_rdoc_options
[165/915] 2124306=test_gem_ext_configure_builder
[166/915] 2124306=test_unicode
[167/915] 2124306=test_reqarg
[168/915] 2124306=test_rdoc_parser_markdown
[169/915] 2124306=test_project_sanity
[170/915] 2124306=test_enum
[171/915] 2124306=test_function_entry
[172/915] 2124306=test_rdoc_markup_to_joined_paragraph
[173/915] 2124306=test_win32ole_method
[174/915] 2124306=test_gem_source_subpath_problem
[175/915] 2124306=test_find
[176/915] 2124306=test_bundled_ca
[177/915] 2124308=test_not
[178/915] 2124308=test_pkey_rsa
[179/915] 2124306=test_rdoc_include
[180/915] 2124306=test_numhash
[181/915] 2124306=test_resource
[182/915] 2124308=test_ensured
[183/915] 2124306=test_config
[184/915] 2124308=test_exit
[185/915] 2124308=test_thread_cv
[186/915] 2124306=test_gem_commands_lock_command
[187/915] 2124306=test_uncorrectable_name_check
[188/915] 2124306=test_gem_resolver_api_specification
[189/915] 2124306=test_common
[190/915] 2124308=test_lambda
[191/915] 2124308=test_pinned
[192/915] 2124306=test_webauthn_listener
[193/915] 2124308=test_gem_package_task
[194/915] 2124308=test_http_request
[195/915] 2124308=test_frozen_error
[196/915] 2124308=test_symbol
[197/915] 2124308=test_rdoc_markup_to_bs
[198/915] 2124308=test_nowrite
[199/915] 2124308=test_thread_queue
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 10 : #<TCPSocket:fd 10, AF_INET, 127.0.0.1, 43125>
.Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 10
[200/915] 2124306=test_wait
[201/915] 2124306=test_integer
[202/915] 2124306=heredoc_dedent_test
[203/915] 2124306=test_httpheader
[204/915] 2124306=test_rdoc_ri_driver
[205/915] 2124303=test_httpresponses
[206/915] 2124303=test_ast
[207/915] 2124306=test_enc_str_buf_cat
[208/915] 2124306=test_euc_tw
[209/915] 2124306=test_type_completor
[210/915] 2124306=test_io_timeout
[211/915] 2124306=test_integer
[212/915] 2124306=test_comparable
[213/915] 2124306=test_cstr
[214/915] 2124306=parse_comments_test
[215/915] 2124306=test_cmethod
[216/915] 2124306=test_gem_safe_marshal
[217/915] 2124306=test_nextafter
[218/915] 2124306=test_capacity
[219/915] 2124306=test_x509name
[220/915] 2124306=test_acceptable
[221/915] 2124306=test_gem_resolver_git_specification
[222/915] 2124304=test_exception_at_throwing
[223/915] 2124304=test_ssl
[224/915] 2124304=test_dup
[225/915] 2124304=test_require_path_check
[226/915] 2124304=test_protect
[227/915] 2124304=test_ractor
[228/915] 2124304=test_tree_builder
[229/915] 2124304=test_filter
[230/915] 2124304=test_closure
[231/915] 2124304=test_marshal
[232/915] 2124304=test_marshalable
[233/915] 2124304=test_koi8
[234/915] 2124304=test_digest
[235/915] 2124304=test_ssl_session
[236/915] 2124304=test_call
[237/915] 2124304=test_rendering
[238/915] 2124304=test_line_editor
[239/915] 2124304=test_win32ole_param_event
[240/915] 2124304=test_rdoc_parser_prism_ruby
[241/915] 2124304=test_cgi_core
[242/915] 2124304=test_parser
[243/915] 2124304=test_file_exhaustive
[244/915] 2124306=test_string_memory
[245/915] 2124306=test_http
[246/915] 2124308=test_func
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 11 #<File::Stat dev=0x8, ino=2313081047, 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>
[247/915] 2124308=test_gem_commands_environment_command
[248/915] 2124308=test_object
[249/915] 2124308=test_rdoc_markup_document
[250/915] 2124308=test_pathname
[251/915] 2124308=test_coverage
[252/915] 2124306=test_null
[253/915] 2124306=test_gem
[254/915] 2124304=test_arith_seq_extract
[255/915] 2124308=test_gem_gem_runner
[256/915] 2124308=test_gem_commands_mirror
[257/915] 2124308=test_import
[258/915] 2124304=test_delegate
[259/915] 2124304=test_ftp
[260/915] 2124304=test_rdoc_generator_pot
[261/915] 2124304=test_logger
[262/915] 2124304=test_files_lib
[263/915] 2124308=test_help
[264/915] 2124308=warnings_test
[265/915] 2124308=test_rdoc_markup_hard_break
[266/915] 2124308=tunnel_test
[267/915] 2124308=test_gem_text
[268/915] 2124308=test_settracefunc
[269/915] 2124306=test_to_ary_concat
[270/915] 2124308=test_ractor_compatibility
[271/915] 2124308=test_require
[272/915] 2124304=test_win32ole
[273/915] 2124304=test_fd_setsize
[274/915] 2124304=test_method_cache
[275/915] 2124304=test_windows_1252
[276/915] 2124304=test_sprintf_comb
[277/915] 2124304=test_gem_source_fetch_problem
[278/915] 2124306=dispatcher_test
[279/915] 2124304=test_rdoc_rd
[280/915] 2124304=unescape_test
[281/915] 2124306=test_scan_args
[282/915] 2124306=test_big5
[283/915] 2124306=test_cclass
[284/915] 2124306=test_yield
[285/915] 2124304=test_timeout
[286/915] 2124304=test_normalize
[287/915] 2124304=test_gem_commands_specification_command
[288/915] 2124304=test_json_tree
[289/915] 2124304=test_case
[290/915] 2124304=test_basicinstructions
[291/915] 2124304=test_rdoc_parser_changelog
[292/915] 2124304=test_key_actor_emacs
[293/915] 2124304=test_pkey_dsa
[294/915] 2124308=comments_test
[295/915] 2124308=lex_test
[296/915] 2124308=test_set_len
[297/915] 2124308=test_severity
[298/915] 2124308=test_ractor
[299/915] 2124308=test_clone
[300/915] 2124304=test_method_name_check
[301/915] 2124308=fuzzer_test
[302/915] 2124304=test_win32ole_param
[303/915] 2124304=test_rdoc_markup_heading
[304/915] 2124308=test_interned_str
[305/915] 2124308=test_struct
[306/915] 2124308=onigmo_test
[307/915] 2124308=version_test
[308/915] 2124308=test_ws
[309/915] 2124308=test_transcode
[310/915] 2124304=test_rdoc_markup_to_markdown
[311/915] 2124308=test_gem_ext_cargo_builder
[312/915] 2124304=test_abi
[313/915] 2124308=test_gem_security_policy
[314/915] 2124304=test_encoding
[315/915] 2124306=test_flush
[316/915] 2124306=test_dbm
[317/915] 2124306=test_date_compat
[318/915] 2124306=test_pp
[319/915] 2124306=test_constant
[320/915] 2124304=test_rdoc_markup_to_html
[321/915] 2124304=test_hash
[322/915] 2124304=test_stringchar
[323/915] 2124304=test_gem_commands_setup_command
[324/915] 2124308=test_force_exit
[325/915] 2124308=test_class
[326/915] 2124308=test_gem_uri
[327/915] 2124308=test_name_error_extension
[328/915] 2124308=test_undef
[329/915] 2124308=dump_test
[330/915] 2124304=test_enumerator
[331/915] 2124304=test_win32ole_method_event
[332/915] 2124304=test_io
[333/915] 2124308=test_enumerator
[334/915] 2124306=node_id_test
[335/915] 2124306=test_rdoc_markup_to_label
[336/915] 2124306=test_gem_resolver_vendor_specification
[337/915] 2124306=json_addition_test
[338/915] 2124306=test_name_error
[339/915] 2124306=test_pointer
[340/915] 2124306=test_gem_commands_search_command
[341/915] 2124306=test_qsort
[342/915] 2124306=test_key_event_record
[343/915] 2124306=test_safe_load
[344/915] 2124306=test_gem_commands_signin_command
[345/915] 2124306=test_etc
[346/915] 2124306=test_cgi_tag_helper
[347/915] 2124306=test_rbconfig
[348/915] 2124306=test_iso_8859
[349/915] 2124306=test_cgi_header
[350/915] 2124306=test_enumerable
[351/915] 2124306=test_rdoc_context
[352/915] 2124306=json_generator_test
[353/915] 2124306=test_date_time
[354/915] 2124306=test_tree_spell_checker
[355/915] 2124306=test_open-uri
Leaked file descriptor: TestOpenURI#test_200big: 12 : #<TCPSocket:fd 12, AF_INET, 127.0.0.1, 44713>
Closed file descriptor: TestOpenURI#test_invalid_option: 12
[356/915] 2124306=ruby_parser_test
[357/915] 2124306=test_history
[358/915] 2124306=test_gem_resolver_api_set
[359/915] 2124306=test_gem_commands_exec_command
[360/915] 2124306=test_gem_ext_builder
[361/915] 2124303=test_install
[362/915] 2124303=test_provider
[363/915] 2124303=test_signal
[364/915] 2124306=test_fixnum
[365/915] 2124306=test_path
[366/915] 2124306=test_gem_commands_help_command
[367/915] 2124306=test_kernel
[368/915] 2124303=test_dot_dot
[369/915] 2124303=test_gem_commands_check_command
[370/915] 2124303=test_history
[371/915] 2124303=test_wss
[372/915] 2124303=test_gem_rdoc
[373/915] 2124304=string_encoding_test
[374/915] 2124304=!Nothing_to_test
[375/915] 2124304=test_class
[376/915] 2124303=test_const
[377/915] 2124303=test_gem_commands_cleanup_command
[378/915] 2124306=test_gem_remote_fetcher_local_ssl_server
[379/915] 2124303=test_bundled_gems
[380/915] 2124303=test_rdoc_i18n_locale
[381/915] 2124303=test_memory_view
[382/915] 2124303=test_pair
[383/915] 2124306=test_len
[384/915] 2124306=test_sexp
[385/915] 2124306=test_parse
[386/915] 2124304=test_rdoc_method_attr
[387/915] 2124304=json_common_interface_test
[388/915] 2124304=test_gem_request_set
[389/915] 2124306=test_random
[390/915] 2124306=test_rdoc_tom_doc
[391/915] 2124306=test_lexer
[392/915] 2124306=heredoc_test
[393/915] 2124306=test_assignment
[394/915] 2124304=test_serialize_subclasses
[395/915] 2124304=test_mutex
[396/915] 2124304=test_optarg
[397/915] 2124304=test_regex_casefold
[398/915] 2124304=test_gem_package_tar_writer
[399/915] 2124303=test_color
[400/915] 2124304=test_struct
[401/915] 2124306=test_gem_source_git
[402/915] 2124303=test_verbose
[403/915] 2124303=test_digest_extend
[404/915] 2124303=test_econv
[405/915] 2124304=test_exception
[406/915] 2124304=test_stack
[407/915] 2124308=test_pstore
[408/915] 2124308=test_class_name_check
[409/915] 2124308=test_case_mapping
[410/915] 2124308=test_gem_commands_list_command
[411/915] 2124308=test_gc_compact
[412/915] 2124303=test_rdoc_attr
[413/915] 2124303=test_scalar_scanner
[414/915] 2124303=test_rdoc_markup_include
[415/915] 2124303=test_gem_local_remote_options
[416/915] 2124303=test_gem_path_support
[417/915] 2124303=test_module
[418/915] 2124304=test_ssl
[419/915] 2124306=test_ocsp
[420/915] 2124306=constant_path_node_test
[421/915] 2124306=test_propertyputref
[422/915] 2124306=test_optimization
[423/915] 2124303=test_pty
[424/915] 2124308=json_parser_test
[425/915] 2124308=test_rdoc_store
[426/915] 2124303=test_shift_jis
[427/915] 2124303=test_rdoc_generator_markup
[428/915] 2124303=test_rdoc_stats
[429/915] 2124303=test_complex2
[430/915] 2124303=test_yaml
[431/915] 2124303=test_rdoc_parser_simple
[432/915] 2124303=test_div
[433/915] 2124303=test_have_func
[434/915] 2124308=test_io_m17n
[435/915] 2124303=test_mkmf
[436/915] 2124303=test_deprecated
[437/915] 2124303=test_did_you_mean
[438/915] 2124303=test_rdoc_class_module
[439/915] 2124308=test_rubyvm
[440/915] 2124308=test_input_method
[441/915] 2124308=test_load
[442/915] 2124308=string_query_test
[443/915] 2124308=test_nofree
[444/915] 2124308=test_thread
[445/915] 2124308=test_arity
[446/915] 2124304=test_pkey_ec
[447/915] 2124308=test_ancdata
[448/915] 2124308=test_date_parse
[449/915] 2124304=test_pkcs7
[450/915] 2124308=test_default_gems
[451/915] 2124308=test_gem_security
[452/915] 2124303=test_backtrace
[453/915] 2124303=test_coderange
[454/915] 2124303=test_buffering
[455/915] 2124303=test_svcb_https
[456/915] 2124303=test_emoji_breaks
[457/915] 2124303=test_switch_hitter
[458/915] 2124303=test_buffered_io
[459/915] 2124303=test_member
[460/915] 2124304=test_irb
[461/915] 2124303=test_change_word
[462/915] 2124303=test_word
[463/915] 2124303=test_hash_create
[464/915] 2124303=test_tsort
[465/915] 2124303=test_spell_checker
[466/915] 2124303=test_numeric
[467/915] 2124303=test_iseq
[468/915] 2124304=test_registry
[469/915] 2124304=test_multi_irb_commands
[470/915] 2124304=test_ractor
[471/915] 2124304=test_printf
[472/915] 2124304=test_memory_view
[473/915] 2124304=test_file
[474/915] 2124304=test_gem_dependency
[475/915] 2124304=test_gem_ext_rake_builder
[476/915] 2124306=test_init
[477/915] 2124303=test_integer_comb
[478/915] 2124306=test_omap
[479/915] 2124306=test_gem_remote_fetcher_local_server
.Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 12
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 13
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 12 : #<TCPSocket:fd 12, AF_INET6, ::1, 34817>
.Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 12
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 12 : #<TCPSocket:fd 12, AF_INET6, ::1, 41097>
[480/915] 2124306=test_rdoc_markup_to_table_of_contents
[481/915] 2124304=test_require
[482/915] 2124306=regular_expression_options_test
[483/915] 2124306=test_gem_version
[484/915] 2124306=command_line_test
[485/915] 2124306=test_erb
[486/915] 2124306=test_shellwords
[487/915] 2124306=test_ostruct
[488/915] 2124306=test_gem_commands_server_command
[489/915] 2124306=test_gem_request_connection_pools
[490/915] 2124306=newline_test
[491/915] 2124306=test_prettyprint
[492/915] 2124306=test_bash_completion
[493/915] 2124306=test_gem_ext_cargo_builder_unit
[494/915] 2124306=test_erb_command
[495/915] 2124306=test_formatter
[496/915] 2124306=test_float
[497/915] 2124304=test_passing_block
[498/915] 2124304=test_queue
[499/915] 2124304=test_protocol
[500/915] 2124303=test_resize
[501/915] 2124303=test_exception
[502/915] 2124304=test_gem_resolver_conflict
[503/915] 2124304=test_gem_safe_yaml
[504/915] 2124304=test_gem_package_tar_reader
[505/915] 2124304=test_date_new
[506/915] 2124304=test_gem_gemcutter_utilities
[507/915] 2124306=test_stringscanner
[508/915] 2124306=test_case
[509/915] 2124306=test_mdns
[510/915] 2124306=test_update
[511/915] 2124304=test_gem_resolver_best_set
[512/915] 2124306=test_gem_commands_pristine_command
[513/915] 2124304=test_gc
[514/915] 2124304=test_gem_package_tar_reader_entry
[515/915] 2124304=test_math
[516/915] 2124304=test_libs
[517/915] 2124304=test_x509store
[518/915] 2124304=test_m17n_comb
[519/915] 2124306=index_write_test
[520/915] 2124306=locals_test
[521/915] 2124306=test_gem_resolver_requirement_list
[522/915] 2124306=test_arith_seq_beg_len_step
[523/915] 2124306=test_gem_commands_unpack_command
[524/915] 2124306=test_continuation
[525/915] 2124306=attribute_write_test
[526/915] 2124306=test_string_processing
[527/915] 2124306=encodings_test
[528/915] 2124306=test_weakkeymap
[529/915] 2124303=test_set
[530/915] 2124303=test_delete
[531/915] 2124303=test_hash
[532/915] 2124308=test_gem_commands_uninstall_command
[533/915] 2124306=test_rdoc_markup_formatter
[534/915] 2124306=test_enumerator_kw
[535/915] 2124306=test_recorder
[536/915] 2124306=test_placearg
[537/915] 2124306=test_forwardable
[538/915] 2124306=test_weakmap
[539/915] 2124304=test_rdoc_markup_verbatim
[540/915] 2124304=test_sprintf
[541/915] 2124304=test_complexrational
[542/915] 2124304=test_parser
[543/915] 2124304=test_rdoc_any_method
[544/915] 2124308=test_inlinecache
[545/915] 2124308=test_ldap
[546/915] 2124308=test_c_struct_entry
[547/915] 2124304=test_shapes
[548/915] 2124304=test_profile_frames
[549/915] 2124304=test_files_test
[550/915] 2124304=equality_test
[551/915] 2124304=test_big2str
[552/915] 2124304=test_tempfile
[553/915] 2124308=test_gem_request_set_lockfile_parser
[554/915] 2124304=test_gem_stub_specification
[555/915] 2124308=test_set
[556/915] 2124308=test_socket
[557/915] 2124304=test_gem_commands_update_command
[558/915] 2124303=test_trick
[559/915] 2124304=location_test
[560/915] 2124304=test_require
[561/915] 2124304=test_gem_commands_cert_command
[562/915] 2124308=parse_test
[563/915] 2124308=test_gem_resolver_vendor_set
[564/915] 2124308=test_gem_stream_ui
[565/915] 2124308=test_rdoc_text
[566/915] 2124308=test_gem_dependency_resolution_error
[567/915] 2124308=test_rdoc_generator_ri
[568/915] 2124308=test_argf
[569/915] 2124303=test_gem_version_option
[570/915] 2124303=json_string_matching_test
[571/915] 2124303=test_date_arith
[572/915] 2124303=test_gem_request_set_gem_dependency_api
[573/915] 2124304=test_yjit
[574/915] 2124303=test_m17n
[575/915] 2124303=test_modify_expand
[576/915] 2124303=test_type
[577/915] 2124303=test_rdoc_markup
[578/915] 2124303=test_gem_available_set
[579/915] 2124303=test_gem_command_manager
[580/915] 2124303=test_signedness
[581/915] 2124306=test_reline
[582/915] 2124306=test_array
[583/915] 2124308=test_gem_source_vendor
[584/915] 2124308=test_ractor
[585/915] 2124308=test_gem_request_set_lockfile_tokenizer
[586/915] 2124308=test_win32ole_record
[587/915] 2124308=test_rdoc_context_section
[588/915] 2124308=test_ubf_async_safe
[589/915] 2124308=test_foreach
[590/915] 2124308=symbol_encoding_test
[591/915] 2124308=test_stringio
[592/915] 2124308=snippets_test
[593/915] 2124308=test_have_macro
[594/915] 2124308=test_summary
[595/915] 2124308=test_system
[596/915] 2124303=test_console_attr
[597/915] 2124303=static_literals_test
[598/915] 2124303=test_rdoc_markup_raw
[599/915] 2124303=test_sizeof
[600/915] 2124308=test_gem_commands_yank_command
[601/915] 2124304=test_face
[602/915] 2124304=test_gem_validator
[603/915] 2124304=test_fstring
[604/915] 2124304=test_bug-5832
[605/915] 2124304=test_gem_security_trust_dir
[606/915] 2124304=test_sleep
[607/915] 2124308=test_io
[608/915] 2124308=test_asn1
[609/915] 2124308=test_human_typo
[610/915] 2124308=test_files_test_2
[611/915] 2124304=regular_expression_encoding_test
[612/915] 2124304=numeric_value_test
[613/915] 2124304=lex_test
[614/915] 2124304=test_lock_native_thread
[615/915] 2124304=test_eval
[616/915] 2124304=test_bigzero
[617/915] 2124304=test_complex
[618/915] 2124304=test_gem_impossible_dependencies_error
[619/915] 2124304=test_rdoc_comment
[620/915] 2124304=test_rdoc_i18n_text
[621/915] 2124304=test_autoconf
[622/915] 2124304=test_gem_requirement
[623/915] 2124304=test_external_new
[624/915] 2124304=test_rdoc_ri_paths
[625/915] 2124304=test_win32ole_typelib
[626/915] 2124304=test_scanner_events
[627/915] 2124304=test_cgi_multipart
[628/915] 2124304=test_pack
[629/915] 2124304=test_rdoc_markup_attributes
[630/915] 2124304=test_bn
[631/915] 2124304=parser_test
[632/915] 2124304=test_gem_dependency_installer
[633/915] 2124308=compiler_test
[634/915] 2124308=test_kill_ring
[635/915] 2124308=test_win32ole_type
[636/915] 2124308=test_gem_install_update_options
[637/915] 2124308=test_bug-3571
[638/915] 2124308=test_array
[639/915] 2124308=test_rdoc_generator_darkfish
[640/915] 2124303=test_rdoc_rubygems_hook
[641/915] 2124303=test_cgi_modruby
[642/915] 2124303=test_readpartial
[643/915] 2124303=test_gbk
[644/915] 2124303=test_stat
[645/915] 2124303=test_typeddata
[646/915] 2124308=test_gem_resolver_installed_specification
[647/915] 2124308=test_warning
[648/915] 2124308=test_gem_ext_cargo_builder_link_flag_converter
[649/915] 2124303=test_rubygems
[650/915] 2124308=ripper_test
[651/915] 2124303=test_inadvertent_creation
[652/915] 2124303=test_option
[653/915] 2124303=test_egrep_cpp
[654/915] 2124303=test_gem_package_tar_header
[655/915] 2124303=test_convertible
[656/915] 2124308=test_date_conv
[657/915] 2124308=test_tracer
[658/915] 2124308=static_inspect_test
[659/915] 2124308=test_webauthn_poller
[660/915] 2124308=test_gem_commands_dependency_command
[661/915] 2124308=test_emitter
[662/915] 2124308=test_gem_doctor
[663/915] 2124308=test_gem_silent_ui
[664/915] 2124308=test_gem_ext_cmake_builder
[665/915] 2124308=regexp_test
[666/915] 2124308=test_getopts
[667/915] 2124308=test_rdoc_single_class
[668/915] 2124308=test_io_buffer
[669/915] 2124308=test_yjit_exit_locations
[670/915] 2124308=test_fiber
[671/915] 2124306=test_gem_config_file
[672/915] 2124304=test_rdoc_token_stream
[673/915] 2124304=test_gem_commands_which_command
[674/915] 2124304=test_rdoc_rdoc
[675/915] 2124304=test_config
[676/915] 2124304=test_gem_resolver_lock_specification
[677/915] 2124304=parse_stream_test
[678/915] 2124304=test_unicode_normalize
[679/915] 2124304=test_ifunless
[680/915] 2124304=test_date_strptime
[681/915] 2124306=test_rdoc_markup_to_tt_only
[682/915] 2124306=test_reline_key
[683/915] 2124306=test_cgi_util
[684/915] 2124304=test_nonblock
[685/915] 2124304=test_key_actor_vi
[686/915] 2124306=test_show_source
[687/915] 2124304=test_iseq_load
[688/915] 2124306=test_method
[689/915] 2124304=test_yaml_tree
[690/915] 2124304=test_workspace
[691/915] 2124304=test_path_to_class
[692/915] 2124304=test_refinement
[693/915] 2124308=test_raise_exception
[694/915] 2124308=test_ts
[695/915] 2124308=test_kdf
[696/915] 2124308=test_gem_ext_ext_conf_builder
[697/915] 2124308=test_locale
[698/915] 2124308=test_gem_command
[699/915] 2124308=test_gem_security_signer
[700/915] 2124308=test_mul
[701/915] 2124308=test_utf16
[702/915] 2124308=test_rdoc_markup_to_rdoc
[703/915] 2124308=test_cgi_session
[704/915] 2124304=test_alias_and_anchor
[705/915] 2124308=test_x509crl
[706/915] 2124304=test_range
[707/915] 2124308=test_zsh_completion
[708/915] 2124308=test_notimplement
[709/915] 2124308=test_command
[710/915] 2124308=test_case_options
[711/915] 2124308=test_instrumentation_api
[712/915] 2124304=test_udp
[713/915] 2124304=test_gem_uninstaller
[714/915] 2124308=test_scalar
[715/915] 2124308=test_gem_resolver_index_set
[716/915] 2124308=test_gb18030
[717/915] 2124308=test_compile_prism
[718/915] 2124308=test_rdoc_markup_paragraph
[719/915] 2124308=test_pkcs12
[720/915] 2124308=test_debug
[721/915] 2124308=test_gem_commands_install_command
[722/915] 2124304=test_remote_fetch_error
[723/915] 2124304=test_object_create_start
[724/915] 2124304=test_psych
[725/915] 2124304=test_folderitem2_invokeverb
[726/915] 2124304=test_array_create
[727/915] 2124304=test_rand
[728/915] 2124304=test_key_name_check
[729/915] 2124304=test_dln
[730/915] 2124304=test_gem_package_old
[731/915] 2124304=test_thread
[732/915] 2124304=json_encoding_test
[733/915] 2124304=test_pkg_config
[734/915] 2124304=test_to_ruby
[735/915] 2124304=parse_success_test
[736/915] 2124304=test_literal
[737/915] 2124306=test_insns_leaf
[738/915] 2124306=test_backtrace
[739/915] 2124303=test_frozen
[740/915] 2124303=test_allocation
[741/915] 2124304=test_pkey
[742/915] 2124304=test_rdoc_parser
[743/915] 2124304=test_rdoc_task
[744/915] 2124304=test_x509req
[745/915] 2124304=test_color_printer
[746/915] 2124304=test_gem_resolver_specification
[747/915] 2124304=integer_base_flags_test
[748/915] 2124304=test_x509attr
[749/915] 2124304=test_gem_remote_fetcher_s3
[750/915] 2124308=test_ractor
[751/915] 2124306=test_ellipsize
[752/915] 2124306=test_gem_resolver_local_specification
[753/915] 2124308=test_autoload
[754/915] 2124306=integer_parse_test
[755/915] 2124306=test_process
[756/915] 2124304=test_disable_irb
[757/915] 2124304=test_last_thread
[758/915] 2124304=test_rendering
[759/915] 2124304=test_string
[760/915] 2124303=test_framework
[761/915] 2124303=test_stringify_symbols
[762/915] 2124303=test_unicode_escape
[763/915] 2124303=test_whileuntil
[764/915] 2124303=test_ripper
[765/915] 2124303=test_within_pipe
[766/915] 2124303=test_depth_first
[767/915] 2124303=test_io_console
[768/915] 2124303=test_data
[769/915] 2124303=test_gem_spec_fetcher
[770/915] 2124303=test_c_union_entity
[771/915] 2124303=test_beginendblock
[772/915] 2124303=test_securerandom
[773/915] 2124303=test_monitor
[774/915] 2124303=test_yaml_special_cases
[775/915] 2124303=test_gem_source_list
[776/915] 2124303=test_gem_commands_push_command
[777/915] 2124308=test_custom_command
[778/915] 2124308=test_stream
[779/915] 2124308=test_tmpdir
[780/915] 2124308=test_rdoc_markup_to_html_snippet
[781/915] 2124308=test_ensure_and_callcc
[782/915] 2124308=test_eval_history
[783/915] 2124308=test_ole_methods
[784/915] 2124308=test_rdoc_rd_inline_parser
[785/915] 2124308=test_rdoc_parser_ruby
[786/915] 2124303=test_httpresponse
[787/915] 2124303=test_files_ext
[788/915] 2124303=test_singleton
[789/915] 2124303=test_helper_method
[790/915] 2124303=test_enc_raise
[791/915] 2124303=test_files_sample
[792/915] 2124303=test_sleep
[793/915] 2124308=test_win32ole_variant_outarg
[794/915] 2124308=reflection_test
[795/915] 2124308=test_gem_dependency_list
[796/915] 2124308=test_gem_commands_owner_command
[797/915] 2124308=test_date_attr
[798/915] 2124308=test_at_exit
[799/915] 2124308=test_x509ext
[800/915] 2124308=test_cp949
[801/915] 2124308=test_condition
[802/915] 2124308=test_rdoc_markup_parser
[803/915] 2124308=test_append
[804/915] 2124308=test_gem_resolver
[805/915] 2124308=test_sorted_set
[806/915] 2124308=test_emoji
[807/915] 2124308=test_pack
[808/915] 2124303=test_weakref
[809/915] 2124308=test_timeout
[810/915] 2124303=test_noarg
[811/915] 2124303=test_rdoc_markup_to_html_crossref
[812/915] 2124308=test_class2name
[813/915] 2124308=test_parser_events
[814/915] 2124308=test_utf32
[815/915] 2124308=test_c_struct_builder
[816/915] 2124303=test_euc_jp
[817/915] 2124303=test_http
[818/915] 2124303=test_nil
[819/915] 2124303=test_too_many_dummy_encodings
[820/915] 2124303=test_key_stroke
[821/915] 2124303=test_generic
[822/915] 2124308=test_handle
[823/915] 2124303=test_random
[824/915] 2124303=test_trace
[825/915] 2124303=test_thread_fd_close
[826/915] 2124303=test_str2big
[827/915] 2124303=test_arity
[828/915] 2124303=test_gem_commands_fetch_command
[829/915] 2124303=test_address_resolve
[830/915] 2124303=test_bug-14834
[831/915] 2124303=test_rdoc_generator_pot_po
[832/915] 2124303=test_addrinfo
[833/915] 2124303=test_pattern_key_name_check
[834/915] 2124303=test_iter_break
[835/915] 2124303=test_time
[836/915] 2124303=test_logperiod
[837/915] 2124308=test_gem_source_local
[838/915] 2124303=test_macro
[839/915] 2124303=test_rdoc_markup_indented_paragraph
[840/915] 2124303=test_num2int
[841/915] 2124303=test_logdevice
[842/915] 2124308=test_gem_request
[843/915] 2124308=test_date
[844/915] 2124308=test_mailto
[845/915] 2124308=test_ractor
[846/915] 2124308=test_err_in_callback
[847/915] 2124308=test_x509cert
[848/915] 2124303=test_hmac
[849/915] 2124303=test_fiddle
[850/915] 2124308=test_cesu8
[851/915] 2124308=test_gem_resolver_activation_request
[852/915] 2124308=test_data
[853/915] 2124308=test_digest
[854/915] 2124303=test_numeric
[855/915] 2124303=test_gem_name_tuple
[856/915] 2124303=test_pipe
[857/915] 2124303=test_raise
[858/915] 2124303=test_string
[859/915] 2124303=test_rdoc_generator_pot_po_entry
[860/915] 2124303=test_ansi
[861/915] 2124303=test_gem_commands_stale_command
[862/915] 2124303=test_duplicate
[863/915] 2124303=test_pattern_matching
[864/915] 2124303=test_grapheme_breaks
[865/915] 2124303=test_tracepoint
[866/915] 2124308=test_internal_ivar
[867/915] 2124308=desugar_compiler_test
[868/915] 2124308=test_nesting_parser
[869/915] 2124308=test_rdoc_parser_rd
[870/915] 2124308=parameters_signature_test
[871/915] 2124308=test_nil2vtempty
[872/915] 2124308=test_time
[873/915] 2124308=test_erb_m17n
[874/915] 2124308=test_objectspace
[875/915] 2124303=test_load
[876/915] 2124303=test_rdoc_normal_class
[877/915] 2124303=test_require_lib
[878/915] 2124306=test_scheduler
[879/915] 2124306=test_fnmatch
[880/915] 2124306=test_gem_installer
[881/915] 2124303=test_super
[882/915] 2124308=test_ractor
[883/915] 2124308=test_bug_reporter
[884/915] 2124308=test_gem_source_specific_file
[885/915] 2124303=test_configuration
[886/915] 2124308=test_method_cache
[887/915] 2124308=test_defined
[888/915] 2124308=test_alias
[889/915] 2124303=test_stream
[890/915] 2124303=test_postponed_job
[891/915] 2124308=test_gem_request_set_lockfile
[892/915] 2124303=test_gem_resolver_dependency_request
[893/915] 2124303=test_proc
[894/915] 2124308=test_gem_remote_fetcher
[895/915] 2124308=test_gem_commands_outdated_command
[896/915] 2124308=test_zlib
[897/915] 2124303=relocation_test
[898/915] 2124303=test_windows_1251
[899/915] 2124303=test_emitter
[900/915] 2124303=test_rdoc_normal_module
[901/915] 2124303=test_rdoc_markdown_test
[902/915] 2124303=test_gem_commands_open_command
[903/915] 2124303=test_recursion
[904/915] 2124303=test_syntax
[905/915] 2124306=test_dns
[906/915] 2124306=test_rdoc_servlet
[907/915] 2124306=newline_offsets_test
[908/915] 2124306=test_gem_commands_query_command
[909/915] 2124306=test_rdoc_markup_pre_process
[910/915] 2124306=test_date_marshal
[911/915] 2124306=test_ipaddr
[912/915] 2124306=test_ractor
[913/915] 2124306=test_rdoc_cross_reference
[914/915] 2124306=test_fileutils
[915/915] 2124306=test_gem_commands_sources_command
Finished tests in 405.973032s, 79.2516 tests/s, 16106.3777 assertions/s.
32174 tests, 6538755 assertions, 0 failures, 0 errors, 372 skips

ruby -v: ruby 3.4.0dev (2024-11-26T06:11:05Z master 5471f284d2) +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.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-11-26T06:11:05Z master 5471f284d2) +PRISM [x86_64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
/tmp/ruby/src/trunk_gcc10/lib/reline/io/ansi.rb:192: [BUG] rb_sys_fail_str(<STDIN>) - errno == 0
ruby 3.4.0dev (2024-11-26T06:11:05Z master 5471f284d2) +PRISM [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0021 p:---- s:0121 e:000120 CFUNC  :winsize
c:0020 p:0005 s:0117 e:000116 METHOD /tmp/ruby/src/trunk_gcc10/lib/reline/io/ansi.rb:192
c:0019 p:0005 s:0112 e:000111 METHOD /tmp/ruby/src/trunk_gcc10/lib/reline.rb:208
c:0018 p:0028 s:0108 e:000107 METHOD /tmp/ruby/src/trunk_gcc10/lib/forwardable.rb:240
c:0017 p:0004 s:0101 e:000100 METHOD /tmp/ruby/src/trunk_gcc10/lib/irb/pager.rb:58
c:0016 p:0005 s:0093 e:000092 METHOD /tmp/ruby/src/trunk_gcc10/lib/irb/pager.rb:11
c:0015 p:0314 s:0087 e:000086 METHOD /tmp/ruby/src/trunk_gcc10/lib/irb.rb:1405
c:0014 p:0079 s:0073 e:000072 BLOCK  /tmp/ruby/src/trunk_gcc10/lib/irb.rb:1061
c:0013 p:0024 s:0069 e:000068 METHOD /tmp/ruby/src/trunk_gcc10/lib/irb.rb:1365
c:0012 p:0007 s:0063 e:000062 BLOCK  /tmp/ruby/src/trunk_gcc10/lib/irb.rb:1045
c:0011 p:0024 s:0058 e:000057 BLOCK  /tmp/ruby/src/trunk_gcc10/lib/irb.rb:1124
c:0010 p:0017 s:0054 e:000053 METHOD <internal:kernel>:168
c:0009 p:0004 s:0049 e:000048 METHOD /tmp/ruby/src/trunk_gcc10/lib/irb.rb:1121
c:0008 p:0008 s:0045 e:000044 METHOD /tmp/ruby/src/trunk_gcc10/lib/irb.rb:1044
c:0007 p:0003 s:0041 e:000040 BLOCK  /tmp/ruby/src/trunk_gcc10/lib/irb.rb:1025 [FINISH]
c:0006 p:---- s:0038 e:000037 CFUNC  :catch
c:0005 p:0142 s:0033 E:001e40 METHOD /tmp/ruby/src/trunk_gcc10/lib/irb.rb:1024
c:0004 p:0125 s:0021 e:000020 METHOD /tmp/ruby/src/trunk_gcc10/lib/irb.rb:1589
c:0003 p:0009 s:0011 e:000010 METHOD <internal:prelude>:5
c:0002 p:0009 s:0007 E:0005b8 EVAL   /tmp/ruby/src/trunk_gcc10/spec/ruby/core/binding/fixtures/irb.rb:3 [FINISH]
c:0001 p:0000 s:0003 E:001d90 DUMMY  [FINISH]

-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk_gcc10/spec/ruby/core/binding/fixtures/irb.rb:3:in '<main>'
<internal:prelude>:5:in 'irb'
/tmp/ruby/src/trunk_gcc10/lib/irb.rb:1589:in 'irb'
/tmp/ruby/src/trunk_gcc10/lib/irb.rb:1024:in 'run'
/tmp/ruby/src/trunk_gcc10/lib/irb.rb:1024:in 'catch'
/tmp/ruby/src/trunk_gcc10/lib/irb.rb:1025:in 'block in run'
/tmp/ruby/src/trunk_gcc10/lib/irb.rb:1044:in 'eval_input'
/tmp/ruby/src/trunk_gcc10/lib/irb.rb:1121:in 'each_top_level_statement'
<internal:kernel>:168:in 'loop'
/tmp/ruby/src/trunk_gcc10/lib/irb.rb:1124:in 'block in each_top_level_statement'
/tmp/ruby/src/trunk_gcc10/lib/irb.rb:1045:in 'block in eval_input'
/tmp/ruby/src/trunk_gcc10/lib/irb.rb:1365:in 'signal_status'
/tmp/ruby/src/trunk_gcc10/lib/irb.rb:1061:in 'block (2 levels) in eval_input'
/tmp/ruby/src/trunk_gcc10/lib/irb.rb:1405:in 'output_value'
/tmp/ruby/src/trunk_gcc10/lib/irb/pager.rb:11:in 'page_content'
/tmp/ruby/src/trunk_gcc10/lib/irb/pager.rb:58:in 'content_exceeds_screen_height?'
/tmp/ruby/src/trunk_gcc10/lib/forwardable.rb:240:in 'get_screen_size'
/tmp/ruby/src/trunk_gcc10/lib/reline.rb:208:in 'get_screen_size'
/tmp/ruby/src/trunk_gcc10/lib/reline/io/ansi.rb:192:in 'get_screen_size'
/tmp/ruby/src/trunk_gcc10/lib/reline/io/ansi.rb:192:in 'winsize'

-- Threading information ---------------------------------------------------
Total ractor count: 1
Ruby thread count for this ractor: 1

-- C level backtrace information -------------------------------------------
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
/tmp/ruby/build/trunk_gcc10/ruby(rb_print_backtrace+0x11) [0x55b094fb3807] /tmp/ruby/src/trunk_gcc10/vm_dump.c:823
/tmp/ruby/build/trunk_gcc10/ruby(rb_vm_bugreport) /tmp/ruby/src/trunk_gcc10/vm_dump.c:1155
/tmp/ruby/build/trunk_gcc10/ruby(bug_report_end+0x0) [0x55b094f6ad16] /tmp/ruby/src/trunk_gcc10/error.c:1085
/tmp/ruby/build/trunk_gcc10/ruby(rb_bug_without_die) /tmp/ruby/src/trunk_gcc10/error.c:1085
/tmp/ruby/build/trunk_gcc10/ruby(die+0x0) [0x55b094b8a17b] /tmp/ruby/src/trunk_gcc10/error.c:1093
/tmp/ruby/build/trunk_gcc10/ruby(rb_bug) /tmp/ruby/src/trunk_gcc10/error.c:1095
/tmp/ruby/build/trunk_gcc10/ruby(RB_FL_TEST_RAW+0x0) [0x55b094b8a19b] /tmp/ruby/src/trunk_gcc10/error.c:3728
/tmp/ruby/build/trunk_gcc10/ruby(rbimpl_rstring_getmem) /tmp/ruby/src/trunk_gcc10/include/ruby/internal/fl_type.h:520
/tmp/ruby/build/trunk_gcc10/ruby(RSTRING_PTR) /tmp/ruby/src/trunk_gcc10/include/ruby/internal/core/rstring.h:418
/tmp/ruby/build/trunk_gcc10/ruby(make_errno_exc_str) /tmp/ruby/src/trunk_gcc10/error.c:3727
/tmp/ruby/build/trunk_gcc10/ruby(rb_sys_fail_str+0xf) [0x55b094f6eeaf] /tmp/ruby/src/trunk_gcc10/error.c:3770
/tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/io/console.so(console_beep+0x13) [0x7f8168f17fb3] /tmp/ruby/src/trunk_gcc10/ext/io/console/console.c:1023
/tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/io/console.so(console_winsize+0x7d) [0x7f8168f1815d] /tmp/ruby/src/trunk_gcc10/ext/io/console/console.c:836
/tmp/ruby/build/trunk_gcc10/ruby(vm_cfp_consistent_p+0x0) [0x55b094d425a3] /tmp/ruby/src/trunk_gcc10/vm_insnhelper.c:3801
/tmp/ruby/build/trunk_gcc10/ruby(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk_gcc10/vm_insnhelper.c:3803
/tmp/ruby/build/trunk_gcc10/ruby(vm_sendish+0x69) [0x55b094d632b6] /tmp/ruby/src/trunk_gcc10/vm_insnhelper.c:5968
/tmp/ruby/build/trunk_gcc10/ruby(vm_exec_core) ../../src/trunk_gcc10/insns.def:898
/tmp/ruby/build/trunk_gcc10/ruby(vm_exec_loop+0xa) [0x55b094d5313a] /tmp/ruby/src/trunk_gcc10/vm.c:2611
/tmp/ruby/build/trunk_gcc10/ruby(rb_vm_exec) /tmp/ruby/src/trunk_gcc10/vm.c:2590
/tmp/ruby/build/trunk_gcc10/ruby(catch_i+0x60) [0x55b094d578f0] /tmp/ruby/src/trunk_gcc10/vm.c:1666
/tmp/ruby/build/trunk_gcc10/ruby(vm_catch_protect+0xfc) [0x55b094d4c7ac] /tmp/ruby/src/trunk_gcc10/vm_eval.c:2525
/tmp/ruby/build/trunk_gcc10/ruby(rb_catch_obj+0x1f) [0x55b094d4cb14] /tmp/ruby/src/trunk_gcc10/vm_eval.c:2551
/tmp/ruby/build/trunk_gcc10/ruby(rb_f_catch) /tmp/ruby/src/trunk_gcc10/vm_eval.c:2501
/tmp/ruby/build/trunk_gcc10/ruby(vm_cfp_consistent_p+0x0) [0x55b094d425a3] /tmp/ruby/src/trunk_gcc10/vm_insnhelper.c:3801
/tmp/ruby/build/trunk_gcc10/ruby(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk_gcc10/vm_insnhelper.c:3803
/tmp/ruby/build/trunk_gcc10/ruby(vm_sendish+0xf9) [0x55b094d49999] /tmp/ruby/src/trunk_gcc10/vm_insnhelper.c:5968
/tmp/ruby/build/trunk_gcc10/ruby(vm_exec_core+0x20e0) [0x55b094d65250] ../../src/trunk_gcc10/insns.def:851
/tmp/ruby/build/trunk_gcc10/ruby(vm_exec_loop+0xa) [0x55b094d5313a] /tmp/ruby/src/trunk_gcc10/vm.c:2611
/tmp/ruby/build/trunk_gcc10/ruby(rb_vm_exec) /tmp/ruby/src/trunk_gcc10/vm.c:2590
/tmp/ruby/build/trunk_gcc10/ruby(rb_ec_exec_node+0xb5) [0x55b094b8dd05] /tmp/ruby/src/trunk_gcc10/eval.c:281
/tmp/ruby/build/trunk_gcc10/ruby(ruby_run_node+0x32) [0x55b094b8fc82] /tmp/ruby/src/trunk_gcc10/eval.c:319
/tmp/ruby/build/trunk_gcc10/ruby(rb_main+0x21) [0x55b094b8a8d7] /tmp/ruby/src/trunk_gcc10/main.c:43
/tmp/ruby/build/trunk_gcc10/ruby(main) /tmp/ruby/src/trunk_gcc10/main.c:68
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x7f81835bf1ca] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f81835bf28b] ../csu/libc-start.c:360
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:347
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
[0x55b094b8a925]

-- Other runtime information -----------------------------------------------

* Loaded script: /tmp/ruby/src/trunk_gcc10/spec/ruby/core/binding/fixtures/irb.rb

* Loaded features:

    0 enumerator.so
    1 thread.rb
    2 fiber.so
    3 rational.so
    4 complex.so
    5 ruby2_keywords.rb
    6 /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/encdb.so
    7 /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/trans/transdb.so
    8 /tmp/ruby/build/trunk_gcc10/rbconfig.rb
    9 /tmp/ruby/src/trunk_gcc10/lib/rubygems/compatibility.rb
   10 /tmp/ruby/src/trunk_gcc10/lib/rubygems/defaults.rb
   11 /tmp/ruby/src/trunk_gcc10/lib/rubygems/deprecate.rb
   12 /tmp/ruby/src/trunk_gcc10/lib/rubygems/errors.rb
   13 /tmp/ruby/src/trunk_gcc10/lib/rubygems/target_rbconfig.rb
   14 /tmp/ruby/src/trunk_gcc10/lib/rubygems/unknown_command_spell_checker.rb
   15 /tmp/ruby/src/trunk_gcc10/lib/rubygems/exceptions.rb
   16 /tmp/ruby/src/trunk_gcc10/lib/rubygems/basic_specification.rb
   17 /tmp/ruby/src/trunk_gcc10/lib/rubygems/stub_specification.rb
   18 /tmp/ruby/src/trunk_gcc10/lib/rubygems/platform.rb
   19 /tmp/ruby/src/trunk_gcc10/lib/rubygems/specification_record.rb
   20 /tmp/ruby/src/trunk_gcc10/lib/rubygems/util/list.rb
   21 /tmp/ruby/src/trunk_gcc10/lib/rubygems/version.rb
   22 /tmp/ruby/src/trunk_gcc10/lib/rubygems/requirement.rb
   23 /tmp/ruby/src/trunk_gcc10/lib/rubygems/specification.rb
   24 /tmp/ruby/src/trunk_gcc10/lib/rubygems/util.rb
   25 /tmp/ruby/src/trunk_gcc10/lib/rubygems/dependency.rb
   26 /tmp/ruby/src/trunk_gcc10/lib/rubygems/core_ext/kernel_gem.rb
   27 /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/monitor.so
   28 /tmp/ruby/build/trunk_gcc10/.ext/common/monitor.rb
   29 /tmp/ruby/src/trunk_gcc10/lib/rubygems.rb
   30 /tmp/ruby/src/trunk_gcc10/lib/bundled_gems.rb
   31 /tmp/ruby/src/trunk_gcc10/lib/error_highlight/version.rb
   32 /tmp/ruby/src/trunk_gcc10/lib/error_highlight/base.rb
   33 /tmp/ruby/src/trunk_gcc10/lib/error_highlight/formatter.rb
   34 /tmp/ruby/src/trunk_gcc10/lib/error_highlight/core_ext.rb
   35 /tmp/ruby/src/trunk_gcc10/lib/error_highlight.rb
   36 /tmp/ruby/src/trunk_gcc10/lib/did_you_mean/version.rb
   37 /tmp/ruby/src/trunk_gcc10/lib/did_you_mean/core_ext/name_error.rb
   38 /tmp/ruby/src/trunk_gcc10/lib/did_you_mean/levenshtein.rb
   39 /tmp/ruby/src/trunk_gcc10/lib/did_you_mean/jaro_winkler.rb
   40 /tmp/ruby/src/trunk_gcc10/lib/did_you_mean/spell_checker.rb
   41 /tmp/ruby/src/trunk_gcc10/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb
   42 /tmp/ruby/src/trunk_gcc10/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb
   43 /tmp/ruby/src/trunk_gcc10/lib/did_you_mean/spell_checkers/name_error_checkers.rb
   44 /tmp/ruby/src/trunk_gcc10/lib/did_you_mean/spell_checkers/method_name_checker.rb
   45 /tmp/ruby/src/trunk_gcc10/lib/did_you_mean/spell_checkers/key_error_checker.rb
   46 /tmp/ruby/src/trunk_gcc10/lib/did_you_mean/spell_checkers/null_checker.rb
   47 /tmp/ruby/src/trunk_gcc10/lib/did_you_mean/tree_spell_checker.rb
   48 /tmp/ruby/src/trunk_gcc10/lib/did_you_mean/spell_checkers/require_path_checker.rb
   49 /tmp/ruby/src/trunk_gcc10/lib/did_you_mean/spell_checkers/pattern_key_name_checker.rb
   50 /tmp/ruby/src/trunk_gcc10/lib/did_you_mean/formatter.rb
   51 /tmp/ruby/src/trunk_gcc10/lib/did_you_mean.rb
   52 /tmp/ruby/src/trunk_gcc10/lib/syntax_suggest/core_ext.rb
   53 /tmp/ruby/build/trunk_gcc10/x86_64-linux-fake.rb
   54 /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/ripper.so
   55 /tmp/ruby/build/trunk_gcc10/.ext/common/ripper/core.rb
   56 /tmp/ruby/build/trunk_gcc10/.ext/common/ripper/lexer.rb
   57 /tmp/ruby/build/trunk_gcc10/.ext/common/ripper/filter.rb
   58 /tmp/ruby/build/trunk_gcc10/.ext/common/ripper/sexp.rb
   59 /tmp/ruby/build/trunk_gcc10/.ext/common/ripper.rb
   60 /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/io/console.so
   61 /tmp/ruby/build/trunk_gcc10/.ext/common/forwardable/impl.rb
   62 /tmp/ruby/src/trunk_gcc10/lib/forwardable.rb
   63 /tmp/ruby/src/trunk_gcc10/lib/reline/version.rb
   64 /tmp/ruby/src/trunk_gcc10/lib/reline/config.rb
   65 /tmp/ruby/src/trunk_gcc10/lib/reline/key_actor/base.rb
   66 /tmp/ruby/src/trunk_gcc10/lib/reline/key_actor/composite.rb
   67 /tmp/ruby/src/trunk_gcc10/lib/reline/key_actor/emacs.rb
   68 /tmp/ruby/src/trunk_gcc10/lib/reline/key_actor/vi_command.rb
   69 /tmp/ruby/src/trunk_gcc10/lib/reline/key_actor/vi_insert.rb
   70 /tmp/ruby/src/trunk_gcc10/lib/reline/key_actor.rb
   71 /tmp/ruby/src/trunk_gcc10/lib/reline/key_stroke.rb
   72 /tmp/ruby/src/trunk_gcc10/lib/reline/kill_ring.rb
   73 /tmp/ruby/src/trunk_gcc10/lib/reline/unicode/east_asian_width.rb
   74 /tmp/ruby/src/trunk_gcc10/lib/reline/unicode.rb
   75 /tmp/ruby/src/trunk_gcc10/lib/delegate.rb
   76 /tmp/ruby/src/trunk_gcc10/lib/fileutils.rb
   77 /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/etc.so
   78 /tmp/ruby/src/trunk_gcc10/lib/tmpdir.rb
   79 /tmp/ruby/src/trunk_gcc10/lib/tempfile.rb
   80 /tmp/ruby/src/trunk_gcc10/lib/reline/line_editor.rb
   81 /tmp/ruby/src/trunk_gcc10/lib/reline/history.rb
   82 /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/io/wait.so
   83 /tmp/ruby/src/trunk_gcc10/lib/reline/io/dumb.rb
   84 /tmp/ruby/src/trunk_gcc10/lib/reline/io.rb
   85 /tmp/ruby/src/trunk_gcc10/lib/reline/face.rb
   86 /tmp/ruby/src/trunk_gcc10/lib/reline/io/ansi.rb
   87 /tmp/ruby/src/trunk_gcc10/lib/reline.rb
   88 /tmp/ruby/src/trunk_gcc10/lib/irb/init.rb
   89 /tmp/ruby/src/trunk_gcc10/lib/singleton.rb
   90 /tmp/ruby/src/trunk_gcc10/lib/irb/helper_method/base.rb
   91 /tmp/ruby/src/trunk_gcc10/lib/irb/helper_method/conf.rb
   92 /tmp/ruby/src/trunk_gcc10/lib/irb/helper_method.rb
   93 /tmp/ruby/src/trunk_gcc10/lib/irb/workspace.rb
   94 /tmp/ruby/src/trunk_gcc10/lib/irb/inspector.rb
   95 /tmp/ruby/src/trunk_gcc10/lib/irb/nesting_parser.rb
   96 /tmp/ruby/src/trunk_gcc10/lib/irb/ruby-lex.rb
   97 /tmp/ruby/src/trunk_gcc10/lib/rubygems/path_support.rb
   98 /tmp/ruby/src/trunk_gcc10/lib/irb/completion.rb
   99 /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/pathname.so
  100 /tmp/ruby/build/trunk_gcc10/.ext/common/pathname.rb
  101 /tmp/ruby/src/trunk_gcc10/lib/irb/history.rb
  102 /tmp/ruby/src/trunk_gcc10/lib/irb/input-method.rb
  103 /tmp/ruby/src/trunk_gcc10/lib/irb/output-method.rb
  104 /tmp/ruby/src/trunk_gcc10/lib/irb/context.rb
  105 /tmp/ruby/src/trunk_gcc10/lib/irb/command/base.rb
  106 /tmp/ruby/src/trunk_gcc10/lib/irb/command.rb
  107 /tmp/ruby/src/trunk_gcc10/lib/irb/command/internal_helpers.rb
  108 /tmp/ruby/src/trunk_gcc10/lib/irb/debug.rb
  109 /tmp/ruby/src/trunk_gcc10/lib/irb/command/debug.rb
  110 /tmp/ruby/src/trunk_gcc10/lib/irb/command/backtrace.rb
  111 /tmp/ruby/src/trunk_gcc10/lib/irb/command/break.rb
  112 /tmp/ruby/src/trunk_gcc10/lib/irb/command/catch.rb
  113 /tmp/ruby/src/trunk_gcc10/lib/irb/command/cd.rb
  114 /tmp/ruby/src/trunk_gcc10/lib/irb/ext/change-ws.rb
  115 /tmp/ruby/src/trunk_gcc10/lib/irb/command/chws.rb
  116 /tmp/ruby/src/trunk_gcc10/lib/irb/command/context.rb
  117 /tmp/ruby/src/trunk_gcc10/lib/irb/command/continue.rb
  118 /tmp/ruby/src/trunk_gcc10/lib/irb/command/delete.rb
  119 /tmp/ruby/src/trunk_gcc10/lib/irb/command/disable_irb.rb
  120 /tmp/ruby/src/trunk_gcc10/lib/shellwords.rb
  121 /tmp/ruby/src/trunk_gcc10/lib/irb/color.rb
  122 /tmp/ruby/src/trunk_gcc10/lib/irb/source_finder.rb
  123 /tmp/ruby/src/trunk_gcc10/lib/irb/command/edit.rb
  124 /tmp/ruby/src/trunk_gcc10/lib/irb/command/exit.rb
  125 /tmp/ruby/src/trunk_gcc10/lib/irb/command/finish.rb
  126 /tmp/ruby/src/trunk_gcc10/lib/irb/command/force_exit.rb
  127 /tmp/ruby/src/trunk_gcc10/lib/irb/command/help.rb
  128 /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/stringio.so
  129 /tmp/ruby/src/trunk_gcc10/lib/irb/pager.rb
  130 /tmp/ruby/src/trunk_gcc10/lib/irb/command/history.rb
  131 /tmp/ruby/src/trunk_gcc10/lib/irb/command/info.rb
  132 /tmp/ruby/src/trunk_gcc10/lib/irb/command/irb_info.rb
  133 /tmp/ruby/src/trunk_gcc10/lib/irb/ext/loader.rb
  134 /tmp/ruby/src/trunk_gcc10/lib/irb/command/load.rb
  135 /tmp/ruby/src/trunk_gcc10/lib/irb/command/ls.rb
  136 /tmp/ruby/src/trunk_gcc10/lib/irb/command/measure.rb
  137 /tmp/ruby/src/trunk_gcc10/lib/irb/command/next.rb
  138 /tmp/ruby/src/trunk_gcc10/lib/irb/ext/workspaces.rb
  139 /tmp/ruby/src/trunk_gcc10/lib/irb/command/pushws.rb
  140 /tmp/ruby/src/trunk_gcc10/lib/irb/command/show_doc.rb
  141 /tmp/ruby/src/trunk_gcc10/lib/irb/command/show_source.rb
  142 /tmp/ruby/src/trunk_gcc10/lib/irb/command/step.rb
  143 /tmp/ruby/src/trunk_gcc10/lib/irb/command/subirb.rb
  144 /tmp/ruby/src/trunk_gcc10/lib/irb/command/whereami.rb
  145 /tmp/ruby/src/trunk_gcc10/lib/irb/default_commands.rb
  146 /tmp/ruby/src/trunk_gcc10/lib/irb/statement.rb
  147 /tmp/ruby/src/trunk_gcc10/lib/irb/locale.rb
  148 /tmp/ruby/src/trunk_gcc10/lib/irb/version.rb
  149 /tmp/ruby/src/trunk_gcc10/lib/irb/easter-egg.rb
  150 /tmp/ruby/src/trunk_gcc10/lib/irb.rb
  151 /tmp/ruby/src/trunk_gcc10/lib/prettyprint.rb
  152 /tmp/ruby/src/trunk_gcc10/lib/pp.rb
  153 /tmp/ruby/src/trunk_gcc10/lib/irb/color_printer.rb

* Process memory map:

55b094b32000-55b094b79000 r--p 00000000 00:87 16654582                   /tmp/ruby/build/trunk_gcc10/ruby
55b094b79000-55b095025000 r-xp 00047000 00:87 16654582                   /tmp/ruby/build/trunk_gcc10/ruby
55b095025000-55b0951d8000 r--p 004f3000 00:87 16654582                   /tmp/ruby/build/trunk_gcc10/ruby
55b0951d8000-55b0951f2000 r--p 006a5000 00:87 16654582                   /tmp/ruby/build/trunk_gcc10/ruby
55b0951f2000-55b0951f3000 rw-p 006bf000 00:87 16654582                   /tmp/ruby/build/trunk_gcc10/ruby
55b0951f3000-55b095208000 rw-p 00000000 00:00 0 
55b09633e000-55b096a1a000 rw-p 00000000 00:00 0                          [heap]
7f81647fb000-7f8164a02000 r--s 00000000 00:87 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f8164a02000-7f8164a33000 rw-p 00000000 00:00 0 
7f8164a33000-7f8164a5f000 r--s 00000000 00:87 17731178                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/io/console.so
7f8164a5f000-7f8168ba0000 r--s 00000000 00:87 16654582                   /tmp/ruby/build/trunk_gcc10/ruby
7f8168ba0000-7f8168c90000 rw-p 00000000 00:00 0 
7f8168c94000-7f8168c97000 r--p 00000000 00:87 17607562                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/stringio.so
7f8168c97000-7f8168c9c000 r-xp 00003000 00:87 17607562                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/stringio.so
7f8168c9c000-7f8168c9e000 r--p 00008000 00:87 17607562                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/stringio.so
7f8168c9e000-7f8168c9f000 r--p 00009000 00:87 17607562                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/stringio.so
7f8168c9f000-7f8168ca0000 rw-p 0000a000 00:87 17607562                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/stringio.so
7f8168ca0000-7f8168cb0000 rw-p 00000000 00:00 0 
7f8168cb0000-7f8168cc0000 rw-p 00000000 00:00 0 
7f8168cc5000-7f8168ccc000 r--p 00000000 00:87 17565313                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/ripper.so
7f8168ccc000-7f8168d0f000 r-xp 00007000 00:87 17565313                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/ripper.so
7f8168d0f000-7f8168d2d000 r--p 0004a000 00:87 17565313                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/ripper.so
7f8168d2d000-7f8168d2f000 r--p 00067000 00:87 17565313                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/ripper.so
7f8168d2f000-7f8168d30000 rw-p 00069000 00:87 17565313                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/ripper.so
7f8168d30000-7f8168d50000 rw-p 00000000 00:00 0 
7f8168d53000-7f8168d55000 r--p 00000000 00:87 17607483                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/pathname.so
7f8168d55000-7f8168d5b000 r-xp 00002000 00:87 17607483                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/pathname.so
7f8168d5b000-7f8168d5d000 r--p 00008000 00:87 17607483                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/pathname.so
7f8168d5d000-7f8168d5e000 r--p 00009000 00:87 17607483                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/pathname.so
7f8168d5e000-7f8168d5f000 rw-p 0000a000 00:87 17607483                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/pathname.so
7f8168d5f000-7f8168e20000 rw-p 00000000 00:00 0 
7f8168e27000-7f8168e29000 r--p 00000000 00:87 17607446                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/etc.so
7f8168e29000-7f8168e2c000 r-xp 00002000 00:87 17607446                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/etc.so
7f8168e2c000-7f8168e2e000 r--p 00005000 00:87 17607446                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/etc.so
7f8168e2e000-7f8168e2f000 r--p 00006000 00:87 17607446                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/etc.so
7f8168e2f000-7f8168e30000 rw-p 00007000 00:87 17607446                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/etc.so
7f8168e30000-7f8168e40000 rw-p 00000000 00:00 0 
7f8168e40000-7f8168f10000 rw-p 00000000 00:00 0 
7f8168f10000-7f8168f11000 r--p 00000000 00:87 17732625                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/io/wait.so
7f8168f11000-7f8168f12000 r-xp 00001000 00:87 17732625                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/io/wait.so
7f8168f12000-7f8168f13000 r--p 00002000 00:87 17732625                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/io/wait.so
7f8168f13000-7f8168f14000 r--p 00002000 00:87 17732625                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/io/wait.so
7f8168f14000-7f8168f15000 rw-p 00003000 00:87 17732625                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/io/wait.so
7f8168f15000-7f8168f17000 r--p 00000000 00:87 17731178                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/io/console.so
7f8168f17000-7f8168f1c000 r-xp 00002000 00:87 17731178                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/io/console.so
7f8168f1c000-7f8168f1d000 r--p 00007000 00:87 17731178                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/io/console.so
7f8168f1d000-7f8168f1e000 r--p 00008000 00:87 17731178                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/io/console.so
7f8168f1e000-7f8168f1f000 rw-p 00009000 00:87 17731178                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/io/console.so
7f8168f1f000-7f8168f20000 ---p 00000000 00:00 0 
7f8168f20000-7f8168f61000 rw-p 00000000 00:00 0 
7f8168f61000-7f8168f62000 ---p 00000000 00:00 0 
7f8168f62000-7f8168fa3000 rw-p 00000000 00:00 0 
7f8168fa3000-7f8168fa4000 ---p 00000000 00:00 0 
7f8168fa4000-7f8168fe5000 rw-p 00000000 00:00 0 
7f8168fe5000-7f8168fe6000 ---p 00000000 00:00 0 
7f8168fe6000-7f8169027000 rw-p 00000000 00:00 0 
7f8169027000-7f8169028000 ---p 00000000 00:00 0 
7f8169028000-7f8169069000 rw-p 00000000 00:00 0 
7f8169069000-7f816906a000 ---p 00000000 00:00 0 
7f816906a000-7f81690ab000 rw-p 00000000 00:00 0 
7f81690ab000-7f81690ac000 ---p 00000000 00:00 0 
7f81690ac000-7f81690ed000 rw-p 00000000 00:00 0 
7f81690ed000-7f81690ee000 ---p 00000000 00:00 0 
7f81690ee000-7f816912f000 rw-p 00000000 00:00 0 
7f816912f000-7f8169130000 ---p 00000000 00:00 0 
7f8169130000-7f8169171000 rw-p 00000000 00:00 0 
7f8169171000-7f8169172000 ---p 00000000 00:00 0 
7f8169172000-7f81691b3000 rw-p 00000000 00:00 0 
7f81691b3000-7f81691b4000 ---p 00000000 00:00 0 
7f81691b4000-7f81691f5000 rw-p 00000000 00:00 0 
7f81691f5000-7f81691f6000 ---p 00000000 00:00 0 
7f81691f6000-7f8169237000 rw-p 00000000 00:00 0 
7f8169237000-7f8169238000 ---p 00000000 00:00 0 
7f8169238000-7f8169279000 rw-p 00000000 00:00 0 
7f8169279000-7f816927a000 ---p 00000000 00:00 0 
7f816927a000-7f81692bb000 rw-p 00000000 00:00 0 
7f81692bb000-7f81692bc000 ---p 00000000 00:00 0 
7f81692bc000-7f81692fd000 rw-p 00000000 00:00 0 
7f81692fd000-7f81692fe000 ---p 00000000 00:00 0 
7f81692fe000-7f816933f000 rw-p 00000000 00:00 0 
7f816933f000-7f8169340000 ---p 00000000 00:00 0 
7f8169340000-7f8169381000 rw-p 00000000 00:00 0 
7f8169381000-7f8169382000 ---p 00000000 00:00 0 
7f8169382000-7f81693c3000 rw-p 00000000 00:00 0 
7f81693c3000-7f81693c4000 ---p 00000000 00:00 0 
7f81693c4000-7f8169405000 rw-p 00000000 00:00 0 
7f8169405000-7f8169406000 ---p 00000000 00:00 0 
7f8169406000-7f8169447000 rw-p 00000000 00:00 0 
7f8169447000-7f8169448000 ---p 00000000 00:00 0 
7f8169448000-7f8169489000 rw-p 00000000 00:00 0 
7f8169489000-7f816948a000 ---p 00000000 00:00 0 
7f816948a000-7f81694cb000 rw-p 00000000 00:00 0 
7f81694cb000-7f81694cc000 ---p 00000000 00:00 0 
7f81694cc000-7f816950d000 rw-p 00000000 00:00 0 
7f816950d000-7f816950e000 ---p 00000000 00:00 0 
7f816950e000-7f816954f000 rw-p 00000000 00:00 0 
7f816954f000-7f8169550000 ---p 00000000 00:00 0 
7f8169550000-7f8169591000 rw-p 00000000 00:00 0 
7f8169591000-7f8169592000 ---p 00000000 00:00 0 
7f8169592000-7f81695d3000 rw-p 00000000 00:00 0 
7f81695d3000-7f81695d4000 ---p 00000000 00:00 0 
7f81695d4000-7f8169615000 rw-p 00000000 00:00 0 
7f8169615000-7f8169616000 ---p 00000000 00:00 0 
7f8169616000-7f8169657000 rw-p 00000000 00:00 0 
7f8169657000-7f8169658000 ---p 00000000 00:00 0 
7f8169658000-7f8169699000 rw-p 00000000 00:00 0 
7f8169699000-7f816969a000 ---p 00000000 00:00 0 
7f816969a000-7f81696db000 rw-p 00000000 00:00 0 
7f81696db000-7f81696dc000 ---p 00000000 00:00 0 
7f81696dc000-7f816971d000 rw-p 00000000 00:00 0 
7f816971d000-7f816971e000 ---p 00000000 00:00 0 
7f816971e000-7f816975f000 rw-p 00000000 00:00 0 
7f816975f000-7f8169760000 ---p 00000000 00:00 0 
7f8169760000-7f8169fb0000 rw-p 00000000 00:00 0 
7f8169fb4000-7f8169fb5000 r--p 00000000 00:87 17607471                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/monitor.so
7f8169fb5000-7f8169fb6000 r-xp 00001000 00:87 17607471                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/monitor.so
7f8169fb6000-7f8169fb7000 r--p 00002000 00:87 17607471                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/monitor.so
7f8169fb7000-7f8169fb8000 r--p 00002000 00:87 17607471                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/monitor.so
7f8169fb8000-7f8169fb9000 rw-p 00003000 00:87 17607471                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/monitor.so
7f8169fb9000-7f8169fba000 r--p 00000000 00:87 17602146                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/trans/transdb.so
7f8169fba000-7f8169fbc000 r-xp 00001000 00:87 17602146                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/trans/transdb.so
7f8169fbc000-7f8169fbd000 r--p 00003000 00:87 17602146                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/trans/transdb.so
7f8169fbd000-7f8169fbe000 r--p 00003000 00:87 17602146                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/trans/transdb.so
7f8169fbe000-7f8169fbf000 rw-p 00004000 00:87 17602146                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/trans/transdb.so
7f8169fbf000-7f8183430000 rw-p 00000000 00:00 0 
7f8183431000-7f8183532000 rw-p 00000000 00:00 0 
7f8183532000-7f8183539000 r--s 00000000 00:87 15348559                   /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7f8183539000-7f8183592000 r--p 00000000 00:87 15348059                   /usr/lib/locale/C.utf8/LC_CTYPE
7f8183592000-7f8183595000 rw-p 00000000 00:00 0 
7f8183595000-7f81835bd000 r--p 00000000 00:87 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f81835bd000-7f8183745000 r-xp 00028000 00:87 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f8183745000-7f8183794000 r--p 001b0000 00:87 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f8183794000-7f8183798000 r--p 001fe000 00:87 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f8183798000-7f818379a000 rw-p 00202000 00:87 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f818379a000-7f81837a9000 rw-p 00000000 00:00 0 
7f81837a9000-7f81837ad000 r--p 00000000 00:87 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f81837ad000-7f81837d0000 r-xp 00004000 00:87 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f81837d0000-7f81837d4000 r--p 00027000 00:87 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f81837d4000-7f81837d5000 r--p 0002b000 00:87 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f81837d5000-7f81837d6000 rw-p 0002c000 00:87 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f81837d6000-7f81837e6000 r--p 00000000 00:87 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f81837e6000-7f8183865000 r-xp 00010000 00:87 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f8183865000-7f81838bd000 r--p 0008f000 00:87 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f81838bd000-7f81838be000 r--p 000e7000 00:87 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f81838be000-7f81838bf000 rw-p 000e8000 00:87 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f81838bf000-7f81838c1000 r--p 00000000 00:87 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f81838c1000-7f81838d6000 r-xp 00002000 00:87 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f81838d6000-7f81838ef000 r--p 00017000 00:87 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f81838ef000-7f81838f0000 r--p 0002f000 00:87 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f81838f0000-7f81838f1000 rw-p 00030000 00:87 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f81838f1000-7f81838f9000 rw-p 00000000 00:00 0 
7f81838f9000-7f8183903000 r--p 00000000 00:87 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7f8183903000-7f8183966000 r-xp 0000a000 00:87 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7f8183966000-7f818397b000 r--p 0006d000 00:87 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7f818397b000-7f818397c000 r--p 00081000 00:87 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7f818397c000-7f818397d000 rw-p 00082000 00:87 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
7f818397d000-7f818397f000 r--p 00000000 00:87 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7f818397f000-7f8183991000 r-xp 00002000 00:87 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7f8183991000-7f8183997000 r--p 00014000 00:87 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7f8183997000-7f8183998000 r--p 0001a000 00:87 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7f8183998000-7f8183999000 rw-p 0001b000 00:87 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
7f8183999000-7f818399a000 r--p 00000000 00:87 17603291                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/encdb.so
7f818399a000-7f818399b000 r-xp 00001000 00:87 17603291                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/encdb.so
7f818399b000-7f818399c000 r--p 00002000 00:87 17603291                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/encdb.so
7f818399c000-7f818399d000 r--p 00002000 00:87 17603291                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/encdb.so
7f818399d000-7f818399e000 rw-p 00003000 00:87 17603291                   /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/encdb.so
7f818399e000-7f81839a0000 rw-p 00000000 00:00 0 
7f81839a0000-7f81839a1000 r--p 00000000 00:87 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f81839a1000-7f81839cc000 r-xp 00001000 00:87 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f81839cc000-7f81839d6000 r--p 0002c000 00:87 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f81839d6000-7f81839d8000 r--p 00036000 00:87 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f81839d8000-7f81839da000 rw-p 00038000 00:87 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7fff09eca000-7fff09eeb000 rw-p 00000000 00:00 0                          [stack]
7fff09f07000-7fff09f0b000 r--p 00000000 00:00 0                          [vvar]
7fff09f0b000-7fff09f0d000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]


  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 .................

1)
Binding#irb creates an IRB session with the binding in scope FAILED
Expected [] == ["a ** 2", "100", "exit"]
to be truthy but was false
/tmp/ruby/src/trunk_gcc10/spec/ruby/core/binding/irb_spec.rb:17:in 'block (2 levels) in <top (required)>'
/tmp/ruby/src/trunk_gcc10/spec/ruby/core/binding/irb_spec.rb:4:in '<top (required)>'

Finished in 55.466612 seconds

3436 files, 33249 examples, 149691 expectations, 1 failure, 0 errors, 0 tagged
make: *** [uncommon.mk:1016: yes-test-spec] Error 1
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 512.
raw logfile