# Logfile created on 2023-10-23 05:06:47 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000556a77eba3e8 @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-jemalloc", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-jemalloc", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-jemalloc", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-jemalloc", @configure_opts=["--with-jemalloc --enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-jemalloc.20231023-050647", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000556a77f4f510 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000556a77f4f3a8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000556a77f4f1f0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-jemalloc.20231023-050647", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-jemalloc.20231023-050647>, @binmode=false, @mon_data=#<Monitor:0x0000556a77f4f128>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update rbs to 2cac4e78dfd76e85342ab2c332d3fae046b36961
echo 2cac4e78dfd76e85342ab2c332d3fae046b36961 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/rbs.revision -
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/rbs.revision unchanged
Building rbs@2cac4e78dfd76e85342ab2c332d3fae046b36961 to /tmp/ruby/src/trunk-jemalloc/gems/rbs-3.2.2.gem
  Successfully built RubyGem
  Name: rbs
  Version: 3.2.0
  File: rbs-3.2.0.gem
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   dd9b485..e7d845b  master     -> origin/master
Updating dd9b485..e7d845b
Fast-forward
 lib/bundler.rb                                     |    1 +
 lib/bundler/checksum.rb                            |  235 +++
 lib/bundler/definition.rb                          |   10 +-
 lib/bundler/endpoint_specification.rb              |    7 +-
 lib/bundler/errors.rb                              |   43 +
 lib/bundler/fetcher.rb                             |    6 +-
 lib/bundler/index.rb                               |    3 +-
 lib/bundler/lazy_specification.rb                  |   21 +-
 lib/bundler/lockfile_generator.rb                  |    8 +
 lib/bundler/lockfile_parser.rb                     |   75 +-
 lib/bundler/plugin/api/source.rb                   |    3 +-
 lib/bundler/rubygems_ext.rb                        |   21 +
 lib/bundler/rubygems_gem_installer.rb              |   70 +-
 lib/bundler/source.rb                              |    2 +
 lib/bundler/source/git.rb                          |    1 +
 lib/bundler/source/metadata.rb                     |    2 +-
 lib/bundler/source/path.rb                         |    1 +
 lib/bundler/source/rubygems.rb                     |    4 +-
 lib/bundler/stub_specification.rb                  |    1 +
 spec/bundler/bundler/definition_spec.rb            |   14 +
 spec/bundler/bundler/lockfile_parser_spec.rb       |   71 +-
 spec/bundler/cache/gems_spec.rb                    |   18 +
 spec/bundler/commands/check_spec.rb                |    9 +
 spec/bundler/commands/clean_spec.rb                |    2 +-
 spec/bundler/commands/install_spec.rb              |   41 +-
 spec/bundler/commands/lock_spec.rb                 |  262 ++-
 spec/bundler/commands/update_spec.rb               |   66 +-
 spec/bundler/install/gemfile/gemspec_spec.rb       |   42 +
 spec/bundler/install/gemfile/install_if_spec.rb    |    6 +
 spec/bundler/install/gemfile/path_spec.rb          |   29 +
 spec/bundler/install/gemfile/platform_spec.rb      |   31 +
 spec/bundler/install/gemfile/sources_spec.rb       |  284 ++-
 .../install/gemfile/specific_platform_spec.rb      |   79 +-
 spec/bundler/install/gems/compact_index_spec.rb    |   53 +-
 spec/bundler/install/gems/flex_spec.rb             |    7 +
 spec/bundler/install/gems/resolving_spec.rb        |    7 +
 spec/bundler/install/yanked_spec.rb                |    4 +
 spec/bundler/lock/lockfile_spec.rb                 |  187 +-
 spec/bundler/plugins/source/example_spec.rb        |    6 +
 spec/bundler/realworld/edgecases_spec.rb           |    7 +-
 spec/bundler/runtime/platform_spec.rb              |   18 +-
 spec/bundler/runtime/setup_spec.rb                 |    3 +
 spec/bundler/spec_helper.rb                        |    5 +
 .../artifice/compact_index_wrong_gem_checksum.rb   |    3 +-
 .../support/artifice/helpers/compact_index.rb      |   12 +-
 spec/bundler/support/checksums.rb                  |   78 +
 spec/bundler/update/git_spec.rb                    |    4 +
 tool/lrama/lib/lrama/command.rb                    |    3 +-
 tool/lrama/lib/lrama/context.rb                    |    8 +-
 tool/lrama/lib/lrama/digraph.rb                    |    3 +-
 tool/lrama/lib/lrama/grammar.rb                    |  188 +-
 tool/lrama/lib/lrama/grammar/union.rb              |    4 +-
 tool/lrama/lib/lrama/lexer.rb                      |  434 ++---
 tool/lrama/lib/lrama/option_parser.rb              |    6 +-
 tool/lrama/lib/lrama/output.rb                     |   42 +-
 tool/lrama/lib/lrama/parser.rb                     | 2014 +++++++++++++++++---
 tool/lrama/lib/lrama/parser/token_scanner.rb       |   56 -
 tool/lrama/lib/lrama/version.rb                    |    2 +-
 tool/lrama/template/bison/_yacc.h                  |   71 +
 tool/lrama/template/bison/yacc.c                   |   77 +-
 tool/lrama/template/bison/yacc.h                   |   74 +-
 61 files changed, 3894 insertions(+), 950 deletions(-)
 create mode 100644 lib/bundler/checksum.rb
 create mode 100644 spec/bundler/support/checksums.rb
 delete mode 100644 tool/lrama/lib/lrama/parser/token_scanner.rb
 create mode 100644 tool/lrama/template/bison/_yacc.h
Latest commit hash = e7d845b1d0
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-jemalloc/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-jemalloc'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
Update rbs to 2cac4e78dfd76e85342ab2c332d3fae046b36961
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 2cac4e78dfd76e85342ab2c332d3fae046b36961 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision unchanged
Building rbs@2cac4e78dfd76e85342ab2c332d3fae046b36961 to /tmp/ruby/src/trunk-jemalloc/gems/rbs-3.2.2.gem
  Successfully built RubyGem
  Name: rbs
  Version: 3.2.0
  File: rbs-3.2.0.gem
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-jemalloc/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

builtin_binary.inc updated
compiling /tmp/ruby/src/trunk-jemalloc/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.3.0
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
encdb.h unchanged
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-jemalloc/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update rbs to 2cac4e78dfd76e85342ab2c332d3fae046b36961
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 2cac4e78dfd76e85342ab2c332d3fae046b36961 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/rbs.revision -
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs
/tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/rbs.revision unchanged
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-jemalloc/tool/ifchange /tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision -
generating encdb.h
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
/tmp/ruby/src/trunk-jemalloc/.bundle/.timestamp/debug.revision unchanged
encdb.h unchanged
Building rbs@2cac4e78dfd76e85342ab2c332d3fae046b36961 to /tmp/ruby/src/trunk-jemalloc/gems/rbs-3.2.2.gem
making enc
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating transdb.h
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-jemalloc/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making encs
  Successfully built RubyGem
  Name: rbs
  Version: 3.2.0
  File: rbs-3.2.0.gem
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
./miniruby -I/tmp/ruby/src/trunk-jemalloc/lib -I. -I.ext/common  /tmp/ruby/src/trunk-jemalloc/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-jemalloc/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-jemalloc/bin
installing base libraries:          /tmp/ruby/install/trunk-jemalloc/lib
installing arch files:              /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-jemalloc/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-jemalloc/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-jemalloc/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-jemalloc/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-jemalloc/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-jemalloc/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-jemalloc/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-jemalloc/bin
installing library scripts:         /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-jemalloc/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk-jemalloc/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.3.0+0
                                    abbrev 0.1.1
                                    base64 0.1.1
                                    benchmark 0.2.1
                                    bundler 2.5.0.dev
                                    cgi 0.3.6
                                    csv 3.2.8
                                    delegate 0.3.0
                                    did_you_mean 1.6.3
                                    drb 2.1.1
                                    english 0.7.2
                                    erb 4.0.3
                                    error_highlight 0.5.1
                                    fileutils 1.7.1
                                    find 0.1.1
                                    forwardable 1.3.3
                                    getoptlong 0.2.0
                                    ipaddr 1.2.5
                                    irb 1.8.3
                                    logger 1.5.3
                                    mutex_m 0.1.2
                                    net-http 0.3.2
                                    net-protocol 0.2.1
                                    observer 0.1.1
                                    open-uri 0.3.0
                                    open3 0.1.2
                                    optparse 0.4.0.pre.1
                                    ostruct 0.5.5
                                    pp 0.4.0
                                    prettyprint 0.1.1
                                    prism 0.15.1
                                    pstore 0.1.2
                                    rdoc 6.5.0
                                    readline 0.0.3
                                    reline 0.3.9
                                    resolv 0.2.2
                                    resolv-replace 0.1.1
                                    rinda 0.1.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.2.2
                                    set 1.0.3
                                    shellwords 0.1.0
                                    singleton 0.1.1
                                    syntax_suggest 1.1.0
                                    tempfile 0.1.3
                                    time 0.2.2
                                    timeout 0.4.0
                                    tmpdir 0.1.3
                                    tsort 0.1.1
                                    un 0.2.1
                                    uri 0.12.2
                                    weakref 0.1.2
                                    yaml 0.2.1
installing default gems from ext:   /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.3
                                    digest 3.1.1
                                    etc 1.4.2
                                    fcntl 1.0.2
                                    fiddle 1.1.2
                                    io-console 0.6.1.dev
                                    io-nonblock 0.2.0
                                    io-wait 0.3.0
                                    json 2.6.3
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.2.1
                                    psych 5.1.1.1
                                    stringio 3.0.9
                                    strscan 3.0.7
                                    syslog 0.1.1
                                    zlib 3.0.0
installing bundled gems:            /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.3.0+0
                                    minitest 5.20.0
                                    power_assert 2.0.3
                                    rake 13.0.6
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.2.0
                                    net-imap 0.4.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.2.2
                                    typeprof 0.21.8
                                    debug 1.8.0
                                    racc 1.7.1
installing bundled gem cache:       /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.3.0+0/cache
skipped bundled gems:
    rbs-3.2.0.gem                   not found in bundled_gems
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1858 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
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-jemalloc/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
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-jemalloc/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
Run options: 
  --seed=56301
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-jemalloc/lib -I. -I.ext/common  /tmp/ruby/src/trunk-jemalloc/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-jemalloc/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

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

ruby -v: ruby 3.3.0dev (2023-10-23T04:59:01Z master e7d845b1d0) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-jemalloc/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
$ /tmp/ruby/build/trunk-jemalloc/miniruby -I/tmp/ruby/src/trunk-jemalloc/lib /tmp/ruby/src/trunk-jemalloc/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-jemalloc --extout=.ext -- /tmp/ruby/src/trunk-jemalloc/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-jemalloc/spec/default.mspec --error-output stderr --debug
ruby 3.3.0dev (2023-10-23T04:59:01Z master e7d845b1d0) [x86_64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .................................................................

Finished in 133.333109 seconds

3715 files, 32233 examples, 181691 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.
raw logfile